code
stringlengths
2k
1.04M
repo_path
stringlengths
5
517
parsed_code
stringlengths
0
1.04M
quality_prob
float64
0.02
0.95
learning_prob
float64
0.02
0.93
* { box-sizing: border-box; } body { overflow-x: hidden; } .Boat { position: absolute; width: 8%; -webkit-animation: up-and-down 3s ease-in-out infinite, boat-back-and-forth 80s ease-in-out infinite; animation: up-and-down 3s ease-in-out infinite, boat-back-and-forth 80s ease-in-out infinite; -webkit-animation-delay: -15s; animation-delay: -15s; } .Boat .boat-container { -webkit-animation: boat-rotate 80s ease-in-out infinite; animation: boat-rotate 80s ease-in-out infinite; -webkit-animation-delay: -15s; animation-delay: -15s; } .Boat .boat-container .boat-img { width: 100%; -webkit-transform-origin: 50% 80%; -ms-transform-origin: 50% 80%; transform-origin: 50% 80%; -webkit-animation-name: rock; animation-name: rock; -webkit-animation-duration: 3s; animation-duration: 3s; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-delay: -2s; animation-delay: -2s; } @-webkit-keyframes rock { 0% { -webkit-transform: rotate(10deg) translateY(10px); transform: rotate(10deg) translateY(10px); } 50% { -webkit-transform: rotate(-10deg) translateY(0px); transform: rotate(-10deg) translateY(0px); } 100% { -webkit-transform: rotate(10deg) translateY(10px); transform: rotate(10deg) translateY(10px); } } @keyframes rock { 0% { -webkit-transform: rotate(10deg) translateY(10px); transform: rotate(10deg) translateY(10px); } 50% { -webkit-transform: rotate(-10deg) translateY(0px); transform: rotate(-10deg) translateY(0px); } 100% { -webkit-transform: rotate(10deg) translateY(10px); transform: rotate(10deg) translateY(10px); } } @-webkit-keyframes boat-rotate { 0% { -webkit-transform: rotateY(0deg); transform: rotateY(0deg); } 49% { -webkit-transform: rotateY(0deg); transform: rotateY(0deg); } 50% { -webkit-transform: rotateY(180deg); transform: rotateY(180deg); } 99% { -webkit-transform: rotateY(180deg); transform: rotateY(180deg); } 10% { -webkit-transform: rotateY(0deg); transform: rotateY(0deg); } } @keyframes boat-rotate { 0% { -webkit-transform: rotateY(0deg); transform: rotateY(0deg); } 49% { -webkit-transform: rotateY(0deg); transform: rotateY(0deg); } 50% { -webkit-transform: rotateY(180deg); transform: rotateY(180deg); } 99% { -webkit-transform: rotateY(180deg); transform: rotateY(180deg); } 10% { -webkit-transform: rotateY(0deg); transform: rotateY(0deg); } } @-webkit-keyframes boat-back-and-forth { 0% { left: 10%; } 20% { left: 20%; } 50% { left: 70%; } 70% { left: 40%; } 100% { left: 10%; } } @keyframes boat-back-and-forth { 0% { left: 10%; } 20% { left: 20%; } 50% { left: 70%; } 70% { left: 40%; } 100% { left: 10%; } } @-webkit-keyframes up-and-down { 0% { -webkit-transform: translateY(10px); transform: translateY(10px); } 50% { -webkit-transform: translateY(0px); transform: translateY(0px); } 100% { -webkit-transform: translateY(10px); transform: translateY(10px); } } @keyframes up-and-down { 0% { -webkit-transform: translateY(10px); transform: translateY(10px); } 50% { -webkit-transform: translateY(0px); transform: translateY(0px); } 100% { -webkit-transform: translateY(10px); transform: translateY(10px); } } .Bubble { position: absolute; width: 10px; opacity: 0; } @font-face { font-family: 'Proxima Nova'; font-style: normal; font-weight: 400; src: local('Proxima Nova Regular'), local('ProximaNova-Regular'), url("../../fonts/font-copy.ttf") format('truetype'); } @font-face { font-family: 'Unica One'; font-style: normal; font-weight: 400; src: local('Unica One'), local('UnicaOne-Regular'), url("../../fonts/font-title.ttf") format('truetype'); } .Button { border-radius: 2px; cursor: pointer; -webkit-transition: background 200ms, opacity 200ms; transition: background 200ms, opacity 200ms; } .Button.solid { color: #fff !important; background: -webkit-linear-gradient(#2cafe6, #00b2e2); background: linear-gradient(#2cafe6, #00b2e2); border-bottom: 4px solid #0081bd; } .Button.solid:hover { opacity: 0.8; } @font-face { font-family: 'Proxima Nova'; font-style: normal; font-weight: 400; src: local('Proxima Nova Regular'), local('ProximaNova-Regular'), url("../../fonts/font-copy.ttf") format('truetype'); } @font-face { font-family: 'Unica One'; font-style: normal; font-weight: 400; src: local('Unica One'), local('UnicaOne-Regular'), url("../../fonts/font-title.ttf") format('truetype'); } .DescriptionSection { position: relative; padding-bottom: 50px; color: #ef5352; } .DescriptionSection .title { margin-bottom: 45px; } .DescriptionSection .text { padding: 30px; line-height: 2; } .DescriptionSection .text .description { text-align: center; max-width: 700px; margin: 0 auto; } @font-face { font-family: 'Proxima Nova'; font-style: normal; font-weight: 400; src: local('Proxima Nova Regular'), local('ProximaNova-Regular'), url("../../fonts/font-copy.ttf") format('truetype'); } @font-face { font-family: 'Unica One'; font-style: normal; font-weight: 400; src: local('Unica One'), local('UnicaOne-Regular'), url("../../fonts/font-title.ttf") format('truetype'); } .FAQSection { background: -webkit-linear-gradient(#00b2e2, #0081bd); background: linear-gradient(#00b2e2, #0081bd); color: #fff; position: relative; padding-bottom: 70px; } .FAQSection .section.title { padding-top: 25px; } .FAQSection .stones { bottom: -7px; width: 102%; left: -5px; display: block; position: inherit; } @media all and (max-width: 600px) { .FAQSection .stones { bottom: 0; } } .FAQSection .row { padding: 30px/3 30px; } @media all and (max-width: 600px) { .FAQSection .row { padding: 30px; } } .FAQSection .row .wd-6 { display: inline-block; width: 60%; vertical-align: top; padding: 0 30px; } @media all and (max-width: 600px) { .FAQSection .row .wd-6 { display: block; width: 100%; padding: 0; } } .FAQSection .row .wd-6 .qa { margin-top: 20px; } .FAQSection .row .wd-6 .qa .question { margin-bottom: 5px; } .FAQSection .row .wd-4 { display: inline-block; width: 40%; vertical-align: top; padding: 0 30px; } @media all and (max-width: 600px) { .FAQSection .row .wd-4 { display: block; width: 100%; padding: 0; } } .FAQSection .row .wd-4 .qa { margin-top: 20px; } .FAQSection .row .wd-4 .qa .question { margin-bottom: 5px; } .FAQSection .row a { -webkit-transition: border-bottom 200ms; transition: border-bottom 200ms; border-bottom: 1px dotted rgba(255,255,255,0.3); } .FAQSection .row a:hover { border-bottom: 1px dotted rgba(255,255,255,0.7); } @font-face { font-family: 'Proxima Nova'; font-style: normal; font-weight: 400; src: local('Proxima Nova Regular'), local('ProximaNova-Regular'), url("../../fonts/font-copy.ttf") format('truetype'); } @font-face { font-family: 'Unica One'; font-style: normal; font-weight: 400; src: local('Unica One'), local('UnicaOne-Regular'), url("../../fonts/font-title.ttf") format('truetype'); } .FooterSection .footer { padding: 30px; color: #cfcfce; } .FooterSection .main.footer { background: #3b403d; } @media all and (max-width: 600px) { .FooterSection .main.footer { text-align: center; } } .FooterSection .main.footer .col { display: inline-block; width: 33.3%; vertical-align: top; } @media all and (max-width: 600px) { .FooterSection .main.footer .col { display: block; width: 100%; } .FooterSection .main.footer .col.logo { margin: 30px 0; } .FooterSection .main.footer .col.organizers .organizers-list { height: inherit; } } @media all and (min-width: 600px) { .FooterSection .main.footer .col:first-child { padding-right: 30px; } .FooterSection .main.footer .col:last-child { padding-left: 30px; } } @media all and (min-width: 1000px) { .FooterSection .main.footer .col.organizers .organizers-list { height: 150px; } } .FooterSection .main.footer .col.logo { text-align: center; } .FooterSection .main.footer .col.logo .logo { width: 100%; max-width: 220px; -webkit-transition: -webkit-transform 400ms; transition: transform 400ms; } .FooterSection .main.footer .col.logo .logo:hover { -webkit-animation: logoShake 2s; animation: logoShake 2s; } .FooterSection .main.footer .col.organizers .organizers-list { overflow: hidden; } .FooterSection .main.footer .col.organizers .organizers-list li { display: inline-block; width: 50%; float: left; } @media all and (max-width: 1000px) { .FooterSection .main.footer .col.organizers .organizers-list li { display: block; width: 100%; } } .FooterSection .main.footer .col a { -webkit-transition: color 200ms; transition: color 200ms; } .FooterSection .main.footer .col a:hover { color: #fff; } .FooterSection .main.footer .col .title { font-size: 16px; color: #7f7f7e; font-weight: 700; margin-bottom: 5px; } .FooterSection .sub.footer { padding: 15px; background: #252527; text-align: center; color: #fff; } .FooterSection .sub.footer .love { margin-bottom: 15px; } .FooterSection .sub.footer .love .heart { cursor: pointer; color: #ef5352; -webkit-transition-property: font-size; transition-property: font-size; -webkit-transition-duration: 1s; transition-duration: 1s; -webkit-transition-timing-function: ease; transition-timing-function: ease; -webkit-animation: heartbeat 1.3s infinite; animation: heartbeat 1.3s infinite; } .FooterSection .sub.footer .love .heart:hover { font-size: 40px; } .FooterSection .sub.footer .TOS { font-size: 12px; color: #7f7f7e; } @-webkit-keyframes heartbeat { 0% { -webkit-transform: scale(1); transform: scale(1); } 14% { -webkit-transform: scale(1.2); transform: scale(1.2); } 28% { -webkit-transform: scale(1); transform: scale(1); } 42% { -webkit-transform: scale(1.3); transform: scale(1.3); } 70% { -webkit-transform: scale(1); transform: scale(1); } } @keyframes heartbeat { 0% { -webkit-transform: scale(1); transform: scale(1); } 14% { -webkit-transform: scale(1.2); transform: scale(1.2); } 28% { -webkit-transform: scale(1); transform: scale(1); } 42% { -webkit-transform: scale(1.3); transform: scale(1.3); } 70% { -webkit-transform: scale(1); transform: scale(1); } } @-webkit-keyframes logoShake { 0% { -webkit-transform: scale(1) rotate(0deg); transform: scale(1) rotate(0deg); } 80% { -webkit-transform: scale(1.1) rotate(360deg); transform: scale(1.1) rotate(360deg); } 100% { -webkit-transform: scale(1) rotate(360deg); transform: scale(1) rotate(360deg); } } @keyframes logoShake { 0% { -webkit-transform: scale(1) rotate(0deg); transform: scale(1) rotate(0deg); } 80% { -webkit-transform: scale(1.1) rotate(360deg); transform: scale(1.1) rotate(360deg); } 100% { -webkit-transform: scale(1) rotate(360deg); transform: scale(1) rotate(360deg); } } @font-face { font-family: 'Proxima Nova'; font-style: normal; font-weight: 400; src: local('Proxima Nova Regular'), local('ProximaNova-Regular'), url("../../fonts/font-copy.ttf") format('truetype'); } @font-face { font-family: 'Unica One'; font-style: normal; font-weight: 400; src: local('Unica One'), local('UnicaOne-Regular'), url("../../fonts/font-title.ttf") format('truetype'); } .HeaderSection { background: #fff; z-index: 100; height: 60px; overflow: hidden; padding: 9px; } .HeaderSection .logo { display: inline-block; margin-top: -38px; margin-left: 0px; width: 120px; height: 120px; } .HeaderSection .nav { display: inline-block; vertical-align: top; } .HeaderSection .nav li { display: inline-block; margin-left: 30px; } .HeaderSection .nav li.register-button { -webkit-animation: buttonShake 40s infinite; animation: buttonShake 40s infinite; } @media all and (max-width: 600px) { .HeaderSection .nav li.register-button { margin-left: 7px; } .HeaderSection .nav li.register-button .Button { padding: 10px; font-size: 12px; } } .HeaderSection .nav li .Button { padding: 5px 20px; font-size: 20px; color: #3b403d; } .HeaderSection .nav li .Button.night-nav { color: #fff; } .HeaderSection .nav li .Button.morning-nav { color: #fff; } .HeaderSection .nav li .Button.evening-nav { color: #fff; } .HeaderSection .social-buttons { float: right; display: inline-block; } .HeaderSection .social-buttons li { display: inline-block; margin-left: 30px; } .HeaderSection .social-buttons li .Button { padding: 8px; -webkit-transition: opacity 200ms; transition: opacity 200ms; } .HeaderSection .social-buttons li .Button:hover { opacity: 0.6; } .HeaderSection .social-buttons li .Button .icon { width: 25px; vertical-align: middle; } .HeaderSection.morning { background: #00b2e2; } .HeaderSection.evening { background: #eb1e7a; } .HeaderSection.night { background: url("/images/stardust.png"); } @-webkit-keyframes buttonShake { 0% { -webkit-transform: rotate(0); transform: rotate(0); } 10% { -webkit-transform: rotate(0); transform: rotate(0); } 10.5% { -webkit-transform: rotate(10deg); transform: rotate(10deg); } 11% { -webkit-transform: rotate(-10deg); transform: rotate(-10deg); } 11.5% { -webkit-transform: rotate(10deg); transform: rotate(10deg); } 12% { -webkit-transform: rotate(0); transform: rotate(0); } } @keyframes buttonShake { 0% { -webkit-transform: rotate(0); transform: rotate(0); } 10% { -webkit-transform: rotate(0); transform: rotate(0); } 10.5% { -webkit-transform: rotate(10deg); transform: rotate(10deg); } 11% { -webkit-transform: rotate(-10deg); transform: rotate(-10deg); } 11.5% { -webkit-transform: rotate(10deg); transform: rotate(10deg); } 12% { -webkit-transform: rotate(0); transform: rotate(0); } } @font-face { font-family: 'Proxima Nova'; font-style: normal; font-weight: 400; src: local('Proxima Nova Regular'), local('ProximaNova-Regular'), url("../../fonts/font-copy.ttf") format('truetype'); } @font-face { font-family: 'Unica One'; font-style: normal; font-weight: 400; src: local('Unica One'), local('UnicaOne-Regular'), url("../../fonts/font-title.ttf") format('truetype'); } .Page { overflow: hidden; } .Page .page-section { width: 100%; font-family: 'Proxima Nova', sans-serif; line-height: 1.5; } .Page .section.title { font-size: fontSizeXXLarge; font-family: 'Unica One', sans-serif; font-weight: 700; text-align: center; text-transform: uppercase; width: 100%; } @font-face { font-family: 'Proxima Nova'; font-style: normal; font-weight: 400; src: local('Proxima Nova Regular'), local('ProximaNova-Regular'), url("../../fonts/font-copy.ttf") format('truetype'); } @font-face { font-family: 'Unica One'; font-style: normal; font-weight: 400; src: local('Unica One'), local('UnicaOne-Regular'), url("../../fonts/font-title.ttf") format('truetype'); } .ScheduleSection { padding-top: 30px; position: relative; background: -webkit-linear-gradient(#6e5ea4, #594094); background: linear-gradient(#6e5ea4, #594094); color: #fff; } .ScheduleSection .section.title { padding-top: 30px; } .ScheduleSection .days { padding-bottom: 80px; } .ScheduleSection .days .day { display: inline-block; width: 33%; padding: 0 10%; margin-top: 20px; vertical-align: top; } @media all and (max-width: 1000px) { .ScheduleSection .days .day { padding: 0 5%; } } @media all and (max-width: 600px) { .ScheduleSection .days .day { display: block; width: 100%; padding: 0 10%; } } .ScheduleSection .days .day .day-title { margin-bottom: 20px; font-size: 30px; } @media all and (max-width: 600px) { .ScheduleSection .days .day .day-title { font-size: 20px; font-weight: 700; text-align: center; } } .ScheduleSection .days .day .events { margin-left: 10px; } @media all and (max-width: 600px) { .ScheduleSection .days .day .events { margin-left: 0; } } .ScheduleSection .days .day .events .event { margin-bottom: 20px; overflow: hidden; } .ScheduleSection .days .day .events .event .logo { width: 50px; height: 50px; display: inline-block; text-align: center; float: left; line-height: 1; } .ScheduleSection .days .day .events .event .event-title { padding-top: 10px; margin-left: 30px; vertical-align: top; display: inline-block; font-size: 20px; float: right; position: absolute; } @media all and (max-width: 600px) { .ScheduleSection .days .day .events .event .event-title { margin-left: 10px; } } .ScheduleSection .sea { position: absolute; width: 110%; left: -20px; bottom: -10px; -webkit-animation-name: left-right; animation-name: left-right; -webkit-animation-duration: 10s; animation-duration: 10s; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; } .ScheduleSection .sea:nth-child(2n) { -webkit-transform: translateX(20px); -ms-transform: translateX(20px); transform: translateX(20px); -webkit-animation-duration: 3s; animation-duration: 3s; opacity: 0.4; } @-webkit-keyframes left-right { 0% { left: -20px; } 50% { left: -10px; } 100% { left: -20px; } } @keyframes left-right { 0% { left: -20px; } 50% { left: -10px; } 100% { left: -20px; } } @font-face { font-family: 'Proxima Nova'; font-style: normal; font-weight: 400; src: local('Proxima Nova Regular'), local('ProximaNova-Regular'), url("../../fonts/font-copy.ttf") format('truetype'); } @font-face { font-family: 'Unica One'; font-style: normal; font-weight: 400; src: local('Unica One'), local('UnicaOne-Regular'), url("../../fonts/font-title.ttf") format('truetype'); } .SplashSection { height: calc(100vh - 60px); color: #fff; } .SplashSection .center { font-family: 'Unica One'; text-align: center; height: 320px; width: 320px; position: absolute; left: 50%; top: 50%; margin-left: -160px; margin-top: -220px; } .SplashSection .center .logo { width: 100%; -webkit-animation: titleLogoShake 20s infinite; animation: titleLogoShake 20s infinite; } .SplashSection .center .subtitle { text-transform: uppercase; } .SplashSection .center .subtitle.date { margin-top: 10px; } .SplashSection .center .subtitle.applications { margin-top: 15px; } .SplashSection .center .Button { width: 150px; font-size: 30px; margin: 10px auto; background: #eb1e7a; border-bottom-color: #c30a64; } .SplashSection .skyline { width: 100%; position: absolute; bottom: 0px; } .SplashSection .clouds .moon { position: absolute; top: 10%; width: 60px; right: 5%; height: 60px; } .SplashSection .clouds .sun { position: absolute; top: 10%; width: 60px; right: 5%; height: 60px; -webkit-animation: spin 30s infinite linear; animation: spin 30s infinite linear; } @media all and (max-width: 600px) { .SplashSection .clouds .sun { display: none; } } .SplashSection .clouds .cloud { position: absolute; } .SplashSection .clouds .cloud.form1 { width: 150px; top: 25%; -webkit-animation: cloud1 100s infinite; animation: cloud1 100s infinite; } @media all and (max-width: 600px) { .SplashSection .clouds .cloud.form1 { display: none; } } .SplashSection .clouds .cloud.form2 { width: 100px; top: 50%; -webkit-animation: cloud2 110.00000000000001s infinite; animation: cloud2 110.00000000000001s infinite; } .SplashSection .clouds .cloud.form3 { width: 100px; top: 75%; -webkit-animation: cloud3 90s infinite; animation: cloud3 90s infinite; } .SplashSection .planes .plane { position: absolute; width: 100px; left: -33%; top: 70%; -webkit-transform: rotate(-10deg); -ms-transform: rotate(-10deg); transform: rotate(-10deg); -webkit-animation: plane 60s linear infinite; animation: plane 60s linear infinite; } .SplashSection.morning { background: -webkit-linear-gradient(#00b2e2, #2cafe6, #94dff0); background: linear-gradient(#00b2e2, #2cafe6, #94dff0); } .SplashSection.evening { background: -webkit-linear-gradient(#eb1e7a, #ef5352); background: linear-gradient(#eb1e7a, #ef5352); } .SplashSection.night { background: url("/images/stardust.png"); } @-webkit-keyframes spin { from { -webkit-transform: rotate(0deg); transform: rotate(0deg); } to { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes spin { from { -webkit-transform: rotate(0deg); transform: rotate(0deg); } to { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-webkit-keyframes cloud1 { 0% { left: 10%; } 15% { left: 4%; } 30% { left: 20%; } 70% { left: 80%; } 100% { left: 10%; } } @keyframes cloud1 { 0% { left: 10%; } 15% { left: 4%; } 30% { left: 20%; } 70% { left: 80%; } 100% { left: 10%; } } @-webkit-keyframes cloud2 { 0% { left: 80%; } 50% { left: 20%; } 100% { left: 80%; } } @keyframes cloud2 { 0% { left: 80%; } 50% { left: 20%; } 100% { left: 80%; } } @-webkit-keyframes cloud3 { 0% { left: 15%; } 50% { left: 110%; } 50.0001% { left: -20%; } 100% { left: 15%; } } @keyframes cloud3 { 0% { left: 15%; } 50% { left: 110%; } 50.0001% { left: -20%; } 100% { left: 15%; } } @-webkit-keyframes plane { 10% { left: -23%; top: 70%; } 20% { left: 105%; top: 40%; } 20.0001% { left: -23%; } } @keyframes plane { 10% { left: -23%; top: 70%; } 20% { left: 105%; top: 40%; } 20.0001% { left: -23%; } } @-webkit-keyframes titleLogoShake { 0% { -webkit-transform: scale(1); transform: scale(1); } 80% { -webkit-transform: scale(1); transform: scale(1); } 95% { -webkit-transform: scale(1.1); transform: scale(1.1); } } @keyframes titleLogoShake { 0% { -webkit-transform: scale(1); transform: scale(1); } 80% { -webkit-transform: scale(1); transform: scale(1); } 95% { -webkit-transform: scale(1.1); transform: scale(1.1); } } @font-face { font-family: 'Proxima Nova'; font-style: normal; font-weight: 400; src: local('Proxima Nova Regular'), local('ProximaNova-Regular'), url("../../fonts/font-copy.ttf") format('truetype'); } @font-face { font-family: 'Unica One'; font-style: normal; font-weight: 400; src: local('Unica One'), local('UnicaOne-Regular'), url("../../fonts/font-title.ttf") format('truetype'); } .SponsorSection { background: -webkit-linear-gradient(#0081bd, #135576 15%, #273a46); background: linear-gradient(#0081bd, #135576 15%, #273a46); position: relative; color: #fff; padding: 30px; overflow: hidden; } .SponsorSection .anchor { position: absolute; right: 15%; bottom: -6px; -webkit-transform: rotate(30deg); -ms-transform: rotate(30deg); transform: rotate(30deg); width: 70px; opacity: 0.4; } @media all and (max-width: 600px) { .SponsorSection .anchor { bottom: -3px; width: 30px; } } .SponsorSection .subtitle { margin-top: 30px; text-align: center; } .SponsorSection .subtitle .sponsor-cta { font-weight: 700; -webkit-transition: border-bottom 200ms; transition: border-bottom 200ms; border-bottom: 1px dotted rgba(255,255,255,0.3); } .SponsorSection .subtitle .sponsor-cta:hover { border-bottom: 1px dotted rgba(255,255,255,0.7); } .SponsorSection .prev-sponsors { line-height: 2; margin: 20px auto; max-width: 1000px; overflow: hidden; text-align: center; } .SponsorSection .prev-sponsors li { opacity: 0.7; display: inline-block; margin-right: 20px; } .SponsorSection .prev-sponsors li:not(:last-child)::after { content: '•'; margin-left: 20px; } .SponsorSection .squid { height: 200px; opacity: 0.4; position: absolute; margin-top: 60%; } .SponsorSection .tiers img { width: 100%; } .SponsorSection .tiers ul { text-align: center; } .SponsorSection .tiers li { margin: 2%; display: inline-block; vertical-align: middle; } .SponsorSection .tiers .platinum li { width: 80%; } .SponsorSection .tiers .gold li { width: 27%; } .SponsorSection .tiers .gold li.extraSmall { width: 10%; } .SponsorSection .tiers .silver li, .SponsorSection .tiers .partners li { width: 20%; } .SponsorSection .tiers .silver li.extraSmall, .SponsorSection .tiers .partners li.extraSmall { width: 11%; } .SponsorSection .tiers .bronze li { width: 10%; } .SponsorSection .tiers .bronze li.extraLarge { width: 15%; } .SponsorSection .tiers .bronze li.extraSmall { width: 7%; } html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after { content: ""; content: none; } q:before, q:after { content: ""; content: none; } table { border-collapse: collapse; border-spacing: 0; } a { color: inherit; text-decoration: none; } * { box-sizing: border-box; } html { -webkit-font-smoothing: antialiased; } html, body { height: 100%; } h1 { font-size: 60px; } h2 { font-size: 46px; } h3 { font-size: 36px; } h4 { font-size: 30px; } h5 { font-size: 20px; } h6 { font-size: 18px; } p { font-size: 16px; } em { font-style: italic; } strong { font-weight: 700; } button { -webkit-appearance: none; background: transparent; border: 0; outline: 0; } /*# sourceMappingURL=index.css.map */
build/css/index.css
* { box-sizing: border-box; } body { overflow-x: hidden; } .Boat { position: absolute; width: 8%; -webkit-animation: up-and-down 3s ease-in-out infinite, boat-back-and-forth 80s ease-in-out infinite; animation: up-and-down 3s ease-in-out infinite, boat-back-and-forth 80s ease-in-out infinite; -webkit-animation-delay: -15s; animation-delay: -15s; } .Boat .boat-container { -webkit-animation: boat-rotate 80s ease-in-out infinite; animation: boat-rotate 80s ease-in-out infinite; -webkit-animation-delay: -15s; animation-delay: -15s; } .Boat .boat-container .boat-img { width: 100%; -webkit-transform-origin: 50% 80%; -ms-transform-origin: 50% 80%; transform-origin: 50% 80%; -webkit-animation-name: rock; animation-name: rock; -webkit-animation-duration: 3s; animation-duration: 3s; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-delay: -2s; animation-delay: -2s; } @-webkit-keyframes rock { 0% { -webkit-transform: rotate(10deg) translateY(10px); transform: rotate(10deg) translateY(10px); } 50% { -webkit-transform: rotate(-10deg) translateY(0px); transform: rotate(-10deg) translateY(0px); } 100% { -webkit-transform: rotate(10deg) translateY(10px); transform: rotate(10deg) translateY(10px); } } @keyframes rock { 0% { -webkit-transform: rotate(10deg) translateY(10px); transform: rotate(10deg) translateY(10px); } 50% { -webkit-transform: rotate(-10deg) translateY(0px); transform: rotate(-10deg) translateY(0px); } 100% { -webkit-transform: rotate(10deg) translateY(10px); transform: rotate(10deg) translateY(10px); } } @-webkit-keyframes boat-rotate { 0% { -webkit-transform: rotateY(0deg); transform: rotateY(0deg); } 49% { -webkit-transform: rotateY(0deg); transform: rotateY(0deg); } 50% { -webkit-transform: rotateY(180deg); transform: rotateY(180deg); } 99% { -webkit-transform: rotateY(180deg); transform: rotateY(180deg); } 10% { -webkit-transform: rotateY(0deg); transform: rotateY(0deg); } } @keyframes boat-rotate { 0% { -webkit-transform: rotateY(0deg); transform: rotateY(0deg); } 49% { -webkit-transform: rotateY(0deg); transform: rotateY(0deg); } 50% { -webkit-transform: rotateY(180deg); transform: rotateY(180deg); } 99% { -webkit-transform: rotateY(180deg); transform: rotateY(180deg); } 10% { -webkit-transform: rotateY(0deg); transform: rotateY(0deg); } } @-webkit-keyframes boat-back-and-forth { 0% { left: 10%; } 20% { left: 20%; } 50% { left: 70%; } 70% { left: 40%; } 100% { left: 10%; } } @keyframes boat-back-and-forth { 0% { left: 10%; } 20% { left: 20%; } 50% { left: 70%; } 70% { left: 40%; } 100% { left: 10%; } } @-webkit-keyframes up-and-down { 0% { -webkit-transform: translateY(10px); transform: translateY(10px); } 50% { -webkit-transform: translateY(0px); transform: translateY(0px); } 100% { -webkit-transform: translateY(10px); transform: translateY(10px); } } @keyframes up-and-down { 0% { -webkit-transform: translateY(10px); transform: translateY(10px); } 50% { -webkit-transform: translateY(0px); transform: translateY(0px); } 100% { -webkit-transform: translateY(10px); transform: translateY(10px); } } .Bubble { position: absolute; width: 10px; opacity: 0; } @font-face { font-family: 'Proxima Nova'; font-style: normal; font-weight: 400; src: local('Proxima Nova Regular'), local('ProximaNova-Regular'), url("../../fonts/font-copy.ttf") format('truetype'); } @font-face { font-family: 'Unica One'; font-style: normal; font-weight: 400; src: local('Unica One'), local('UnicaOne-Regular'), url("../../fonts/font-title.ttf") format('truetype'); } .Button { border-radius: 2px; cursor: pointer; -webkit-transition: background 200ms, opacity 200ms; transition: background 200ms, opacity 200ms; } .Button.solid { color: #fff !important; background: -webkit-linear-gradient(#2cafe6, #00b2e2); background: linear-gradient(#2cafe6, #00b2e2); border-bottom: 4px solid #0081bd; } .Button.solid:hover { opacity: 0.8; } @font-face { font-family: 'Proxima Nova'; font-style: normal; font-weight: 400; src: local('Proxima Nova Regular'), local('ProximaNova-Regular'), url("../../fonts/font-copy.ttf") format('truetype'); } @font-face { font-family: 'Unica One'; font-style: normal; font-weight: 400; src: local('Unica One'), local('UnicaOne-Regular'), url("../../fonts/font-title.ttf") format('truetype'); } .DescriptionSection { position: relative; padding-bottom: 50px; color: #ef5352; } .DescriptionSection .title { margin-bottom: 45px; } .DescriptionSection .text { padding: 30px; line-height: 2; } .DescriptionSection .text .description { text-align: center; max-width: 700px; margin: 0 auto; } @font-face { font-family: 'Proxima Nova'; font-style: normal; font-weight: 400; src: local('Proxima Nova Regular'), local('ProximaNova-Regular'), url("../../fonts/font-copy.ttf") format('truetype'); } @font-face { font-family: 'Unica One'; font-style: normal; font-weight: 400; src: local('Unica One'), local('UnicaOne-Regular'), url("../../fonts/font-title.ttf") format('truetype'); } .FAQSection { background: -webkit-linear-gradient(#00b2e2, #0081bd); background: linear-gradient(#00b2e2, #0081bd); color: #fff; position: relative; padding-bottom: 70px; } .FAQSection .section.title { padding-top: 25px; } .FAQSection .stones { bottom: -7px; width: 102%; left: -5px; display: block; position: inherit; } @media all and (max-width: 600px) { .FAQSection .stones { bottom: 0; } } .FAQSection .row { padding: 30px/3 30px; } @media all and (max-width: 600px) { .FAQSection .row { padding: 30px; } } .FAQSection .row .wd-6 { display: inline-block; width: 60%; vertical-align: top; padding: 0 30px; } @media all and (max-width: 600px) { .FAQSection .row .wd-6 { display: block; width: 100%; padding: 0; } } .FAQSection .row .wd-6 .qa { margin-top: 20px; } .FAQSection .row .wd-6 .qa .question { margin-bottom: 5px; } .FAQSection .row .wd-4 { display: inline-block; width: 40%; vertical-align: top; padding: 0 30px; } @media all and (max-width: 600px) { .FAQSection .row .wd-4 { display: block; width: 100%; padding: 0; } } .FAQSection .row .wd-4 .qa { margin-top: 20px; } .FAQSection .row .wd-4 .qa .question { margin-bottom: 5px; } .FAQSection .row a { -webkit-transition: border-bottom 200ms; transition: border-bottom 200ms; border-bottom: 1px dotted rgba(255,255,255,0.3); } .FAQSection .row a:hover { border-bottom: 1px dotted rgba(255,255,255,0.7); } @font-face { font-family: 'Proxima Nova'; font-style: normal; font-weight: 400; src: local('Proxima Nova Regular'), local('ProximaNova-Regular'), url("../../fonts/font-copy.ttf") format('truetype'); } @font-face { font-family: 'Unica One'; font-style: normal; font-weight: 400; src: local('Unica One'), local('UnicaOne-Regular'), url("../../fonts/font-title.ttf") format('truetype'); } .FooterSection .footer { padding: 30px; color: #cfcfce; } .FooterSection .main.footer { background: #3b403d; } @media all and (max-width: 600px) { .FooterSection .main.footer { text-align: center; } } .FooterSection .main.footer .col { display: inline-block; width: 33.3%; vertical-align: top; } @media all and (max-width: 600px) { .FooterSection .main.footer .col { display: block; width: 100%; } .FooterSection .main.footer .col.logo { margin: 30px 0; } .FooterSection .main.footer .col.organizers .organizers-list { height: inherit; } } @media all and (min-width: 600px) { .FooterSection .main.footer .col:first-child { padding-right: 30px; } .FooterSection .main.footer .col:last-child { padding-left: 30px; } } @media all and (min-width: 1000px) { .FooterSection .main.footer .col.organizers .organizers-list { height: 150px; } } .FooterSection .main.footer .col.logo { text-align: center; } .FooterSection .main.footer .col.logo .logo { width: 100%; max-width: 220px; -webkit-transition: -webkit-transform 400ms; transition: transform 400ms; } .FooterSection .main.footer .col.logo .logo:hover { -webkit-animation: logoShake 2s; animation: logoShake 2s; } .FooterSection .main.footer .col.organizers .organizers-list { overflow: hidden; } .FooterSection .main.footer .col.organizers .organizers-list li { display: inline-block; width: 50%; float: left; } @media all and (max-width: 1000px) { .FooterSection .main.footer .col.organizers .organizers-list li { display: block; width: 100%; } } .FooterSection .main.footer .col a { -webkit-transition: color 200ms; transition: color 200ms; } .FooterSection .main.footer .col a:hover { color: #fff; } .FooterSection .main.footer .col .title { font-size: 16px; color: #7f7f7e; font-weight: 700; margin-bottom: 5px; } .FooterSection .sub.footer { padding: 15px; background: #252527; text-align: center; color: #fff; } .FooterSection .sub.footer .love { margin-bottom: 15px; } .FooterSection .sub.footer .love .heart { cursor: pointer; color: #ef5352; -webkit-transition-property: font-size; transition-property: font-size; -webkit-transition-duration: 1s; transition-duration: 1s; -webkit-transition-timing-function: ease; transition-timing-function: ease; -webkit-animation: heartbeat 1.3s infinite; animation: heartbeat 1.3s infinite; } .FooterSection .sub.footer .love .heart:hover { font-size: 40px; } .FooterSection .sub.footer .TOS { font-size: 12px; color: #7f7f7e; } @-webkit-keyframes heartbeat { 0% { -webkit-transform: scale(1); transform: scale(1); } 14% { -webkit-transform: scale(1.2); transform: scale(1.2); } 28% { -webkit-transform: scale(1); transform: scale(1); } 42% { -webkit-transform: scale(1.3); transform: scale(1.3); } 70% { -webkit-transform: scale(1); transform: scale(1); } } @keyframes heartbeat { 0% { -webkit-transform: scale(1); transform: scale(1); } 14% { -webkit-transform: scale(1.2); transform: scale(1.2); } 28% { -webkit-transform: scale(1); transform: scale(1); } 42% { -webkit-transform: scale(1.3); transform: scale(1.3); } 70% { -webkit-transform: scale(1); transform: scale(1); } } @-webkit-keyframes logoShake { 0% { -webkit-transform: scale(1) rotate(0deg); transform: scale(1) rotate(0deg); } 80% { -webkit-transform: scale(1.1) rotate(360deg); transform: scale(1.1) rotate(360deg); } 100% { -webkit-transform: scale(1) rotate(360deg); transform: scale(1) rotate(360deg); } } @keyframes logoShake { 0% { -webkit-transform: scale(1) rotate(0deg); transform: scale(1) rotate(0deg); } 80% { -webkit-transform: scale(1.1) rotate(360deg); transform: scale(1.1) rotate(360deg); } 100% { -webkit-transform: scale(1) rotate(360deg); transform: scale(1) rotate(360deg); } } @font-face { font-family: 'Proxima Nova'; font-style: normal; font-weight: 400; src: local('Proxima Nova Regular'), local('ProximaNova-Regular'), url("../../fonts/font-copy.ttf") format('truetype'); } @font-face { font-family: 'Unica One'; font-style: normal; font-weight: 400; src: local('Unica One'), local('UnicaOne-Regular'), url("../../fonts/font-title.ttf") format('truetype'); } .HeaderSection { background: #fff; z-index: 100; height: 60px; overflow: hidden; padding: 9px; } .HeaderSection .logo { display: inline-block; margin-top: -38px; margin-left: 0px; width: 120px; height: 120px; } .HeaderSection .nav { display: inline-block; vertical-align: top; } .HeaderSection .nav li { display: inline-block; margin-left: 30px; } .HeaderSection .nav li.register-button { -webkit-animation: buttonShake 40s infinite; animation: buttonShake 40s infinite; } @media all and (max-width: 600px) { .HeaderSection .nav li.register-button { margin-left: 7px; } .HeaderSection .nav li.register-button .Button { padding: 10px; font-size: 12px; } } .HeaderSection .nav li .Button { padding: 5px 20px; font-size: 20px; color: #3b403d; } .HeaderSection .nav li .Button.night-nav { color: #fff; } .HeaderSection .nav li .Button.morning-nav { color: #fff; } .HeaderSection .nav li .Button.evening-nav { color: #fff; } .HeaderSection .social-buttons { float: right; display: inline-block; } .HeaderSection .social-buttons li { display: inline-block; margin-left: 30px; } .HeaderSection .social-buttons li .Button { padding: 8px; -webkit-transition: opacity 200ms; transition: opacity 200ms; } .HeaderSection .social-buttons li .Button:hover { opacity: 0.6; } .HeaderSection .social-buttons li .Button .icon { width: 25px; vertical-align: middle; } .HeaderSection.morning { background: #00b2e2; } .HeaderSection.evening { background: #eb1e7a; } .HeaderSection.night { background: url("/images/stardust.png"); } @-webkit-keyframes buttonShake { 0% { -webkit-transform: rotate(0); transform: rotate(0); } 10% { -webkit-transform: rotate(0); transform: rotate(0); } 10.5% { -webkit-transform: rotate(10deg); transform: rotate(10deg); } 11% { -webkit-transform: rotate(-10deg); transform: rotate(-10deg); } 11.5% { -webkit-transform: rotate(10deg); transform: rotate(10deg); } 12% { -webkit-transform: rotate(0); transform: rotate(0); } } @keyframes buttonShake { 0% { -webkit-transform: rotate(0); transform: rotate(0); } 10% { -webkit-transform: rotate(0); transform: rotate(0); } 10.5% { -webkit-transform: rotate(10deg); transform: rotate(10deg); } 11% { -webkit-transform: rotate(-10deg); transform: rotate(-10deg); } 11.5% { -webkit-transform: rotate(10deg); transform: rotate(10deg); } 12% { -webkit-transform: rotate(0); transform: rotate(0); } } @font-face { font-family: 'Proxima Nova'; font-style: normal; font-weight: 400; src: local('Proxima Nova Regular'), local('ProximaNova-Regular'), url("../../fonts/font-copy.ttf") format('truetype'); } @font-face { font-family: 'Unica One'; font-style: normal; font-weight: 400; src: local('Unica One'), local('UnicaOne-Regular'), url("../../fonts/font-title.ttf") format('truetype'); } .Page { overflow: hidden; } .Page .page-section { width: 100%; font-family: 'Proxima Nova', sans-serif; line-height: 1.5; } .Page .section.title { font-size: fontSizeXXLarge; font-family: 'Unica One', sans-serif; font-weight: 700; text-align: center; text-transform: uppercase; width: 100%; } @font-face { font-family: 'Proxima Nova'; font-style: normal; font-weight: 400; src: local('Proxima Nova Regular'), local('ProximaNova-Regular'), url("../../fonts/font-copy.ttf") format('truetype'); } @font-face { font-family: 'Unica One'; font-style: normal; font-weight: 400; src: local('Unica One'), local('UnicaOne-Regular'), url("../../fonts/font-title.ttf") format('truetype'); } .ScheduleSection { padding-top: 30px; position: relative; background: -webkit-linear-gradient(#6e5ea4, #594094); background: linear-gradient(#6e5ea4, #594094); color: #fff; } .ScheduleSection .section.title { padding-top: 30px; } .ScheduleSection .days { padding-bottom: 80px; } .ScheduleSection .days .day { display: inline-block; width: 33%; padding: 0 10%; margin-top: 20px; vertical-align: top; } @media all and (max-width: 1000px) { .ScheduleSection .days .day { padding: 0 5%; } } @media all and (max-width: 600px) { .ScheduleSection .days .day { display: block; width: 100%; padding: 0 10%; } } .ScheduleSection .days .day .day-title { margin-bottom: 20px; font-size: 30px; } @media all and (max-width: 600px) { .ScheduleSection .days .day .day-title { font-size: 20px; font-weight: 700; text-align: center; } } .ScheduleSection .days .day .events { margin-left: 10px; } @media all and (max-width: 600px) { .ScheduleSection .days .day .events { margin-left: 0; } } .ScheduleSection .days .day .events .event { margin-bottom: 20px; overflow: hidden; } .ScheduleSection .days .day .events .event .logo { width: 50px; height: 50px; display: inline-block; text-align: center; float: left; line-height: 1; } .ScheduleSection .days .day .events .event .event-title { padding-top: 10px; margin-left: 30px; vertical-align: top; display: inline-block; font-size: 20px; float: right; position: absolute; } @media all and (max-width: 600px) { .ScheduleSection .days .day .events .event .event-title { margin-left: 10px; } } .ScheduleSection .sea { position: absolute; width: 110%; left: -20px; bottom: -10px; -webkit-animation-name: left-right; animation-name: left-right; -webkit-animation-duration: 10s; animation-duration: 10s; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; } .ScheduleSection .sea:nth-child(2n) { -webkit-transform: translateX(20px); -ms-transform: translateX(20px); transform: translateX(20px); -webkit-animation-duration: 3s; animation-duration: 3s; opacity: 0.4; } @-webkit-keyframes left-right { 0% { left: -20px; } 50% { left: -10px; } 100% { left: -20px; } } @keyframes left-right { 0% { left: -20px; } 50% { left: -10px; } 100% { left: -20px; } } @font-face { font-family: 'Proxima Nova'; font-style: normal; font-weight: 400; src: local('Proxima Nova Regular'), local('ProximaNova-Regular'), url("../../fonts/font-copy.ttf") format('truetype'); } @font-face { font-family: 'Unica One'; font-style: normal; font-weight: 400; src: local('Unica One'), local('UnicaOne-Regular'), url("../../fonts/font-title.ttf") format('truetype'); } .SplashSection { height: calc(100vh - 60px); color: #fff; } .SplashSection .center { font-family: 'Unica One'; text-align: center; height: 320px; width: 320px; position: absolute; left: 50%; top: 50%; margin-left: -160px; margin-top: -220px; } .SplashSection .center .logo { width: 100%; -webkit-animation: titleLogoShake 20s infinite; animation: titleLogoShake 20s infinite; } .SplashSection .center .subtitle { text-transform: uppercase; } .SplashSection .center .subtitle.date { margin-top: 10px; } .SplashSection .center .subtitle.applications { margin-top: 15px; } .SplashSection .center .Button { width: 150px; font-size: 30px; margin: 10px auto; background: #eb1e7a; border-bottom-color: #c30a64; } .SplashSection .skyline { width: 100%; position: absolute; bottom: 0px; } .SplashSection .clouds .moon { position: absolute; top: 10%; width: 60px; right: 5%; height: 60px; } .SplashSection .clouds .sun { position: absolute; top: 10%; width: 60px; right: 5%; height: 60px; -webkit-animation: spin 30s infinite linear; animation: spin 30s infinite linear; } @media all and (max-width: 600px) { .SplashSection .clouds .sun { display: none; } } .SplashSection .clouds .cloud { position: absolute; } .SplashSection .clouds .cloud.form1 { width: 150px; top: 25%; -webkit-animation: cloud1 100s infinite; animation: cloud1 100s infinite; } @media all and (max-width: 600px) { .SplashSection .clouds .cloud.form1 { display: none; } } .SplashSection .clouds .cloud.form2 { width: 100px; top: 50%; -webkit-animation: cloud2 110.00000000000001s infinite; animation: cloud2 110.00000000000001s infinite; } .SplashSection .clouds .cloud.form3 { width: 100px; top: 75%; -webkit-animation: cloud3 90s infinite; animation: cloud3 90s infinite; } .SplashSection .planes .plane { position: absolute; width: 100px; left: -33%; top: 70%; -webkit-transform: rotate(-10deg); -ms-transform: rotate(-10deg); transform: rotate(-10deg); -webkit-animation: plane 60s linear infinite; animation: plane 60s linear infinite; } .SplashSection.morning { background: -webkit-linear-gradient(#00b2e2, #2cafe6, #94dff0); background: linear-gradient(#00b2e2, #2cafe6, #94dff0); } .SplashSection.evening { background: -webkit-linear-gradient(#eb1e7a, #ef5352); background: linear-gradient(#eb1e7a, #ef5352); } .SplashSection.night { background: url("/images/stardust.png"); } @-webkit-keyframes spin { from { -webkit-transform: rotate(0deg); transform: rotate(0deg); } to { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes spin { from { -webkit-transform: rotate(0deg); transform: rotate(0deg); } to { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-webkit-keyframes cloud1 { 0% { left: 10%; } 15% { left: 4%; } 30% { left: 20%; } 70% { left: 80%; } 100% { left: 10%; } } @keyframes cloud1 { 0% { left: 10%; } 15% { left: 4%; } 30% { left: 20%; } 70% { left: 80%; } 100% { left: 10%; } } @-webkit-keyframes cloud2 { 0% { left: 80%; } 50% { left: 20%; } 100% { left: 80%; } } @keyframes cloud2 { 0% { left: 80%; } 50% { left: 20%; } 100% { left: 80%; } } @-webkit-keyframes cloud3 { 0% { left: 15%; } 50% { left: 110%; } 50.0001% { left: -20%; } 100% { left: 15%; } } @keyframes cloud3 { 0% { left: 15%; } 50% { left: 110%; } 50.0001% { left: -20%; } 100% { left: 15%; } } @-webkit-keyframes plane { 10% { left: -23%; top: 70%; } 20% { left: 105%; top: 40%; } 20.0001% { left: -23%; } } @keyframes plane { 10% { left: -23%; top: 70%; } 20% { left: 105%; top: 40%; } 20.0001% { left: -23%; } } @-webkit-keyframes titleLogoShake { 0% { -webkit-transform: scale(1); transform: scale(1); } 80% { -webkit-transform: scale(1); transform: scale(1); } 95% { -webkit-transform: scale(1.1); transform: scale(1.1); } } @keyframes titleLogoShake { 0% { -webkit-transform: scale(1); transform: scale(1); } 80% { -webkit-transform: scale(1); transform: scale(1); } 95% { -webkit-transform: scale(1.1); transform: scale(1.1); } } @font-face { font-family: 'Proxima Nova'; font-style: normal; font-weight: 400; src: local('Proxima Nova Regular'), local('ProximaNova-Regular'), url("../../fonts/font-copy.ttf") format('truetype'); } @font-face { font-family: 'Unica One'; font-style: normal; font-weight: 400; src: local('Unica One'), local('UnicaOne-Regular'), url("../../fonts/font-title.ttf") format('truetype'); } .SponsorSection { background: -webkit-linear-gradient(#0081bd, #135576 15%, #273a46); background: linear-gradient(#0081bd, #135576 15%, #273a46); position: relative; color: #fff; padding: 30px; overflow: hidden; } .SponsorSection .anchor { position: absolute; right: 15%; bottom: -6px; -webkit-transform: rotate(30deg); -ms-transform: rotate(30deg); transform: rotate(30deg); width: 70px; opacity: 0.4; } @media all and (max-width: 600px) { .SponsorSection .anchor { bottom: -3px; width: 30px; } } .SponsorSection .subtitle { margin-top: 30px; text-align: center; } .SponsorSection .subtitle .sponsor-cta { font-weight: 700; -webkit-transition: border-bottom 200ms; transition: border-bottom 200ms; border-bottom: 1px dotted rgba(255,255,255,0.3); } .SponsorSection .subtitle .sponsor-cta:hover { border-bottom: 1px dotted rgba(255,255,255,0.7); } .SponsorSection .prev-sponsors { line-height: 2; margin: 20px auto; max-width: 1000px; overflow: hidden; text-align: center; } .SponsorSection .prev-sponsors li { opacity: 0.7; display: inline-block; margin-right: 20px; } .SponsorSection .prev-sponsors li:not(:last-child)::after { content: '•'; margin-left: 20px; } .SponsorSection .squid { height: 200px; opacity: 0.4; position: absolute; margin-top: 60%; } .SponsorSection .tiers img { width: 100%; } .SponsorSection .tiers ul { text-align: center; } .SponsorSection .tiers li { margin: 2%; display: inline-block; vertical-align: middle; } .SponsorSection .tiers .platinum li { width: 80%; } .SponsorSection .tiers .gold li { width: 27%; } .SponsorSection .tiers .gold li.extraSmall { width: 10%; } .SponsorSection .tiers .silver li, .SponsorSection .tiers .partners li { width: 20%; } .SponsorSection .tiers .silver li.extraSmall, .SponsorSection .tiers .partners li.extraSmall { width: 11%; } .SponsorSection .tiers .bronze li { width: 10%; } .SponsorSection .tiers .bronze li.extraLarge { width: 15%; } .SponsorSection .tiers .bronze li.extraSmall { width: 7%; } html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after { content: ""; content: none; } q:before, q:after { content: ""; content: none; } table { border-collapse: collapse; border-spacing: 0; } a { color: inherit; text-decoration: none; } * { box-sizing: border-box; } html { -webkit-font-smoothing: antialiased; } html, body { height: 100%; } h1 { font-size: 60px; } h2 { font-size: 46px; } h3 { font-size: 36px; } h4 { font-size: 30px; } h5 { font-size: 20px; } h6 { font-size: 18px; } p { font-size: 16px; } em { font-style: italic; } strong { font-weight: 700; } button { -webkit-appearance: none; background: transparent; border: 0; outline: 0; } /*# sourceMappingURL=index.css.map */
0.451085
0.107391
* { margin: 0; padding: 0; } body { font-size: 1.2em; background-color: #fff; color: #555; } p { padding: 0 0 20px 0; line-height: 1.7em; } input[type="text"], input[type="password"], input[type="search"] { color: #5d5d5d; width: 60%; padding: 8px; } input, textarea { outline: none; border: none; border: solid 1px #f2f2f2; } h1, h2, h3 { font: normal 170% 'century gothic', arial; margin: 0 0 15px 0; padding: 15px 0 5px 0; color: #000; } h2 { font-size: 140%; } a, a:hover { outline: none; text-decoration: underline; color: #aeb002; } ul { margin: 2px 0 22px 17px; } ul li { margin: 0 0 6px 0; padding: 0 0 4px 5px; line-height: 1.5em; } .header { background-color: darkslateblue; height: 177px; font-size: 0.8em; margin-left: 0px; margin-right: 0px; min-width: 900px; } .main, .logo, .menubar, .site_content, .footer { margin-left: auto; margin-right: auto; } .logo { width: 880px; padding-bottom: 40px; } .logo h1, .logo h2 { font: normal 300% 'century gothic', arial, sans-serif; margin: 0 0 0 9px; } .logo_text h1, .logo_text h1 a, .logo_text h1 a:hover { padding: 22px 0 0 0; color: #fff; letter-spacing: 0.1em; text-decoration: none; } .logo_text h2 { font-size: 0.9em; padding: 4px 0 0 0; color: #999; } .menubar { width: 900px; height: 46px; } ul.menu { float: right; } ul.menu li { float: left; padding: 0 0 0 9px; list-style: none; margin: 1px 2px 0 0; } ul.menu li a { font: normal 100% 'trebuchet ms', sans-serif; display: block; height: 20px; padding: 6px 35px 5px 28px; color: #fff; text-decoration: none; } ul.menu li.selected a { color: #aeb002; } ul.menu li a:hover { color: #e4ec04; } hr { border: solid 1px #f3f3f3; } .site_content { width: 880px; overflow:hidden; margin: 20px auto 0 auto; background-color: white; } .sidebar_container { float: right;; width: 224px; } .sidebar { float: right; width: 222px; padding: 5%; margin: 0 0 16px 0; border: solid 1px #f2f2f2; border-radius: 5px; background-color: #f9f9f9; } .btn { padding: 8px; background-color: white; cursor:pointer; } .sidebar h2 { color: #136cb2; font-size: 1.25em; } .lables_passreg_text { font-size: 0.7em; margin-top: 3%; margin-left: 2%; } .sidebar ul { margin: 0; } .sidebar ul li { list-style-type: none; margin: 0 0 0 0; } .sidebar .rating_sidebar { float: right; } .content { text-align: left; width: 620px; padding: 0 0 0 5px; float: left; } .content a { text-decoration: none; } .films_block { margin-bottom: 5%; } .films_block img { border-radius: 5px; border: solid 5px #dad7d5; width: 22%; } .posts .posts_content { font-size: 0.8em; } .info_film_page { margin-top: 2%; margin-bottom: 4%; } .info_film_page .label { font-size: 1.2em; } .info_film_page .value{ font-size: 1em; color: #49945a; margin-right: 3%; } .description_film{ margin-bottom: 15%; } .description_film img { float: left; margin-right: 2%; border-radius: 5px; border: solid 5px #dad7d5; } .review { margin-bottom: 4%; font-size: 0.9em; } .review .review_name { background-color: #7268ad; color: white; padding: 1%; border-top-left-radius: 5px; border-top-right-radius: 5px; } .review .review_text { padding-top: 2%; padding-bottom: 2%; padding-left: 2%; } .send { margin-bottom: 4%; } .send input[type="text"], textarea { border: solid 1px #c3c3c3; margin-bottom: 2%; } .send input[type="text"] { width: 98%; } .send textarea { width: 624px; height: 200px; } .send input[type="submit"] { background-color: #7268ad; padding: 3%; color: white; border-radius: 5px; } .info_film { margin-bottom: 5%; background-color: f9f9f9; padding: 5%; height: 270px; } .info_film img { float: left; margin-right: 5px; border-radius: 5px; border: solid 5px #dad7d5; width: 25%; } .buttom { background-color: #7268ad; padding: 2%; color: white; border-radius: 5px; float: right; margin-top: 5%; clear: both; font-size: 0.8em; } .buttom a { color: white; } table { width: 100%; border: solid 1px #f4f4f4; } td { padding: 2%; border: solid 1px #f4f4f4; } td img { width: 70px; vertical-align: left; } .rating { font-weight: bold; } .center { text-align: center; } .footer { width: 100%; height: 100px; padding: 28px 0 5px 0; text-align: center; background-color: darkslateblue; color: #a8aa94; margin-left: 0px; margin-right: 0px; min-width: 900px; } .footer a { color: #a8aa94; text-decoration: none; } .footer a:hover { color: #fff; text-decoration: none; } .footer p{ padding: 0 0 10px 0; } /* CSS Mobile */ @media only screen and (min-device-width : 320px) and (max-device-width : 568px) { .header { background-color: #257965; min-width: 100%; height: 20%; text-align: center; } .logo { width: 100%; } .site_content { width: 100%; } .menubar { width: 100%; height: 100%; } .content { width: 100%; text-align: center; } .site_content { width: 100%; text-align: center; } .sidebar_container { display: none; } .footer { display: none; } ul.menu { float: none; } ul.menu li { margin: 0; padding: 0; float: none; } .logo h1 { font: normal 235% 'century gothic', arial, sans-serif; } .logo h2 { font: normal 100% 'century gothic', arial, sans-serif; color:white; } .content h1, h2 { font: normal 110% 'century gothic', arial; } .films_block img { width: 43%; } .posts_content p { line-height: 1.5em; padding: 3%; text-align: left; } .posts p { font-size: 120%; } /* fimls page */ .info_film { float:none; height: 100%; } .info_film img { width: 90%; margin-bottom: 5%; } .button { float: none; } /* rating page */ table { display: block; } th { font-size: 75%; } td { padding: 0; margin: 0; font-size: 95%; text-align: left; } /* show page */ iframe { width: 88%; height: 100%; } .descriptions_film { width: 90%; text-align: left; margin-left: 2%; } .descriptions_film img { float: none; width: 73%; display: block; margin: 0; padding: 0; margin-left: 11%; margin-bottom: 7%; } .reviews { text-align: left; width: 96%; } .send input[type="text"] { width: 80%; } .send textarea { width: 85%; } }
public/assets/css/style.css
* { margin: 0; padding: 0; } body { font-size: 1.2em; background-color: #fff; color: #555; } p { padding: 0 0 20px 0; line-height: 1.7em; } input[type="text"], input[type="password"], input[type="search"] { color: #5d5d5d; width: 60%; padding: 8px; } input, textarea { outline: none; border: none; border: solid 1px #f2f2f2; } h1, h2, h3 { font: normal 170% 'century gothic', arial; margin: 0 0 15px 0; padding: 15px 0 5px 0; color: #000; } h2 { font-size: 140%; } a, a:hover { outline: none; text-decoration: underline; color: #aeb002; } ul { margin: 2px 0 22px 17px; } ul li { margin: 0 0 6px 0; padding: 0 0 4px 5px; line-height: 1.5em; } .header { background-color: darkslateblue; height: 177px; font-size: 0.8em; margin-left: 0px; margin-right: 0px; min-width: 900px; } .main, .logo, .menubar, .site_content, .footer { margin-left: auto; margin-right: auto; } .logo { width: 880px; padding-bottom: 40px; } .logo h1, .logo h2 { font: normal 300% 'century gothic', arial, sans-serif; margin: 0 0 0 9px; } .logo_text h1, .logo_text h1 a, .logo_text h1 a:hover { padding: 22px 0 0 0; color: #fff; letter-spacing: 0.1em; text-decoration: none; } .logo_text h2 { font-size: 0.9em; padding: 4px 0 0 0; color: #999; } .menubar { width: 900px; height: 46px; } ul.menu { float: right; } ul.menu li { float: left; padding: 0 0 0 9px; list-style: none; margin: 1px 2px 0 0; } ul.menu li a { font: normal 100% 'trebuchet ms', sans-serif; display: block; height: 20px; padding: 6px 35px 5px 28px; color: #fff; text-decoration: none; } ul.menu li.selected a { color: #aeb002; } ul.menu li a:hover { color: #e4ec04; } hr { border: solid 1px #f3f3f3; } .site_content { width: 880px; overflow:hidden; margin: 20px auto 0 auto; background-color: white; } .sidebar_container { float: right;; width: 224px; } .sidebar { float: right; width: 222px; padding: 5%; margin: 0 0 16px 0; border: solid 1px #f2f2f2; border-radius: 5px; background-color: #f9f9f9; } .btn { padding: 8px; background-color: white; cursor:pointer; } .sidebar h2 { color: #136cb2; font-size: 1.25em; } .lables_passreg_text { font-size: 0.7em; margin-top: 3%; margin-left: 2%; } .sidebar ul { margin: 0; } .sidebar ul li { list-style-type: none; margin: 0 0 0 0; } .sidebar .rating_sidebar { float: right; } .content { text-align: left; width: 620px; padding: 0 0 0 5px; float: left; } .content a { text-decoration: none; } .films_block { margin-bottom: 5%; } .films_block img { border-radius: 5px; border: solid 5px #dad7d5; width: 22%; } .posts .posts_content { font-size: 0.8em; } .info_film_page { margin-top: 2%; margin-bottom: 4%; } .info_film_page .label { font-size: 1.2em; } .info_film_page .value{ font-size: 1em; color: #49945a; margin-right: 3%; } .description_film{ margin-bottom: 15%; } .description_film img { float: left; margin-right: 2%; border-radius: 5px; border: solid 5px #dad7d5; } .review { margin-bottom: 4%; font-size: 0.9em; } .review .review_name { background-color: #7268ad; color: white; padding: 1%; border-top-left-radius: 5px; border-top-right-radius: 5px; } .review .review_text { padding-top: 2%; padding-bottom: 2%; padding-left: 2%; } .send { margin-bottom: 4%; } .send input[type="text"], textarea { border: solid 1px #c3c3c3; margin-bottom: 2%; } .send input[type="text"] { width: 98%; } .send textarea { width: 624px; height: 200px; } .send input[type="submit"] { background-color: #7268ad; padding: 3%; color: white; border-radius: 5px; } .info_film { margin-bottom: 5%; background-color: f9f9f9; padding: 5%; height: 270px; } .info_film img { float: left; margin-right: 5px; border-radius: 5px; border: solid 5px #dad7d5; width: 25%; } .buttom { background-color: #7268ad; padding: 2%; color: white; border-radius: 5px; float: right; margin-top: 5%; clear: both; font-size: 0.8em; } .buttom a { color: white; } table { width: 100%; border: solid 1px #f4f4f4; } td { padding: 2%; border: solid 1px #f4f4f4; } td img { width: 70px; vertical-align: left; } .rating { font-weight: bold; } .center { text-align: center; } .footer { width: 100%; height: 100px; padding: 28px 0 5px 0; text-align: center; background-color: darkslateblue; color: #a8aa94; margin-left: 0px; margin-right: 0px; min-width: 900px; } .footer a { color: #a8aa94; text-decoration: none; } .footer a:hover { color: #fff; text-decoration: none; } .footer p{ padding: 0 0 10px 0; } /* CSS Mobile */ @media only screen and (min-device-width : 320px) and (max-device-width : 568px) { .header { background-color: #257965; min-width: 100%; height: 20%; text-align: center; } .logo { width: 100%; } .site_content { width: 100%; } .menubar { width: 100%; height: 100%; } .content { width: 100%; text-align: center; } .site_content { width: 100%; text-align: center; } .sidebar_container { display: none; } .footer { display: none; } ul.menu { float: none; } ul.menu li { margin: 0; padding: 0; float: none; } .logo h1 { font: normal 235% 'century gothic', arial, sans-serif; } .logo h2 { font: normal 100% 'century gothic', arial, sans-serif; color:white; } .content h1, h2 { font: normal 110% 'century gothic', arial; } .films_block img { width: 43%; } .posts_content p { line-height: 1.5em; padding: 3%; text-align: left; } .posts p { font-size: 120%; } /* fimls page */ .info_film { float:none; height: 100%; } .info_film img { width: 90%; margin-bottom: 5%; } .button { float: none; } /* rating page */ table { display: block; } th { font-size: 75%; } td { padding: 0; margin: 0; font-size: 95%; text-align: left; } /* show page */ iframe { width: 88%; height: 100%; } .descriptions_film { width: 90%; text-align: left; margin-left: 2%; } .descriptions_film img { float: none; width: 73%; display: block; margin: 0; padding: 0; margin-left: 11%; margin-bottom: 7%; } .reviews { text-align: left; width: 96%; } .send input[type="text"] { width: 80%; } .send textarea { width: 85%; } }
0.408631
0.143008
@font-face { font-family: 'noto_sans_jpblack'; src: url("./fonts/notosansjp-black-webfont.woff2") format("woff2"), url("./fonts/notosansjp-black-webfont.woff") format("woff"); font-weight: normal; font-style: normal; } @font-face { font-family: 'noto_sans_jpbold'; src: url("./fonts/notosansjp-bold-webfont.woff2") format("woff2"), url("./fonts/notosansjp-bold-webfont.woff") format("woff"); font-weight: normal; font-style: normal; } @font-face { font-family: 'noto_sans_jplight'; src: url("./fonts/notosansjp-light-webfont.woff2") format("woff2"), url("./fonts/notosansjp-light-webfont.woff") format("woff"); font-weight: normal; font-style: normal; } @font-face { font-family: 'noto_sans_jpmedium'; src: url("./fonts/notosansjp-medium-webfont.woff2") format("woff2"), url("./fonts/notosansjp-medium-webfont.woff") format("woff"); font-weight: normal; font-style: normal; } @font-face { font-family: 'noto_sans_jp_regularregular'; src: url("./fonts/notosansjp-regular-webfont.woff2") format("woff2"), url("./fonts/notosansjp-regular-webfont.woff") format("woff"); font-weight: normal; font-style: normal; } @font-face { font-family: 'noto_sans_jpthin'; src: url("./fonts/notosansjp-thin-webfont.woff2") format("woff2"), url("./fonts/notosansjp-thin-webfont.woff") format("woff"); font-weight: normal; font-style: normal; } @font-face { font-family: 'noto_sansregular'; src: url("./fonts/notosans-regular-webfont.woff2") format("woff2"), url("./fonts/notosans-regular-webfont.woff") format("woff"); font-weight: normal; font-style: normal; } @font-face { font-family: 'noto_sansbold'; src: url("./fonts/notosans-bold-webfont.woff2") format("woff2"), url("./fonts/notosans-bold-webfont.woff") format("woff"); font-weight: normal; font-style: normal; } @font-face { font-family: 'merriweatherregular'; src: url("./fonts/merriweather-regular-webfont.woff2") format("woff2"), url("./fonts/merriweather-regular-webfont.woff") format("woff"); font-weight: normal; font-style: normal; } @font-face { font-family: 'merriweatherbold'; src: url("./fonts/merriweather-bold-webfont.woff2") format("woff2"), url("./fonts/merriweather-bold-webfont.woff") format("woff"); font-weight: normal; font-style: normal; } @font-face { font-family: 'merriweatherblack'; src: url("./fonts/merriweather-black-webfont.woff2") format("woff2"), url("./fonts/merriweather-black-webfont.woff") format("woff"); font-weight: normal; font-style: normal; } body { padding: 0; margin: 0; font-family: 'Roboto', sans-serif; font-family: 'noto_sansregular'; -webkit-transition: 0.5s; transition: 0.5s; overflow-x: hidden; } :focus { outline: none; } a:focus, a:hover { outline: none; text-decoration: none; } html * { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; margin: 0; padding: 0; } html { -webkit-text-size-adjust: 100%; } *, *:after, *:before { -webkit-box-sizing: border-box; box-sizing: border-box; } ::-webkit-input-placeholder { color: #666; } :-moz-placeholder { /* Firefox 18- */ color: #666; } ::-moz-placeholder { /* Firefox 19+ */ color: #666; } :-ms-input-placeholder { color: #666; } .clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; } .clearfix { display: inline-block; } /* start commented backslash hack \*/ * html .clearfix { height: 1%; } .clearfix { display: block; } /* close commented backslash hack */ a { color: #0072bc; text-decoration: none; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } a:hover { color: #666; } select::-ms-expand { display: none; } form, fieldset { margin: 0; padding: 0; border-style: none; } input[type="text"], input[type="tel"], input[type="email"], input[type="password"], textarea { font-family: 'Roboto', sans-serif; padding: 14px 22px 12px; display: block; width: 100%; margin: 0; outline: 0; border-radius: 0; border: 1px solid #d5d4d4; color: #555; } select { font-family: 'Roboto', sans-serif; border: none; width: 100%; background: none; color: white; padding: 10px 0; border-bottom: 1px solid #697583; color: #697583; } input[type="text"]:focus, input[type="password"]:focus, input[type="tel"]:focus, input[type="email"]:focus, textarea:focus { border-color: #4b7c11; -webkit-appearance: none; -moz-appearance: none; appearance: none; } textarea { width: 100% !important; overflow: auto; height: 92px; min-height: 92px !important; -webkit-appearance: none; -moz-appearance: none; appearance: none; } .browserupgrade { margin: 0; background: #fdca00; color: #000; padding: 10px 0; text-align: center; font-size: 14px; } .browserupgrade a { color: #359FFF; font-weight: bold; } ul, li { list-style: none; margin: 0; padding: 0; } img { display: block; border: none; } a { color: #016148; text-decoration: none; } a:hover { text-decoration: none; } /* headings() { text-align: left; margin-bottom: 20px; } */ h1, h2, h3 { font-weight: normal; color: #282220; margin: 10px 0; } .container { max-width: 1200px; margin: 0 auto; } img { max-width: 100%; height: auto; margin: 0 auto; } p { font-size: 14px; margin-bottom: 10px; line-height: 1.5em; color: #333; } h3 { color: #0066ff; font-family: 'noto_sansbold'; font-size: 14px; text-transform: uppercase; } .date { color: #999; font-size: 12px; text-transform: uppercase; margin-bottom: 5px; } .page-title { color: #fff; font-size: 24px; font-family: 'merriweatherblack'; margin-bottom: 24px; } .section-title { width: 100%; text-align: center; text-transform: uppercase; color: #000; font-weight: 700; position: relative; overflow: hidden; } .section-title:before { content: ''; position: absolute; bottom: 0; width: 100%; height: 2px; background: #ccc; left: 0; z-index: 1; } .section-title span { position: relative; border-bottom: 3px solid #fe9900; display: inline-block; width: auto; z-index: 2; } .desktop { display: block; } @media (max-width: 767px) { .desktop { display: none; } } .mobile { display: none; } @media (max-width: 767px) { .mobile { display: block; } } .social-share { padding: 10px 5px; margin-right: 15px; border: 1px solid #eee; height: 150px; float: left; } @media (max-width: 1000px) { .social-share { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; display: -webkit-box; display: -ms-flexbox; display: flex; height: auto; margin-right: 0; margin-bottom: 15px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding: 5px; } } .social-share p { font-size: 11px !important; text-transform: uppercase; margin-bottom: 8px; display: block !important; } @media (max-width: 1000px) { .social-share p { -webkit-box-ordinal-group: 2 !important; -ms-flex-order: 1 !important; order: 1 !important; margin-bottom: 0; margin-right: 10px; } } @media (max-width: 1000px) { .social-share ul { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; } } .social-share ul li.fb-share a i { color: #4267B2; } .social-share ul li.twitter-share a i { color: #1DA1F2; } .social-share ul li.gmail-share a i { color: #666; } .social-share ul li a { padding: 6px 10px; display: block; text-align: center; } .social-share ul li a:hover i { color: #000; } .social-share ul li a i { font-size: 20px; } @media (min-width: 1440px) { .container { max-width: 1326px; } } @media (max-width: 1280px) { .container { padding-left: 15px; padding-right: 15px; max-width: 100%; } } header { padding: 20px 0; position: relative; } header .container { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; } @media (max-width: 968px) { header .container { -webkit-box-align: center; -ms-flex-align: center; align-items: center; } } header .container .site-title { margin: 0; } @media (max-width: 1110px) { header .container .site-title { width: 17%; } } @media (max-width: 767px) { header .container .site-title { width: 30%; } } header .container .site-title a { display: block; } header .container .site-title a img { max-width: 88%; } @media (max-width: 1110px) { header .container .site-title a img { max-width: 80%; } } @media (max-width: 767px) { header .container .site-title a img { max-width: 100%; } } header .container .right-nav { display: -webkit-box; display: -ms-flexbox; display: flex; } @media (max-width: 1110px) { header .container .right-nav { width: 83%; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; } } @media (max-width: 968px) { header .container .right-nav { -webkit-box-align: center; -ms-flex-align: center; align-items: center; } } @media (max-width: 767px) { header .container .right-nav { width: 70%; } } header .container .right-nav .mobile-menu-icon { display: none; } @media (max-width: 968px) { header .container .right-nav .mobile-menu-icon { width: 30px; cursor: pointer; height: 27px; display: block; position: relative; -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3; margin-left: 15px; } header .container .right-nav .mobile-menu-icon a { width: 30px; cursor: pointer; height: 27px; display: block; position: relative; } header .container .right-nav .mobile-menu-icon a span { display: block; width: 100%; background: #000; left: 0; position: absolute; -webkit-transform: rotate(0); transform: rotate(0); height: 3px; opacity: 1; border-radius: 4px; -webkit-transition: .25s ease-in-out; transition: .25s ease-in-out; } header .container .right-nav .mobile-menu-icon a span:nth-child(1) { top: 0; } header .container .right-nav .mobile-menu-icon a span:nth-child(2), header .container .right-nav .mobile-menu-icon a span:nth-child(3) { top: 10px; } header .container .right-nav .mobile-menu-icon a span:nth-child(4) { top: 20px; } } header .container .right-nav .mobile-menu-icon.open { z-index: 2; } header .container .right-nav .mobile-menu-icon.open span:nth-child(1), header .container .right-nav .mobile-menu-icon.open span:nth-child(4) { top: 18px; width: 0; left: 50%; } header .container .right-nav .mobile-menu-icon.open span:nth-child(2) { -webkit-transform: rotate(45deg); transform: rotate(45deg); } header .container .right-nav .mobile-menu-icon.open span:nth-child(3) { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); } header .container .right-nav .nav { display: -webkit-box; display: -ms-flexbox; display: flex; } @media (max-width: 968px) { header .container .right-nav .nav { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; background: #ccc; position: absolute; width: 65%; right: -100%; -webkit-box-pack: right; -ms-flex-pack: right; justify-content: right; padding: 120px 20px 80px; top: 0; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; z-index: 1; -webkit-transition: right 0.5s ease-in-out; transition: right 0.5s ease-in-out; height: auto; } } @media (max-width: 600px) { header .container .right-nav .nav { padding: 80px 20px; } } header .container .right-nav .nav li { padding: 0 13px; } @media (max-width: 1110px) { header .container .right-nav .nav li { padding: 0 10px; } } header .container .right-nav .nav li a { text-transform: uppercase; font-size: 14px; line-height: 1.2em; color: #000; padding: 15px 0px; display: block; position: relative; overflow: hidden; } @media (max-width: 1110px) { header .container .right-nav .nav li a { font-size: 13px; } } @media (min-width: 992px) { header .container .right-nav .nav li a:before { content: ''; position: absolute; left: -101%; width: 100%; background: #fe9900; height: 5px; bottom: 0px; -webkit-transition: left 0.5s ease-in-out; transition: left 0.5s ease-in-out; } header .container .right-nav .nav li a:hover:before { left: 0; -webkit-transition: left 0.5s ease-in-out; transition: left 0.5s ease-in-out; } } @media (max-width: 968px) { header .container .right-nav .nav li a { font-size: 22px; } } @media (max-width: 600px) { header .container .right-nav .nav li a { font-size: 14px; } } header .container .right-nav .nav li.current-menu-item a { font-family: 'noto_sansbold'; } header .container .right-nav .nav li.current-menu-item a:before { content: ''; position: absolute; left: 0; width: 100%; background: #fe9900; height: 5px; bottom: 0px; -webkit-transition: left 0.5s ease-in-out; transition: left 0.5s ease-in-out; } header .container .right-nav .nav.open { right: 0; -webkit-transition: right 0.5s ease-in-out; transition: right 0.5s ease-in-out; } .toggle-search { -ms-flex-item-align: center; -ms-grid-row-align: center; align-self: center; position: relative; margin-left: 31px; width: 293px; } @media (max-width: 1110px) { .toggle-search { width: 290px; margin-left: 15px; } } @media (max-width: 767px) { .toggle-search { display: none; } } .toggle-search input { padding: 8px 5px; padding-left: 30px; border-radius: 15px; border: 1px solid #ccc; width: 100%; } .toggle-search .search-icon { position: absolute; left: 5px; top: 50%; width: 24px; height: 21px; padding: 5px 8px 5px 5px; -webkit-transform: translateY(-50%); transform: translateY(-50%); } .toggle-search .search-icon:before { width: 17px; display: inline-block; font-family: FontAwesome; font-size: 17px; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f002"; color: #ccc; position: absolute; top: 45%; -webkit-transform: translateY(-50%); transform: translateY(-50%); cursor: pointer; } .toggle-search .search-btn { display: block; padding: 8px 24px 9px; background: #0d3174; border-radius: 14px; font-size: 11px; color: #fff; position: absolute; top: 2px; right: 2px; width: auto; cursor: pointer; margin: 0; border: none; } @media (max-width: 767px) { .toggle-search .search-btn { top: 17px; } } .toggle-search.mobile { display: none; } @media (max-width: 767px) { .toggle-search.mobile { display: block; margin: 0; width: 100%; padding: 15px 0; background: #003291; border-bottom: 1px solid #fff; } } .top-banner-wrapper { background: #003291; } .top-banner-wrapper img { margin: 0 auto; } .home-top-news-wrapper { margin: 20px 0; } .home-top-news-wrapper .container .news-img { width: 47%; margin-right: 30px; float: left; height: 340px; } @media (max-width: 1152px) { .home-top-news-wrapper .container .news-img { height: 380px; } } @media (max-width: 1000px) { .home-top-news-wrapper .container .news-img { -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3; height: auto; width: 100%; margin-right: 0; margin-bottom: 15px; } } @media (max-width: 1000px) { .home-top-news-wrapper .container .news-img img { margin: 0 auto; } } @media (max-width: 1000px) { .home-top-news-wrapper .container .news-txt { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } } .home-top-news-wrapper .container .news-txt h3 { font-size: 32px; line-height: 1.2em; color: #000; font-family: 'merriweatherregular'; text-transform: initial; padding: 15px 0 0; } @media (max-width: 1000px) { .home-top-news-wrapper .container .news-txt h3 { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; } } @media (max-width: 450px) { .home-top-news-wrapper .container .news-txt h3 { font-size: 25px; } } @media (max-width: 1050px) { .home-top-news-wrapper .container .news-txt h3 br { display: none; } } .home-top-news-wrapper .container .news-txt p:last-child { margin-bottom: 0; } @media (max-width: 1000px) { .home-top-news-wrapper .container .news-txt p { -webkit-box-ordinal-group: 5; -ms-flex-order: 4; order: 4; } } .home-top-news-wrapper .container .news-txt a { font-size: 14px; color: #ff9900; font-weight: 600; } @media (max-width: 1000px) { .home-top-news-wrapper .container .news-txt a { -webkit-box-ordinal-group: 6; -ms-flex-order: 5; order: 5; } } .home-top-news-wrapper .container .news-txt a:hover { color: #0d3174; } .home-top-news-wrapper .container .news-txt h3, .home-top-news-wrapper .container .news-txt p, .home-top-news-wrapper .container .news-txt a { display: -webkit-box; display: -ms-flexbox; display: flex; } @media (max-width: 1000px) { .home-top-news-wrapper .container .news-txt h3, .home-top-news-wrapper .container .news-txt p, .home-top-news-wrapper .container .news-txt a { display: block; } } .subscribe-wrapper { background: #f1eff0; padding: 20px 0; } .subscribe-wrapper .container { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } @media (max-width: 1004px) { .subscribe-wrapper .container { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } } @media (max-width: 1170px) { .subscribe-wrapper .container .left { width: 25%; } } @media (max-width: 1080px) { .subscribe-wrapper .container .left { width: 20%; } } @media (max-width: 1004px) { .subscribe-wrapper .container .left { width: 100%; margin-bottom: 10px; text-align: center; } } .subscribe-wrapper .container .left p { line-height: 1.2em; font-size: 18px; color: #000; font-family: 'merriweatherbold'; margin-bottom: 0; } @media (max-width: 767px) { .subscribe-wrapper .container .left p { text-align: center; } } .subscribe-wrapper .container .left p span { display: block; font-size: 13px; color: #0066ff; font-family: 'merriweatherregular'; } .subscribe-wrapper .container .right { width: 70%; } @media (max-width: 1170px) { .subscribe-wrapper .container .right { width: 75%; } } @media (max-width: 1080px) { .subscribe-wrapper .container .right { width: 80%; } } @media (max-width: 1004px) { .subscribe-wrapper .container .right { width: 100%; } } @media (max-width: 1004px) { .subscribe-wrapper .container .right form { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; } } @media (max-width: 767px) { .subscribe-wrapper .container .right form { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } } .subscribe-wrapper .container .right form input, .subscribe-wrapper .container .right form select { display: inline-block; width: 226px; margin-right: 1%; padding: 7px 10px; font-size: 12px; font-family: 'noto_sansregular'; } @media (max-width: 1170px) { .subscribe-wrapper .container .right form input, .subscribe-wrapper .container .right form select { width: 220px; } } @media (max-width: 1004px) { .subscribe-wrapper .container .right form input, .subscribe-wrapper .container .right form select { width: 100%; margin-bottom: 10px; } } .subscribe-wrapper .container .right form select { border: 1px solid #ccc; background: #fff; } .subscribe-wrapper .container .right form .submit-btn { margin-right: 0; padding: 5px 13px 6px; background: #0d3174; border-radius: 15px; font-size: 13px; color: #fff; line-height: 1.2em; border: none; width: 83px; cursor: pointer; } @media (max-width: 767px) { .subscribe-wrapper .container .right form .submit-btn { margin: 0 auto; } } .subscribe-wrapper .container .right form .submit-btn:hover { background: #000; } .news-watch-wrapper { margin: 20px 0 70px; display: -webkit-box; display: -ms-flexbox; display: flex; } @media (max-width: 1180px) { .news-watch-wrapper { margin-bottom: 90px; } } @media (max-width: 1150px) { .news-watch-wrapper { margin-bottom: 110px; } } @media (max-width: 1080px) { .news-watch-wrapper { margin-bottom: 130px; } } @media (max-width: 1020px) { .news-watch-wrapper { margin-bottom: 50px; } } .news-watch-wrapper .container .news-watch { margin-top: 20px; } @media (max-width: 1020px) { .news-watch-wrapper .container .news-watch { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } } .news-watch-wrapper .container .news-watch .curr-event { float: left; width: 22%; margin-right: 40px; height: 300px; } @media (max-width: 1020px) { .news-watch-wrapper .container .news-watch .curr-event { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; width: 100%; margin-right: 0; margin-bottom: 20px; } } .news-watch-wrapper .container .news-watch .curr-event ul { background: #f1eff0; padding: 15px; } .news-watch-wrapper .container .news-watch .latest-news { padding-top: 40px; } @media (max-width: 1020px) { .news-watch-wrapper .container .news-watch .latest-news { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; margin-bottom: 20px; } } .news-watch-wrapper .container .news-watch .latest-news ul { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } @media (max-width: 755px) { .news-watch-wrapper .container .news-watch .latest-news ul { -ms-flex-wrap: wrap; flex-wrap: wrap; } } .news-watch-wrapper .container .news-watch .latest-news ul li { margin-right: 5%; width: 30%; } @media (max-width: 755px) { .news-watch-wrapper .container .news-watch .latest-news ul li { width: 100%; margin-right: 0; margin-bottom: 5%; } } .news-watch-wrapper .container .news-watch .latest-news ul li:nth-child(3n) { margin-right: 0; } .news-watch-wrapper .container .news-watch .latest-news ul li .details img { float: right; margin-left: 9px; } @media (max-width: 1050px) { .news-watch-wrapper .container .news-watch .latest-news ul li .details img { width: 46%; } } .news-watch-wrapper .container .news-watch .latest-news ul li .details .title { color: #000; font-family: 'noto_sansbold'; } .news-watch-wrapper .container .news-watch .latest-news ul li .details p { font-size: 13px; color: #666; font-family: 'merriweatherregular'; } .news-watch-wrapper .container .news-watch .economy-wrap { width: 50%; } @media (max-width: 1020px) { .news-watch-wrapper .container .news-watch .economy-wrap { -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3; margin-right: 0; margin-bottom: 30px; } } .news-watch-wrapper .container .news-watch .economy-wrap div { display: inline-block; float: left; } .news-watch-wrapper .container .news-watch .economy-wrap div:nth-child(1) { width: 46%; margin-right: 5%; } @media (max-width: 1020px) { .news-watch-wrapper .container .news-watch .economy-wrap div:nth-child(1) { width: 100%; margin-right: 0; margin-bottom: 2%; } } .news-watch-wrapper .container .news-watch .economy-wrap div:nth-child(2) { width: 49%; } @media (max-width: 1020px) { .news-watch-wrapper .container .news-watch .economy-wrap div:nth-child(2) { width: 100%; } } .news-watch-wrapper .container .news-watch .economy-wrap, .news-watch-wrapper .container .news-watch .labpur-wrap { height: 200px; float: left; } @media (max-width: 1020px) { .news-watch-wrapper .container .news-watch .economy-wrap, .news-watch-wrapper .container .news-watch .labpur-wrap { width: 100%; height: auto; } } @media (max-width: 1020px) { .news-watch-wrapper .container .news-watch .labpur-wrap { -webkit-box-ordinal-group: 5; -ms-flex-order: 4; order: 4; margin-bottom: 30px; } } .news-watch-wrapper .container .news-watch .curr-event a, .news-watch-wrapper .container .news-watch .economy-wrap a, .news-watch-wrapper .container .news-watch .labpur-wrap a { font-size: 14px; color: #000; font-family: 'merriweatherregular'; display: block; line-height: 1.5em; } .news-watch-wrapper .container .news-watch .curr-event a:hover, .news-watch-wrapper .container .news-watch .economy-wrap a:hover, .news-watch-wrapper .container .news-watch .labpur-wrap a:hover { color: #0066ff; } .news-watch-wrapper .container .news-watch .curr-event ul li, .news-watch-wrapper .container .news-watch .economy-wrap ul li, .news-watch-wrapper .container .news-watch .labpur-wrap ul li { margin-bottom: 10px; } .news-watch-wrapper .container .news-watch .news-watch-banner { float: right; width: 23%; } @media (max-width: 1020px) { .news-watch-wrapper .container .news-watch .news-watch-banner { -webkit-box-ordinal-group: 6; -ms-flex-order: 5; order: 5; width: 100%; } } @media (max-width: 1020px) { .news-watch-wrapper .container .news-watch .news-watch-banner img { margin-left: 0; } } .news-watch-wrapper .container .news-watch .economy-wrap, .news-watch-wrapper .container .news-watch .labpur-wrap, .news-watch-wrapper .container .news-watch .news-watch-banner { margin-top: 30px; } @media (max-width: 1020px) { .news-watch-wrapper .container .news-watch .economy-wrap, .news-watch-wrapper .container .news-watch .labpur-wrap, .news-watch-wrapper .container .news-watch .news-watch-banner { margin-top: 0; } } .doing-business-wrapper { background-image: url("../../static/bg-img.png"); background-repeat: no-repeat; background-position: bottom; margin-bottom: 25px; } .doing-business-wrapper .container .buss-list-wrap { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding: 20px 0; padding: 40px 0 40px; max-width: 90%; margin: 0 auto; } @media (max-width: 950px) { .doing-business-wrapper .container .buss-list-wrap { max-width: 100%; } } @media (max-width: 767px) { .doing-business-wrapper .container .buss-list-wrap { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } } .doing-business-wrapper .container .buss-list-wrap li.buss-list-item { width: 31%; margin-right: 2%; text-align: center; border-right: 1px solid #ccc; } @media (max-width: 767px) { .doing-business-wrapper .container .buss-list-wrap li.buss-list-item { width: 100%; margin-right: 0; margin-bottom: 20px; border-right: none; padding-bottom: 20px; border-bottom: 1px solid #ccc; } } .doing-business-wrapper .container .buss-list-wrap li.buss-list-item:nth-child(3n) { margin-right: 0; } .doing-business-wrapper .container .buss-list-wrap li.buss-list-item h3 { font-size: 16px; position: relative; margin-bottom: 22px; margin-top: 0; } .doing-business-wrapper .container .buss-list-wrap li.buss-list-item h3:before { content: ''; position: absolute; height: 2px; width: 68px; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); bottom: -8px; background: #fe9900; } .doing-business-wrapper .container .buss-list-wrap li.buss-list-item ul li { text-align: center; width: 100%; } .doing-business-wrapper .container .buss-list-wrap li.buss-list-item ul li a { padding: 10px 5px; font-size: 16px; color: #000; font-family: 'merriweatherbold'; display: block; } .doing-business-wrapper .container .buss-list-wrap li.buss-list-item ul li a:hover { color: #0066ff; } .doing-business-wrapper .container .buss-list-wrap li.buss-list-item:last-child { border-right: 0; } @media (max-width: 767px) { .doing-business-wrapper .container .buss-list-wrap li.buss-list-item:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; } } .new-bussi-wrap { margin-bottom: 25px; } .destination-dubai-wrapper { margin-bottom: 25px; } .destination-dubai-wrapper .container .desti-list { display: -webkit-box; display: -ms-flexbox; display: flex; } @media (max-width: 945px) { .destination-dubai-wrapper .container .desti-list { -ms-flex-wrap: wrap; flex-wrap: wrap; } } .destination-dubai-wrapper .container .desti-list li { margin-right: 2%; width: 20%; } @media (max-width: 945px) { .destination-dubai-wrapper .container .desti-list li { width: 31.33%; margin-bottom: 2%; } } @media (max-width: 650px) { .destination-dubai-wrapper .container .desti-list li { width: 49%; } } @media (max-width: 400px) { .destination-dubai-wrapper .container .desti-list li { width: 100%; margin-right: 0; border-bottom: 1px solid #ccc; } } @media (max-width: 945px) { .destination-dubai-wrapper .container .desti-list li:nth-child(3n) { margin-right: 0; } } @media (max-width: 650px) { .destination-dubai-wrapper .container .desti-list li:nth-child(3n) { margin-right: 2%; } } @media (max-width: 650px) { .destination-dubai-wrapper .container .desti-list li:nth-child(2n) { margin-right: 0; } } .destination-dubai-wrapper .container .desti-list li:last-child { margin-right: 0; } .destination-dubai-wrapper .container .desti-list li a img { margin-left: 0; margin: 20px 0; } .destination-dubai-wrapper .container .desti-list li a p { color: #000; font-size: 16px; font-family: 'noto_sansbold'; } .cloud-link-wrapper { margin-bottom: 25px; } .btm-note-wrapper { margin-bottom: 25px; } .btm-note-wrapper .container p { color: #999; font-family: 'noto_sans_jplight'; } footer { background: #f0efef; padding: 40px 20px; } @media (max-width: 1100px) { footer { padding-left: 0; padding-right: 0; } } footer .container .footer-top { display: -webkit-box; display: -ms-flexbox; display: flex; margin-bottom: 70px; } @media (max-width: 960px) { footer .container .footer-top { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } } @media (max-width: 767px) { footer .container .footer-top { margin-bottom: 20px; border-bottom: 1px solid #ccc; } } footer .container .footer-top .left { margin-right: 100px; width: 15%; } @media (max-width: 1100px) { footer .container .footer-top .left { margin-right: 45px; } } @media (max-width: 960px) { footer .container .footer-top .left { width: 100%; margin-right: 0; margin-bottom: 45px; } } footer .container .footer-top .left .footer-subscribe { color: #979797; font-size: 14px; font-family: 'noto_sansbold'; display: block; margin: 25px 0; text-align: center; } footer .container .footer-top .left .footer-subscribe:hover { color: #000; } footer .container .footer-top .left .footer-social { display: -webkit-box; display: -ms-flexbox; display: flex; } @media (max-width: 960px) { footer .container .footer-top .left .footer-social { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } } @media (min-width: 992px) { footer .container .footer-top .left .footer-social li.fb a:hover { color: #4267B2; } footer .container .footer-top .left .footer-social li.twitter a:hover { color: #1DA1F2; } footer .container .footer-top .left .footer-social li.insta a:hover { color: #3f729b; } } footer .container .footer-top .left .footer-social li a { font-size: 19px; color: #666; padding: 10px 15px; } footer .container .footer-top .right { width: 80%; } @media (max-width: 1100px) { footer .container .footer-top .right { width: 85%; } } @media (max-width: 960px) { footer .container .footer-top .right { width: 100%; } } footer .container .footer-top .right .footer-nav { display: -webkit-box; display: -ms-flexbox; display: flex; } @media (max-width: 960px) { footer .container .footer-top .right .footer-nav { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } } @media (max-width: 767px) { footer .container .footer-top .right .footer-nav { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } } footer .container .footer-top .right .footer-nav li { margin-right: 50px; width: 25%; } @media (max-width: 1100px) { footer .container .footer-top .right .footer-nav li { margin-right: 40px; } } @media (max-width: 960px) { footer .container .footer-top .right .footer-nav li { width: auto; margin-right: 60px; } } @media (max-width: 780px) { footer .container .footer-top .right .footer-nav li { margin-right: 40px; } } @media (max-width: 767px) { footer .container .footer-top .right .footer-nav li { width: 100%; margin-right: 0; margin-bottom: 15px; text-align: center; } } footer .container .footer-top .right .footer-nav li:last-child { margin-right: 0; } footer .container .footer-top .right .footer-nav li a { color: #999; font-size: 16px; font-family: 'noto_sansbold'; padding: 5px; display: block; } @media (min-width: 992px) { footer .container .footer-top .right .footer-nav li a:hover { color: #000; } } footer .container .footer-top .right .footer-nav li .submenu { position: relative; } footer .container .footer-top .right .footer-nav li .submenu:before { content: ''; position: absolute; width: 1px; height: 115%; top: -23px; left: -20px; background: #ccc; } footer .container .footer-top .right .footer-nav li .submenu li { margin-right: 0; width: 100%; } @media (max-width: 767px) { footer .container .footer-top .right .footer-nav li .submenu li { margin-bottom: 0; } } footer .container .footer-top .right .footer-nav li .submenu li a { font-size: 14px; font-family: 'noto_sansregular'; } footer .container .footer-top .right .footer-nav li:first-child .submenu:before { display: none; } footer .container .footer-btm p { text-align: center; color: #999; } footer .container .footer-btm p:last-child { margin-bottom: 0; } footer .container .footer-btm p a { color: #999; } @media (min-width: 992px) { footer .container .footer-btm p a:hover { color: #000; } } footer .container .footer-btm .other-links { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin-bottom: 10px; } @media (max-width: 767px) { footer .container .footer-btm .other-links { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; border-bottom: 1px solid #ccc; padding-bottom: 15px; margin-bottom: 15px; } } @media (max-width: 767px) { footer .container .footer-btm .other-links li { text-align: center; } } footer .container .footer-btm .other-links li a { font-size: 14px; color: #999; padding: 5px 15px; position: relative; } @media (max-width: 811px) { footer .container .footer-btm .other-links li a { padding: 0 10px; } } @media (min-width: 992px) { footer .container .footer-btm .other-links li a:hover { color: #000; } } footer .container .footer-btm .other-links li a:before { content: ''; position: absolute; right: 0; background: #ccc; height: 50%; width: 1px; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); } @media (max-width: 767px) { footer .container .footer-btm .other-links li a:before { display: none; } } footer .container .footer-btm .other-links li:last-child a:before { display: none; } .news-filter { background: #0c3273; padding-top: 15px; } @media (max-width: 991px) { .news-filter { padding-bottom: 15px; } } .news-filter .container .filter-wraper { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-item-align: baseline; align-self: baseline; } .news-filter .container .filter-wraper ul { display: -webkit-box; display: -ms-flexbox; display: flex; position: relative; } @media (max-width: 991px) { .news-filter .container .filter-wraper ul { width: 250px; } } .news-filter .container .filter-wraper ul li { padding: 0 6px; } .news-filter .container .filter-wraper ul li.active a { font-weight: 700; } .news-filter .container .filter-wraper ul li.active a:before { left: 0; } @media (max-width: 991px) { .news-filter .container .filter-wraper ul li { padding-left: 0; position: relative; background: #FFF; width: auto; border: 1px solid #ccc; } } .news-filter .container .filter-wraper ul li.filter-txt { display: -webkit-box; display: -ms-flexbox; display: flex; } @media (max-width: 991px) { .news-filter .container .filter-wraper ul li.filter-txt { width: 100%; } } .news-filter .container .filter-wraper ul li.filter-txt a.filter-tag { color: #fff; font-size: 16px; margin-right: 15px; text-transform: initial; display: inline-block; } @media (max-width: 991px) { .news-filter .container .filter-wraper ul li.filter-txt a.filter-tag { color: #000; margin-right: 0; width: 100%; position: relative; } } @media (min-width: 992px) { .news-filter .container .filter-wraper ul li.filter-txt a.filter-tag:hover:before { display: none; } } @media (max-width: 991px) { .news-filter .container .filter-wraper ul li.filter-txt a.filter-tag:before { display: inline-block; font: normal normal normal 14px/1 FontAwesome; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; position: absolute; right: 10px; color: #333; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); content: "\f0d7"; font-size: 25px; } } @media (max-width: 1052px) { .news-filter .container .filter-wraper ul li.filter-txt a.filter-tag { font-size: 14px; } } @media (max-width: 991px) { .news-filter .container .filter-wraper ul li.filter-txt .filter-li { position: absolute; width: 100%; background: #FFF; top: 46px; left: 0; display: none; z-index: 20; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } } @media (max-width: 991px) { .news-filter .container .filter-wraper ul li.filter-txt .filter-li li { border: 1px solid #ccc; border-bottom: none; border-top: none; } } @media (max-width: 991px) { .news-filter .container .filter-wraper ul li.filter-txt .filter-li li a { border-bottom: 1px solid #ccc; color: #000; } } @media (max-width: 991px) { .news-filter .container .filter-wraper ul li.filter-txt .filter-li.show { display: block; } } .news-filter .container .filter-wraper ul li a { font-size: 15px; color: #fff; padding: 5px 0 20px; text-transform: uppercase; position: relative; overflow: hidden; display: block; line-height: 1.2em; } @media (min-width: 992px) { .news-filter .container .filter-wraper ul li a:before { content: ''; position: absolute; height: 5px; width: 100%; background: #fe9900; left: -100%; -webkit-transition: left 0.5s ease-in-out; transition: left 0.5s ease-in-out; bottom: 0; } .news-filter .container .filter-wraper ul li a:hover:before { left: 0; -webkit-transition: left 0.5s ease-in-out; transition: left 0.5s ease-in-out; } } @media (max-width: 1052px) { .news-filter .container .filter-wraper ul li a { font-size: 14px; } } @media (max-width: 1000px) { .news-filter .container .filter-wraper ul li a { font-size: 13px; } } @media (max-width: 991px) { .news-filter .container .filter-wraper ul li a { padding: 15px; } } .news-filter .container .filter-wraper .month-filter { width: 170px; } .news-filter .container .filter-wraper .month-filter select { padding: 5px; background: #fff; } .news-list-wrapper { margin: 50px 0; } .news-list-wrapper .container { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } @media (max-width: 968px) { .news-list-wrapper .container { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } } .news-list-wrapper .container .right { margin-left: 60px; width: 27%; } @media (max-width: 968px) { .news-list-wrapper .container .right { width: 100%; margin-left: 0; margin-top: 30px; } } .news-list-wrapper .container .right img { margin-right: 0; } @media (max-width: 968px) { .news-list-wrapper .container .right img { margin-left: 0; } } .news-list-wrapper .container .right .subscribe-wrapper.vertical { margin-top: 50px; padding: 40px 30px; border: 1px solid #ccc; } .news-list-wrapper .container .right .subscribe-wrapper.vertical .container { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .news-list-wrapper .container .right .subscribe-wrapper.vertical .container .left, .news-list-wrapper .container .right .subscribe-wrapper.vertical .container .right { width: 100%; margin: 0; } .news-list-wrapper .container .right .subscribe-wrapper.vertical .container .left p, .news-list-wrapper .container .right .subscribe-wrapper.vertical .container .right p { text-align: center; } .news-list-wrapper .container .right .subscribe-wrapper.vertical .container .right .subscribe { margin-top: 15px; } .news-list-wrapper .container .right .subscribe-wrapper.vertical .container .right .subscribe input, .news-list-wrapper .container .right .subscribe-wrapper.vertical .container .right .subscribe select { width: 100%; margin-bottom: 15px; } .news-list-wrapper .container .right .subscribe-wrapper.vertical .container .right .subscribe .submit-btn { width: auto; margin-bottom: 0; } .news-list-wrapper .container .left { width: 69%; } @media (max-width: 968px) { .news-list-wrapper .container .left { width: 100%; } } .news-list-wrapper .container .left .accordion { border: none !important; } .news-list-wrapper .container .left .accordion .col-md-8 { border-bottom: 1px solid #ccc; padding-bottom: 30px; margin-bottom: 30px; } .news-list-wrapper .container .left .accordion .col-md-8:last-child { margin-bottom: 0; } .news-list-wrapper .container .left .accordion .col-md-8 .accordion__heading { position: relative; } .news-list-wrapper .container .left .accordion .col-md-8 .accordion__heading .accordion__button { height: 120px; padding-right: 50px; } .news-list-wrapper .container .left .accordion .col-md-8 .accordion__heading .accordion__button:hover { background-color: transparent !important; } .news-list-wrapper .container .left .accordion .col-md-8 .accordion__heading .accordion__button:before { content: ''; position: absolute; right: 17px; width: 0; height: 0; border-left: 8px solid transparent; border-right: 8px solid transparent; border-top: 8px solid #0a1956; top: 24%; cursor: pointer; border-bottom: none !important; -webkit-transform: rotate(0) !important; transform: rotate(0) !important; } @media (max-width: 540px) { .news-list-wrapper .container .left .accordion .col-md-8 .accordion__heading .accordion__button:before { top: 0; } } @media (max-width: 540px) { .news-list-wrapper .container .left .accordion .col-md-8 .accordion__heading .accordion__button { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; height: auto; } } .news-list-wrapper .container .left .accordion .col-md-8 .accordion__heading .accordion__button img { float: left; margin-right: 15px; height: inherit; } @media (max-width: 540px) { .news-list-wrapper .container .left .accordion .col-md-8 .accordion__heading .accordion__button img { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; margin-left: 0; margin-right: auto; margin-bottom: 15px; } } .news-list-wrapper .container .left .accordion .col-md-8 .accordion__heading .accordion__button .news-cat { font-size: 12px; color: #003366; display: block; font-weight: 600; margin-bottom: 10px; } @media (max-width: 540px) { .news-list-wrapper .container .left .accordion .col-md-8 .accordion__heading .accordion__button .news-cat { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; } } .news-list-wrapper .container .left .accordion .col-md-8 .accordion__heading .accordion__button div { font-size: 24px; color: #000; font-family: 'merriweatherbold'; display: block; margin-bottom: 8px; line-height: 1.5em; } @media (max-width: 540px) { .news-list-wrapper .container .left .accordion .col-md-8 .accordion__heading .accordion__button div { -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3; } } .news-list-wrapper .container .left .accordion .col-md-8 .accordion__heading .accordion__button .date { font-size: 14px; } @media (max-width: 540px) { .news-list-wrapper .container .left .accordion .col-md-8 .accordion__heading .accordion__button .date { -webkit-box-ordinal-group: 5; -ms-flex-order: 4; order: 4; } } .news-list-wrapper .container .left .accordion .col-md-8 .accordion__button[aria-expanded='false'] { height: 95px; } @media (max-width: 540px) { .news-list-wrapper .container .left .accordion .col-md-8 .accordion__button[aria-expanded='false'] { height: auto; } } .news-list-wrapper .container .left .accordion .col-md-8 .accordion__button[aria-expanded='false'] div { font-size: 18px; } .news-list-wrapper .container .left .accordion .col-md-8 .accordion__button[aria-expanded='false'] .news-cat { text-transform: uppercase; } .news-list-wrapper .container .left .accordion .col-md-8 .accordion__panel { padding-right: 65px; position: relative; padding-top: 20px; } @media (max-width: 968px) { .news-list-wrapper .container .left .accordion .col-md-8 .accordion__panel { padding-right: 0; } } .news-list-wrapper .container .left .accordion .col-md-8 .accordion__panel p { font-size: 16px; } .news-list-wrapper .container .left .accordion .col-md-8 .accordion__panel .social-share { position: absolute; right: 0; top: 0; margin: 0; float: none; } @media (max-width: 1000px) { .news-list-wrapper .container .left .accordion .col-md-8 .accordion__panel .social-share { position: relative; margin-bottom: 10px; margin-top: 15px; } } .news-list-wrapper .container .left .accordion .col-md-8 .accordion__panel .exter-link { -webkit-box-align: center; -ms-flex-align: center; align-items: center; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; align-items: center; padding-top: 50px; } @media (max-width: 690px) { .news-list-wrapper .container .left .accordion .col-md-8 .accordion__panel .exter-link { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: baseline; -ms-flex-align: baseline; align-items: baseline; } } .news-list-wrapper .container .left .accordion .col-md-8 .accordion__panel .exter-link p { font-family: 'merriweatherbold'; margin-bottom: 0; } .news-list-wrapper .container .left .accordion .col-md-8 .accordion__panel .exter-link p.right { text-align: right; width: auto; margin-left: 0; } @media (max-width: 968px) { .news-list-wrapper .container .left .accordion .col-md-8 .accordion__panel .exter-link p.right { width: 30%; } } @media (max-width: 690px) { .news-list-wrapper .container .left .accordion .col-md-8 .accordion__panel .exter-link p.right { text-align: left; margin-top: 15px; } } .news-list-wrapper .container .left .accordion .col-md-8 .accordion__panel .exter-link p a { display: block; color: #003366; text-decoration: underline; font-size: 16px; } @media (min-width: 991px) { .news-list-wrapper .container .left .accordion .col-md-8 .accordion__panel .exter-link p a:hover { color: #333; } } .news-list-wrapper .container .left .accordion .col-md-8 .accordion__panel .exter-link p a i { -webkit-transform: rotate(-90deg); transform: rotate(-90deg); margin-left: 5px; } .news-list-wrapper .container .left .accordion .col-md-8.no-img .accordion__button { height: auto; } .news-list-wrapper .container .left .btm-btn { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; margin-top: 70px; margin-right: 50px; } @media (max-width: 968px) { .news-list-wrapper .container .left .btm-btn { -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-right: 0; } } .news-list-wrapper .container .left .btm-btn .load-more, .news-list-wrapper .container .left .btm-btn .top-btn { display: block; width: 480px; padding: 13px 15px; text-align: center; border: 1px solid #ccc; color: #666; border-radius: 5px; text-transform: uppercase; font-size: 16px; } .news-list-wrapper .container .left .btm-btn .load-more:hover, .news-list-wrapper .container .left .btm-btn .top-btn:hover { color: #000; } .news-list-wrapper .container .left .btm-btn .top-btn { border: none; margin-top: 30px; }
src/styles/main.css
@font-face { font-family: 'noto_sans_jpblack'; src: url("./fonts/notosansjp-black-webfont.woff2") format("woff2"), url("./fonts/notosansjp-black-webfont.woff") format("woff"); font-weight: normal; font-style: normal; } @font-face { font-family: 'noto_sans_jpbold'; src: url("./fonts/notosansjp-bold-webfont.woff2") format("woff2"), url("./fonts/notosansjp-bold-webfont.woff") format("woff"); font-weight: normal; font-style: normal; } @font-face { font-family: 'noto_sans_jplight'; src: url("./fonts/notosansjp-light-webfont.woff2") format("woff2"), url("./fonts/notosansjp-light-webfont.woff") format("woff"); font-weight: normal; font-style: normal; } @font-face { font-family: 'noto_sans_jpmedium'; src: url("./fonts/notosansjp-medium-webfont.woff2") format("woff2"), url("./fonts/notosansjp-medium-webfont.woff") format("woff"); font-weight: normal; font-style: normal; } @font-face { font-family: 'noto_sans_jp_regularregular'; src: url("./fonts/notosansjp-regular-webfont.woff2") format("woff2"), url("./fonts/notosansjp-regular-webfont.woff") format("woff"); font-weight: normal; font-style: normal; } @font-face { font-family: 'noto_sans_jpthin'; src: url("./fonts/notosansjp-thin-webfont.woff2") format("woff2"), url("./fonts/notosansjp-thin-webfont.woff") format("woff"); font-weight: normal; font-style: normal; } @font-face { font-family: 'noto_sansregular'; src: url("./fonts/notosans-regular-webfont.woff2") format("woff2"), url("./fonts/notosans-regular-webfont.woff") format("woff"); font-weight: normal; font-style: normal; } @font-face { font-family: 'noto_sansbold'; src: url("./fonts/notosans-bold-webfont.woff2") format("woff2"), url("./fonts/notosans-bold-webfont.woff") format("woff"); font-weight: normal; font-style: normal; } @font-face { font-family: 'merriweatherregular'; src: url("./fonts/merriweather-regular-webfont.woff2") format("woff2"), url("./fonts/merriweather-regular-webfont.woff") format("woff"); font-weight: normal; font-style: normal; } @font-face { font-family: 'merriweatherbold'; src: url("./fonts/merriweather-bold-webfont.woff2") format("woff2"), url("./fonts/merriweather-bold-webfont.woff") format("woff"); font-weight: normal; font-style: normal; } @font-face { font-family: 'merriweatherblack'; src: url("./fonts/merriweather-black-webfont.woff2") format("woff2"), url("./fonts/merriweather-black-webfont.woff") format("woff"); font-weight: normal; font-style: normal; } body { padding: 0; margin: 0; font-family: 'Roboto', sans-serif; font-family: 'noto_sansregular'; -webkit-transition: 0.5s; transition: 0.5s; overflow-x: hidden; } :focus { outline: none; } a:focus, a:hover { outline: none; text-decoration: none; } html * { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; margin: 0; padding: 0; } html { -webkit-text-size-adjust: 100%; } *, *:after, *:before { -webkit-box-sizing: border-box; box-sizing: border-box; } ::-webkit-input-placeholder { color: #666; } :-moz-placeholder { /* Firefox 18- */ color: #666; } ::-moz-placeholder { /* Firefox 19+ */ color: #666; } :-ms-input-placeholder { color: #666; } .clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; } .clearfix { display: inline-block; } /* start commented backslash hack \*/ * html .clearfix { height: 1%; } .clearfix { display: block; } /* close commented backslash hack */ a { color: #0072bc; text-decoration: none; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } a:hover { color: #666; } select::-ms-expand { display: none; } form, fieldset { margin: 0; padding: 0; border-style: none; } input[type="text"], input[type="tel"], input[type="email"], input[type="password"], textarea { font-family: 'Roboto', sans-serif; padding: 14px 22px 12px; display: block; width: 100%; margin: 0; outline: 0; border-radius: 0; border: 1px solid #d5d4d4; color: #555; } select { font-family: 'Roboto', sans-serif; border: none; width: 100%; background: none; color: white; padding: 10px 0; border-bottom: 1px solid #697583; color: #697583; } input[type="text"]:focus, input[type="password"]:focus, input[type="tel"]:focus, input[type="email"]:focus, textarea:focus { border-color: #4b7c11; -webkit-appearance: none; -moz-appearance: none; appearance: none; } textarea { width: 100% !important; overflow: auto; height: 92px; min-height: 92px !important; -webkit-appearance: none; -moz-appearance: none; appearance: none; } .browserupgrade { margin: 0; background: #fdca00; color: #000; padding: 10px 0; text-align: center; font-size: 14px; } .browserupgrade a { color: #359FFF; font-weight: bold; } ul, li { list-style: none; margin: 0; padding: 0; } img { display: block; border: none; } a { color: #016148; text-decoration: none; } a:hover { text-decoration: none; } /* headings() { text-align: left; margin-bottom: 20px; } */ h1, h2, h3 { font-weight: normal; color: #282220; margin: 10px 0; } .container { max-width: 1200px; margin: 0 auto; } img { max-width: 100%; height: auto; margin: 0 auto; } p { font-size: 14px; margin-bottom: 10px; line-height: 1.5em; color: #333; } h3 { color: #0066ff; font-family: 'noto_sansbold'; font-size: 14px; text-transform: uppercase; } .date { color: #999; font-size: 12px; text-transform: uppercase; margin-bottom: 5px; } .page-title { color: #fff; font-size: 24px; font-family: 'merriweatherblack'; margin-bottom: 24px; } .section-title { width: 100%; text-align: center; text-transform: uppercase; color: #000; font-weight: 700; position: relative; overflow: hidden; } .section-title:before { content: ''; position: absolute; bottom: 0; width: 100%; height: 2px; background: #ccc; left: 0; z-index: 1; } .section-title span { position: relative; border-bottom: 3px solid #fe9900; display: inline-block; width: auto; z-index: 2; } .desktop { display: block; } @media (max-width: 767px) { .desktop { display: none; } } .mobile { display: none; } @media (max-width: 767px) { .mobile { display: block; } } .social-share { padding: 10px 5px; margin-right: 15px; border: 1px solid #eee; height: 150px; float: left; } @media (max-width: 1000px) { .social-share { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; display: -webkit-box; display: -ms-flexbox; display: flex; height: auto; margin-right: 0; margin-bottom: 15px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding: 5px; } } .social-share p { font-size: 11px !important; text-transform: uppercase; margin-bottom: 8px; display: block !important; } @media (max-width: 1000px) { .social-share p { -webkit-box-ordinal-group: 2 !important; -ms-flex-order: 1 !important; order: 1 !important; margin-bottom: 0; margin-right: 10px; } } @media (max-width: 1000px) { .social-share ul { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; } } .social-share ul li.fb-share a i { color: #4267B2; } .social-share ul li.twitter-share a i { color: #1DA1F2; } .social-share ul li.gmail-share a i { color: #666; } .social-share ul li a { padding: 6px 10px; display: block; text-align: center; } .social-share ul li a:hover i { color: #000; } .social-share ul li a i { font-size: 20px; } @media (min-width: 1440px) { .container { max-width: 1326px; } } @media (max-width: 1280px) { .container { padding-left: 15px; padding-right: 15px; max-width: 100%; } } header { padding: 20px 0; position: relative; } header .container { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; } @media (max-width: 968px) { header .container { -webkit-box-align: center; -ms-flex-align: center; align-items: center; } } header .container .site-title { margin: 0; } @media (max-width: 1110px) { header .container .site-title { width: 17%; } } @media (max-width: 767px) { header .container .site-title { width: 30%; } } header .container .site-title a { display: block; } header .container .site-title a img { max-width: 88%; } @media (max-width: 1110px) { header .container .site-title a img { max-width: 80%; } } @media (max-width: 767px) { header .container .site-title a img { max-width: 100%; } } header .container .right-nav { display: -webkit-box; display: -ms-flexbox; display: flex; } @media (max-width: 1110px) { header .container .right-nav { width: 83%; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; } } @media (max-width: 968px) { header .container .right-nav { -webkit-box-align: center; -ms-flex-align: center; align-items: center; } } @media (max-width: 767px) { header .container .right-nav { width: 70%; } } header .container .right-nav .mobile-menu-icon { display: none; } @media (max-width: 968px) { header .container .right-nav .mobile-menu-icon { width: 30px; cursor: pointer; height: 27px; display: block; position: relative; -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3; margin-left: 15px; } header .container .right-nav .mobile-menu-icon a { width: 30px; cursor: pointer; height: 27px; display: block; position: relative; } header .container .right-nav .mobile-menu-icon a span { display: block; width: 100%; background: #000; left: 0; position: absolute; -webkit-transform: rotate(0); transform: rotate(0); height: 3px; opacity: 1; border-radius: 4px; -webkit-transition: .25s ease-in-out; transition: .25s ease-in-out; } header .container .right-nav .mobile-menu-icon a span:nth-child(1) { top: 0; } header .container .right-nav .mobile-menu-icon a span:nth-child(2), header .container .right-nav .mobile-menu-icon a span:nth-child(3) { top: 10px; } header .container .right-nav .mobile-menu-icon a span:nth-child(4) { top: 20px; } } header .container .right-nav .mobile-menu-icon.open { z-index: 2; } header .container .right-nav .mobile-menu-icon.open span:nth-child(1), header .container .right-nav .mobile-menu-icon.open span:nth-child(4) { top: 18px; width: 0; left: 50%; } header .container .right-nav .mobile-menu-icon.open span:nth-child(2) { -webkit-transform: rotate(45deg); transform: rotate(45deg); } header .container .right-nav .mobile-menu-icon.open span:nth-child(3) { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); } header .container .right-nav .nav { display: -webkit-box; display: -ms-flexbox; display: flex; } @media (max-width: 968px) { header .container .right-nav .nav { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; background: #ccc; position: absolute; width: 65%; right: -100%; -webkit-box-pack: right; -ms-flex-pack: right; justify-content: right; padding: 120px 20px 80px; top: 0; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; z-index: 1; -webkit-transition: right 0.5s ease-in-out; transition: right 0.5s ease-in-out; height: auto; } } @media (max-width: 600px) { header .container .right-nav .nav { padding: 80px 20px; } } header .container .right-nav .nav li { padding: 0 13px; } @media (max-width: 1110px) { header .container .right-nav .nav li { padding: 0 10px; } } header .container .right-nav .nav li a { text-transform: uppercase; font-size: 14px; line-height: 1.2em; color: #000; padding: 15px 0px; display: block; position: relative; overflow: hidden; } @media (max-width: 1110px) { header .container .right-nav .nav li a { font-size: 13px; } } @media (min-width: 992px) { header .container .right-nav .nav li a:before { content: ''; position: absolute; left: -101%; width: 100%; background: #fe9900; height: 5px; bottom: 0px; -webkit-transition: left 0.5s ease-in-out; transition: left 0.5s ease-in-out; } header .container .right-nav .nav li a:hover:before { left: 0; -webkit-transition: left 0.5s ease-in-out; transition: left 0.5s ease-in-out; } } @media (max-width: 968px) { header .container .right-nav .nav li a { font-size: 22px; } } @media (max-width: 600px) { header .container .right-nav .nav li a { font-size: 14px; } } header .container .right-nav .nav li.current-menu-item a { font-family: 'noto_sansbold'; } header .container .right-nav .nav li.current-menu-item a:before { content: ''; position: absolute; left: 0; width: 100%; background: #fe9900; height: 5px; bottom: 0px; -webkit-transition: left 0.5s ease-in-out; transition: left 0.5s ease-in-out; } header .container .right-nav .nav.open { right: 0; -webkit-transition: right 0.5s ease-in-out; transition: right 0.5s ease-in-out; } .toggle-search { -ms-flex-item-align: center; -ms-grid-row-align: center; align-self: center; position: relative; margin-left: 31px; width: 293px; } @media (max-width: 1110px) { .toggle-search { width: 290px; margin-left: 15px; } } @media (max-width: 767px) { .toggle-search { display: none; } } .toggle-search input { padding: 8px 5px; padding-left: 30px; border-radius: 15px; border: 1px solid #ccc; width: 100%; } .toggle-search .search-icon { position: absolute; left: 5px; top: 50%; width: 24px; height: 21px; padding: 5px 8px 5px 5px; -webkit-transform: translateY(-50%); transform: translateY(-50%); } .toggle-search .search-icon:before { width: 17px; display: inline-block; font-family: FontAwesome; font-size: 17px; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f002"; color: #ccc; position: absolute; top: 45%; -webkit-transform: translateY(-50%); transform: translateY(-50%); cursor: pointer; } .toggle-search .search-btn { display: block; padding: 8px 24px 9px; background: #0d3174; border-radius: 14px; font-size: 11px; color: #fff; position: absolute; top: 2px; right: 2px; width: auto; cursor: pointer; margin: 0; border: none; } @media (max-width: 767px) { .toggle-search .search-btn { top: 17px; } } .toggle-search.mobile { display: none; } @media (max-width: 767px) { .toggle-search.mobile { display: block; margin: 0; width: 100%; padding: 15px 0; background: #003291; border-bottom: 1px solid #fff; } } .top-banner-wrapper { background: #003291; } .top-banner-wrapper img { margin: 0 auto; } .home-top-news-wrapper { margin: 20px 0; } .home-top-news-wrapper .container .news-img { width: 47%; margin-right: 30px; float: left; height: 340px; } @media (max-width: 1152px) { .home-top-news-wrapper .container .news-img { height: 380px; } } @media (max-width: 1000px) { .home-top-news-wrapper .container .news-img { -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3; height: auto; width: 100%; margin-right: 0; margin-bottom: 15px; } } @media (max-width: 1000px) { .home-top-news-wrapper .container .news-img img { margin: 0 auto; } } @media (max-width: 1000px) { .home-top-news-wrapper .container .news-txt { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } } .home-top-news-wrapper .container .news-txt h3 { font-size: 32px; line-height: 1.2em; color: #000; font-family: 'merriweatherregular'; text-transform: initial; padding: 15px 0 0; } @media (max-width: 1000px) { .home-top-news-wrapper .container .news-txt h3 { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; } } @media (max-width: 450px) { .home-top-news-wrapper .container .news-txt h3 { font-size: 25px; } } @media (max-width: 1050px) { .home-top-news-wrapper .container .news-txt h3 br { display: none; } } .home-top-news-wrapper .container .news-txt p:last-child { margin-bottom: 0; } @media (max-width: 1000px) { .home-top-news-wrapper .container .news-txt p { -webkit-box-ordinal-group: 5; -ms-flex-order: 4; order: 4; } } .home-top-news-wrapper .container .news-txt a { font-size: 14px; color: #ff9900; font-weight: 600; } @media (max-width: 1000px) { .home-top-news-wrapper .container .news-txt a { -webkit-box-ordinal-group: 6; -ms-flex-order: 5; order: 5; } } .home-top-news-wrapper .container .news-txt a:hover { color: #0d3174; } .home-top-news-wrapper .container .news-txt h3, .home-top-news-wrapper .container .news-txt p, .home-top-news-wrapper .container .news-txt a { display: -webkit-box; display: -ms-flexbox; display: flex; } @media (max-width: 1000px) { .home-top-news-wrapper .container .news-txt h3, .home-top-news-wrapper .container .news-txt p, .home-top-news-wrapper .container .news-txt a { display: block; } } .subscribe-wrapper { background: #f1eff0; padding: 20px 0; } .subscribe-wrapper .container { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } @media (max-width: 1004px) { .subscribe-wrapper .container { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } } @media (max-width: 1170px) { .subscribe-wrapper .container .left { width: 25%; } } @media (max-width: 1080px) { .subscribe-wrapper .container .left { width: 20%; } } @media (max-width: 1004px) { .subscribe-wrapper .container .left { width: 100%; margin-bottom: 10px; text-align: center; } } .subscribe-wrapper .container .left p { line-height: 1.2em; font-size: 18px; color: #000; font-family: 'merriweatherbold'; margin-bottom: 0; } @media (max-width: 767px) { .subscribe-wrapper .container .left p { text-align: center; } } .subscribe-wrapper .container .left p span { display: block; font-size: 13px; color: #0066ff; font-family: 'merriweatherregular'; } .subscribe-wrapper .container .right { width: 70%; } @media (max-width: 1170px) { .subscribe-wrapper .container .right { width: 75%; } } @media (max-width: 1080px) { .subscribe-wrapper .container .right { width: 80%; } } @media (max-width: 1004px) { .subscribe-wrapper .container .right { width: 100%; } } @media (max-width: 1004px) { .subscribe-wrapper .container .right form { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; } } @media (max-width: 767px) { .subscribe-wrapper .container .right form { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } } .subscribe-wrapper .container .right form input, .subscribe-wrapper .container .right form select { display: inline-block; width: 226px; margin-right: 1%; padding: 7px 10px; font-size: 12px; font-family: 'noto_sansregular'; } @media (max-width: 1170px) { .subscribe-wrapper .container .right form input, .subscribe-wrapper .container .right form select { width: 220px; } } @media (max-width: 1004px) { .subscribe-wrapper .container .right form input, .subscribe-wrapper .container .right form select { width: 100%; margin-bottom: 10px; } } .subscribe-wrapper .container .right form select { border: 1px solid #ccc; background: #fff; } .subscribe-wrapper .container .right form .submit-btn { margin-right: 0; padding: 5px 13px 6px; background: #0d3174; border-radius: 15px; font-size: 13px; color: #fff; line-height: 1.2em; border: none; width: 83px; cursor: pointer; } @media (max-width: 767px) { .subscribe-wrapper .container .right form .submit-btn { margin: 0 auto; } } .subscribe-wrapper .container .right form .submit-btn:hover { background: #000; } .news-watch-wrapper { margin: 20px 0 70px; display: -webkit-box; display: -ms-flexbox; display: flex; } @media (max-width: 1180px) { .news-watch-wrapper { margin-bottom: 90px; } } @media (max-width: 1150px) { .news-watch-wrapper { margin-bottom: 110px; } } @media (max-width: 1080px) { .news-watch-wrapper { margin-bottom: 130px; } } @media (max-width: 1020px) { .news-watch-wrapper { margin-bottom: 50px; } } .news-watch-wrapper .container .news-watch { margin-top: 20px; } @media (max-width: 1020px) { .news-watch-wrapper .container .news-watch { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } } .news-watch-wrapper .container .news-watch .curr-event { float: left; width: 22%; margin-right: 40px; height: 300px; } @media (max-width: 1020px) { .news-watch-wrapper .container .news-watch .curr-event { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; width: 100%; margin-right: 0; margin-bottom: 20px; } } .news-watch-wrapper .container .news-watch .curr-event ul { background: #f1eff0; padding: 15px; } .news-watch-wrapper .container .news-watch .latest-news { padding-top: 40px; } @media (max-width: 1020px) { .news-watch-wrapper .container .news-watch .latest-news { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; margin-bottom: 20px; } } .news-watch-wrapper .container .news-watch .latest-news ul { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } @media (max-width: 755px) { .news-watch-wrapper .container .news-watch .latest-news ul { -ms-flex-wrap: wrap; flex-wrap: wrap; } } .news-watch-wrapper .container .news-watch .latest-news ul li { margin-right: 5%; width: 30%; } @media (max-width: 755px) { .news-watch-wrapper .container .news-watch .latest-news ul li { width: 100%; margin-right: 0; margin-bottom: 5%; } } .news-watch-wrapper .container .news-watch .latest-news ul li:nth-child(3n) { margin-right: 0; } .news-watch-wrapper .container .news-watch .latest-news ul li .details img { float: right; margin-left: 9px; } @media (max-width: 1050px) { .news-watch-wrapper .container .news-watch .latest-news ul li .details img { width: 46%; } } .news-watch-wrapper .container .news-watch .latest-news ul li .details .title { color: #000; font-family: 'noto_sansbold'; } .news-watch-wrapper .container .news-watch .latest-news ul li .details p { font-size: 13px; color: #666; font-family: 'merriweatherregular'; } .news-watch-wrapper .container .news-watch .economy-wrap { width: 50%; } @media (max-width: 1020px) { .news-watch-wrapper .container .news-watch .economy-wrap { -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3; margin-right: 0; margin-bottom: 30px; } } .news-watch-wrapper .container .news-watch .economy-wrap div { display: inline-block; float: left; } .news-watch-wrapper .container .news-watch .economy-wrap div:nth-child(1) { width: 46%; margin-right: 5%; } @media (max-width: 1020px) { .news-watch-wrapper .container .news-watch .economy-wrap div:nth-child(1) { width: 100%; margin-right: 0; margin-bottom: 2%; } } .news-watch-wrapper .container .news-watch .economy-wrap div:nth-child(2) { width: 49%; } @media (max-width: 1020px) { .news-watch-wrapper .container .news-watch .economy-wrap div:nth-child(2) { width: 100%; } } .news-watch-wrapper .container .news-watch .economy-wrap, .news-watch-wrapper .container .news-watch .labpur-wrap { height: 200px; float: left; } @media (max-width: 1020px) { .news-watch-wrapper .container .news-watch .economy-wrap, .news-watch-wrapper .container .news-watch .labpur-wrap { width: 100%; height: auto; } } @media (max-width: 1020px) { .news-watch-wrapper .container .news-watch .labpur-wrap { -webkit-box-ordinal-group: 5; -ms-flex-order: 4; order: 4; margin-bottom: 30px; } } .news-watch-wrapper .container .news-watch .curr-event a, .news-watch-wrapper .container .news-watch .economy-wrap a, .news-watch-wrapper .container .news-watch .labpur-wrap a { font-size: 14px; color: #000; font-family: 'merriweatherregular'; display: block; line-height: 1.5em; } .news-watch-wrapper .container .news-watch .curr-event a:hover, .news-watch-wrapper .container .news-watch .economy-wrap a:hover, .news-watch-wrapper .container .news-watch .labpur-wrap a:hover { color: #0066ff; } .news-watch-wrapper .container .news-watch .curr-event ul li, .news-watch-wrapper .container .news-watch .economy-wrap ul li, .news-watch-wrapper .container .news-watch .labpur-wrap ul li { margin-bottom: 10px; } .news-watch-wrapper .container .news-watch .news-watch-banner { float: right; width: 23%; } @media (max-width: 1020px) { .news-watch-wrapper .container .news-watch .news-watch-banner { -webkit-box-ordinal-group: 6; -ms-flex-order: 5; order: 5; width: 100%; } } @media (max-width: 1020px) { .news-watch-wrapper .container .news-watch .news-watch-banner img { margin-left: 0; } } .news-watch-wrapper .container .news-watch .economy-wrap, .news-watch-wrapper .container .news-watch .labpur-wrap, .news-watch-wrapper .container .news-watch .news-watch-banner { margin-top: 30px; } @media (max-width: 1020px) { .news-watch-wrapper .container .news-watch .economy-wrap, .news-watch-wrapper .container .news-watch .labpur-wrap, .news-watch-wrapper .container .news-watch .news-watch-banner { margin-top: 0; } } .doing-business-wrapper { background-image: url("../../static/bg-img.png"); background-repeat: no-repeat; background-position: bottom; margin-bottom: 25px; } .doing-business-wrapper .container .buss-list-wrap { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding: 20px 0; padding: 40px 0 40px; max-width: 90%; margin: 0 auto; } @media (max-width: 950px) { .doing-business-wrapper .container .buss-list-wrap { max-width: 100%; } } @media (max-width: 767px) { .doing-business-wrapper .container .buss-list-wrap { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } } .doing-business-wrapper .container .buss-list-wrap li.buss-list-item { width: 31%; margin-right: 2%; text-align: center; border-right: 1px solid #ccc; } @media (max-width: 767px) { .doing-business-wrapper .container .buss-list-wrap li.buss-list-item { width: 100%; margin-right: 0; margin-bottom: 20px; border-right: none; padding-bottom: 20px; border-bottom: 1px solid #ccc; } } .doing-business-wrapper .container .buss-list-wrap li.buss-list-item:nth-child(3n) { margin-right: 0; } .doing-business-wrapper .container .buss-list-wrap li.buss-list-item h3 { font-size: 16px; position: relative; margin-bottom: 22px; margin-top: 0; } .doing-business-wrapper .container .buss-list-wrap li.buss-list-item h3:before { content: ''; position: absolute; height: 2px; width: 68px; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); bottom: -8px; background: #fe9900; } .doing-business-wrapper .container .buss-list-wrap li.buss-list-item ul li { text-align: center; width: 100%; } .doing-business-wrapper .container .buss-list-wrap li.buss-list-item ul li a { padding: 10px 5px; font-size: 16px; color: #000; font-family: 'merriweatherbold'; display: block; } .doing-business-wrapper .container .buss-list-wrap li.buss-list-item ul li a:hover { color: #0066ff; } .doing-business-wrapper .container .buss-list-wrap li.buss-list-item:last-child { border-right: 0; } @media (max-width: 767px) { .doing-business-wrapper .container .buss-list-wrap li.buss-list-item:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; } } .new-bussi-wrap { margin-bottom: 25px; } .destination-dubai-wrapper { margin-bottom: 25px; } .destination-dubai-wrapper .container .desti-list { display: -webkit-box; display: -ms-flexbox; display: flex; } @media (max-width: 945px) { .destination-dubai-wrapper .container .desti-list { -ms-flex-wrap: wrap; flex-wrap: wrap; } } .destination-dubai-wrapper .container .desti-list li { margin-right: 2%; width: 20%; } @media (max-width: 945px) { .destination-dubai-wrapper .container .desti-list li { width: 31.33%; margin-bottom: 2%; } } @media (max-width: 650px) { .destination-dubai-wrapper .container .desti-list li { width: 49%; } } @media (max-width: 400px) { .destination-dubai-wrapper .container .desti-list li { width: 100%; margin-right: 0; border-bottom: 1px solid #ccc; } } @media (max-width: 945px) { .destination-dubai-wrapper .container .desti-list li:nth-child(3n) { margin-right: 0; } } @media (max-width: 650px) { .destination-dubai-wrapper .container .desti-list li:nth-child(3n) { margin-right: 2%; } } @media (max-width: 650px) { .destination-dubai-wrapper .container .desti-list li:nth-child(2n) { margin-right: 0; } } .destination-dubai-wrapper .container .desti-list li:last-child { margin-right: 0; } .destination-dubai-wrapper .container .desti-list li a img { margin-left: 0; margin: 20px 0; } .destination-dubai-wrapper .container .desti-list li a p { color: #000; font-size: 16px; font-family: 'noto_sansbold'; } .cloud-link-wrapper { margin-bottom: 25px; } .btm-note-wrapper { margin-bottom: 25px; } .btm-note-wrapper .container p { color: #999; font-family: 'noto_sans_jplight'; } footer { background: #f0efef; padding: 40px 20px; } @media (max-width: 1100px) { footer { padding-left: 0; padding-right: 0; } } footer .container .footer-top { display: -webkit-box; display: -ms-flexbox; display: flex; margin-bottom: 70px; } @media (max-width: 960px) { footer .container .footer-top { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } } @media (max-width: 767px) { footer .container .footer-top { margin-bottom: 20px; border-bottom: 1px solid #ccc; } } footer .container .footer-top .left { margin-right: 100px; width: 15%; } @media (max-width: 1100px) { footer .container .footer-top .left { margin-right: 45px; } } @media (max-width: 960px) { footer .container .footer-top .left { width: 100%; margin-right: 0; margin-bottom: 45px; } } footer .container .footer-top .left .footer-subscribe { color: #979797; font-size: 14px; font-family: 'noto_sansbold'; display: block; margin: 25px 0; text-align: center; } footer .container .footer-top .left .footer-subscribe:hover { color: #000; } footer .container .footer-top .left .footer-social { display: -webkit-box; display: -ms-flexbox; display: flex; } @media (max-width: 960px) { footer .container .footer-top .left .footer-social { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } } @media (min-width: 992px) { footer .container .footer-top .left .footer-social li.fb a:hover { color: #4267B2; } footer .container .footer-top .left .footer-social li.twitter a:hover { color: #1DA1F2; } footer .container .footer-top .left .footer-social li.insta a:hover { color: #3f729b; } } footer .container .footer-top .left .footer-social li a { font-size: 19px; color: #666; padding: 10px 15px; } footer .container .footer-top .right { width: 80%; } @media (max-width: 1100px) { footer .container .footer-top .right { width: 85%; } } @media (max-width: 960px) { footer .container .footer-top .right { width: 100%; } } footer .container .footer-top .right .footer-nav { display: -webkit-box; display: -ms-flexbox; display: flex; } @media (max-width: 960px) { footer .container .footer-top .right .footer-nav { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } } @media (max-width: 767px) { footer .container .footer-top .right .footer-nav { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } } footer .container .footer-top .right .footer-nav li { margin-right: 50px; width: 25%; } @media (max-width: 1100px) { footer .container .footer-top .right .footer-nav li { margin-right: 40px; } } @media (max-width: 960px) { footer .container .footer-top .right .footer-nav li { width: auto; margin-right: 60px; } } @media (max-width: 780px) { footer .container .footer-top .right .footer-nav li { margin-right: 40px; } } @media (max-width: 767px) { footer .container .footer-top .right .footer-nav li { width: 100%; margin-right: 0; margin-bottom: 15px; text-align: center; } } footer .container .footer-top .right .footer-nav li:last-child { margin-right: 0; } footer .container .footer-top .right .footer-nav li a { color: #999; font-size: 16px; font-family: 'noto_sansbold'; padding: 5px; display: block; } @media (min-width: 992px) { footer .container .footer-top .right .footer-nav li a:hover { color: #000; } } footer .container .footer-top .right .footer-nav li .submenu { position: relative; } footer .container .footer-top .right .footer-nav li .submenu:before { content: ''; position: absolute; width: 1px; height: 115%; top: -23px; left: -20px; background: #ccc; } footer .container .footer-top .right .footer-nav li .submenu li { margin-right: 0; width: 100%; } @media (max-width: 767px) { footer .container .footer-top .right .footer-nav li .submenu li { margin-bottom: 0; } } footer .container .footer-top .right .footer-nav li .submenu li a { font-size: 14px; font-family: 'noto_sansregular'; } footer .container .footer-top .right .footer-nav li:first-child .submenu:before { display: none; } footer .container .footer-btm p { text-align: center; color: #999; } footer .container .footer-btm p:last-child { margin-bottom: 0; } footer .container .footer-btm p a { color: #999; } @media (min-width: 992px) { footer .container .footer-btm p a:hover { color: #000; } } footer .container .footer-btm .other-links { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin-bottom: 10px; } @media (max-width: 767px) { footer .container .footer-btm .other-links { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; border-bottom: 1px solid #ccc; padding-bottom: 15px; margin-bottom: 15px; } } @media (max-width: 767px) { footer .container .footer-btm .other-links li { text-align: center; } } footer .container .footer-btm .other-links li a { font-size: 14px; color: #999; padding: 5px 15px; position: relative; } @media (max-width: 811px) { footer .container .footer-btm .other-links li a { padding: 0 10px; } } @media (min-width: 992px) { footer .container .footer-btm .other-links li a:hover { color: #000; } } footer .container .footer-btm .other-links li a:before { content: ''; position: absolute; right: 0; background: #ccc; height: 50%; width: 1px; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); } @media (max-width: 767px) { footer .container .footer-btm .other-links li a:before { display: none; } } footer .container .footer-btm .other-links li:last-child a:before { display: none; } .news-filter { background: #0c3273; padding-top: 15px; } @media (max-width: 991px) { .news-filter { padding-bottom: 15px; } } .news-filter .container .filter-wraper { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-item-align: baseline; align-self: baseline; } .news-filter .container .filter-wraper ul { display: -webkit-box; display: -ms-flexbox; display: flex; position: relative; } @media (max-width: 991px) { .news-filter .container .filter-wraper ul { width: 250px; } } .news-filter .container .filter-wraper ul li { padding: 0 6px; } .news-filter .container .filter-wraper ul li.active a { font-weight: 700; } .news-filter .container .filter-wraper ul li.active a:before { left: 0; } @media (max-width: 991px) { .news-filter .container .filter-wraper ul li { padding-left: 0; position: relative; background: #FFF; width: auto; border: 1px solid #ccc; } } .news-filter .container .filter-wraper ul li.filter-txt { display: -webkit-box; display: -ms-flexbox; display: flex; } @media (max-width: 991px) { .news-filter .container .filter-wraper ul li.filter-txt { width: 100%; } } .news-filter .container .filter-wraper ul li.filter-txt a.filter-tag { color: #fff; font-size: 16px; margin-right: 15px; text-transform: initial; display: inline-block; } @media (max-width: 991px) { .news-filter .container .filter-wraper ul li.filter-txt a.filter-tag { color: #000; margin-right: 0; width: 100%; position: relative; } } @media (min-width: 992px) { .news-filter .container .filter-wraper ul li.filter-txt a.filter-tag:hover:before { display: none; } } @media (max-width: 991px) { .news-filter .container .filter-wraper ul li.filter-txt a.filter-tag:before { display: inline-block; font: normal normal normal 14px/1 FontAwesome; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; position: absolute; right: 10px; color: #333; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); content: "\f0d7"; font-size: 25px; } } @media (max-width: 1052px) { .news-filter .container .filter-wraper ul li.filter-txt a.filter-tag { font-size: 14px; } } @media (max-width: 991px) { .news-filter .container .filter-wraper ul li.filter-txt .filter-li { position: absolute; width: 100%; background: #FFF; top: 46px; left: 0; display: none; z-index: 20; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } } @media (max-width: 991px) { .news-filter .container .filter-wraper ul li.filter-txt .filter-li li { border: 1px solid #ccc; border-bottom: none; border-top: none; } } @media (max-width: 991px) { .news-filter .container .filter-wraper ul li.filter-txt .filter-li li a { border-bottom: 1px solid #ccc; color: #000; } } @media (max-width: 991px) { .news-filter .container .filter-wraper ul li.filter-txt .filter-li.show { display: block; } } .news-filter .container .filter-wraper ul li a { font-size: 15px; color: #fff; padding: 5px 0 20px; text-transform: uppercase; position: relative; overflow: hidden; display: block; line-height: 1.2em; } @media (min-width: 992px) { .news-filter .container .filter-wraper ul li a:before { content: ''; position: absolute; height: 5px; width: 100%; background: #fe9900; left: -100%; -webkit-transition: left 0.5s ease-in-out; transition: left 0.5s ease-in-out; bottom: 0; } .news-filter .container .filter-wraper ul li a:hover:before { left: 0; -webkit-transition: left 0.5s ease-in-out; transition: left 0.5s ease-in-out; } } @media (max-width: 1052px) { .news-filter .container .filter-wraper ul li a { font-size: 14px; } } @media (max-width: 1000px) { .news-filter .container .filter-wraper ul li a { font-size: 13px; } } @media (max-width: 991px) { .news-filter .container .filter-wraper ul li a { padding: 15px; } } .news-filter .container .filter-wraper .month-filter { width: 170px; } .news-filter .container .filter-wraper .month-filter select { padding: 5px; background: #fff; } .news-list-wrapper { margin: 50px 0; } .news-list-wrapper .container { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } @media (max-width: 968px) { .news-list-wrapper .container { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } } .news-list-wrapper .container .right { margin-left: 60px; width: 27%; } @media (max-width: 968px) { .news-list-wrapper .container .right { width: 100%; margin-left: 0; margin-top: 30px; } } .news-list-wrapper .container .right img { margin-right: 0; } @media (max-width: 968px) { .news-list-wrapper .container .right img { margin-left: 0; } } .news-list-wrapper .container .right .subscribe-wrapper.vertical { margin-top: 50px; padding: 40px 30px; border: 1px solid #ccc; } .news-list-wrapper .container .right .subscribe-wrapper.vertical .container { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .news-list-wrapper .container .right .subscribe-wrapper.vertical .container .left, .news-list-wrapper .container .right .subscribe-wrapper.vertical .container .right { width: 100%; margin: 0; } .news-list-wrapper .container .right .subscribe-wrapper.vertical .container .left p, .news-list-wrapper .container .right .subscribe-wrapper.vertical .container .right p { text-align: center; } .news-list-wrapper .container .right .subscribe-wrapper.vertical .container .right .subscribe { margin-top: 15px; } .news-list-wrapper .container .right .subscribe-wrapper.vertical .container .right .subscribe input, .news-list-wrapper .container .right .subscribe-wrapper.vertical .container .right .subscribe select { width: 100%; margin-bottom: 15px; } .news-list-wrapper .container .right .subscribe-wrapper.vertical .container .right .subscribe .submit-btn { width: auto; margin-bottom: 0; } .news-list-wrapper .container .left { width: 69%; } @media (max-width: 968px) { .news-list-wrapper .container .left { width: 100%; } } .news-list-wrapper .container .left .accordion { border: none !important; } .news-list-wrapper .container .left .accordion .col-md-8 { border-bottom: 1px solid #ccc; padding-bottom: 30px; margin-bottom: 30px; } .news-list-wrapper .container .left .accordion .col-md-8:last-child { margin-bottom: 0; } .news-list-wrapper .container .left .accordion .col-md-8 .accordion__heading { position: relative; } .news-list-wrapper .container .left .accordion .col-md-8 .accordion__heading .accordion__button { height: 120px; padding-right: 50px; } .news-list-wrapper .container .left .accordion .col-md-8 .accordion__heading .accordion__button:hover { background-color: transparent !important; } .news-list-wrapper .container .left .accordion .col-md-8 .accordion__heading .accordion__button:before { content: ''; position: absolute; right: 17px; width: 0; height: 0; border-left: 8px solid transparent; border-right: 8px solid transparent; border-top: 8px solid #0a1956; top: 24%; cursor: pointer; border-bottom: none !important; -webkit-transform: rotate(0) !important; transform: rotate(0) !important; } @media (max-width: 540px) { .news-list-wrapper .container .left .accordion .col-md-8 .accordion__heading .accordion__button:before { top: 0; } } @media (max-width: 540px) { .news-list-wrapper .container .left .accordion .col-md-8 .accordion__heading .accordion__button { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; height: auto; } } .news-list-wrapper .container .left .accordion .col-md-8 .accordion__heading .accordion__button img { float: left; margin-right: 15px; height: inherit; } @media (max-width: 540px) { .news-list-wrapper .container .left .accordion .col-md-8 .accordion__heading .accordion__button img { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; margin-left: 0; margin-right: auto; margin-bottom: 15px; } } .news-list-wrapper .container .left .accordion .col-md-8 .accordion__heading .accordion__button .news-cat { font-size: 12px; color: #003366; display: block; font-weight: 600; margin-bottom: 10px; } @media (max-width: 540px) { .news-list-wrapper .container .left .accordion .col-md-8 .accordion__heading .accordion__button .news-cat { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; } } .news-list-wrapper .container .left .accordion .col-md-8 .accordion__heading .accordion__button div { font-size: 24px; color: #000; font-family: 'merriweatherbold'; display: block; margin-bottom: 8px; line-height: 1.5em; } @media (max-width: 540px) { .news-list-wrapper .container .left .accordion .col-md-8 .accordion__heading .accordion__button div { -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3; } } .news-list-wrapper .container .left .accordion .col-md-8 .accordion__heading .accordion__button .date { font-size: 14px; } @media (max-width: 540px) { .news-list-wrapper .container .left .accordion .col-md-8 .accordion__heading .accordion__button .date { -webkit-box-ordinal-group: 5; -ms-flex-order: 4; order: 4; } } .news-list-wrapper .container .left .accordion .col-md-8 .accordion__button[aria-expanded='false'] { height: 95px; } @media (max-width: 540px) { .news-list-wrapper .container .left .accordion .col-md-8 .accordion__button[aria-expanded='false'] { height: auto; } } .news-list-wrapper .container .left .accordion .col-md-8 .accordion__button[aria-expanded='false'] div { font-size: 18px; } .news-list-wrapper .container .left .accordion .col-md-8 .accordion__button[aria-expanded='false'] .news-cat { text-transform: uppercase; } .news-list-wrapper .container .left .accordion .col-md-8 .accordion__panel { padding-right: 65px; position: relative; padding-top: 20px; } @media (max-width: 968px) { .news-list-wrapper .container .left .accordion .col-md-8 .accordion__panel { padding-right: 0; } } .news-list-wrapper .container .left .accordion .col-md-8 .accordion__panel p { font-size: 16px; } .news-list-wrapper .container .left .accordion .col-md-8 .accordion__panel .social-share { position: absolute; right: 0; top: 0; margin: 0; float: none; } @media (max-width: 1000px) { .news-list-wrapper .container .left .accordion .col-md-8 .accordion__panel .social-share { position: relative; margin-bottom: 10px; margin-top: 15px; } } .news-list-wrapper .container .left .accordion .col-md-8 .accordion__panel .exter-link { -webkit-box-align: center; -ms-flex-align: center; align-items: center; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; align-items: center; padding-top: 50px; } @media (max-width: 690px) { .news-list-wrapper .container .left .accordion .col-md-8 .accordion__panel .exter-link { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: baseline; -ms-flex-align: baseline; align-items: baseline; } } .news-list-wrapper .container .left .accordion .col-md-8 .accordion__panel .exter-link p { font-family: 'merriweatherbold'; margin-bottom: 0; } .news-list-wrapper .container .left .accordion .col-md-8 .accordion__panel .exter-link p.right { text-align: right; width: auto; margin-left: 0; } @media (max-width: 968px) { .news-list-wrapper .container .left .accordion .col-md-8 .accordion__panel .exter-link p.right { width: 30%; } } @media (max-width: 690px) { .news-list-wrapper .container .left .accordion .col-md-8 .accordion__panel .exter-link p.right { text-align: left; margin-top: 15px; } } .news-list-wrapper .container .left .accordion .col-md-8 .accordion__panel .exter-link p a { display: block; color: #003366; text-decoration: underline; font-size: 16px; } @media (min-width: 991px) { .news-list-wrapper .container .left .accordion .col-md-8 .accordion__panel .exter-link p a:hover { color: #333; } } .news-list-wrapper .container .left .accordion .col-md-8 .accordion__panel .exter-link p a i { -webkit-transform: rotate(-90deg); transform: rotate(-90deg); margin-left: 5px; } .news-list-wrapper .container .left .accordion .col-md-8.no-img .accordion__button { height: auto; } .news-list-wrapper .container .left .btm-btn { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; margin-top: 70px; margin-right: 50px; } @media (max-width: 968px) { .news-list-wrapper .container .left .btm-btn { -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-right: 0; } } .news-list-wrapper .container .left .btm-btn .load-more, .news-list-wrapper .container .left .btm-btn .top-btn { display: block; width: 480px; padding: 13px 15px; text-align: center; border: 1px solid #ccc; color: #666; border-radius: 5px; text-transform: uppercase; font-size: 16px; } .news-list-wrapper .container .left .btm-btn .load-more:hover, .news-list-wrapper .container .left .btm-btn .top-btn:hover { color: #000; } .news-list-wrapper .container .left .btm-btn .top-btn { border: none; margin-top: 30px; }
0.321141
0.045226
.filters { @apply max-w-md sm:max-w-sm; @media (min-width: 449px) { @apply border-r; } &--header { @apply flex items-center relative px-4 py-3 sm:px-8 sm:py-6 text-sm leading-normal font-semibold uppercase; &::after { @apply absolute inset-x-0 bottom-0 border-t; content: ""; } } &--title { @apply flex items-center h-12 mr-auto; } &--count { @apply opacity-30 ml-2; } &--actions { @apply flex items-center; } &--content { @apply flex-1 flex flex-col overflow-y-scroll p-4 sm:px-8 sm:py-2; } &--footer { @apply relative px-4 pb-4 sm:px-8 sm:pb-8; } &--footer-actions { @apply border-t pt-4 sm:pt-8; } } .filters-close { @apply clean-btn bg-transparent -mr-2 mx-2 p-2 text-sm leading-normal font-semibold uppercase; } .filter-group { &:first-child { @apply border-t-0; } &--count { @apply inline-block align-middle opacity-30 ml-2 text-xs; } &--options { @apply flex flex-wrap gap-y-4 justify-items-start mt-2; &.is-grid { @apply grid grid-cols-3 gap-4; } } } .filter-option { @apply w-full; .is-grid & { @apply border p-2 text-center transition-colors duration-200; &.is-active { @apply bg-pageBG text-pageText border-pageBG; } .control { &--label { @apply block text-center; } } } &.is-swatch { @apply inline-flex flex-col w-auto ml-1 mr-5 text-center; .swatch { @apply w-[40px] h-[40px]; } .control { &--label { @apply flex flex-col items-center; svg { @apply absolute left-1/2 top-1/2 -translate-y-1/2 -translate-x-1/2 bg-transparent border-none; path { color: var(--swatchBorder); } } } } input:checked + { .control--label { svg { @apply bg-transparent; } } } } &--icon { @apply relative; .is-grid & { @apply hidden; } } &--label { @apply mt-1 text-xs font-semibold; .is-swatch & { @apply mt-2; } } }
styles/modules/_filters.css
.filters { @apply max-w-md sm:max-w-sm; @media (min-width: 449px) { @apply border-r; } &--header { @apply flex items-center relative px-4 py-3 sm:px-8 sm:py-6 text-sm leading-normal font-semibold uppercase; &::after { @apply absolute inset-x-0 bottom-0 border-t; content: ""; } } &--title { @apply flex items-center h-12 mr-auto; } &--count { @apply opacity-30 ml-2; } &--actions { @apply flex items-center; } &--content { @apply flex-1 flex flex-col overflow-y-scroll p-4 sm:px-8 sm:py-2; } &--footer { @apply relative px-4 pb-4 sm:px-8 sm:pb-8; } &--footer-actions { @apply border-t pt-4 sm:pt-8; } } .filters-close { @apply clean-btn bg-transparent -mr-2 mx-2 p-2 text-sm leading-normal font-semibold uppercase; } .filter-group { &:first-child { @apply border-t-0; } &--count { @apply inline-block align-middle opacity-30 ml-2 text-xs; } &--options { @apply flex flex-wrap gap-y-4 justify-items-start mt-2; &.is-grid { @apply grid grid-cols-3 gap-4; } } } .filter-option { @apply w-full; .is-grid & { @apply border p-2 text-center transition-colors duration-200; &.is-active { @apply bg-pageBG text-pageText border-pageBG; } .control { &--label { @apply block text-center; } } } &.is-swatch { @apply inline-flex flex-col w-auto ml-1 mr-5 text-center; .swatch { @apply w-[40px] h-[40px]; } .control { &--label { @apply flex flex-col items-center; svg { @apply absolute left-1/2 top-1/2 -translate-y-1/2 -translate-x-1/2 bg-transparent border-none; path { color: var(--swatchBorder); } } } } input:checked + { .control--label { svg { @apply bg-transparent; } } } } &--icon { @apply relative; .is-grid & { @apply hidden; } } &--label { @apply mt-1 text-xs font-semibold; .is-swatch & { @apply mt-2; } } }
0.670069
0.213418
.mt20 { margin-top: 20px !important; } .collection.with-header .collection-item { padding-left: 20px !important; position: relative; } .transparent-status-bar{ background: rgba(0, 0, 0, .5); } .status-btns { display: -webkit-flex; display: flex; height: 40px; background: #fff; position: absolute; right: 0px; top: 50%; margin-right: -100px; transform: translateY(-50%); -webkit-transform: translateY(-50%); transition: all 200ms ease-in-out; -webkit-transition: all 200ms ease-in-out; } .status-indicator { padding: 5px 10px; position: absolute; top: 5px; right: -10px; z-index: 1; border-radius: 3px; transition: all 200ms ease-in-out; -webkit-transition: all 200ms ease-in-out; } .collection-item:hover .status-btns { margin-right: 0px; } .status-btns .secondary-content { cursor: pointer; } .card .card-reveal { word-wrap: break-word; } .steel_blue { background: #5a9eab; } .cards-container { -webkit-column-break-inside: avoid; page-break-inside: avoid; break-inside: avoid; } .cards-container .card { display: inline-block; overflow: visible; width: 100%; } .card .center__image { position: relative !important; max-height: 100px; overflow: hidden; } .card .center__image img { transform: translateY(-35%); } .input-field { margin-top: 0 !important; } .no-margin { margin-top: 0 !important; } .f__size { font-size: 20px !important; } .isLoading { opacity: 0.5 !important; } nav { height: 55px !important; box-shadow: none !important; background-color: transparent !important; -webkit-transition: all 500ms ease-in-out; -moz-transition: all 500ms ease-in-out; -o-transition: all 500ms ease-in-out; transition: all 500ms ease-in-out; } nav ul { height: 55px; } nav ul li { height: 55px; line-height: 55px !important; } nav ul li a { height: 55px; } nav ul a:hover { background-color: rgba(0, 0, 0, 0.5) !important; } .logo { width: 250px; background-image: url("../image/logo2.png"); background-size: contain; background-repeat: no-repeat; background-position: 60%; align-items: -100px; } .logo p { margin: 0; position: relative; top: -1000px; } .hidden { display: none; } .full-width { width: 100%; } .pointer { cursor: pointer !important; } .block { display: block; } .search-faster-form { margin: 10px 0; padding: 20px 20px; /* display: inline-flex; */ } .search__results { width: 70%; margin: 0 auto; } .search__back_btn { height: 54px !important; } .bg__white { background-color: #fff; } .f15 { margin-top: 5px !important; font-size: 15px !important; } .card-image { position: relative !important; } .card-title { padding: 14px !important; font-size: 20px !important; } .parallax-container { height: auto !important; color: #fff; } .parallax-container .container .center-align p { padding: 15px; } .parallax-container .parallax img { opacity: 1 !important; } .search_arrow_back_btn { height: 64px !important; padding-top: 12px !important; padding-bottom: 12px !important; } .search__label { margin-top: -12px !important; color: #ccc !important; } .search__pane { width: 100% !important; max-height: 100% !important; top: 0 !important; bottom: 0; margin: 0 !important; background-color: #fff; border-radius: 0 !important; z-index: 1200 !important; } .search__nav { background-color: #fff !important; } .carousel .carousel-item { visibility: inherit !important; } .relative { position: relative !important; } .fixed { position: fixed !important; bottom: 0px; z-index: 2; height: 80px; width: 70% !important; } [type="checkbox"] + label { position: relative; padding-left: 35px; cursor: pointer; display: inline-block; height: 25px; line-height: 25px; font-size: 1rem; user-select: none; -webkit-user-select: none; -moz-user-select: none; -khtml-user-select: none; -ms-user-select: none; } [type="checkbox"]:checked + label:before { top: -4px; left: -5px; width: 12px; height: 22px; border-top: 2px solid transparent; border-left: 2px solid transparent; border-right: 2px solid #26a69a; border-bottom: 2px solid #26a69a; -webkit-transform: rotate(40deg); transform: rotate(40deg); -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-transform-origin: 100% 100%; transform-origin: 100% 100%; } [type="checkbox"].filled-in:checked + label:before { top: 0; left: 1px; width: 8px; height: 13px; border-top: 2px solid transparent; border-left: 2px solid transparent; border-right: 2px solid #fff; border-bottom: 2px solid #fff; -webkit-transform: rotateZ(37deg); transform: rotateZ(37deg); -webkit-transform-origin: 100% 100%; transform-origin: 100% 100%; } [type="checkbox"] + label:before, [type="checkbox"]:not(.filled-in) + label:after { content: ""; position: absolute; top: 0; left: 0; width: 18px; height: 18px; z-index: 0; border: 2px solid #5a5a5a; border-radius: 1px; margin-top: 2px; transition: 0.2s; } [type="checkbox"].filled-in:checked + label:after { top: 0; width: 20px; height: 20px; border: 2px solid #26a69a; background-color: #26a69a; z-index: 0; } [type="checkbox"]:not(.filled-in) + label:after { border: 0; -webkit-transform: scale(0); transform: scale(0); } [type="checkbox"].filled-in + label:after { border-radius: 2px; } [type="checkbox"] + label:before, [type="checkbox"]:not(.filled-in) + label:after { content: ""; position: absolute; top: 0; left: 0; width: 18px; height: 18px; z-index: 0; border: 2px solid #5a5a5a; border-radius: 1px; margin-top: 2px; transition: 0.2s; } [type="checkbox"].filled-in + label:before, [type="checkbox"].filled-in + label:after { content: ""; left: 0; position: absolute; transition: border 0.25s, background-color 0.25s, width 0.2s 0.1s, height 0.2s 0.1s, top 0.2s 0.1s, left 0.2s 0.1s; z-index: 1; } input[type="range"] { margin: 40px 0 !important; } /*main css*/ .blur__fits { -webkit-filter: blur(3px) !important; filter: blur(3px) !important; } .header { height: 70vh; position: relative; background-image: url("../image/3.jpg"); background-size: cover; background-position: 100% 25%; background-attachment: fixed; background-repeat: no-repeat; } .header .header__overlay { width: 100%; height: 70vh; position: absolute; top: 0; left: 0; background-image: linear-gradient( to top left, rgba(72, 132, 179, 0.7), rgba(144, 236, 146, 0.7) ); background-image: -webkit-linear-gradient( to top left, rgba(72, 132, 179, 0.7), rgba(144, 236, 146, 0.7) ); overflow: hidden; color: #fff; } .header .header__overlay .container .header__detail { margin-top: 45px; } .header .header__overlay .container .header__detail h4 { font-weight: 100; font-size: 2.5em; } .home__nav { display: none; } .isLoaded { transform: translateY(0px) !important; opacity: 1 !important; } .popular__events_holdr { margin-top: -100px !important; } .popular__events_holdr .popular__events { padding: 20px; background-color: #fff !important; } .middle__info { width: 100%; height: 260px; display: block; color: #fff; position: relative; background-color: #f5f5f5; overflow: hidden; } .middle__info .brief__info { width: 100%; height: 100%; background-image: url("../image/5.jpg"); background-color: black; background-attachment: fixed; background-repeat: no-repeat; background-size: cover; } .middle__info .brief__info .container .center-align p { padding: 15px; } .footer { padding: 10px; height: 64px; color: #fff; background-color: #333; } .footer a { background-image: linear-gradient( to top left, rgba(72, 132, 179, 0.7), rgba(144, 236, 146, 0.7) ); background-image: -webkit-linear-gradient( to top left, rgba(72, 132, 179, 0.7), rgba(144, 236, 146, 0.7) ); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; } .footer a:hover { text-decoration: underline !important; } .select_img_box { width: 100px; height: 100px; background-color: #f5f5f5; border-radius: 3px; } .small__duration { font-size: 12px !important; } .small__duration i { font-size: 12px !important; } h4.bold.grey-text.center-align { margin-top: 150px !important; margin-bottom: 275px; } .bold { font-weight: bolder; } .light__font { font-weight: lighter; font-size: 14px; } /*center details css*/ .center__holdr { padding-top: 65px; } .center__details { padding: 10px; } .center__details .slider__holdr { width: 100%; max-height: 100%; } .center__details .slider__holdr img { width: 100%; } .facility__list { columns: 2; column-gap: 10px; } /*authentication css*/ .input-field { margin: 0; } .gradient__bg { background-image: linear-gradient(to left, #4884b3, #90ec92); background-image: -webkit-linear-gradient(to left, #4884b3, #90ec92); } .gradient_text { background: -webkit-linear-gradient(to left, #4884b3, #90ec92); background: linear-gradient(to left, #4884b3, #90ec92); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; } .tabs .indicator { background-color: #e0f2f1; height: 60px; opacity: 0.3; } .form-container { padding: 40px; padding-top: 10px; } .confirmation-tabs-btn { position: absolute; } .signin__card_holdr { width: 50%; margin: 70px auto; } .auth__footer { background-color: transparent; color: #000; } .empty { height: 108px; } /*media query*/ @media only screen and (max-width: 768px) { /* For mobile phones: */ .signin__card_holdr { width: 100%; } } @media only screen and (max-width: 600px) { .cards-container { -webkit-column-count: 1; -moz-column-count: 1; column-count: 1; } .container { width: 100% !important; } .logo { width: 200px; transform: translateX(-70%) !important; } } @media only screen and (min-width: 601px) { .cards-container { -webkit-column-count: 2; -moz-column-count: 2; column-count: 2; } } @media only screen and (min-width: 993px) { .cards-container { -webkit-column-count: 3; -moz-column-count: 3; column-count: 3; } }
client/public/css/app.css
.mt20 { margin-top: 20px !important; } .collection.with-header .collection-item { padding-left: 20px !important; position: relative; } .transparent-status-bar{ background: rgba(0, 0, 0, .5); } .status-btns { display: -webkit-flex; display: flex; height: 40px; background: #fff; position: absolute; right: 0px; top: 50%; margin-right: -100px; transform: translateY(-50%); -webkit-transform: translateY(-50%); transition: all 200ms ease-in-out; -webkit-transition: all 200ms ease-in-out; } .status-indicator { padding: 5px 10px; position: absolute; top: 5px; right: -10px; z-index: 1; border-radius: 3px; transition: all 200ms ease-in-out; -webkit-transition: all 200ms ease-in-out; } .collection-item:hover .status-btns { margin-right: 0px; } .status-btns .secondary-content { cursor: pointer; } .card .card-reveal { word-wrap: break-word; } .steel_blue { background: #5a9eab; } .cards-container { -webkit-column-break-inside: avoid; page-break-inside: avoid; break-inside: avoid; } .cards-container .card { display: inline-block; overflow: visible; width: 100%; } .card .center__image { position: relative !important; max-height: 100px; overflow: hidden; } .card .center__image img { transform: translateY(-35%); } .input-field { margin-top: 0 !important; } .no-margin { margin-top: 0 !important; } .f__size { font-size: 20px !important; } .isLoading { opacity: 0.5 !important; } nav { height: 55px !important; box-shadow: none !important; background-color: transparent !important; -webkit-transition: all 500ms ease-in-out; -moz-transition: all 500ms ease-in-out; -o-transition: all 500ms ease-in-out; transition: all 500ms ease-in-out; } nav ul { height: 55px; } nav ul li { height: 55px; line-height: 55px !important; } nav ul li a { height: 55px; } nav ul a:hover { background-color: rgba(0, 0, 0, 0.5) !important; } .logo { width: 250px; background-image: url("../image/logo2.png"); background-size: contain; background-repeat: no-repeat; background-position: 60%; align-items: -100px; } .logo p { margin: 0; position: relative; top: -1000px; } .hidden { display: none; } .full-width { width: 100%; } .pointer { cursor: pointer !important; } .block { display: block; } .search-faster-form { margin: 10px 0; padding: 20px 20px; /* display: inline-flex; */ } .search__results { width: 70%; margin: 0 auto; } .search__back_btn { height: 54px !important; } .bg__white { background-color: #fff; } .f15 { margin-top: 5px !important; font-size: 15px !important; } .card-image { position: relative !important; } .card-title { padding: 14px !important; font-size: 20px !important; } .parallax-container { height: auto !important; color: #fff; } .parallax-container .container .center-align p { padding: 15px; } .parallax-container .parallax img { opacity: 1 !important; } .search_arrow_back_btn { height: 64px !important; padding-top: 12px !important; padding-bottom: 12px !important; } .search__label { margin-top: -12px !important; color: #ccc !important; } .search__pane { width: 100% !important; max-height: 100% !important; top: 0 !important; bottom: 0; margin: 0 !important; background-color: #fff; border-radius: 0 !important; z-index: 1200 !important; } .search__nav { background-color: #fff !important; } .carousel .carousel-item { visibility: inherit !important; } .relative { position: relative !important; } .fixed { position: fixed !important; bottom: 0px; z-index: 2; height: 80px; width: 70% !important; } [type="checkbox"] + label { position: relative; padding-left: 35px; cursor: pointer; display: inline-block; height: 25px; line-height: 25px; font-size: 1rem; user-select: none; -webkit-user-select: none; -moz-user-select: none; -khtml-user-select: none; -ms-user-select: none; } [type="checkbox"]:checked + label:before { top: -4px; left: -5px; width: 12px; height: 22px; border-top: 2px solid transparent; border-left: 2px solid transparent; border-right: 2px solid #26a69a; border-bottom: 2px solid #26a69a; -webkit-transform: rotate(40deg); transform: rotate(40deg); -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-transform-origin: 100% 100%; transform-origin: 100% 100%; } [type="checkbox"].filled-in:checked + label:before { top: 0; left: 1px; width: 8px; height: 13px; border-top: 2px solid transparent; border-left: 2px solid transparent; border-right: 2px solid #fff; border-bottom: 2px solid #fff; -webkit-transform: rotateZ(37deg); transform: rotateZ(37deg); -webkit-transform-origin: 100% 100%; transform-origin: 100% 100%; } [type="checkbox"] + label:before, [type="checkbox"]:not(.filled-in) + label:after { content: ""; position: absolute; top: 0; left: 0; width: 18px; height: 18px; z-index: 0; border: 2px solid #5a5a5a; border-radius: 1px; margin-top: 2px; transition: 0.2s; } [type="checkbox"].filled-in:checked + label:after { top: 0; width: 20px; height: 20px; border: 2px solid #26a69a; background-color: #26a69a; z-index: 0; } [type="checkbox"]:not(.filled-in) + label:after { border: 0; -webkit-transform: scale(0); transform: scale(0); } [type="checkbox"].filled-in + label:after { border-radius: 2px; } [type="checkbox"] + label:before, [type="checkbox"]:not(.filled-in) + label:after { content: ""; position: absolute; top: 0; left: 0; width: 18px; height: 18px; z-index: 0; border: 2px solid #5a5a5a; border-radius: 1px; margin-top: 2px; transition: 0.2s; } [type="checkbox"].filled-in + label:before, [type="checkbox"].filled-in + label:after { content: ""; left: 0; position: absolute; transition: border 0.25s, background-color 0.25s, width 0.2s 0.1s, height 0.2s 0.1s, top 0.2s 0.1s, left 0.2s 0.1s; z-index: 1; } input[type="range"] { margin: 40px 0 !important; } /*main css*/ .blur__fits { -webkit-filter: blur(3px) !important; filter: blur(3px) !important; } .header { height: 70vh; position: relative; background-image: url("../image/3.jpg"); background-size: cover; background-position: 100% 25%; background-attachment: fixed; background-repeat: no-repeat; } .header .header__overlay { width: 100%; height: 70vh; position: absolute; top: 0; left: 0; background-image: linear-gradient( to top left, rgba(72, 132, 179, 0.7), rgba(144, 236, 146, 0.7) ); background-image: -webkit-linear-gradient( to top left, rgba(72, 132, 179, 0.7), rgba(144, 236, 146, 0.7) ); overflow: hidden; color: #fff; } .header .header__overlay .container .header__detail { margin-top: 45px; } .header .header__overlay .container .header__detail h4 { font-weight: 100; font-size: 2.5em; } .home__nav { display: none; } .isLoaded { transform: translateY(0px) !important; opacity: 1 !important; } .popular__events_holdr { margin-top: -100px !important; } .popular__events_holdr .popular__events { padding: 20px; background-color: #fff !important; } .middle__info { width: 100%; height: 260px; display: block; color: #fff; position: relative; background-color: #f5f5f5; overflow: hidden; } .middle__info .brief__info { width: 100%; height: 100%; background-image: url("../image/5.jpg"); background-color: black; background-attachment: fixed; background-repeat: no-repeat; background-size: cover; } .middle__info .brief__info .container .center-align p { padding: 15px; } .footer { padding: 10px; height: 64px; color: #fff; background-color: #333; } .footer a { background-image: linear-gradient( to top left, rgba(72, 132, 179, 0.7), rgba(144, 236, 146, 0.7) ); background-image: -webkit-linear-gradient( to top left, rgba(72, 132, 179, 0.7), rgba(144, 236, 146, 0.7) ); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; } .footer a:hover { text-decoration: underline !important; } .select_img_box { width: 100px; height: 100px; background-color: #f5f5f5; border-radius: 3px; } .small__duration { font-size: 12px !important; } .small__duration i { font-size: 12px !important; } h4.bold.grey-text.center-align { margin-top: 150px !important; margin-bottom: 275px; } .bold { font-weight: bolder; } .light__font { font-weight: lighter; font-size: 14px; } /*center details css*/ .center__holdr { padding-top: 65px; } .center__details { padding: 10px; } .center__details .slider__holdr { width: 100%; max-height: 100%; } .center__details .slider__holdr img { width: 100%; } .facility__list { columns: 2; column-gap: 10px; } /*authentication css*/ .input-field { margin: 0; } .gradient__bg { background-image: linear-gradient(to left, #4884b3, #90ec92); background-image: -webkit-linear-gradient(to left, #4884b3, #90ec92); } .gradient_text { background: -webkit-linear-gradient(to left, #4884b3, #90ec92); background: linear-gradient(to left, #4884b3, #90ec92); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; } .tabs .indicator { background-color: #e0f2f1; height: 60px; opacity: 0.3; } .form-container { padding: 40px; padding-top: 10px; } .confirmation-tabs-btn { position: absolute; } .signin__card_holdr { width: 50%; margin: 70px auto; } .auth__footer { background-color: transparent; color: #000; } .empty { height: 108px; } /*media query*/ @media only screen and (max-width: 768px) { /* For mobile phones: */ .signin__card_holdr { width: 100%; } } @media only screen and (max-width: 600px) { .cards-container { -webkit-column-count: 1; -moz-column-count: 1; column-count: 1; } .container { width: 100% !important; } .logo { width: 200px; transform: translateX(-70%) !important; } } @media only screen and (min-width: 601px) { .cards-container { -webkit-column-count: 2; -moz-column-count: 2; column-count: 2; } } @media only screen and (min-width: 993px) { .cards-container { -webkit-column-count: 3; -moz-column-count: 3; column-count: 3; } }
0.317955
0.082697
 /* SlideShow*/ .slide-container { width:800px; height: 500px; margin-left: auto; margin-right: auto; overflow: hidden; text-align: center; } .image-container{ width:2400px; height:500px; position: relative; transition: left 2s; -webkit-transition: left 2s; -moz-transition: left 2s; -o-transition: left 2s; } .slider-image { float: left; margin: 0px; padding: 0px; } .button-container { top:-20px; position: relative; } .slider-button { display: inline-block; height: 10px; width: 10px; border-radius: 5px; background-color: white; } #slider-image-1:target ~ .image-container{ left: 0px; } #slider-image-2:target ~ .image-container{ left:-800px; } #slider-image-3:target ~ .image-container{ left:-1600px; } /* End of Slideshow*/ .banner1{ width: 100%; height:100px; background-color: black; } .strip{ width: 100%; height:10px; background-color: rgb(212,175,55); } .banner{ width:100%; height: 50px; background-color: rgb(212,175,55); border: 3px solid black; padding-bottom: 20px; } .fill{ width:100%; height:525px; background-color: black; } .logo{ height:90px; width:80px; float:left; margin-top: 5px; margin-left: 5px; } .logo2{ float: left; font-size: 30px; padding-bottom: 5px; color: white; } .yellow { color: yellow; } .red { color: red; } .column{ float:left; padding: 40px; } .row :after{ content: " "; clear: both; display: table; } .image{ max-width: 200px; height: 200px; border-radius: 50%; border: 2px solid black; } .how_to{ width: 220px; height: auto; font-weight: bold; margin-bottom: 40px; } body { margin: 0px auto; padding: 0px; line-height: 1.5em; width: 98%; max-width: 980px; min-width: 250px; font-family: Verdana, Geneva, sans-serif } header { width: 100%; height: 100px; text-align: center; } h1 { color: white; font-family: "Comic Sans MS", "Comic Sans", cursive; font-size: 50px; padding-top: 40px; margin-right: 150px; } section { width: 66%; float: left; margin-bottom: 30px; } aside { width: 32%; margin-top: 2em; float: left; border: 3px solid black; background-color: rgb(212,175,55); -moz-border-radius: 35px; border-radius: 35px; box-shadow:10px 10px 20px #000; -webkit-box-shadow:10px 10px 20px #000; -moz-box-shadow: 10px 10px 20px #000; margin-bottom: 50px; } footer { clear: left; width: 100%; text-align: center; margin-top: 5px; margin-bottom: 40px; } footer address { width: 100%; clear: left; font-size: 0.8em; font-style: normal; font-variant: small-caps; border-top: 1px solid black; background-color: rgb(212,175,55); } /* Block Styles */ h2, h3, h4, h5, h6 { font-family: Arial, Helvetica, sans-serif; } h2 { margin: 1em 0em; font-size: 1.5em; text-align: center; } header h2 { font-size: 1.2em; font-style: italic; margin: 0em; padding-bottom: 0.5em; border-bottom:1px black solid; } article p { margin: 0.2em 0.9em 0.7em 0em; } article ul { margin: 0.1em 0.8em 0.5em; } article ul li { margin-right: 0.5em; } aside h2 { text-align: center; } aside p { font-size: 0.8em; margin: 0px 0.7em; } aside blockquote { margin: 1.2em 2em 0em 2em; } aside blockquote p { margin: 0em 0em 2em; font-size: 0.7em; }
Styles/jpsstyles.css
 /* SlideShow*/ .slide-container { width:800px; height: 500px; margin-left: auto; margin-right: auto; overflow: hidden; text-align: center; } .image-container{ width:2400px; height:500px; position: relative; transition: left 2s; -webkit-transition: left 2s; -moz-transition: left 2s; -o-transition: left 2s; } .slider-image { float: left; margin: 0px; padding: 0px; } .button-container { top:-20px; position: relative; } .slider-button { display: inline-block; height: 10px; width: 10px; border-radius: 5px; background-color: white; } #slider-image-1:target ~ .image-container{ left: 0px; } #slider-image-2:target ~ .image-container{ left:-800px; } #slider-image-3:target ~ .image-container{ left:-1600px; } /* End of Slideshow*/ .banner1{ width: 100%; height:100px; background-color: black; } .strip{ width: 100%; height:10px; background-color: rgb(212,175,55); } .banner{ width:100%; height: 50px; background-color: rgb(212,175,55); border: 3px solid black; padding-bottom: 20px; } .fill{ width:100%; height:525px; background-color: black; } .logo{ height:90px; width:80px; float:left; margin-top: 5px; margin-left: 5px; } .logo2{ float: left; font-size: 30px; padding-bottom: 5px; color: white; } .yellow { color: yellow; } .red { color: red; } .column{ float:left; padding: 40px; } .row :after{ content: " "; clear: both; display: table; } .image{ max-width: 200px; height: 200px; border-radius: 50%; border: 2px solid black; } .how_to{ width: 220px; height: auto; font-weight: bold; margin-bottom: 40px; } body { margin: 0px auto; padding: 0px; line-height: 1.5em; width: 98%; max-width: 980px; min-width: 250px; font-family: Verdana, Geneva, sans-serif } header { width: 100%; height: 100px; text-align: center; } h1 { color: white; font-family: "Comic Sans MS", "Comic Sans", cursive; font-size: 50px; padding-top: 40px; margin-right: 150px; } section { width: 66%; float: left; margin-bottom: 30px; } aside { width: 32%; margin-top: 2em; float: left; border: 3px solid black; background-color: rgb(212,175,55); -moz-border-radius: 35px; border-radius: 35px; box-shadow:10px 10px 20px #000; -webkit-box-shadow:10px 10px 20px #000; -moz-box-shadow: 10px 10px 20px #000; margin-bottom: 50px; } footer { clear: left; width: 100%; text-align: center; margin-top: 5px; margin-bottom: 40px; } footer address { width: 100%; clear: left; font-size: 0.8em; font-style: normal; font-variant: small-caps; border-top: 1px solid black; background-color: rgb(212,175,55); } /* Block Styles */ h2, h3, h4, h5, h6 { font-family: Arial, Helvetica, sans-serif; } h2 { margin: 1em 0em; font-size: 1.5em; text-align: center; } header h2 { font-size: 1.2em; font-style: italic; margin: 0em; padding-bottom: 0.5em; border-bottom:1px black solid; } article p { margin: 0.2em 0.9em 0.7em 0em; } article ul { margin: 0.1em 0.8em 0.5em; } article ul li { margin-right: 0.5em; } aside h2 { text-align: center; } aside p { font-size: 0.8em; margin: 0px 0.7em; } aside blockquote { margin: 1.2em 2em 0em 2em; } aside blockquote p { margin: 0em 0em 2em; font-size: 0.7em; }
0.260954
0.057546
* { margin: 0px; padding: 0px; transition: width 2s; } .meve { background-color: tomato; width: 180; font-size: 20; height: 50; border: solid 4px tomato; box-shadow: 0 4px 12px tomato; border-radius: 4px; } .meve:hover { background-color: white; } .wold { width: auto; margin: auto; height: auto; list-style: none; list-style-type: none; } .button { width: 15px; height: 150; position: relative; } .transbox { width: 750px; position: relative; height: 200px; color: white; font-family: cursive; text-align: center; padding-top: 30; margin-left: 600; background-color: tomato; opacity: 0.8; font-size: 25; filter: alpha(opacity=80); } .transboxx { font-size: 40; color: white; font-family: cursive; } .img { pointer-events: none; margin-top: -415; position: absolute; } .img2 { pointer-events: none; margin-top: -55; margin-left: 400; position: absolute; } .bnnr { width: auto; height: 105; box-shadow: 0 4px 12px white; margin: auto; } .rsm { width: auto; height: auto; } .textyt { width: auto; color: grey; font-family: arial; position: relative; height: 30px; margin-top: 150; font-size: 23; text-align: center; background-color: white; } .boxv1 { width: 350; margin-top: 15; margin-top: 150; margin-left: 400; height: 450; float: left; background-color: #f2f2f2; } .boxv2 { width: 350; margin-top: 150; float: left; margin-left: 390; height: 450; background-color: #f2f2f2; } .boxv3 { width: 350; margin-top: 150; margin-left: 770; height: 450; background-color: #f2f2f2; } .bnnr ul { height: 20px; margin-left: 900px; margin-top: -85px; list-style: none; } .bnnr li { display: inline; } .bnnr a { display: block; float: left; height: 30px; padding: 10px 15px 15px 15px; text-decoration: none; font-family: arial black; color: black; } .bnnr a:hover { color: coral; } .bnnr a b { text-decoration: underline; } /* 7. Testimonials */ .owl-carousel .owl-stage { display: flex; align-items: center; } .testimonials-area { background-size: cover; background-position: center; background-repeat: no-repeat; height: 100%; position: relative; } .testimonials-area:before { content: ""; background-color: #131419; position: absolute; left: 0; right: 0; top: 0; bottom: 0; } .testimonials-main-content { cursor: e-resize; }
CSS/css.css
* { margin: 0px; padding: 0px; transition: width 2s; } .meve { background-color: tomato; width: 180; font-size: 20; height: 50; border: solid 4px tomato; box-shadow: 0 4px 12px tomato; border-radius: 4px; } .meve:hover { background-color: white; } .wold { width: auto; margin: auto; height: auto; list-style: none; list-style-type: none; } .button { width: 15px; height: 150; position: relative; } .transbox { width: 750px; position: relative; height: 200px; color: white; font-family: cursive; text-align: center; padding-top: 30; margin-left: 600; background-color: tomato; opacity: 0.8; font-size: 25; filter: alpha(opacity=80); } .transboxx { font-size: 40; color: white; font-family: cursive; } .img { pointer-events: none; margin-top: -415; position: absolute; } .img2 { pointer-events: none; margin-top: -55; margin-left: 400; position: absolute; } .bnnr { width: auto; height: 105; box-shadow: 0 4px 12px white; margin: auto; } .rsm { width: auto; height: auto; } .textyt { width: auto; color: grey; font-family: arial; position: relative; height: 30px; margin-top: 150; font-size: 23; text-align: center; background-color: white; } .boxv1 { width: 350; margin-top: 15; margin-top: 150; margin-left: 400; height: 450; float: left; background-color: #f2f2f2; } .boxv2 { width: 350; margin-top: 150; float: left; margin-left: 390; height: 450; background-color: #f2f2f2; } .boxv3 { width: 350; margin-top: 150; margin-left: 770; height: 450; background-color: #f2f2f2; } .bnnr ul { height: 20px; margin-left: 900px; margin-top: -85px; list-style: none; } .bnnr li { display: inline; } .bnnr a { display: block; float: left; height: 30px; padding: 10px 15px 15px 15px; text-decoration: none; font-family: arial black; color: black; } .bnnr a:hover { color: coral; } .bnnr a b { text-decoration: underline; } /* 7. Testimonials */ .owl-carousel .owl-stage { display: flex; align-items: center; } .testimonials-area { background-size: cover; background-position: center; background-repeat: no-repeat; height: 100%; position: relative; } .testimonials-area:before { content: ""; background-color: #131419; position: absolute; left: 0; right: 0; top: 0; bottom: 0; } .testimonials-main-content { cursor: e-resize; }
0.469034
0.095476
.image { display: flex; align-items: center; flex-direction: column; margin: 25px 0; background-color: #191932; height: 60vh; position: relative; } .image--small { height: 40vh; } .image__elem { min-width: 200px; min-height: 100px; max-width: 100%; max-height: 100%; margin: auto; } .image__descr { position: absolute; color: #fff; top: 100%; display: block; left: 0; width: 60vh; transform: rotate(-90deg); transform-origin: left top 0; word-wrap: break-word; padding: 10px 16px; text-align: center; font-size: 1.4rem; font-weight: 300; background-color: rgba(25, 25, 50, 0.5); } .image--small > .image__descr { width: 40vh; } .contacts { display: flex; margin-left: -10px; margin-right: -10px; } .contact-group { display: flex; width: 100%; } .contact { position: relative; margin: 0 10px 20px 10px; width: 100%; background-color: #fbfbfb; border-radius: 5px; border-top: 5px solid #298cff; box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); transition: height ease-in-out .2s; } .contact--secondary { border-top-color: #191932; } .contact--accent { border-top-color: #FFA516; } .contact__img { display: block; width: 100%; height: 100%; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; } .contact__name { margin-top: -6px; transition: margin-top ease-in-out .2s; } .contact:hover > .contact__descr > .contact__name { margin-top: 0px; } .contact__descr { display: inline-flex; justify-content: center; align-items: center; flex-direction: column; position: absolute; bottom: 0; width: 100%; height: 64px; padding: 2px 6px; text-align: center; font-size: 1.6rem; color: #fff; font-weight: 300; background-color: rgba(25, 25, 50, 0.85); border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; border-bottom: 0px solid #298cff; transition: height ease-in-out .2s, border-bottom ease-in-out .2s; } .contact:hover > .contact__descr { height: 100%; border-bottom: 5px solid #298cff; } .contact__info { opacity: 0; max-height: 0px; font-size: 1.2rem; display: flex; flex-direction: column; overflow: hidden; transition: opacity ease-in-out .2s, margin-top ease-in-out .2s, max-height ease-in-out .2s; } .contact:hover > .contact__descr > .contact__info { opacity: 1; height: auto; margin-top: 10px; max-height: 100px; } .file { display: flex; flex-wrap: wrap; background-color: #fff; border-radius: 5px; box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); border-top: 5px solid #298cff; margin-bottom: 16px; overflow: hidden; } .file__info { display: flex; flex-direction: column; flex: 1; padding: 8px 15px; overflow: hidden; } .file__title { font-size: 1.35rem; line-height: 1.8rem; letter-spacing: 0.5px; font-weight: 300; margin-bottom: 2px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .file__versions { } .file__versions > a { margin-right: 8px; } .file__view-cb { display: none; } .file__button { display: inline-flex; align-items: center; justify-content: center; width: 65px; font-size: 1.8rem; color: #298cff; cursor: pointer; border-bottom: none !important; } .file__view-cb:not(:checked) + .file__button::before { content: "\f06e"; font-family: FontAwesome; } .file__view-cb:checked + .file__button::before { content: "\f070"; font-family: FontAwesome; } .file__button--last { margin-right: 10px; } .file__button:hover, .file__button:focus { background-color: rgba(42,140,255,0.1); } .file__viewer { height: 0; flex-basis: 100%; border-top: 0px solid #DFDFDF; transition: height ease-in-out .2s, padding ease-in-out .2s, border ease-in-out .2s; } .file__view-cb:checked ~ .file__viewer { border-top-width: 1px; height: 65vh; padding: 8px; } .file__iframe { width: 100%; height: 100%; } .post { background-color: #fff; border-radius: 5px; box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); border-top: 5px solid #298cff; } .post__head { display: flex; align-items: center; padding: 8px 15px; } .post__title { font-size: 1.5rem; line-height: 2.25rem; letter-spacing: 0.5px; font-weight: 300; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; flex: 1; } .post__info { font-style: italic; font-size: 1rem; padding: 5px; } .post__body { border-top: 1px solid #DFDFDF; padding: 15px; } .software { display: flex; background-color: #fff; border-radius: 5px; box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); border-top: 5px solid #298cff; overflow: hidden; } .software__logo { flex: 0 0 100px; height: 100px; display: inline-flex; align-items: center; justify-content: center; padding: 10px; border-right: 1px solid #DFDFDF; } .software__logo > img { max-width: 100%; max-height: 100%; } .software__info { display: flex; flex-direction: column; justify-content: center; padding: 5px 15px; overflow: hidden; } .software__title { font-size: 1.5rem; line-height: 2.25rem; letter-spacing: 0.5px; font-weight: 300; margin-top: -4px; margin-bottom: 2px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .software__descr { line-height: 1.4rem; } .image { display: flex; align-items: center; flex-direction: column; margin: 25px 0; background-color: #191932; height: 60vh; position: relative; } .image--small { height: 40vh; } .image__elem { min-width: 200px; min-height: 100px; max-width: 100%; max-height: 100%; margin: auto; } .videos { padding-right: 300px; position: relative; background-color: #191932; border-radius: 5px; border-top: 5px solid #298cff; box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); } .videos__player { position: relative; display: block; width: 100%; padding: 5px; z-index: 1; } .videos__sidebar { position: absolute; top: 0; right: 0; width: 300px; overflow-y: auto; height: 100%; background-color: #fff; border-bottom-right-radius: 5px; } .videos__sidebar > .videos__link { display: block; padding: 10px 14px; border-bottom: 1px solid #DFDFDF; cursor: pointer; } .videos__link-title { background: #298cff; color: #fff; padding: 10px 14px; text-align: center; font-weight: 300; font-size: 1.25rem; margin-top: -1px; } .videos__link:last-child { border-bottom-color: transparent; } .videos__link--selected { background-color: rgba(42,140,255,0.1); } @media (max-width: 769px) { .image { height: auto; overflow: hidden; } .image__descr { position: relative; transform: none; width: auto !important; } .contacts { flex-direction: column; margin-left: 0; margin-right: 0; } .videos { padding-right: 0; } .videos__sidebar { max-height: 268px; position: relative; width: 100%; border-bottom-left-radius: 5px; } } @media (max-width: 577px) { .contact-group { flex-direction: column; } .contact { margin-left: 0; margin-right: 0; } .file__button { width: 55px; } }
docs/css/components.css
.image { display: flex; align-items: center; flex-direction: column; margin: 25px 0; background-color: #191932; height: 60vh; position: relative; } .image--small { height: 40vh; } .image__elem { min-width: 200px; min-height: 100px; max-width: 100%; max-height: 100%; margin: auto; } .image__descr { position: absolute; color: #fff; top: 100%; display: block; left: 0; width: 60vh; transform: rotate(-90deg); transform-origin: left top 0; word-wrap: break-word; padding: 10px 16px; text-align: center; font-size: 1.4rem; font-weight: 300; background-color: rgba(25, 25, 50, 0.5); } .image--small > .image__descr { width: 40vh; } .contacts { display: flex; margin-left: -10px; margin-right: -10px; } .contact-group { display: flex; width: 100%; } .contact { position: relative; margin: 0 10px 20px 10px; width: 100%; background-color: #fbfbfb; border-radius: 5px; border-top: 5px solid #298cff; box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); transition: height ease-in-out .2s; } .contact--secondary { border-top-color: #191932; } .contact--accent { border-top-color: #FFA516; } .contact__img { display: block; width: 100%; height: 100%; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; } .contact__name { margin-top: -6px; transition: margin-top ease-in-out .2s; } .contact:hover > .contact__descr > .contact__name { margin-top: 0px; } .contact__descr { display: inline-flex; justify-content: center; align-items: center; flex-direction: column; position: absolute; bottom: 0; width: 100%; height: 64px; padding: 2px 6px; text-align: center; font-size: 1.6rem; color: #fff; font-weight: 300; background-color: rgba(25, 25, 50, 0.85); border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; border-bottom: 0px solid #298cff; transition: height ease-in-out .2s, border-bottom ease-in-out .2s; } .contact:hover > .contact__descr { height: 100%; border-bottom: 5px solid #298cff; } .contact__info { opacity: 0; max-height: 0px; font-size: 1.2rem; display: flex; flex-direction: column; overflow: hidden; transition: opacity ease-in-out .2s, margin-top ease-in-out .2s, max-height ease-in-out .2s; } .contact:hover > .contact__descr > .contact__info { opacity: 1; height: auto; margin-top: 10px; max-height: 100px; } .file { display: flex; flex-wrap: wrap; background-color: #fff; border-radius: 5px; box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); border-top: 5px solid #298cff; margin-bottom: 16px; overflow: hidden; } .file__info { display: flex; flex-direction: column; flex: 1; padding: 8px 15px; overflow: hidden; } .file__title { font-size: 1.35rem; line-height: 1.8rem; letter-spacing: 0.5px; font-weight: 300; margin-bottom: 2px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .file__versions { } .file__versions > a { margin-right: 8px; } .file__view-cb { display: none; } .file__button { display: inline-flex; align-items: center; justify-content: center; width: 65px; font-size: 1.8rem; color: #298cff; cursor: pointer; border-bottom: none !important; } .file__view-cb:not(:checked) + .file__button::before { content: "\f06e"; font-family: FontAwesome; } .file__view-cb:checked + .file__button::before { content: "\f070"; font-family: FontAwesome; } .file__button--last { margin-right: 10px; } .file__button:hover, .file__button:focus { background-color: rgba(42,140,255,0.1); } .file__viewer { height: 0; flex-basis: 100%; border-top: 0px solid #DFDFDF; transition: height ease-in-out .2s, padding ease-in-out .2s, border ease-in-out .2s; } .file__view-cb:checked ~ .file__viewer { border-top-width: 1px; height: 65vh; padding: 8px; } .file__iframe { width: 100%; height: 100%; } .post { background-color: #fff; border-radius: 5px; box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); border-top: 5px solid #298cff; } .post__head { display: flex; align-items: center; padding: 8px 15px; } .post__title { font-size: 1.5rem; line-height: 2.25rem; letter-spacing: 0.5px; font-weight: 300; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; flex: 1; } .post__info { font-style: italic; font-size: 1rem; padding: 5px; } .post__body { border-top: 1px solid #DFDFDF; padding: 15px; } .software { display: flex; background-color: #fff; border-radius: 5px; box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); border-top: 5px solid #298cff; overflow: hidden; } .software__logo { flex: 0 0 100px; height: 100px; display: inline-flex; align-items: center; justify-content: center; padding: 10px; border-right: 1px solid #DFDFDF; } .software__logo > img { max-width: 100%; max-height: 100%; } .software__info { display: flex; flex-direction: column; justify-content: center; padding: 5px 15px; overflow: hidden; } .software__title { font-size: 1.5rem; line-height: 2.25rem; letter-spacing: 0.5px; font-weight: 300; margin-top: -4px; margin-bottom: 2px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .software__descr { line-height: 1.4rem; } .image { display: flex; align-items: center; flex-direction: column; margin: 25px 0; background-color: #191932; height: 60vh; position: relative; } .image--small { height: 40vh; } .image__elem { min-width: 200px; min-height: 100px; max-width: 100%; max-height: 100%; margin: auto; } .videos { padding-right: 300px; position: relative; background-color: #191932; border-radius: 5px; border-top: 5px solid #298cff; box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); } .videos__player { position: relative; display: block; width: 100%; padding: 5px; z-index: 1; } .videos__sidebar { position: absolute; top: 0; right: 0; width: 300px; overflow-y: auto; height: 100%; background-color: #fff; border-bottom-right-radius: 5px; } .videos__sidebar > .videos__link { display: block; padding: 10px 14px; border-bottom: 1px solid #DFDFDF; cursor: pointer; } .videos__link-title { background: #298cff; color: #fff; padding: 10px 14px; text-align: center; font-weight: 300; font-size: 1.25rem; margin-top: -1px; } .videos__link:last-child { border-bottom-color: transparent; } .videos__link--selected { background-color: rgba(42,140,255,0.1); } @media (max-width: 769px) { .image { height: auto; overflow: hidden; } .image__descr { position: relative; transform: none; width: auto !important; } .contacts { flex-direction: column; margin-left: 0; margin-right: 0; } .videos { padding-right: 0; } .videos__sidebar { max-height: 268px; position: relative; width: 100%; border-bottom-left-radius: 5px; } } @media (max-width: 577px) { .contact-group { flex-direction: column; } .contact { margin-left: 0; margin-right: 0; } .file__button { width: 55px; } }
0.683102
0.134406
:root { --white:rgb(245, 245, 245); --gray-high-2: rgb(250, 250, 250); --gray-high: rgba(226, 226, 226, 0.803); --gray: rgba(163, 163, 163, 0.803); --gray-low: rgb(72, 72, 72); } ::-webkit-scrollbar { width: 7px; margin-left: -7px; background: #000; position: absolute; z-index: 3; } ::-webkit-scrollbar-thumb { width: 7px; border-radius: 4px; background: rgba(255, 255, 255, 0.7); } @media (max-width: 576px) { ::-webkit-scrollbar { width: 0; background: transparent; } } legend, h1, p, h3, h4, h6 { font-size: 102%; } .carousel { display: flex; position: relative; } .carousel-inner { z-index: 2; } .carousel-control { opacity: 0; padding: 1.5rem 2rem; transition: all 0.7s; display: flex; align-items: center; justify-content: center; width: 15%; text-align: center; z-index: 1; position: relative; } @media (max-width: 366px) { .carousel-control { padding: 1rem 0 1rem .7rem; } .carousel h1 { font-size: 2em!important; } .carousel p { font-size: 1em!important; } } .carousel-control:hover { color: #fff; text-decoration: none; opacity: 0.5!important; } .carousel-control:focus { opacity: 0; } .carousel-background { background: #000; opacity: 0.5; position: absolute; top: 0; left: -100vw; z-index: 1; width: 1000vw; height: 100%; } html, body { height: 100%; overflow-x: hidden; scroll-behavior: smooth; } body { color: white; transition: 1s; } section { width: 101%; } .background-1 { background: url(../imagens/fundo.jpg); } .background-2 { background: url(../imagens/fundo2.jpg); } .background-3 { background: url(../imagens/fundo4.jpg); } .background-1, .background-2, .background-3 { background-attachment: fixed; background-size: cover; background-repeat: no-repeat; } header { background: black; } #nav { height: 60px; } #navegacao { background: rgba(0, 0, 0, 0.7); padding: 10px; } button:focus { outline: black; } header .nav-link { color: var(--white); padding: .3rem 1.3rem!important; } header .nav-item { transition: all 0.4s; overflow: hidden; } .page-active { background: var(--gray-high); color: black!important; } header .nav-item:hover { background: var(--gray-low); } header .nav-item:nth-child(1), header .nav-item:nth-child(2) { border-right: 1px solid var(--gray-low); } @media (max-width: 575px) { header .nav-item:nth-child(1), header .nav-item:nth-child(2) { border-right: none; } } header .nav-item:nth-child(1) { border-radius: 5px 0 0 5px; } header .nav-item:nth-child(3) { border-radius: 0 5px 5px 0; } .navbar .navbar-brand { transition: all 0.4s; } .navbar .navbar-brand:hover { opacity: 0.8; } @media (max-width: 576px) { header .nav-item { overflow: inherit; border-radius: 0!important; margin: .2rem 0; } } #cabecalho { position: fixed; top: 0; display: flex; justify-content: space-between; width: 100%; z-index: 3; } #cabecalho i { color: white; } header .nav-link:hover { color: white; text-decoration: none; } #alinhamento { height: 100%; display: flex; align-items: center; justify-content: center; } #alinhamento h1, #alinhamento p { font-weight: 400; font-size: 1.5rem; } .project-text { margin: auto; margin-bottom: 3rem; font-weight: 300; font-size: 3rem; } @media (max-width: 500px) { .project-text { font-size: 2rem!important; } } #sites-cursos, #sites-principais { padding: 3rem 0; text-align: center; } #sites-principais { background: white; color: black; } #sites-cursos { color: white; background: transparent; } .sites-list { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center; } .shadow { box-shadow: 0 0 10px rgb(182, 182, 182); } .projects-img { width: 500px; margin-bottom: 1.5rem; } .mouseover { transition: all 0.4s; border-radius: 5px; overflow: hidden; } .mouseover:hover { transform: translateY(-5px); } .preview-item { opacity: 0; transition: all 0.4s; } .preview-item-left { transform: translateX(-100vw); } .preview-item-right { transform: translateX(100vw); } .animation-item { opacity: 1; transform: translateX(0); } .preview-item div { margin: 1rem; border: 1px solid var(--gray-high); border-radius: 5px; overflow: hidden; padding-bottom: 1rem; } #topo { background: var(--white); border-radius: 5px; box-shadow: 0 0 20px rgba(0, 0, 0, 0.3); color: black; position: fixed; right: 50px; bottom: 50px; transition: all 0.4s; opacity: 0; cursor: pointer; } #topo:hover { background: var(--gray-high); } #sites-cursos a, #sites-principais a { text-decoration: none; } #sites-cursos a { color: white; } #sites-principais a { color: black; } @media (min-width: 200px) { #nav { margin-top: -8px; } #alinhamento h1 { font-size: 300%; } #topo { font-size: .8rem; padding: 10px; right: 25px; bottom: 20px; } } @media (min-width: 576px) { #nav { margin-top: 0; } #alinhamento h1 { font-size: 500%; } #topo { right: 50px; bottom: 50px; padding: 15px; font-size: 1rem; } } @media (max-width: 800px) { .projects-img { width: 350px; } .preview-item { width: 350px; } } @media (max-width: 489px) { .projects-img { width: 250px; } .preview-item { max-width: 100%; } } footer { background: black; color: white; padding: 1.5rem 0; text-align: center; } footer a { color: white; text-decoration: none; } footer a:hover { color: white; text-decoration: none; } /*FIM PÁGINA INICIAL*/ #sobre-mim { color: black; margin-top: 110px; } .sobre-mim { background: white; border-radius: 20px; margin: 2.5rem auto; padding: 2.5rem 0; text-align: center; border: 1px solid var(--gray-high); } .about-main-content { display: flex; align-items: center; margin: 3rem 0; padding: 0 3rem; } .about-text-content { margin: auto; text-align: left; } .about-text-content p { margin-top: 2rem; } @media (max-width: 767px) { .about-text-content { padding-top: 2.5rem; text-align: center; } } h5 { font-size: 100%; color:rgb(71, 71, 71) } .container-rodape { display: flex; flex-wrap: wrap; justify-content: center; } .container-formulario { margin: auto; display: flex; flex-wrap: wrap; justify-content: center; } #formulario fieldset { width: 80%; margin: 2.5rem auto; padding: 1.5rem; border: 1px solid var(--gray-high); } #formulario fieldset legend { border: 1px solid var(--gray-high); } @media (min-width: 200px) { .container-rodape h4, .container-rodape a, .container-rodape ul li a { text-align: center; } #formulario h3, #formulario h4, #formulario h6 { font-size: 0.9em; } #formulario legend { font-size: 0.8em; } } #mapa-do-site { text-align: right; } .container-social { display: flex; justify-content: space-around; margin: 0 auto .5rem; } #contato, #redes-sociais, #mapa-do-site { padding: 3rem 0 1rem; margin: 0 auto; display: flex; flex-direction: column; justify-content: flex-start; } @media (max-width: 590px) { #contato, #redes-sociais, #mapa-do-site { margin: 0 1rem; } } #redes-sociais a { margin: 0 .3rem; } @media (min-width: 490px) { #contato h4, #contato a, #contato ul li a { text-align: left; } #redes-sociais h4, #redes-sociais a, #redes-sociais ul li a { text-align: center; } #mapa-do-site h4, #mapa-do-site a, #mapa-do-site ul li a { text-align: right; } #formulario h3, #formulario h4, #formulario h6 { font-size: 1em; } #formulario legend { font-size: 1em; } } .github-projects { padding: 1rem 0; } .github-projects i { margin-top: 1rem; } .title-contact { margin-bottom: 2.5rem; } .title-about, .title-contact { font-size: 2.8rem; font-weight: 400; } @media (max-width: 870px) { .title-about, .title-contact { font-size: 2rem; } } #sobre-mim h6 { color: rgb(71, 71, 71); } #sobre-mim fieldset, #sobre-mim fieldset legend { border-radius: 5px; transition: all 0.4s; } #sobre-mim fieldset:hover { background-color: rgb(238, 238, 238); cursor: text; } #sobre-mim fieldset:hover legend { background-color: rgb(77, 77, 77); color:#fff; } #formacoes { width: 180px; } #conhecimentos { width: 220px; } #sobre-mim img { border-radius: 10px; transition: .2s; max-width: 100%; } /*FIM SOBRE MIM*/ .container-inputs { margin-bottom: 2rem; width: 80%; margin: auto; display: flex; flex-direction: column; } .container-inputs input { height: 42px; } #contact-form #send-form { margin: 1rem auto 1.5rem; height: 42px; width: 150px; cursor: pointer; border: none; background: black; color: white; text-transform: uppercase; font-weight: 600; letter-spacing: 1px; border-radius: 5px; } #contact-form #send-form:hover { background: rgb(51, 51, 51); } #contact-form #send-form:active { background: rgb(92, 92, 92); } @media (max-width: 495px) { .container-section-contato { padding: 3rem 1.5rem!important; } .contact-form-container, #contact-form, .container-inputs { width: 100%; } } .container-inputs input, .container-inputs textarea { margin: 5px 0; border-radius: 5px; outline: none; background: var(--gray-high-2); border: 1px solid var(--gray-high); padding: .5rem 1.5rem; } .input-name-tel { width: 100%; display: flex; justify-content: space-between; } .input-name-tel input { width: 48%; } @media (max-width: 767px) { .input-name-tel { flex-direction: column; } .input-name-tel input { width: 100%; } } @media (max-width: 489px) { #contact-form #send-form { font-size: .8rem; width: 120px; height: 38px; } } .form-footer { width: 80%; min-height: 30px; margin: auto; margin-bottom: 1rem; display: flex; align-items: center; justify-content: space-between; position: relative; } .form-footer .characters-counter { position: absolute; right: 0; text-align: start; } @media (max-width: 768px) { .form-footer { flex-direction: column-reverse; font-size: .9rem; } .characters-counter { position: static!important; } } .error { color: red; } .success { color: green; } #contato-container { width: 100px; } .redes-sociais { width: 140px; } .container-section-contato { padding: 3rem; text-align: center; background: white; border-radius: 20px; margin-top: 110px; margin-bottom: 50px; color: black; } #section-contato form fieldset { width: 420px; } #section-contato fieldset, #section-contato fieldset legend { border-radius: 5px; } #section-contato fieldset:hover, #section-contato fieldset legend:hover { cursor: text; } section a { color: black; } section a:hover#facebook { color: #1877F2; } section a:hover#instagram { color: #eb4faf; } section a:hover#linkedin { color: #0A66C2; } #botao { background: #2ec700; border: none; } #botao:hover { color: rgb(247, 247, 247); } #section-contato a { text-decoration: none; color: black; } #section-contato .fa-4x { font-size: 300%; } @media (min-width: 200px) { #section-contato fieldset h3 { font-size: 100%; } #botao { width: 220px; } #botao div { font-size: 80%; } } @media (min-width: 490px) { #botao { width: 330px; } #botao div { font-size: 100%; } } /* LOADING */ .loading { width: 25px; height: 25px; background: transparent; margin: auto; border-radius: 100%; border: 4px solid #FFF; border-right: 6px solid transparent; animation: loading 1s linear infinite; display: none; } @keyframes loading { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }
css/style.css
:root { --white:rgb(245, 245, 245); --gray-high-2: rgb(250, 250, 250); --gray-high: rgba(226, 226, 226, 0.803); --gray: rgba(163, 163, 163, 0.803); --gray-low: rgb(72, 72, 72); } ::-webkit-scrollbar { width: 7px; margin-left: -7px; background: #000; position: absolute; z-index: 3; } ::-webkit-scrollbar-thumb { width: 7px; border-radius: 4px; background: rgba(255, 255, 255, 0.7); } @media (max-width: 576px) { ::-webkit-scrollbar { width: 0; background: transparent; } } legend, h1, p, h3, h4, h6 { font-size: 102%; } .carousel { display: flex; position: relative; } .carousel-inner { z-index: 2; } .carousel-control { opacity: 0; padding: 1.5rem 2rem; transition: all 0.7s; display: flex; align-items: center; justify-content: center; width: 15%; text-align: center; z-index: 1; position: relative; } @media (max-width: 366px) { .carousel-control { padding: 1rem 0 1rem .7rem; } .carousel h1 { font-size: 2em!important; } .carousel p { font-size: 1em!important; } } .carousel-control:hover { color: #fff; text-decoration: none; opacity: 0.5!important; } .carousel-control:focus { opacity: 0; } .carousel-background { background: #000; opacity: 0.5; position: absolute; top: 0; left: -100vw; z-index: 1; width: 1000vw; height: 100%; } html, body { height: 100%; overflow-x: hidden; scroll-behavior: smooth; } body { color: white; transition: 1s; } section { width: 101%; } .background-1 { background: url(../imagens/fundo.jpg); } .background-2 { background: url(../imagens/fundo2.jpg); } .background-3 { background: url(../imagens/fundo4.jpg); } .background-1, .background-2, .background-3 { background-attachment: fixed; background-size: cover; background-repeat: no-repeat; } header { background: black; } #nav { height: 60px; } #navegacao { background: rgba(0, 0, 0, 0.7); padding: 10px; } button:focus { outline: black; } header .nav-link { color: var(--white); padding: .3rem 1.3rem!important; } header .nav-item { transition: all 0.4s; overflow: hidden; } .page-active { background: var(--gray-high); color: black!important; } header .nav-item:hover { background: var(--gray-low); } header .nav-item:nth-child(1), header .nav-item:nth-child(2) { border-right: 1px solid var(--gray-low); } @media (max-width: 575px) { header .nav-item:nth-child(1), header .nav-item:nth-child(2) { border-right: none; } } header .nav-item:nth-child(1) { border-radius: 5px 0 0 5px; } header .nav-item:nth-child(3) { border-radius: 0 5px 5px 0; } .navbar .navbar-brand { transition: all 0.4s; } .navbar .navbar-brand:hover { opacity: 0.8; } @media (max-width: 576px) { header .nav-item { overflow: inherit; border-radius: 0!important; margin: .2rem 0; } } #cabecalho { position: fixed; top: 0; display: flex; justify-content: space-between; width: 100%; z-index: 3; } #cabecalho i { color: white; } header .nav-link:hover { color: white; text-decoration: none; } #alinhamento { height: 100%; display: flex; align-items: center; justify-content: center; } #alinhamento h1, #alinhamento p { font-weight: 400; font-size: 1.5rem; } .project-text { margin: auto; margin-bottom: 3rem; font-weight: 300; font-size: 3rem; } @media (max-width: 500px) { .project-text { font-size: 2rem!important; } } #sites-cursos, #sites-principais { padding: 3rem 0; text-align: center; } #sites-principais { background: white; color: black; } #sites-cursos { color: white; background: transparent; } .sites-list { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center; } .shadow { box-shadow: 0 0 10px rgb(182, 182, 182); } .projects-img { width: 500px; margin-bottom: 1.5rem; } .mouseover { transition: all 0.4s; border-radius: 5px; overflow: hidden; } .mouseover:hover { transform: translateY(-5px); } .preview-item { opacity: 0; transition: all 0.4s; } .preview-item-left { transform: translateX(-100vw); } .preview-item-right { transform: translateX(100vw); } .animation-item { opacity: 1; transform: translateX(0); } .preview-item div { margin: 1rem; border: 1px solid var(--gray-high); border-radius: 5px; overflow: hidden; padding-bottom: 1rem; } #topo { background: var(--white); border-radius: 5px; box-shadow: 0 0 20px rgba(0, 0, 0, 0.3); color: black; position: fixed; right: 50px; bottom: 50px; transition: all 0.4s; opacity: 0; cursor: pointer; } #topo:hover { background: var(--gray-high); } #sites-cursos a, #sites-principais a { text-decoration: none; } #sites-cursos a { color: white; } #sites-principais a { color: black; } @media (min-width: 200px) { #nav { margin-top: -8px; } #alinhamento h1 { font-size: 300%; } #topo { font-size: .8rem; padding: 10px; right: 25px; bottom: 20px; } } @media (min-width: 576px) { #nav { margin-top: 0; } #alinhamento h1 { font-size: 500%; } #topo { right: 50px; bottom: 50px; padding: 15px; font-size: 1rem; } } @media (max-width: 800px) { .projects-img { width: 350px; } .preview-item { width: 350px; } } @media (max-width: 489px) { .projects-img { width: 250px; } .preview-item { max-width: 100%; } } footer { background: black; color: white; padding: 1.5rem 0; text-align: center; } footer a { color: white; text-decoration: none; } footer a:hover { color: white; text-decoration: none; } /*FIM PÁGINA INICIAL*/ #sobre-mim { color: black; margin-top: 110px; } .sobre-mim { background: white; border-radius: 20px; margin: 2.5rem auto; padding: 2.5rem 0; text-align: center; border: 1px solid var(--gray-high); } .about-main-content { display: flex; align-items: center; margin: 3rem 0; padding: 0 3rem; } .about-text-content { margin: auto; text-align: left; } .about-text-content p { margin-top: 2rem; } @media (max-width: 767px) { .about-text-content { padding-top: 2.5rem; text-align: center; } } h5 { font-size: 100%; color:rgb(71, 71, 71) } .container-rodape { display: flex; flex-wrap: wrap; justify-content: center; } .container-formulario { margin: auto; display: flex; flex-wrap: wrap; justify-content: center; } #formulario fieldset { width: 80%; margin: 2.5rem auto; padding: 1.5rem; border: 1px solid var(--gray-high); } #formulario fieldset legend { border: 1px solid var(--gray-high); } @media (min-width: 200px) { .container-rodape h4, .container-rodape a, .container-rodape ul li a { text-align: center; } #formulario h3, #formulario h4, #formulario h6 { font-size: 0.9em; } #formulario legend { font-size: 0.8em; } } #mapa-do-site { text-align: right; } .container-social { display: flex; justify-content: space-around; margin: 0 auto .5rem; } #contato, #redes-sociais, #mapa-do-site { padding: 3rem 0 1rem; margin: 0 auto; display: flex; flex-direction: column; justify-content: flex-start; } @media (max-width: 590px) { #contato, #redes-sociais, #mapa-do-site { margin: 0 1rem; } } #redes-sociais a { margin: 0 .3rem; } @media (min-width: 490px) { #contato h4, #contato a, #contato ul li a { text-align: left; } #redes-sociais h4, #redes-sociais a, #redes-sociais ul li a { text-align: center; } #mapa-do-site h4, #mapa-do-site a, #mapa-do-site ul li a { text-align: right; } #formulario h3, #formulario h4, #formulario h6 { font-size: 1em; } #formulario legend { font-size: 1em; } } .github-projects { padding: 1rem 0; } .github-projects i { margin-top: 1rem; } .title-contact { margin-bottom: 2.5rem; } .title-about, .title-contact { font-size: 2.8rem; font-weight: 400; } @media (max-width: 870px) { .title-about, .title-contact { font-size: 2rem; } } #sobre-mim h6 { color: rgb(71, 71, 71); } #sobre-mim fieldset, #sobre-mim fieldset legend { border-radius: 5px; transition: all 0.4s; } #sobre-mim fieldset:hover { background-color: rgb(238, 238, 238); cursor: text; } #sobre-mim fieldset:hover legend { background-color: rgb(77, 77, 77); color:#fff; } #formacoes { width: 180px; } #conhecimentos { width: 220px; } #sobre-mim img { border-radius: 10px; transition: .2s; max-width: 100%; } /*FIM SOBRE MIM*/ .container-inputs { margin-bottom: 2rem; width: 80%; margin: auto; display: flex; flex-direction: column; } .container-inputs input { height: 42px; } #contact-form #send-form { margin: 1rem auto 1.5rem; height: 42px; width: 150px; cursor: pointer; border: none; background: black; color: white; text-transform: uppercase; font-weight: 600; letter-spacing: 1px; border-radius: 5px; } #contact-form #send-form:hover { background: rgb(51, 51, 51); } #contact-form #send-form:active { background: rgb(92, 92, 92); } @media (max-width: 495px) { .container-section-contato { padding: 3rem 1.5rem!important; } .contact-form-container, #contact-form, .container-inputs { width: 100%; } } .container-inputs input, .container-inputs textarea { margin: 5px 0; border-radius: 5px; outline: none; background: var(--gray-high-2); border: 1px solid var(--gray-high); padding: .5rem 1.5rem; } .input-name-tel { width: 100%; display: flex; justify-content: space-between; } .input-name-tel input { width: 48%; } @media (max-width: 767px) { .input-name-tel { flex-direction: column; } .input-name-tel input { width: 100%; } } @media (max-width: 489px) { #contact-form #send-form { font-size: .8rem; width: 120px; height: 38px; } } .form-footer { width: 80%; min-height: 30px; margin: auto; margin-bottom: 1rem; display: flex; align-items: center; justify-content: space-between; position: relative; } .form-footer .characters-counter { position: absolute; right: 0; text-align: start; } @media (max-width: 768px) { .form-footer { flex-direction: column-reverse; font-size: .9rem; } .characters-counter { position: static!important; } } .error { color: red; } .success { color: green; } #contato-container { width: 100px; } .redes-sociais { width: 140px; } .container-section-contato { padding: 3rem; text-align: center; background: white; border-radius: 20px; margin-top: 110px; margin-bottom: 50px; color: black; } #section-contato form fieldset { width: 420px; } #section-contato fieldset, #section-contato fieldset legend { border-radius: 5px; } #section-contato fieldset:hover, #section-contato fieldset legend:hover { cursor: text; } section a { color: black; } section a:hover#facebook { color: #1877F2; } section a:hover#instagram { color: #eb4faf; } section a:hover#linkedin { color: #0A66C2; } #botao { background: #2ec700; border: none; } #botao:hover { color: rgb(247, 247, 247); } #section-contato a { text-decoration: none; color: black; } #section-contato .fa-4x { font-size: 300%; } @media (min-width: 200px) { #section-contato fieldset h3 { font-size: 100%; } #botao { width: 220px; } #botao div { font-size: 80%; } } @media (min-width: 490px) { #botao { width: 330px; } #botao div { font-size: 100%; } } /* LOADING */ .loading { width: 25px; height: 25px; background: transparent; margin: auto; border-radius: 100%; border: 4px solid #FFF; border-right: 6px solid transparent; animation: loading 1s linear infinite; display: none; } @keyframes loading { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }
0.64713
0.173288
@tailwind base; @tailwind components; @tailwind utilities; @layer utilities { .link-underline { background-image: linear-gradient(transparent, transparent), linear-gradient(#fff, #fff); } .link-underline-black { border-bottom-width: 0; background-image: linear-gradient(transparent, transparent), linear-gradient(#000, #000); background-size: 0 3px; background-position: 0 100%; background-repeat: no-repeat; transition: background-size .5s ease-in-out; } .link-underline:hover, .link-underline-black:hover { background-size: 100% 3px; background-position: 0 100% } } @font-face { font-family: 'Inter'; font-style: normal; font-weight: 100 900; font-display: optional; src: url(/static/fonts/inter-var-latin.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } ::selection { background-color: #47a3f3; color: #fefefe; } html { min-width: 360px; scroll-behavior: smooth; } #__next { @apply bg-gray-50 dark:bg-gray-900; display: flex; flex-direction: column; min-height: 100vh; } #about, #projects { padding-top: 100px; margin-top: -100px; } .sticky-nav { position: sticky; z-index: 10; top: 0; backdrop-filter: saturate(180%) blur(20px); transition: background-color 0.1 ease-in-out; } @supports not (backdrop-filter: none) { .sticky-nav { backdrop-filter: none; @apply bg-opacity-100; } } @media screen and (min-width: 992px) { .dashboard { margin-left: 31%; margin-right: 31%; } } .skip-nav { @apply absolute px-4 py-2 transition-transform duration-200 transform -translate-y-12 left-1/4 focus:translate-y-3 -top-8; } .burger { transition: opacity 300ms ease; border: 0; background: transparent; width: 40px; height: 40px; position: relative; } .burger svg { margin-top: 0.5rem; transform: translate(-50%, -50%) scale(1); top: 50%; left: 50%; opacity: 1; transition: opacity 300ms ease, transform 300ms ease; } .burger svg[data-hide='true'] { opacity: 0; transform: translate(-50%, -50%) scale(0); } .menu { padding: 0 28px 0 4px; padding-top: 24px; width: 0; height: 0; z-index: 1000; opacity: 0; left: 0; transition: opacity 300ms ease, transform 300ms ease; } .menu li { transform: translateX(-16px); opacity: 0; transition: opacity 300ms ease, transform 300ms ease, width 300ms ease, border-color 300ms ease; width: 0px; white-space: nowrap; } .menuRendered { width: 100%; height: 100vh; opacity: 1; } .menuRendered li { @apply border-gray-200 dark:border-gray-600 w-full; transform: translateX(0); opacity: 1; } .menu > * + * { margin-top: 24px; } @keyframes grow { 0% { height: 0px; } 100% { height: 24px; } }
styles/global.css
@tailwind base; @tailwind components; @tailwind utilities; @layer utilities { .link-underline { background-image: linear-gradient(transparent, transparent), linear-gradient(#fff, #fff); } .link-underline-black { border-bottom-width: 0; background-image: linear-gradient(transparent, transparent), linear-gradient(#000, #000); background-size: 0 3px; background-position: 0 100%; background-repeat: no-repeat; transition: background-size .5s ease-in-out; } .link-underline:hover, .link-underline-black:hover { background-size: 100% 3px; background-position: 0 100% } } @font-face { font-family: 'Inter'; font-style: normal; font-weight: 100 900; font-display: optional; src: url(/static/fonts/inter-var-latin.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } ::selection { background-color: #47a3f3; color: #fefefe; } html { min-width: 360px; scroll-behavior: smooth; } #__next { @apply bg-gray-50 dark:bg-gray-900; display: flex; flex-direction: column; min-height: 100vh; } #about, #projects { padding-top: 100px; margin-top: -100px; } .sticky-nav { position: sticky; z-index: 10; top: 0; backdrop-filter: saturate(180%) blur(20px); transition: background-color 0.1 ease-in-out; } @supports not (backdrop-filter: none) { .sticky-nav { backdrop-filter: none; @apply bg-opacity-100; } } @media screen and (min-width: 992px) { .dashboard { margin-left: 31%; margin-right: 31%; } } .skip-nav { @apply absolute px-4 py-2 transition-transform duration-200 transform -translate-y-12 left-1/4 focus:translate-y-3 -top-8; } .burger { transition: opacity 300ms ease; border: 0; background: transparent; width: 40px; height: 40px; position: relative; } .burger svg { margin-top: 0.5rem; transform: translate(-50%, -50%) scale(1); top: 50%; left: 50%; opacity: 1; transition: opacity 300ms ease, transform 300ms ease; } .burger svg[data-hide='true'] { opacity: 0; transform: translate(-50%, -50%) scale(0); } .menu { padding: 0 28px 0 4px; padding-top: 24px; width: 0; height: 0; z-index: 1000; opacity: 0; left: 0; transition: opacity 300ms ease, transform 300ms ease; } .menu li { transform: translateX(-16px); opacity: 0; transition: opacity 300ms ease, transform 300ms ease, width 300ms ease, border-color 300ms ease; width: 0px; white-space: nowrap; } .menuRendered { width: 100%; height: 100vh; opacity: 1; } .menuRendered li { @apply border-gray-200 dark:border-gray-600 w-full; transform: translateX(0); opacity: 1; } .menu > * + * { margin-top: 24px; } @keyframes grow { 0% { height: 0px; } 100% { height: 24px; } }
0.547948
0.094929
.material-icons { font-size: 1rem; vertical-align: middle; } html { font-size: 2.5vh; } body { margin: 0; font-family: "Helvetica Neue", sans-serif; font-size: 1rem; background-color: #0F8BC0; background-size: cover; background-position: center; color: #000000; overflow-y: hidden; } #sn-title { color: black; float: left; width: 100%; background-color: #FFAB1A; padding: 1.5vh 0; height: calc(8vh - 3vh); } .title-icons { height: 2rem; vertical-align:middle; } .title-text { font-size: 2rem; position: relative; float: left; top: 50%; left: 50%; transform: translate(-50%, -50%); } #scratch-notifier { float: left; width: calc(100vw - 0vh); /*Padding in left and right*/ height: calc(92vh - 2vh); /*Padding in top and bottom*/ padding-top: 2vh; } #profile, #alts { float: left; } #profile { background-color: rgba(241,241,241,.8); margin-left: 2vw; } .profile-table { border-collapse: separate; border-spacing: 0.2rem; font-size: .7rem; } #profile-pic { height: 4rem; width: 4rem; cursor: pointer; } #username { font-size: 1.8rem; color:#0F8BC0; cursor:pointer; } .username-border { border-top: none; border-bottom: solid 0.2vh gray; } .link-under-username { cursor: pointer; padding: .25rem; } .link-under-username:hover { background-color: rgba(0, 0, 0, 0.15); } #alts { margin-left: 2.5vw; background-color: rgba(241,241,241,.8); } #alts-table { border-collapse:separate; border-spacing:0.2rem; } .alt { font-size: 1rem; color:#0F8BC0; cursor:pointer; } .alt-row[data-not-last] { border-bottom: solid 0.2vh gray; margin-bottom: .25rem; } .alt-row { display: none; } .alt-profile-pic { height: 0.8rem; width: 0.8rem; cursor: pointer; } .alt-msg-count { color: #FFAB1A; font-size: 1rem; font-weight: 700; margin-left: 3vw; float: right; } .alt-settings-icons { font-size: .9rem; color: #000000; cursor: pointer; } #add-alt { cursor: pointer; text-align: center; font-size: .7rem; padding: .25rem; } #add-alt:hover { background-color: rgba(0, 0, 0, 0.15); } #bell { float: right; background-color: rgba(241,241,241,.8); height: 11vh; margin-right: 2vw; } #bell-icon { font-size: 4rem; position: relative; top: 50%; left: 50%; transform: translate(-50%, -50%); cursor: pointer; } #msg-count { color: #FFAB1A; font-size: 12rem; font-weight: 500; position: absolute; top: 50vh; left: 50vw; margin-right: -50%; transform: translate(-50%, -50%); } #footer { position: absolute; bottom: 0; font-size: 1rem; background-color: rgba(241,241,241,.8); padding: 1vh; height: calc(5vh - 2vh); width: calc(100vw - 2vh); } .footer-link { color: black; text-decoration: none; cursor: pointer; } #footer-content { position: relative; top: 50%; transform: translateY(-50%); } #footer-right { float: right; }
css/index.css
.material-icons { font-size: 1rem; vertical-align: middle; } html { font-size: 2.5vh; } body { margin: 0; font-family: "Helvetica Neue", sans-serif; font-size: 1rem; background-color: #0F8BC0; background-size: cover; background-position: center; color: #000000; overflow-y: hidden; } #sn-title { color: black; float: left; width: 100%; background-color: #FFAB1A; padding: 1.5vh 0; height: calc(8vh - 3vh); } .title-icons { height: 2rem; vertical-align:middle; } .title-text { font-size: 2rem; position: relative; float: left; top: 50%; left: 50%; transform: translate(-50%, -50%); } #scratch-notifier { float: left; width: calc(100vw - 0vh); /*Padding in left and right*/ height: calc(92vh - 2vh); /*Padding in top and bottom*/ padding-top: 2vh; } #profile, #alts { float: left; } #profile { background-color: rgba(241,241,241,.8); margin-left: 2vw; } .profile-table { border-collapse: separate; border-spacing: 0.2rem; font-size: .7rem; } #profile-pic { height: 4rem; width: 4rem; cursor: pointer; } #username { font-size: 1.8rem; color:#0F8BC0; cursor:pointer; } .username-border { border-top: none; border-bottom: solid 0.2vh gray; } .link-under-username { cursor: pointer; padding: .25rem; } .link-under-username:hover { background-color: rgba(0, 0, 0, 0.15); } #alts { margin-left: 2.5vw; background-color: rgba(241,241,241,.8); } #alts-table { border-collapse:separate; border-spacing:0.2rem; } .alt { font-size: 1rem; color:#0F8BC0; cursor:pointer; } .alt-row[data-not-last] { border-bottom: solid 0.2vh gray; margin-bottom: .25rem; } .alt-row { display: none; } .alt-profile-pic { height: 0.8rem; width: 0.8rem; cursor: pointer; } .alt-msg-count { color: #FFAB1A; font-size: 1rem; font-weight: 700; margin-left: 3vw; float: right; } .alt-settings-icons { font-size: .9rem; color: #000000; cursor: pointer; } #add-alt { cursor: pointer; text-align: center; font-size: .7rem; padding: .25rem; } #add-alt:hover { background-color: rgba(0, 0, 0, 0.15); } #bell { float: right; background-color: rgba(241,241,241,.8); height: 11vh; margin-right: 2vw; } #bell-icon { font-size: 4rem; position: relative; top: 50%; left: 50%; transform: translate(-50%, -50%); cursor: pointer; } #msg-count { color: #FFAB1A; font-size: 12rem; font-weight: 500; position: absolute; top: 50vh; left: 50vw; margin-right: -50%; transform: translate(-50%, -50%); } #footer { position: absolute; bottom: 0; font-size: 1rem; background-color: rgba(241,241,241,.8); padding: 1vh; height: calc(5vh - 2vh); width: calc(100vw - 2vh); } .footer-link { color: black; text-decoration: none; cursor: pointer; } #footer-content { position: relative; top: 50%; transform: translateY(-50%); } #footer-right { float: right; }
0.437103
0.083031
::selection { background-color: #3334; } ul { list-style-type: none; } .desktop { border-radius: 10px; background-image: url("./MacOS_11.jpg"); background-repeat: no-repeat; display: flex; justify-content: center; font-family: Helvetica, 'Lucida Sans'; overflow: hidden; height: 100%; width: 100%; } .finderBar { -webkit-backdrop-filter: blur(100px); backdrop-filter: blur(100px); width: 100%; top: 0px; right: 0; display: flex; align-items: center; position: fixed; color: white; font-size: 13px; background-color: #2222; } .appleico { background-color: transparent; border: transparent; color: white; height: 20px; width: 20px; top: 0; margin: 0 15px; padding: 2px; border-radius: 6px; transition: 0.3s; } .appleico:hover { background-color: rgba(255, 255, 255, 0.1); cursor: pointer; } .appName:hover { background-color: rgba(255, 255, 255, 0.1); } .appName { font-weight: bold; padding: 4px 3px; border-radius: 6px; transition: 0.3s; height: 100%; } .appName:hover { cursor: pointer; } .dock { height: 62px; -webkit-backdrop-filter: blur(30px); backdrop-filter: blur(30px); bottom: 0; position: fixed; background: #2228; border: #ddd, 2px; display: flex; align-items: flex-end; border-radius: 12.5px; padding: 5px 5px; } .icon { height: 50px; transition: 0.2s; } .icon:hover { height: 60px; } .menuBar { padding: 4px 5px; border-radius: 6px; transition: 0.3s; height: 100%; } .menuBar:hover { cursor: pointer; background-color: rgba(255, 255, 255, 0.1); } .window { border-radius: 10px; top: 201px; left: 388px; min-width: 555px; min-height: 336px; font-family: Helvetica; max-width: 100%; max-height: 100%; color: white; } #mydivheader { text-align: left; display: flex; align-items: center; margin: 7.5px; } .clos { background-color: red; display: inline; border-radius: 50%; height: 12px; width: 12px; border: transparent; margin-left: 8px; color: red; } .clos:hover { color: maroon; } .min { background-color: yellow; display: inline; height: 12px; width: 12px; border-radius: 50%; border: transparent; margin-left: 8px; color: yellow; } .min:hover { color: orangered; } .max { background-color: rgb(3, 192, 3); display: inline; height: 12px; width: 12px; border-radius: 50%; border: transparent; margin-left: 8px; color: rgb(3, 192, 3); } .max:hover { color: green; } .menu { position: absolute; min-width: 4cm; backdrop-filter: blur(30px); border-radius: 10px; color: white; display: none; background-color: #2228; } .menu { padding: 2px; overflow: hidden; } .menu div:hover { background-color: #0044ff; cursor: pointer; } .menu div { border-radius: 5px; padding: 2px 8px; margin: 2px; font-size: 12.5px; cursor: pointer; transition: 0.25s; } span img { height: 20px; width: 20px; } .main { background-color: white; }
style.css
::selection { background-color: #3334; } ul { list-style-type: none; } .desktop { border-radius: 10px; background-image: url("./MacOS_11.jpg"); background-repeat: no-repeat; display: flex; justify-content: center; font-family: Helvetica, 'Lucida Sans'; overflow: hidden; height: 100%; width: 100%; } .finderBar { -webkit-backdrop-filter: blur(100px); backdrop-filter: blur(100px); width: 100%; top: 0px; right: 0; display: flex; align-items: center; position: fixed; color: white; font-size: 13px; background-color: #2222; } .appleico { background-color: transparent; border: transparent; color: white; height: 20px; width: 20px; top: 0; margin: 0 15px; padding: 2px; border-radius: 6px; transition: 0.3s; } .appleico:hover { background-color: rgba(255, 255, 255, 0.1); cursor: pointer; } .appName:hover { background-color: rgba(255, 255, 255, 0.1); } .appName { font-weight: bold; padding: 4px 3px; border-radius: 6px; transition: 0.3s; height: 100%; } .appName:hover { cursor: pointer; } .dock { height: 62px; -webkit-backdrop-filter: blur(30px); backdrop-filter: blur(30px); bottom: 0; position: fixed; background: #2228; border: #ddd, 2px; display: flex; align-items: flex-end; border-radius: 12.5px; padding: 5px 5px; } .icon { height: 50px; transition: 0.2s; } .icon:hover { height: 60px; } .menuBar { padding: 4px 5px; border-radius: 6px; transition: 0.3s; height: 100%; } .menuBar:hover { cursor: pointer; background-color: rgba(255, 255, 255, 0.1); } .window { border-radius: 10px; top: 201px; left: 388px; min-width: 555px; min-height: 336px; font-family: Helvetica; max-width: 100%; max-height: 100%; color: white; } #mydivheader { text-align: left; display: flex; align-items: center; margin: 7.5px; } .clos { background-color: red; display: inline; border-radius: 50%; height: 12px; width: 12px; border: transparent; margin-left: 8px; color: red; } .clos:hover { color: maroon; } .min { background-color: yellow; display: inline; height: 12px; width: 12px; border-radius: 50%; border: transparent; margin-left: 8px; color: yellow; } .min:hover { color: orangered; } .max { background-color: rgb(3, 192, 3); display: inline; height: 12px; width: 12px; border-radius: 50%; border: transparent; margin-left: 8px; color: rgb(3, 192, 3); } .max:hover { color: green; } .menu { position: absolute; min-width: 4cm; backdrop-filter: blur(30px); border-radius: 10px; color: white; display: none; background-color: #2228; } .menu { padding: 2px; overflow: hidden; } .menu div:hover { background-color: #0044ff; cursor: pointer; } .menu div { border-radius: 5px; padding: 2px 8px; margin: 2px; font-size: 12.5px; cursor: pointer; transition: 0.25s; } span img { height: 20px; width: 20px; } .main { background-color: white; }
0.367951
0.08218
.main-header { position: relative; left: 0px; top: 0px; z-index: 999; width: 100%; transition: all 500ms ease; -moz-transition: all 500ms ease; -webkit-transition: all 500ms ease; -ms-transition: all 500ms ease; -o-transition: all 500ms ease; } /* Header upper */ .main-header .header-upper { position: absolute; left: 0px; top: 0px; width: 100%; padding-top: 56px; z-index: 5; transition: all 500ms ease; -moz-transition: all 500ms ease; -webkit-transition: all 500ms ease; -ms-transition: all 500ms ease; -o-transition: all 500ms ease; } .main-header .header-upper .outer-box{ position: relative; display: block; width: 100%; } .main-header .header-upper .logo img { position: relative; display: inline-block; max-width: 100%; } .main-header .logo-box { position: relative; display: inline-block; z-index: 25; padding: 28px 0px; margin-right: 70px; } .main-header .logo-box img { position: relative; display: inline-block; max-width: 100%; } .language { position: relative; display: inline-block; font-size: 18px; line-height: 30px; color: #3c3b3c; font-family: "Muli", sans-serif; text-transform: uppercase; } .language > a .icon{ display: none; } .language .dropdown-toggle { position: relative; width: auto !important; height: auto !important; padding: 10px 10px; font-size: 18px; line-height: 30px; text-transform: uppercase; color: #ffffff; background: none !important; display: inline-block; border: 0px; font-weight: 400; top: 4px; cursor: pointer; } .language:after{ position: absolute; content: ''; background: #2ba2ff; width: 9px; height: 9px; border-radius: 50%; left: -5px; top: 25px; } .main-header.style-two .language:after{ background: #fb8470; } .language .dropdown-toggle:before{ position: absolute; content: "\f107"; font-size: 14px; color: #ffffff; font-family: 'Font Awesome 5 Free'; font-weight: 700; top: 13px; right: -7px; } .language .dropdown-toggle:after{ display: none; } .language .dropdown-menu { top: 100% !important; left: 0px !important; transform: none !important; width: 150px; min-width: 100px; border-radius: 0px; background-color: #ffffff; border: 1px solid #2ba2ff; padding: 0px; border-top: 2px solid #2ba2ff; } .language .dropdown-menu > li { padding-right: 0px !important; margin: 0px !important; padding: 0; float: none; display: block !important; border-bottom: 1px solid rgba(0,0,0,0.10); } .language .dropdown-menu > li:last-child{ border-bottom: none; } .language .dropdown-menu > li > a { padding: 6px 20px !important; line-height: 24px; font-size: 15px; width: auto; height: auto; display: block; color: #2ba2ff; text-align: left; border-radius: 0px; -webkit-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; -moz-transition: all 300ms ease; transition: all 300ms ease; } .language .dropdown-menu > li > a:hover{ color: #fff; background: #2ba2ff; } .main-menu { position: relative; float: left; } .main-header .header-upper .upper-right { position: initial; } .main-header .header-info { position: relative; top: 0px; width: 100%; z-index: 5; border-bottom: 1px solid #f0f0f0; padding: 31px 0; } .main-menu .navigation { position: relative; margin: 0px; text-align: center; } .main-menu .navigation>li { position: relative; float: left; margin: 0px 4px; } .main-menu .navigation>li.dropdown.current:before, .main-menu .navigation>li.dropdown:hover:before { width: 100%; } .main-menu .navigation>li.dropdown > a:after { position: absolute; content: "\f107"; font-size: 16px; color: #222; top: 41px; right: 15px; transition: .5s ease; font-family: 'FontAwesome'; cursor: pointer; display: none; } .sticky-header .main-menu .navigation>li.dropdown > a:after { /* right: 0; */ top: 27px; } .sticky-header .main-menu .navigation>li { margin: 0px 1px; border: 0px; } .main-menu .navigation>li>a { position: relative; display: block; font-size: 18px; color: #ffffff; line-height: 30px; font-weight: 600; font-family: 'Muli', sans-serif; opacity: 1; text-transform: uppercase; padding: 40px 16px; transition: all 500ms ease; -moz-transition: all 500ms ease; -webkit-transition: all 500ms ease; -ms-transition: all 500ms ease; -o-transition: all 500ms ease; } .main-menu .navigation>li>a span { font-size: 22px; line-height: 25px; position: relative; top: 2px; } .main-header .sticky-header .main-menu .navigation>li { padding: 0px; } .main-header .sticky-header .main-menu .navigation>li>a { color: #2f2f2f !important; padding: 26px 16px !important; line-height: 30px; font-size: 15px; font-weight: 500; min-height: 0px; background: none; border: 0px; } .main-header .sticky-header .main-menu .navigation>li.current>a, .main-header .sticky-header .main-menu .navigation>li.dropdown>a { padding-right: 30px !important; } .main-menu .navigation>li:hover>a:after { opacity: 1; } .main-header .sticky-header .main-menu .navigation>li>ul:before { display: none; } .main-header .sticky-header .main-menu .navigation>li>ul { top: 100% !important; } .main-menu .navigation>li>ul { position: absolute; left: inherit; top: 100%; width: 270px; padding: 20px 0px; z-index: 100; display: none; background: #ffffff; -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05); -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05); -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05); -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05); box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05); } .main-menu .navigation>li>ul.from-right { left: auto; right: 0px; } .main-menu .navigation>li>ul>li { position: relative; width: 100%; padding: 0px 20px; } .main-menu .navigation>li>ul>li:last-child { border-bottom: none; } .main-menu .navigation>li>ul>li>a { position: relative; display: block; padding: 12px 15px; line-height: 24px; font-weight: 600; font-size: 15px; color: #222; text-align: left; padding-right: 0px !important; text-transform: capitalize; transition: all 500ms ease; -moz-transition: all 500ms ease; -webkit-transition: all 500ms ease; -ms-transition: all 500ms ease; -o-transition: all 500ms ease; font-family: 'Muli', sans-serif; } .main-menu .navigation>li>ul>li>a:hover { color: #ff3d3d; padding-left: 20px; } .main-menu .navigation>li>ul>li ul { position: absolute; left: 100%; top: 0%; width: 250px; z-index: 100; padding: 20px 0; display: none; background: #ffffff; -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05); -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05); -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05); -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05); box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05); } .main-menu .navigation>li>ul>li>ul:before { position: absolute; content: ''; right: 100%; top: 0px; width: 20px; height: 100%; } .main-menu .navigation>li>ul>li>ul li { position: relative; width: 100%; padding: 0px 20px; } .main-menu .navigation>li>ul>li>ul li:last-child { border-bottom: none; } .main-menu .navigation>li>ul>li>ul>li a { position: relative; display: block; padding: 12px 15px; text-align: left; line-height: 24px; font-weight: 500; font-family: 'Rubik', sans-serif; -ms-transition: all 500ms ease; -o-transition: all 500ms ease; } .main-menu .navigation>li>ul>li>ul>li a:hover { color: #fff; background: #3648b2; padding-left: 20px; } .main-menu .navigation>li.dropdown:hover>ul { visibility: visible; opacity: 1; } .main-menu .navigation li>ul>li.dropdown:hover ul { visibility: visible; opacity: 1; left: 100%; top: 0%; } .main-menu .navbar-collapse>ul li.dropdown .dropdown-btn { position: absolute; right: 10px; top: 0; width: 50px; height: 43px; border-left: 1px solid rgba(255, 255, 255, 0.1); text-align: center; font-size: 16px; line-height: 43px; color: #ffffff; cursor: pointer; z-index: 5; display: none; } .navbar-header { display: none; } .main-header .menu-right-content { position: relative; float: left; margin-left: 65px; margin-top: 34px; } .main-header .cart-box-outer{ position: relative; display: inline-block; top: 10px; } .main-header .cart-box-outer a{ position: relative; display: inline-block; font-size: 16px; color: #ffffff; z-index: 1; } .main-header .cart-box-outer .number{ position: absolute; top: -11px; right: -17px; width: 22px; height: 22px; line-height: 22px; font-size: 14px; background: #2ba2ff; text-align: center; border-radius: 50%; z-index: -1; } .main-header.style-two .cart-box-outer .number{ background: #fb8470; } /* ====================== search box btn ===========================*/ .main-header .search-box-outer { position: relative; margin: 8px 19px 0px 32px; display: inline-block; vertical-align: middle; } .main-header .search-box-btn { position: relative; font-size: 16px; line-height: 28px; color: #ffffff; cursor: pointer; display: inline-block; background: transparent; } .main-header .header-upper.dark .search-box-btn { color: #fff; } .main-header .search-box-outer .dropdown-menu { top: 40px !important; padding: 0px; width: 330px; border-radius: 0px; background: #ffffff; right: 0; left: auto !important; transform: translate3d(0px, 0px, 0px) scale3d(0.8,0.8,0.8) !important; border-color: transparent; border-radius: 3px; box-shadow: 7px 5px 30px 0 rgba(72,73,121,0.15); transition: .5s ease; display: block; opacity: 0; visibility: hidden; } .main-header .search-box-outer .show .dropdown-menu { display: block; transform: scale3d(1,1,1)!important; opacity: 1; visibility: visible; } .main-header .search-panel .form-container { padding: 30px; } .main-header .search-panel .form-group { position: relative; margin: 0px; } .main-header .search-panel input[type="text"], .main-header .search-panel input[type="search"], .main-header .search-panel input[type="password"], .main-header .search-panel select { display: block; width: 100%; line-height: 24px; padding: 9px 50px 9px 15px; height: 50px; border: 1px solid #f3f5fe; border-radius: 3px; background: #f3f5fe; } .main-header .search-panel input:focus, .main-header .search-panel select:focus { border-color: #f3f5fe; } .main-header .search-panel .search-btn { position: absolute; right: 1px; top: 1px; width: 50px; height: 48px; text-align: center; color: #111111; background: #f3f5fe; font-size: 14px; border-radius: 0px 3px 3px 0px; cursor: pointer; } .dropdown-toggle::after { display: none; } /*Sticky Header*/ .sticky-header { position: fixed; opacity: 0; visibility: hidden; left: 0px; top: 0px; width: 100%; padding: 0px 0px; background: #ffffff; z-index: 0; border-bottom: 1px solid #e0e0e0; transition: all 500ms ease; -moz-transition: all 500ms ease; -webkit-transition: all 500ms ease; -ms-transition: all 500ms ease; -o-transition: all 500ms ease; } .sticky-header .logo { padding: 21px 0px; } .fixed-header .sticky-header { z-index: 999; opacity: 1; visibility: visible; -ms-animation-name: fadeInDown; -moz-animation-name: fadeInDown; -op-animation-name: fadeInDown; -webkit-animation-name: fadeInDown; animation-name: fadeInDown; -ms-animation-duration: 500ms; -moz-animation-duration: 500ms; -op-animation-duration: 500ms; -webkit-animation-duration: 500ms; animation-duration: 500ms; -ms-animation-timing-function: linear; -moz-animation-timing-function: linear; -op-animation-timing-function: linear; -webkit-animation-timing-function: linear; animation-timing-function: linear; -ms-animation-iteration-count: 1; -moz-animation-iteration-count: 1; -op-animation-iteration-count: 1; -webkit-animation-iteration-count: 1; animation-iteration-count: 1; } /* Megamenu */ .main-header .container { position: relative; } .main-menu { position: inherit; } .main-menu .navigation { position: inherit; } .main-menu .navigation>li { position: inherit; } .main-menu .navigation .megamenu { position: absolute; right: 0px; top: 100%; width: 100%; max-width: 1140px; padding: 60px 50px 20px 50px; margin: 0 auto; max-height: 700px; overflow-y: auto; z-index: 100; display: none; background: #ffffff; box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1); } .main-menu .navigation .megamenu .inner-column{ position: relative; display: block; margin-bottom: 40px; } .main-menu .navigation .megamenu .inner-column h4{ position: relative; display: block; font-size: 18px; line-height: 28px; font-family: 'Muli', sans-serif; font-weight: 600; color: #2f2f2f; margin-bottom: 17px; } .main-menu .navigation .megamenu .inner-column h4 a{ position: relative; display: inline-block; color: #2f2f2f; font-family: 'Muli', sans-serif; } .main-menu .navigation .megamenu .inner-column h4 a:hover{ color: #ff3d3d; } .main-menu .navigation .megamenu .inner-column img{ position: relative; display: block; width: 100%; box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.1); transition: all 500ms ease; } .main-menu .navigation .megamenu .inner-column .image a{ padding: 0px; } .main-menu .navigation .megamenu .inner-column img:hover{ transform: translateY(-15px); } .main-menu .navigation>li.dropdown:hover .megamenu { visibility: visible; opacity: 1; } .main-menu .navigation>li> .megamenu li { position: relative; width: 100%; padding-left: 20px; } .main-menu .navigation>li> .megamenu li>a { position: relative; display: block; padding: 8px 15px; line-height: 24px; padding-left: 0; font-weight: 600; font-size: 15px; color: #636161; text-align: left; padding-right: 0px !important; text-transform: capitalize; transition: all 500ms ease; -moz-transition: all 500ms ease; -webkit-transition: all 500ms ease; -ms-transition: all 500ms ease; -o-transition: all 500ms ease; font-family: 'Muli', sans-serif; } .main-menu .navigation>li> .megamenu li:last-child a { border-bottom: none; } .main-menu .navigation>li> .megamenu li>a:hover { color: #ff3d3d; } .main-menu .navigation>li> .megamenu .inner-column .submenu-title{ position: relative; display: block; font-size: 18px; font-family: 'Muli', sans-serif; color: #2f2f2f; font-weight: 600; text-transform: uppercase; text-align: left; padding-left: 20px; margin-bottom: 15px; } .main-menu .navigation>li> .megamenu .inner-column .submenu-title:before{ position: absolute; content: ''; background-image: -webkit-linear-gradient(-3deg, #ff9fee 0%, #edaafc 100%); width: 10px; height: 10px; border-radius: 50%; left: 0px; top: 9px; } /* =============== Mobile menu ===================== */ @media only screen and (max-width: 1200px) { .main-menu .navigation>li.dropdown:after { right: 7px; } .main-menu .navigation>li.dropdown a { padding-right: 20px; } .main-menu .navigation>li>a { padding: 40px 3px; } .main-menu .navigation>li.dropdown:before { display: none; } .main-menu .navigation>li.dropdown:hover:after, .main-menu .navigation>li.current.dropdown:after { color: #222; } .main-header .sticky-header .main-menu .navigation>li:hover>a, .main-header .sticky-header .main-menu .navigation>li.current>a, .main-header .sticky-header .main-menu .navigation>li.current-menu-item>a { color: #222; background: transparent !important; } } @media only screen and (max-width: 991px) { .main-menu .navigation>li> .megamenu .row{ margin: 0px; } .main-menu .navigation .megamenu { position: relative; } .fixed-header .sticky-header { display: none!important; } .main-menu .navbar-header { position: relative; float: none; display: block; text-align: left; width: 100%; top: 0px; z-index: 12; } .main-header .logo-outer { padding: 15px 0 25px; text-align: center; width: 100%; } .main-header .header-upper .upper-right { position: relative; padding-top: 0px; width: 100%; } .main-header .main-menu { width: 100%; } .main-menu .navbar-header .navbar-toggle { display: inline-block; z-index: 7; float: none; padding: 4px 5px; cursor: pointer; margin: 0px 0px 10px 0px; border-radius: 0px; background: #fff; } .main-menu .navbar-header .navbar-toggle .icon-bar { background: #2ba2ff; height: 2px; width: 29px; display: block; margin: 7px 5px; } .main-menu .collapse { max-height: 310px; max-width: none; overflow: auto; float: none; width: 100%; padding: 0px 0px 0px; border: none; margin: 0px; -ms-border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; box-shadow: none; } .main-menu .navbar-collapse { max-height: 310px; } .main-menu .navbar-collapse>.navigation { float: none !important; margin: 0px !important; width: 100% !important; background: #333; border: 1px solid #ffffff; border-top: none; } .main-menu .navbar-collapse>.navigation>li { position: relative; margin: 0px !important; float: none !important; width: 100%; } .main-menu .navigation>li>a, .main-menu .navigation>li>ul:before { border: none; } .main-menu .navbar-collapse>.navigation>li>a { padding: 10px 10px !important; border: none !important; } .main-menu .navigation li.dropdown>a:after, .main-menu .navigation>li.dropdown>a:before, .main-menu .navigation>li>ul>li>a::before, .main-menu .navigation>li>ul>li>ul>li>a::before { color: #ffffff !important; right: 15px; font-size: 16px; display: none !important; } .main-menu .navbar-collapse>.navigation>li>ul, .main-menu .navbar-collapse>.navigation>li>ul>li>ul { position: relative; border: none; float: none; visibility: visible; opacity: 1; display: none; margin: 0px; padding: 0px; left: auto !important; right: auto !important; top: auto !important; width: 100%; background: #333333; -webkit-border-radius: 0px; -ms-border-radius: 0px; -o-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; transition: none !important; -webkit-transition: none !important; -ms-transition: none !important; -o-transition: none !important; -moz-transition: none !important; box-shadow: none !important; } .main-menu .navbar-collapse>.navigation>li>ul, .main-menu .navbar-collapse>.navigation>li>ul>li>ul { /* border-top:1px solid rgba(255,255,255,1) !important; */ } .main-menu .navbar-collapse>.navigation>li, .main-menu .navbar-collapse>.navigation>li>ul>li, .main-menu .navbar-collapse>.navigation>li>ul>li>ul>li { border-top: 1px solid rgba(255, 255, 255, 0.1) !important; opacity: 1 !important; top: 0px !important; padding-top: 0; padding-bottom: 0; left: 0px !important; visibility: visible !important; border-bottom: none; } .main-menu .navbar-collapse>.navigation>li:first-child { border: none; } .main-menu .navbar-collapse>.navigation>li>a, .main-menu .navbar-collapse>.navigation>li>ul>li>a, .main-menu .navbar-collapse>.navigation>li>ul>li>ul>li>a { padding: 10px 20px !important; line-height: 22px; color: #fff; text-align: left; min-height: 0px; } .main-menu .navbar-collapse>.navigation>li>a:hover, .main-menu .navbar-collapse>.navigation>li>a:active, .main-menu .navbar-collapse>.navigation>li>a:focus { /* background:#ff4747; */ } .main-menu .navbar-collapse>.navigation>li:hover>a, .main-menu .navbar-collapse>.navigation>li>ul>li:hover>a, .main-menu .navbar-collapse>.navigation>li>ul>li>ul>li:hover>a, .main-menu .navbar-collapse>.navigation>li.current>a, .main-menu .navbar-collapse>.navigation>li.current-menu-item>a { /* background:#ff4747; */ color: #ffffff !important; } .main-menu .navbar-collapse>.navigation li.dropdown .dropdown-btn { display: block; } .main-menu .navbar-collapse>.navigation li.dropdown:after, .main-menu .navigation>li>ul:before, .main-header .info-box:after, .services-section-two .owl-dots { display: none !important; } /* search outer */ .main-header .menu-right-content { position: absolute; right: 0px; top: -7px; margin-top: 0px; z-index: 15; } .main-header .search-box-outer .dropdown-menu { top: 53px !important; } } /** hidden-sidebar **/ .main-header .nav-toggler{ position: relative; float: right; margin-left: 0px; margin-top: 4px; } .main-header .nav-toggler .nav-btn{ position: relative; display: inline-block; cursor: pointer; background: transparent; } .main-header .nav-toggler .nav-btn .icon-bar{ background: #ffffff; height: 1px; width: 35px; display: block; margin: 7px 0px; transition: all 500ms ease; } .main-header .nav-toggler .nav-btn .icon-bar:last-child, .main-header .nav-toggler .nav-btn:hover .icon-bar:first-child{ width: 25px; } .main-header .nav-toggler .nav-btn:hover .icon-bar:last-child{ width: 35px; } .hidden-bar{ position: fixed; right: -350px; top: 0px; width: 350px; height:100%; overflow-y:auto; border-left: 1px solid #231b26; z-index: 99999; opacity: 0; background-color: #150f17; visibility: hidden; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; } .side-content-visible .hidden-bar{ right:0px; opacity:1; visibility:visible; } .hidden-bar .inner-box{ position:relative; background-color: #150f17; padding:100px 40px 50px; } .hidden-bar .inner-box .cross-icon{ position:absolute; right:30px; top:30px; cursor:pointer; color:#ffffff; font-size:20px; transition: all 500ms ease; } .hidden-bar .inner-box .cross-icon:hover{ transform: rotate(360deg); } .hidden-bar .inner-box h2{ position:relative; font-size:28px; font-weight:600; line-height:1.2em; color:#ffffff; margin-bottom:30px; } .mCSB_inside>.mCSB_container{ margin-right: 0; } /*Appointment Form*/ .hidden-bar .appointment-form{ position:relative; } .hidden-bar .appointment-form .form-group{ position:relative; margin-bottom:15px; } .hidden-bar .appointment-form input[type="text"], .hidden-bar .appointment-form input[type="email"], .hidden-bar .appointment-form textarea{ position:relative; display:block; width:100%; line-height:23px; padding:10px 25px; height:45px; color:#ffffff; font-size:16px; border:1px solid rgba(255,255,255,0.10); background:none; transition:all 300ms ease; -ms-transition:all 300ms ease; -webkit-transition:all 300ms ease; } .hidden-bar .appointment-form input::placeholder, .hidden-bar .appointment-form textarea::placeholder{ color:#bdbdbd; } .hidden-bar .appointment-form input:focus, .hidden-bar .appointment-form textarea:focus{ border-color: #2ba2ff; } .hidden-bar .appointment-form textarea{ height:135px; resize:none; } .hidden-bar .appointment-form .form-group button{ width: 100%; } .contact-info-box{ position:relative; padding-top:50px; } .contact-info-box .info-list{ position:relative; padding-bottom:18px; margin-bottom:25px; } .contact-info-box .info-list li{ position: relative; display: block; margin-bottom: 8px; } .contact-info-box .info-list li:last-child{ margin-bottom: 0px; } .contact-info-box .info-list li a{ position:relative; color:#ffffff; font-size:18px; font-weight:500; margin-bottom:5px; } .contact-info-box .info-list:before{ position:absolute; content:''; left:0px; bottom:0px; width:50px; height:1px; background-color:#ffffff; } .contact-info-box .social-list{ position:relative; } .contact-info-box .social-list li{ position:relative; width:50%; float:left; margin-bottom:6px; display:inline-block; } .contact-info-box .social-list li a{ position:relative; font-size:15px; font-weight:500; color:#2ba2ff; transition:all 0.3s ease; -moz-transition:all 0.3s ease; -webkit-transition:all 0.3s ease; -ms-transition:all 0.3s ease; -o-transition:all 0.3s ease; } .contact-info-box .social-list li a:hover{ color:#ffffff; } .form-back-drop{ position:fixed; right:0px; top:0px; width:100%; height:100%; opacity:0; background:rgba(0,0,0,0.70); visibility:hidden; z-index:9990; transition:all 0.5s ease; -moz-transition:all 0.5s ease; -webkit-transition:all 0.5s ease; -ms-transition:all 0.5s ease; -o-transition:all 0.5s ease; } .side-content-visible .form-back-drop{ opacity:1; visibility:visible; } /** header-style-two **/ .main-header.style-two .menu-right-content{ margin-left: 265px; } /** header-style-three **/ .main-header.style-three .logo-box { margin-right: 57px; } .main-header.style-three .language{ top: 5px; } .main-header.style-three .menu-right-content { margin-left: 25px; } .main-header.style-three .logo-box{ padding: 22px 0px; } .main-header.style-three .nav-toggler .nav-btn .icon-bar:first-child, .main-header.style-four .nav-toggler .nav-btn .icon-bar:first-child{ width: 25px; } /** header-style-four **/ .main-header.style-four .logo-box img{ transition: all 500ms ease; } .main-header.style-four .logo-box:hover img{ transform: rotate(360deg); } .main-header.style-four .cart-box-outer .number{ background: #01e1ff; } .main-header.style-four .logo-box{ padding: 21px 0px; margin-right: 0px; } .main-header.style-four .nav-toggler .nav-btn{ position: relative; display: inline-block; width: 53px; height: 53px; line-height: 53px; text-align: center; background: #b954ff; border-radius: 50%; } .main-header.style-four .nav-toggler .nav-btn .icon-bar{ position: relative; left: 10px; } .main-header.style-four .nav-toggler { margin-top: -7px; } .main-header.style-four .search-box-outer { margin-right: 33px; } /** header-style-five **/ .main-header.style-five .main-menu .navigation>li>a{ color: #2f2f2f; } .main-header.style-five .cart-box-outer a{ color: #2f2f2f; } .main-header.style-five .cart-box-outer .number{ color: #fff; } .main-header.style-five .search-box-btn{ color: #2f2f2f; } .main-header.style-five .logo-box{ margin: 0px; padding: 20px 0px; margin-bottom: -60px; } .main-header.style-five .logo-box img{ position: relative; display: inline-block; } .main-header.style-five .menu-right-content{ margin-top: 32px; margin-left: 25px; } .main-header.style-five .nav-toggler .nav-btn .icon-bar{ position: relative; left: 10px; background: #2f2f2f; } .main-header.style-five .nav-toggler .nav-btn{ position: relative; display: inline-block; width: 53px; height: 53px; line-height: 53px; text-align: center; background: #fef7ff; border-radius: 50%; } .main-header.style-five .nav-toggler{ margin-top: -7px; } .main-header.style-five .search-box-outer { margin-right: 33px; } .main-header.style-five .nav-toggler .nav-btn .icon-bar:first-child{ width: 25px; } /** header-style-six **/ .main-header.style-six .nav-toggler .nav-btn .icon-bar{ background: #ff3d3d; } .main-header.style-six .nav-toggler .nav-btn { position: relative; display: inline-block; width: 53px; height: 53px; line-height: 53px; text-align: center; background: #fff; border-radius: 50%; box-shadow: 2px 20px 30px rgba(0, 0, 0, 0.10); } .main-header.style-six .nav-toggler .nav-btn .icon-bar { position: relative; left: 10px; } .main-header.style-six .nav-toggler .nav-btn .icon-bar:first-child { width: 25px; } .main-header.style-six .logo-box { padding: 24px 0px; margin-right: 0px; } .main-header.style-six .menu-right-content{ margin-top: 24px; margin-left: 0px; } /** hidden-bar-menu **/ .hidden-bar .side-menu { background-color: transparent; padding: 0; font-family: 'Muli', sans-serif; font-size:12px; letter-spacing:1px; } .hidden-bar .side-menu ul li ul a { background: transparent; } .hidden-bar .side-menu ul li ul li ul li a { background: transparent; } .hidden-bar .side-menu li.current > a { color: #fff; } .hidden-bar .side-menu ul li{ position: relative; display: block; } .hidden-bar .side-menu ul li a { position: relative; background: transparent; color: #fff; display: block; font-size: 16px; font-family: 'Muli', sans-serif; font-weight: 500; text-transform: uppercase; border-bottom: 1px solid #ffffff; padding: 15px 0px; transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; } .hidden-bar .side-menu ul li a .btn.expander { background: none; color: #fff; padding: 4px 12px; font-size: 14px; border-radius: 0px; position: absolute; border: 1px solid #ffffff; top: 15px; right: 0px; outline: none; } .hidden-bar .side-menu ul li a .btn:focus{ box-shadow: none; } .hidden-bar .navigation > li{ display: block; } .hidden-bar .logo-box{ position: relative; display: block; padding-bottom: 30px; border-bottom: 1px solid rgba(255, 255, 255, 0.20); margin-bottom: 60px; } /** header-style-seven **/ .main-header.style-seven{ position: relative; } .main-header.style-seven .main-menu .navigation>li>a{ color: #34263c; padding-top: 52px; } .main-header.style-seven .cart-box-outer a, .main-header.style-seven .search-box-btn{ color: #2f2f2f; } .main-header.style-seven .cart-box-outer .number{ background: #ff3d3d; color: #fff; } .main-header.style-seven .nav-toggler .nav-btn { position: relative; display: inline-block; width: 53px; height: 53px; line-height: 53px; text-align: center; background: #fff; border-radius: 50%; box-shadow: 2px 20px 30px rgba(0, 0, 0, 0.10); } .main-header.style-seven .nav-toggler .nav-btn .icon-bar:first-child { width: 25px; } .main-header.style-seven .nav-toggler .nav-btn .icon-bar { background: #ff3d3d; } .main-header.style-seven .nav-toggler .nav-btn .icon-bar { position: relative; left: 10px; } .main-header.style-seven .nav-toggler{ margin-top: -6px; } .main-header.style-seven .menu-right-content{ margin-left: 320px; } .main-header.style-seven .logo-box { margin: 0px; padding: 20px 0px; margin-bottom: -60px; } .main-header.style-seven.portfolio-single-3 .main-menu .navigation>li>a, .main-header.style-seven.portfolio-single-3 .cart-box-outer a, .main-header.style-seven.portfolio-single-3 .search-box-btn, .main-header.style-seven.portfolio-single-4 .main-menu .navigation>li>a, .main-header.style-seven.portfolio-single-4 .cart-box-outer a, .main-header.style-seven.portfolio-single-4 .search-box-btn{ color: #fff; } .main-header.style-seven.portfolio-single-3 .nav-toggler .nav-btn{ background: #c163ff; } .main-header.style-seven.portfolio-single-3 .nav-toggler .nav-btn .icon-bar, .main-header.style-seven.portfolio-single-4 .nav-toggler .nav-btn .icon-bar{ background: #fff; } .main-header.style-seven.portfolio-single-4 .nav-toggler .nav-btn{ background: #a37bef; } .main-header.style-seven.review-page{ padding-bottom: 380px; } .main-header.pricing-page .main-menu .navigation>li>a, .main-header.pricing-page .cart-box-outer a, .main-header.pricing-page .search-box-btn{ color: #fff; } .main-header.blog-single .main-menu .navigation>li>a, .main-header.blog-single .cart-box-outer a, .main-header.blog-single .search-box-btn{ color: #fff; }
public/assets/css/header.css
.main-header { position: relative; left: 0px; top: 0px; z-index: 999; width: 100%; transition: all 500ms ease; -moz-transition: all 500ms ease; -webkit-transition: all 500ms ease; -ms-transition: all 500ms ease; -o-transition: all 500ms ease; } /* Header upper */ .main-header .header-upper { position: absolute; left: 0px; top: 0px; width: 100%; padding-top: 56px; z-index: 5; transition: all 500ms ease; -moz-transition: all 500ms ease; -webkit-transition: all 500ms ease; -ms-transition: all 500ms ease; -o-transition: all 500ms ease; } .main-header .header-upper .outer-box{ position: relative; display: block; width: 100%; } .main-header .header-upper .logo img { position: relative; display: inline-block; max-width: 100%; } .main-header .logo-box { position: relative; display: inline-block; z-index: 25; padding: 28px 0px; margin-right: 70px; } .main-header .logo-box img { position: relative; display: inline-block; max-width: 100%; } .language { position: relative; display: inline-block; font-size: 18px; line-height: 30px; color: #3c3b3c; font-family: "Muli", sans-serif; text-transform: uppercase; } .language > a .icon{ display: none; } .language .dropdown-toggle { position: relative; width: auto !important; height: auto !important; padding: 10px 10px; font-size: 18px; line-height: 30px; text-transform: uppercase; color: #ffffff; background: none !important; display: inline-block; border: 0px; font-weight: 400; top: 4px; cursor: pointer; } .language:after{ position: absolute; content: ''; background: #2ba2ff; width: 9px; height: 9px; border-radius: 50%; left: -5px; top: 25px; } .main-header.style-two .language:after{ background: #fb8470; } .language .dropdown-toggle:before{ position: absolute; content: "\f107"; font-size: 14px; color: #ffffff; font-family: 'Font Awesome 5 Free'; font-weight: 700; top: 13px; right: -7px; } .language .dropdown-toggle:after{ display: none; } .language .dropdown-menu { top: 100% !important; left: 0px !important; transform: none !important; width: 150px; min-width: 100px; border-radius: 0px; background-color: #ffffff; border: 1px solid #2ba2ff; padding: 0px; border-top: 2px solid #2ba2ff; } .language .dropdown-menu > li { padding-right: 0px !important; margin: 0px !important; padding: 0; float: none; display: block !important; border-bottom: 1px solid rgba(0,0,0,0.10); } .language .dropdown-menu > li:last-child{ border-bottom: none; } .language .dropdown-menu > li > a { padding: 6px 20px !important; line-height: 24px; font-size: 15px; width: auto; height: auto; display: block; color: #2ba2ff; text-align: left; border-radius: 0px; -webkit-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; -moz-transition: all 300ms ease; transition: all 300ms ease; } .language .dropdown-menu > li > a:hover{ color: #fff; background: #2ba2ff; } .main-menu { position: relative; float: left; } .main-header .header-upper .upper-right { position: initial; } .main-header .header-info { position: relative; top: 0px; width: 100%; z-index: 5; border-bottom: 1px solid #f0f0f0; padding: 31px 0; } .main-menu .navigation { position: relative; margin: 0px; text-align: center; } .main-menu .navigation>li { position: relative; float: left; margin: 0px 4px; } .main-menu .navigation>li.dropdown.current:before, .main-menu .navigation>li.dropdown:hover:before { width: 100%; } .main-menu .navigation>li.dropdown > a:after { position: absolute; content: "\f107"; font-size: 16px; color: #222; top: 41px; right: 15px; transition: .5s ease; font-family: 'FontAwesome'; cursor: pointer; display: none; } .sticky-header .main-menu .navigation>li.dropdown > a:after { /* right: 0; */ top: 27px; } .sticky-header .main-menu .navigation>li { margin: 0px 1px; border: 0px; } .main-menu .navigation>li>a { position: relative; display: block; font-size: 18px; color: #ffffff; line-height: 30px; font-weight: 600; font-family: 'Muli', sans-serif; opacity: 1; text-transform: uppercase; padding: 40px 16px; transition: all 500ms ease; -moz-transition: all 500ms ease; -webkit-transition: all 500ms ease; -ms-transition: all 500ms ease; -o-transition: all 500ms ease; } .main-menu .navigation>li>a span { font-size: 22px; line-height: 25px; position: relative; top: 2px; } .main-header .sticky-header .main-menu .navigation>li { padding: 0px; } .main-header .sticky-header .main-menu .navigation>li>a { color: #2f2f2f !important; padding: 26px 16px !important; line-height: 30px; font-size: 15px; font-weight: 500; min-height: 0px; background: none; border: 0px; } .main-header .sticky-header .main-menu .navigation>li.current>a, .main-header .sticky-header .main-menu .navigation>li.dropdown>a { padding-right: 30px !important; } .main-menu .navigation>li:hover>a:after { opacity: 1; } .main-header .sticky-header .main-menu .navigation>li>ul:before { display: none; } .main-header .sticky-header .main-menu .navigation>li>ul { top: 100% !important; } .main-menu .navigation>li>ul { position: absolute; left: inherit; top: 100%; width: 270px; padding: 20px 0px; z-index: 100; display: none; background: #ffffff; -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05); -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05); -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05); -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05); box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05); } .main-menu .navigation>li>ul.from-right { left: auto; right: 0px; } .main-menu .navigation>li>ul>li { position: relative; width: 100%; padding: 0px 20px; } .main-menu .navigation>li>ul>li:last-child { border-bottom: none; } .main-menu .navigation>li>ul>li>a { position: relative; display: block; padding: 12px 15px; line-height: 24px; font-weight: 600; font-size: 15px; color: #222; text-align: left; padding-right: 0px !important; text-transform: capitalize; transition: all 500ms ease; -moz-transition: all 500ms ease; -webkit-transition: all 500ms ease; -ms-transition: all 500ms ease; -o-transition: all 500ms ease; font-family: 'Muli', sans-serif; } .main-menu .navigation>li>ul>li>a:hover { color: #ff3d3d; padding-left: 20px; } .main-menu .navigation>li>ul>li ul { position: absolute; left: 100%; top: 0%; width: 250px; z-index: 100; padding: 20px 0; display: none; background: #ffffff; -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05); -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05); -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05); -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05); box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05); } .main-menu .navigation>li>ul>li>ul:before { position: absolute; content: ''; right: 100%; top: 0px; width: 20px; height: 100%; } .main-menu .navigation>li>ul>li>ul li { position: relative; width: 100%; padding: 0px 20px; } .main-menu .navigation>li>ul>li>ul li:last-child { border-bottom: none; } .main-menu .navigation>li>ul>li>ul>li a { position: relative; display: block; padding: 12px 15px; text-align: left; line-height: 24px; font-weight: 500; font-family: 'Rubik', sans-serif; -ms-transition: all 500ms ease; -o-transition: all 500ms ease; } .main-menu .navigation>li>ul>li>ul>li a:hover { color: #fff; background: #3648b2; padding-left: 20px; } .main-menu .navigation>li.dropdown:hover>ul { visibility: visible; opacity: 1; } .main-menu .navigation li>ul>li.dropdown:hover ul { visibility: visible; opacity: 1; left: 100%; top: 0%; } .main-menu .navbar-collapse>ul li.dropdown .dropdown-btn { position: absolute; right: 10px; top: 0; width: 50px; height: 43px; border-left: 1px solid rgba(255, 255, 255, 0.1); text-align: center; font-size: 16px; line-height: 43px; color: #ffffff; cursor: pointer; z-index: 5; display: none; } .navbar-header { display: none; } .main-header .menu-right-content { position: relative; float: left; margin-left: 65px; margin-top: 34px; } .main-header .cart-box-outer{ position: relative; display: inline-block; top: 10px; } .main-header .cart-box-outer a{ position: relative; display: inline-block; font-size: 16px; color: #ffffff; z-index: 1; } .main-header .cart-box-outer .number{ position: absolute; top: -11px; right: -17px; width: 22px; height: 22px; line-height: 22px; font-size: 14px; background: #2ba2ff; text-align: center; border-radius: 50%; z-index: -1; } .main-header.style-two .cart-box-outer .number{ background: #fb8470; } /* ====================== search box btn ===========================*/ .main-header .search-box-outer { position: relative; margin: 8px 19px 0px 32px; display: inline-block; vertical-align: middle; } .main-header .search-box-btn { position: relative; font-size: 16px; line-height: 28px; color: #ffffff; cursor: pointer; display: inline-block; background: transparent; } .main-header .header-upper.dark .search-box-btn { color: #fff; } .main-header .search-box-outer .dropdown-menu { top: 40px !important; padding: 0px; width: 330px; border-radius: 0px; background: #ffffff; right: 0; left: auto !important; transform: translate3d(0px, 0px, 0px) scale3d(0.8,0.8,0.8) !important; border-color: transparent; border-radius: 3px; box-shadow: 7px 5px 30px 0 rgba(72,73,121,0.15); transition: .5s ease; display: block; opacity: 0; visibility: hidden; } .main-header .search-box-outer .show .dropdown-menu { display: block; transform: scale3d(1,1,1)!important; opacity: 1; visibility: visible; } .main-header .search-panel .form-container { padding: 30px; } .main-header .search-panel .form-group { position: relative; margin: 0px; } .main-header .search-panel input[type="text"], .main-header .search-panel input[type="search"], .main-header .search-panel input[type="password"], .main-header .search-panel select { display: block; width: 100%; line-height: 24px; padding: 9px 50px 9px 15px; height: 50px; border: 1px solid #f3f5fe; border-radius: 3px; background: #f3f5fe; } .main-header .search-panel input:focus, .main-header .search-panel select:focus { border-color: #f3f5fe; } .main-header .search-panel .search-btn { position: absolute; right: 1px; top: 1px; width: 50px; height: 48px; text-align: center; color: #111111; background: #f3f5fe; font-size: 14px; border-radius: 0px 3px 3px 0px; cursor: pointer; } .dropdown-toggle::after { display: none; } /*Sticky Header*/ .sticky-header { position: fixed; opacity: 0; visibility: hidden; left: 0px; top: 0px; width: 100%; padding: 0px 0px; background: #ffffff; z-index: 0; border-bottom: 1px solid #e0e0e0; transition: all 500ms ease; -moz-transition: all 500ms ease; -webkit-transition: all 500ms ease; -ms-transition: all 500ms ease; -o-transition: all 500ms ease; } .sticky-header .logo { padding: 21px 0px; } .fixed-header .sticky-header { z-index: 999; opacity: 1; visibility: visible; -ms-animation-name: fadeInDown; -moz-animation-name: fadeInDown; -op-animation-name: fadeInDown; -webkit-animation-name: fadeInDown; animation-name: fadeInDown; -ms-animation-duration: 500ms; -moz-animation-duration: 500ms; -op-animation-duration: 500ms; -webkit-animation-duration: 500ms; animation-duration: 500ms; -ms-animation-timing-function: linear; -moz-animation-timing-function: linear; -op-animation-timing-function: linear; -webkit-animation-timing-function: linear; animation-timing-function: linear; -ms-animation-iteration-count: 1; -moz-animation-iteration-count: 1; -op-animation-iteration-count: 1; -webkit-animation-iteration-count: 1; animation-iteration-count: 1; } /* Megamenu */ .main-header .container { position: relative; } .main-menu { position: inherit; } .main-menu .navigation { position: inherit; } .main-menu .navigation>li { position: inherit; } .main-menu .navigation .megamenu { position: absolute; right: 0px; top: 100%; width: 100%; max-width: 1140px; padding: 60px 50px 20px 50px; margin: 0 auto; max-height: 700px; overflow-y: auto; z-index: 100; display: none; background: #ffffff; box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1); } .main-menu .navigation .megamenu .inner-column{ position: relative; display: block; margin-bottom: 40px; } .main-menu .navigation .megamenu .inner-column h4{ position: relative; display: block; font-size: 18px; line-height: 28px; font-family: 'Muli', sans-serif; font-weight: 600; color: #2f2f2f; margin-bottom: 17px; } .main-menu .navigation .megamenu .inner-column h4 a{ position: relative; display: inline-block; color: #2f2f2f; font-family: 'Muli', sans-serif; } .main-menu .navigation .megamenu .inner-column h4 a:hover{ color: #ff3d3d; } .main-menu .navigation .megamenu .inner-column img{ position: relative; display: block; width: 100%; box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.1); transition: all 500ms ease; } .main-menu .navigation .megamenu .inner-column .image a{ padding: 0px; } .main-menu .navigation .megamenu .inner-column img:hover{ transform: translateY(-15px); } .main-menu .navigation>li.dropdown:hover .megamenu { visibility: visible; opacity: 1; } .main-menu .navigation>li> .megamenu li { position: relative; width: 100%; padding-left: 20px; } .main-menu .navigation>li> .megamenu li>a { position: relative; display: block; padding: 8px 15px; line-height: 24px; padding-left: 0; font-weight: 600; font-size: 15px; color: #636161; text-align: left; padding-right: 0px !important; text-transform: capitalize; transition: all 500ms ease; -moz-transition: all 500ms ease; -webkit-transition: all 500ms ease; -ms-transition: all 500ms ease; -o-transition: all 500ms ease; font-family: 'Muli', sans-serif; } .main-menu .navigation>li> .megamenu li:last-child a { border-bottom: none; } .main-menu .navigation>li> .megamenu li>a:hover { color: #ff3d3d; } .main-menu .navigation>li> .megamenu .inner-column .submenu-title{ position: relative; display: block; font-size: 18px; font-family: 'Muli', sans-serif; color: #2f2f2f; font-weight: 600; text-transform: uppercase; text-align: left; padding-left: 20px; margin-bottom: 15px; } .main-menu .navigation>li> .megamenu .inner-column .submenu-title:before{ position: absolute; content: ''; background-image: -webkit-linear-gradient(-3deg, #ff9fee 0%, #edaafc 100%); width: 10px; height: 10px; border-radius: 50%; left: 0px; top: 9px; } /* =============== Mobile menu ===================== */ @media only screen and (max-width: 1200px) { .main-menu .navigation>li.dropdown:after { right: 7px; } .main-menu .navigation>li.dropdown a { padding-right: 20px; } .main-menu .navigation>li>a { padding: 40px 3px; } .main-menu .navigation>li.dropdown:before { display: none; } .main-menu .navigation>li.dropdown:hover:after, .main-menu .navigation>li.current.dropdown:after { color: #222; } .main-header .sticky-header .main-menu .navigation>li:hover>a, .main-header .sticky-header .main-menu .navigation>li.current>a, .main-header .sticky-header .main-menu .navigation>li.current-menu-item>a { color: #222; background: transparent !important; } } @media only screen and (max-width: 991px) { .main-menu .navigation>li> .megamenu .row{ margin: 0px; } .main-menu .navigation .megamenu { position: relative; } .fixed-header .sticky-header { display: none!important; } .main-menu .navbar-header { position: relative; float: none; display: block; text-align: left; width: 100%; top: 0px; z-index: 12; } .main-header .logo-outer { padding: 15px 0 25px; text-align: center; width: 100%; } .main-header .header-upper .upper-right { position: relative; padding-top: 0px; width: 100%; } .main-header .main-menu { width: 100%; } .main-menu .navbar-header .navbar-toggle { display: inline-block; z-index: 7; float: none; padding: 4px 5px; cursor: pointer; margin: 0px 0px 10px 0px; border-radius: 0px; background: #fff; } .main-menu .navbar-header .navbar-toggle .icon-bar { background: #2ba2ff; height: 2px; width: 29px; display: block; margin: 7px 5px; } .main-menu .collapse { max-height: 310px; max-width: none; overflow: auto; float: none; width: 100%; padding: 0px 0px 0px; border: none; margin: 0px; -ms-border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; box-shadow: none; } .main-menu .navbar-collapse { max-height: 310px; } .main-menu .navbar-collapse>.navigation { float: none !important; margin: 0px !important; width: 100% !important; background: #333; border: 1px solid #ffffff; border-top: none; } .main-menu .navbar-collapse>.navigation>li { position: relative; margin: 0px !important; float: none !important; width: 100%; } .main-menu .navigation>li>a, .main-menu .navigation>li>ul:before { border: none; } .main-menu .navbar-collapse>.navigation>li>a { padding: 10px 10px !important; border: none !important; } .main-menu .navigation li.dropdown>a:after, .main-menu .navigation>li.dropdown>a:before, .main-menu .navigation>li>ul>li>a::before, .main-menu .navigation>li>ul>li>ul>li>a::before { color: #ffffff !important; right: 15px; font-size: 16px; display: none !important; } .main-menu .navbar-collapse>.navigation>li>ul, .main-menu .navbar-collapse>.navigation>li>ul>li>ul { position: relative; border: none; float: none; visibility: visible; opacity: 1; display: none; margin: 0px; padding: 0px; left: auto !important; right: auto !important; top: auto !important; width: 100%; background: #333333; -webkit-border-radius: 0px; -ms-border-radius: 0px; -o-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; transition: none !important; -webkit-transition: none !important; -ms-transition: none !important; -o-transition: none !important; -moz-transition: none !important; box-shadow: none !important; } .main-menu .navbar-collapse>.navigation>li>ul, .main-menu .navbar-collapse>.navigation>li>ul>li>ul { /* border-top:1px solid rgba(255,255,255,1) !important; */ } .main-menu .navbar-collapse>.navigation>li, .main-menu .navbar-collapse>.navigation>li>ul>li, .main-menu .navbar-collapse>.navigation>li>ul>li>ul>li { border-top: 1px solid rgba(255, 255, 255, 0.1) !important; opacity: 1 !important; top: 0px !important; padding-top: 0; padding-bottom: 0; left: 0px !important; visibility: visible !important; border-bottom: none; } .main-menu .navbar-collapse>.navigation>li:first-child { border: none; } .main-menu .navbar-collapse>.navigation>li>a, .main-menu .navbar-collapse>.navigation>li>ul>li>a, .main-menu .navbar-collapse>.navigation>li>ul>li>ul>li>a { padding: 10px 20px !important; line-height: 22px; color: #fff; text-align: left; min-height: 0px; } .main-menu .navbar-collapse>.navigation>li>a:hover, .main-menu .navbar-collapse>.navigation>li>a:active, .main-menu .navbar-collapse>.navigation>li>a:focus { /* background:#ff4747; */ } .main-menu .navbar-collapse>.navigation>li:hover>a, .main-menu .navbar-collapse>.navigation>li>ul>li:hover>a, .main-menu .navbar-collapse>.navigation>li>ul>li>ul>li:hover>a, .main-menu .navbar-collapse>.navigation>li.current>a, .main-menu .navbar-collapse>.navigation>li.current-menu-item>a { /* background:#ff4747; */ color: #ffffff !important; } .main-menu .navbar-collapse>.navigation li.dropdown .dropdown-btn { display: block; } .main-menu .navbar-collapse>.navigation li.dropdown:after, .main-menu .navigation>li>ul:before, .main-header .info-box:after, .services-section-two .owl-dots { display: none !important; } /* search outer */ .main-header .menu-right-content { position: absolute; right: 0px; top: -7px; margin-top: 0px; z-index: 15; } .main-header .search-box-outer .dropdown-menu { top: 53px !important; } } /** hidden-sidebar **/ .main-header .nav-toggler{ position: relative; float: right; margin-left: 0px; margin-top: 4px; } .main-header .nav-toggler .nav-btn{ position: relative; display: inline-block; cursor: pointer; background: transparent; } .main-header .nav-toggler .nav-btn .icon-bar{ background: #ffffff; height: 1px; width: 35px; display: block; margin: 7px 0px; transition: all 500ms ease; } .main-header .nav-toggler .nav-btn .icon-bar:last-child, .main-header .nav-toggler .nav-btn:hover .icon-bar:first-child{ width: 25px; } .main-header .nav-toggler .nav-btn:hover .icon-bar:last-child{ width: 35px; } .hidden-bar{ position: fixed; right: -350px; top: 0px; width: 350px; height:100%; overflow-y:auto; border-left: 1px solid #231b26; z-index: 99999; opacity: 0; background-color: #150f17; visibility: hidden; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; } .side-content-visible .hidden-bar{ right:0px; opacity:1; visibility:visible; } .hidden-bar .inner-box{ position:relative; background-color: #150f17; padding:100px 40px 50px; } .hidden-bar .inner-box .cross-icon{ position:absolute; right:30px; top:30px; cursor:pointer; color:#ffffff; font-size:20px; transition: all 500ms ease; } .hidden-bar .inner-box .cross-icon:hover{ transform: rotate(360deg); } .hidden-bar .inner-box h2{ position:relative; font-size:28px; font-weight:600; line-height:1.2em; color:#ffffff; margin-bottom:30px; } .mCSB_inside>.mCSB_container{ margin-right: 0; } /*Appointment Form*/ .hidden-bar .appointment-form{ position:relative; } .hidden-bar .appointment-form .form-group{ position:relative; margin-bottom:15px; } .hidden-bar .appointment-form input[type="text"], .hidden-bar .appointment-form input[type="email"], .hidden-bar .appointment-form textarea{ position:relative; display:block; width:100%; line-height:23px; padding:10px 25px; height:45px; color:#ffffff; font-size:16px; border:1px solid rgba(255,255,255,0.10); background:none; transition:all 300ms ease; -ms-transition:all 300ms ease; -webkit-transition:all 300ms ease; } .hidden-bar .appointment-form input::placeholder, .hidden-bar .appointment-form textarea::placeholder{ color:#bdbdbd; } .hidden-bar .appointment-form input:focus, .hidden-bar .appointment-form textarea:focus{ border-color: #2ba2ff; } .hidden-bar .appointment-form textarea{ height:135px; resize:none; } .hidden-bar .appointment-form .form-group button{ width: 100%; } .contact-info-box{ position:relative; padding-top:50px; } .contact-info-box .info-list{ position:relative; padding-bottom:18px; margin-bottom:25px; } .contact-info-box .info-list li{ position: relative; display: block; margin-bottom: 8px; } .contact-info-box .info-list li:last-child{ margin-bottom: 0px; } .contact-info-box .info-list li a{ position:relative; color:#ffffff; font-size:18px; font-weight:500; margin-bottom:5px; } .contact-info-box .info-list:before{ position:absolute; content:''; left:0px; bottom:0px; width:50px; height:1px; background-color:#ffffff; } .contact-info-box .social-list{ position:relative; } .contact-info-box .social-list li{ position:relative; width:50%; float:left; margin-bottom:6px; display:inline-block; } .contact-info-box .social-list li a{ position:relative; font-size:15px; font-weight:500; color:#2ba2ff; transition:all 0.3s ease; -moz-transition:all 0.3s ease; -webkit-transition:all 0.3s ease; -ms-transition:all 0.3s ease; -o-transition:all 0.3s ease; } .contact-info-box .social-list li a:hover{ color:#ffffff; } .form-back-drop{ position:fixed; right:0px; top:0px; width:100%; height:100%; opacity:0; background:rgba(0,0,0,0.70); visibility:hidden; z-index:9990; transition:all 0.5s ease; -moz-transition:all 0.5s ease; -webkit-transition:all 0.5s ease; -ms-transition:all 0.5s ease; -o-transition:all 0.5s ease; } .side-content-visible .form-back-drop{ opacity:1; visibility:visible; } /** header-style-two **/ .main-header.style-two .menu-right-content{ margin-left: 265px; } /** header-style-three **/ .main-header.style-three .logo-box { margin-right: 57px; } .main-header.style-three .language{ top: 5px; } .main-header.style-three .menu-right-content { margin-left: 25px; } .main-header.style-three .logo-box{ padding: 22px 0px; } .main-header.style-three .nav-toggler .nav-btn .icon-bar:first-child, .main-header.style-four .nav-toggler .nav-btn .icon-bar:first-child{ width: 25px; } /** header-style-four **/ .main-header.style-four .logo-box img{ transition: all 500ms ease; } .main-header.style-four .logo-box:hover img{ transform: rotate(360deg); } .main-header.style-four .cart-box-outer .number{ background: #01e1ff; } .main-header.style-four .logo-box{ padding: 21px 0px; margin-right: 0px; } .main-header.style-four .nav-toggler .nav-btn{ position: relative; display: inline-block; width: 53px; height: 53px; line-height: 53px; text-align: center; background: #b954ff; border-radius: 50%; } .main-header.style-four .nav-toggler .nav-btn .icon-bar{ position: relative; left: 10px; } .main-header.style-four .nav-toggler { margin-top: -7px; } .main-header.style-four .search-box-outer { margin-right: 33px; } /** header-style-five **/ .main-header.style-five .main-menu .navigation>li>a{ color: #2f2f2f; } .main-header.style-five .cart-box-outer a{ color: #2f2f2f; } .main-header.style-five .cart-box-outer .number{ color: #fff; } .main-header.style-five .search-box-btn{ color: #2f2f2f; } .main-header.style-five .logo-box{ margin: 0px; padding: 20px 0px; margin-bottom: -60px; } .main-header.style-five .logo-box img{ position: relative; display: inline-block; } .main-header.style-five .menu-right-content{ margin-top: 32px; margin-left: 25px; } .main-header.style-five .nav-toggler .nav-btn .icon-bar{ position: relative; left: 10px; background: #2f2f2f; } .main-header.style-five .nav-toggler .nav-btn{ position: relative; display: inline-block; width: 53px; height: 53px; line-height: 53px; text-align: center; background: #fef7ff; border-radius: 50%; } .main-header.style-five .nav-toggler{ margin-top: -7px; } .main-header.style-five .search-box-outer { margin-right: 33px; } .main-header.style-five .nav-toggler .nav-btn .icon-bar:first-child{ width: 25px; } /** header-style-six **/ .main-header.style-six .nav-toggler .nav-btn .icon-bar{ background: #ff3d3d; } .main-header.style-six .nav-toggler .nav-btn { position: relative; display: inline-block; width: 53px; height: 53px; line-height: 53px; text-align: center; background: #fff; border-radius: 50%; box-shadow: 2px 20px 30px rgba(0, 0, 0, 0.10); } .main-header.style-six .nav-toggler .nav-btn .icon-bar { position: relative; left: 10px; } .main-header.style-six .nav-toggler .nav-btn .icon-bar:first-child { width: 25px; } .main-header.style-six .logo-box { padding: 24px 0px; margin-right: 0px; } .main-header.style-six .menu-right-content{ margin-top: 24px; margin-left: 0px; } /** hidden-bar-menu **/ .hidden-bar .side-menu { background-color: transparent; padding: 0; font-family: 'Muli', sans-serif; font-size:12px; letter-spacing:1px; } .hidden-bar .side-menu ul li ul a { background: transparent; } .hidden-bar .side-menu ul li ul li ul li a { background: transparent; } .hidden-bar .side-menu li.current > a { color: #fff; } .hidden-bar .side-menu ul li{ position: relative; display: block; } .hidden-bar .side-menu ul li a { position: relative; background: transparent; color: #fff; display: block; font-size: 16px; font-family: 'Muli', sans-serif; font-weight: 500; text-transform: uppercase; border-bottom: 1px solid #ffffff; padding: 15px 0px; transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; } .hidden-bar .side-menu ul li a .btn.expander { background: none; color: #fff; padding: 4px 12px; font-size: 14px; border-radius: 0px; position: absolute; border: 1px solid #ffffff; top: 15px; right: 0px; outline: none; } .hidden-bar .side-menu ul li a .btn:focus{ box-shadow: none; } .hidden-bar .navigation > li{ display: block; } .hidden-bar .logo-box{ position: relative; display: block; padding-bottom: 30px; border-bottom: 1px solid rgba(255, 255, 255, 0.20); margin-bottom: 60px; } /** header-style-seven **/ .main-header.style-seven{ position: relative; } .main-header.style-seven .main-menu .navigation>li>a{ color: #34263c; padding-top: 52px; } .main-header.style-seven .cart-box-outer a, .main-header.style-seven .search-box-btn{ color: #2f2f2f; } .main-header.style-seven .cart-box-outer .number{ background: #ff3d3d; color: #fff; } .main-header.style-seven .nav-toggler .nav-btn { position: relative; display: inline-block; width: 53px; height: 53px; line-height: 53px; text-align: center; background: #fff; border-radius: 50%; box-shadow: 2px 20px 30px rgba(0, 0, 0, 0.10); } .main-header.style-seven .nav-toggler .nav-btn .icon-bar:first-child { width: 25px; } .main-header.style-seven .nav-toggler .nav-btn .icon-bar { background: #ff3d3d; } .main-header.style-seven .nav-toggler .nav-btn .icon-bar { position: relative; left: 10px; } .main-header.style-seven .nav-toggler{ margin-top: -6px; } .main-header.style-seven .menu-right-content{ margin-left: 320px; } .main-header.style-seven .logo-box { margin: 0px; padding: 20px 0px; margin-bottom: -60px; } .main-header.style-seven.portfolio-single-3 .main-menu .navigation>li>a, .main-header.style-seven.portfolio-single-3 .cart-box-outer a, .main-header.style-seven.portfolio-single-3 .search-box-btn, .main-header.style-seven.portfolio-single-4 .main-menu .navigation>li>a, .main-header.style-seven.portfolio-single-4 .cart-box-outer a, .main-header.style-seven.portfolio-single-4 .search-box-btn{ color: #fff; } .main-header.style-seven.portfolio-single-3 .nav-toggler .nav-btn{ background: #c163ff; } .main-header.style-seven.portfolio-single-3 .nav-toggler .nav-btn .icon-bar, .main-header.style-seven.portfolio-single-4 .nav-toggler .nav-btn .icon-bar{ background: #fff; } .main-header.style-seven.portfolio-single-4 .nav-toggler .nav-btn{ background: #a37bef; } .main-header.style-seven.review-page{ padding-bottom: 380px; } .main-header.pricing-page .main-menu .navigation>li>a, .main-header.pricing-page .cart-box-outer a, .main-header.pricing-page .search-box-btn{ color: #fff; } .main-header.blog-single .main-menu .navigation>li>a, .main-header.blog-single .cart-box-outer a, .main-header.blog-single .search-box-btn{ color: #fff; }
0.249813
0.042742
body { padding-top:50px; background-color: #252525; color: #DDDDDD; } a:hover { color: #f49500; text-decoration: none; } a{color:#52B3EA} #txTable a { color:#DDD; } #txtAmount { /*font-size: 24px;*/ } #confirmBox { background-color: #053442; border-radius: 9px; margin-bottom: 10px; padding: 10px; color: #727594; } #confirmAmountLine, #confirmAddress { color: #DDD; font-size: 20px; } #confirmBody { text-align: center; } #confirmAddress { font-size: 18px; } .addonBox, .addonBox2 { /*width: 8px;*/ width: 30px; display: inline-block; font-size: 20px; vertical-align: middle; line-height: 20px; position: relative; top: 1px; } .glyphicon-sort { font-size: 9px; color: #999; } #changeType, #changeType2 { cursor: pointer; position: relative; padding-left: 10px; padding-right: 16px; } #code { position: absolute; margin-left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); -moz-transform: translateX(-50%); z-index: 10000; color: rgba(255, 255, 255, 0.17); top: 10px; } #oneNameInfo { display: block; position: absolute; right: 5px; color: #5F5F5F; z-index: 1000; font-size: 12px; top: 6px; } #oneNameName { display: inline-block; vertical-align: middle; } #oneNameImg { display: inline-block; } #minerTxt { margin-top: 15px; color: #727594; } #oneNameImg img { width: 24px; height: 24px; } #settingsChoices { text-align: left; } .settingsChoice { border: 2px solid #3F4056; width: 110px; height: 122px; color: #70717D; float: left; margin-right: 20px; cursor: pointer; border-radius: 4px; } .settingsChoice:hover { border: 2px solid #F49500; color: #F49500; } .settingsChoiceText { text-align: center; } .settingsChoiceIcon { height: 47px; width: 52px; margin: 12px auto; } /* #choiceCurrency:hover .settingsChoiceIcon { background: url(img/currency-on.png); background-size: cover; } #choiceCurrency .settingsChoiceIcon { background: url(img/currency-off.png); background-size: cover; } #choiceMining .settingsChoiceIcon { background: url(img/miner-off.png); background-size: cover; } */ #choiceExport .settingsChoiceIcon { font-size: 48px; margin-top: 10px; margin-bottom: 14px; margin-left: 32px; } #choiceCurrency .settingsChoiceIcon { font-size: 48px; margin-top: 10px; margin-bottom: 14px; margin-left: 32px; } #choiceMining .settingsChoiceIcon { font-size: 48px; margin-top: 10px; margin-bottom: 14px; margin-left: 32px; } #settingsExport { text-align: left; } .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control { cursor: default; } #settingsExport label:not(:first-child) { margin-top: 10px; } /* #choiceMining:hover .settingsChoiceIcon { background: url(img/miner-on.png); background-size: cover; } */ #settingsTitle { cursor: pointer; display: inline-block; } #settingsMining { text-align: left; display: none; } #settingsMiningInfo { margin-bottom: 10px; } #settingsTitle .glyphicon { display: none; font-size: 12px; } .miningOption { padding: 10px 0; } .miningOptionLeft { width: 100px; height: 60px; float: left; text-align: center; cursor: pointer; } .miningOptionRight { font-size: 13px; color: #969696; line-height: 16px; float: left; max-width: 250px; margin-left: 20px; margin-top: 10px; } .settingsOption { width: 20px; height: 20px; display: inline-block; background-color: #FFF; border-radius: 10px; border: 4px solid #5A5B63; margin-top: 10px; cursor: pointer; } .optionActive { background-color: #52B3EA; } .display { visibility:hidden; } .preview { /*background:url(../img/iphone.png);*/ background:url(/img/iphone.png); width:419px; height:874px; padding-top:125px; padding-left:28px; margin:0 auto; } .banner { background: #053442; border:0; border-bottom: 1px solid #3F4057; } .banner .navbar-brand { color:#fc8c14; } img { max-width:100%; } #qrlink { color: #555; } #currencySelect { width: 90px; text-align: center; margin-left: 10px; display: inline-block; } #settingsModal label { font-size: 16px; } .hand { font-size:120px; text-align:center; display:block; } #sendBox, #receiveBox { display: none; margin: 0 auto; padding: 10px 10px 1px 10px; /* margin-top: 10px; */ border-radius: 0 0 7px 7px; color: #FFF; background-color: #053442; } .tabsOn { border-radius: 7px 7px 0 0 !important; } #receiveBox { /*border: 1px solid #1EAAE2;*/ } #sendBox { /*border: 1px solid #52b3ea;*/ } #sendBoxBtn { margin-left: 1%; } .address { display:block; background:#5d5d5d; color:#FFF; text-align:center; font-size:12px; padding:15px 0; } .address .fa { padding:0 5px; } .coin { font-size:6px; } section.dark { padding-top:10px; padding-bottom:10px; /*background:url(../img/tiny_grid.png);*/ background-repeat:repeat; } .abalance { background:#222; color:#0fb74d; border:0; font-size:18px; padding:10px; } .balance { border: 0; font-size: 28px; color: #568BD4; } .currency { font-size:14px; color:#aaa; } .address-label { color:#FCFCFC; font-size:18px; } #generate, #wallet, #txList, #errorBox { display: none; } .drawer { /*background:url(../img/dark_fish_skin.png);*/ background:url(/img/dark_fish_skin.png); background-repeat:repeat; -webkit-box-shadow:inset 0 2px 5px rgba(0,0,0,0.4); -moz-box-shadow:inset 0 2px 5px rgba(0,0,0,0.4); box-shadow:inset 0 2px 5px rgba(0,0,0,0.4); color:#bcbcbc; padding:15px 10px; } #addresslist a { color:#bcbcbc; display:block; padding:5px; } .tools { position:absolute; right:10px; top:5px; } .tools a { font-size:28px; margin-left:15px; color:#777; } .qr-link { font-size:38px; margin: 10px; float: right; padding: 7px; background-color: #FFF; border-radius: 4px; width: 40%; max-width: 214px; } .qr-link a { color:#222; } #createPassword, #openPassword { padding: 10px; display: none; margin-bottom: 10px; background-color: #053442; border-radius: 10px; } #createPasswordTxt, #openPasswordTxt { /*width: 1004px;*/ display: inline-block; font-size: 24px; } #loginError { display: none; margin-top: 10px; background-color: #DF2C07; color: #FFF; border-radius: 7px; } #passwordCheckBox { margin-bottom:10px; text-align: center; color: #ddd; } .infoTitle { color: #52B3EA; margin-top: 20px; } .infoText { font-size: 13px; } #infoModal .modalBox { text-align: left; } .container { max-width: 750px; padding: 10px; width: inherit !important; } #leadTxt { text-align: center; width: 100%; margin-bottom: 23px; } #passBox { text-align: center; margin-bottom: 20px; background-color: #053442; border-radius: 7px; padding: 10px; margin: 10px 10px 20px 10px; color: #999; } .KKBrand { font-family: 'Jockey One', sans-serif; position: absolute; /*left: 146px;*/ left: 12px; top: 18px; z-index: 5000; color: #0C7392; font-size: 15px; cursor: pointer; } #info { position: absolute; right: 10px; top: 15px; font-size: 17px; color: #0C7392; cursor: pointer; } #price { position: absolute; right: 56px; top: 18px; font-size: 13px; color: #64657A; display: none; } .bigQR { position: fixed; max-width: 640px; max-height: 1000px; width: 90% !important; /* height: 100%; */ margin-left: 50%; top: 70px; left: 0; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); transform: translateX(-50%); z-index: 50000; border: 7px solid #0D0E14; padding: 3px; background-color: #FFF; border-radius: 9px; } #settings { position: absolute; right: 32px; top: 15px; font-size: 17px; color: #64657A; cursor: pointer; } #info:hover, #settings:hover{ /*color: #F49500 !important;*/ color: #1EAAE2 !important; } .KKCheck { display: inline-block; width: 19px; height: 19px; background-color: #252525; border-radius: 3px; padding: 2px; position: absolute; left: -25px; cursor: pointer; } #passBoxTxt { position: relative; width: 185px; margin: 0 auto; cursor: pointer; } .KKCheckInner { width: 15px; height: 15px; background-color: #DDD; border-radius: 3px; line-height: 16px; color: #FFF; font-size: 10px; } #checkIcon { display: none; } .KKBrand:hover { color: #797a85 !important; } .checkGreen { background-color: #68cc68; } .brand { position: absolute; top: 14px; z-index: 50000; left: 12px; } #reader { display: none; margin:0 auto; } #tapBox { border: 5px dashed #5B5C5D; border-radius: 20px; margin-bottom: 20px; margin-right: 10px; margin-left: 10px; text-align: center; position: relative; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; padding: 30px 0 30px 0; } #progressLockBox { /*background-color: #222325;*/ background-color: #252525; display: inline-block; display: none; } #progressLockImg { z-index: 5; position: relative; } #progressFill { position: absolute; background-color: #1EAAE2; bottom: 31px; width: 235px; z-index: 1; } #tapGif { margin-top: 23px; } #addressTxt { /*color: #4D4E60;*/ color: #0C7392; font-size: 11px; font-weight: bold; margin-bottom: 3px; } #fiatPrice, #fiatPrice2, #fiatPriceFee { font-size: 12px; position: absolute; right: 64px; color: #A8A8A8; display: block; z-index: 5; top: 9px; } #fiatPrice2 { right: 92px; } #fiatPriceFee { right: 5px; } #addressBox { background-color: #053442; border-radius: 7px; padding: 10px; text-align: center; color: #DDD; position: relative; } #feeHolder { width: 170px; margin-top: 5px; display: none; } #saveURL { background-color: #1EAAE2; border-radius: 7px; padding: 10px; text-align: center; color: #FFF; position: relative; margin-bottom: 10px; display: none; text-shadow: 1px 1px 1px #053442; } #passwordInfo { color: #<PASSWORD>; font-size: 16px; margin-left: 5px; } #walletInfo { background-color: #053442; margin: 10px 0 10px 0; border-radius: 7px; } .tabButton { width: 49.5%; background-color: #0C7392; float: left; /*border: 1px solid #6A6B7E;*/ border-radius: 7px; color: #FFF; padding: 20px; text-align: center; font-size: 19px; cursor:pointer; } .tabButton.active { background-color: #053442; /*border: 1px solid #48495d;*/ color: #f49500; } #sendBoxBtn.active { color: #52b3ea !important; } #sendBoxBtn:hover { color: #52b3ea !important; } .qrimage { width: 200px; } #txBox { display: none; border: 0; } #txTitle { margin: 10px; text-align: center; font-size: 19px; font-weight: bold; } .break { width: 100%; height: 0px; border-top: 1px solid #053442; border-bottom: 1px solid #494949; } #noTx { margin-top: 10px; text-align: center; color: #525367; } #settingsCurrency { display: none; } #infoLogo { width: 150px; margin: 15px 0; } .btn, .form-control { border-radius: 0; } .actionText { margin-bottom: 5px; margin-top: -5px; } #sendIcon { margin-bottom: 3px; } #addressInfo { position: absolute; left: 50%; -webkit-transform: translatex(-50%); background-color: #F0A00F; padding: 5px; border-radius: 5px; bottom: -30px; color: #000; } #leftInfo { padding: 10px; float: left; width: 52%; min-width: 145px; position: absolute; top: 50%; -webkit-transform: translatey(-50%); -moz-transform: translatey(-50%); transform: translatey(-50%); } .btnIcon { width: 18px; margin-top: -8px; } #tableHeader { background-color: #053442; } .txid { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; width: 50px; } .time { color: #818181; } #passBtn { background-color: #0C7392; /* border: 1px solid #6A6B7E; */ border-radius: 7px; color: #FAFAFA; padding: 10px; text-align: center; font-size: 13px; cursor: pointer; border: 0; margin-left: 50%; -webkit-transform: translatex(-50%); margin-bottom: 20px; } #passBtn:hover .hl { color: #1EAAE2; } #qrInstall { background-color: #171823; padding: 5px; border-radius: 5px; margin-bottom: 10px; position: relative; display: none; } .qrInstallTitle { margin-bottom: 10px; float: left; } #qrInstallX { float: right; } #qrInstallInfo { color: #7A7A7A; /*float: left;*/ width: 180px; } #qrInstallIcon { position: absolute; right: 5px; bottom: 5px; cursor: pointer; } #qrInstallIcon img { width: 85px; } /* RIPPLE */ .ripples { position: relative; display: block; width: 230px; height: 130px; margin: 20px auto 33px auto; -webkit-transform: translateX(40%); transform: translateX(40%); -moz-transform: translateX(40%); -webkit-transform: translate3d(40%,38%,0); -moz-transform: translate3d(40%,38%,0); transform: translate3d(40%,38%,0); } .ripple { border: 1px solid #9698b3; width: 50px; height: 50px; border-radius: 50px; position: absolute; } .ripple-1 { -webkit-animation: ripple 2s linear infinite; } .ripple-2 { -webkit-animation: ripple 2s linear infinite 0.75s; } .ripple-3 { -webkit-animation: ripple 2s linear infinite 1.5s; } @-webkit-keyframes ripple { from { -webkit-transform: scale(0); opacity: 1; } to { -webkit-transform: scale(3); opacity: 0; } } /* End Ripple */ @media all and (max-width: 450px) { #address { font-size: 12px; } #oneNameInfo { display: none !important; } #confirmAddress { font-size: 12px; } .miningOptionLeft { width: 75px; } .miningOptionRight { max-width: 170px; } } @media all and (max-width: 530px) { #price{ top: 21px; } .balance { font-size: 22px; } #leadTxt { font-size: 13px; } } /*@media all and (max-width: 530px) { .qr-link { float: none; clear: both; width: 200px; margin: 0 auto; margin-bottom: 10px; } #leftInfo { margin-top: 0px; float: none; margin: 0 auto; clear: both; width: 221px; } }*/ #txTable thead tr:first-child, #txTable thead tr:last-child { border-radius: 7px; } .modalTitle { background-color: #053442; padding: 5px; border-radius: 7px; text-align: left; position: relative; margin-bottom: 10px; } .closeModal { right: 6px; position: absolute; top: 6px; cursor: pointer; } /* Overrides */ .input-group-addon { border-radius: 0; } .modal-backdrop, .modal { /*position: absolute;*/ } .modal { margin-top: 30px; } label { font-weight: normal; } .modal-content { background-color: #252525; border-radius: 7px; } .modalBox { text-align: center; padding-bottom: 10px; } .orangeText { color: #DF8B26; margin-bottom: 15px; } .blueText { color: #57B4E8; } .modalBoxLeft { padding-bottom: 10px; } .alert { padding: 15px; border: 1px solid rgba(0, 0, 0, 0); border-radius: 4px; margin: 10px 0 10px 0; } #errorBox { background-color: #DF2C07; color: #FFF; border-radius: 7px; } #errorBox.green { background-color: #008000; } .table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td { padding: 8px; line-height: 1.428571429; vertical-align: top; border-top: 0; } .table>thead>tr>th { vertical-align: bottom; border-bottom: 0; } .table-hover>tbody>tr:hover>td, .table-hover>tbody>tr:hover>th { background-color: #0C7392; } /* Tap Animation*/ /* show tapping */ .tap { /*background-color: rgba(255, 255, 255, 0.5);*/ border: 2px solid rgba(255, 255, 255, 0.5); border-radius: 50%; height: 2em; margin: -2.5em 0 0 -2.5em; position: absolute; width: 2em; z-index: 999; -webkit-animation: tap 800ms; animation: tap 800ms; -webkit-transform: scale(.2); transform: scale(.2); } .orangeLinks a { color: #1EAAE2; } .tap2 { /*background-color: rgba(255, 255, 255, 0.5);*/ border: 2px solid rgba(255, 255, 255, 0.5); border-radius: 50%; height: 3em; margin:auto auto; margin-top: 12px; -webkit-transform: translatey(-50px); width: 3em; z-index: 999; -webkit-animation: tap 800ms; animation: tap 800ms; -webkit-transform: scale(.2); transform: scale(.2); } .tap3 { /*background-color: rgba(255, 255, 255, 0.5);*/ border: 2px solid rgba(255, 255, 255, 0.5); border-radius: 50%; height: 1em; margin:auto auto; margin-top: 12px; -webkit-transform: translatey(-50px); width: 1em; z-index: 999; -webkit-animation: tap 800ms; animation: tap 800ms; -webkit-transform: scale(.2); transform: scale(.2); } @-webkit-keyframes tap { 100% { -webkit-transform: scale(1); } } @keyframes tap { 100% { transform: scale(1); } } /* End anim */
public/static/mobile/files/main.css
body { padding-top:50px; background-color: #252525; color: #DDDDDD; } a:hover { color: #f49500; text-decoration: none; } a{color:#52B3EA} #txTable a { color:#DDD; } #txtAmount { /*font-size: 24px;*/ } #confirmBox { background-color: #053442; border-radius: 9px; margin-bottom: 10px; padding: 10px; color: #727594; } #confirmAmountLine, #confirmAddress { color: #DDD; font-size: 20px; } #confirmBody { text-align: center; } #confirmAddress { font-size: 18px; } .addonBox, .addonBox2 { /*width: 8px;*/ width: 30px; display: inline-block; font-size: 20px; vertical-align: middle; line-height: 20px; position: relative; top: 1px; } .glyphicon-sort { font-size: 9px; color: #999; } #changeType, #changeType2 { cursor: pointer; position: relative; padding-left: 10px; padding-right: 16px; } #code { position: absolute; margin-left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); -moz-transform: translateX(-50%); z-index: 10000; color: rgba(255, 255, 255, 0.17); top: 10px; } #oneNameInfo { display: block; position: absolute; right: 5px; color: #5F5F5F; z-index: 1000; font-size: 12px; top: 6px; } #oneNameName { display: inline-block; vertical-align: middle; } #oneNameImg { display: inline-block; } #minerTxt { margin-top: 15px; color: #727594; } #oneNameImg img { width: 24px; height: 24px; } #settingsChoices { text-align: left; } .settingsChoice { border: 2px solid #3F4056; width: 110px; height: 122px; color: #70717D; float: left; margin-right: 20px; cursor: pointer; border-radius: 4px; } .settingsChoice:hover { border: 2px solid #F49500; color: #F49500; } .settingsChoiceText { text-align: center; } .settingsChoiceIcon { height: 47px; width: 52px; margin: 12px auto; } /* #choiceCurrency:hover .settingsChoiceIcon { background: url(img/currency-on.png); background-size: cover; } #choiceCurrency .settingsChoiceIcon { background: url(img/currency-off.png); background-size: cover; } #choiceMining .settingsChoiceIcon { background: url(img/miner-off.png); background-size: cover; } */ #choiceExport .settingsChoiceIcon { font-size: 48px; margin-top: 10px; margin-bottom: 14px; margin-left: 32px; } #choiceCurrency .settingsChoiceIcon { font-size: 48px; margin-top: 10px; margin-bottom: 14px; margin-left: 32px; } #choiceMining .settingsChoiceIcon { font-size: 48px; margin-top: 10px; margin-bottom: 14px; margin-left: 32px; } #settingsExport { text-align: left; } .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control { cursor: default; } #settingsExport label:not(:first-child) { margin-top: 10px; } /* #choiceMining:hover .settingsChoiceIcon { background: url(img/miner-on.png); background-size: cover; } */ #settingsTitle { cursor: pointer; display: inline-block; } #settingsMining { text-align: left; display: none; } #settingsMiningInfo { margin-bottom: 10px; } #settingsTitle .glyphicon { display: none; font-size: 12px; } .miningOption { padding: 10px 0; } .miningOptionLeft { width: 100px; height: 60px; float: left; text-align: center; cursor: pointer; } .miningOptionRight { font-size: 13px; color: #969696; line-height: 16px; float: left; max-width: 250px; margin-left: 20px; margin-top: 10px; } .settingsOption { width: 20px; height: 20px; display: inline-block; background-color: #FFF; border-radius: 10px; border: 4px solid #5A5B63; margin-top: 10px; cursor: pointer; } .optionActive { background-color: #52B3EA; } .display { visibility:hidden; } .preview { /*background:url(../img/iphone.png);*/ background:url(/img/iphone.png); width:419px; height:874px; padding-top:125px; padding-left:28px; margin:0 auto; } .banner { background: #053442; border:0; border-bottom: 1px solid #3F4057; } .banner .navbar-brand { color:#fc8c14; } img { max-width:100%; } #qrlink { color: #555; } #currencySelect { width: 90px; text-align: center; margin-left: 10px; display: inline-block; } #settingsModal label { font-size: 16px; } .hand { font-size:120px; text-align:center; display:block; } #sendBox, #receiveBox { display: none; margin: 0 auto; padding: 10px 10px 1px 10px; /* margin-top: 10px; */ border-radius: 0 0 7px 7px; color: #FFF; background-color: #053442; } .tabsOn { border-radius: 7px 7px 0 0 !important; } #receiveBox { /*border: 1px solid #1EAAE2;*/ } #sendBox { /*border: 1px solid #52b3ea;*/ } #sendBoxBtn { margin-left: 1%; } .address { display:block; background:#5d5d5d; color:#FFF; text-align:center; font-size:12px; padding:15px 0; } .address .fa { padding:0 5px; } .coin { font-size:6px; } section.dark { padding-top:10px; padding-bottom:10px; /*background:url(../img/tiny_grid.png);*/ background-repeat:repeat; } .abalance { background:#222; color:#0fb74d; border:0; font-size:18px; padding:10px; } .balance { border: 0; font-size: 28px; color: #568BD4; } .currency { font-size:14px; color:#aaa; } .address-label { color:#FCFCFC; font-size:18px; } #generate, #wallet, #txList, #errorBox { display: none; } .drawer { /*background:url(../img/dark_fish_skin.png);*/ background:url(/img/dark_fish_skin.png); background-repeat:repeat; -webkit-box-shadow:inset 0 2px 5px rgba(0,0,0,0.4); -moz-box-shadow:inset 0 2px 5px rgba(0,0,0,0.4); box-shadow:inset 0 2px 5px rgba(0,0,0,0.4); color:#bcbcbc; padding:15px 10px; } #addresslist a { color:#bcbcbc; display:block; padding:5px; } .tools { position:absolute; right:10px; top:5px; } .tools a { font-size:28px; margin-left:15px; color:#777; } .qr-link { font-size:38px; margin: 10px; float: right; padding: 7px; background-color: #FFF; border-radius: 4px; width: 40%; max-width: 214px; } .qr-link a { color:#222; } #createPassword, #openPassword { padding: 10px; display: none; margin-bottom: 10px; background-color: #053442; border-radius: 10px; } #createPasswordTxt, #openPasswordTxt { /*width: 1004px;*/ display: inline-block; font-size: 24px; } #loginError { display: none; margin-top: 10px; background-color: #DF2C07; color: #FFF; border-radius: 7px; } #passwordCheckBox { margin-bottom:10px; text-align: center; color: #ddd; } .infoTitle { color: #52B3EA; margin-top: 20px; } .infoText { font-size: 13px; } #infoModal .modalBox { text-align: left; } .container { max-width: 750px; padding: 10px; width: inherit !important; } #leadTxt { text-align: center; width: 100%; margin-bottom: 23px; } #passBox { text-align: center; margin-bottom: 20px; background-color: #053442; border-radius: 7px; padding: 10px; margin: 10px 10px 20px 10px; color: #999; } .KKBrand { font-family: 'Jockey One', sans-serif; position: absolute; /*left: 146px;*/ left: 12px; top: 18px; z-index: 5000; color: #0C7392; font-size: 15px; cursor: pointer; } #info { position: absolute; right: 10px; top: 15px; font-size: 17px; color: #0C7392; cursor: pointer; } #price { position: absolute; right: 56px; top: 18px; font-size: 13px; color: #64657A; display: none; } .bigQR { position: fixed; max-width: 640px; max-height: 1000px; width: 90% !important; /* height: 100%; */ margin-left: 50%; top: 70px; left: 0; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); transform: translateX(-50%); z-index: 50000; border: 7px solid #0D0E14; padding: 3px; background-color: #FFF; border-radius: 9px; } #settings { position: absolute; right: 32px; top: 15px; font-size: 17px; color: #64657A; cursor: pointer; } #info:hover, #settings:hover{ /*color: #F49500 !important;*/ color: #1EAAE2 !important; } .KKCheck { display: inline-block; width: 19px; height: 19px; background-color: #252525; border-radius: 3px; padding: 2px; position: absolute; left: -25px; cursor: pointer; } #passBoxTxt { position: relative; width: 185px; margin: 0 auto; cursor: pointer; } .KKCheckInner { width: 15px; height: 15px; background-color: #DDD; border-radius: 3px; line-height: 16px; color: #FFF; font-size: 10px; } #checkIcon { display: none; } .KKBrand:hover { color: #797a85 !important; } .checkGreen { background-color: #68cc68; } .brand { position: absolute; top: 14px; z-index: 50000; left: 12px; } #reader { display: none; margin:0 auto; } #tapBox { border: 5px dashed #5B5C5D; border-radius: 20px; margin-bottom: 20px; margin-right: 10px; margin-left: 10px; text-align: center; position: relative; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; padding: 30px 0 30px 0; } #progressLockBox { /*background-color: #222325;*/ background-color: #252525; display: inline-block; display: none; } #progressLockImg { z-index: 5; position: relative; } #progressFill { position: absolute; background-color: #1EAAE2; bottom: 31px; width: 235px; z-index: 1; } #tapGif { margin-top: 23px; } #addressTxt { /*color: #4D4E60;*/ color: #0C7392; font-size: 11px; font-weight: bold; margin-bottom: 3px; } #fiatPrice, #fiatPrice2, #fiatPriceFee { font-size: 12px; position: absolute; right: 64px; color: #A8A8A8; display: block; z-index: 5; top: 9px; } #fiatPrice2 { right: 92px; } #fiatPriceFee { right: 5px; } #addressBox { background-color: #053442; border-radius: 7px; padding: 10px; text-align: center; color: #DDD; position: relative; } #feeHolder { width: 170px; margin-top: 5px; display: none; } #saveURL { background-color: #1EAAE2; border-radius: 7px; padding: 10px; text-align: center; color: #FFF; position: relative; margin-bottom: 10px; display: none; text-shadow: 1px 1px 1px #053442; } #passwordInfo { color: #<PASSWORD>; font-size: 16px; margin-left: 5px; } #walletInfo { background-color: #053442; margin: 10px 0 10px 0; border-radius: 7px; } .tabButton { width: 49.5%; background-color: #0C7392; float: left; /*border: 1px solid #6A6B7E;*/ border-radius: 7px; color: #FFF; padding: 20px; text-align: center; font-size: 19px; cursor:pointer; } .tabButton.active { background-color: #053442; /*border: 1px solid #48495d;*/ color: #f49500; } #sendBoxBtn.active { color: #52b3ea !important; } #sendBoxBtn:hover { color: #52b3ea !important; } .qrimage { width: 200px; } #txBox { display: none; border: 0; } #txTitle { margin: 10px; text-align: center; font-size: 19px; font-weight: bold; } .break { width: 100%; height: 0px; border-top: 1px solid #053442; border-bottom: 1px solid #494949; } #noTx { margin-top: 10px; text-align: center; color: #525367; } #settingsCurrency { display: none; } #infoLogo { width: 150px; margin: 15px 0; } .btn, .form-control { border-radius: 0; } .actionText { margin-bottom: 5px; margin-top: -5px; } #sendIcon { margin-bottom: 3px; } #addressInfo { position: absolute; left: 50%; -webkit-transform: translatex(-50%); background-color: #F0A00F; padding: 5px; border-radius: 5px; bottom: -30px; color: #000; } #leftInfo { padding: 10px; float: left; width: 52%; min-width: 145px; position: absolute; top: 50%; -webkit-transform: translatey(-50%); -moz-transform: translatey(-50%); transform: translatey(-50%); } .btnIcon { width: 18px; margin-top: -8px; } #tableHeader { background-color: #053442; } .txid { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; width: 50px; } .time { color: #818181; } #passBtn { background-color: #0C7392; /* border: 1px solid #6A6B7E; */ border-radius: 7px; color: #FAFAFA; padding: 10px; text-align: center; font-size: 13px; cursor: pointer; border: 0; margin-left: 50%; -webkit-transform: translatex(-50%); margin-bottom: 20px; } #passBtn:hover .hl { color: #1EAAE2; } #qrInstall { background-color: #171823; padding: 5px; border-radius: 5px; margin-bottom: 10px; position: relative; display: none; } .qrInstallTitle { margin-bottom: 10px; float: left; } #qrInstallX { float: right; } #qrInstallInfo { color: #7A7A7A; /*float: left;*/ width: 180px; } #qrInstallIcon { position: absolute; right: 5px; bottom: 5px; cursor: pointer; } #qrInstallIcon img { width: 85px; } /* RIPPLE */ .ripples { position: relative; display: block; width: 230px; height: 130px; margin: 20px auto 33px auto; -webkit-transform: translateX(40%); transform: translateX(40%); -moz-transform: translateX(40%); -webkit-transform: translate3d(40%,38%,0); -moz-transform: translate3d(40%,38%,0); transform: translate3d(40%,38%,0); } .ripple { border: 1px solid #9698b3; width: 50px; height: 50px; border-radius: 50px; position: absolute; } .ripple-1 { -webkit-animation: ripple 2s linear infinite; } .ripple-2 { -webkit-animation: ripple 2s linear infinite 0.75s; } .ripple-3 { -webkit-animation: ripple 2s linear infinite 1.5s; } @-webkit-keyframes ripple { from { -webkit-transform: scale(0); opacity: 1; } to { -webkit-transform: scale(3); opacity: 0; } } /* End Ripple */ @media all and (max-width: 450px) { #address { font-size: 12px; } #oneNameInfo { display: none !important; } #confirmAddress { font-size: 12px; } .miningOptionLeft { width: 75px; } .miningOptionRight { max-width: 170px; } } @media all and (max-width: 530px) { #price{ top: 21px; } .balance { font-size: 22px; } #leadTxt { font-size: 13px; } } /*@media all and (max-width: 530px) { .qr-link { float: none; clear: both; width: 200px; margin: 0 auto; margin-bottom: 10px; } #leftInfo { margin-top: 0px; float: none; margin: 0 auto; clear: both; width: 221px; } }*/ #txTable thead tr:first-child, #txTable thead tr:last-child { border-radius: 7px; } .modalTitle { background-color: #053442; padding: 5px; border-radius: 7px; text-align: left; position: relative; margin-bottom: 10px; } .closeModal { right: 6px; position: absolute; top: 6px; cursor: pointer; } /* Overrides */ .input-group-addon { border-radius: 0; } .modal-backdrop, .modal { /*position: absolute;*/ } .modal { margin-top: 30px; } label { font-weight: normal; } .modal-content { background-color: #252525; border-radius: 7px; } .modalBox { text-align: center; padding-bottom: 10px; } .orangeText { color: #DF8B26; margin-bottom: 15px; } .blueText { color: #57B4E8; } .modalBoxLeft { padding-bottom: 10px; } .alert { padding: 15px; border: 1px solid rgba(0, 0, 0, 0); border-radius: 4px; margin: 10px 0 10px 0; } #errorBox { background-color: #DF2C07; color: #FFF; border-radius: 7px; } #errorBox.green { background-color: #008000; } .table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td { padding: 8px; line-height: 1.428571429; vertical-align: top; border-top: 0; } .table>thead>tr>th { vertical-align: bottom; border-bottom: 0; } .table-hover>tbody>tr:hover>td, .table-hover>tbody>tr:hover>th { background-color: #0C7392; } /* Tap Animation*/ /* show tapping */ .tap { /*background-color: rgba(255, 255, 255, 0.5);*/ border: 2px solid rgba(255, 255, 255, 0.5); border-radius: 50%; height: 2em; margin: -2.5em 0 0 -2.5em; position: absolute; width: 2em; z-index: 999; -webkit-animation: tap 800ms; animation: tap 800ms; -webkit-transform: scale(.2); transform: scale(.2); } .orangeLinks a { color: #1EAAE2; } .tap2 { /*background-color: rgba(255, 255, 255, 0.5);*/ border: 2px solid rgba(255, 255, 255, 0.5); border-radius: 50%; height: 3em; margin:auto auto; margin-top: 12px; -webkit-transform: translatey(-50px); width: 3em; z-index: 999; -webkit-animation: tap 800ms; animation: tap 800ms; -webkit-transform: scale(.2); transform: scale(.2); } .tap3 { /*background-color: rgba(255, 255, 255, 0.5);*/ border: 2px solid rgba(255, 255, 255, 0.5); border-radius: 50%; height: 1em; margin:auto auto; margin-top: 12px; -webkit-transform: translatey(-50px); width: 1em; z-index: 999; -webkit-animation: tap 800ms; animation: tap 800ms; -webkit-transform: scale(.2); transform: scale(.2); } @-webkit-keyframes tap { 100% { -webkit-transform: scale(1); } } @keyframes tap { 100% { transform: scale(1); } } /* End anim */
0.189784
0.059894
html { line-height: 1.5; font-family: 'Roboto', sans-serif; font-weight: normal; color: rgba(0,0,0,0.87); } body { background: #f5f5f5; } .container { width: 70%; margin: 0 auto;; } .page-title { text-align: center; font-weight: 500; } ul { list-style-type: none; } .news-block { margin: 18px 8px; min-height: 100px; padding: 15px; background: white; display: flex; border: 1px solid #e9e9e9; border-radius: 4px; -webkit-box-shadow: 1px 1px 2px 0px #888; box-shadow: 1px 1px 2px 0px #888; } .news-image { border-radius: 100%; height: 100px; width: 100px; } a { font-size: 1.3rem; color: black; } a:hover { text-decoration: underline; color: #0000ee; } .news-block:hover { -webkit-box-shadow: 3px 2px 8px -2px #888; box-shadow: 3px 2px 8px -2px #888; transition: all 0.4s; } .news { padding-left: 10px; } .published-label { font-weight: 500; color: #484848; } .published-value { color: #888888; } .news-description { margin: 5px 0px; } .news-title { color: #484848; text-decoration: none; } .news-title:hover { color: #484848; } .search-input { padding: 7px; border: 1px solid #888; border-radius: 2px; flex-grow: 1; } .search-btn { color: #fff; background-color: #007fb6; cursor: pointer; border: 1px solid #007fb6; border-radius: 2px; padding: 5px; width: 90px; font-size: 14px; height: 32px; margin-left: 5px; } .search-btn:hover { background-color: #0277aa; } .search-input:focus, .search-btn:focus { outline: unset; } .search-btn:active { transform: translateY(2px); } .search-container { margin: 0 8px; display: flex; } .news-content { padding-left: unset; } @media (max-width: 576px) { .container { width: unset; margin: 0 10px; } .news-block { flex-direction: column; } .img-container { width: 100%; } .news-image { border-radius: 4px; height: 200px; width: 100%; } .news { padding-left: unset; } }
css/style.css
html { line-height: 1.5; font-family: 'Roboto', sans-serif; font-weight: normal; color: rgba(0,0,0,0.87); } body { background: #f5f5f5; } .container { width: 70%; margin: 0 auto;; } .page-title { text-align: center; font-weight: 500; } ul { list-style-type: none; } .news-block { margin: 18px 8px; min-height: 100px; padding: 15px; background: white; display: flex; border: 1px solid #e9e9e9; border-radius: 4px; -webkit-box-shadow: 1px 1px 2px 0px #888; box-shadow: 1px 1px 2px 0px #888; } .news-image { border-radius: 100%; height: 100px; width: 100px; } a { font-size: 1.3rem; color: black; } a:hover { text-decoration: underline; color: #0000ee; } .news-block:hover { -webkit-box-shadow: 3px 2px 8px -2px #888; box-shadow: 3px 2px 8px -2px #888; transition: all 0.4s; } .news { padding-left: 10px; } .published-label { font-weight: 500; color: #484848; } .published-value { color: #888888; } .news-description { margin: 5px 0px; } .news-title { color: #484848; text-decoration: none; } .news-title:hover { color: #484848; } .search-input { padding: 7px; border: 1px solid #888; border-radius: 2px; flex-grow: 1; } .search-btn { color: #fff; background-color: #007fb6; cursor: pointer; border: 1px solid #007fb6; border-radius: 2px; padding: 5px; width: 90px; font-size: 14px; height: 32px; margin-left: 5px; } .search-btn:hover { background-color: #0277aa; } .search-input:focus, .search-btn:focus { outline: unset; } .search-btn:active { transform: translateY(2px); } .search-container { margin: 0 8px; display: flex; } .news-content { padding-left: unset; } @media (max-width: 576px) { .container { width: unset; margin: 0 10px; } .news-block { flex-direction: column; } .img-container { width: 100%; } .news-image { border-radius: 4px; height: 200px; width: 100%; } .news { padding-left: unset; } }
0.456168
0.105856
:root{ --channels-default: rgba(228, 228, 228, 0.952) /* channel not selected not hovered*/; --popup-border: inset 0 0 0px 1px rgb(172, 187, 190) /* border for context menus*/; --popup-background: rgb(32, 34, 37) /* background for context menus */; --interactive-active: rgb(122, 202, 255) /* selected tab*/; --radius: 16px /* border radius for servers */; } .base-3dtUhz /* friends list, chat */{ position: relative; left: 0px; height: calc(100% - 70px); margin-top: 10px; } div[aria-label="Servers"] /* server list */{ display: flex; overflow-y: visible; } .guilds-1SWlCJ /* the whole navigation bar */{ position: relative; width: 100%; height: 60px; display: block; overflow: unset; overflow-y: visible; z-index: 101; } .guilds-1SWlCJ * /* everything within the server bar */{ z-index: 101; } .scrollerWrap-1IAIlv /* outer scroller in nav */{ height: 60px; width: 100%; overflow-y: visible; padding: 3px } .scroller-2TZvBN /* servers and icons container */{ height: inherit; overflow: visible; display: flex; top:-5px; } .unread-1s3J68 /* unread mentions red indicator */, .unreadMentionsIndicatorBottom-BXS58x /* new message red popup */{ display: none; } .guildSeparator-3s64Iy /* straight line between discord icon and servers */{ align-self: center; background-color: var(--channels-default); height: 28px; width: 2px; } .icon-27yU2q /* server icons */, .childWrapper-anI2G9 /* discord home icon */{ border-radius: 20px; } div[id^="folder"]>* /* servers in the opened folder */{ margin: 6px auto; padding: 0px; } div[id^="folder"] /* opened server folder */{ padding: 10px; height: unset !important; transform: translateX(-50%) translateX(36px); display: flex; width: max-content; max-width: 300px; flex-wrap: wrap; /* style */ box-shadow: var(--popup-border); border-radius: 15px; border-style: none; background-color: var(--popup-background) !important; } .expandedFolderBackground-2sPsd-:not(.collapsed-1GMuSb) /* opened server highlight */{ box-shadow: 0px 0px 3px 1px var(--interactive-active); } .tooltipRight-2JM5PQ.tooltip-2QfLtc /* server name tooltip */{ box-shadow: 0px 0px 3px 1px var(--interactive-active) !important; position: relative; left: calc(-50% - 42px); transform: translateY(calc(50% + 35px)) !important; } .tooltipRight-2JM5PQ>.tooltipPointer-3ZfirK /* little arrow for tooltip */{ opacity: 0; } .pill-31IEus, .pill-3YxEhL, .pill-1m5BUr, .pill-2uzAFe /* white dots in the server bar */{ transform: translateY(calc(50% + 5px)) rotate(-90deg); left: unset; } .layer-v9HyYc > [aria-label*="Pinned Messages"] > .messagesPopoutWrap-1MQ1bW /* pinned messages */, .layer-v9HyYc > [aria-label="Recent Mentions"] /* recent mentions */, .layer-v9HyYc > [aria-label="Unreads"] /* recent mentions */{ max-height: 80vh !important; } .expandedFolderBackground-2sPsd- /* background of all expanded items + the folder*/, .icon-27yU2q /* server picture */{ border-radius: var(--radius); } .folder-21wGz3.hover-2ji_A7 /* selected folder background on hover */{ background-color: transparent; } /* ---------------------------------------------------------------------------------------------------*/ .info-1VyQPT::after /* deprecation warning */{ content: "layout.css is deprecated, check github.com/MrTipson/DiscordCSS"; color: rgb(240, 71, 71); font-size: 12px; line-height: 16px; text-transform: none; text-rendering: optimizeLegibility; }
layout.css
:root{ --channels-default: rgba(228, 228, 228, 0.952) /* channel not selected not hovered*/; --popup-border: inset 0 0 0px 1px rgb(172, 187, 190) /* border for context menus*/; --popup-background: rgb(32, 34, 37) /* background for context menus */; --interactive-active: rgb(122, 202, 255) /* selected tab*/; --radius: 16px /* border radius for servers */; } .base-3dtUhz /* friends list, chat */{ position: relative; left: 0px; height: calc(100% - 70px); margin-top: 10px; } div[aria-label="Servers"] /* server list */{ display: flex; overflow-y: visible; } .guilds-1SWlCJ /* the whole navigation bar */{ position: relative; width: 100%; height: 60px; display: block; overflow: unset; overflow-y: visible; z-index: 101; } .guilds-1SWlCJ * /* everything within the server bar */{ z-index: 101; } .scrollerWrap-1IAIlv /* outer scroller in nav */{ height: 60px; width: 100%; overflow-y: visible; padding: 3px } .scroller-2TZvBN /* servers and icons container */{ height: inherit; overflow: visible; display: flex; top:-5px; } .unread-1s3J68 /* unread mentions red indicator */, .unreadMentionsIndicatorBottom-BXS58x /* new message red popup */{ display: none; } .guildSeparator-3s64Iy /* straight line between discord icon and servers */{ align-self: center; background-color: var(--channels-default); height: 28px; width: 2px; } .icon-27yU2q /* server icons */, .childWrapper-anI2G9 /* discord home icon */{ border-radius: 20px; } div[id^="folder"]>* /* servers in the opened folder */{ margin: 6px auto; padding: 0px; } div[id^="folder"] /* opened server folder */{ padding: 10px; height: unset !important; transform: translateX(-50%) translateX(36px); display: flex; width: max-content; max-width: 300px; flex-wrap: wrap; /* style */ box-shadow: var(--popup-border); border-radius: 15px; border-style: none; background-color: var(--popup-background) !important; } .expandedFolderBackground-2sPsd-:not(.collapsed-1GMuSb) /* opened server highlight */{ box-shadow: 0px 0px 3px 1px var(--interactive-active); } .tooltipRight-2JM5PQ.tooltip-2QfLtc /* server name tooltip */{ box-shadow: 0px 0px 3px 1px var(--interactive-active) !important; position: relative; left: calc(-50% - 42px); transform: translateY(calc(50% + 35px)) !important; } .tooltipRight-2JM5PQ>.tooltipPointer-3ZfirK /* little arrow for tooltip */{ opacity: 0; } .pill-31IEus, .pill-3YxEhL, .pill-1m5BUr, .pill-2uzAFe /* white dots in the server bar */{ transform: translateY(calc(50% + 5px)) rotate(-90deg); left: unset; } .layer-v9HyYc > [aria-label*="Pinned Messages"] > .messagesPopoutWrap-1MQ1bW /* pinned messages */, .layer-v9HyYc > [aria-label="Recent Mentions"] /* recent mentions */, .layer-v9HyYc > [aria-label="Unreads"] /* recent mentions */{ max-height: 80vh !important; } .expandedFolderBackground-2sPsd- /* background of all expanded items + the folder*/, .icon-27yU2q /* server picture */{ border-radius: var(--radius); } .folder-21wGz3.hover-2ji_A7 /* selected folder background on hover */{ background-color: transparent; } /* ---------------------------------------------------------------------------------------------------*/ .info-1VyQPT::after /* deprecation warning */{ content: "layout.css is deprecated, check github.com/MrTipson/DiscordCSS"; color: rgb(240, 71, 71); font-size: 12px; line-height: 16px; text-transform: none; text-rendering: optimizeLegibility; }
0.397471
0.127327
/* Document ======== */ /** Use a better box model (opinionated). */ *, *::before, *::after { box-sizing: border-box; } /** Use a more readable tab size (opinionated). */ :root { -moz-tab-size: 4; -o-tab-size: 4; tab-size: 4; } /** 1. Correct the line height in all browsers. 2. Prevent adjustments of font size after orientation changes in iOS. */ html { line-height: 1.15; /* 1 */ -webkit-text-size-adjust: 100%; /* 2 */ } /* Sections ======== */ /** Remove the margin in all browsers. */ body { margin: 0; } /** Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3) */ body { font-family: system-ui, -apple-system, /* Firefox supports this but not yet `system-ui` */ 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji'; } /* Grouping content ================ */ /** 1. Add the correct height in Firefox. 2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655) */ hr { height: 0; /* 1 */ color: inherit; /* 2 */ } /* Text-level semantics ==================== */ /** Add the correct text decoration in Chrome, Edge, and Safari. */ abbr[title] { -webkit-text-decoration: underline dotted; text-decoration: underline dotted; } /** Add the correct font weight in Edge and Safari. */ b, strong { font-weight: bolder; } /** 1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3) 2. Correct the odd 'em' font sizing in all browsers. */ code, kbd, samp, pre { font-family: ui-monospace, SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; /* 1 */ font-size: 1em; /* 2 */ } /** Add the correct font size in all browsers. */ small { font-size: 80%; } /** Prevent 'sub' and 'sup' elements from affecting the line height in all browsers. */ sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sub { bottom: -0.25em; } sup { top: -0.5em; } /* Tabular data ============ */ /** 1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297) 2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016) */ table { text-indent: 0; /* 1 */ border-color: inherit; /* 2 */ } /* Forms ===== */ /** 1. Change the font styles in all browsers. 2. Remove the margin in Firefox and Safari. */ button, input, optgroup, select, textarea { font-family: inherit; /* 1 */ font-size: 100%; /* 1 */ line-height: 1.15; /* 1 */ margin: 0; /* 2 */ } /** Remove the inheritance of text transform in Edge and Firefox. 1. Remove the inheritance of text transform in Firefox. */ button, select { /* 1 */ text-transform: none; } /** Correct the inability to style clickable types in iOS and Safari. */ button, [type='button'] { -webkit-appearance: button; } /** Remove the inner border and padding in Firefox. */ /** Restore the focus styles unset by the previous rule. */ /** Remove the additional ':invalid' styles in Firefox. See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737 */ /** Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers. */ legend { padding: 0; } /** Add the correct vertical alignment in Chrome and Firefox. */ progress { vertical-align: baseline; } /** Correct the cursor style of increment and decrement buttons in Safari. */ /** 1. Correct the odd appearance in Chrome and Safari. 2. Correct the outline style in Safari. */ /** Remove the inner padding in Chrome and Safari on macOS. */ /** 1. Correct the inability to style clickable types in iOS and Safari. 2. Change font properties to 'inherit' in Safari. */ /* Interactive =========== */ /* Add the correct display in Chrome and Safari. */ summary { display: list-item; } /** * Manually forked from SUIT CSS Base: https://github.com/suitcss/base * A thin layer on top of normalize.css that provides a starting point more * suitable for web applications. */ /** * Removes the default spacing and border for appropriate elements. */ blockquote, dl, dd, h1, h2, h3, h4, h5, h6, hr, figure, p, pre { margin: 0; } button { background-color: transparent; background-image: none; } /** * Work around a Firefox/IE bug where the transparent `button` background * results in a loss of the default `button` focus styles. */ button:focus { outline: 1px dotted; outline: 5px auto -webkit-focus-ring-color; } fieldset { margin: 0; padding: 0; } ol, ul { list-style: none; margin: 0; padding: 0; } /** * Tailwind custom reset styles */ /** * 1. Use the user's configured `sans` font-family (with Tailwind's default * sans-serif font stack as a fallback) as a sane default. * 2. Use Tailwind's default "normal" line-height so the user isn't forced * to override it to ensure consistency even when using the default theme. */ html { font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */ line-height: 1.5; /* 2 */ } /** * Inherit font-family and line-height from `html` so users can set them as * a class directly on the `html` element. */ body { font-family: inherit; line-height: inherit; } /** * 1. Prevent padding and border from affecting element width. * * We used to set this in the html element and inherit from * the parent element for everything else. This caused issues * in shadow-dom-enhanced elements like <details> where the content * is wrapped by a div with box-sizing set to `content-box`. * * https://github.com/mozdevs/cssremedy/issues/4 * * * 2. Allow adding a border to an element by just adding a border-width. * * By default, the way the browser specifies that an element should have no * border is by setting it's border-style to `none` in the user-agent * stylesheet. * * In order to easily add borders to elements by just setting the `border-width` * property, we change the default border-style for all elements to `solid`, and * use border-width to hide them instead. This way our `border` utilities only * need to set the `border-width` property instead of the entire `border` * shorthand, making our border utilities much more straightforward to compose. * * https://github.com/tailwindcss/tailwindcss/pull/116 */ *, ::before, ::after { box-sizing: border-box; /* 1 */ border-width: 0; /* 2 */ border-style: solid; /* 2 */ border-color: #e5e7eb; /* 2 */ } /* * Ensure horizontal rules are visible by default */ hr { border-top-width: 1px; } /** * Undo the `border-style: none` reset that Normalize applies to images so that * our `border-{width}` utilities have the expected effect. * * The Normalize reset is unnecessary for us since we default the border-width * to 0 on all elements. * * https://github.com/tailwindcss/tailwindcss/issues/362 */ img { border-style: solid; } textarea { resize: vertical; } input::-moz-placeholder, textarea::-moz-placeholder { opacity: 1; color: #9ca3af; } input:-ms-input-placeholder, textarea:-ms-input-placeholder { opacity: 1; color: #9ca3af; } input::placeholder, textarea::placeholder { opacity: 1; color: #9ca3af; } button { cursor: pointer; } table { border-collapse: collapse; } h1, h2, h3, h4, h5, h6 { font-size: inherit; font-weight: inherit; } /** * Reset links to optimize for opt-in styling instead of * opt-out. */ a { color: inherit; text-decoration: inherit; } /** * Reset form element properties that are easy to forget to * style explicitly so you don't inadvertently introduce * styles that deviate from your design system. These styles * supplement a partial reset that is already applied by * normalize.css. */ button, input, optgroup, select, textarea { padding: 0; line-height: inherit; color: inherit; } /** * Use the configured 'mono' font family for elements that * are expected to be rendered with a monospace font, falling * back to the system monospace stack if there is no configured * 'mono' font family. */ pre, code, kbd, samp { font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; } /** * Make replaced elements `display: block` by default as that's * the behavior you want almost all of the time. Inspired by * CSS Remedy, with `svg` added as well. * * https://github.com/mozdevs/cssremedy/issues/14 */ img, svg, video, canvas, audio, iframe, embed, object { display: block; vertical-align: middle; } /** * Constrain images and videos to the parent width and preserve * their instrinsic aspect ratio. * * https://github.com/mozdevs/cssremedy/issues/14 */ img, video { max-width: 100%; height: auto; } .container { width: 100%; } @media (min-width: 640px) { .container { max-width: 640px; } } @media (min-width: 768px) { .container { max-width: 768px; } } @media (min-width: 1024px) { .container { max-width: 1024px; } } @media (min-width: 1280px) { .container { max-width: 1280px; } } @media (min-width: 1536px) { .container { max-width: 1536px; } } html, body { font-family: Cormorant Garamond, sans-serif; } .font_sans { font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto, Sans, sans-serif; } .font_poppins { font-family: Poppins, sans-serif; } .container { margin-left: auto; margin-right: auto; } .jk-btn { --tw-bg-opacity: 1; background-color: rgba(3, 152, 158, var(--tw-bg-opacity)); } .jk-btn:hover { background-color: #03989EC4; } .input:focus { border: 2px solid #f00; } .xs-video { height: 95vh; overflow: hidden; } .xs-video iframe { position: absolute; width: 100%; height: 95vh; left: 0; z-index: -1; top: 0; } @media (min-width: 1024px) { .xs-box1 { height: 500px; } .xs-box2 { min-height: 585px; } .xs-box3 { height: 480px; } } @media (min-width: 1536px) { .container { max-width: 1400px; } .xs-box1 { height: 550px; } .xs-box2 { height: 650px; } .xs-box3 { height: 550px; } } .owl-dots { text-align: center; margin-top: 30px; } .owl-dots .owl-dot { -webkit-appearance: button; cursor: pointer; outline: 0; text-decoration: none; transition: 0.4s; font-size: 0px; width: 9px; height: 9px; padding: 0; background: transparent; border: 1px solid #004aad !important; border-radius: 50%; margin: 0 3px; } .owl-dots .owl-dot.active { background: #004aad; } .space-y-4 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(1rem * var(--tw-space-y-reverse)); } .appearance-none { -webkit-appearance: none; -moz-appearance: none; appearance: none; } .bg-transparent { background-color: transparent; } .bg-white { --tw-bg-opacity: 1; background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); } .bg-btn { --tw-bg-opacity: 1; background-color: rgba(3, 152, 158, var(--tw-bg-opacity)); } .bg-primary { --tw-bg-opacity: 1; background-color: rgba(0, 74, 173, var(--tw-bg-opacity)); } .bg-sec_primary { --tw-bg-opacity: 1; background-color: rgba(248, 210, 210, var(--tw-bg-opacity)); } .bg-footer { --tw-bg-opacity: 1; background-color: rgba(9, 24, 61, var(--tw-bg-opacity)); } .bg-founder { --tw-bg-opacity: 1; background-color: rgba(253, 241, 241, var(--tw-bg-opacity)); } .bg-cnt { background-color: #004AAD9C; } .bg-overlay { --tw-bg-opacity: 1; background-color: rgba(2, 41, 93, var(--tw-bg-opacity)); } .hover\:bg-hover_btn:hover { background-color: #03989EC4; } .bg-center { background-position: center; } .bg-no-repeat { background-repeat: no-repeat; } .bg-cover { background-size: cover; } .border-transparent { border-color: transparent; } .border-btn { --tw-border-opacity: 1; border-color: rgba(3, 152, 158, var(--tw-border-opacity)); } .hover\:border-hover_btn:hover { border-color: #03989EC4; } .rounded-lg { border-radius: 0.625rem; } .border-solid { border-style: solid; } .border-3 { border-width: 2px; } .block { display: block; } .inline-block { display: inline-block; } .flex { display: flex; } .table { display: table; } .hidden { display: none; } .flex-col { flex-direction: column; } .flex-wrap { flex-wrap: wrap; } .items-end { align-items: flex-end; } .items-center { align-items: center; } .justify-start { justify-content: flex-start; } .justify-between { justify-content: space-between; } .flex-grow { flex-grow: 1; } .flex-shrink-0 { flex-shrink: 0; } .font-extralight { font-weight: 200; } .font-light { font-weight: 300; } .font-normal { font-weight: 400; } .font-medium { font-weight: 500; } .font-semibold { font-weight: 600; } .font-bold { font-weight: 700; } .h-sm { height: 100px; } .h-h_screen { height: 100vh; } .h-h_full { height: 100%; } .text-xs_3xl { font-size: 2.1875rem; } .text-xs_2xxl { font-size: 2.5rem; } .text-xs_2xl { font-size: 2.8125rem; } .text-xs_xl { font-size: 1.875rem; } .text-xs_xxl { font-size: 1.5rem; } .text-xs_xxxl { font-size: 1.25rem; } .text-xs_lllg { font-size: 1rem; } .text-xs-lg { font-size: 1.063rem; } .text-xs-lgg { font-size: 1rem; } .text-xs-llg { font-size: 1.375rem; } .text-xs_md { font-size: 0.9375rem; } .text-xs_ssm { font-size: 0.875rem; } .text-xs_sssm { font-size: 0.8125rem; } .text-xs_cnt { font-size: 2.188rem; } .leading-5 { line-height: 1.25rem; } .leading-6 { line-height: 1.5rem; } .leading-7 { line-height: 1.75rem; } .leading-none { line-height: 1; } .leading-tight { line-height: 1.25; } .leading-normal { line-height: 1.5; } .list-none { list-style-type: none; } .mx-auto { margin-left: auto; margin-right: auto; } .-mx-3 { margin-left: -0.75rem; margin-right: -0.75rem; } .mr-1 { margin-right: 0.25rem; } .mb-1 { margin-bottom: 0.25rem; } .mb-2 { margin-bottom: 0.5rem; } .mt-3 { margin-top: 0.75rem; } .mb-3 { margin-bottom: 0.75rem; } .mr-4 { margin-right: 1rem; } .mb-4 { margin-bottom: 1rem; } .ml-4 { margin-left: 1rem; } .mb-5 { margin-bottom: 1.25rem; } .mt-6 { margin-top: 1.5rem; } .mb-6 { margin-bottom: 1.5rem; } .mb-8 { margin-bottom: 2rem; } .mb-10 { margin-bottom: 2.5rem; } .ml-10 { margin-left: 2.5rem; } .mb-12 { margin-bottom: 3rem; } .ml-auto { margin-left: auto; } .-mt-12 { margin-top: -3rem; } .object-cover { -o-object-fit: cover; object-fit: cover; } .object-center { -o-object-position: center; object-position: center; } .opacity-50 { opacity: .50; } .opacity-80 { opacity: .80; } .opacity-85 { opacity: .85; } .outline-none { outline: 2px solid transparent; outline-offset: 2px; } .focus\:outline-none:focus { outline: 2px solid transparent; outline-offset: 2px; } .p-7 { padding: 1.75rem; } .p-8 { padding: 2rem; } .py-2 { padding-top: 0.5rem; padding-bottom: 0.5rem; } .px-2 { padding-left: 0.5rem; padding-right: 0.5rem; } .py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; } .px-3 { padding-left: 0.75rem; padding-right: 0.75rem; } .py-4 { padding-top: 1rem; padding-bottom: 1rem; } .px-4 { padding-left: 1rem; padding-right: 1rem; } .px-5 { padding-left: 1.25rem; padding-right: 1.25rem; } .py-6 { padding-top: 1.5rem; padding-bottom: 1.5rem; } .px-6 { padding-left: 1.5rem; padding-right: 1.5rem; } .py-8 { padding-top: 2rem; padding-bottom: 2rem; } .px-8 { padding-left: 2rem; padding-right: 2rem; } .py-10 { padding-top: 2.5rem; padding-bottom: 2.5rem; } .py-12 { padding-top: 3rem; padding-bottom: 3rem; } .px-12 { padding-left: 3rem; padding-right: 3rem; } .py-16 { padding-top: 4rem; padding-bottom: 4rem; } .py-20 { padding-top: 5rem; padding-bottom: 5rem; } .pt-0 { padding-top: 0px; } .pl-0 { padding-left: 0px; } .pt-2 { padding-top: 0.5rem; } .pb-2 { padding-bottom: 0.5rem; } .pt-3 { padding-top: 0.75rem; } .pb-4 { padding-bottom: 1rem; } .pb-5 { padding-bottom: 1.25rem; } .pt-8 { padding-top: 2rem; } .pb-12 { padding-bottom: 3rem; } .pt-16 { padding-top: 4rem; } .pt-20 { padding-top: 5rem; } .pb-20 { padding-bottom: 5rem; } .static { position: static; } .absolute { position: absolute; } .relative { position: relative; } .inset-0 { top: 0px; right: 0px; bottom: 0px; left: 0px; } .top-0 { top: 0px; } .left-0 { left: 0px; } .resize-none { resize: none; } * { --tw-shadow: 0 0 #0000; } * { --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/); --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59, 130, 246, 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; } .text-center { text-align: center; } .text-right { text-align: right; } .text-white { --tw-text-opacity: 1; color: rgba(255, 255, 255, var(--tw-text-opacity)); } .text-btn { --tw-text-opacity: 1; color: rgba(3, 152, 158, var(--tw-text-opacity)); } .text-primary { --tw-text-opacity: 1; color: rgba(0, 74, 173, var(--tw-text-opacity)); } .text-sec_primary { --tw-text-opacity: 1; color: rgba(248, 210, 210, var(--tw-text-opacity)); } .text-footer { --tw-text-opacity: 1; color: rgba(9, 24, 61, var(--tw-text-opacity)); } .text-gray_100 { --tw-text-opacity: 1; color: rgba(242, 242, 242, var(--tw-text-opacity)); } .text-gray_300 { --tw-text-opacity: 1; color: rgba(136, 136, 136, var(--tw-text-opacity)); } .text-gray_400 { --tw-text-opacity: 1; color: rgba(55, 73, 86, var(--tw-text-opacity)); } .text-gray_500 { --tw-text-opacity: 1; color: rgba(51, 51, 51, var(--tw-text-opacity)); } .hover\:text-btn:hover { --tw-text-opacity: 1; color: rgba(3, 152, 158, var(--tw-text-opacity)); } .hover\:text-hover_text:hover { color: #03989EBF; } .uppercase { text-transform: uppercase; } .capitalize { text-transform: capitalize; } .underline { text-decoration: underline; } .tracking-md_tight { letter-spacing: 0.3px; } .tracking-mmd_tight { letter-spacing: 0.094; } .tracking-lg_tight { letter-spacing: 0.09375em; } .tracking-xl_tight { letter-spacing: 0.19rem; } .tracking-xxl_tight { letter-spacing: -2.5px; } .tracking-xxl_nomrmal { letter-spacing: 1.5px; } .w-auto { width: auto; } .w-10\/12 { width: 83.333333%; } .w-full { width: 100%; } .z-50 { z-index: 50; } .grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); } .transform { --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); } .transition-all { transition-property: all; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; } .duration-300 { transition-duration: 300ms; } @-webkit-keyframes spin { to { transform: rotate(360deg); } } @keyframes spin { to { transform: rotate(360deg); } } @-webkit-keyframes ping { 75%, 100% { transform: scale(2); opacity: 0; } } @keyframes ping { 75%, 100% { transform: scale(2); opacity: 0; } } @-webkit-keyframes pulse { 50% { opacity: .5; } } @keyframes pulse { 50% { opacity: .5; } } @-webkit-keyframes bounce { 0%, 100% { transform: translateY(-25%); -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1); animation-timing-function: cubic-bezier(0.8,0,1,1); } 50% { transform: none; -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1); animation-timing-function: cubic-bezier(0,0,0.2,1); } } @keyframes bounce { 0%, 100% { transform: translateY(-25%); -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1); animation-timing-function: cubic-bezier(0.8,0,1,1); } 50% { transform: none; -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1); animation-timing-function: cubic-bezier(0,0,0.2,1); } } @media (min-width: 640px) { } @media (min-width: 768px) { .md\:space-y-0 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(0px * var(--tw-space-y-reverse)); } .md\:space-x-6 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0; margin-right: calc(1.5rem * var(--tw-space-x-reverse)); margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse))); } .md\:block { display: block; } .md\:inline-block { display: inline-block; } .md\:flex { display: flex; } .md\:grid { display: grid; } .md\:flex-row { flex-direction: row; } .md\:h-xs_sm { height: 500px; } .md\:text-xs_4xl { font-size: 4.375rem; } .md\:text-xs_2xxl { font-size: 2.5rem; } .md\:text-xs_2xl { font-size: 2.8125rem; } .md\:mt-0 { margin-top: 0px; } .md\:mb-0 { margin-bottom: 0px; } .md\:mr-4 { margin-right: 1rem; } .md\:mb-10 { margin-bottom: 2.5rem; } .md\:ml-auto { margin-left: auto; } .md\:px-0 { padding-left: 0px; padding-right: 0px; } .md\:px-6 { padding-left: 1.5rem; padding-right: 1.5rem; } .md\:py-12 { padding-top: 3rem; padding-bottom: 3rem; } .md\:py-16 { padding-top: 4rem; padding-bottom: 4rem; } .md\:px-16 { padding-left: 4rem; padding-right: 4rem; } .md\:py-20 { padding-top: 5rem; padding-bottom: 5rem; } .md\:pt-0 { padding-top: 0px; } .md\:pb-4 { padding-bottom: 1rem; } .md\:pt-8 { padding-top: 2rem; } .md\:pb-16 { padding-bottom: 4rem; } .md\:pb-24 { padding-bottom: 6rem; } .md\:pt-28 { padding-top: 7rem; } .md\:pt-32 { padding-top: 8rem; } .md\:text-left { text-align: left; } .md\:w-auto { width: auto; } .md\:w-5\/12 { width: 41.666667%; } .md\:w-6\/12 { width: 50%; } .md\:w-7\/12 { width: 58.333333%; } .md\:gap-6 { gap: 1.5rem; } .md\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); } } @media (min-width: 1024px) { .lg\:space-x-4 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0; margin-right: calc(1rem * var(--tw-space-x-reverse)); margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))); } .lg\:space-x-10 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0; margin-right: calc(2.5rem * var(--tw-space-x-reverse)); margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse))); } .lg\:block { display: block; } .lg\:flex { display: flex; } .lg\:hidden { display: none; } .lg\:flex-row { flex-direction: row; } .lg\:flex-wrap { flex-wrap: wrap; } .lg\:justify-start { justify-content: flex-start; } .lg\:h-h_auto { height: auto; } .lg\:text-xs_3xxl { font-size: 3.125rem; } .lg\:mt-2 { margin-top: 0.5rem; } .lg\:mb-14 { margin-bottom: 3.5rem; } .lg\:mb-20 { margin-bottom: 5rem; } .lg\:ml-auto { margin-left: auto; } .lg\:-mt-0 { margin-top: 0px; } .lg\:-mt-12 { margin-top: -3rem; } .lg\:p-12 { padding: 3rem; } .lg\:px-8 { padding-left: 2rem; padding-right: 2rem; } .lg\:px-10 { padding-left: 2.5rem; padding-right: 2.5rem; } .lg\:px-14 { padding-left: 3.5rem; padding-right: 3.5rem; } .lg\:px-16 { padding-left: 4rem; padding-right: 4rem; } .lg\:py-20 { padding-top: 5rem; padding-bottom: 5rem; } .lg\:py-24 { padding-top: 6rem; padding-bottom: 6rem; } .lg\:py-32 { padding-top: 8rem; padding-bottom: 8rem; } .lg\:pt-0 { padding-top: 0px; } .lg\:pr-12 { padding-right: 3rem; } .lg\:pl-12 { padding-left: 3rem; } .lg\:pt-16 { padding-top: 4rem; } .lg\:pt-24 { padding-top: 6rem; } .lg\:pb-28 { padding-bottom: 7rem; } .lg\:static { position: static; } .lg\:w-auto { width: auto; } .lg\:w-1\/2 { width: 50%; } .lg\:w-6\/12 { width: 50%; } .lg\:gap-10 { gap: 2.5rem; } } @media (min-width: 1280px) { .xl\:space-x-8 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0; margin-right: calc(2rem * var(--tw-space-x-reverse)); margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse))); } .xl\:px-8 { padding-left: 2rem; padding-right: 2rem; } .xl\:px-12 { padding-left: 3rem; padding-right: 3rem; } .xl\:py-16 { padding-top: 4rem; padding-bottom: 4rem; } .xl\:px-16 { padding-left: 4rem; padding-right: 4rem; } .xl\:px-20 { padding-left: 5rem; padding-right: 5rem; } .xl\:py-24 { padding-top: 6rem; padding-bottom: 6rem; } .xl\:px-28 { padding-left: 7rem; padding-right: 7rem; } .xl\:px-32 { padding-left: 8rem; padding-right: 8rem; } .xl\:pt-44 { padding-top: 11rem; } .xl\:w-10\/12 { width: 83.333333%; } .xl\:w-11\/12 { width: 91.666667%; } } @media (min-width: 1536px) { .\32xl\:py-10 { padding-top: 2.5rem; padding-bottom: 2.5rem; } .\32xl\:px-28 { padding-left: 7rem; padding-right: 7rem; } }
_includes/assets/css/styles.css
/* Document ======== */ /** Use a better box model (opinionated). */ *, *::before, *::after { box-sizing: border-box; } /** Use a more readable tab size (opinionated). */ :root { -moz-tab-size: 4; -o-tab-size: 4; tab-size: 4; } /** 1. Correct the line height in all browsers. 2. Prevent adjustments of font size after orientation changes in iOS. */ html { line-height: 1.15; /* 1 */ -webkit-text-size-adjust: 100%; /* 2 */ } /* Sections ======== */ /** Remove the margin in all browsers. */ body { margin: 0; } /** Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3) */ body { font-family: system-ui, -apple-system, /* Firefox supports this but not yet `system-ui` */ 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji'; } /* Grouping content ================ */ /** 1. Add the correct height in Firefox. 2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655) */ hr { height: 0; /* 1 */ color: inherit; /* 2 */ } /* Text-level semantics ==================== */ /** Add the correct text decoration in Chrome, Edge, and Safari. */ abbr[title] { -webkit-text-decoration: underline dotted; text-decoration: underline dotted; } /** Add the correct font weight in Edge and Safari. */ b, strong { font-weight: bolder; } /** 1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3) 2. Correct the odd 'em' font sizing in all browsers. */ code, kbd, samp, pre { font-family: ui-monospace, SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; /* 1 */ font-size: 1em; /* 2 */ } /** Add the correct font size in all browsers. */ small { font-size: 80%; } /** Prevent 'sub' and 'sup' elements from affecting the line height in all browsers. */ sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sub { bottom: -0.25em; } sup { top: -0.5em; } /* Tabular data ============ */ /** 1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297) 2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016) */ table { text-indent: 0; /* 1 */ border-color: inherit; /* 2 */ } /* Forms ===== */ /** 1. Change the font styles in all browsers. 2. Remove the margin in Firefox and Safari. */ button, input, optgroup, select, textarea { font-family: inherit; /* 1 */ font-size: 100%; /* 1 */ line-height: 1.15; /* 1 */ margin: 0; /* 2 */ } /** Remove the inheritance of text transform in Edge and Firefox. 1. Remove the inheritance of text transform in Firefox. */ button, select { /* 1 */ text-transform: none; } /** Correct the inability to style clickable types in iOS and Safari. */ button, [type='button'] { -webkit-appearance: button; } /** Remove the inner border and padding in Firefox. */ /** Restore the focus styles unset by the previous rule. */ /** Remove the additional ':invalid' styles in Firefox. See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737 */ /** Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers. */ legend { padding: 0; } /** Add the correct vertical alignment in Chrome and Firefox. */ progress { vertical-align: baseline; } /** Correct the cursor style of increment and decrement buttons in Safari. */ /** 1. Correct the odd appearance in Chrome and Safari. 2. Correct the outline style in Safari. */ /** Remove the inner padding in Chrome and Safari on macOS. */ /** 1. Correct the inability to style clickable types in iOS and Safari. 2. Change font properties to 'inherit' in Safari. */ /* Interactive =========== */ /* Add the correct display in Chrome and Safari. */ summary { display: list-item; } /** * Manually forked from SUIT CSS Base: https://github.com/suitcss/base * A thin layer on top of normalize.css that provides a starting point more * suitable for web applications. */ /** * Removes the default spacing and border for appropriate elements. */ blockquote, dl, dd, h1, h2, h3, h4, h5, h6, hr, figure, p, pre { margin: 0; } button { background-color: transparent; background-image: none; } /** * Work around a Firefox/IE bug where the transparent `button` background * results in a loss of the default `button` focus styles. */ button:focus { outline: 1px dotted; outline: 5px auto -webkit-focus-ring-color; } fieldset { margin: 0; padding: 0; } ol, ul { list-style: none; margin: 0; padding: 0; } /** * Tailwind custom reset styles */ /** * 1. Use the user's configured `sans` font-family (with Tailwind's default * sans-serif font stack as a fallback) as a sane default. * 2. Use Tailwind's default "normal" line-height so the user isn't forced * to override it to ensure consistency even when using the default theme. */ html { font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */ line-height: 1.5; /* 2 */ } /** * Inherit font-family and line-height from `html` so users can set them as * a class directly on the `html` element. */ body { font-family: inherit; line-height: inherit; } /** * 1. Prevent padding and border from affecting element width. * * We used to set this in the html element and inherit from * the parent element for everything else. This caused issues * in shadow-dom-enhanced elements like <details> where the content * is wrapped by a div with box-sizing set to `content-box`. * * https://github.com/mozdevs/cssremedy/issues/4 * * * 2. Allow adding a border to an element by just adding a border-width. * * By default, the way the browser specifies that an element should have no * border is by setting it's border-style to `none` in the user-agent * stylesheet. * * In order to easily add borders to elements by just setting the `border-width` * property, we change the default border-style for all elements to `solid`, and * use border-width to hide them instead. This way our `border` utilities only * need to set the `border-width` property instead of the entire `border` * shorthand, making our border utilities much more straightforward to compose. * * https://github.com/tailwindcss/tailwindcss/pull/116 */ *, ::before, ::after { box-sizing: border-box; /* 1 */ border-width: 0; /* 2 */ border-style: solid; /* 2 */ border-color: #e5e7eb; /* 2 */ } /* * Ensure horizontal rules are visible by default */ hr { border-top-width: 1px; } /** * Undo the `border-style: none` reset that Normalize applies to images so that * our `border-{width}` utilities have the expected effect. * * The Normalize reset is unnecessary for us since we default the border-width * to 0 on all elements. * * https://github.com/tailwindcss/tailwindcss/issues/362 */ img { border-style: solid; } textarea { resize: vertical; } input::-moz-placeholder, textarea::-moz-placeholder { opacity: 1; color: #9ca3af; } input:-ms-input-placeholder, textarea:-ms-input-placeholder { opacity: 1; color: #9ca3af; } input::placeholder, textarea::placeholder { opacity: 1; color: #9ca3af; } button { cursor: pointer; } table { border-collapse: collapse; } h1, h2, h3, h4, h5, h6 { font-size: inherit; font-weight: inherit; } /** * Reset links to optimize for opt-in styling instead of * opt-out. */ a { color: inherit; text-decoration: inherit; } /** * Reset form element properties that are easy to forget to * style explicitly so you don't inadvertently introduce * styles that deviate from your design system. These styles * supplement a partial reset that is already applied by * normalize.css. */ button, input, optgroup, select, textarea { padding: 0; line-height: inherit; color: inherit; } /** * Use the configured 'mono' font family for elements that * are expected to be rendered with a monospace font, falling * back to the system monospace stack if there is no configured * 'mono' font family. */ pre, code, kbd, samp { font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; } /** * Make replaced elements `display: block` by default as that's * the behavior you want almost all of the time. Inspired by * CSS Remedy, with `svg` added as well. * * https://github.com/mozdevs/cssremedy/issues/14 */ img, svg, video, canvas, audio, iframe, embed, object { display: block; vertical-align: middle; } /** * Constrain images and videos to the parent width and preserve * their instrinsic aspect ratio. * * https://github.com/mozdevs/cssremedy/issues/14 */ img, video { max-width: 100%; height: auto; } .container { width: 100%; } @media (min-width: 640px) { .container { max-width: 640px; } } @media (min-width: 768px) { .container { max-width: 768px; } } @media (min-width: 1024px) { .container { max-width: 1024px; } } @media (min-width: 1280px) { .container { max-width: 1280px; } } @media (min-width: 1536px) { .container { max-width: 1536px; } } html, body { font-family: Cormorant Garamond, sans-serif; } .font_sans { font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto, Sans, sans-serif; } .font_poppins { font-family: Poppins, sans-serif; } .container { margin-left: auto; margin-right: auto; } .jk-btn { --tw-bg-opacity: 1; background-color: rgba(3, 152, 158, var(--tw-bg-opacity)); } .jk-btn:hover { background-color: #03989EC4; } .input:focus { border: 2px solid #f00; } .xs-video { height: 95vh; overflow: hidden; } .xs-video iframe { position: absolute; width: 100%; height: 95vh; left: 0; z-index: -1; top: 0; } @media (min-width: 1024px) { .xs-box1 { height: 500px; } .xs-box2 { min-height: 585px; } .xs-box3 { height: 480px; } } @media (min-width: 1536px) { .container { max-width: 1400px; } .xs-box1 { height: 550px; } .xs-box2 { height: 650px; } .xs-box3 { height: 550px; } } .owl-dots { text-align: center; margin-top: 30px; } .owl-dots .owl-dot { -webkit-appearance: button; cursor: pointer; outline: 0; text-decoration: none; transition: 0.4s; font-size: 0px; width: 9px; height: 9px; padding: 0; background: transparent; border: 1px solid #004aad !important; border-radius: 50%; margin: 0 3px; } .owl-dots .owl-dot.active { background: #004aad; } .space-y-4 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(1rem * var(--tw-space-y-reverse)); } .appearance-none { -webkit-appearance: none; -moz-appearance: none; appearance: none; } .bg-transparent { background-color: transparent; } .bg-white { --tw-bg-opacity: 1; background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); } .bg-btn { --tw-bg-opacity: 1; background-color: rgba(3, 152, 158, var(--tw-bg-opacity)); } .bg-primary { --tw-bg-opacity: 1; background-color: rgba(0, 74, 173, var(--tw-bg-opacity)); } .bg-sec_primary { --tw-bg-opacity: 1; background-color: rgba(248, 210, 210, var(--tw-bg-opacity)); } .bg-footer { --tw-bg-opacity: 1; background-color: rgba(9, 24, 61, var(--tw-bg-opacity)); } .bg-founder { --tw-bg-opacity: 1; background-color: rgba(253, 241, 241, var(--tw-bg-opacity)); } .bg-cnt { background-color: #004AAD9C; } .bg-overlay { --tw-bg-opacity: 1; background-color: rgba(2, 41, 93, var(--tw-bg-opacity)); } .hover\:bg-hover_btn:hover { background-color: #03989EC4; } .bg-center { background-position: center; } .bg-no-repeat { background-repeat: no-repeat; } .bg-cover { background-size: cover; } .border-transparent { border-color: transparent; } .border-btn { --tw-border-opacity: 1; border-color: rgba(3, 152, 158, var(--tw-border-opacity)); } .hover\:border-hover_btn:hover { border-color: #03989EC4; } .rounded-lg { border-radius: 0.625rem; } .border-solid { border-style: solid; } .border-3 { border-width: 2px; } .block { display: block; } .inline-block { display: inline-block; } .flex { display: flex; } .table { display: table; } .hidden { display: none; } .flex-col { flex-direction: column; } .flex-wrap { flex-wrap: wrap; } .items-end { align-items: flex-end; } .items-center { align-items: center; } .justify-start { justify-content: flex-start; } .justify-between { justify-content: space-between; } .flex-grow { flex-grow: 1; } .flex-shrink-0 { flex-shrink: 0; } .font-extralight { font-weight: 200; } .font-light { font-weight: 300; } .font-normal { font-weight: 400; } .font-medium { font-weight: 500; } .font-semibold { font-weight: 600; } .font-bold { font-weight: 700; } .h-sm { height: 100px; } .h-h_screen { height: 100vh; } .h-h_full { height: 100%; } .text-xs_3xl { font-size: 2.1875rem; } .text-xs_2xxl { font-size: 2.5rem; } .text-xs_2xl { font-size: 2.8125rem; } .text-xs_xl { font-size: 1.875rem; } .text-xs_xxl { font-size: 1.5rem; } .text-xs_xxxl { font-size: 1.25rem; } .text-xs_lllg { font-size: 1rem; } .text-xs-lg { font-size: 1.063rem; } .text-xs-lgg { font-size: 1rem; } .text-xs-llg { font-size: 1.375rem; } .text-xs_md { font-size: 0.9375rem; } .text-xs_ssm { font-size: 0.875rem; } .text-xs_sssm { font-size: 0.8125rem; } .text-xs_cnt { font-size: 2.188rem; } .leading-5 { line-height: 1.25rem; } .leading-6 { line-height: 1.5rem; } .leading-7 { line-height: 1.75rem; } .leading-none { line-height: 1; } .leading-tight { line-height: 1.25; } .leading-normal { line-height: 1.5; } .list-none { list-style-type: none; } .mx-auto { margin-left: auto; margin-right: auto; } .-mx-3 { margin-left: -0.75rem; margin-right: -0.75rem; } .mr-1 { margin-right: 0.25rem; } .mb-1 { margin-bottom: 0.25rem; } .mb-2 { margin-bottom: 0.5rem; } .mt-3 { margin-top: 0.75rem; } .mb-3 { margin-bottom: 0.75rem; } .mr-4 { margin-right: 1rem; } .mb-4 { margin-bottom: 1rem; } .ml-4 { margin-left: 1rem; } .mb-5 { margin-bottom: 1.25rem; } .mt-6 { margin-top: 1.5rem; } .mb-6 { margin-bottom: 1.5rem; } .mb-8 { margin-bottom: 2rem; } .mb-10 { margin-bottom: 2.5rem; } .ml-10 { margin-left: 2.5rem; } .mb-12 { margin-bottom: 3rem; } .ml-auto { margin-left: auto; } .-mt-12 { margin-top: -3rem; } .object-cover { -o-object-fit: cover; object-fit: cover; } .object-center { -o-object-position: center; object-position: center; } .opacity-50 { opacity: .50; } .opacity-80 { opacity: .80; } .opacity-85 { opacity: .85; } .outline-none { outline: 2px solid transparent; outline-offset: 2px; } .focus\:outline-none:focus { outline: 2px solid transparent; outline-offset: 2px; } .p-7 { padding: 1.75rem; } .p-8 { padding: 2rem; } .py-2 { padding-top: 0.5rem; padding-bottom: 0.5rem; } .px-2 { padding-left: 0.5rem; padding-right: 0.5rem; } .py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; } .px-3 { padding-left: 0.75rem; padding-right: 0.75rem; } .py-4 { padding-top: 1rem; padding-bottom: 1rem; } .px-4 { padding-left: 1rem; padding-right: 1rem; } .px-5 { padding-left: 1.25rem; padding-right: 1.25rem; } .py-6 { padding-top: 1.5rem; padding-bottom: 1.5rem; } .px-6 { padding-left: 1.5rem; padding-right: 1.5rem; } .py-8 { padding-top: 2rem; padding-bottom: 2rem; } .px-8 { padding-left: 2rem; padding-right: 2rem; } .py-10 { padding-top: 2.5rem; padding-bottom: 2.5rem; } .py-12 { padding-top: 3rem; padding-bottom: 3rem; } .px-12 { padding-left: 3rem; padding-right: 3rem; } .py-16 { padding-top: 4rem; padding-bottom: 4rem; } .py-20 { padding-top: 5rem; padding-bottom: 5rem; } .pt-0 { padding-top: 0px; } .pl-0 { padding-left: 0px; } .pt-2 { padding-top: 0.5rem; } .pb-2 { padding-bottom: 0.5rem; } .pt-3 { padding-top: 0.75rem; } .pb-4 { padding-bottom: 1rem; } .pb-5 { padding-bottom: 1.25rem; } .pt-8 { padding-top: 2rem; } .pb-12 { padding-bottom: 3rem; } .pt-16 { padding-top: 4rem; } .pt-20 { padding-top: 5rem; } .pb-20 { padding-bottom: 5rem; } .static { position: static; } .absolute { position: absolute; } .relative { position: relative; } .inset-0 { top: 0px; right: 0px; bottom: 0px; left: 0px; } .top-0 { top: 0px; } .left-0 { left: 0px; } .resize-none { resize: none; } * { --tw-shadow: 0 0 #0000; } * { --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/); --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59, 130, 246, 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; } .text-center { text-align: center; } .text-right { text-align: right; } .text-white { --tw-text-opacity: 1; color: rgba(255, 255, 255, var(--tw-text-opacity)); } .text-btn { --tw-text-opacity: 1; color: rgba(3, 152, 158, var(--tw-text-opacity)); } .text-primary { --tw-text-opacity: 1; color: rgba(0, 74, 173, var(--tw-text-opacity)); } .text-sec_primary { --tw-text-opacity: 1; color: rgba(248, 210, 210, var(--tw-text-opacity)); } .text-footer { --tw-text-opacity: 1; color: rgba(9, 24, 61, var(--tw-text-opacity)); } .text-gray_100 { --tw-text-opacity: 1; color: rgba(242, 242, 242, var(--tw-text-opacity)); } .text-gray_300 { --tw-text-opacity: 1; color: rgba(136, 136, 136, var(--tw-text-opacity)); } .text-gray_400 { --tw-text-opacity: 1; color: rgba(55, 73, 86, var(--tw-text-opacity)); } .text-gray_500 { --tw-text-opacity: 1; color: rgba(51, 51, 51, var(--tw-text-opacity)); } .hover\:text-btn:hover { --tw-text-opacity: 1; color: rgba(3, 152, 158, var(--tw-text-opacity)); } .hover\:text-hover_text:hover { color: #03989EBF; } .uppercase { text-transform: uppercase; } .capitalize { text-transform: capitalize; } .underline { text-decoration: underline; } .tracking-md_tight { letter-spacing: 0.3px; } .tracking-mmd_tight { letter-spacing: 0.094; } .tracking-lg_tight { letter-spacing: 0.09375em; } .tracking-xl_tight { letter-spacing: 0.19rem; } .tracking-xxl_tight { letter-spacing: -2.5px; } .tracking-xxl_nomrmal { letter-spacing: 1.5px; } .w-auto { width: auto; } .w-10\/12 { width: 83.333333%; } .w-full { width: 100%; } .z-50 { z-index: 50; } .grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); } .transform { --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); } .transition-all { transition-property: all; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; } .duration-300 { transition-duration: 300ms; } @-webkit-keyframes spin { to { transform: rotate(360deg); } } @keyframes spin { to { transform: rotate(360deg); } } @-webkit-keyframes ping { 75%, 100% { transform: scale(2); opacity: 0; } } @keyframes ping { 75%, 100% { transform: scale(2); opacity: 0; } } @-webkit-keyframes pulse { 50% { opacity: .5; } } @keyframes pulse { 50% { opacity: .5; } } @-webkit-keyframes bounce { 0%, 100% { transform: translateY(-25%); -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1); animation-timing-function: cubic-bezier(0.8,0,1,1); } 50% { transform: none; -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1); animation-timing-function: cubic-bezier(0,0,0.2,1); } } @keyframes bounce { 0%, 100% { transform: translateY(-25%); -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1); animation-timing-function: cubic-bezier(0.8,0,1,1); } 50% { transform: none; -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1); animation-timing-function: cubic-bezier(0,0,0.2,1); } } @media (min-width: 640px) { } @media (min-width: 768px) { .md\:space-y-0 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(0px * var(--tw-space-y-reverse)); } .md\:space-x-6 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0; margin-right: calc(1.5rem * var(--tw-space-x-reverse)); margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse))); } .md\:block { display: block; } .md\:inline-block { display: inline-block; } .md\:flex { display: flex; } .md\:grid { display: grid; } .md\:flex-row { flex-direction: row; } .md\:h-xs_sm { height: 500px; } .md\:text-xs_4xl { font-size: 4.375rem; } .md\:text-xs_2xxl { font-size: 2.5rem; } .md\:text-xs_2xl { font-size: 2.8125rem; } .md\:mt-0 { margin-top: 0px; } .md\:mb-0 { margin-bottom: 0px; } .md\:mr-4 { margin-right: 1rem; } .md\:mb-10 { margin-bottom: 2.5rem; } .md\:ml-auto { margin-left: auto; } .md\:px-0 { padding-left: 0px; padding-right: 0px; } .md\:px-6 { padding-left: 1.5rem; padding-right: 1.5rem; } .md\:py-12 { padding-top: 3rem; padding-bottom: 3rem; } .md\:py-16 { padding-top: 4rem; padding-bottom: 4rem; } .md\:px-16 { padding-left: 4rem; padding-right: 4rem; } .md\:py-20 { padding-top: 5rem; padding-bottom: 5rem; } .md\:pt-0 { padding-top: 0px; } .md\:pb-4 { padding-bottom: 1rem; } .md\:pt-8 { padding-top: 2rem; } .md\:pb-16 { padding-bottom: 4rem; } .md\:pb-24 { padding-bottom: 6rem; } .md\:pt-28 { padding-top: 7rem; } .md\:pt-32 { padding-top: 8rem; } .md\:text-left { text-align: left; } .md\:w-auto { width: auto; } .md\:w-5\/12 { width: 41.666667%; } .md\:w-6\/12 { width: 50%; } .md\:w-7\/12 { width: 58.333333%; } .md\:gap-6 { gap: 1.5rem; } .md\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); } } @media (min-width: 1024px) { .lg\:space-x-4 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0; margin-right: calc(1rem * var(--tw-space-x-reverse)); margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))); } .lg\:space-x-10 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0; margin-right: calc(2.5rem * var(--tw-space-x-reverse)); margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse))); } .lg\:block { display: block; } .lg\:flex { display: flex; } .lg\:hidden { display: none; } .lg\:flex-row { flex-direction: row; } .lg\:flex-wrap { flex-wrap: wrap; } .lg\:justify-start { justify-content: flex-start; } .lg\:h-h_auto { height: auto; } .lg\:text-xs_3xxl { font-size: 3.125rem; } .lg\:mt-2 { margin-top: 0.5rem; } .lg\:mb-14 { margin-bottom: 3.5rem; } .lg\:mb-20 { margin-bottom: 5rem; } .lg\:ml-auto { margin-left: auto; } .lg\:-mt-0 { margin-top: 0px; } .lg\:-mt-12 { margin-top: -3rem; } .lg\:p-12 { padding: 3rem; } .lg\:px-8 { padding-left: 2rem; padding-right: 2rem; } .lg\:px-10 { padding-left: 2.5rem; padding-right: 2.5rem; } .lg\:px-14 { padding-left: 3.5rem; padding-right: 3.5rem; } .lg\:px-16 { padding-left: 4rem; padding-right: 4rem; } .lg\:py-20 { padding-top: 5rem; padding-bottom: 5rem; } .lg\:py-24 { padding-top: 6rem; padding-bottom: 6rem; } .lg\:py-32 { padding-top: 8rem; padding-bottom: 8rem; } .lg\:pt-0 { padding-top: 0px; } .lg\:pr-12 { padding-right: 3rem; } .lg\:pl-12 { padding-left: 3rem; } .lg\:pt-16 { padding-top: 4rem; } .lg\:pt-24 { padding-top: 6rem; } .lg\:pb-28 { padding-bottom: 7rem; } .lg\:static { position: static; } .lg\:w-auto { width: auto; } .lg\:w-1\/2 { width: 50%; } .lg\:w-6\/12 { width: 50%; } .lg\:gap-10 { gap: 2.5rem; } } @media (min-width: 1280px) { .xl\:space-x-8 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0; margin-right: calc(2rem * var(--tw-space-x-reverse)); margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse))); } .xl\:px-8 { padding-left: 2rem; padding-right: 2rem; } .xl\:px-12 { padding-left: 3rem; padding-right: 3rem; } .xl\:py-16 { padding-top: 4rem; padding-bottom: 4rem; } .xl\:px-16 { padding-left: 4rem; padding-right: 4rem; } .xl\:px-20 { padding-left: 5rem; padding-right: 5rem; } .xl\:py-24 { padding-top: 6rem; padding-bottom: 6rem; } .xl\:px-28 { padding-left: 7rem; padding-right: 7rem; } .xl\:px-32 { padding-left: 8rem; padding-right: 8rem; } .xl\:pt-44 { padding-top: 11rem; } .xl\:w-10\/12 { width: 83.333333%; } .xl\:w-11\/12 { width: 91.666667%; } } @media (min-width: 1536px) { .\32xl\:py-10 { padding-top: 2.5rem; padding-bottom: 2.5rem; } .\32xl\:px-28 { padding-left: 7rem; padding-right: 7rem; } }
0.64579
0.131424
.container{ display: inline-block; padding-top: 5px; width: 100%; background: #CC0B16; padding-bottom: 10px; } body { background: #70060C; color: white; font-family: 'Bellefair', serif; text-align: center; margin: 0; } /* Nav */ nav { background: black; padding-bottom: 10px; padding-top: 10px; width: 100%; font-family: sans-serif; font-family: "Circle", Verdana, Tahoma; text-align: center; vertical-align: middle; position: fixed; bottom: 0; } #nic { color: #40CC33; text-decoration: none; } #nic:hover { color: #4A9943; } /* Button & its buttons */ button:focus {outline:0;} button{ border: none; color: white; font-family: 'Bellefair', serif; text-decoration: none; } #sessionButtons button{ background: #FF0E1B; } sessionButtons button:hover { background-color: #CC0B16 } #options button{ background: #70060C; color: #FF0E1B; float: right; } #options button:hover{ color: #CC0B16; } .pomProgressTimer canvas { max-width: 100%; max-height: 100%; } #pause, #reset, #play { background: #70060C; color: #FF0E1B; margin: 0 auto; } #pause:hover, #reset:hover, #play:hover{ color: #CC0B16; } #sessionButtons button{ font-size: 16px; padding: 5px 5% 5px 5%; } /* Change Time Settings */ #changeTimeContainer{ width: 308px; display: none; float: right; padding: 0px; margin-right: 10px; } input[type="radio"] { display: none; } label{ font-size: 18px; padding: 5px 5% 5px 5%; } label, #changeTimeContainer button{ background: #FF7078; } #CONT{ height: 700px; width: 308px; float: right; display: none; } label:hover, #changeTimeContainer button:hover{ background: #FF0E1B; } input[type="radio"]:checked + label{ background: #CC0B16; } #display{ font-size: 25px; margin-top: 300px; font-weight: bold; } .container p{ font-size: 18px; } .container button{ font-size: 18px; } @media screen and (max-width: 1000px) { #CONT{ float: none; height: 200px; margin: 0 auto; margin-bottom: 10px; } }
css.css
.container{ display: inline-block; padding-top: 5px; width: 100%; background: #CC0B16; padding-bottom: 10px; } body { background: #70060C; color: white; font-family: 'Bellefair', serif; text-align: center; margin: 0; } /* Nav */ nav { background: black; padding-bottom: 10px; padding-top: 10px; width: 100%; font-family: sans-serif; font-family: "Circle", Verdana, Tahoma; text-align: center; vertical-align: middle; position: fixed; bottom: 0; } #nic { color: #40CC33; text-decoration: none; } #nic:hover { color: #4A9943; } /* Button & its buttons */ button:focus {outline:0;} button{ border: none; color: white; font-family: 'Bellefair', serif; text-decoration: none; } #sessionButtons button{ background: #FF0E1B; } sessionButtons button:hover { background-color: #CC0B16 } #options button{ background: #70060C; color: #FF0E1B; float: right; } #options button:hover{ color: #CC0B16; } .pomProgressTimer canvas { max-width: 100%; max-height: 100%; } #pause, #reset, #play { background: #70060C; color: #FF0E1B; margin: 0 auto; } #pause:hover, #reset:hover, #play:hover{ color: #CC0B16; } #sessionButtons button{ font-size: 16px; padding: 5px 5% 5px 5%; } /* Change Time Settings */ #changeTimeContainer{ width: 308px; display: none; float: right; padding: 0px; margin-right: 10px; } input[type="radio"] { display: none; } label{ font-size: 18px; padding: 5px 5% 5px 5%; } label, #changeTimeContainer button{ background: #FF7078; } #CONT{ height: 700px; width: 308px; float: right; display: none; } label:hover, #changeTimeContainer button:hover{ background: #FF0E1B; } input[type="radio"]:checked + label{ background: #CC0B16; } #display{ font-size: 25px; margin-top: 300px; font-weight: bold; } .container p{ font-size: 18px; } .container button{ font-size: 18px; } @media screen and (max-width: 1000px) { #CONT{ float: none; height: 200px; margin: 0 auto; margin-bottom: 10px; } }
0.121373
0.058185
/* disable badge styles */ img[alt="badge"] { display: unset; margin: unset; border-radius: unset; } /* enable pre-block scrolling */ pre.highlight { overflow-x: auto; white-space: pre; } /* splash image style */ img[alt="splash"] { width: 100%; } @media (min-width: 48em) { img[alt="splash"] { margin: 2rem auto; width: 80%; } } /* center all post images */ .post img { display: block; margin-left: auto; margin-right: auto; } .twitter-tweet { margin: 1rem auto !important; } /* support .small post images */ .post img.small { width: 60%; } @media (min-width: 48em) { .post img.small { width: 40%; } } li { margin-bottom: .6rem; } /* main logo */ .sidebar img { border-radius: 0px; display: inline; } .reading-time { color: limegreen; } .sidebar-footer { text-align: center; font-size: small; } @media (min-width: 48em) { .sidebar-footer { text-align: left; } } .sidebar-footer a { color: silver; margin-top: .3rem; } .sidebar-footer a:hover { color: white; } .sidebar-footer a svg { width: .7rem; margin-left: .4rem; } .sidebar-footer a svg path { fill: #49a4ef; } .message-special { border-radius: .5rem; padding:.5rem; background: linear-gradient(45deg, rgba(255,204,235,1) 0%, rgba(255,253,204,1) 12.5%, rgba(205,255,206,1) 25%, rgba(202,255,253,1) 37.5%, rgba(255,210,237,1) 50%, rgba(255,253,205,1) 62.5%, rgba(212,255,212,1) 75%, rgba(204,255,253,1) 87.5%, rgba(255,211,238,1) 100%); color:#333; } .message { font-style: italic; } /***********************/ /* Overwrite POOLE.CSS */ /***********************/ p { margin: 1rem 0; } strong { font-weight: bold; /* background: -webkit-linear-gradient( #848c6d, #98b14e); -webkit-text-fill-color: transparent; -webkit-background-clip: text; */ color: #93a25e; } h1, h2, h3 { margin: 2rem 0 1rem 0; } /* No `:visited` state is required by default (browsers will use `a`) */ a { color: #009ec8; /* text-decoration: none; */ } /* * Custom type * * Extend paragraphs with `.lead` for larger introductory text. */ .lead { font-size: 1.1rem; /* 1.25rem */ /* font-weight: 300; */ } @media (max-width: 48em) { .lead { text-transform: lowercase } .lead::before { content: "¬\a0"; font-size: .6rem; font-weight: bold; vertical-align: middle; } p.lead {} .lead::after { content: "\a0⌐"; font-size: .6rem; font-weight: bold; vertical-align: middle; } } .pagination { font-family: inherit; } .post-date { display: unset; } /**********************/ /* Overwrite HYDE.CSS */ /**********************/ /* * Global resets * * Update the foundational and global aspects of the page. */ html { font-family: 'droid_sans_monoregular', Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace, Menlo; } /* About section */ .sidebar-about h1 { /* margin-top: 0;*/ font-weight: normal; /* font-family: arial, helvetica, sans-serif; */ font-size: 1.5rem; word-spacing: -.2rem; white-space: nowrap; } img + em { display: block; text-align: center; font-style: normal; font-size: smaller; } img { margin-top: 1rem; margin-bottom: 1rem; } /*************************/ /* 🎄 <NAME> 🎄 */ /* http://bit.ly/33U8QXY */ /*************************/ .glow { color: Lime; -webkit-animation: glow 2s ease-in-out infinite alternate; -moz-animation: glow 2s ease-in-out infinite alternate; animation: glow 2s ease-in-out infinite alternate; } @keyframes glow { 0% { text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 3px #c00, 0 0 4px #f60, 0 0 5px #474, 0 0 6px #e07, 0 0 7px #06F; } 100% { text-shadow: 0 0 2px #fff, 0 0 3px #c30, 0 0 4px #c22, 0 0 5px #fc8, 0 0 6px #0a5, 0 0 7px #f4a, 0 0 8px #09f; } }
public/css/blog.css
/* disable badge styles */ img[alt="badge"] { display: unset; margin: unset; border-radius: unset; } /* enable pre-block scrolling */ pre.highlight { overflow-x: auto; white-space: pre; } /* splash image style */ img[alt="splash"] { width: 100%; } @media (min-width: 48em) { img[alt="splash"] { margin: 2rem auto; width: 80%; } } /* center all post images */ .post img { display: block; margin-left: auto; margin-right: auto; } .twitter-tweet { margin: 1rem auto !important; } /* support .small post images */ .post img.small { width: 60%; } @media (min-width: 48em) { .post img.small { width: 40%; } } li { margin-bottom: .6rem; } /* main logo */ .sidebar img { border-radius: 0px; display: inline; } .reading-time { color: limegreen; } .sidebar-footer { text-align: center; font-size: small; } @media (min-width: 48em) { .sidebar-footer { text-align: left; } } .sidebar-footer a { color: silver; margin-top: .3rem; } .sidebar-footer a:hover { color: white; } .sidebar-footer a svg { width: .7rem; margin-left: .4rem; } .sidebar-footer a svg path { fill: #49a4ef; } .message-special { border-radius: .5rem; padding:.5rem; background: linear-gradient(45deg, rgba(255,204,235,1) 0%, rgba(255,253,204,1) 12.5%, rgba(205,255,206,1) 25%, rgba(202,255,253,1) 37.5%, rgba(255,210,237,1) 50%, rgba(255,253,205,1) 62.5%, rgba(212,255,212,1) 75%, rgba(204,255,253,1) 87.5%, rgba(255,211,238,1) 100%); color:#333; } .message { font-style: italic; } /***********************/ /* Overwrite POOLE.CSS */ /***********************/ p { margin: 1rem 0; } strong { font-weight: bold; /* background: -webkit-linear-gradient( #848c6d, #98b14e); -webkit-text-fill-color: transparent; -webkit-background-clip: text; */ color: #93a25e; } h1, h2, h3 { margin: 2rem 0 1rem 0; } /* No `:visited` state is required by default (browsers will use `a`) */ a { color: #009ec8; /* text-decoration: none; */ } /* * Custom type * * Extend paragraphs with `.lead` for larger introductory text. */ .lead { font-size: 1.1rem; /* 1.25rem */ /* font-weight: 300; */ } @media (max-width: 48em) { .lead { text-transform: lowercase } .lead::before { content: "¬\a0"; font-size: .6rem; font-weight: bold; vertical-align: middle; } p.lead {} .lead::after { content: "\a0⌐"; font-size: .6rem; font-weight: bold; vertical-align: middle; } } .pagination { font-family: inherit; } .post-date { display: unset; } /**********************/ /* Overwrite HYDE.CSS */ /**********************/ /* * Global resets * * Update the foundational and global aspects of the page. */ html { font-family: 'droid_sans_monoregular', Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace, Menlo; } /* About section */ .sidebar-about h1 { /* margin-top: 0;*/ font-weight: normal; /* font-family: arial, helvetica, sans-serif; */ font-size: 1.5rem; word-spacing: -.2rem; white-space: nowrap; } img + em { display: block; text-align: center; font-style: normal; font-size: smaller; } img { margin-top: 1rem; margin-bottom: 1rem; } /*************************/ /* 🎄 <NAME> 🎄 */ /* http://bit.ly/33U8QXY */ /*************************/ .glow { color: Lime; -webkit-animation: glow 2s ease-in-out infinite alternate; -moz-animation: glow 2s ease-in-out infinite alternate; animation: glow 2s ease-in-out infinite alternate; } @keyframes glow { 0% { text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 3px #c00, 0 0 4px #f60, 0 0 5px #474, 0 0 6px #e07, 0 0 7px #06F; } 100% { text-shadow: 0 0 2px #fff, 0 0 3px #c30, 0 0 4px #c22, 0 0 5px #fc8, 0 0 6px #0a5, 0 0 7px #f4a, 0 0 8px #09f; } }
0.358802
0.067148
/* Tweak some item controls styles to fit the additional buttons*/ .training .item-controls { min-width: fit-content; min-width: -moz-fit-content; } .training .item-controls a { min-width: fit-content; min-width: -moz-fit-content; flex: 1 !important; margin-right: 5px; } /* Type Column */ .training .item-detail { text-transform: capitalize; } /* Progress Columns */ .training .item-detail.bar { flex: 1 !important; } /* Progress Override Input */ .training .item-detail .training-override { text-align: right; padding-top: 1px; line-height: 1; display: inline; max-width: 30px; } /* Training Bar */ .training .progress-bar { background-color: rgba(0,0,0,0.1); border-radius: 4px; height: 20px; margin: 5px; } /* Training Bar Progress */ .training .progress-bar .training-completion { color: #111111; background-color: rgba(255,0,0,0.4); border-radius: 4px; height: 100%; line-height: 22px; } /* Training Bar Progress Percent Text */ .training .progress-bar .training-completion span { margin-left: 5px; } /*********************************/ /* DIALOGS */ /*****************************/ .training-dialog .field { display: flex; margin-bottom: 10px; padding-top: 5px; } .training-dialog .field * { flex: 5; } /*********************************/ /* AUDIT LOGS */ /*****************************/ .audit-log .instructions { margin-bottom: 10px; } .audit-log .action-table { margin-bottom: 20px; } .audit-log .action-table table { text-align: left; border: none; background-color: none; } .audit-log .action-table table tr th, .audit-log .action-table table tr td { padding-top: 5px; padding-bottom: 5px; } .audit-log .action-table table tr:nth-of-type(even) td { background-color: rgba(0,0,0,0.2); } .audit-log .action-table table tr:hover td { background-color: rgba(255,0,0,0.2); } .audit-log footer{ display: flex; } .audit-log #apply-audits, .audit-log #cancel-audits { flex: 1; } /*********************************/ /* SUPPORT FOR D&D5E DARK MODE */ /*****************************/ /* Training Bar */ .dark-mode .training .progress-bar { background-color: #303030; } /* Training Bar Progress */ .dark-mode .training .progress-bar .training-completion { background-color: #3F88E6; color: #000000; } .dark-mode .audit-log .action-table table tr:nth-of-type(even) td { background-color: rgba(0,0,0,0.5); } .dark-mode .audit-log .action-table table tr:hover td { background-color: rgba(63,136,230, 0.4); } /*********************************/ /* SUPPORT FOR TIDY 5E */ /*****************************/ /* Hide the lock by default */ .training .tidy5e-delete-lock { display: none; } /* Show the lock when tidy is active*/ .tidy5e.sheet.actor .training .tidy5e-delete-lock { display: inline-block; } .tidy5e .training .item-controls .item-create { padding-left: 5px; padding-right: 5px; } .tidy5e .training .item-controls .item-create:last-child { margin-right: 0px; } /* Tweak activity entries on NPC sheet */ .tidy5e.sheet.actor.npc .training .inventory-list .item .item-name .item-image { height: 30px; width: 30px; flex: 0 0 30px; } .tidy5e.sheet.actor.npc .training .inventory-list .item .item-name h4 { line-height: 30px; } .tidy5e.sheet.actor.npc .training .inventory-list .inventory-header .item-controls a.item-create { margin-top: 0px; padding: 4px 5px; margin-right: 5px; } .tidy5e.sheet.actor.npc .training .inventory-list .item { line-height: 30px; } /* Controls dark mode support */ .tidy5eDark .tidy5e.sheet.actor .training .inventory-list .item-controls a, .tidy5eDark .tidy5e.sheet.actor .training .inventory-list .item-controls a:hover { color: var(--darkmode-primary-color); font-weight: 300; } /* Training bar dark mode support */ .tidy5eDark .training .progress-bar { background-color: var(--darkmode-faint-color); } .tidy5eDark .training .progress-bar .training-completion { background-color: var(--darkmode-secondary-accent); }
styles/training.css
/* Tweak some item controls styles to fit the additional buttons*/ .training .item-controls { min-width: fit-content; min-width: -moz-fit-content; } .training .item-controls a { min-width: fit-content; min-width: -moz-fit-content; flex: 1 !important; margin-right: 5px; } /* Type Column */ .training .item-detail { text-transform: capitalize; } /* Progress Columns */ .training .item-detail.bar { flex: 1 !important; } /* Progress Override Input */ .training .item-detail .training-override { text-align: right; padding-top: 1px; line-height: 1; display: inline; max-width: 30px; } /* Training Bar */ .training .progress-bar { background-color: rgba(0,0,0,0.1); border-radius: 4px; height: 20px; margin: 5px; } /* Training Bar Progress */ .training .progress-bar .training-completion { color: #111111; background-color: rgba(255,0,0,0.4); border-radius: 4px; height: 100%; line-height: 22px; } /* Training Bar Progress Percent Text */ .training .progress-bar .training-completion span { margin-left: 5px; } /*********************************/ /* DIALOGS */ /*****************************/ .training-dialog .field { display: flex; margin-bottom: 10px; padding-top: 5px; } .training-dialog .field * { flex: 5; } /*********************************/ /* AUDIT LOGS */ /*****************************/ .audit-log .instructions { margin-bottom: 10px; } .audit-log .action-table { margin-bottom: 20px; } .audit-log .action-table table { text-align: left; border: none; background-color: none; } .audit-log .action-table table tr th, .audit-log .action-table table tr td { padding-top: 5px; padding-bottom: 5px; } .audit-log .action-table table tr:nth-of-type(even) td { background-color: rgba(0,0,0,0.2); } .audit-log .action-table table tr:hover td { background-color: rgba(255,0,0,0.2); } .audit-log footer{ display: flex; } .audit-log #apply-audits, .audit-log #cancel-audits { flex: 1; } /*********************************/ /* SUPPORT FOR D&D5E DARK MODE */ /*****************************/ /* Training Bar */ .dark-mode .training .progress-bar { background-color: #303030; } /* Training Bar Progress */ .dark-mode .training .progress-bar .training-completion { background-color: #3F88E6; color: #000000; } .dark-mode .audit-log .action-table table tr:nth-of-type(even) td { background-color: rgba(0,0,0,0.5); } .dark-mode .audit-log .action-table table tr:hover td { background-color: rgba(63,136,230, 0.4); } /*********************************/ /* SUPPORT FOR TIDY 5E */ /*****************************/ /* Hide the lock by default */ .training .tidy5e-delete-lock { display: none; } /* Show the lock when tidy is active*/ .tidy5e.sheet.actor .training .tidy5e-delete-lock { display: inline-block; } .tidy5e .training .item-controls .item-create { padding-left: 5px; padding-right: 5px; } .tidy5e .training .item-controls .item-create:last-child { margin-right: 0px; } /* Tweak activity entries on NPC sheet */ .tidy5e.sheet.actor.npc .training .inventory-list .item .item-name .item-image { height: 30px; width: 30px; flex: 0 0 30px; } .tidy5e.sheet.actor.npc .training .inventory-list .item .item-name h4 { line-height: 30px; } .tidy5e.sheet.actor.npc .training .inventory-list .inventory-header .item-controls a.item-create { margin-top: 0px; padding: 4px 5px; margin-right: 5px; } .tidy5e.sheet.actor.npc .training .inventory-list .item { line-height: 30px; } /* Controls dark mode support */ .tidy5eDark .tidy5e.sheet.actor .training .inventory-list .item-controls a, .tidy5eDark .tidy5e.sheet.actor .training .inventory-list .item-controls a:hover { color: var(--darkmode-primary-color); font-weight: 300; } /* Training bar dark mode support */ .tidy5eDark .training .progress-bar { background-color: var(--darkmode-faint-color); } .tidy5eDark .training .progress-bar .training-completion { background-color: var(--darkmode-secondary-accent); }
0.31216
0.058912
@charset "UTF-8"; /* Theme Name: Bappi Theme URI: Author: Bappi Author URI: https://bappi.blog/ Description: A simple hacker style theme. Version: 1.0.6 Tested up to: 5.5 Requires PHP: 5.6 License: GNU General Public License v2 or later License URI: LICENSE Text Domain: bappi Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready This theme, like WordPress, is licensed under the GPL. Use it to make something cool, have fun, and share what you've learned with others. */ /*-------------------------------------------------------------- >>> TABLE OF CONTENTS: ---------------------------------------------------------------- # Normalize # Typography # Forms # Navigation ## Links ## Menus # Accessibility # Alignments # Clearings # Widgets # Content ## Posts and pages ## Comments # Infinite scroll # Media ## Captions ## Galleries --------------------------------------------------------------*/ /* Embedded content ========================================================================== */ /** * Remove the border on images inside links in IE 10. */ img { border-style: none; } /* Forms ========================================================================== */ /** * 1. Change the font styles in all browsers. * 2. Remove the margin in Firefox and Safari. */ button, input, optgroup, select, textarea { font-family: inherit; /* 1 */ font-size: 100%; /* 1 */ line-height: 1.15; /* 1 */ margin: 0; /* 2 */ } /** * Show the overflow in IE. * 1. Show the overflow in Edge. */ button, input { /* 1 */ overflow: visible; } /** * Remove the inheritance of text transform in Edge, Firefox, and IE. * 1. Remove the inheritance of text transform in Firefox. */ button, select { /* 1 */ text-transform: none; } /** * Correct the inability to style clickable types in iOS and Safari. */ button, [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; } /** * Remove the inner border and padding in Firefox. */ a:focus { color: #049269; } button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; } /** * Restore the focus styles unset by the previous rule. */ button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; } *, ::after, ::before { box-sizing: border-box !important; } /** * Correct the padding in Firefox. */ fieldset { padding: 0.35em 0.75em 0.625em; } /** * 1. Correct the text wrapping in Edge and IE. * 2. Correct the color inheritance from `fieldset` elements in IE. * 3. Remove the padding so developers are not caught out when they zero out * `fieldset` elements in all browsers. */ legend { box-sizing: border-box; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */ } /** * Add the correct vertical alignment in Chrome, Firefox, and Opera. */ progress { vertical-align: baseline; } /** * Remove the default vertical scrollbar in IE 10+. */ textarea { overflow: auto; } /** * 1. Add the correct box sizing in IE 10. * 2. Remove the padding in IE 10. */ [type="checkbox"], [type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ } /** * Correct the cursor style of increment and decrement buttons in Chrome. */ [type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; } .text-center { text-align: center; } /** * 1. Correct the odd appearance in Chrome and Safari. * 2. Correct the outline style in Safari. */ [type="search"] { -webkit-appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */ } /** * Remove the inner padding in Chrome and Safari on macOS. */ [type="search"]::-webkit-search-decoration { -webkit-appearance: none; } /** * 1. Correct the inability to style clickable types in iOS and Safari. * 2. Change font properties to `inherit` in Safari. */ ::-webkit-file-upload-button { -webkit-appearance: button; /* 1 */ font: inherit; /* 2 */ } /* Interactive ========================================================================== */ /* * Add the correct display in Edge, IE 10+, and Firefox. */ details { display: block; } /* * Add the correct display in all browsers. */ summary { display: list-item; } /* Misc ========================================================================== */ /** * Add the correct display in IE 10+. */ template { display: none; } /** * Add the correct display in IE 10. */ [hidden] { display: none; } /* ---------------------------------------------- # Focus Color ---------------------------------------------- */ input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, button:active, button:focus, input[type="button"]:active, input[type="button"]:focus, input[type="reset"]:active, input[type="reset"]:focus, input[type="submit"]:active, input[type="submit"]:focus { border-color: #f8805b; } a:focus { color: #f8805b; } /*.content-center { margin-left: 16.66%; }*/ /*---------------------------------------------------------------- # Normalize ----------------------------------------------------------------*/ .site-description{ clip: 'rect(1px, 1px, 1px, 1px)', position: 'absolute' }; html { box-sizing: border-box; } *, *:before, *:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */ box-sizing: inherit; } body { background: #fff; /* Fallback for when there is no custom background color defined. */ } hr { background-color: #ccc; border: 0; height: 1px; margin-bottom: 1.5em; } ul, ol { margin: 0 0 1.5em 3em; } ul { list-style: disc; } ol { list-style: decimal; } li > ul, li > ol { margin-bottom: 0; margin-left: 1.5em; } dt { font-weight: bold; } dd { margin: 0 1.5em 1.5em; } img { height: auto; /* Make sure images are scaled correctly. */ max-width: 100%; /* Adhere to container width. */ } figure { margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */ } table { margin: 0 0 1.5em; width: 100%; } /*-------------------------------------------------------------- # Typography --------------------------------------------------------------*/ body, button, input, select, optgroup, textarea { color: #404040; /*font-family: sans-serif;*/ font-family: "Courier", "PT Mono", "Consolas", "courier new"; font-size: 16px; font-size: 1rem; line-height: 1.5; } button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; } button, textarea { background: #0f110c; border: 1px solid #b2df82; color: #b2df82; font-family: inherit; font-size: 14px; padding: 8px 10px; } h1, h2, h3, h4, h5, h6 { clear: both; } p { margin-bottom: 1.5em; } dfn, cite, em, i { font-style: italic; } blockquote { margin: 0 1.5em; } address { margin: 0 0 1.5em; } pre { background: #eee; font-family: "Courier 10 Pitch", Courier, monospace; font-size: 15px; font-size: 0.9375rem; line-height: 1.6; margin-bottom: 1.6em; max-width: 100%; overflow: auto; padding: 1.6em; } code, kbd, tt, var { font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; font-size: 15px; font-size: 0.9375rem; } abbr, acronym { border-bottom: 1px dotted #666; cursor: help; } mark, ins { background: #fff9c0; text-decoration: none; } big { font-size: 125%; } /*-------------------------------------------------------------- # Forms --------------------------------------------------------------*/ /*button, input[type="button"], input[type="reset"], input[type="submit"] { border: 1px solid; border-color: #ccc #ccc #bbb; border-radius: 3px; background: #e6e6e6; color: rgba(0, 0, 0, 0.8); font-size: 12px; font-size: 0.75rem; line-height: 1; padding: .6em 1em .4em; }*/ button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover { border-color: #ccc #bbb #aaa; } button:active, button:focus, input[type="button"]:active, input[type="button"]:focus, input[type="reset"]:active, input[type="reset"]:focus, input[type="submit"]:active, input[type="submit"]:focus { border-color: #aaa #bbb #bbb; } input[type="text"], input[type="email"], input[type="url"], input[type="password"], /*input[type="search"],*/ input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea { color: #666; border: 1px solid #ccc; border-radius: 3px; padding: 3px; } input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus { color: #111; } select { border: 1px solid #ccc; } textarea { width: 100%; } /*-------------------------------------------------------------- # Navigation --------------------------------------------------------------*/ /*-------------------------------------------------------------- ## Links --------------------------------------------------------------*/ a { color: royalblue; } a:hover, a:focus, a:active { color: #b0b0b1; } a:focus { outline: thin dotted; } a:hover, a:active { outline: 0; } a:visited { color: #b2df82; background: transparent !important; background-color: transparent !important; } a { background: transparent; color: #b2df82; line-height: 28px; } /*-------------------------------------------------------------- ## Menus --------------------------------------------------------------*/ .main-navigation { clear: both; display: block; float: left; width: 100%; } .main-navigation ul { /*display: none;*/ list-style: none; margin: 0; padding-left: 0; } .main-navigation ul ul { box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); float: left; position: absolute; top: 100%; left: -999em; z-index: 99999; } .main-navigation ul ul ul { left: -999em; top: 0; } .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul { left: 100%; } .main-navigation ul ul a { width: 200px; } .main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul { left: auto; } .main-navigation li { float: left; position: relative; } .main-navigation a { display: block; text-decoration: none; font-size: 14px; } .nav-menu > li { margin-right: 15px; } .site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation { margin: 0 0 1.5em; overflow: hidden; } .comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous { float: left; width: 50%; } .comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next { float: right; text-align: right; width: 50%; } /*-------------------------------------------------------------- # Accessibility --------------------------------------------------------------*/ /* Text meant only for screen readers. */ .screen-reader-text { border: 0; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute !important; width: 1px; word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */ } .screen-reader-text:focus { background-color: #f1f1f1; border-radius: 3px; box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); clip: auto !important; clip-path: none; color: #21759b; display: block; font-size: 14px; font-size: 0.875rem; font-weight: bold; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; /* Above WP toolbar. */ } /* Do not show the outline on the skip link target. */ #content[tabindex="-1"]:focus { outline: 0; } /*-------------------------------------------------------------- # Alignments --------------------------------------------------------------*/ .aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; } .post .entry-content > * { margin: 20px 0; } .alignright, .post .entry-content > *.alignright { margin-left: calc(2 * 1rem); display: inline; float: right; } .alignleft, .post .entry-content > *.alignleft { margin-right: calc(2 * 1rem); display: inline; float: left; } /*-------------------------------------------------------------- # Clearings --------------------------------------------------------------*/ .clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after { content: ""; display: table; table-layout: fixed; } .clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after { clear: both; } /*-------------------------------------------------------------- # Widgets --------------------------------------------------------------*/ .widget { margin: 0 0 1.5em; /* Make sure select elements fit in widgets. */ } .widget select { max-width: 100%; } .widget .search-form label { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; } .widget-title { font-size: 18px; margin-bottom: 10px; } .widget ul { list-style: none; } .widget .search-form { display: -webkit-box; display: -ms-flexbox; display: flex; } /*-------------------------------------------------------------- # Content --------------------------------------------------------------*/ /*-------------------------------------------------------------- ## Posts and pages --------------------------------------------------------------*/ .sticky { display: block; } .post, .page { margin: 0 0 1.5em; } .updated:not(.published) { display: none; } .page-content, .entry-content, .entry-summary { margin: 1.5em 0 0; } .page-links { clear: both; margin: 20px 0 1.5em; } .post ol, .post ul { list-style-type: disc; margin-left: 20px; } .post ul li { line-height: 1.8; } .post { margin-bottom: 20px; padding-bottom: 20px; } .entry-title { background: #b2df82; color: #0f110c; padding: 5px; margin-bottom: 10px; font-size: 22px; } .entry-title a, .entry-title a:hover { color: #060c08; } /*-------------------------------------------------------------- ## Comments --------------------------------------------------------------*/ .comment-content a { word-wrap: break-word; } .bypostauthor { display: block; } /*-------------------------------------------------------------- # Infinite scroll --------------------------------------------------------------*/ /* Globally hidden elements when Infinite Scroll is supported and in use. */ .infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */ display: none; } /* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */ .infinity-end.neverending .site-footer { display: block; } /* -------------------------------------------- Load Dashicon -------------------------------------------- */ .main-navigation.toggled .menu-toggle::before { content: "\f335"; left: 2px; top: -7px; position: absolute; font-size: 24px; font-family: dashicons; height: 0px; } .main-navigation.toggled .menu-toggle span { visibility: hidden; } /*-------------------------------------------------------------- # Media --------------------------------------------------------------*/ .page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley { border: none; margin-bottom: 0; margin-top: 0; padding: 0; } /* Make sure embeds and iframes fit their containers. */ embed, iframe, object { max-width: 100%; } /* Make sure logo link wraps around logo image. */ .custom-logo-link { display: inline-block; } /*-------------------------------------------------------------- ## Captions --------------------------------------------------------------*/ .wp-caption { margin-bottom: 1.5em; max-width: 100%; } .wp-caption img[class*="wp-image-"] { display: block; margin-left: auto; margin-right: auto; } .wp-caption .wp-caption-text { margin: 0.8075em 0; } .wp-caption-text { text-align: center; } /*-------------------------------------------------------------- ## Galleries --------------------------------------------------------------*/ .gallery { margin-bottom: 1.5em; } .gallery-item { display: inline-block; text-align: center; vertical-align: top; width: 100%; } .gallery-columns-2 .gallery-item { max-width: 50%; } .gallery-columns-3 .gallery-item { max-width: 33.33%; } .gallery-columns-4 .gallery-item { max-width: 25%; } .gallery-columns-5 .gallery-item { max-width: 20%; } .gallery-columns-6 .gallery-item { max-width: 16.66%; } .gallery-columns-7 .gallery-item { max-width: 14.28%; } .gallery-columns-8 .gallery-item { max-width: 12.5%; } .gallery-columns-9 .gallery-item { max-width: 11.11%; } .gallery-caption { display: block; } /*---------------------------------------------- ## Color ----------------------------------------------*/ body, code, kbd, tt, var, pre, input, textarea, select { color: #b2df82; background-color: #060c08; } // Reversed COlor a:focus, a:hover, .entry .entry-title, .comment-form-comment label, .form-submit input[type="submit"], .widget_calendar caption, .comments-area .comments-title, .main-navigation.is-extended .sub-menu a:hover, .menu-toggle { color: #060c08; background-color: #b2df82; } /*-------------------------------------------- ## Layout Style --------------------------------------------*/ .row { max-width: 1140px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: row wrap; flex-flow: row wrap; margin-left: auto; margin-right: auto; } .site-header { border-bottom: 2px solid #b2df82; padding-bottom: 30px; margin-bottom: 30px; } .site-info, .main-navigation, .site-branding { padding-left: 15px; padding-right: 15px; flex: 0 0 100%; max-width: 100%; display: flex; align-items: center; } .content-area { padding-left: 15px; padding-right: 15px; -webkit-box-flex: 0; -ms-flex: 0 0 66.66667%; flex: 0 0 66.66667%; max-width: 66.66667%; } .widget-area { padding-left: 15px; padding-right: 15px; padding-top: 18px; -webkit-box-flex: 0; -ms-flex: 0 0 33.33333%; flex: 0 0 33.33333%; max-width: 33.33333%; } .site-footer { margin-top: 40px; border-top: 2px solid #b2df82; padding: 40px 0; } /*----------------------------------------- //Heading -----------------------------------------*/ body { padding-top: 30px; } .search-form .search-field { width: 100%; } input:focus, input { background: transparent; border: 1px solid #b2df82; color: #b2df82; font-size: 13px; padding: 8px 10px; box-shadow: none; outline: none; } ol, ul { margin: 0; padding: 0; } .wp-block-quote:not(.is-style-large), .wp-block-quote:not(.is-style-large) { padding: 15px; border-left: 5px solid #0073aa; } .wp-block-pullquote { border-width: 2px; padding: 1rem; border-color: transparent; border-top: 2px solid #555d66; border-bottom: 2px solid #555d66; } .wp-block-pullquote p { font-style: italic; } .post .entry-content .wp-block-file .wp-block-file__button { display: table; margin-top: 15px; } .widget li:before { content: ">"; display: inline-block; margin-right: 5px; } .site-branding .site-title { font-size: 22px; } .site-title a { background: transparent; font-weight: 800; } a, .site-title a, .site-description { color: #b2df82; text-decoration: none; } .entry-title a:visited { color: #060c08; } .custom-logo-link:hover { background: transparent; } .entry-footer { margin: 15px 0; } .entry-footer > span { margin-right: 10px; } /*------------------------------------- ## Comment Form -------------------------------------*/ .comment-form-comment label { display: block; margin-bottom: -1px; padding: 3px 10px; } /*------------------------------------ ## Main Navigation Css ------------------------------------*/ .main-navigation .menu-item { display: inline-block; margin-right: 20px; position: relative; font-weight: bold; } .menu .children, .main-navigation .sub-menu .menu-item { background: #060c08; margin-right: 0; } .children li a, .main-navigation .sub-menu .menu-item a { padding: 2px 10px; } .main-navigation { padding-left: 0; } .site-description { display: inline; margin: auto; } .site-title { margin-bottom: 18px; display: inline-block; } .site-logo { margin-right: 40px; } /* mobile */ .submenu-controller { position: absolute; top: 0; right: 0; border: none; outline: none; padding: 2px 8px !important; } .submenu-controller:focus { border: 1px dotted #b2df82; } /* --------------------------------------- Sidebar --------------------------------------- */ .no-sidebar .content-area{ position: relative; left: 50%; transform: translateX(-50%); } /*------------------------------------------ Mobile Navigation ------------------------------------------*/ @media (min-width: 1200px) { .row { max-width: 1140px; } } @media (min-width: 992px) and (max-width: 1199px) { .row { max-width: 960px; } } @media (min-width: 768px) { .menu-toggle { display: none; } .main-navigation ul { display: block; } } @media (min-width: 768px) and (max-width: 991px) { .row { max-width: 720px; } .entry-title { font-size: 18px; } } /*@media (max-width: 575px){ .row{ max-width: 100%; } }*/ @media (max-width: 767px) { .menu-main-navigation-container { z-index: 99; margin-top: 80px; overflow: auto; /* position: fixed; */ } .submenu-controller::before { position: absolute; left: 0px; top: 0px; } .content-center { margin-left: 0%; } .row { max-width: 100%; } .main-navigation > div, .menu-menu-1-container { display: none; } /*.main-navigation.toggled .menu-menu-1-container*/ .main-navigation li { width: 100%; } .main-navigation.toggled > div { display: block; overflow: auto; } .admin-bar { padding-top: 0; } .menu-toggle { position: absolute; right: 15px; z-index: 50; padding: 1px 4px; font-size: 12px; top: -5px; } .site-branding { position: relative; } .main-navigation > div { position: absolute; width: 100%; top: 0; right: 0; height: calc(100vh - 30px); padding: 30px 15px; background-color: #060c08; } .main-navigation.toggled > div .menu.nav-menu { float: none; display: flex; flex-flow: column; } /**/ .header-content { padding-top: 15px; } .widget-area, .content-area { -webkit-box-flex: 0; -ms-flex: 0 0 66.66667%; flex: 0 0 100%; max-width: 100%; } .entry-title { font-size: 16px; } body, button, input, select, optgroup, textarea { font-size: 14px; } .site-branding .site-title { font-size: 18px; } .admin-bar { padding-top: 15px; } /*--------------------------------- //Mobile Menu ---------------------------------*/ .main-navigation .menu-item { padding-right: 27px; } .main-navigation .menu.nav-menu, .main-navigation ul ul, .sub-menu { display: none; position: static; width: 100%; box-shadow: none; } /* Small menu. */ .menu-toggle, .main-navigation.toggled .menu.nav-menu { display: block; } .page_item_has_children, .main-navigation .menu-item-has-children::before { content: "\f347"; position: absolute; right: 0; top: 5px; font-family: dashicons; } .showing-menu { overflow: hidden; } .main-navigation ul .children, .children { display: block; background: transparent; } } @media (min-width: 576px) and (max-width: 767px) { .row { max-width: 540px; } }
wp-MySite/wordpress/wp-content/themes/bappi/style.css
@charset "UTF-8"; /* Theme Name: Bappi Theme URI: Author: Bappi Author URI: https://bappi.blog/ Description: A simple hacker style theme. Version: 1.0.6 Tested up to: 5.5 Requires PHP: 5.6 License: GNU General Public License v2 or later License URI: LICENSE Text Domain: bappi Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready This theme, like WordPress, is licensed under the GPL. Use it to make something cool, have fun, and share what you've learned with others. */ /*-------------------------------------------------------------- >>> TABLE OF CONTENTS: ---------------------------------------------------------------- # Normalize # Typography # Forms # Navigation ## Links ## Menus # Accessibility # Alignments # Clearings # Widgets # Content ## Posts and pages ## Comments # Infinite scroll # Media ## Captions ## Galleries --------------------------------------------------------------*/ /* Embedded content ========================================================================== */ /** * Remove the border on images inside links in IE 10. */ img { border-style: none; } /* Forms ========================================================================== */ /** * 1. Change the font styles in all browsers. * 2. Remove the margin in Firefox and Safari. */ button, input, optgroup, select, textarea { font-family: inherit; /* 1 */ font-size: 100%; /* 1 */ line-height: 1.15; /* 1 */ margin: 0; /* 2 */ } /** * Show the overflow in IE. * 1. Show the overflow in Edge. */ button, input { /* 1 */ overflow: visible; } /** * Remove the inheritance of text transform in Edge, Firefox, and IE. * 1. Remove the inheritance of text transform in Firefox. */ button, select { /* 1 */ text-transform: none; } /** * Correct the inability to style clickable types in iOS and Safari. */ button, [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; } /** * Remove the inner border and padding in Firefox. */ a:focus { color: #049269; } button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; } /** * Restore the focus styles unset by the previous rule. */ button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; } *, ::after, ::before { box-sizing: border-box !important; } /** * Correct the padding in Firefox. */ fieldset { padding: 0.35em 0.75em 0.625em; } /** * 1. Correct the text wrapping in Edge and IE. * 2. Correct the color inheritance from `fieldset` elements in IE. * 3. Remove the padding so developers are not caught out when they zero out * `fieldset` elements in all browsers. */ legend { box-sizing: border-box; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */ } /** * Add the correct vertical alignment in Chrome, Firefox, and Opera. */ progress { vertical-align: baseline; } /** * Remove the default vertical scrollbar in IE 10+. */ textarea { overflow: auto; } /** * 1. Add the correct box sizing in IE 10. * 2. Remove the padding in IE 10. */ [type="checkbox"], [type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ } /** * Correct the cursor style of increment and decrement buttons in Chrome. */ [type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; } .text-center { text-align: center; } /** * 1. Correct the odd appearance in Chrome and Safari. * 2. Correct the outline style in Safari. */ [type="search"] { -webkit-appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */ } /** * Remove the inner padding in Chrome and Safari on macOS. */ [type="search"]::-webkit-search-decoration { -webkit-appearance: none; } /** * 1. Correct the inability to style clickable types in iOS and Safari. * 2. Change font properties to `inherit` in Safari. */ ::-webkit-file-upload-button { -webkit-appearance: button; /* 1 */ font: inherit; /* 2 */ } /* Interactive ========================================================================== */ /* * Add the correct display in Edge, IE 10+, and Firefox. */ details { display: block; } /* * Add the correct display in all browsers. */ summary { display: list-item; } /* Misc ========================================================================== */ /** * Add the correct display in IE 10+. */ template { display: none; } /** * Add the correct display in IE 10. */ [hidden] { display: none; } /* ---------------------------------------------- # Focus Color ---------------------------------------------- */ input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, button:active, button:focus, input[type="button"]:active, input[type="button"]:focus, input[type="reset"]:active, input[type="reset"]:focus, input[type="submit"]:active, input[type="submit"]:focus { border-color: #f8805b; } a:focus { color: #f8805b; } /*.content-center { margin-left: 16.66%; }*/ /*---------------------------------------------------------------- # Normalize ----------------------------------------------------------------*/ .site-description{ clip: 'rect(1px, 1px, 1px, 1px)', position: 'absolute' }; html { box-sizing: border-box; } *, *:before, *:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */ box-sizing: inherit; } body { background: #fff; /* Fallback for when there is no custom background color defined. */ } hr { background-color: #ccc; border: 0; height: 1px; margin-bottom: 1.5em; } ul, ol { margin: 0 0 1.5em 3em; } ul { list-style: disc; } ol { list-style: decimal; } li > ul, li > ol { margin-bottom: 0; margin-left: 1.5em; } dt { font-weight: bold; } dd { margin: 0 1.5em 1.5em; } img { height: auto; /* Make sure images are scaled correctly. */ max-width: 100%; /* Adhere to container width. */ } figure { margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */ } table { margin: 0 0 1.5em; width: 100%; } /*-------------------------------------------------------------- # Typography --------------------------------------------------------------*/ body, button, input, select, optgroup, textarea { color: #404040; /*font-family: sans-serif;*/ font-family: "Courier", "PT Mono", "Consolas", "courier new"; font-size: 16px; font-size: 1rem; line-height: 1.5; } button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; } button, textarea { background: #0f110c; border: 1px solid #b2df82; color: #b2df82; font-family: inherit; font-size: 14px; padding: 8px 10px; } h1, h2, h3, h4, h5, h6 { clear: both; } p { margin-bottom: 1.5em; } dfn, cite, em, i { font-style: italic; } blockquote { margin: 0 1.5em; } address { margin: 0 0 1.5em; } pre { background: #eee; font-family: "Courier 10 Pitch", Courier, monospace; font-size: 15px; font-size: 0.9375rem; line-height: 1.6; margin-bottom: 1.6em; max-width: 100%; overflow: auto; padding: 1.6em; } code, kbd, tt, var { font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; font-size: 15px; font-size: 0.9375rem; } abbr, acronym { border-bottom: 1px dotted #666; cursor: help; } mark, ins { background: #fff9c0; text-decoration: none; } big { font-size: 125%; } /*-------------------------------------------------------------- # Forms --------------------------------------------------------------*/ /*button, input[type="button"], input[type="reset"], input[type="submit"] { border: 1px solid; border-color: #ccc #ccc #bbb; border-radius: 3px; background: #e6e6e6; color: rgba(0, 0, 0, 0.8); font-size: 12px; font-size: 0.75rem; line-height: 1; padding: .6em 1em .4em; }*/ button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover { border-color: #ccc #bbb #aaa; } button:active, button:focus, input[type="button"]:active, input[type="button"]:focus, input[type="reset"]:active, input[type="reset"]:focus, input[type="submit"]:active, input[type="submit"]:focus { border-color: #aaa #bbb #bbb; } input[type="text"], input[type="email"], input[type="url"], input[type="password"], /*input[type="search"],*/ input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea { color: #666; border: 1px solid #ccc; border-radius: 3px; padding: 3px; } input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus { color: #111; } select { border: 1px solid #ccc; } textarea { width: 100%; } /*-------------------------------------------------------------- # Navigation --------------------------------------------------------------*/ /*-------------------------------------------------------------- ## Links --------------------------------------------------------------*/ a { color: royalblue; } a:hover, a:focus, a:active { color: #b0b0b1; } a:focus { outline: thin dotted; } a:hover, a:active { outline: 0; } a:visited { color: #b2df82; background: transparent !important; background-color: transparent !important; } a { background: transparent; color: #b2df82; line-height: 28px; } /*-------------------------------------------------------------- ## Menus --------------------------------------------------------------*/ .main-navigation { clear: both; display: block; float: left; width: 100%; } .main-navigation ul { /*display: none;*/ list-style: none; margin: 0; padding-left: 0; } .main-navigation ul ul { box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); float: left; position: absolute; top: 100%; left: -999em; z-index: 99999; } .main-navigation ul ul ul { left: -999em; top: 0; } .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul { left: 100%; } .main-navigation ul ul a { width: 200px; } .main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul { left: auto; } .main-navigation li { float: left; position: relative; } .main-navigation a { display: block; text-decoration: none; font-size: 14px; } .nav-menu > li { margin-right: 15px; } .site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation { margin: 0 0 1.5em; overflow: hidden; } .comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous { float: left; width: 50%; } .comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next { float: right; text-align: right; width: 50%; } /*-------------------------------------------------------------- # Accessibility --------------------------------------------------------------*/ /* Text meant only for screen readers. */ .screen-reader-text { border: 0; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute !important; width: 1px; word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */ } .screen-reader-text:focus { background-color: #f1f1f1; border-radius: 3px; box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); clip: auto !important; clip-path: none; color: #21759b; display: block; font-size: 14px; font-size: 0.875rem; font-weight: bold; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; /* Above WP toolbar. */ } /* Do not show the outline on the skip link target. */ #content[tabindex="-1"]:focus { outline: 0; } /*-------------------------------------------------------------- # Alignments --------------------------------------------------------------*/ .aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; } .post .entry-content > * { margin: 20px 0; } .alignright, .post .entry-content > *.alignright { margin-left: calc(2 * 1rem); display: inline; float: right; } .alignleft, .post .entry-content > *.alignleft { margin-right: calc(2 * 1rem); display: inline; float: left; } /*-------------------------------------------------------------- # Clearings --------------------------------------------------------------*/ .clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after { content: ""; display: table; table-layout: fixed; } .clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after { clear: both; } /*-------------------------------------------------------------- # Widgets --------------------------------------------------------------*/ .widget { margin: 0 0 1.5em; /* Make sure select elements fit in widgets. */ } .widget select { max-width: 100%; } .widget .search-form label { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; } .widget-title { font-size: 18px; margin-bottom: 10px; } .widget ul { list-style: none; } .widget .search-form { display: -webkit-box; display: -ms-flexbox; display: flex; } /*-------------------------------------------------------------- # Content --------------------------------------------------------------*/ /*-------------------------------------------------------------- ## Posts and pages --------------------------------------------------------------*/ .sticky { display: block; } .post, .page { margin: 0 0 1.5em; } .updated:not(.published) { display: none; } .page-content, .entry-content, .entry-summary { margin: 1.5em 0 0; } .page-links { clear: both; margin: 20px 0 1.5em; } .post ol, .post ul { list-style-type: disc; margin-left: 20px; } .post ul li { line-height: 1.8; } .post { margin-bottom: 20px; padding-bottom: 20px; } .entry-title { background: #b2df82; color: #0f110c; padding: 5px; margin-bottom: 10px; font-size: 22px; } .entry-title a, .entry-title a:hover { color: #060c08; } /*-------------------------------------------------------------- ## Comments --------------------------------------------------------------*/ .comment-content a { word-wrap: break-word; } .bypostauthor { display: block; } /*-------------------------------------------------------------- # Infinite scroll --------------------------------------------------------------*/ /* Globally hidden elements when Infinite Scroll is supported and in use. */ .infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */ display: none; } /* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */ .infinity-end.neverending .site-footer { display: block; } /* -------------------------------------------- Load Dashicon -------------------------------------------- */ .main-navigation.toggled .menu-toggle::before { content: "\f335"; left: 2px; top: -7px; position: absolute; font-size: 24px; font-family: dashicons; height: 0px; } .main-navigation.toggled .menu-toggle span { visibility: hidden; } /*-------------------------------------------------------------- # Media --------------------------------------------------------------*/ .page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley { border: none; margin-bottom: 0; margin-top: 0; padding: 0; } /* Make sure embeds and iframes fit their containers. */ embed, iframe, object { max-width: 100%; } /* Make sure logo link wraps around logo image. */ .custom-logo-link { display: inline-block; } /*-------------------------------------------------------------- ## Captions --------------------------------------------------------------*/ .wp-caption { margin-bottom: 1.5em; max-width: 100%; } .wp-caption img[class*="wp-image-"] { display: block; margin-left: auto; margin-right: auto; } .wp-caption .wp-caption-text { margin: 0.8075em 0; } .wp-caption-text { text-align: center; } /*-------------------------------------------------------------- ## Galleries --------------------------------------------------------------*/ .gallery { margin-bottom: 1.5em; } .gallery-item { display: inline-block; text-align: center; vertical-align: top; width: 100%; } .gallery-columns-2 .gallery-item { max-width: 50%; } .gallery-columns-3 .gallery-item { max-width: 33.33%; } .gallery-columns-4 .gallery-item { max-width: 25%; } .gallery-columns-5 .gallery-item { max-width: 20%; } .gallery-columns-6 .gallery-item { max-width: 16.66%; } .gallery-columns-7 .gallery-item { max-width: 14.28%; } .gallery-columns-8 .gallery-item { max-width: 12.5%; } .gallery-columns-9 .gallery-item { max-width: 11.11%; } .gallery-caption { display: block; } /*---------------------------------------------- ## Color ----------------------------------------------*/ body, code, kbd, tt, var, pre, input, textarea, select { color: #b2df82; background-color: #060c08; } // Reversed COlor a:focus, a:hover, .entry .entry-title, .comment-form-comment label, .form-submit input[type="submit"], .widget_calendar caption, .comments-area .comments-title, .main-navigation.is-extended .sub-menu a:hover, .menu-toggle { color: #060c08; background-color: #b2df82; } /*-------------------------------------------- ## Layout Style --------------------------------------------*/ .row { max-width: 1140px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: row wrap; flex-flow: row wrap; margin-left: auto; margin-right: auto; } .site-header { border-bottom: 2px solid #b2df82; padding-bottom: 30px; margin-bottom: 30px; } .site-info, .main-navigation, .site-branding { padding-left: 15px; padding-right: 15px; flex: 0 0 100%; max-width: 100%; display: flex; align-items: center; } .content-area { padding-left: 15px; padding-right: 15px; -webkit-box-flex: 0; -ms-flex: 0 0 66.66667%; flex: 0 0 66.66667%; max-width: 66.66667%; } .widget-area { padding-left: 15px; padding-right: 15px; padding-top: 18px; -webkit-box-flex: 0; -ms-flex: 0 0 33.33333%; flex: 0 0 33.33333%; max-width: 33.33333%; } .site-footer { margin-top: 40px; border-top: 2px solid #b2df82; padding: 40px 0; } /*----------------------------------------- //Heading -----------------------------------------*/ body { padding-top: 30px; } .search-form .search-field { width: 100%; } input:focus, input { background: transparent; border: 1px solid #b2df82; color: #b2df82; font-size: 13px; padding: 8px 10px; box-shadow: none; outline: none; } ol, ul { margin: 0; padding: 0; } .wp-block-quote:not(.is-style-large), .wp-block-quote:not(.is-style-large) { padding: 15px; border-left: 5px solid #0073aa; } .wp-block-pullquote { border-width: 2px; padding: 1rem; border-color: transparent; border-top: 2px solid #555d66; border-bottom: 2px solid #555d66; } .wp-block-pullquote p { font-style: italic; } .post .entry-content .wp-block-file .wp-block-file__button { display: table; margin-top: 15px; } .widget li:before { content: ">"; display: inline-block; margin-right: 5px; } .site-branding .site-title { font-size: 22px; } .site-title a { background: transparent; font-weight: 800; } a, .site-title a, .site-description { color: #b2df82; text-decoration: none; } .entry-title a:visited { color: #060c08; } .custom-logo-link:hover { background: transparent; } .entry-footer { margin: 15px 0; } .entry-footer > span { margin-right: 10px; } /*------------------------------------- ## Comment Form -------------------------------------*/ .comment-form-comment label { display: block; margin-bottom: -1px; padding: 3px 10px; } /*------------------------------------ ## Main Navigation Css ------------------------------------*/ .main-navigation .menu-item { display: inline-block; margin-right: 20px; position: relative; font-weight: bold; } .menu .children, .main-navigation .sub-menu .menu-item { background: #060c08; margin-right: 0; } .children li a, .main-navigation .sub-menu .menu-item a { padding: 2px 10px; } .main-navigation { padding-left: 0; } .site-description { display: inline; margin: auto; } .site-title { margin-bottom: 18px; display: inline-block; } .site-logo { margin-right: 40px; } /* mobile */ .submenu-controller { position: absolute; top: 0; right: 0; border: none; outline: none; padding: 2px 8px !important; } .submenu-controller:focus { border: 1px dotted #b2df82; } /* --------------------------------------- Sidebar --------------------------------------- */ .no-sidebar .content-area{ position: relative; left: 50%; transform: translateX(-50%); } /*------------------------------------------ Mobile Navigation ------------------------------------------*/ @media (min-width: 1200px) { .row { max-width: 1140px; } } @media (min-width: 992px) and (max-width: 1199px) { .row { max-width: 960px; } } @media (min-width: 768px) { .menu-toggle { display: none; } .main-navigation ul { display: block; } } @media (min-width: 768px) and (max-width: 991px) { .row { max-width: 720px; } .entry-title { font-size: 18px; } } /*@media (max-width: 575px){ .row{ max-width: 100%; } }*/ @media (max-width: 767px) { .menu-main-navigation-container { z-index: 99; margin-top: 80px; overflow: auto; /* position: fixed; */ } .submenu-controller::before { position: absolute; left: 0px; top: 0px; } .content-center { margin-left: 0%; } .row { max-width: 100%; } .main-navigation > div, .menu-menu-1-container { display: none; } /*.main-navigation.toggled .menu-menu-1-container*/ .main-navigation li { width: 100%; } .main-navigation.toggled > div { display: block; overflow: auto; } .admin-bar { padding-top: 0; } .menu-toggle { position: absolute; right: 15px; z-index: 50; padding: 1px 4px; font-size: 12px; top: -5px; } .site-branding { position: relative; } .main-navigation > div { position: absolute; width: 100%; top: 0; right: 0; height: calc(100vh - 30px); padding: 30px 15px; background-color: #060c08; } .main-navigation.toggled > div .menu.nav-menu { float: none; display: flex; flex-flow: column; } /**/ .header-content { padding-top: 15px; } .widget-area, .content-area { -webkit-box-flex: 0; -ms-flex: 0 0 66.66667%; flex: 0 0 100%; max-width: 100%; } .entry-title { font-size: 16px; } body, button, input, select, optgroup, textarea { font-size: 14px; } .site-branding .site-title { font-size: 18px; } .admin-bar { padding-top: 15px; } /*--------------------------------- //Mobile Menu ---------------------------------*/ .main-navigation .menu-item { padding-right: 27px; } .main-navigation .menu.nav-menu, .main-navigation ul ul, .sub-menu { display: none; position: static; width: 100%; box-shadow: none; } /* Small menu. */ .menu-toggle, .main-navigation.toggled .menu.nav-menu { display: block; } .page_item_has_children, .main-navigation .menu-item-has-children::before { content: "\f347"; position: absolute; right: 0; top: 5px; font-family: dashicons; } .showing-menu { overflow: hidden; } .main-navigation ul .children, .children { display: block; background: transparent; } } @media (min-width: 576px) and (max-width: 767px) { .row { max-width: 540px; } }
0.512449
0.088033
.form { width: 60%; margin: 20px auto; } .form-ttl { font-size: 28px; text-align: center; padding: 20px; } .form-item { padding: 24px 0; width: 100%; display: flex; align-items: top; } .form-item-label, .form-item-label__build { width: 40%; font-weight: bold; font-size: 16px; padding: 1.5em; } .form-item-label:after { content: " ※"; color: red; } .form-item-container { position: relative; width: 100%; margin-left: 20px; } .form-item__name, .form-item__postcode { display: flex; width: 100%; position: relative; } .form-item-input, .form-item-input__postcode { box-sizing: border-box; border: 1px solid #a9a9a9; border-radius: 6px; padding: 0 10px; height: 3em; width: 100%; font-size: 18px; } .form-item-input__name { box-sizing: border-box; border: 1px solid #a9a9a9; border-radius: 6px; padding: 0 10px; height: 3em; width: 100%; font-size: 18px; } .form-item-input__name:last-child { margin-left: 15px; } .form-item-postcode-container { display: flex; width: 100%; align-items: center; position: relative; } .form-item-postmark { box-sizing: border-box; font-size: 18px; padding: 0 20px; } .form-item-example { box-sizing: border-box; color: #a9a9a9; padding: 10px 20px 0; width: 100%; font-size: 14px; } .form-item-example-container { width: 100%; display: flex; } .form-item-example__name { color: #a9a9a9; padding: 10px 20px 0; width: 100%; font-size: 14px; } .form-item-example__name:last-child { margin-left: 20px; } .form-item-example__postcode { color: #a9a9a9; padding: 10px 80px 0; width: 100%; font-size: 14px; } .form-item-textarea { box-sizing: border-box; border: 1px solid #a9a9a9; border-radius: 6px; padding: 0 10px; height: 200px; width: 100%; font-size: 18px; resize: none; } .textarea-strLen{ padding: 10px; color: #a9a9a9; text-align: right; } .form-btn { border-radius: 6px; margin: 32px auto 0; padding-top: 15px; padding-bottom: 15px; width: 240px; display: block; background: #000; color: #fff; font-weight: bold; font-size: 18px; border: none; cursor: pointer; } .radio-container { display: flex; width: 100%; margin-left: 20px; } .radio-input { padding: 12px 8px; display: flex; align-items: center; cursor: pointer; } .radio-input__input { opacity: 0; width: 0; margin: 0; } .radio-input__input:focus + .radio-input__dummy-input { border: solid 1px #333333; } .radio-input__input:checked + .radio-input__dummy-input { border: solid 1px #333333; } .radio-input__input:checked + .radio-input__dummy-input::before { content: ""; display: block; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 12px; height: 12px; border-radius: 50%; background: #333333; } .radio-input__dummy-input { position: relative; top: 0; left: 0; display: block; width: 32px; height: 32px; border-radius: 50%; background: #fff; border: solid 1px #a9a9a9; } .radio-input__label-text { margin-left: 12px; display: block; font-size: 18px; } .error-ttl { text-align: center; color: red; } .error-message { color: red; } .error { display: none; position: absolute; top: -60px; font-size: 12px; background-color: rgba(255, 0, 0, 0.7); color: #fff; padding: 10px; text-align: center; } .error::before { content: ""; position: absolute; bottom: -10px; left: 10px; width: 0; height: 0; border-style: solid; border-width: 10px 6px 0 6px; border-color: rgba(255, 0, 0, 0.7) transparent transparent transparent; } .error__first-name { display: none; position: absolute; top: -60px; left: 51%; font-size: 12px; background-color: rgba(255, 0, 0, 0.7); color: #fff; padding: 10px; text-align: center; } .error__first-name::before { content: ""; position: absolute; bottom: -10px; left: 10px; width: 0; height: 0; border-style: solid; border-width: 10px 6px 0 6px; border-color: rgba(255, 0, 0, 0.7) transparent transparent transparent; } .error__postcode { display: none; position: absolute; top: -60px; left: 55px; font-size: 12px; background-color: rgba(255, 0, 0, 0.7); color: #fff; padding: 10px; text-align: center; } .error__postcode::before { content: ""; position: absolute; bottom: -10px; left: 10px; width: 0; height: 0; border-style: solid; border-width: 10px 6px 0 6px; border-color: rgba(255, 0, 0, 0.7) transparent transparent transparent; }
public/css/index.css
.form { width: 60%; margin: 20px auto; } .form-ttl { font-size: 28px; text-align: center; padding: 20px; } .form-item { padding: 24px 0; width: 100%; display: flex; align-items: top; } .form-item-label, .form-item-label__build { width: 40%; font-weight: bold; font-size: 16px; padding: 1.5em; } .form-item-label:after { content: " ※"; color: red; } .form-item-container { position: relative; width: 100%; margin-left: 20px; } .form-item__name, .form-item__postcode { display: flex; width: 100%; position: relative; } .form-item-input, .form-item-input__postcode { box-sizing: border-box; border: 1px solid #a9a9a9; border-radius: 6px; padding: 0 10px; height: 3em; width: 100%; font-size: 18px; } .form-item-input__name { box-sizing: border-box; border: 1px solid #a9a9a9; border-radius: 6px; padding: 0 10px; height: 3em; width: 100%; font-size: 18px; } .form-item-input__name:last-child { margin-left: 15px; } .form-item-postcode-container { display: flex; width: 100%; align-items: center; position: relative; } .form-item-postmark { box-sizing: border-box; font-size: 18px; padding: 0 20px; } .form-item-example { box-sizing: border-box; color: #a9a9a9; padding: 10px 20px 0; width: 100%; font-size: 14px; } .form-item-example-container { width: 100%; display: flex; } .form-item-example__name { color: #a9a9a9; padding: 10px 20px 0; width: 100%; font-size: 14px; } .form-item-example__name:last-child { margin-left: 20px; } .form-item-example__postcode { color: #a9a9a9; padding: 10px 80px 0; width: 100%; font-size: 14px; } .form-item-textarea { box-sizing: border-box; border: 1px solid #a9a9a9; border-radius: 6px; padding: 0 10px; height: 200px; width: 100%; font-size: 18px; resize: none; } .textarea-strLen{ padding: 10px; color: #a9a9a9; text-align: right; } .form-btn { border-radius: 6px; margin: 32px auto 0; padding-top: 15px; padding-bottom: 15px; width: 240px; display: block; background: #000; color: #fff; font-weight: bold; font-size: 18px; border: none; cursor: pointer; } .radio-container { display: flex; width: 100%; margin-left: 20px; } .radio-input { padding: 12px 8px; display: flex; align-items: center; cursor: pointer; } .radio-input__input { opacity: 0; width: 0; margin: 0; } .radio-input__input:focus + .radio-input__dummy-input { border: solid 1px #333333; } .radio-input__input:checked + .radio-input__dummy-input { border: solid 1px #333333; } .radio-input__input:checked + .radio-input__dummy-input::before { content: ""; display: block; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 12px; height: 12px; border-radius: 50%; background: #333333; } .radio-input__dummy-input { position: relative; top: 0; left: 0; display: block; width: 32px; height: 32px; border-radius: 50%; background: #fff; border: solid 1px #a9a9a9; } .radio-input__label-text { margin-left: 12px; display: block; font-size: 18px; } .error-ttl { text-align: center; color: red; } .error-message { color: red; } .error { display: none; position: absolute; top: -60px; font-size: 12px; background-color: rgba(255, 0, 0, 0.7); color: #fff; padding: 10px; text-align: center; } .error::before { content: ""; position: absolute; bottom: -10px; left: 10px; width: 0; height: 0; border-style: solid; border-width: 10px 6px 0 6px; border-color: rgba(255, 0, 0, 0.7) transparent transparent transparent; } .error__first-name { display: none; position: absolute; top: -60px; left: 51%; font-size: 12px; background-color: rgba(255, 0, 0, 0.7); color: #fff; padding: 10px; text-align: center; } .error__first-name::before { content: ""; position: absolute; bottom: -10px; left: 10px; width: 0; height: 0; border-style: solid; border-width: 10px 6px 0 6px; border-color: rgba(255, 0, 0, 0.7) transparent transparent transparent; } .error__postcode { display: none; position: absolute; top: -60px; left: 55px; font-size: 12px; background-color: rgba(255, 0, 0, 0.7); color: #fff; padding: 10px; text-align: center; } .error__postcode::before { content: ""; position: absolute; bottom: -10px; left: 10px; width: 0; height: 0; border-style: solid; border-width: 10px 6px 0 6px; border-color: rgba(255, 0, 0, 0.7) transparent transparent transparent; }
0.569134
0.096238
body { margin-left: auto; margin-right: auto; margin-top: 2px; margin-bottom: 2px; max-width: 899px; } .oswald-text { font-family: "Oswald"; margin-bottom: 0px; margin-top: 0px; } .indent-para { text-indent: 2em; } #article-title-details h1 { font-size: 45px; } #article-title-details { margin-top: 50px; margin-bottom: 25px; } #print-icon { margin-left: 698px; } #article-print img, #article-print p { display: inline-block; } #section-header-left{ display: inline-block; } #section-header-left img { display: inline-block; } #brand-text { margin-bottom: 0; margin-top: 0; } #header-left-slogan { margin-bottom: 0; margin-top: 0; } #section-header-left-text { display: inline-block; font-family: '<NAME>', monospace; } #section-header-right-social{ display: inline-block; position: relative; margin-left: 412px; } #section-header-right-social ul { display: inline; list-style: none; } #section-header-right-social ul li { display: inline; } header{ border-bottom: thick; border-bottom-style: dashed; border-bottom-color: gray; border-width: 3px; } .two-column-list{ background-image: url("img/list-bg.png"); list-style: none; } #list-left, #list-right { list-style: none; display: inline-block; } #list-left { margin-left: 55px; } #list-right { margin-left: 170; } #cbox1, #cbox2, #cbox3, #cbox4, #cbox5, #cbox6, #cbox7, #cbox8, #cbox9, #cbox10, #cbox11, #cbox12 { color: black; text-decoration: line-through; } input[type=checkbox]:checked + label { color: black; text-decoration: line-through; } #article-footer { margin-top: 25px; border-top: thick; border-top-style: dashed; border-top-color: gray; border-width: 3px; } #auther-bio { display: inline-block; margin-right: 73px; } #article-footer img { display: inline-block; margin-top: 25px; } #button1 { font-family: "Oswald"; background: #bc7058; color: white; padding: 9px 36px; display: inline-block; } #ending-footer { margin-top: 35px; margin-bottom: 30px; border-top: thick; border-top-style: solid; border-top-color: gray; border-width: 1px; } #ending-footer p { margin-left: 280px; } #ending-footer img { margin-top: -18px; margin-left: 397px; }
style.css
body { margin-left: auto; margin-right: auto; margin-top: 2px; margin-bottom: 2px; max-width: 899px; } .oswald-text { font-family: "Oswald"; margin-bottom: 0px; margin-top: 0px; } .indent-para { text-indent: 2em; } #article-title-details h1 { font-size: 45px; } #article-title-details { margin-top: 50px; margin-bottom: 25px; } #print-icon { margin-left: 698px; } #article-print img, #article-print p { display: inline-block; } #section-header-left{ display: inline-block; } #section-header-left img { display: inline-block; } #brand-text { margin-bottom: 0; margin-top: 0; } #header-left-slogan { margin-bottom: 0; margin-top: 0; } #section-header-left-text { display: inline-block; font-family: '<NAME>', monospace; } #section-header-right-social{ display: inline-block; position: relative; margin-left: 412px; } #section-header-right-social ul { display: inline; list-style: none; } #section-header-right-social ul li { display: inline; } header{ border-bottom: thick; border-bottom-style: dashed; border-bottom-color: gray; border-width: 3px; } .two-column-list{ background-image: url("img/list-bg.png"); list-style: none; } #list-left, #list-right { list-style: none; display: inline-block; } #list-left { margin-left: 55px; } #list-right { margin-left: 170; } #cbox1, #cbox2, #cbox3, #cbox4, #cbox5, #cbox6, #cbox7, #cbox8, #cbox9, #cbox10, #cbox11, #cbox12 { color: black; text-decoration: line-through; } input[type=checkbox]:checked + label { color: black; text-decoration: line-through; } #article-footer { margin-top: 25px; border-top: thick; border-top-style: dashed; border-top-color: gray; border-width: 3px; } #auther-bio { display: inline-block; margin-right: 73px; } #article-footer img { display: inline-block; margin-top: 25px; } #button1 { font-family: "Oswald"; background: #bc7058; color: white; padding: 9px 36px; display: inline-block; } #ending-footer { margin-top: 35px; margin-bottom: 30px; border-top: thick; border-top-style: solid; border-top-color: gray; border-width: 1px; } #ending-footer p { margin-left: 280px; } #ending-footer img { margin-top: -18px; margin-left: 397px; }
0.319227
0.065157
@charset "utf-8"; body { background-color:#AFAFAF; } .container-pai{ width: 100%; margin: auto; } .container-align{ margin:auto; width: 0px; } .container { width:900px; height:auto; border: 2px solid #888888; box-shadow: 10px 10px 5px #888888; float:left; margin-left: -450px; margin-top: 10px; background-color:#E4E4E4; } .container, form{ padding: 25px; font-family: "Segoe UI",Arial,sans-serif; } .reduction-factor-input, .speed-input, .number-of-colors-input{ width: 60px; } .titulo{ padding-bottom: 10px; font-family: "Segoe UI",Arial,sans-serif; } .upload-image-button{ background-color:#45A6D4; font-family: "Segoe UI",Arial,sans-serif; font-size: 20px; height: 40px; } .input-file{ display: block !important; width: 156px !important; height: 40px !important; opacity: 0 !important; overflow: hidden !important; } .div-input-file{ width: 156px; height: 40px; background-image: url("../imgs/UPLOAD-IMAGE.png"); overflow: hidden; } .final{ padding: 15px; margin-top: 10px; font-size: 15px; font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif; color: #3071a9; font-style: italic; } .button-play{ font-size: 2em; font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif; color: #3071a9; font-style: italic; text-decoration: none; display: inline-block; border: none; background-color: #3071a9; color: #fff; } .button-stop{ background-color: #f55; } button{ margin: 10px; } .exemplo{ margin-bottom: 5px; margin-top: 5px; padding: 10px; background-color: #aaa; } .sub-titulo{ font-size: 1.25em; } .sub-slot{ margin-top: 20px; margin-bottom: 20px; width: 100%; float: left; } .painel input{ width: 10%; } .painel{ text-align: center; } #saidas-canal .saida{ background-color: #aaa; margin: 10px; padding: 20px; float: left; } #saidas-canal .saida button{ background-color: #af4c4c; border: none; color: white; padding: 5px; text-align: center; text-decoration: none; display: inline-block; float: right; margin: 10px; } #saidas-canal .saida h2{ font-size: 1.5em; } .super-titulo{ font-size: 3em; text-align: center; color: #3071a9 } .slot-url-compartilhar input{ width: 50%; }
css/style.css
@charset "utf-8"; body { background-color:#AFAFAF; } .container-pai{ width: 100%; margin: auto; } .container-align{ margin:auto; width: 0px; } .container { width:900px; height:auto; border: 2px solid #888888; box-shadow: 10px 10px 5px #888888; float:left; margin-left: -450px; margin-top: 10px; background-color:#E4E4E4; } .container, form{ padding: 25px; font-family: "Segoe UI",Arial,sans-serif; } .reduction-factor-input, .speed-input, .number-of-colors-input{ width: 60px; } .titulo{ padding-bottom: 10px; font-family: "Segoe UI",Arial,sans-serif; } .upload-image-button{ background-color:#45A6D4; font-family: "Segoe UI",Arial,sans-serif; font-size: 20px; height: 40px; } .input-file{ display: block !important; width: 156px !important; height: 40px !important; opacity: 0 !important; overflow: hidden !important; } .div-input-file{ width: 156px; height: 40px; background-image: url("../imgs/UPLOAD-IMAGE.png"); overflow: hidden; } .final{ padding: 15px; margin-top: 10px; font-size: 15px; font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif; color: #3071a9; font-style: italic; } .button-play{ font-size: 2em; font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif; color: #3071a9; font-style: italic; text-decoration: none; display: inline-block; border: none; background-color: #3071a9; color: #fff; } .button-stop{ background-color: #f55; } button{ margin: 10px; } .exemplo{ margin-bottom: 5px; margin-top: 5px; padding: 10px; background-color: #aaa; } .sub-titulo{ font-size: 1.25em; } .sub-slot{ margin-top: 20px; margin-bottom: 20px; width: 100%; float: left; } .painel input{ width: 10%; } .painel{ text-align: center; } #saidas-canal .saida{ background-color: #aaa; margin: 10px; padding: 20px; float: left; } #saidas-canal .saida button{ background-color: #af4c4c; border: none; color: white; padding: 5px; text-align: center; text-decoration: none; display: inline-block; float: right; margin: 10px; } #saidas-canal .saida h2{ font-size: 1.5em; } .super-titulo{ font-size: 3em; text-align: center; color: #3071a9 } .slot-url-compartilhar input{ width: 50%; }
0.251556
0.069195
@charset "UTF-8"; .bg-green { background: #31C4A8; } .bg-red { background: #F77872; } .bg-blue { background: #50C1E9; } .bg-purple { background: #B69BC6; } .bg-orange { background: #FFB24A; } .z-green { color: #31C4A8; } .z-red { color: #F77872; } .z-blue { color: #50C1E9; } .z-purple { color: #B69BC6; } .z-orange { color: #FFB24A; } .z-green:hover { color: #DEF9F4; } .z-red:hover { color: #FAD2D2; } .z-blue:hover { color: #CDEFF9; } .z-purple:hover { color: #F5EDFA; } .z-orange:hover { color: #FCEBD9; } .bd-green { border-right: 2px solid #31C4A8; } .bd-red { border-right: 2px solid #F77872; } .bd-blue { border-right: 2px solid #50C1E9; } .bd-purple { border-right: 2px solid #B69BC6; } .bd-orange { border-right: 2px solid #FFB24A; } .p-bg-green { background: #DEF9F4; color: #31C4A8; } .p-bg-red { background: #FAD2D2; color: #F77872; } .p-bg-blue { background: #CDEFF9; color: #50C1E9; } .p-bg-purple { background: #F5EDFA; color: #B69BC6; } .p-bg-orange { background: #FCEBD9; color: #FFB24A; } .hv-green, .hv-red, .hv-blue, .hv-purple, .hv-orange { background: #ECF0F1; } .hv-green:hover { background: #31C4A8; } .hv-red:hover { background: #F77872; } .hv-blue:hover { background: #50C1E9; } .hv-purple:hover { background: #B69BC6; } .hv-orange:hover { background: #FFB24A; } * { margin: 0; padding: 0; list-style: none; font-family: '宋体'; } body { margin: 0; padding: 0; } a { text-decoration: none; } input, select, button, a { outline: none; } /* line 5, C:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font: inherit; font-size: 100%; vertical-align: baseline; } /* line 22, C:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */ html { line-height: 1; } /* line 24, C:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */ ol, ul { list-style: none; } /* line 26, C:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */ table { border-collapse: collapse; border-spacing: 0; } /* line 28, C:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */ caption, th, td { text-align: left; font-weight: normal; vertical-align: middle; } /* line 30, C:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */ q, blockquote { quotes: none; } /* line 103, C:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */ q:before, q:after, blockquote:before, blockquote:after { content: ""; content: none; } /* line 32, C:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */ a img { border: none; } /* line 116, C:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */ article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; } a { text-decoration: none; } html, body { font-size: 12px; } .right-fixed { width: 46px; height: 100%; position: fixed; right: 0px; z-index: 10000; } .right-fixed .r-fixed-l { width: 40px; height: 100%; float: left; } .right-fixed .r-fixed-l .l-list { width: 100%; height: 200px; position: relative; top: 45%; } .right-fixed .r-fixed-l .l-list li { width: 100%; height: 34px; margin-top: 3px; background: #31C4A8; } .right-fixed .r-fixed-l .l-list li a { margin: 3px 3px; } .right-fixed .r-fixed-l .l-list li img { width: 60%; height: 60%; margin: 6px 6px; } .right-fixed .r-fixed-l .l-list li:hover { background: #2EAF98; } .right-fixed .r-fixed-r { width: 6px; height: 100%; background: #31C4A8; float: left; } .wishes-header { width: 100%; height: 112px; background: #31C4A8; } .wishes-header .top { width: 1200px; height: 112px; margin: 0 auto; } .wishes-header .top .logo, .wishes-header .top .search, .wishes-header .top .shoppingCart { float: left; } .wishes-header .top .logo { margin: 9px 142px 31px 0px; } .wishes-header .top .search { width: 450px; margin-top: 24px; float: right; } .wishes-header .top .search input { width: 350px; height: 37px; border: 3px solid #FEB149; outline: none; font-size: 15px; float: left; } .wishes-header .top .search button { width: 98px; height: 37px; border: none; background: #FEB149; outline: none; color: white; font-size: 15px; } .wishes-header .top .shoppingCart { width: 150px; height: 38px; background: #eeeeee; margin-top: 24px; position: relative; left: 80px; } .wishes-header .top .shoppingCart img { margin-top: 10px; margin-left: 18px; } .wishes-header .top .shoppingCart span { font-size: 16px; position: absolute; left: 50px; top: 10px; color: #f38079; } .header-a { width: 100%; height: 30px; background: #F2F2F2; border-bottom: 1px solid #DEDEDE; } .header-nav { width: 1200px; height: 100%; margin: 0 auto; } .header-nav a:hover { color: #31C4A8; } .header-nav1 { width: 30%; height: 100%; float: left; line-height: 30px; } .header-nav1 a { font-size: 12px; color: #A5A5A5; } .header-nav2 { width: 70%; height: 100%; float: right; } .header-nav2 li { width: 62px; height: 100%; float: right; line-height: 30px; list-style-type: none; font-size: 12px; color: #A5A5A5; } .header-nav2 li a { font-size: 12px; color: #A5A5A5; } .bg-green { background: #31C4A8; } .bg-red { background: #F77872; } .bg-blue { background: #50C1E9; } .bg-purple { background: #B69BC6; } .bg-orange { background: #FFB24A; } .z-green { color: #31C4A8; } .z-red { color: #F77872; } .z-blue { color: #50C1E9; } .z-purple { color: #B69BC6; } .z-orange { color: #FFB24A; } .z-green:hover { color: #DEF9F4; } .z-red:hover { color: #FAD2D2; } .z-blue:hover { color: #CDEFF9; } .z-purple:hover { color: #F5EDFA; } .z-orange:hover { color: #FCEBD9; } .bd-green { border-right: 2px solid #31C4A8; } .bd-red { border-right: 2px solid #F77872; } .bd-blue { border-right: 2px solid #50C1E9; } .bd-purple { border-right: 2px solid #B69BC6; } .bd-orange { border-right: 2px solid #FFB24A; } .p-bg-green { background: #DEF9F4; color: #31C4A8; } .p-bg-red { background: #FAD2D2; color: #F77872; } .p-bg-blue { background: #CDEFF9; color: #50C1E9; } .p-bg-purple { background: #F5EDFA; color: #B69BC6; } .p-bg-orange { background: #FCEBD9; color: #FFB24A; } .hv-green, .hv-red, .hv-blue, .hv-purple, .hv-orange { background: #ECF0F1; } .hv-green:hover { background: #31C4A8; } .hv-red:hover { background: #F77872; } .hv-blue:hover { background: #50C1E9; } .hv-purple:hover { background: #B69BC6; } .hv-orange:hover { background: #FFB24A; } * { margin: 0; padding: 0; list-style: none; font-family: '宋体'; } body { margin: 0; padding: 0; } a { text-decoration: none; } input, select, button, a { outline: none; } /* line 5, C:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font: inherit; font-size: 100%; vertical-align: baseline; } /* line 22, C:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */ html { line-height: 1; } /* line 24, C:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */ ol, ul { list-style: none; } /* line 26, C:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */ table { border-collapse: collapse; border-spacing: 0; } /* line 28, C:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */ caption, th, td { text-align: left; font-weight: normal; vertical-align: middle; } /* line 30, C:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */ q, blockquote { quotes: none; } /* line 103, C:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */ q:before, q:after, blockquote:before, blockquote:after { content: ""; content: none; } /* line 32, C:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */ a img { border: none; } /* line 116, C:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */ article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; } a { text-decoration: none; } html, body { font-size: 12px; } .right-fixed { width: 46px; height: 100%; position: fixed; right: 0px; z-index: 10000; } .right-fixed .r-fixed-l { width: 40px; height: 100%; float: left; } .right-fixed .r-fixed-l .l-list { width: 100%; height: 200px; position: relative; top: 45%; } .right-fixed .r-fixed-l .l-list li { width: 100%; height: 34px; margin-top: 3px; background: #31C4A8; } .right-fixed .r-fixed-l .l-list li a { margin: 3px 3px; } .right-fixed .r-fixed-l .l-list li img { width: 60%; height: 60%; margin: 6px 6px; } .right-fixed .r-fixed-l .l-list li:hover { background: #2EAF98; } .right-fixed .r-fixed-r { width: 6px; height: 100%; background: #31C4A8; float: left; } .footer { width: 100%; min-height: 200px; background: #F5F5F5; border-top: 3px solid #31C4A8; float: left; margin-top: 10px; } .footer .footer-center { width: 1200px; min-height: 200px; margin: auto; } .footer .footer-center .c-top { width: 100%; height: 150px; border-bottom: 1px solid #ccc; } .footer .footer-center .c-top li, .footer .footer-center .c-top .space { height: 70%; float: left; margin-top: 20px; } .footer .footer-center .c-top li { width: 12.25%; } .footer .footer-center .c-top li .li-t { width: 100%; height: 40%; line-height: 20px; } .footer .footer-center .c-top li .li-t span { width: 23%; height: 80%; display: inline-block; } .footer .footer-center .c-top li .li-t .span1 { background: url("/img/szy/inc/pay-mh.png") no-repeat; } .footer .footer-center .c-top li .li-t .span2 { background: url("/img/szy/inc/merchant.png") no-repeat; } .footer .footer-center .c-top li .li-t .span3 { background: url("/img/szy/inc/cantact-us.png") no-repeat; } .footer .footer-center .c-top li .li-t .span4 { background: url("/img/szy/inc/help.png") no-repeat; } .footer .footer-center .c-top li .li-t div { width: 70%; height: 80%; line-height: 40px; float: right; } .footer .footer-center .c-top li .li-t div b { font-size: 15px; color: #4D4D4D; } .footer .footer-center .c-top li .li-f { width: 100%; height: 50%; } .footer .footer-center .c-top li .li-f div { width: 100%; height: 48%; } .footer .footer-center .c-top li .li-f div a { font-size: 12px; color: #4D4D4D; margin-right: 3px; } .footer .footer-center .c-top li .li-f div a:hover { color: #31C4A8; } .footer .footer-center .c-top .space { width: 17%; } .footer .footer-center .c-top .space div { width: 50%; height: 100%; border-right: 1px solid #6A6A6A; } .footer .footer-center .c-footer { width: 100%; height: 170px; margin-top: 15px; margin-bottom: 15px; } .footer .footer-center .c-footer .f-l { width: 150px; height: 150px; border: 1px solid #ccc; float: left; } .footer .footer-center .c-footer .f-l img { width: 150px; height: 150px; } .footer .footer-center .c-footer .f-r { min-width: 80%; height: 150px; margin-left: 5%; float: left; } .footer .footer-center .c-footer .f-r li { width: 100%; height: 15%; margin-top: 10px; color: #4D4D4D; font-size: 15px; } .footer .footer-center .c-footer .f-r li a { color: #4D4D4D; font-size: 15px; } .footer .footer-center .c-footer .f-r li a:hover { color: #31C4A8; } .footer .footer-center .c-footer .f-r li:nth-child(5n+1) { margin-top: 0px; } body { width: 100%; min-width: 1200px; font-size: 12px; } .attent { width: 1200px; margin: 0 auto; margin-bottom: 66px; } .attent .attent-myself { width: 1200px; height: 33px; box-shadow: 0 0 5px #eaf5f1; background: #e7f7f6; line-height: 34px; text-indent: 15px; margin-top: 20px; color: #252f30; font-size: 15px; } .attent .attent-main { width: 100%; } .attent .attent-main .attent-main-title { width: 100%; height: 43px; border-bottom: 1px solid #27c8a6; } .attent .attent-main .attent-main-title .nav-att, .attent .attent-main .attent-main-title .search-goods { float: left; } .attent .attent-main .attent-main-title .nav-att { width: 980px; height: 26px; margin-top: 17px; } .attent .attent-main .attent-main-title .nav-att a { color: #4d4d4d; } .attent .attent-main .attent-main-title .nav-att li { float: left; margin-left: 13px; width: 110px; height: 25px; line-height: 24px; text-align: center; } .attent .attent-main .attent-main-title .nav-att .goods { border: 1px solid #6ca6a7; color: #fff; border-bottom: none; background: #27c8a6; } .attent .attent-main .attent-main-title .nav-att .goods a { color: #fff; } .attent .attent-main .attent-main-title .nav-att a:hover { color: #fff; } .attent .attent-main .attent-main-title .nav-att a:hover li { background: #27c8a6; border: 1px solid #6ca6a7; } .attent .attent-main .attent-main-title .search-goods { width: 220px; height: 23px; position: relative; margin-top: 10px; } .attent .attent-main .attent-main-title .search-goods input { width: 219px; border: none; height: 24px; border: 1px solid #cac8c9; outline: none; } .attent .attent-main .attent-main-title .search-goods img { position: absolute; top: 1px; right: 1px; } .attent .attent-main .goods-navigation { width: 1182px; height: 84px; box-shadow: 0 0 4px #f4f4f4; background: #f5f5f5; margin-top: 10px; padding-left: 18px; padding-top: 21px; } .attent .attent-main .goods-navigation .navigation-inner { width: 1178px; height: 58px; } .attent .attent-main .goods-navigation .navigation-inner .navigation { width: 1178px; height: 35px; } .attent .attent-main .goods-navigation .navigation-inner .navigation .navigation-title, .attent .attent-main .goods-navigation .navigation-inner .navigation .list { float: left; } .attent .attent-main .goods-navigation .navigation-inner .navigation .navigation-title { width: 83px; height: 21px; line-height: 21px; } .attent .attent-main .goods-navigation .navigation-inner .navigation .list li { float: left; margin-left: 17px; } .attent .attent-main .goods-navigation .navigation-inner .navigation .list li a { display: block; color: #4dc3eb; display: inline-block; height: 18px; line-height: 18px; text-align: center; padding-left: 3px; padding-right: 3px; } .attent .attent-main .goods-navigation .navigation-inner .navigation .list li .all { background: #48c2f3; color: #fff; } .attent .attent-main .goods-navigation .navigation-inner .navigation .list li a:hover { background: #48c2f3; color: #fff; } .attent .attent-main .attent-list { width: 100%; margin-top: 13px; clear: both; } .attent .attent-main .attent-list .th-chk { width: 100%; height: 28px; border-bottom: 1px solid #dadada; } .attent .attent-main .attent-list .th-chk .select, .attent .attent-main .attent-list .th-chk .operate, .attent .attent-main .attent-list .th-chk .pages { float: left; } .attent .attent-main .attent-list .th-chk .select { width: 59px; height: 12px; position: relative; margin-top: 6px; } .attent .attent-main .attent-list .th-chk .select input { position: absolute; top: 0; left: -5px; } .attent .attent-main .attent-list .th-chk .select span { position: absolute; top: 3px; left: 20px; color: #383838; } .attent .attent-main .attent-list .th-chk .operate { margin-top: 9px; width: 1024px; height: 12px; } .attent .attent-main .attent-list .th-chk .operate ul { width: 1024px; height: 12px; } .attent .attent-main .attent-list .th-chk .operate ul li { float: left; border-right: 2px solid #b1bcbe; } .attent .attent-main .attent-list .th-chk .operate ul li a { display: inline-block; margin-left: 5px; margin-right: 5px; color: #63c4e5; } .attent .attent-main .attent-list .th-chk .operate ul li:last-child { border-right: none; } .attent .attent-main .attent-list .th-chk .pages { width: 117px; height: 23px; position: relative; } .attent .attent-main .attent-list .th-chk .pages em, .attent .attent-main .attent-list .th-chk .pages span, .attent .attent-main .attent-list .th-chk .pages .prev, .attent .attent-main .attent-list .th-chk .pages .pages-next { position: absolute; } .attent .attent-main .attent-list .th-chk .pages .prev, .attent .attent-main .attent-list .th-chk .pages .pages-next { background: #f5f5f5; outline: none; border: none; border: 1px solid #d8d8d8; border-radius: 2px; cursor: pointer; } .attent .attent-main .attent-list .th-chk .pages em { top: 2px; left: 7px; color: #ba8b9d; } .attent .attent-main .attent-list .th-chk .pages span { top: 2px; left: 15px; } .attent .attent-main .attent-list .th-chk .pages .prev { width: 14px; height: 21px; top: 0px; right: 63px; } .attent .attent-main .attent-list .th-chk .pages .pages-next { width: 59px; height: 21px; top: 0px; right: 0px; } .attent .attent-main .attent-list .tr-goods { width: 100%; margin-top: 16px; } .attent .attent-main .attent-list .tr-goods .goods-detail { width: 215px; height: 325px; float: left; margin-bottom: 39px; margin-right: 31px; } .attent .attent-main .attent-list .tr-goods .goods-detail img { display: block; width: 214px; height: 214px; cursor: pointer; } .attent .attent-main .attent-list .tr-goods .goods-detail .goods-select { width: 100%; height: 13px; position: relative; margin-top: 10px; margin-bottom: 10px; } .attent .attent-main .attent-list .tr-goods .goods-detail .goods-select input { position: absolute; top: 0px; left: 0px; } .attent .attent-main .attent-list .tr-goods .goods-detail .goods-select span { position: absolute; top: 4px; left: 24px; display: block; width: 192px; height: 13px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #5cafd7; cursor: pointer; } .attent .attent-main .attent-list .tr-goods .goods-detail .goods-price { width: 100%; height: 22px; } .attent .attent-main .attent-list .tr-goods .goods-detail .goods-price span:first-child { font-size: 14px; color: #f57582; font-weight: bolder; } .attent .attent-main .attent-list .tr-goods .goods-detail .goods-price span:last-child { font-size: 11px; color: #959595; text-decoration: line-through; } .attent .attent-main .attent-list .tr-goods .goods-detail .goods-evaluate { width: 100%; height: 25px; border-bottom: 1px dashed #e6e6e6; border-top: 1px dashed #e6e6e6; } .attent .attent-main .attent-list .tr-goods .goods-detail .goods-evaluate .evaluate-sum, .attent .attent-main .attent-list .tr-goods .goods-detail .goods-evaluate .praise-sum { float: left; margin-top: 7px; color: #989898; } .attent .attent-main .attent-list .tr-goods .goods-detail .goods-evaluate .evaluate-sum { width: 150px; } .attent .attent-main .attent-list .tr-goods .goods-detail .goods-btn { width: 100%; height: 23px; margin-top: 6px; } .attent .attent-main .attent-list .tr-goods .goods-detail .goods-btn button { float: left; width: 66px; height: 21px; outline: none; border: 1px solid #cdcdcd; line-height: 21px; text-align: center; color: #919191; background: #f1f1f1; cursor: pointer; } .attent .attent-main .attent-list .tr-goods .goods-detail .goods-btn .add-cart { width: 79px; margin-left: 2px; margin-right: 2px; } .attent .attent-main .attent-list .tr-goods .goods-detail:nth-child(5n+5) { margin-right: 0; } .attent .attent-main .attent-list .table-foot { width: 100%; height: 28px; clear: both; } .attent .attent-main .attent-list .table-foot .select, .attent .attent-main .attent-list .table-foot .operate, .attent .attent-main .attent-list .table-foot .pages { float: left; } .attent .attent-main .attent-list .table-foot .select { width: 59px; height: 12px; position: relative; margin-top: 6px; } .attent .attent-main .attent-list .table-foot .select input { position: absolute; top: 0; left: -5px; } .attent .attent-main .attent-list .table-foot .select span { position: absolute; top: 3px; left: 20px; color: #383838; } .attent .attent-main .attent-list .table-foot .operate { margin-top: 9px; width: 637px; height: 12px; } .attent .attent-main .attent-list .table-foot .operate ul { width: 597px; height: 12px; } .attent .attent-main .attent-list .table-foot .operate ul li { float: left; border-right: 2px solid #b1bcbe; } .attent .attent-main .attent-list .table-foot .operate ul li a { display: inline-block; margin-left: 5px; margin-right: 5px; color: #63c4e5; } .attent .attent-main .attent-list .table-foot .operate ul li:last-child { border-right: none; } .attent .attent-main .attent-list .table-foot .pages { width: 504px; height: 27px; } .attent .attent-main .attent-list .table-foot .pages .items, .attent .attent-main .attent-list .table-foot .pages .total_page, .attent .attent-main .attent-list .table-foot .pages .form { float: left; } .attent .attent-main .attent-list .table-foot .pages ul li { float: left; margin-right: 7px; } .attent .attent-main .attent-list .table-foot .pages .item_prev a, .attent .attent-main .attent-list .table-foot .pages .item_next a { display: inline-block; width: 83px; height: 27px; line-height: 27px; border: 1px solid #e5e5e5; color: #666666; background: #f6f6f6; text-align: center; } .attent .attent-main .attent-list .table-foot .pages .item a, .attent .attent-main .attent-list .table-foot .pages .item .num, .attent .attent-main .attent-list .table-foot .pages .form input { display: inline-block; width: 37px; height: 27px; border: 1px solid #e5e5e5; border-radius: 1px; margin-left: 4px; text-align: center; line-height: 27px; background: #f6f6f6; color: #666666; } .attent .attent-main .attent-list .table-foot .pages .item .num { border: none; background: #fff; color: #f45667; } .attent .attent-main .attent-list .table-foot .pages .form input { background: #fff; outline: none; } .attent .attent-main .attent-list .table-foot .pages .total_page { margin: 12px 16px 14px 18px; } .attent .attent-main .attent-list .table-foot .pages .form .text { display: inline-block; margin-top: 12px; } .attent .attent-main .attent-list .table-foot .pages .form .btn { display: inline-block; width: 59px; height: 27px; border: 1px solid #e5e5e5; border-radius: 1px; text-align: center; line-height: 27px; background: #f6f6f6; color: #666666; cursor: pointer; } /*# sourceMappingURL=wishes-product.css.map */
public/css/szy/wishes-product.css
@charset "UTF-8"; .bg-green { background: #31C4A8; } .bg-red { background: #F77872; } .bg-blue { background: #50C1E9; } .bg-purple { background: #B69BC6; } .bg-orange { background: #FFB24A; } .z-green { color: #31C4A8; } .z-red { color: #F77872; } .z-blue { color: #50C1E9; } .z-purple { color: #B69BC6; } .z-orange { color: #FFB24A; } .z-green:hover { color: #DEF9F4; } .z-red:hover { color: #FAD2D2; } .z-blue:hover { color: #CDEFF9; } .z-purple:hover { color: #F5EDFA; } .z-orange:hover { color: #FCEBD9; } .bd-green { border-right: 2px solid #31C4A8; } .bd-red { border-right: 2px solid #F77872; } .bd-blue { border-right: 2px solid #50C1E9; } .bd-purple { border-right: 2px solid #B69BC6; } .bd-orange { border-right: 2px solid #FFB24A; } .p-bg-green { background: #DEF9F4; color: #31C4A8; } .p-bg-red { background: #FAD2D2; color: #F77872; } .p-bg-blue { background: #CDEFF9; color: #50C1E9; } .p-bg-purple { background: #F5EDFA; color: #B69BC6; } .p-bg-orange { background: #FCEBD9; color: #FFB24A; } .hv-green, .hv-red, .hv-blue, .hv-purple, .hv-orange { background: #ECF0F1; } .hv-green:hover { background: #31C4A8; } .hv-red:hover { background: #F77872; } .hv-blue:hover { background: #50C1E9; } .hv-purple:hover { background: #B69BC6; } .hv-orange:hover { background: #FFB24A; } * { margin: 0; padding: 0; list-style: none; font-family: '宋体'; } body { margin: 0; padding: 0; } a { text-decoration: none; } input, select, button, a { outline: none; } /* line 5, C:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font: inherit; font-size: 100%; vertical-align: baseline; } /* line 22, C:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */ html { line-height: 1; } /* line 24, C:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */ ol, ul { list-style: none; } /* line 26, C:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */ table { border-collapse: collapse; border-spacing: 0; } /* line 28, C:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */ caption, th, td { text-align: left; font-weight: normal; vertical-align: middle; } /* line 30, C:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */ q, blockquote { quotes: none; } /* line 103, C:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */ q:before, q:after, blockquote:before, blockquote:after { content: ""; content: none; } /* line 32, C:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */ a img { border: none; } /* line 116, C:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */ article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; } a { text-decoration: none; } html, body { font-size: 12px; } .right-fixed { width: 46px; height: 100%; position: fixed; right: 0px; z-index: 10000; } .right-fixed .r-fixed-l { width: 40px; height: 100%; float: left; } .right-fixed .r-fixed-l .l-list { width: 100%; height: 200px; position: relative; top: 45%; } .right-fixed .r-fixed-l .l-list li { width: 100%; height: 34px; margin-top: 3px; background: #31C4A8; } .right-fixed .r-fixed-l .l-list li a { margin: 3px 3px; } .right-fixed .r-fixed-l .l-list li img { width: 60%; height: 60%; margin: 6px 6px; } .right-fixed .r-fixed-l .l-list li:hover { background: #2EAF98; } .right-fixed .r-fixed-r { width: 6px; height: 100%; background: #31C4A8; float: left; } .wishes-header { width: 100%; height: 112px; background: #31C4A8; } .wishes-header .top { width: 1200px; height: 112px; margin: 0 auto; } .wishes-header .top .logo, .wishes-header .top .search, .wishes-header .top .shoppingCart { float: left; } .wishes-header .top .logo { margin: 9px 142px 31px 0px; } .wishes-header .top .search { width: 450px; margin-top: 24px; float: right; } .wishes-header .top .search input { width: 350px; height: 37px; border: 3px solid #FEB149; outline: none; font-size: 15px; float: left; } .wishes-header .top .search button { width: 98px; height: 37px; border: none; background: #FEB149; outline: none; color: white; font-size: 15px; } .wishes-header .top .shoppingCart { width: 150px; height: 38px; background: #eeeeee; margin-top: 24px; position: relative; left: 80px; } .wishes-header .top .shoppingCart img { margin-top: 10px; margin-left: 18px; } .wishes-header .top .shoppingCart span { font-size: 16px; position: absolute; left: 50px; top: 10px; color: #f38079; } .header-a { width: 100%; height: 30px; background: #F2F2F2; border-bottom: 1px solid #DEDEDE; } .header-nav { width: 1200px; height: 100%; margin: 0 auto; } .header-nav a:hover { color: #31C4A8; } .header-nav1 { width: 30%; height: 100%; float: left; line-height: 30px; } .header-nav1 a { font-size: 12px; color: #A5A5A5; } .header-nav2 { width: 70%; height: 100%; float: right; } .header-nav2 li { width: 62px; height: 100%; float: right; line-height: 30px; list-style-type: none; font-size: 12px; color: #A5A5A5; } .header-nav2 li a { font-size: 12px; color: #A5A5A5; } .bg-green { background: #31C4A8; } .bg-red { background: #F77872; } .bg-blue { background: #50C1E9; } .bg-purple { background: #B69BC6; } .bg-orange { background: #FFB24A; } .z-green { color: #31C4A8; } .z-red { color: #F77872; } .z-blue { color: #50C1E9; } .z-purple { color: #B69BC6; } .z-orange { color: #FFB24A; } .z-green:hover { color: #DEF9F4; } .z-red:hover { color: #FAD2D2; } .z-blue:hover { color: #CDEFF9; } .z-purple:hover { color: #F5EDFA; } .z-orange:hover { color: #FCEBD9; } .bd-green { border-right: 2px solid #31C4A8; } .bd-red { border-right: 2px solid #F77872; } .bd-blue { border-right: 2px solid #50C1E9; } .bd-purple { border-right: 2px solid #B69BC6; } .bd-orange { border-right: 2px solid #FFB24A; } .p-bg-green { background: #DEF9F4; color: #31C4A8; } .p-bg-red { background: #FAD2D2; color: #F77872; } .p-bg-blue { background: #CDEFF9; color: #50C1E9; } .p-bg-purple { background: #F5EDFA; color: #B69BC6; } .p-bg-orange { background: #FCEBD9; color: #FFB24A; } .hv-green, .hv-red, .hv-blue, .hv-purple, .hv-orange { background: #ECF0F1; } .hv-green:hover { background: #31C4A8; } .hv-red:hover { background: #F77872; } .hv-blue:hover { background: #50C1E9; } .hv-purple:hover { background: #B69BC6; } .hv-orange:hover { background: #FFB24A; } * { margin: 0; padding: 0; list-style: none; font-family: '宋体'; } body { margin: 0; padding: 0; } a { text-decoration: none; } input, select, button, a { outline: none; } /* line 5, C:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font: inherit; font-size: 100%; vertical-align: baseline; } /* line 22, C:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */ html { line-height: 1; } /* line 24, C:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */ ol, ul { list-style: none; } /* line 26, C:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */ table { border-collapse: collapse; border-spacing: 0; } /* line 28, C:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */ caption, th, td { text-align: left; font-weight: normal; vertical-align: middle; } /* line 30, C:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */ q, blockquote { quotes: none; } /* line 103, C:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */ q:before, q:after, blockquote:before, blockquote:after { content: ""; content: none; } /* line 32, C:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */ a img { border: none; } /* line 116, C:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */ article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; } a { text-decoration: none; } html, body { font-size: 12px; } .right-fixed { width: 46px; height: 100%; position: fixed; right: 0px; z-index: 10000; } .right-fixed .r-fixed-l { width: 40px; height: 100%; float: left; } .right-fixed .r-fixed-l .l-list { width: 100%; height: 200px; position: relative; top: 45%; } .right-fixed .r-fixed-l .l-list li { width: 100%; height: 34px; margin-top: 3px; background: #31C4A8; } .right-fixed .r-fixed-l .l-list li a { margin: 3px 3px; } .right-fixed .r-fixed-l .l-list li img { width: 60%; height: 60%; margin: 6px 6px; } .right-fixed .r-fixed-l .l-list li:hover { background: #2EAF98; } .right-fixed .r-fixed-r { width: 6px; height: 100%; background: #31C4A8; float: left; } .footer { width: 100%; min-height: 200px; background: #F5F5F5; border-top: 3px solid #31C4A8; float: left; margin-top: 10px; } .footer .footer-center { width: 1200px; min-height: 200px; margin: auto; } .footer .footer-center .c-top { width: 100%; height: 150px; border-bottom: 1px solid #ccc; } .footer .footer-center .c-top li, .footer .footer-center .c-top .space { height: 70%; float: left; margin-top: 20px; } .footer .footer-center .c-top li { width: 12.25%; } .footer .footer-center .c-top li .li-t { width: 100%; height: 40%; line-height: 20px; } .footer .footer-center .c-top li .li-t span { width: 23%; height: 80%; display: inline-block; } .footer .footer-center .c-top li .li-t .span1 { background: url("/img/szy/inc/pay-mh.png") no-repeat; } .footer .footer-center .c-top li .li-t .span2 { background: url("/img/szy/inc/merchant.png") no-repeat; } .footer .footer-center .c-top li .li-t .span3 { background: url("/img/szy/inc/cantact-us.png") no-repeat; } .footer .footer-center .c-top li .li-t .span4 { background: url("/img/szy/inc/help.png") no-repeat; } .footer .footer-center .c-top li .li-t div { width: 70%; height: 80%; line-height: 40px; float: right; } .footer .footer-center .c-top li .li-t div b { font-size: 15px; color: #4D4D4D; } .footer .footer-center .c-top li .li-f { width: 100%; height: 50%; } .footer .footer-center .c-top li .li-f div { width: 100%; height: 48%; } .footer .footer-center .c-top li .li-f div a { font-size: 12px; color: #4D4D4D; margin-right: 3px; } .footer .footer-center .c-top li .li-f div a:hover { color: #31C4A8; } .footer .footer-center .c-top .space { width: 17%; } .footer .footer-center .c-top .space div { width: 50%; height: 100%; border-right: 1px solid #6A6A6A; } .footer .footer-center .c-footer { width: 100%; height: 170px; margin-top: 15px; margin-bottom: 15px; } .footer .footer-center .c-footer .f-l { width: 150px; height: 150px; border: 1px solid #ccc; float: left; } .footer .footer-center .c-footer .f-l img { width: 150px; height: 150px; } .footer .footer-center .c-footer .f-r { min-width: 80%; height: 150px; margin-left: 5%; float: left; } .footer .footer-center .c-footer .f-r li { width: 100%; height: 15%; margin-top: 10px; color: #4D4D4D; font-size: 15px; } .footer .footer-center .c-footer .f-r li a { color: #4D4D4D; font-size: 15px; } .footer .footer-center .c-footer .f-r li a:hover { color: #31C4A8; } .footer .footer-center .c-footer .f-r li:nth-child(5n+1) { margin-top: 0px; } body { width: 100%; min-width: 1200px; font-size: 12px; } .attent { width: 1200px; margin: 0 auto; margin-bottom: 66px; } .attent .attent-myself { width: 1200px; height: 33px; box-shadow: 0 0 5px #eaf5f1; background: #e7f7f6; line-height: 34px; text-indent: 15px; margin-top: 20px; color: #252f30; font-size: 15px; } .attent .attent-main { width: 100%; } .attent .attent-main .attent-main-title { width: 100%; height: 43px; border-bottom: 1px solid #27c8a6; } .attent .attent-main .attent-main-title .nav-att, .attent .attent-main .attent-main-title .search-goods { float: left; } .attent .attent-main .attent-main-title .nav-att { width: 980px; height: 26px; margin-top: 17px; } .attent .attent-main .attent-main-title .nav-att a { color: #4d4d4d; } .attent .attent-main .attent-main-title .nav-att li { float: left; margin-left: 13px; width: 110px; height: 25px; line-height: 24px; text-align: center; } .attent .attent-main .attent-main-title .nav-att .goods { border: 1px solid #6ca6a7; color: #fff; border-bottom: none; background: #27c8a6; } .attent .attent-main .attent-main-title .nav-att .goods a { color: #fff; } .attent .attent-main .attent-main-title .nav-att a:hover { color: #fff; } .attent .attent-main .attent-main-title .nav-att a:hover li { background: #27c8a6; border: 1px solid #6ca6a7; } .attent .attent-main .attent-main-title .search-goods { width: 220px; height: 23px; position: relative; margin-top: 10px; } .attent .attent-main .attent-main-title .search-goods input { width: 219px; border: none; height: 24px; border: 1px solid #cac8c9; outline: none; } .attent .attent-main .attent-main-title .search-goods img { position: absolute; top: 1px; right: 1px; } .attent .attent-main .goods-navigation { width: 1182px; height: 84px; box-shadow: 0 0 4px #f4f4f4; background: #f5f5f5; margin-top: 10px; padding-left: 18px; padding-top: 21px; } .attent .attent-main .goods-navigation .navigation-inner { width: 1178px; height: 58px; } .attent .attent-main .goods-navigation .navigation-inner .navigation { width: 1178px; height: 35px; } .attent .attent-main .goods-navigation .navigation-inner .navigation .navigation-title, .attent .attent-main .goods-navigation .navigation-inner .navigation .list { float: left; } .attent .attent-main .goods-navigation .navigation-inner .navigation .navigation-title { width: 83px; height: 21px; line-height: 21px; } .attent .attent-main .goods-navigation .navigation-inner .navigation .list li { float: left; margin-left: 17px; } .attent .attent-main .goods-navigation .navigation-inner .navigation .list li a { display: block; color: #4dc3eb; display: inline-block; height: 18px; line-height: 18px; text-align: center; padding-left: 3px; padding-right: 3px; } .attent .attent-main .goods-navigation .navigation-inner .navigation .list li .all { background: #48c2f3; color: #fff; } .attent .attent-main .goods-navigation .navigation-inner .navigation .list li a:hover { background: #48c2f3; color: #fff; } .attent .attent-main .attent-list { width: 100%; margin-top: 13px; clear: both; } .attent .attent-main .attent-list .th-chk { width: 100%; height: 28px; border-bottom: 1px solid #dadada; } .attent .attent-main .attent-list .th-chk .select, .attent .attent-main .attent-list .th-chk .operate, .attent .attent-main .attent-list .th-chk .pages { float: left; } .attent .attent-main .attent-list .th-chk .select { width: 59px; height: 12px; position: relative; margin-top: 6px; } .attent .attent-main .attent-list .th-chk .select input { position: absolute; top: 0; left: -5px; } .attent .attent-main .attent-list .th-chk .select span { position: absolute; top: 3px; left: 20px; color: #383838; } .attent .attent-main .attent-list .th-chk .operate { margin-top: 9px; width: 1024px; height: 12px; } .attent .attent-main .attent-list .th-chk .operate ul { width: 1024px; height: 12px; } .attent .attent-main .attent-list .th-chk .operate ul li { float: left; border-right: 2px solid #b1bcbe; } .attent .attent-main .attent-list .th-chk .operate ul li a { display: inline-block; margin-left: 5px; margin-right: 5px; color: #63c4e5; } .attent .attent-main .attent-list .th-chk .operate ul li:last-child { border-right: none; } .attent .attent-main .attent-list .th-chk .pages { width: 117px; height: 23px; position: relative; } .attent .attent-main .attent-list .th-chk .pages em, .attent .attent-main .attent-list .th-chk .pages span, .attent .attent-main .attent-list .th-chk .pages .prev, .attent .attent-main .attent-list .th-chk .pages .pages-next { position: absolute; } .attent .attent-main .attent-list .th-chk .pages .prev, .attent .attent-main .attent-list .th-chk .pages .pages-next { background: #f5f5f5; outline: none; border: none; border: 1px solid #d8d8d8; border-radius: 2px; cursor: pointer; } .attent .attent-main .attent-list .th-chk .pages em { top: 2px; left: 7px; color: #ba8b9d; } .attent .attent-main .attent-list .th-chk .pages span { top: 2px; left: 15px; } .attent .attent-main .attent-list .th-chk .pages .prev { width: 14px; height: 21px; top: 0px; right: 63px; } .attent .attent-main .attent-list .th-chk .pages .pages-next { width: 59px; height: 21px; top: 0px; right: 0px; } .attent .attent-main .attent-list .tr-goods { width: 100%; margin-top: 16px; } .attent .attent-main .attent-list .tr-goods .goods-detail { width: 215px; height: 325px; float: left; margin-bottom: 39px; margin-right: 31px; } .attent .attent-main .attent-list .tr-goods .goods-detail img { display: block; width: 214px; height: 214px; cursor: pointer; } .attent .attent-main .attent-list .tr-goods .goods-detail .goods-select { width: 100%; height: 13px; position: relative; margin-top: 10px; margin-bottom: 10px; } .attent .attent-main .attent-list .tr-goods .goods-detail .goods-select input { position: absolute; top: 0px; left: 0px; } .attent .attent-main .attent-list .tr-goods .goods-detail .goods-select span { position: absolute; top: 4px; left: 24px; display: block; width: 192px; height: 13px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #5cafd7; cursor: pointer; } .attent .attent-main .attent-list .tr-goods .goods-detail .goods-price { width: 100%; height: 22px; } .attent .attent-main .attent-list .tr-goods .goods-detail .goods-price span:first-child { font-size: 14px; color: #f57582; font-weight: bolder; } .attent .attent-main .attent-list .tr-goods .goods-detail .goods-price span:last-child { font-size: 11px; color: #959595; text-decoration: line-through; } .attent .attent-main .attent-list .tr-goods .goods-detail .goods-evaluate { width: 100%; height: 25px; border-bottom: 1px dashed #e6e6e6; border-top: 1px dashed #e6e6e6; } .attent .attent-main .attent-list .tr-goods .goods-detail .goods-evaluate .evaluate-sum, .attent .attent-main .attent-list .tr-goods .goods-detail .goods-evaluate .praise-sum { float: left; margin-top: 7px; color: #989898; } .attent .attent-main .attent-list .tr-goods .goods-detail .goods-evaluate .evaluate-sum { width: 150px; } .attent .attent-main .attent-list .tr-goods .goods-detail .goods-btn { width: 100%; height: 23px; margin-top: 6px; } .attent .attent-main .attent-list .tr-goods .goods-detail .goods-btn button { float: left; width: 66px; height: 21px; outline: none; border: 1px solid #cdcdcd; line-height: 21px; text-align: center; color: #919191; background: #f1f1f1; cursor: pointer; } .attent .attent-main .attent-list .tr-goods .goods-detail .goods-btn .add-cart { width: 79px; margin-left: 2px; margin-right: 2px; } .attent .attent-main .attent-list .tr-goods .goods-detail:nth-child(5n+5) { margin-right: 0; } .attent .attent-main .attent-list .table-foot { width: 100%; height: 28px; clear: both; } .attent .attent-main .attent-list .table-foot .select, .attent .attent-main .attent-list .table-foot .operate, .attent .attent-main .attent-list .table-foot .pages { float: left; } .attent .attent-main .attent-list .table-foot .select { width: 59px; height: 12px; position: relative; margin-top: 6px; } .attent .attent-main .attent-list .table-foot .select input { position: absolute; top: 0; left: -5px; } .attent .attent-main .attent-list .table-foot .select span { position: absolute; top: 3px; left: 20px; color: #383838; } .attent .attent-main .attent-list .table-foot .operate { margin-top: 9px; width: 637px; height: 12px; } .attent .attent-main .attent-list .table-foot .operate ul { width: 597px; height: 12px; } .attent .attent-main .attent-list .table-foot .operate ul li { float: left; border-right: 2px solid #b1bcbe; } .attent .attent-main .attent-list .table-foot .operate ul li a { display: inline-block; margin-left: 5px; margin-right: 5px; color: #63c4e5; } .attent .attent-main .attent-list .table-foot .operate ul li:last-child { border-right: none; } .attent .attent-main .attent-list .table-foot .pages { width: 504px; height: 27px; } .attent .attent-main .attent-list .table-foot .pages .items, .attent .attent-main .attent-list .table-foot .pages .total_page, .attent .attent-main .attent-list .table-foot .pages .form { float: left; } .attent .attent-main .attent-list .table-foot .pages ul li { float: left; margin-right: 7px; } .attent .attent-main .attent-list .table-foot .pages .item_prev a, .attent .attent-main .attent-list .table-foot .pages .item_next a { display: inline-block; width: 83px; height: 27px; line-height: 27px; border: 1px solid #e5e5e5; color: #666666; background: #f6f6f6; text-align: center; } .attent .attent-main .attent-list .table-foot .pages .item a, .attent .attent-main .attent-list .table-foot .pages .item .num, .attent .attent-main .attent-list .table-foot .pages .form input { display: inline-block; width: 37px; height: 27px; border: 1px solid #e5e5e5; border-radius: 1px; margin-left: 4px; text-align: center; line-height: 27px; background: #f6f6f6; color: #666666; } .attent .attent-main .attent-list .table-foot .pages .item .num { border: none; background: #fff; color: #f45667; } .attent .attent-main .attent-list .table-foot .pages .form input { background: #fff; outline: none; } .attent .attent-main .attent-list .table-foot .pages .total_page { margin: 12px 16px 14px 18px; } .attent .attent-main .attent-list .table-foot .pages .form .text { display: inline-block; margin-top: 12px; } .attent .attent-main .attent-list .table-foot .pages .form .btn { display: inline-block; width: 59px; height: 27px; border: 1px solid #e5e5e5; border-radius: 1px; text-align: center; line-height: 27px; background: #f6f6f6; color: #666666; cursor: pointer; } /*# sourceMappingURL=wishes-product.css.map */
0.285372
0.093927
html{ height: 100%; } body, #app{ height: inherit; } .container-fluid { /* removes bootstrap padding */ padding: 0px; } .navbar { display: list-item; height: inherit; } /* Highlighting rules for nav menu items */ .nav-item a.active, .nav-item a.active:hover, .nav-item a.active:focus { background-color: #fc4c02; color: white; text-decoration: underline; } .nav-item a, .nav-item a:hover, .nav-item a:focus { color: white; } .main-nav { width: 100%; /* keeps navbar ontop of leaflet maps */ z-index: 1001; position: fixed; top: 0; } .main-view-list, .main-view { margin: auto; } /* mobile */ @media (max-width: 575px) { .main-view-list, .main-view{ margin-top: 59px; padding-top: 30px; } .main-view{ width: fit-content; } .main-view-list{ width: calc(100% - 60px); } } /* desktop */ @media (min-width: 576px) { #app { display: flex; } .main-view-list, .main-view{ padding-left: 215px; /* removes padding-top when set on nav-button press */ padding-top: 0px !important; } .main-view-list{ width: calc(100% - 150px); } .main-nav { height: inherit; width: 215px; } .navbar-expand-sm .navbar-nav { flex-direction: column; } .navbar-header { float: none; } .navbar-collapse { border-top: 1px solid #444; padding-top: 15px; } .navbar-collapse ul { float: none; } .nav-item { float: none; font-size: 15px; margin: 6px; } .nav-item a { padding: 10px 16px; border-radius: 4px; color: white; } .navbar a { /* If a menu item's text is too long, truncate it */ width: 95%; /* Bug to fix here. Width 100% overflow. */ white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } } .button { background-color: #fc4c02; /* Green */ border-radius: 8px; border: none; color: white; padding: 15px 32px; text-align: center; text-decoration: none; display: inline-block; font-size: 16px; cursor:pointer; }
ClientApp/css/site.css
html{ height: 100%; } body, #app{ height: inherit; } .container-fluid { /* removes bootstrap padding */ padding: 0px; } .navbar { display: list-item; height: inherit; } /* Highlighting rules for nav menu items */ .nav-item a.active, .nav-item a.active:hover, .nav-item a.active:focus { background-color: #fc4c02; color: white; text-decoration: underline; } .nav-item a, .nav-item a:hover, .nav-item a:focus { color: white; } .main-nav { width: 100%; /* keeps navbar ontop of leaflet maps */ z-index: 1001; position: fixed; top: 0; } .main-view-list, .main-view { margin: auto; } /* mobile */ @media (max-width: 575px) { .main-view-list, .main-view{ margin-top: 59px; padding-top: 30px; } .main-view{ width: fit-content; } .main-view-list{ width: calc(100% - 60px); } } /* desktop */ @media (min-width: 576px) { #app { display: flex; } .main-view-list, .main-view{ padding-left: 215px; /* removes padding-top when set on nav-button press */ padding-top: 0px !important; } .main-view-list{ width: calc(100% - 150px); } .main-nav { height: inherit; width: 215px; } .navbar-expand-sm .navbar-nav { flex-direction: column; } .navbar-header { float: none; } .navbar-collapse { border-top: 1px solid #444; padding-top: 15px; } .navbar-collapse ul { float: none; } .nav-item { float: none; font-size: 15px; margin: 6px; } .nav-item a { padding: 10px 16px; border-radius: 4px; color: white; } .navbar a { /* If a menu item's text is too long, truncate it */ width: 95%; /* Bug to fix here. Width 100% overflow. */ white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } } .button { background-color: #fc4c02; /* Green */ border-radius: 8px; border: none; color: white; padding: 15px 32px; text-align: center; text-decoration: none; display: inline-block; font-size: 16px; cursor:pointer; }
0.403214
0.064271
.o-ui-lozenge { display: inline-flex; align-items: center; background-color: var(--o-ui-bg-alias-accent-light); color: var(--o-ui-text-alias-primary); text-transform: uppercase; padding: 0 var(--o-ui-sp-2); border-radius: 4px; min-height: var(--o-ui-sz-3); line-height: var(--o-ui-sz-3); width: max-content; height: max-content; } /* HIGHLIGHT */ .o-ui-lozenge.o-ui-lozenge-highlight { background-color: var(--o-ui-bg-alias-accent); } /* SIZE */ .o-ui-lozenge-sm { min-height: var(--o-ui-sz-2); line-height: var(--o-ui-sz-2); } .o-ui-lozenge-lg { min-height: var(--o-ui-sz-4); line-height: var(--o-ui-sz-4); } /* CONTENT | ICON */ .o-ui-lozenge-has-icon { padding-left: calc(var(--o-ui-sp-2) / 2); } .o-ui-lozenge-icon { margin-right: 0.125rem; } /* INFORMATIVE */ .o-ui-lozenge.o-ui-lozenge-informative { background-color: var(--o-ui-bg-alias-accent-light); } .o-ui-lozenge.o-ui-lozenge-informative.o-ui-lozenge-highlight { background-color: var(--o-ui-bg-alias-accent); /* For the icon */ color: var(--o-ui-white); } .o-ui-lozenge.o-ui-lozenge-informative.o-ui-lozenge-highlight .o-ui-lozenge-text { color: var(--o-ui-white); } .o-ui-lozenge.o-ui-lozenge-informative.o-ui-lozenge-highlight .o-ui-lozenge-icon { fill: currentColor; color: inherit; } /* SUCCESS */ .o-ui-lozenge.o-ui-lozenge-positive { background-color: var(--o-ui-bg-alias-success-light); } .o-ui-lozenge.o-ui-lozenge-positive.o-ui-lozenge-highlight { background-color: var(--o-ui-bg-alias-success); /* For the icon */ color: var(--o-ui-white); } .o-ui-lozenge.o-ui-lozenge-positive.o-ui-lozenge-highlight .o-ui-lozenge-text { color: var(--o-ui-white); } .o-ui-lozenge.o-ui-lozenge-positive.o-ui-lozenge-highlight .o-ui-lozenge-icon { fill: currentColor; color: inherit; } /* WARNING */ .o-ui-lozenge.o-ui-lozenge-warning { background-color: var(--o-ui-bg-alias-warning-light); } .o-ui-lozenge.o-ui-lozenge-warning.o-ui-lozenge-highlight { background-color: var(--o-ui-bg-alias-warning); } .o-ui-lozenge.o-ui-lozenge-warning.o-ui-lozenge-highlight .o-ui-lozenge-icon { fill: currentColor; color: inherit; } /* NEGATIVE */ .o-ui-lozenge.o-ui-lozenge-negative { background-color: var(--o-ui-bg-alias-alert-light); } .o-ui-lozenge.o-ui-lozenge-negative.o-ui-lozenge-highlight { background-color: var(--o-ui-bg-alias-alert); /* For the icon */ color: var(--o-ui-white); } .o-ui-lozenge.o-ui-lozenge-negative.o-ui-lozenge-highlight .o-ui-lozenge-text { color: var(--o-ui-white); } .o-ui-lozenge.o-ui-lozenge-negative.o-ui-lozenge-highlight .o-ui-lozenge-icon { fill: currentColor; color: inherit; }
packages/components/src/lozenge/src/Lozenge.css
.o-ui-lozenge { display: inline-flex; align-items: center; background-color: var(--o-ui-bg-alias-accent-light); color: var(--o-ui-text-alias-primary); text-transform: uppercase; padding: 0 var(--o-ui-sp-2); border-radius: 4px; min-height: var(--o-ui-sz-3); line-height: var(--o-ui-sz-3); width: max-content; height: max-content; } /* HIGHLIGHT */ .o-ui-lozenge.o-ui-lozenge-highlight { background-color: var(--o-ui-bg-alias-accent); } /* SIZE */ .o-ui-lozenge-sm { min-height: var(--o-ui-sz-2); line-height: var(--o-ui-sz-2); } .o-ui-lozenge-lg { min-height: var(--o-ui-sz-4); line-height: var(--o-ui-sz-4); } /* CONTENT | ICON */ .o-ui-lozenge-has-icon { padding-left: calc(var(--o-ui-sp-2) / 2); } .o-ui-lozenge-icon { margin-right: 0.125rem; } /* INFORMATIVE */ .o-ui-lozenge.o-ui-lozenge-informative { background-color: var(--o-ui-bg-alias-accent-light); } .o-ui-lozenge.o-ui-lozenge-informative.o-ui-lozenge-highlight { background-color: var(--o-ui-bg-alias-accent); /* For the icon */ color: var(--o-ui-white); } .o-ui-lozenge.o-ui-lozenge-informative.o-ui-lozenge-highlight .o-ui-lozenge-text { color: var(--o-ui-white); } .o-ui-lozenge.o-ui-lozenge-informative.o-ui-lozenge-highlight .o-ui-lozenge-icon { fill: currentColor; color: inherit; } /* SUCCESS */ .o-ui-lozenge.o-ui-lozenge-positive { background-color: var(--o-ui-bg-alias-success-light); } .o-ui-lozenge.o-ui-lozenge-positive.o-ui-lozenge-highlight { background-color: var(--o-ui-bg-alias-success); /* For the icon */ color: var(--o-ui-white); } .o-ui-lozenge.o-ui-lozenge-positive.o-ui-lozenge-highlight .o-ui-lozenge-text { color: var(--o-ui-white); } .o-ui-lozenge.o-ui-lozenge-positive.o-ui-lozenge-highlight .o-ui-lozenge-icon { fill: currentColor; color: inherit; } /* WARNING */ .o-ui-lozenge.o-ui-lozenge-warning { background-color: var(--o-ui-bg-alias-warning-light); } .o-ui-lozenge.o-ui-lozenge-warning.o-ui-lozenge-highlight { background-color: var(--o-ui-bg-alias-warning); } .o-ui-lozenge.o-ui-lozenge-warning.o-ui-lozenge-highlight .o-ui-lozenge-icon { fill: currentColor; color: inherit; } /* NEGATIVE */ .o-ui-lozenge.o-ui-lozenge-negative { background-color: var(--o-ui-bg-alias-alert-light); } .o-ui-lozenge.o-ui-lozenge-negative.o-ui-lozenge-highlight { background-color: var(--o-ui-bg-alias-alert); /* For the icon */ color: var(--o-ui-white); } .o-ui-lozenge.o-ui-lozenge-negative.o-ui-lozenge-highlight .o-ui-lozenge-text { color: var(--o-ui-white); } .o-ui-lozenge.o-ui-lozenge-negative.o-ui-lozenge-highlight .o-ui-lozenge-icon { fill: currentColor; color: inherit; }
0.438665
0.04531
.Projects-container{ background-color: white; display: flex; flex-direction: column; justify-content: center; align-items: center; border-radius: 25px; margin-bottom: 20px; /* width: 100%; */ padding: 10px; } .Project-item{ display: flex; flex-direction: row; width: auto; height: auto; justify-content: space-between; margin-bottom: 1rem; } .Project-item h3{ font-family: "Fjalla One", sans-serif; font-size: 2em; font-weight: bold; letter-spacing: 0.1em; margin: 0.5em 0 0.3em 0.6em; color: #00204a; /* color: #202020; */ } .Project-image{ margin-top: 2rem; position: relative; display: flex; justify-content: center; align-items: center; margin-right: 4em; } .Project-image img{ width: 350px; height: 350px; } .Project-image a{ text-decoration: none; color:white; cursor: pointer; position: absolute; /* left: 0; */ /* right: 0; */ bottom: 20px; font-size: 1rem; background-color: #3148b1; height: 25px; border-radius: 12px; display: flex; justify-content: center; align-items: center; width: auto; padding: 3px 5px; margin-left: auto; margin-right: auto; } .Project-description{ width: 50%; } .Project-description p{ font-family: "Muli", sans-serif; font-size: 22px; margin-left: 2rem; } .Project-technologies{ display: flex; flex-direction: row; margin-left: 2rem; justify-content: space-evenly; } .Project-tech{ display: flex; flex-direction: column; justify-content: center; align-items: center; } .Project-tech img{ width: 60px; height: 40px; } .Project-tech svg{ width: 40px; height: 40px; } .Project-tech p{ font-size: 1rem; margin:0; } @media screen and (max-width: 768px) { .Project-item{ /* flex-direction: column; */ } .Project-image{ margin-top: 1rem; margin-right: 1rem; } .Project-image img{ width: 350px; height: 350px; } } @media screen and (max-width: 426px){ .Project-item{ flex-direction: column; } .Project-item h3{ margin: 10px 0 0 10px; } .Project-description{ width: 100%; } .Project-description p{ margin: 0 1rem; } } @media screen and (max-width:376px){ .Project-image img{ width: 280px; height: 280px; } .Project-description p{ font-size: 18px; /* margin-left: 2rem; */ margin: 10px 15px; } }
src/components/Projects/Projects.css
.Projects-container{ background-color: white; display: flex; flex-direction: column; justify-content: center; align-items: center; border-radius: 25px; margin-bottom: 20px; /* width: 100%; */ padding: 10px; } .Project-item{ display: flex; flex-direction: row; width: auto; height: auto; justify-content: space-between; margin-bottom: 1rem; } .Project-item h3{ font-family: "Fjalla One", sans-serif; font-size: 2em; font-weight: bold; letter-spacing: 0.1em; margin: 0.5em 0 0.3em 0.6em; color: #00204a; /* color: #202020; */ } .Project-image{ margin-top: 2rem; position: relative; display: flex; justify-content: center; align-items: center; margin-right: 4em; } .Project-image img{ width: 350px; height: 350px; } .Project-image a{ text-decoration: none; color:white; cursor: pointer; position: absolute; /* left: 0; */ /* right: 0; */ bottom: 20px; font-size: 1rem; background-color: #3148b1; height: 25px; border-radius: 12px; display: flex; justify-content: center; align-items: center; width: auto; padding: 3px 5px; margin-left: auto; margin-right: auto; } .Project-description{ width: 50%; } .Project-description p{ font-family: "Muli", sans-serif; font-size: 22px; margin-left: 2rem; } .Project-technologies{ display: flex; flex-direction: row; margin-left: 2rem; justify-content: space-evenly; } .Project-tech{ display: flex; flex-direction: column; justify-content: center; align-items: center; } .Project-tech img{ width: 60px; height: 40px; } .Project-tech svg{ width: 40px; height: 40px; } .Project-tech p{ font-size: 1rem; margin:0; } @media screen and (max-width: 768px) { .Project-item{ /* flex-direction: column; */ } .Project-image{ margin-top: 1rem; margin-right: 1rem; } .Project-image img{ width: 350px; height: 350px; } } @media screen and (max-width: 426px){ .Project-item{ flex-direction: column; } .Project-item h3{ margin: 10px 0 0 10px; } .Project-description{ width: 100%; } .Project-description p{ margin: 0 1rem; } } @media screen and (max-width:376px){ .Project-image img{ width: 280px; height: 280px; } .Project-description p{ font-size: 18px; /* margin-left: 2rem; */ margin: 10px 15px; } }
0.352982
0.081593
@font-face { font-family: 'Merriweather'; font-style: normal; font-weight: 400; src: url("../fonts/merriweather-v19-latin-ext_latin_cyrillic_cyrillic-ext_vietnamese-regular.eot"); /* IE9 Compat Modes */ src: local("Merriweather Regular"), local("Merriweather-Regular"), url("../fonts/merriweather-v19-latin-ext_latin_cyrillic_cyrillic-ext_vietnamese-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/merriweather-v19-latin-ext_latin_cyrillic_cyrillic-ext_vietnamese-regular.woff2") format("woff2"), url("../fonts/merriweather-v19-latin-ext_latin_cyrillic_cyrillic-ext_vietnamese-regular.woff") format("woff"), url("../fonts/merriweather-v19-latin-ext_latin_cyrillic_cyrillic-ext_vietnamese-regular.ttf") format("truetype"), url("../fonts/merriweather-v19-latin-ext_latin_cyrillic_cyrillic-ext_vietnamese-regular.svg#Merriweather") format("svg"); /* Legacy iOS */ } /* merriweather-700 - latin-ext_latin_cyrillic_cyrillic-ext_vietnamese */ @font-face { font-family: 'Merriweather'; font-style: normal; font-weight: 700; src: url("../fonts/merriweather-v19-latin-ext_latin_cyrillic_cyrillic-ext_vietnamese-700.eot"); /* IE9 Compat Modes */ src: local("Merriweather Bold"), local("Merriweather-Bold"), url("../fonts/merriweather-v19-latin-ext_latin_cyrillic_cyrillic-ext_vietnamese-700.eot?#iefix") format("embedded-opentype"), url("../fonts/merriweather-v19-latin-ext_latin_cyrillic_cyrillic-ext_vietnamese-700.woff2") format("woff2"), url("../fonts/merriweather-v19-latin-ext_latin_cyrillic_cyrillic-ext_vietnamese-700.woff") format("woff"), url("../fonts/merriweather-v19-latin-ext_latin_cyrillic_cyrillic-ext_vietnamese-700.ttf") format("truetype"), url("../fonts/merriweather-v19-latin-ext_latin_cyrillic_cyrillic-ext_vietnamese-700.svg#Merriweather") format("svg"); /* Legacy iOS */ } /* merriweather-900 - latin-ext_latin_cyrillic_cyrillic-ext_vietnamese */ @font-face { font-family: 'Merriweather'; font-style: normal; font-weight: 900; src: url("../fonts/merriweather-v19-latin-ext_latin_cyrillic_cyrillic-ext_vietnamese-900.eot"); /* IE9 Compat Modes */ src: local("Merriweather Black"), local("Merriweather-Black"), url("../fonts/merriweather-v19-latin-ext_latin_cyrillic_cyrillic-ext_vietnamese-900.eot?#iefix") format("embedded-opentype"), url("../fonts/merriweather-v19-latin-ext_latin_cyrillic_cyrillic-ext_vietnamese-900.woff2") format("woff2"), url("../fonts/merriweather-v19-latin-ext_latin_cyrillic_cyrillic-ext_vietnamese-900.woff") format("woff"), url("../fonts/merriweather-v19-latin-ext_latin_cyrillic_cyrillic-ext_vietnamese-900.ttf") format("truetype"), url("../fonts/merriweather-v19-latin-ext_latin_cyrillic_cyrillic-ext_vietnamese-900.svg#Merriweather") format("svg"); /* Legacy iOS */ } /* poppins-regular - latin */ @font-face { font-family: 'Poppins'; font-style: normal; font-weight: 400; src: url("../fonts/poppins-v5-latin-regular.eot"); /* IE9 Compat Modes */ src: local("Poppins Regular"), local("Poppins-Regular"), url("../fonts/poppins-v5-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins-v5-latin-regular.woff2") format("woff2"), url("../fonts/poppins-v5-latin-regular.woff") format("woff"), url("../fonts/poppins-v5-latin-regular.ttf") format("truetype"), url("../fonts/poppins-v5-latin-regular.svg#Poppins") format("svg"); /* Legacy iOS */ } /* poppins-500 - latin */ @font-face { font-family: 'Poppins'; font-style: normal; font-weight: 500; src: url("../fonts/poppins-v5-latin-500.eot"); /* IE9 Compat Modes */ src: local("Poppins Medium"), local("Poppins-Medium"), url("../fonts/poppins-v5-latin-500.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins-v5-latin-500.woff2") format("woff2"), url("../fonts/poppins-v5-latin-500.woff") format("woff"), url("../fonts/poppins-v5-latin-500.ttf") format("truetype"), url("../fonts/poppins-v5-latin-500.svg#Poppins") format("svg"); /* Legacy iOS */ } /* poppins-600 - latin */ @font-face { font-family: 'Poppins'; font-style: normal; font-weight: 600; src: url("../fonts/poppins-v5-latin-600.eot"); /* IE9 Compat Modes */ src: local("Poppins SemiBold"), local("Poppins-SemiBold"), url("../fonts/poppins-v5-latin-600.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins-v5-latin-600.woff2") format("woff2"), url("../fonts/poppins-v5-latin-600.woff") format("woff"), url("../fonts/poppins-v5-latin-600.ttf") format("truetype"), url("../fonts/poppins-v5-latin-600.svg#Poppins") format("svg"); /* Legacy iOS */ } /* poppins-700 - latin */ @font-face { font-family: 'Poppins'; font-style: normal; font-weight: 700; src: url("../fonts/poppins-v5-latin-700.eot"); /* IE9 Compat Modes */ src: local("Poppins Bold"), local("Poppins-Bold"), url("../fonts/poppins-v5-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins-v5-latin-700.woff2") format("woff2"), url("../fonts/poppins-v5-latin-700.woff") format("woff"), url("../fonts/poppins-v5-latin-700.ttf") format("truetype"), url("../fonts/poppins-v5-latin-700.svg#Poppins") format("svg"); /* Legacy iOS */ } /* poppins-800 - latin */ @font-face { font-family: 'Poppins'; font-style: normal; font-weight: 800; src: url("../fonts/poppins-v5-latin-800.eot"); /* IE9 Compat Modes */ src: local("Poppins ExtraBold"), local("Poppins-ExtraBold"), url("../fonts/poppins-v5-latin-800.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins-v5-latin-800.woff2") format("woff2"), url("../fonts/poppins-v5-latin-800.woff") format("woff"), url("../fonts/poppins-v5-latin-800.ttf") format("truetype"), url("../fonts/poppins-v5-latin-800.svg#Poppins") format("svg"); /* Legacy iOS */ } html { overflow-x: hidden; } body { color: #000000; font-family: "Poppins", sans-serif; font-size: 16px; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: 100%; cursor: default; overflow-x: hidden; max-width: 100vw; } body ::selection { background: rgba(58, 241, 234, 0.7); } #index { display: block; display: flex; flex-direction: column; position: relative; min-height: 100vh; margin: 0 auto; padding: 0px 40px; max-width: 1250px; } .button-filled { border-radius: 500px; background-color: #000000; color: #ffffff; text-transform: uppercase; font-family: "Poppins", sans-serif; font-weight: 600; border: none; padding: 15px 30px; font-size: 0.75rem; cursor: pointer; } /*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */ /* Document ========================================================================== */ /** * 1. Correct the line height in all browsers. * 2. Prevent adjustments of font size after orientation changes in iOS. */ html { line-height: 1.15; /* 1 */ -webkit-text-size-adjust: 100%; /* 2 */ } /* Sections ========================================================================== */ /** * Remove the margin in all browsers. */ body { margin: 0; } /** * Correct the font size and margin on `h1` elements within `section` and * `article` contexts in Chrome, Firefox, and Safari. */ h1 { font-size: 2em; margin: 0; } h1, h2, h3, h4, h5, h6 { font-family: "Poppins", sans-serif; font-weight: 600; margin: 0; padding: 0; } h1 span, h2 span, h3 span, h4 span, h5 span, h6 span { font-weight: inherit; } ul { padding: 0; margin: 0; } /* Grouping content ========================================================================== */ /** * 1. Add the correct box sizing in Firefox. * 2. Show the overflow in Edge and IE. */ hr { box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */ } /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ pre { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } /* Text-level semantics ========================================================================== */ /** * Remove the gray background on active links in IE 10. */ a { color: inherit; background-color: transparent; text-decoration: none; } a:hover { text-decoration: none; color: inherit; } ul { list-style: none; } /** * 1. Remove the bottom border in Chrome 57- * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */ abbr[title] { border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ text-decoration: underline dotted; /* 2 */ } /** * Add the correct font weight in Chrome, Edge, and Safari. */ b, strong { font-weight: bolder; } /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ code, kbd, samp { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } /** * Add the correct font size in all browsers. */ small { font-size: 80%; } /** * Prevent `sub` and `sup` elements from affecting the line height in * all browsers. */ sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sub { bottom: -0.25em; } sup { top: -0.5em; } /* Embedded content ========================================================================== */ /** * Remove the border on images inside links in IE 10. */ img { border-style: none; } /* Forms ========================================================================== */ /** * 1. Change the font styles in all browsers. * 2. Remove the margin in Firefox and Safari. */ button, input, optgroup, select, textarea { font-family: inherit; /* 1 */ font-size: 100%; /* 1 */ line-height: 1.15; /* 1 */ margin: 0; /* 2 */ background: none; } /** * Show the overflow in IE. * 1. Show the overflow in Edge. */ button, input { /* 1 */ overflow: visible; } button:active, input:active { outline: none; border: none; } button:focus, input:focus { outline: 0; } /** * Remove the inheritance of text transform in Edge, Firefox, and IE. * 1. Remove the inheritance of text transform in Firefox. */ button, select { /* 1 */ text-transform: none; } /** * Correct the inability to style clickable types in iOS and Safari. */ button, [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; } /** * Remove the inner border and padding in Firefox. */ button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; } /** * Restore the focus styles unset by the previous rule. */ button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; } input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button { -webkit-appearance: none; } /** * Correct the padding in Firefox. */ fieldset { padding: 0.35em 0.75em 0.625em; } /** * 1. Correct the text wrapping in Edge and IE. * 2. Correct the color inheritance from `fieldset` elements in IE. * 3. Remove the padding so developers are not caught out when they zero out * `fieldset` elements in all browsers. */ legend { box-sizing: border-box; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */ } /** * Add the correct vertical alignment in Chrome, Firefox, and Opera. */ progress { vertical-align: baseline; } /** * Remove the default vertical scrollbar in IE 10+. */ textarea { overflow: auto; } /** * 1. Add the correct box sizing in IE 10. * 2. Remove the padding in IE 10. */ [type="checkbox"], [type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ } /** * Correct the cursor style of increment and decrement buttons in Chrome. */ [type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; } /** * 1. Correct the odd appearance in Chrome and Safari. * 2. Correct the outline style in Safari. */ [type="search"] { -webkit-appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */ } /** * Remove the inner padding in Chrome and Safari on macOS. */ [type="search"]::-webkit-search-decoration { -webkit-appearance: none; } /** * 1. Correct the inability to style clickable types in iOS and Safari. * 2. Change font properties to `inherit` in Safari. */ ::-webkit-file-upload-button { -webkit-appearance: button; /* 1 */ font: inherit; /* 2 */ } /* Interactive ========================================================================== */ /* * Add the correct display in Edge, IE 10+, and Firefox. */ details { display: block; } /* * Add the correct display in all browsers. */ summary { display: list-item; } /* Misc ========================================================================== */ /** * Add the correct display in IE 10+. */ template { display: none; } /** * Add the correct display in IE 10. */ [hidden] { display: none; } .scrlbar-hidden::-webkit-scrollbar-track { background: none; display: none; } .scrlbar-hidden::-webkit-scrollbar { background: none; display: none; } .scrlbar-hidden::-webkit-scrollbar-thumb { background: none; display: none; } .loader { margin: 100px auto 0; width: 70px; text-align: center; position: absolute; margin: auto; left: 0; right: 0; top: 0; bottom: 0; display: flex; flex-direction: row; align-items: center; } .loader > div { width: 14px; height: 14px; background-color: rgba(255, 255, 255, 0.15); margin: auto; top: 50%; transform: translateY(-50%); border-radius: 100%; display: inline-block; -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both; animation: sk-bouncedelay 1.4s infinite ease-in-out both; } .loader .bounce1 { -webkit-animation-delay: -0.42s; animation-delay: -0.42s; } .loader .bounce2 { -webkit-animation-delay: -0.21s; animation-delay: -0.21s; margin: 0 5px; } @-webkit-keyframes sk-bouncedelay { 0%, 80%, 100% { -webkit-transform: scale(0); } 40% { -webkit-transform: scale(1); } } @keyframes sk-bouncedelay { 0%, 80%, 100% { -webkit-transform: scale(0); transform: scale(0); } 40% { -webkit-transform: scale(1); transform: scale(1); } } .topbar { width: 100%; position: relative; display: flex; flex-direction: row; justify-content: space-between; align-items: center; padding-top: 60px; padding-bottom: 20px; } .topbar header { display: inline-block; } .topbar header #tpb-logoi { display: inline-block; height: 24px; width: auto; } .topbar header #tpb-logot { display: inline-block; width: auto; height: 26px; margin-left: 18px; } .topbar nav { font-size: 0.75rem; display: inline-block; } .topbar nav span { color: #000722; margin-right: 45px; transition: opacity 0.2s; } .topbar nav span:hover { opacity: 0.9; transition: opacity 0.3s; } .topbar nav span:last-child { margin-right: 0px; }
client/src/assets/css/main.css
@font-face { font-family: 'Merriweather'; font-style: normal; font-weight: 400; src: url("../fonts/merriweather-v19-latin-ext_latin_cyrillic_cyrillic-ext_vietnamese-regular.eot"); /* IE9 Compat Modes */ src: local("Merriweather Regular"), local("Merriweather-Regular"), url("../fonts/merriweather-v19-latin-ext_latin_cyrillic_cyrillic-ext_vietnamese-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/merriweather-v19-latin-ext_latin_cyrillic_cyrillic-ext_vietnamese-regular.woff2") format("woff2"), url("../fonts/merriweather-v19-latin-ext_latin_cyrillic_cyrillic-ext_vietnamese-regular.woff") format("woff"), url("../fonts/merriweather-v19-latin-ext_latin_cyrillic_cyrillic-ext_vietnamese-regular.ttf") format("truetype"), url("../fonts/merriweather-v19-latin-ext_latin_cyrillic_cyrillic-ext_vietnamese-regular.svg#Merriweather") format("svg"); /* Legacy iOS */ } /* merriweather-700 - latin-ext_latin_cyrillic_cyrillic-ext_vietnamese */ @font-face { font-family: 'Merriweather'; font-style: normal; font-weight: 700; src: url("../fonts/merriweather-v19-latin-ext_latin_cyrillic_cyrillic-ext_vietnamese-700.eot"); /* IE9 Compat Modes */ src: local("Merriweather Bold"), local("Merriweather-Bold"), url("../fonts/merriweather-v19-latin-ext_latin_cyrillic_cyrillic-ext_vietnamese-700.eot?#iefix") format("embedded-opentype"), url("../fonts/merriweather-v19-latin-ext_latin_cyrillic_cyrillic-ext_vietnamese-700.woff2") format("woff2"), url("../fonts/merriweather-v19-latin-ext_latin_cyrillic_cyrillic-ext_vietnamese-700.woff") format("woff"), url("../fonts/merriweather-v19-latin-ext_latin_cyrillic_cyrillic-ext_vietnamese-700.ttf") format("truetype"), url("../fonts/merriweather-v19-latin-ext_latin_cyrillic_cyrillic-ext_vietnamese-700.svg#Merriweather") format("svg"); /* Legacy iOS */ } /* merriweather-900 - latin-ext_latin_cyrillic_cyrillic-ext_vietnamese */ @font-face { font-family: 'Merriweather'; font-style: normal; font-weight: 900; src: url("../fonts/merriweather-v19-latin-ext_latin_cyrillic_cyrillic-ext_vietnamese-900.eot"); /* IE9 Compat Modes */ src: local("Merriweather Black"), local("Merriweather-Black"), url("../fonts/merriweather-v19-latin-ext_latin_cyrillic_cyrillic-ext_vietnamese-900.eot?#iefix") format("embedded-opentype"), url("../fonts/merriweather-v19-latin-ext_latin_cyrillic_cyrillic-ext_vietnamese-900.woff2") format("woff2"), url("../fonts/merriweather-v19-latin-ext_latin_cyrillic_cyrillic-ext_vietnamese-900.woff") format("woff"), url("../fonts/merriweather-v19-latin-ext_latin_cyrillic_cyrillic-ext_vietnamese-900.ttf") format("truetype"), url("../fonts/merriweather-v19-latin-ext_latin_cyrillic_cyrillic-ext_vietnamese-900.svg#Merriweather") format("svg"); /* Legacy iOS */ } /* poppins-regular - latin */ @font-face { font-family: 'Poppins'; font-style: normal; font-weight: 400; src: url("../fonts/poppins-v5-latin-regular.eot"); /* IE9 Compat Modes */ src: local("Poppins Regular"), local("Poppins-Regular"), url("../fonts/poppins-v5-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins-v5-latin-regular.woff2") format("woff2"), url("../fonts/poppins-v5-latin-regular.woff") format("woff"), url("../fonts/poppins-v5-latin-regular.ttf") format("truetype"), url("../fonts/poppins-v5-latin-regular.svg#Poppins") format("svg"); /* Legacy iOS */ } /* poppins-500 - latin */ @font-face { font-family: 'Poppins'; font-style: normal; font-weight: 500; src: url("../fonts/poppins-v5-latin-500.eot"); /* IE9 Compat Modes */ src: local("Poppins Medium"), local("Poppins-Medium"), url("../fonts/poppins-v5-latin-500.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins-v5-latin-500.woff2") format("woff2"), url("../fonts/poppins-v5-latin-500.woff") format("woff"), url("../fonts/poppins-v5-latin-500.ttf") format("truetype"), url("../fonts/poppins-v5-latin-500.svg#Poppins") format("svg"); /* Legacy iOS */ } /* poppins-600 - latin */ @font-face { font-family: 'Poppins'; font-style: normal; font-weight: 600; src: url("../fonts/poppins-v5-latin-600.eot"); /* IE9 Compat Modes */ src: local("Poppins SemiBold"), local("Poppins-SemiBold"), url("../fonts/poppins-v5-latin-600.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins-v5-latin-600.woff2") format("woff2"), url("../fonts/poppins-v5-latin-600.woff") format("woff"), url("../fonts/poppins-v5-latin-600.ttf") format("truetype"), url("../fonts/poppins-v5-latin-600.svg#Poppins") format("svg"); /* Legacy iOS */ } /* poppins-700 - latin */ @font-face { font-family: 'Poppins'; font-style: normal; font-weight: 700; src: url("../fonts/poppins-v5-latin-700.eot"); /* IE9 Compat Modes */ src: local("Poppins Bold"), local("Poppins-Bold"), url("../fonts/poppins-v5-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins-v5-latin-700.woff2") format("woff2"), url("../fonts/poppins-v5-latin-700.woff") format("woff"), url("../fonts/poppins-v5-latin-700.ttf") format("truetype"), url("../fonts/poppins-v5-latin-700.svg#Poppins") format("svg"); /* Legacy iOS */ } /* poppins-800 - latin */ @font-face { font-family: 'Poppins'; font-style: normal; font-weight: 800; src: url("../fonts/poppins-v5-latin-800.eot"); /* IE9 Compat Modes */ src: local("Poppins ExtraBold"), local("Poppins-ExtraBold"), url("../fonts/poppins-v5-latin-800.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins-v5-latin-800.woff2") format("woff2"), url("../fonts/poppins-v5-latin-800.woff") format("woff"), url("../fonts/poppins-v5-latin-800.ttf") format("truetype"), url("../fonts/poppins-v5-latin-800.svg#Poppins") format("svg"); /* Legacy iOS */ } html { overflow-x: hidden; } body { color: #000000; font-family: "Poppins", sans-serif; font-size: 16px; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: 100%; cursor: default; overflow-x: hidden; max-width: 100vw; } body ::selection { background: rgba(58, 241, 234, 0.7); } #index { display: block; display: flex; flex-direction: column; position: relative; min-height: 100vh; margin: 0 auto; padding: 0px 40px; max-width: 1250px; } .button-filled { border-radius: 500px; background-color: #000000; color: #ffffff; text-transform: uppercase; font-family: "Poppins", sans-serif; font-weight: 600; border: none; padding: 15px 30px; font-size: 0.75rem; cursor: pointer; } /*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */ /* Document ========================================================================== */ /** * 1. Correct the line height in all browsers. * 2. Prevent adjustments of font size after orientation changes in iOS. */ html { line-height: 1.15; /* 1 */ -webkit-text-size-adjust: 100%; /* 2 */ } /* Sections ========================================================================== */ /** * Remove the margin in all browsers. */ body { margin: 0; } /** * Correct the font size and margin on `h1` elements within `section` and * `article` contexts in Chrome, Firefox, and Safari. */ h1 { font-size: 2em; margin: 0; } h1, h2, h3, h4, h5, h6 { font-family: "Poppins", sans-serif; font-weight: 600; margin: 0; padding: 0; } h1 span, h2 span, h3 span, h4 span, h5 span, h6 span { font-weight: inherit; } ul { padding: 0; margin: 0; } /* Grouping content ========================================================================== */ /** * 1. Add the correct box sizing in Firefox. * 2. Show the overflow in Edge and IE. */ hr { box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */ } /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ pre { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } /* Text-level semantics ========================================================================== */ /** * Remove the gray background on active links in IE 10. */ a { color: inherit; background-color: transparent; text-decoration: none; } a:hover { text-decoration: none; color: inherit; } ul { list-style: none; } /** * 1. Remove the bottom border in Chrome 57- * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */ abbr[title] { border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ text-decoration: underline dotted; /* 2 */ } /** * Add the correct font weight in Chrome, Edge, and Safari. */ b, strong { font-weight: bolder; } /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ code, kbd, samp { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } /** * Add the correct font size in all browsers. */ small { font-size: 80%; } /** * Prevent `sub` and `sup` elements from affecting the line height in * all browsers. */ sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sub { bottom: -0.25em; } sup { top: -0.5em; } /* Embedded content ========================================================================== */ /** * Remove the border on images inside links in IE 10. */ img { border-style: none; } /* Forms ========================================================================== */ /** * 1. Change the font styles in all browsers. * 2. Remove the margin in Firefox and Safari. */ button, input, optgroup, select, textarea { font-family: inherit; /* 1 */ font-size: 100%; /* 1 */ line-height: 1.15; /* 1 */ margin: 0; /* 2 */ background: none; } /** * Show the overflow in IE. * 1. Show the overflow in Edge. */ button, input { /* 1 */ overflow: visible; } button:active, input:active { outline: none; border: none; } button:focus, input:focus { outline: 0; } /** * Remove the inheritance of text transform in Edge, Firefox, and IE. * 1. Remove the inheritance of text transform in Firefox. */ button, select { /* 1 */ text-transform: none; } /** * Correct the inability to style clickable types in iOS and Safari. */ button, [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; } /** * Remove the inner border and padding in Firefox. */ button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; } /** * Restore the focus styles unset by the previous rule. */ button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; } input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button { -webkit-appearance: none; } /** * Correct the padding in Firefox. */ fieldset { padding: 0.35em 0.75em 0.625em; } /** * 1. Correct the text wrapping in Edge and IE. * 2. Correct the color inheritance from `fieldset` elements in IE. * 3. Remove the padding so developers are not caught out when they zero out * `fieldset` elements in all browsers. */ legend { box-sizing: border-box; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */ } /** * Add the correct vertical alignment in Chrome, Firefox, and Opera. */ progress { vertical-align: baseline; } /** * Remove the default vertical scrollbar in IE 10+. */ textarea { overflow: auto; } /** * 1. Add the correct box sizing in IE 10. * 2. Remove the padding in IE 10. */ [type="checkbox"], [type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ } /** * Correct the cursor style of increment and decrement buttons in Chrome. */ [type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; } /** * 1. Correct the odd appearance in Chrome and Safari. * 2. Correct the outline style in Safari. */ [type="search"] { -webkit-appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */ } /** * Remove the inner padding in Chrome and Safari on macOS. */ [type="search"]::-webkit-search-decoration { -webkit-appearance: none; } /** * 1. Correct the inability to style clickable types in iOS and Safari. * 2. Change font properties to `inherit` in Safari. */ ::-webkit-file-upload-button { -webkit-appearance: button; /* 1 */ font: inherit; /* 2 */ } /* Interactive ========================================================================== */ /* * Add the correct display in Edge, IE 10+, and Firefox. */ details { display: block; } /* * Add the correct display in all browsers. */ summary { display: list-item; } /* Misc ========================================================================== */ /** * Add the correct display in IE 10+. */ template { display: none; } /** * Add the correct display in IE 10. */ [hidden] { display: none; } .scrlbar-hidden::-webkit-scrollbar-track { background: none; display: none; } .scrlbar-hidden::-webkit-scrollbar { background: none; display: none; } .scrlbar-hidden::-webkit-scrollbar-thumb { background: none; display: none; } .loader { margin: 100px auto 0; width: 70px; text-align: center; position: absolute; margin: auto; left: 0; right: 0; top: 0; bottom: 0; display: flex; flex-direction: row; align-items: center; } .loader > div { width: 14px; height: 14px; background-color: rgba(255, 255, 255, 0.15); margin: auto; top: 50%; transform: translateY(-50%); border-radius: 100%; display: inline-block; -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both; animation: sk-bouncedelay 1.4s infinite ease-in-out both; } .loader .bounce1 { -webkit-animation-delay: -0.42s; animation-delay: -0.42s; } .loader .bounce2 { -webkit-animation-delay: -0.21s; animation-delay: -0.21s; margin: 0 5px; } @-webkit-keyframes sk-bouncedelay { 0%, 80%, 100% { -webkit-transform: scale(0); } 40% { -webkit-transform: scale(1); } } @keyframes sk-bouncedelay { 0%, 80%, 100% { -webkit-transform: scale(0); transform: scale(0); } 40% { -webkit-transform: scale(1); transform: scale(1); } } .topbar { width: 100%; position: relative; display: flex; flex-direction: row; justify-content: space-between; align-items: center; padding-top: 60px; padding-bottom: 20px; } .topbar header { display: inline-block; } .topbar header #tpb-logoi { display: inline-block; height: 24px; width: auto; } .topbar header #tpb-logot { display: inline-block; width: auto; height: 26px; margin-left: 18px; } .topbar nav { font-size: 0.75rem; display: inline-block; } .topbar nav span { color: #000722; margin-right: 45px; transition: opacity 0.2s; } .topbar nav span:hover { opacity: 0.9; transition: opacity 0.3s; } .topbar nav span:last-child { margin-right: 0px; }
0.185504
0.054224
* { margin: 0; padding: 0; box-sizing: border-box; font-family: "Poppins", sans-serif; } .bg { align-items: center; background: url(recruiters/static/recruiters/images/Image.jpg) no-repeat; background-size: cover; display: flex; flex-direction: column; width: 100vw; height: 100vh; justify-content: center; text-align: center; color: rgba(243, 9, 48, 0.856); line-height: 1.5; margin-bottom: 50px; } .bg h2 { font-weight: 700; font-size: 50px; } .bg h3 { font-weight: 700; font-size: 40px; } .bg p { font-weight: 600; font-size: 35px; } .rec_home { position: relative; min-height: 100vh; padding: 50px 100px; display: flex; justify-content: center; align-items: center; flex-direction: column; background: #333; background-size: cover; opacity: 0.8; } .rec_home .heading { max-width: 800px; text-align: center; align-items: center; } .rec_home .heading h1 { font-size: 36px; font-weight: 500; color: #fff; } .container { width: 100%; display: flex; justify-content: center; align-items: center; margin-top: 30px; } .contactForm { width: 40%; padding: 40px; background: #fff; } .contactForm .field { position: relative; width: 100%; margin-top: 20px; float: left; } .contactForm .field input, .contactForm .field textarea { width: 100%; padding: 5px 0px 5px 30px; font-size: 15px; margin: 10px 0; border: 1px solid #000; border-radius: 10px; outline: none; resize: none; } .contactForm .field label { left: 0; padding: 5px 0px 5px 20px; font-size: 20px; margin: 20px 0px 0px 0px; transition: 0.5s; color: #000; } .container .contactForm .field input:focus, .container .contactForm .field textarea:focus { border-bottom: 3px solid #000; } .contactForm button { width: 100%; height: 100%; background: gray; color: #fff; border: none; cursor: pointer; padding: 10px; font-size: 18px; } select { appearance: none; outline: 0; background: gray; background-image: none; width: 100%; height: 100%; color: black; cursor: pointer; border-radius: 3px; } .select { position: relative; display: block; width: 15em; height: 4em; line-height: 3; overflow: hidden; border-radius: 0.25em; padding-bottom: 10px; } @media (max-width: 991px) { .rec_home { padding: 50px; } .container { flex-direction: column; } .container .contactForm { width: 100%; } } html { scroll-behavior: smooth; } .radiobtn { display: inline-block; } #companydiv, #positiondiv{ width: 45%; margin-right: 5%; } #expdiv, #workinghrsdiv, #sectordiv, #citydiv, #statediv, #countrydiv{ width: 32%; margin-right: 1.3%; } #minreqdiv textarea, #benefitsdiv textarea, #aboutdiv textarea{ padding: 30px; } #modediv .radiobtn label{ font-size: 15px; }
static/css/rec_home.css
* { margin: 0; padding: 0; box-sizing: border-box; font-family: "Poppins", sans-serif; } .bg { align-items: center; background: url(recruiters/static/recruiters/images/Image.jpg) no-repeat; background-size: cover; display: flex; flex-direction: column; width: 100vw; height: 100vh; justify-content: center; text-align: center; color: rgba(243, 9, 48, 0.856); line-height: 1.5; margin-bottom: 50px; } .bg h2 { font-weight: 700; font-size: 50px; } .bg h3 { font-weight: 700; font-size: 40px; } .bg p { font-weight: 600; font-size: 35px; } .rec_home { position: relative; min-height: 100vh; padding: 50px 100px; display: flex; justify-content: center; align-items: center; flex-direction: column; background: #333; background-size: cover; opacity: 0.8; } .rec_home .heading { max-width: 800px; text-align: center; align-items: center; } .rec_home .heading h1 { font-size: 36px; font-weight: 500; color: #fff; } .container { width: 100%; display: flex; justify-content: center; align-items: center; margin-top: 30px; } .contactForm { width: 40%; padding: 40px; background: #fff; } .contactForm .field { position: relative; width: 100%; margin-top: 20px; float: left; } .contactForm .field input, .contactForm .field textarea { width: 100%; padding: 5px 0px 5px 30px; font-size: 15px; margin: 10px 0; border: 1px solid #000; border-radius: 10px; outline: none; resize: none; } .contactForm .field label { left: 0; padding: 5px 0px 5px 20px; font-size: 20px; margin: 20px 0px 0px 0px; transition: 0.5s; color: #000; } .container .contactForm .field input:focus, .container .contactForm .field textarea:focus { border-bottom: 3px solid #000; } .contactForm button { width: 100%; height: 100%; background: gray; color: #fff; border: none; cursor: pointer; padding: 10px; font-size: 18px; } select { appearance: none; outline: 0; background: gray; background-image: none; width: 100%; height: 100%; color: black; cursor: pointer; border-radius: 3px; } .select { position: relative; display: block; width: 15em; height: 4em; line-height: 3; overflow: hidden; border-radius: 0.25em; padding-bottom: 10px; } @media (max-width: 991px) { .rec_home { padding: 50px; } .container { flex-direction: column; } .container .contactForm { width: 100%; } } html { scroll-behavior: smooth; } .radiobtn { display: inline-block; } #companydiv, #positiondiv{ width: 45%; margin-right: 5%; } #expdiv, #workinghrsdiv, #sectordiv, #citydiv, #statediv, #countrydiv{ width: 32%; margin-right: 1.3%; } #minreqdiv textarea, #benefitsdiv textarea, #aboutdiv textarea{ padding: 30px; } #modediv .radiobtn label{ font-size: 15px; }
0.293101
0.060947
.conversationBg { /* background-color: rgb(240, 246, 246); */ background-color: black; width: 100%; height: 87vh; right: 0px; margin-left: 0px !important; } #peoplesIcon { width: 50px; height: 50px; position: absolute; top: 0px; left: 0px; background-color: white; border: 1px solid black; box-shadow: none; outline: 0; margin-bottom: 10px; } #gum { /* width: 200px; height: 600px; */ bottom: 1995px; /* left: 1055px; */ z-index: 1; /* position: absolute; */ /* background-color: #4285F4; */ } .logoConversationImg { z-index: 3; position: absolute; top: 0px; left: 0px; } .card { padding: 2px !important; background-color: black; } #localVideo { z-index: 1; position: absolute; width: 44vw; height: 73vh; margin-top: 7vh; border: rgb(243, 111, 16) 8px solid; /* mirror */ transform: rotateY(180deg); -webkit-transform: rotateY(180deg); } .addPeoplePlus { height: 62px; width: 62px; border-radius: 60px; /* color: white; */ color: rgb(243, 111, 16); /* background: rgba(10, 10, 10, 0.8); */ background: black; padding-top: 12px !important; /*padding-left: 6px; */ } .addPeoplePlus>svg { fill: currentColor; } .actionsBottomDiv { width: 101%; height: 84px; bottom: 0px; right: 0px; /* background-color: #4285F4; */ /* background-color: black; */ background-color: rgb(243, 111, 16); /* border-top: rgb(243, 111, 16) 4px solid; */ position: fixed; } .actionIcon { /* color: rgba(10, 10, 10, 0.8); */ color: rgb(243, 111, 16); } .recordBtn { height: 70px; height: 50px; margin-top: 8px; } .addPeoplesIcon { margin-left: 5px; margin-right: 10px; } .goHistoryDiv { margin-top: 37px; margin-right: 5px; margin-left: 290px; font-size: 20px; font-weight: 500px; } /* .goHistoryLink { color: chocolate; } */ .redCircleRecord { margin-top: 30px; margin-left: 160px; z-index: 1; position: absolute; } .round { height: 62px; width: 62px; /* background: rgba(209, 203, 203, 0.5); */ border-radius: 60px; margin-left: 10px; /* margin-left: -6px;*/ margin-top: -25px; } .round>div { height: 65px; width: 65px; background-color: black; /* background-color: rgba(255, 255, 255, 1); */ border-radius: 60px; top: 35px; left: 35px; display: inline-block; position: sticky; transition: 0.4s all; margin-left: 1.3px; padding-top: 6px; } .round>div:hover, .user:hover, .userparent:hover .user { cursor: pointer; transform: scale(1.1) rotate(2deg); } .shadow { text-align: center; padding-top: 6px; } .actions { margin-top: 15%; margin-left: -120px !important; } ._3dots>div { height: 8px; width: 8px; border-radius: 60px; /* background: rgba(255, 255, 255, 0.8); */ background-color: black; transition: 2s all; } ._3dots { display: inline-flex; gap: 4px; margin-left: 10px; cursor: pointer; } .archive_message { opacity: 0; margin-top: 20px; transition: 0.8s all; font-size: 17px; cursor: pointer; /* font-weight: bold; */ /* color: white; */ color: black; font-weight: 600; display: inherit; } .archive_message:hover { /* color: white !important; */ color: black !important; font-weight: 600; text-decoration: none; } .archive { margin-top: -50px; transition: 0.4s all; } .archive:hover { margin-top: -80px; } .archive:hover .archive_message { opacity: 1; margin-top: 0px; } .archive:hover ._3dots>div:first-child { animation: jump 0.5s forwards ease-in-out 0.2s; } .archive:hover ._3dots>div:not(:first-child):not(:last-child) { animation: jump 0.5s forwards ease-in-out 0.3s; } .archive:hover ._3dots>div:last-child { animation: jump 0.5s forwards ease-in-out 0.4s; } .user { height: 170px !important; width: 170px !important; border-radius: 100px; background-size: cover; cursor: pointer; transition: 0.4s all; margin-bottom: 30px; display: flex; flex-direction: column; } .user:last-child { height: 80px !important; width: 80px !important; margin-left: 10px } .user:not(:last-child) { /* background-color: rgba(10, 10, 10, 0.8); */ background-color: rgb(240, 246, 246); } .users { margin-top: 25%; text-align: right; } .user.shadow>svg { fill: rgba(154, 152, 152, 0.4); } .user.shadow:hover svg, .addPeoplePlus:hover svg { animation: spin 1s forwards ease-in-out; } .tag { margin-top: 10px; align-self: center; background: rgba(156, 156, 156, 0.5); color: white; padding: 2px 6px; opacity: 0; font-size: 13px; transition: 0.5s all; position: absolute; margin-left: -104px; } .user:hover .tag, .userparent:hover .tag { opacity: 1; margin-top: -60px; } @keyframes spin { 0% { transform: rotate(180deg); } 60% { transform: rotate(360deg); } 80% { transform: rotate(-100deg); } 100% { transform: rotate(0deg); } } @keyframes jump { 0% { margin-top: -5px; } 50% { margin-top: -10px; } 100% { margin-top: 0px; } } @media only screen and (max-width:770px) { body { overflow: hidden; } .users { display: -webkit-inline-box; bottom: 40px; position: fixed; z-index: 9 } .user { height: 80px !important; width: 80px !important; } .user:last-child { height: 70px !important; width: 70px !important; } .actionsBottomDiv { width: auto !important; position: relative !important; } /* .conversationBg { margin-left: 0px !important; } */ .tag { margin-top: -40px; } } .tag { margin-top: 10px; align-self: center; background: rgba(156, 156, 156, 0.5); color: white; padding: 2px 6px; opacity: 0; font-size: 13px; transition: 0.5s all; position: absolute; margin-left: -104px; } .user:hover .tag, .userparent:hover .tag { opacity: 1; margin-top: -60px; } .rec { margin-left: 50px; transition: 0.2s all; cursor: pointer; } .rec:hover { transform: scale(0.9); } .recordingNow { animation: record 2s infinite ease-in-out; background: rgba(221, 12, 12, 0.8); width: 10px; height: 10px; border-radius: 60px; border: none; margin-top: 20px; display: inline-flex; text-align: center; } .recordingNow::before { white-space: pre-line; content: "Recording..."; margin-top: 10px; font-size: 14px; color: white; font-weight: bold; } .videoCircle { border-radius: 50% !important; object-fit: cover !important; }
client/src/components/conversation/conversation.css
.conversationBg { /* background-color: rgb(240, 246, 246); */ background-color: black; width: 100%; height: 87vh; right: 0px; margin-left: 0px !important; } #peoplesIcon { width: 50px; height: 50px; position: absolute; top: 0px; left: 0px; background-color: white; border: 1px solid black; box-shadow: none; outline: 0; margin-bottom: 10px; } #gum { /* width: 200px; height: 600px; */ bottom: 1995px; /* left: 1055px; */ z-index: 1; /* position: absolute; */ /* background-color: #4285F4; */ } .logoConversationImg { z-index: 3; position: absolute; top: 0px; left: 0px; } .card { padding: 2px !important; background-color: black; } #localVideo { z-index: 1; position: absolute; width: 44vw; height: 73vh; margin-top: 7vh; border: rgb(243, 111, 16) 8px solid; /* mirror */ transform: rotateY(180deg); -webkit-transform: rotateY(180deg); } .addPeoplePlus { height: 62px; width: 62px; border-radius: 60px; /* color: white; */ color: rgb(243, 111, 16); /* background: rgba(10, 10, 10, 0.8); */ background: black; padding-top: 12px !important; /*padding-left: 6px; */ } .addPeoplePlus>svg { fill: currentColor; } .actionsBottomDiv { width: 101%; height: 84px; bottom: 0px; right: 0px; /* background-color: #4285F4; */ /* background-color: black; */ background-color: rgb(243, 111, 16); /* border-top: rgb(243, 111, 16) 4px solid; */ position: fixed; } .actionIcon { /* color: rgba(10, 10, 10, 0.8); */ color: rgb(243, 111, 16); } .recordBtn { height: 70px; height: 50px; margin-top: 8px; } .addPeoplesIcon { margin-left: 5px; margin-right: 10px; } .goHistoryDiv { margin-top: 37px; margin-right: 5px; margin-left: 290px; font-size: 20px; font-weight: 500px; } /* .goHistoryLink { color: chocolate; } */ .redCircleRecord { margin-top: 30px; margin-left: 160px; z-index: 1; position: absolute; } .round { height: 62px; width: 62px; /* background: rgba(209, 203, 203, 0.5); */ border-radius: 60px; margin-left: 10px; /* margin-left: -6px;*/ margin-top: -25px; } .round>div { height: 65px; width: 65px; background-color: black; /* background-color: rgba(255, 255, 255, 1); */ border-radius: 60px; top: 35px; left: 35px; display: inline-block; position: sticky; transition: 0.4s all; margin-left: 1.3px; padding-top: 6px; } .round>div:hover, .user:hover, .userparent:hover .user { cursor: pointer; transform: scale(1.1) rotate(2deg); } .shadow { text-align: center; padding-top: 6px; } .actions { margin-top: 15%; margin-left: -120px !important; } ._3dots>div { height: 8px; width: 8px; border-radius: 60px; /* background: rgba(255, 255, 255, 0.8); */ background-color: black; transition: 2s all; } ._3dots { display: inline-flex; gap: 4px; margin-left: 10px; cursor: pointer; } .archive_message { opacity: 0; margin-top: 20px; transition: 0.8s all; font-size: 17px; cursor: pointer; /* font-weight: bold; */ /* color: white; */ color: black; font-weight: 600; display: inherit; } .archive_message:hover { /* color: white !important; */ color: black !important; font-weight: 600; text-decoration: none; } .archive { margin-top: -50px; transition: 0.4s all; } .archive:hover { margin-top: -80px; } .archive:hover .archive_message { opacity: 1; margin-top: 0px; } .archive:hover ._3dots>div:first-child { animation: jump 0.5s forwards ease-in-out 0.2s; } .archive:hover ._3dots>div:not(:first-child):not(:last-child) { animation: jump 0.5s forwards ease-in-out 0.3s; } .archive:hover ._3dots>div:last-child { animation: jump 0.5s forwards ease-in-out 0.4s; } .user { height: 170px !important; width: 170px !important; border-radius: 100px; background-size: cover; cursor: pointer; transition: 0.4s all; margin-bottom: 30px; display: flex; flex-direction: column; } .user:last-child { height: 80px !important; width: 80px !important; margin-left: 10px } .user:not(:last-child) { /* background-color: rgba(10, 10, 10, 0.8); */ background-color: rgb(240, 246, 246); } .users { margin-top: 25%; text-align: right; } .user.shadow>svg { fill: rgba(154, 152, 152, 0.4); } .user.shadow:hover svg, .addPeoplePlus:hover svg { animation: spin 1s forwards ease-in-out; } .tag { margin-top: 10px; align-self: center; background: rgba(156, 156, 156, 0.5); color: white; padding: 2px 6px; opacity: 0; font-size: 13px; transition: 0.5s all; position: absolute; margin-left: -104px; } .user:hover .tag, .userparent:hover .tag { opacity: 1; margin-top: -60px; } @keyframes spin { 0% { transform: rotate(180deg); } 60% { transform: rotate(360deg); } 80% { transform: rotate(-100deg); } 100% { transform: rotate(0deg); } } @keyframes jump { 0% { margin-top: -5px; } 50% { margin-top: -10px; } 100% { margin-top: 0px; } } @media only screen and (max-width:770px) { body { overflow: hidden; } .users { display: -webkit-inline-box; bottom: 40px; position: fixed; z-index: 9 } .user { height: 80px !important; width: 80px !important; } .user:last-child { height: 70px !important; width: 70px !important; } .actionsBottomDiv { width: auto !important; position: relative !important; } /* .conversationBg { margin-left: 0px !important; } */ .tag { margin-top: -40px; } } .tag { margin-top: 10px; align-self: center; background: rgba(156, 156, 156, 0.5); color: white; padding: 2px 6px; opacity: 0; font-size: 13px; transition: 0.5s all; position: absolute; margin-left: -104px; } .user:hover .tag, .userparent:hover .tag { opacity: 1; margin-top: -60px; } .rec { margin-left: 50px; transition: 0.2s all; cursor: pointer; } .rec:hover { transform: scale(0.9); } .recordingNow { animation: record 2s infinite ease-in-out; background: rgba(221, 12, 12, 0.8); width: 10px; height: 10px; border-radius: 60px; border: none; margin-top: 20px; display: inline-flex; text-align: center; } .recordingNow::before { white-space: pre-line; content: "Recording..."; margin-top: 10px; font-size: 14px; color: white; font-weight: bold; } .videoCircle { border-radius: 50% !important; object-fit: cover !important; }
0.480722
0.060836
header{ padding: 20px 0; position: fixed; top: 0; width: 100%; z-index: 2000; background-color: #fff; } header > .row{ align-items: center; justify-content: space-between; } .logomarca img{ max-width: 90px; } header nav ul li a{ color: #aaa; margin-left: 20px; } header nav ul li a:hover{ color: #000; } /** BANNER-MAIN */ section.banner-main{ height: 95%; display: flex; align-items: center; justify-content: center; text-align: center; background-image: url(../img/detaque.webp); background-repeat: no-repeat; background-size: cover; background-position: center; position: relative; } .overlay-blue{ background-color: rgba(82, 82, 247, 0.4); width: 100%; height: 100%; position: absolute; z-index: 1; } .banner-content{ z-index: 2; max-width: 33%; padding-top: 120px; } .banner-content h2{ color: white; text-transform: uppercase; font-size: 3em; margin-bottom: 20px; } .banner-content button{ width: 200px; height: 50px; background-color: rgba(255, 255, 255, 0.5); border: none; border-radius: 10px; transition: .5s; } .banner-content button:hover{ cursor: pointer; background-color: rgba(255, 255, 255, 1); } /** DESTAQUES */ section.destaque-slider{ display: flex; } .destaque-info, .destaque-image{ width: 50%; } .text-container{ width: 50%; margin: 0 auto; text-align: left; } .destaque-info, .sobre-info{ padding: 40px 0; } .title{ color: blue; text-transform: uppercase; letter-spacing: 2px; } .destaque-categoria, .sobre-subtitulo{ font-weight: bold; color: #aaa; margin-bottom: 1em; } .destaque-texto, .sobre-info{ margin-bottom: 3em; } .destaque-tags{ display: flex; flex-wrap: wrap; gap: 30px 10px; justify-content: center; } .tags{ width: calc(50% - 10px); display: flex; align-items: center; } .tags i{ width: 30px; font-size: 1.3em; color: #aaa; } .btn{ margin: 30px auto; display: block; width: 200px; height: 50px; background-color: #fff; border: 1px solid blue; border-radius: 10px; color: blue; cursor: pointer; } /** IMOVEIS */ section.imoveis{ padding: 50px 0; text-align: center; } section.imoveis h2{ text-align: center; font-size: 2em; margin-bottom: 1em; } section.imoveis > .row{ justify-content: space-between; } .imoveis-venda, .imoveis-aluguel{ width: 33%; } .imoveis-titulo{ font-size: 1.3em !important; padding: 15px 0; text-transform: uppercase; color: #aaa; } .imoveis-texto{ text-align: justify; font-size: .9em; } a.btn{ line-height: 50px; } /** SOBRE */ .sobre-image, .sobre-info{ width: 50%; } /** CONTATO */ section.contato{ padding: 60px 0; } section.contato .title{ text-align: center; margin-bottom: 1em; } section.contato .container{ max-width: 50%; } .contact-info{ display: flex; gap: 10px; } /** FOOTER */ footer{ color: white; padding: 20px 0; background-color: rgba(82, 82, 247, 0.678); } footer > .row{ justify-content: space-between; align-items: center; } footer a{ color: white; } .copy a{ text-decoration: underline; } .links a{ font-size: 1.5em; margin-left: 10px; }
vgoffice/css/home.css
header{ padding: 20px 0; position: fixed; top: 0; width: 100%; z-index: 2000; background-color: #fff; } header > .row{ align-items: center; justify-content: space-between; } .logomarca img{ max-width: 90px; } header nav ul li a{ color: #aaa; margin-left: 20px; } header nav ul li a:hover{ color: #000; } /** BANNER-MAIN */ section.banner-main{ height: 95%; display: flex; align-items: center; justify-content: center; text-align: center; background-image: url(../img/detaque.webp); background-repeat: no-repeat; background-size: cover; background-position: center; position: relative; } .overlay-blue{ background-color: rgba(82, 82, 247, 0.4); width: 100%; height: 100%; position: absolute; z-index: 1; } .banner-content{ z-index: 2; max-width: 33%; padding-top: 120px; } .banner-content h2{ color: white; text-transform: uppercase; font-size: 3em; margin-bottom: 20px; } .banner-content button{ width: 200px; height: 50px; background-color: rgba(255, 255, 255, 0.5); border: none; border-radius: 10px; transition: .5s; } .banner-content button:hover{ cursor: pointer; background-color: rgba(255, 255, 255, 1); } /** DESTAQUES */ section.destaque-slider{ display: flex; } .destaque-info, .destaque-image{ width: 50%; } .text-container{ width: 50%; margin: 0 auto; text-align: left; } .destaque-info, .sobre-info{ padding: 40px 0; } .title{ color: blue; text-transform: uppercase; letter-spacing: 2px; } .destaque-categoria, .sobre-subtitulo{ font-weight: bold; color: #aaa; margin-bottom: 1em; } .destaque-texto, .sobre-info{ margin-bottom: 3em; } .destaque-tags{ display: flex; flex-wrap: wrap; gap: 30px 10px; justify-content: center; } .tags{ width: calc(50% - 10px); display: flex; align-items: center; } .tags i{ width: 30px; font-size: 1.3em; color: #aaa; } .btn{ margin: 30px auto; display: block; width: 200px; height: 50px; background-color: #fff; border: 1px solid blue; border-radius: 10px; color: blue; cursor: pointer; } /** IMOVEIS */ section.imoveis{ padding: 50px 0; text-align: center; } section.imoveis h2{ text-align: center; font-size: 2em; margin-bottom: 1em; } section.imoveis > .row{ justify-content: space-between; } .imoveis-venda, .imoveis-aluguel{ width: 33%; } .imoveis-titulo{ font-size: 1.3em !important; padding: 15px 0; text-transform: uppercase; color: #aaa; } .imoveis-texto{ text-align: justify; font-size: .9em; } a.btn{ line-height: 50px; } /** SOBRE */ .sobre-image, .sobre-info{ width: 50%; } /** CONTATO */ section.contato{ padding: 60px 0; } section.contato .title{ text-align: center; margin-bottom: 1em; } section.contato .container{ max-width: 50%; } .contact-info{ display: flex; gap: 10px; } /** FOOTER */ footer{ color: white; padding: 20px 0; background-color: rgba(82, 82, 247, 0.678); } footer > .row{ justify-content: space-between; align-items: center; } footer a{ color: white; } .copy a{ text-decoration: underline; } .links a{ font-size: 1.5em; margin-left: 10px; }
0.451327
0.102036
.bookmarked { text-decoration: line-through; } .contenthead { color: #ccc; text-align:center; background-color: #7A6A53; } .bgone { background-color: #D9CEB2; } .bgtwo { background-color: #D5DED9; } .bgthree { background-color: #99B2B7; } .nodelist, .bookmarklist { list-style: none; } .bookmarklist { padding-top: 5px; } .nodelist li, .bookmarklist li { padding-bottom: 10px; padding-right: 25px; } .profileimage { width: 64px; height: 64px; } .adjustpostweight,.adjustuserweight,.adjusttagweight { width: 20px; } input.success{background-color:#86a887;border-color:#356635;-webkit-box-shadow:0 0 12px #7aba7b;-moz-box-shadow:0 0 12px #7aba7b;box-shadow:0 0 12px #7aba7b;} input.warning{background-color:#c09853;border-color:#a47e3c;-webkit-box-shadow:0 0 12px #dbc59e;-moz-box-shadow:0 0 12px #dbc59e;box-shadow:0 0 12px #dbc59e;} .breadcrumb{padding:7px 14px;margin:0 0 18px;background-color:#9AB3B9;background-image:-moz-linear-gradient(top, #99B2B7, #9CB7BB);background-image:-ms-linear-gradient(top, #99B2B7, #9CB7BB);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#99B2B7), to(#9CB7BB));background-image:-webkit-linear-gradient(top, #99B2B7, #9CB7BB);background-image:-o-linear-gradient(top, #99B2B7, #9CB7BB);background-image:linear-gradient(top, #99B2B7, #9CB7BB);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#99B2B7', endColorstr='#9CB7BB', GradientType=0);border:1px solid #9AB3B9;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-webkit-box-shadow:inset 0 1px 0 #99B2B7;-moz-box-shadow:inset 0 1px 0 #99B2B7;box-shadow:inset 0 1px 0 #99B2B7;}.breadcrumb li{display:inline;text-shadow:0 1px 0 #99B2B7;} .breadcrumb .divider{padding:0 5px;color:#eee;} .breadcrumb a{color:#777; font-weight:bold;} .breadcrumb .active a{color:#222; font-weight:bold;} .resultsection { border: 1px solid #eee; padding-bottom: 10px; background-color:#D5DED9; height: 135px; } .resultsection h3 { text-align:center; background-color:#99B2B7; margin-bottom: 3px; } .resultsection h3 i { float:right; padding-right:5px; } .resultsection p { padding-left: 5px; height: 75px; } .resultsection blockquote { padding-left: 5px; height: 120px; margin:0px; border: 0; display: block; content:'' } .resultsection em { padding-left: 15px; font-style: normal; font-weight: bold; } .resultsection div { text-align:center; border-top: 1px solid #eee; padding: 3px; } .resultsection table tr td { padding-left: 10px; } div.bookmarkhead { border-top: 3px solid #ec0000; height:50px; width: 160px; padding-top: 5px; padding-bottom:5px; } a.delpostbookmark, a.deltagbookmark, a.deluserbookmark { position:relative; float:right; right:-15px; top:-15px; }
static/css/style.css
.bookmarked { text-decoration: line-through; } .contenthead { color: #ccc; text-align:center; background-color: #7A6A53; } .bgone { background-color: #D9CEB2; } .bgtwo { background-color: #D5DED9; } .bgthree { background-color: #99B2B7; } .nodelist, .bookmarklist { list-style: none; } .bookmarklist { padding-top: 5px; } .nodelist li, .bookmarklist li { padding-bottom: 10px; padding-right: 25px; } .profileimage { width: 64px; height: 64px; } .adjustpostweight,.adjustuserweight,.adjusttagweight { width: 20px; } input.success{background-color:#86a887;border-color:#356635;-webkit-box-shadow:0 0 12px #7aba7b;-moz-box-shadow:0 0 12px #7aba7b;box-shadow:0 0 12px #7aba7b;} input.warning{background-color:#c09853;border-color:#a47e3c;-webkit-box-shadow:0 0 12px #dbc59e;-moz-box-shadow:0 0 12px #dbc59e;box-shadow:0 0 12px #dbc59e;} .breadcrumb{padding:7px 14px;margin:0 0 18px;background-color:#9AB3B9;background-image:-moz-linear-gradient(top, #99B2B7, #9CB7BB);background-image:-ms-linear-gradient(top, #99B2B7, #9CB7BB);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#99B2B7), to(#9CB7BB));background-image:-webkit-linear-gradient(top, #99B2B7, #9CB7BB);background-image:-o-linear-gradient(top, #99B2B7, #9CB7BB);background-image:linear-gradient(top, #99B2B7, #9CB7BB);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#99B2B7', endColorstr='#9CB7BB', GradientType=0);border:1px solid #9AB3B9;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-webkit-box-shadow:inset 0 1px 0 #99B2B7;-moz-box-shadow:inset 0 1px 0 #99B2B7;box-shadow:inset 0 1px 0 #99B2B7;}.breadcrumb li{display:inline;text-shadow:0 1px 0 #99B2B7;} .breadcrumb .divider{padding:0 5px;color:#eee;} .breadcrumb a{color:#777; font-weight:bold;} .breadcrumb .active a{color:#222; font-weight:bold;} .resultsection { border: 1px solid #eee; padding-bottom: 10px; background-color:#D5DED9; height: 135px; } .resultsection h3 { text-align:center; background-color:#99B2B7; margin-bottom: 3px; } .resultsection h3 i { float:right; padding-right:5px; } .resultsection p { padding-left: 5px; height: 75px; } .resultsection blockquote { padding-left: 5px; height: 120px; margin:0px; border: 0; display: block; content:'' } .resultsection em { padding-left: 15px; font-style: normal; font-weight: bold; } .resultsection div { text-align:center; border-top: 1px solid #eee; padding: 3px; } .resultsection table tr td { padding-left: 10px; } div.bookmarkhead { border-top: 3px solid #ec0000; height:50px; width: 160px; padding-top: 5px; padding-bottom:5px; } a.delpostbookmark, a.deltagbookmark, a.deluserbookmark { position:relative; float:right; right:-15px; top:-15px; }
0.358578
0.178705
@document domain(www.facebook.com) { body { color: #555; line-height: 1.28; text-align: left; direction: ltr; } .DOMControl_placeholder { color: #ccc; } .ego_column { width: 0px; height:0px; overflow:hidden; } ._5uch { border: 1px solid #E2E1E1; padding: 18px 18px 18px 18px; margin:5px; background:#fff; border-radius:5px; -webkit-box-shadow: 0 1px 16px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 1px 16px rgba(0, 0, 0, 0.1); box-shadow: 0 1px 16px rgba(0, 0, 0, 0.1); } ._5pbi { opacity: 0; position: absolute; right: 5px; top: -2px; } #leftCol { display: none; float: left; padding: 20px 0 0 2px; position: relative; width: 179px; word-wrap: break-word; border-right:0px solid #333; margin-left:-30px; } .uiStream .uiStreamHeader { border-top: 1px solid #222; height: 1px; margin: 20px 0 5px -18px; padding: 0; position: relative; background:transparent; } .hasLeftCol #contentCol { border-left: 0px solid #ccc; margin-left: 181px; min-height: 600px; } .fbxWelcomeBoxBlock .fbxWelcomeBoxImg { height: 40px !important; width: 40px !important; border-radius:50%; } a { color: #3f729b; cursor: pointer; text-decoration: none; text-shadow: rgba(255, 255, 255, 0.8) 0px 1px 0px; } a:hover { color:#1c5380; } ._50mz .titlebar .titlebarText { margin: 0; color: #fff; text-shadow: rgba(255, 255, 255, 0.2) 0px 1px 0px; } div#appsNav.homeSideNav{ width:0px; height:0px; overflow:hidden; } div#listsNav.homeSideNav{ width:0px; height:0px; overflow:hidden; } div#interestsNav.homeSideNav{ width:0px; height:0px; overflow:hidden; } ._5bfg #pageNav .navLink, ._5bfg #pageNav .navItem .navLink { background-color: transparent; color: #fff; font-family: 'Helvetica Neue', Helvetica, Arial, 'lucida grande',tahoma,verdana,arial,sans-serif; font-size: 12px; height: 27px; line-height: 27px; margin-top: -3px; text-shadow: rgba(255, 255, 255, 0.8) 0px 0px 0px; } #contentCol { background-color:rgba(255,255,255,0.0); padding-top: 15px; } .uiStream .uiStreamHeader.uiStreamHeaderText { background-color: transparent; left: 0; padding-right: 2px; position: absolute; } .uiStream .uiStreamHeader .uiStreamHeaderChronologicalForm { left: auto; right: 35px; top: -14px; background-color:transparent; } .UFIRow { background-color: rgba(0,0,0,0); margin-top: 1px; padding: 4px; word-wrap: break-word; border-top:1px solid rgba(0,0,0,0.08); } ._5pbv { border-top: 1px solid rgba(0,0,0,0.1); margin-top: 12px; padding-top: 10px; } .hasLeftCol #mainContainer { border-right: 0px solid #ccc; min-height: 600px; } ._rw { height: 50px; width: 50px; border-radius:5px; -webkit-box-shadow: 0 1px 16px rgba(0, 0, 0, 0.17); -moz-box-shadow: 0 1px 16px rgba(0, 0, 0, 0.17); box-shadow: 0 1px 16px rgba(0, 0, 0, 0.17); } ._54ru { height: 32px; width: 32px; border-radius:5px; border:1px solid rgba(0,0,0,0.1) } ._2yg { border: 1px solid #ccc; margin-left:0px; border-radius:6px 6px 0px 0px; -webkit-box-shadow: 0 1px 16px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 1px 16px rgba(0, 0, 0, 0.1); box-shadow: 0 1px 16px rgba(0, 0, 0, 0.1); } ._55d0 { background-color: #fff; margin-left:-12px; border-radius:6px 6px 0px 0px; width:518px; } .uiTypeahead .wrap { border:1px solid #f5f5f5; border-width: 1px 1px; border-radius:5px; } .uiTypeahead { background: #fff; border: solid #ddd; border-width: 0px; cursor: default; position: relative; height:50px; } .uiSideNav .item, .uiSideNav .subitem { color: #333; display: block; border-bottom: 1px solid #ddd; min-height: 17px; line-height: 13px; padding: 3px 8px 0 28px; text-decoration: none; } }
data/usercss/95591.user.css
@document domain(www.facebook.com) { body { color: #555; line-height: 1.28; text-align: left; direction: ltr; } .DOMControl_placeholder { color: #ccc; } .ego_column { width: 0px; height:0px; overflow:hidden; } ._5uch { border: 1px solid #E2E1E1; padding: 18px 18px 18px 18px; margin:5px; background:#fff; border-radius:5px; -webkit-box-shadow: 0 1px 16px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 1px 16px rgba(0, 0, 0, 0.1); box-shadow: 0 1px 16px rgba(0, 0, 0, 0.1); } ._5pbi { opacity: 0; position: absolute; right: 5px; top: -2px; } #leftCol { display: none; float: left; padding: 20px 0 0 2px; position: relative; width: 179px; word-wrap: break-word; border-right:0px solid #333; margin-left:-30px; } .uiStream .uiStreamHeader { border-top: 1px solid #222; height: 1px; margin: 20px 0 5px -18px; padding: 0; position: relative; background:transparent; } .hasLeftCol #contentCol { border-left: 0px solid #ccc; margin-left: 181px; min-height: 600px; } .fbxWelcomeBoxBlock .fbxWelcomeBoxImg { height: 40px !important; width: 40px !important; border-radius:50%; } a { color: #3f729b; cursor: pointer; text-decoration: none; text-shadow: rgba(255, 255, 255, 0.8) 0px 1px 0px; } a:hover { color:#1c5380; } ._50mz .titlebar .titlebarText { margin: 0; color: #fff; text-shadow: rgba(255, 255, 255, 0.2) 0px 1px 0px; } div#appsNav.homeSideNav{ width:0px; height:0px; overflow:hidden; } div#listsNav.homeSideNav{ width:0px; height:0px; overflow:hidden; } div#interestsNav.homeSideNav{ width:0px; height:0px; overflow:hidden; } ._5bfg #pageNav .navLink, ._5bfg #pageNav .navItem .navLink { background-color: transparent; color: #fff; font-family: 'Helvetica Neue', Helvetica, Arial, 'lucida grande',tahoma,verdana,arial,sans-serif; font-size: 12px; height: 27px; line-height: 27px; margin-top: -3px; text-shadow: rgba(255, 255, 255, 0.8) 0px 0px 0px; } #contentCol { background-color:rgba(255,255,255,0.0); padding-top: 15px; } .uiStream .uiStreamHeader.uiStreamHeaderText { background-color: transparent; left: 0; padding-right: 2px; position: absolute; } .uiStream .uiStreamHeader .uiStreamHeaderChronologicalForm { left: auto; right: 35px; top: -14px; background-color:transparent; } .UFIRow { background-color: rgba(0,0,0,0); margin-top: 1px; padding: 4px; word-wrap: break-word; border-top:1px solid rgba(0,0,0,0.08); } ._5pbv { border-top: 1px solid rgba(0,0,0,0.1); margin-top: 12px; padding-top: 10px; } .hasLeftCol #mainContainer { border-right: 0px solid #ccc; min-height: 600px; } ._rw { height: 50px; width: 50px; border-radius:5px; -webkit-box-shadow: 0 1px 16px rgba(0, 0, 0, 0.17); -moz-box-shadow: 0 1px 16px rgba(0, 0, 0, 0.17); box-shadow: 0 1px 16px rgba(0, 0, 0, 0.17); } ._54ru { height: 32px; width: 32px; border-radius:5px; border:1px solid rgba(0,0,0,0.1) } ._2yg { border: 1px solid #ccc; margin-left:0px; border-radius:6px 6px 0px 0px; -webkit-box-shadow: 0 1px 16px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 1px 16px rgba(0, 0, 0, 0.1); box-shadow: 0 1px 16px rgba(0, 0, 0, 0.1); } ._55d0 { background-color: #fff; margin-left:-12px; border-radius:6px 6px 0px 0px; width:518px; } .uiTypeahead .wrap { border:1px solid #f5f5f5; border-width: 1px 1px; border-radius:5px; } .uiTypeahead { background: #fff; border: solid #ddd; border-width: 0px; cursor: default; position: relative; height:50px; } .uiSideNav .item, .uiSideNav .subitem { color: #333; display: block; border-bottom: 1px solid #ddd; min-height: 17px; line-height: 13px; padding: 3px 8px 0 28px; text-decoration: none; } }
0.214034
0.062875
* { margin: 0; padding: 0; box-sizing: border-box; } a { text-decoration: none; color: black; } :root { --green-color: #59A638; --gray-color: #D6D1D1; } .green-btn { background-color: var(--green-color); color: white; padding: 0.5rem 2rem; margin-top: 1rem; border-radius: 5px; font-size: 1.5rem; border: none; } .green-btn:hover { cursor: pointer; color: var(--green-color); background-color: white; border: 1px solid var(--green-color); } /* Start Header Section */ .header-class { display: flex; justify-content: space-between; align-items: center; margin: 0 10% 0 5%; } .logo { width: 50%; } .navbar-nav { list-style-type: none; } .navbar-nav li { display: inline-block; } .navbar-nav li:not(.no-border) { border-right: 1px solid rgb(65, 63, 63); padding-right: 2rem; } .second-navbar { background-color: var(--gray-color); margin: 1% 10% 1% 5%; font-size: 1.8em; padding: 2vh 0; } .second-navbar ul { list-style-type: none; width: 99%; margin: auto; } .second-navbar ul li { display: inline-block; padding: 0 3vw; } .first-navbar { font-size: 1.5rem; } .first-navbar ul { display: flex; justify-content: space-between; } .first-navbar ul li { margin-left: 1rem; } .search-bar { padding: 0.5rem 2rem; background-color: var(--gray-color); border-radius: 5px; } .fa-search { color: black; } /* End Header Section */ /* Start Auth forms */ .auth-forms { width: 55%; margin: 1% auto; } .auth-forms input:not(.check-remember) { width: 80%; padding: 1.5rem 0.5rem; } .form-title { font-size: 2rem; margin-bottom: 1rem; } /* login form */ .form-check .check-remember { margin: 0; } /* End Auth forms */
public/user_folders/css/app.css
* { margin: 0; padding: 0; box-sizing: border-box; } a { text-decoration: none; color: black; } :root { --green-color: #59A638; --gray-color: #D6D1D1; } .green-btn { background-color: var(--green-color); color: white; padding: 0.5rem 2rem; margin-top: 1rem; border-radius: 5px; font-size: 1.5rem; border: none; } .green-btn:hover { cursor: pointer; color: var(--green-color); background-color: white; border: 1px solid var(--green-color); } /* Start Header Section */ .header-class { display: flex; justify-content: space-between; align-items: center; margin: 0 10% 0 5%; } .logo { width: 50%; } .navbar-nav { list-style-type: none; } .navbar-nav li { display: inline-block; } .navbar-nav li:not(.no-border) { border-right: 1px solid rgb(65, 63, 63); padding-right: 2rem; } .second-navbar { background-color: var(--gray-color); margin: 1% 10% 1% 5%; font-size: 1.8em; padding: 2vh 0; } .second-navbar ul { list-style-type: none; width: 99%; margin: auto; } .second-navbar ul li { display: inline-block; padding: 0 3vw; } .first-navbar { font-size: 1.5rem; } .first-navbar ul { display: flex; justify-content: space-between; } .first-navbar ul li { margin-left: 1rem; } .search-bar { padding: 0.5rem 2rem; background-color: var(--gray-color); border-radius: 5px; } .fa-search { color: black; } /* End Header Section */ /* Start Auth forms */ .auth-forms { width: 55%; margin: 1% auto; } .auth-forms input:not(.check-remember) { width: 80%; padding: 1.5rem 0.5rem; } .form-title { font-size: 2rem; margin-bottom: 1rem; } /* login form */ .form-check .check-remember { margin: 0; } /* End Auth forms */
0.408041
0.137532
.left_xinxi{ height:600px; border:1px solid #ddd; width:230px; float:left; margin-top:15px; margin-left:20px; } .use_info{ width:230px; height:128px; float:left; background:#f3f3f3; } .use_touxiang{ border:1px solid #e5e5e5; border-radius:50%; float:left; height:79px; margin-left:15px; margin-right:10px; margin-top:22px; width:79px; } .use_name{ cursor:pointer; overflow:hidden; padding-top:35px; /*text-overflow:ellipsis;*/ /*white-space:nowrap;*/ width:100px; } body{ color:#666; font-family:Arial; font-size:12px; } a{ text-decoration:none; } .use{ color:#f69; font-size:14px; text-decoration:none; } .use_id{ color:#999; margin-top:20px; padding:0; } .account_manage{ margin-left:23px; margin-top:135px; list-style:outside none none; padding:0; height:220px; width:208px; } .account_manage strong{ background:rgba(0,0,0,0) url("../images/ac-m.png") no-repeat scroll 4px 3px; color:#333; display:block; font-size:16px; height:25px; line-height:25px; padding-left:25px; } .red_f{ color:#f69; } .account_manage a{ color:#666; margin-top:25px; margin-left:30px; float:left; width:180px; } .account_manage1{ margin-left:23px; margin-top:25px; list-style:outside none none; padding:0; height:220px; width:208px; } .account_manage1 strong{ background:rgba(0,0,0,0) url("../images/ac-s.png") no-repeat scroll 4px 3px; color:#333; display:block; font-size:16px; height:25px; line-height:25px; padding-left:25px; } .red_f1{ color:#f69; } .account_manage1 a{ color:#666; margin-top:25px; margin-left:30px; float:left; width:180px; } .usehead{ background-color:#fafafa; border:1px solid #ddd; border-bottom:0px; color:#333; font-size:18px; /*font-weight:normal;*/ height:29px; float:left; /*padding-left:15px;*/ /*padding-top:15px;*/ width:900px; margin-left:20px; margin-top:15px; } .uploadhead{ width:900px; height:700px; float:left; border:1px solid #ddd; margin-left:20px; padding-left:25px; padding-top:35px; } .nowhead{ float:left; width:200px; height:200px; /*border:1px solid #f69;*/ } .really{ float:left; margin-top:0px; margin-left: 40px; } .pictu{ float:left; margin-top:180px; margin-left:-600px; } .pictu2{ background-color:#ff86af; color:#fff; width:100px; height:30px; text-align:center; margin-top:6px; resize:none; outline:0; word-wrap:break-word; float:left; margin-top:200px; margin-left:-600px; } .xuanyi{ float:left; margin-left:-160px; margin-top:150px; }
Public/css/headimage.css
.left_xinxi{ height:600px; border:1px solid #ddd; width:230px; float:left; margin-top:15px; margin-left:20px; } .use_info{ width:230px; height:128px; float:left; background:#f3f3f3; } .use_touxiang{ border:1px solid #e5e5e5; border-radius:50%; float:left; height:79px; margin-left:15px; margin-right:10px; margin-top:22px; width:79px; } .use_name{ cursor:pointer; overflow:hidden; padding-top:35px; /*text-overflow:ellipsis;*/ /*white-space:nowrap;*/ width:100px; } body{ color:#666; font-family:Arial; font-size:12px; } a{ text-decoration:none; } .use{ color:#f69; font-size:14px; text-decoration:none; } .use_id{ color:#999; margin-top:20px; padding:0; } .account_manage{ margin-left:23px; margin-top:135px; list-style:outside none none; padding:0; height:220px; width:208px; } .account_manage strong{ background:rgba(0,0,0,0) url("../images/ac-m.png") no-repeat scroll 4px 3px; color:#333; display:block; font-size:16px; height:25px; line-height:25px; padding-left:25px; } .red_f{ color:#f69; } .account_manage a{ color:#666; margin-top:25px; margin-left:30px; float:left; width:180px; } .account_manage1{ margin-left:23px; margin-top:25px; list-style:outside none none; padding:0; height:220px; width:208px; } .account_manage1 strong{ background:rgba(0,0,0,0) url("../images/ac-s.png") no-repeat scroll 4px 3px; color:#333; display:block; font-size:16px; height:25px; line-height:25px; padding-left:25px; } .red_f1{ color:#f69; } .account_manage1 a{ color:#666; margin-top:25px; margin-left:30px; float:left; width:180px; } .usehead{ background-color:#fafafa; border:1px solid #ddd; border-bottom:0px; color:#333; font-size:18px; /*font-weight:normal;*/ height:29px; float:left; /*padding-left:15px;*/ /*padding-top:15px;*/ width:900px; margin-left:20px; margin-top:15px; } .uploadhead{ width:900px; height:700px; float:left; border:1px solid #ddd; margin-left:20px; padding-left:25px; padding-top:35px; } .nowhead{ float:left; width:200px; height:200px; /*border:1px solid #f69;*/ } .really{ float:left; margin-top:0px; margin-left: 40px; } .pictu{ float:left; margin-top:180px; margin-left:-600px; } .pictu2{ background-color:#ff86af; color:#fff; width:100px; height:30px; text-align:center; margin-top:6px; resize:none; outline:0; word-wrap:break-word; float:left; margin-top:200px; margin-left:-600px; } .xuanyi{ float:left; margin-left:-160px; margin-top:150px; }
0.255529
0.08617
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700); * { margin: 0px; padding: 0px; } html { overflow-y: scroll; } body { width: 100%; font-family: Lato ,sans-serif; font-size: 16px; line-height: 30px; font-size: 1rem; line-height: 1.875rem; color: #444; margin: 0; -webkit-font-smoothing: antialiased; background: url(../../images/cloud.png) repeat-x bottom center fixed #f9f9f9; } h1, h2, h3, h4, h5, h6 { font-weight: 300; } p { font-size: 18px; line-height: 30px; margin: 30px 0px; } a { display: inline-block; text-decoration: none; color: #2299dd; font-size: 15px; line-height: 28.125px; font-size: 0.9375rem; line-height: 1.7578125rem; } img { display: block; border: 0px; } .container { max-width: 1180px; padding: 0px 10px; margin: 0px auto; } a:hover { color: #2d8fb4; text-decoration: underline; } a.button { border-top-left-radius: 0px; border-top-right-radius: 10px; border-bottom-right-radius: 0px; border-bottom-left-radius: 10px; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; background-color: #2299dd; } span.button { border-top-left-radius: 0px; border-top-right-radius: 10px; border-bottom-right-radius: 0px; border-bottom-left-radius: 10px; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; background-color: #2299dd; } a.button:hover { border-top-left-radius: 0px; border-top-right-radius: 10px; border-bottom-right-radius: 0px; border-bottom-left-radius: 10px; text-decoration: none; background: #2dc7ff; color: #fff; } ul, li { list-style: none; display: block; } .cf { *zoom: 1; } .cf:before { content: " "; display: table; } .cf:after { content: " "; display: table; clear: both; } /*========================$main-nav==========================*/ .main-nav { width: 100%; height: 90px; text-align: center; } .main-nav .logo-box { position: relative; display: inline-block; } .main-nav .logo-box h1.logo { margin: 0; padding: 0; display: inline-block; } .main-nav .logo-box h1.logo a { font-size: 36px; line-height: 90px; width: 170px; display: block; text-indent: 100%; white-space: nowrap; overflow: hidden; transition: all 0.1s ease-in-out; -webkit-transition: all 0.1s ease-in-out; background: url(../../images/logo.png) right no-repeat; background: url(../../images/logo.svg) center/100% no-repeat; } .main-nav .logo-box .site-description { position: absolute; top: 51%; right: -65px; font-size: 14px; text-align: right; margin-top:8px; } /*====================submenu=====================*/ .lr-submenu-buttons .lr-buttons.lr-tab-active, .lr-submenu-buttons .lr-buttons:hover { background: #00b0f0; cursor: pointer; color: #ffffff; } .lr-submenu-buttons .lr-buttons { background: #dddddd; padding: 5px 15px; border-radius: 10px 10px 0px 0px; color: #000000; margin-right: 4px; } /*====================table=======================*/ table { width: 100%; text-align: left; border: 1px solid #dddddd; } thead, tfoot { background: #00b0f0; color: #fff; font-weight: 400; } thead td{ font-weight: bold; text-align: center; } td { line-height: 20px; padding: 5px; border: 0px; } th { line-height: 20px; padding: 5px; border: 0px; font-weight: bold; } tbody tr:nth-child(even) { background: #f5f5f5; } /*===============================Button================================*/ .button { text-decoration: none; font-size: 0.9em; margin: 0; display: inline-block; background: #00b0f0; color: #fff; border-radius: 0 10px; padding: 5px 15px; margin: 5px 0; cursor: pointer; position: relative; z-index: 0; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .button.full { width: 100%; text-align: center; } .button.border-wh { background: none; color: #0a2134; border: 1px solid #ccc; } .button.border-bl { background: none; color: #00b0f0; border: 1px solid #00b0f0; } .button:hover { background: #2DC7FF; } .button.border-wh:hover, .button.border-bl:hover { color: #fff; border-color: #00b0f0; background: #00b0f0; } .button.sml { font-size: 0.8em; line-height: 1.1111111111em; } .button.lrg { font-size: 1.2em; } /*===============================Main===============================*/ .main { padding: 30px 0 60px; padding-left: 10px; padding-right: 10px; margin-top: 60px; text-align: center; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } /*// =============================================================*/ /*// Start User Registration template*/ /*// =============================================================*/ /*// =============================================================*/ /*// Form templates*/ /*// Removing this will remove all the form styling*/ .lr-input-style .lr-input-frame { width: 100%; display: inline-block; margin-bottom: 15px; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } .lr-input-style .lr-input-label { font-size: 18px; line-height: 33.75px; font-size: 1.125rem; line-height: 2.109375rem; } .lr-input-style input { /*better font rendering for mac*/ -webkit-font-smoothing: antialiased; -webkit-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .lr-input-style input:focus { outline: none; } .lr-input-style input[type="text"], .lr-input-style input[type="email"], .lr-input-style input[type="password"], .lr-input-style input[type="date"], .lr-input-style input select { width: 100%; font-size: 100%; padding: 10px; border-radius: 3px; background: #fcfcfc; border: 1px solid #eee; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } .lr-input-style input[type="text"]:focus, .lr-input-style input[type="email"]:focus, .lr-input-style input[type="password"]:focus, .lr-input-style input[type="date"]:focus, .lr-input-style input select:focus { border: 1px solid #00b0f0; } .lr-input-style input[type="submit"] { font-size: 90%; padding: 8px 20px; background: #2299dd; color: #fff; border-radius: 2px; cursor: pointer; border: none; } .lr-input-style input[type="submit"]:hover { background: #00b0f0; } .lr-input-style select { -webkit-appearance: none; -moz-appearance: none; appearance: none; width: 100%; font-size: 100%; padding: 10px; border-radius: 3px; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAQElEQVQYV2NkIBIwEqmOgfHMmTP/iVFMvEKQaYRMNTExYYS7EZdikCKQYSieQVcMU4ShENkZyIqwKsQVAkSHIwCrtBbRk+bFjAAAAABJRU5ErkJggg==) no-repeat right #fcfcfc; background-position: 98%; border: 1px solid #eee; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; /*better font rendering for mac*/ -webkit-font-smoothing: antialiased; -webkit-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .lr-input-style select:focus { border: 1px solid #00b0f0; } .lr-input-style select:focus { outline: none; } .lr-input-style.lr-input-style-box input { border-radius: 0 10px; } .lr-input-style .lr-submit-frame .lr-link { margin-top: 5px; } .lr-input-style .lr-inline { position: relative; padding-left: 100px; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } .lr-input-style .lr-inline .lr-input-label { position: absolute; left: 0; top: 5px; } /*// =============================================================*/ /*// Front page template*/ .lr-space-fix { letter-spacing: -4px; } .lr-space-fix > * { letter-spacing: normal; } .lr-pos-r { position: relative; z-index: 1; } .lr-pos-a { position: absolute; } .lr-align-right { text-align: right; } .lr-align-left { text-align: left; } .lr-align-center { text-align: center; } .lr-pull-right { float: right; } .lr-pull-left { float: left; } .lr-heading { font-weight: 300; } .lr-em { font-weight: 400; } .lr-frame { width: 100%; padding: 15px 20px; border-radius: 5px; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; background: #fff; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); border: 1px solid #eee; } .lr-subframe{ padding: 10px !important; overflow-x: auto; } .lr-frame.lr-input-style { margin-top: 75px; } .lr-frame .lr-heading { font-size: 24px; line-height: 30px; font-size: 1.5rem; line-height: 1.875rem; margin-bottom: 15px; } .lr-frame .lr-heading.lr-small { font-size: 14px; line-height: 20px; font-size: 0.875rem; line-height: 1.25rem; } .lr-frame .lr-login-buttons-frame { margin: 0 -5px; } .lr-frame .lr-login-buttons-frame .lr-icon-frame { width: 48%; padding: 0 5px; margin-bottom: 10px; height: 42px; display: inline-block; cursor: pointer; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } .lr-frame .lr-login-buttons-frame .lr-icon-frame .lr-icon { position: relative; display: block; font-weight: 400; line-height: 42px; height: 100%; text-align: left; padding: 0 5px; color: #fff; white-space: nowrap; border-radius: 2px; -webkit-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; } .lr-frame .lr-login-buttons-frame .lr-icon-frame .lr-icon .lr-provider-label { text-align: center; width: 100%; display: inline-block; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } .lr-frame .lr-login-buttons-frame .lr-icon-frame .lr-icon:hover { -webkit-transform: translate(0, -3px); -moz-transform: translate(0, -3px); transform: translate(0, -3px); } .lr-frame .lr-login-buttons-frame .lr-icon-frame .lr-icon:before { position: absolute; } .lr-frame .lr-traditional-frame { margin-top: 30px; padding-top: 30px; border-top: 1px solid #eee; display: none; } .lr-frame .lr-traditional-frame .lr-or-bubble { display: block; top: -11px; left: 0; right: 0; margin: 0 auto; } .lr-frame .lr-traditional-frame .lr-or-bubble span { display: inline-block; background: #fff; padding: 0 10px; } .lr-frame .lr-traditional-frame.lr-form-active { display: block; } .lr-frame .lr-traditional-frame .lr-input-label { display: none; } .lr-frame .lr-link { display: inline-block; margin-right: 10px; cursor: pointer; } /*// =============================================================*/ /*// profile page template*/ .lr-profile-frame { max-width: 1140px; margin: 0 auto 30px; font-size: 16px; line-height: 25px; font-size: 1rem; line-height: 1.5625rem; } .lr-profile-frame .lr-profile-header { margin-bottom: 30px; } .lr-profile-frame .lr-profile-header .lr-image-frame { display: inline-block; width: 150px; height: 150px; border: 1px solid #eee; border-radius: 50%; background: #fcfcfc; overflow: hidden; } .lr-profile-frame .lr-profile-header .lr-image-frame img { width: 100%; } .lr-profile-frame .lr-profile-header .lr-heading { font-size: 30px; line-height: 40px; font-size: 1.875rem; line-height: 2.5rem; } .lr-profile-frame .lr-profile-header .lr-profile-info .lr-uid-info { font-size: 14px; line-height: 25px; font-size: 0.875rem; line-height: 1.5625rem; } .lr-profile-frame .lr-profile-header .lr-profile-info .lr-email-info { font-size: 18px; line-height: 30px; font-size: 1.125rem; line-height: 1.875rem; } .lr-profile-frame .lr-profile-header .lr-menu-buttons { margin-top: 15px; } .lr-profile-frame .lr-profile-header .lr-menu-buttons .lr-buttons, .lr-profile-frame .lr-profile-header .lr-menu-buttons .lr-logout { display: inline-block; padding: 0 20px; border-radius: 20px; background: #eee; color: #888; font-weight: 400; cursor: pointer; font-size: 16px; line-height: 30px; font-size: 1rem; line-height: 1.875rem; border: 1px solid #eee; -webkit-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .lr-profile-frame .lr-profile-header .lr-menu-buttons .lr-buttons:hover, .lr-profile-frame .lr-profile-header .lr-menu-buttons .lr-buttons.lr-tab-active, .lr-profile-frame .lr-profile-header .lr-menu-buttons .lr-logout:hover, .lr-profile-frame .lr-profile-header .lr-menu-buttons .lr-logout.lr-tab-active { background: #00b0f0; color: #fff; } .lr-profile-frame .lr-profile-header .lr-menu-buttons .lr-logout:hover { background: #EB9532; } .lr-profile-frame .lr-frame { padding: 15px 30px; display: none; } .lr-profile-frame .lr-frame.lr-input-style .lr-input-label { font-size: 16px; line-height: 30px; font-size: 1rem; line-height: 1.875rem; } .lr-profile-frame .lr-frame.lr-tab-active { display: block; } .lr-profile-frame .lr-frame#lr-password .lr-show-pw, .lr-profile-frame .lr-frame#lr-password .lr-show-pw { color: #ccc; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .lr-profile-frame .lr-frame#lr-password .lr-show-pw:before, .lr-profile-frame .lr-frame#lr-password .lr-show-pw:before { content: ""; display: inline-block; vertical-align: middle; width: 16px; height: 16px; border-radius: 20px; margin-right: 5px; border: 1px solid #eee; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-transition: all 0.2s ease; -ms-transition: all 0.2s ease; transition: all 0.2s ease; } .lr-profile-frame .lr-frame#lr-password .lr-show-pw.lr-toggle, .lr-profile-frame .lr-frame#lr-password .lr-show-pw.lr-toggle { color: #2299dd; } .lr-profile-frame .lr-frame#lr-password .lr-show-pw.lr-toggle:before, .lr-profile-frame .lr-frame#lr-password .lr-show-pw.lr-toggle:before { border: 4px solid #2299dd; } .lr-profile-frame .lr-frame.lr-account-prov .lr-linked-frame { border-bottom: 1px solid #eee; padding-bottom: 15px; margin-bottom: 15px; } .lr-profile-frame .lr-frame.lr-account-prov .lr-heading.lr-heading-small { font-size: 20px; line-height: 30px; font-size: 1.25rem; line-height: 1.875rem; } .lr-profile-frame .lr-frame.lr-account-prov .lr-icon-frame { width: 60px; } .lr-profile-frame .lr-frame.lr-account-prov .lr-icon-frame .lr-icon { text-align: center; } .lr-profile-frame .lr-frame.lr-account-prov .lr-icon-frame .lr-icon:before { position: static; font-size: 20px; } .lr-profile-frame .lr-frame.lr-account-prov .lr-linked-frame .lr-unlink { font-size: 20px; margin-top: 8px; cursor: pointer; color: #2299dd; position: relative; } .lr-profile-frame .lr-frame.lr-account-prov .lr-linked-frame .lr-unlink:before { position: absolute; display: inline-block; content: attr(data-title); opacity: 0; top: -30px; right: 0; color: #fff; background: #2299dd; padding: 0 10px; border-radius: 20px; font-size: 16px; -webkit-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .lr-profile-frame .lr-frame.lr-account-prov .lr-linked-frame .lr-unlink:hover { color: #00b0f0; } .lr-profile-frame .lr-frame.lr-account-prov .lr-linked-frame .lr-unlink:hover:before { opacity: 1; top: -20px; } .login-container .lr-submit-frame.lr-align-right{ float: right; } /*recaptcha*/ #recaptcha_image { height: auto !important; } #recaptcha_image img{ border: 1px solid #eee; border-radius: 0 10px; background: #f9f9f9; margin-top: 30px; padding: 10px 20px; } ul.recaptcha_options li a img { /*float: left;*/ display: inline; vertical-align: middle; margin-right: 5px; } ul.recaptcha_options li a span { vertical-align: middle; } .loginradius-raas-validation-message { color: red; } .messagediv{ /* display: none; */ margin: 0 auto; width: 100%; max-width: 540px; /* margin: 25px auto; */ padding: 15px 20px; border-radius: 5px; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; /* background: #fff; */ /* box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); */ /* border: 1px solid #eee; */ /* margin-top: 20px; */ } .top-tootip{ /* float: right; */ /* width: 56.5%; */ -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; /* position: relative; */ background: rgba(34, 153, 221, .9); border-radius: 0 10px; margin-bottom: 15px; } .top-tootip span{ position: absolute; height: 30px; width: 30px; display: block; right: -28px; top: -7%; left: 47%; bottom: -30px; } .top-tootip h5{ font-size: 0.875em; text-transform: uppercase; color: #fff; font-weight: bold; text-align:center; padding:0.8em 0; } .top-tootip p{ color: #FFF; font-size: 0.875em; line-height: 1.5em; text-align: center; margin: 0 auto; padding-bottom: 1.2em; line-height: 30px; } #changepasswordbox .loginradius-raas-submit, #setpasswordbox .loginradius-raas-submit { float:right; } .copy-right{ text-align: center; clear: both; } /* Ovrelay */ #fade { background: rgba(27,134,184,0.8); height: 100%; position: fixed; width: 100%; top: 0; z-index: 99999; opacity: 1; } .overlay { text-align: center; position: fixed; top: 0; bottom: 60%; left: 0; right: 0; height: 100%; position: fixed; width: 100%; top: 0; z-index: 99999; background: rgba(27,134,184,0.9); } .overlay:before { content: ''; display: inline-block; height: 100%; vertical-align: middle; margin-right: -0.25em; /* Adjusts for spacing */ } .circle { -webkit-animation: popIn .6s linear 0s 1; -moz-animation: popIn .6s linear 0s 1; -ms-animation: popIn .6s linear 0s 1; animation: popIn .6s linear 0s 1; background: #fff; border: 2px solid #fff; border-radius: 50%; width: 200px; height: 200px; display: inline-block; vertical-align: middle; position: relative; } #changepasswordbox .loginradius-raas--form-element-content { position: relative; padding-left: 175px; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; display: inline-block; margin-bottom: 15px; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } #changepasswordbox .loginradius-raas--form-element-content label { position: absolute; left: 0; top: 5px; font-size: 18px; line-height: 33.75px; font-size: 1.125rem; line-height: 2.109375rem; } #changepasswordbox, #setpasswordbox, .lr-submit-frame.lr-align-right, #lr-basic, #lr-post, #lr-message, #lr-message form{ max-width: 540px; margin: 0 auto; } .lr-input-style .loginradius-raas--form-element-content { width: 100%; display: inline-block; margin-bottom: 15px; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } .loginradius-raas-submit{ float:right; } .survey-form-span{ float:left; margin-top: 10px; } .survey-form-hidden-text{ display:none; } .survey-form-span-answers{ float:left; } .survey-form-hide-content { display:none; } .lr-profile-frame.lr-input-style { margin-top: 85px; } .cf { *zoom:1 } .cf:before { content:" "; display:table } .cf:after { content:" "; display:table; clear:both } .anchors-fix:before { display:block; content:" "; margin-top:-210px; height:210px; visibility:hidden; position:relative; z-index:-1 } .main-nav { width:100%; height:85px; background-color:#fff; position:fixed; top:0; z-index:9999; -webkit-transition:all 0.2s ease-in-out; transition:all 0.2s ease-in-out } .main-nav .logo { display:inline-block; float:left } .main-nav ul { text-align:right } .main-nav ul li { display:inline-block } .main-nav .secondary-menu { font-size:12px; line-height:90px } /*.main-nav .secondary-menu ul li { line-height:15px; padding:0 10px; margin:2px 0; border-left:1px solid #ccc }*/ .main-nav .secondary-menu ul li:first-child { border-left:none } .main-nav .secondary-menu ul li.telephone a { cursor:default } .main-nav .secondary-menu ul li.telephone a:hover { text-decoration:none } .main-nav.sticky-nav-hide { top:-100px } .main-nav.sticky-nav { top:0px; box-shadow:0 2px 20px rgba(0, 0, 0, 0.07) } .container { max-width:1180px; margin:0 auto; padding:0 10px } .row { padding-top:30px; padding-bottom:30px } .header { padding:70px 0 60px 0; background-position:center center } .no-js #loader { display: none; } .js #loader { display: block; position: absolute; left: 100px; top: 0; } .se-pre-con { position: fixed; left: 0px; top: 0px; width: 100%; height: 100%; z-index: 9999; background: url('../images/Preloader_21.gif') center no-repeat #fff; /*background-image: url('../images/Preloader_21.gif') center no-repeat #fff;*/ } div.popupimg { margin: 5px; border: 1px solid #ccc; float: left; width: 180px; } div.popupimg:hover { border: 1px solid #777; } div.popupimg img { background : url('../images/waiting.gif') no-repeat; width: 100%; height: auto; } div.desc { padding: 15px; text-align: center; } #note { position: fixed; z-index: 6001; top: 0; left: 0; right: 0; background: #fde073; text-align: center; line-height: 2.5; overflow: hidden; -webkit-box-shadow: 0 0 5px black; -moz-box-shadow: 0 0 5px black; box-shadow: 0 0 5px black; } .cssanimations.csstransforms #note { -webkit-transform: translateY(-50px); -webkit-animation: slideDown 2.5s 1.0s 1 ease forwards; -moz-transform: translateY(-50px); -moz-animation: slideDown 2.5s 1.0s 1 ease forwards; } #close { position: absolute; right: 10px; top: 9px; text-indent: -9999px; background: url('../images/sliver_close_button.png'); height: 16px; width: 16px; cursor: pointer; } .cssanimations.csstransforms #close { display: none; } @-webkit-keyframes slideDown { 0%, 100% { -webkit-transform: translateY(-50px); } 10%, 90% { -webkit-transform: translateY(0px); } } @-moz-keyframes slideDown { 0%, 100% { -moz-transform: translateY(-50px); } 10%, 90% { -moz-transform: translateY(0px); } }
Demo/src/Demo/wwwroot/css/style.css
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700); * { margin: 0px; padding: 0px; } html { overflow-y: scroll; } body { width: 100%; font-family: Lato ,sans-serif; font-size: 16px; line-height: 30px; font-size: 1rem; line-height: 1.875rem; color: #444; margin: 0; -webkit-font-smoothing: antialiased; background: url(../../images/cloud.png) repeat-x bottom center fixed #f9f9f9; } h1, h2, h3, h4, h5, h6 { font-weight: 300; } p { font-size: 18px; line-height: 30px; margin: 30px 0px; } a { display: inline-block; text-decoration: none; color: #2299dd; font-size: 15px; line-height: 28.125px; font-size: 0.9375rem; line-height: 1.7578125rem; } img { display: block; border: 0px; } .container { max-width: 1180px; padding: 0px 10px; margin: 0px auto; } a:hover { color: #2d8fb4; text-decoration: underline; } a.button { border-top-left-radius: 0px; border-top-right-radius: 10px; border-bottom-right-radius: 0px; border-bottom-left-radius: 10px; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; background-color: #2299dd; } span.button { border-top-left-radius: 0px; border-top-right-radius: 10px; border-bottom-right-radius: 0px; border-bottom-left-radius: 10px; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; background-color: #2299dd; } a.button:hover { border-top-left-radius: 0px; border-top-right-radius: 10px; border-bottom-right-radius: 0px; border-bottom-left-radius: 10px; text-decoration: none; background: #2dc7ff; color: #fff; } ul, li { list-style: none; display: block; } .cf { *zoom: 1; } .cf:before { content: " "; display: table; } .cf:after { content: " "; display: table; clear: both; } /*========================$main-nav==========================*/ .main-nav { width: 100%; height: 90px; text-align: center; } .main-nav .logo-box { position: relative; display: inline-block; } .main-nav .logo-box h1.logo { margin: 0; padding: 0; display: inline-block; } .main-nav .logo-box h1.logo a { font-size: 36px; line-height: 90px; width: 170px; display: block; text-indent: 100%; white-space: nowrap; overflow: hidden; transition: all 0.1s ease-in-out; -webkit-transition: all 0.1s ease-in-out; background: url(../../images/logo.png) right no-repeat; background: url(../../images/logo.svg) center/100% no-repeat; } .main-nav .logo-box .site-description { position: absolute; top: 51%; right: -65px; font-size: 14px; text-align: right; margin-top:8px; } /*====================submenu=====================*/ .lr-submenu-buttons .lr-buttons.lr-tab-active, .lr-submenu-buttons .lr-buttons:hover { background: #00b0f0; cursor: pointer; color: #ffffff; } .lr-submenu-buttons .lr-buttons { background: #dddddd; padding: 5px 15px; border-radius: 10px 10px 0px 0px; color: #000000; margin-right: 4px; } /*====================table=======================*/ table { width: 100%; text-align: left; border: 1px solid #dddddd; } thead, tfoot { background: #00b0f0; color: #fff; font-weight: 400; } thead td{ font-weight: bold; text-align: center; } td { line-height: 20px; padding: 5px; border: 0px; } th { line-height: 20px; padding: 5px; border: 0px; font-weight: bold; } tbody tr:nth-child(even) { background: #f5f5f5; } /*===============================Button================================*/ .button { text-decoration: none; font-size: 0.9em; margin: 0; display: inline-block; background: #00b0f0; color: #fff; border-radius: 0 10px; padding: 5px 15px; margin: 5px 0; cursor: pointer; position: relative; z-index: 0; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .button.full { width: 100%; text-align: center; } .button.border-wh { background: none; color: #0a2134; border: 1px solid #ccc; } .button.border-bl { background: none; color: #00b0f0; border: 1px solid #00b0f0; } .button:hover { background: #2DC7FF; } .button.border-wh:hover, .button.border-bl:hover { color: #fff; border-color: #00b0f0; background: #00b0f0; } .button.sml { font-size: 0.8em; line-height: 1.1111111111em; } .button.lrg { font-size: 1.2em; } /*===============================Main===============================*/ .main { padding: 30px 0 60px; padding-left: 10px; padding-right: 10px; margin-top: 60px; text-align: center; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } /*// =============================================================*/ /*// Start User Registration template*/ /*// =============================================================*/ /*// =============================================================*/ /*// Form templates*/ /*// Removing this will remove all the form styling*/ .lr-input-style .lr-input-frame { width: 100%; display: inline-block; margin-bottom: 15px; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } .lr-input-style .lr-input-label { font-size: 18px; line-height: 33.75px; font-size: 1.125rem; line-height: 2.109375rem; } .lr-input-style input { /*better font rendering for mac*/ -webkit-font-smoothing: antialiased; -webkit-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .lr-input-style input:focus { outline: none; } .lr-input-style input[type="text"], .lr-input-style input[type="email"], .lr-input-style input[type="password"], .lr-input-style input[type="date"], .lr-input-style input select { width: 100%; font-size: 100%; padding: 10px; border-radius: 3px; background: #fcfcfc; border: 1px solid #eee; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } .lr-input-style input[type="text"]:focus, .lr-input-style input[type="email"]:focus, .lr-input-style input[type="password"]:focus, .lr-input-style input[type="date"]:focus, .lr-input-style input select:focus { border: 1px solid #00b0f0; } .lr-input-style input[type="submit"] { font-size: 90%; padding: 8px 20px; background: #2299dd; color: #fff; border-radius: 2px; cursor: pointer; border: none; } .lr-input-style input[type="submit"]:hover { background: #00b0f0; } .lr-input-style select { -webkit-appearance: none; -moz-appearance: none; appearance: none; width: 100%; font-size: 100%; padding: 10px; border-radius: 3px; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAQElEQVQYV2NkIBIwEqmOgfHMmTP/iVFMvEKQaYRMNTExYYS7EZdikCKQYSieQVcMU4ShENkZyIqwKsQVAkSHIwCrtBbRk+bFjAAAAABJRU5ErkJggg==) no-repeat right #fcfcfc; background-position: 98%; border: 1px solid #eee; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; /*better font rendering for mac*/ -webkit-font-smoothing: antialiased; -webkit-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .lr-input-style select:focus { border: 1px solid #00b0f0; } .lr-input-style select:focus { outline: none; } .lr-input-style.lr-input-style-box input { border-radius: 0 10px; } .lr-input-style .lr-submit-frame .lr-link { margin-top: 5px; } .lr-input-style .lr-inline { position: relative; padding-left: 100px; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } .lr-input-style .lr-inline .lr-input-label { position: absolute; left: 0; top: 5px; } /*// =============================================================*/ /*// Front page template*/ .lr-space-fix { letter-spacing: -4px; } .lr-space-fix > * { letter-spacing: normal; } .lr-pos-r { position: relative; z-index: 1; } .lr-pos-a { position: absolute; } .lr-align-right { text-align: right; } .lr-align-left { text-align: left; } .lr-align-center { text-align: center; } .lr-pull-right { float: right; } .lr-pull-left { float: left; } .lr-heading { font-weight: 300; } .lr-em { font-weight: 400; } .lr-frame { width: 100%; padding: 15px 20px; border-radius: 5px; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; background: #fff; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); border: 1px solid #eee; } .lr-subframe{ padding: 10px !important; overflow-x: auto; } .lr-frame.lr-input-style { margin-top: 75px; } .lr-frame .lr-heading { font-size: 24px; line-height: 30px; font-size: 1.5rem; line-height: 1.875rem; margin-bottom: 15px; } .lr-frame .lr-heading.lr-small { font-size: 14px; line-height: 20px; font-size: 0.875rem; line-height: 1.25rem; } .lr-frame .lr-login-buttons-frame { margin: 0 -5px; } .lr-frame .lr-login-buttons-frame .lr-icon-frame { width: 48%; padding: 0 5px; margin-bottom: 10px; height: 42px; display: inline-block; cursor: pointer; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } .lr-frame .lr-login-buttons-frame .lr-icon-frame .lr-icon { position: relative; display: block; font-weight: 400; line-height: 42px; height: 100%; text-align: left; padding: 0 5px; color: #fff; white-space: nowrap; border-radius: 2px; -webkit-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; } .lr-frame .lr-login-buttons-frame .lr-icon-frame .lr-icon .lr-provider-label { text-align: center; width: 100%; display: inline-block; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } .lr-frame .lr-login-buttons-frame .lr-icon-frame .lr-icon:hover { -webkit-transform: translate(0, -3px); -moz-transform: translate(0, -3px); transform: translate(0, -3px); } .lr-frame .lr-login-buttons-frame .lr-icon-frame .lr-icon:before { position: absolute; } .lr-frame .lr-traditional-frame { margin-top: 30px; padding-top: 30px; border-top: 1px solid #eee; display: none; } .lr-frame .lr-traditional-frame .lr-or-bubble { display: block; top: -11px; left: 0; right: 0; margin: 0 auto; } .lr-frame .lr-traditional-frame .lr-or-bubble span { display: inline-block; background: #fff; padding: 0 10px; } .lr-frame .lr-traditional-frame.lr-form-active { display: block; } .lr-frame .lr-traditional-frame .lr-input-label { display: none; } .lr-frame .lr-link { display: inline-block; margin-right: 10px; cursor: pointer; } /*// =============================================================*/ /*// profile page template*/ .lr-profile-frame { max-width: 1140px; margin: 0 auto 30px; font-size: 16px; line-height: 25px; font-size: 1rem; line-height: 1.5625rem; } .lr-profile-frame .lr-profile-header { margin-bottom: 30px; } .lr-profile-frame .lr-profile-header .lr-image-frame { display: inline-block; width: 150px; height: 150px; border: 1px solid #eee; border-radius: 50%; background: #fcfcfc; overflow: hidden; } .lr-profile-frame .lr-profile-header .lr-image-frame img { width: 100%; } .lr-profile-frame .lr-profile-header .lr-heading { font-size: 30px; line-height: 40px; font-size: 1.875rem; line-height: 2.5rem; } .lr-profile-frame .lr-profile-header .lr-profile-info .lr-uid-info { font-size: 14px; line-height: 25px; font-size: 0.875rem; line-height: 1.5625rem; } .lr-profile-frame .lr-profile-header .lr-profile-info .lr-email-info { font-size: 18px; line-height: 30px; font-size: 1.125rem; line-height: 1.875rem; } .lr-profile-frame .lr-profile-header .lr-menu-buttons { margin-top: 15px; } .lr-profile-frame .lr-profile-header .lr-menu-buttons .lr-buttons, .lr-profile-frame .lr-profile-header .lr-menu-buttons .lr-logout { display: inline-block; padding: 0 20px; border-radius: 20px; background: #eee; color: #888; font-weight: 400; cursor: pointer; font-size: 16px; line-height: 30px; font-size: 1rem; line-height: 1.875rem; border: 1px solid #eee; -webkit-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .lr-profile-frame .lr-profile-header .lr-menu-buttons .lr-buttons:hover, .lr-profile-frame .lr-profile-header .lr-menu-buttons .lr-buttons.lr-tab-active, .lr-profile-frame .lr-profile-header .lr-menu-buttons .lr-logout:hover, .lr-profile-frame .lr-profile-header .lr-menu-buttons .lr-logout.lr-tab-active { background: #00b0f0; color: #fff; } .lr-profile-frame .lr-profile-header .lr-menu-buttons .lr-logout:hover { background: #EB9532; } .lr-profile-frame .lr-frame { padding: 15px 30px; display: none; } .lr-profile-frame .lr-frame.lr-input-style .lr-input-label { font-size: 16px; line-height: 30px; font-size: 1rem; line-height: 1.875rem; } .lr-profile-frame .lr-frame.lr-tab-active { display: block; } .lr-profile-frame .lr-frame#lr-password .lr-show-pw, .lr-profile-frame .lr-frame#lr-password .lr-show-pw { color: #ccc; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .lr-profile-frame .lr-frame#lr-password .lr-show-pw:before, .lr-profile-frame .lr-frame#lr-password .lr-show-pw:before { content: ""; display: inline-block; vertical-align: middle; width: 16px; height: 16px; border-radius: 20px; margin-right: 5px; border: 1px solid #eee; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-transition: all 0.2s ease; -ms-transition: all 0.2s ease; transition: all 0.2s ease; } .lr-profile-frame .lr-frame#lr-password .lr-show-pw.lr-toggle, .lr-profile-frame .lr-frame#lr-password .lr-show-pw.lr-toggle { color: #2299dd; } .lr-profile-frame .lr-frame#lr-password .lr-show-pw.lr-toggle:before, .lr-profile-frame .lr-frame#lr-password .lr-show-pw.lr-toggle:before { border: 4px solid #2299dd; } .lr-profile-frame .lr-frame.lr-account-prov .lr-linked-frame { border-bottom: 1px solid #eee; padding-bottom: 15px; margin-bottom: 15px; } .lr-profile-frame .lr-frame.lr-account-prov .lr-heading.lr-heading-small { font-size: 20px; line-height: 30px; font-size: 1.25rem; line-height: 1.875rem; } .lr-profile-frame .lr-frame.lr-account-prov .lr-icon-frame { width: 60px; } .lr-profile-frame .lr-frame.lr-account-prov .lr-icon-frame .lr-icon { text-align: center; } .lr-profile-frame .lr-frame.lr-account-prov .lr-icon-frame .lr-icon:before { position: static; font-size: 20px; } .lr-profile-frame .lr-frame.lr-account-prov .lr-linked-frame .lr-unlink { font-size: 20px; margin-top: 8px; cursor: pointer; color: #2299dd; position: relative; } .lr-profile-frame .lr-frame.lr-account-prov .lr-linked-frame .lr-unlink:before { position: absolute; display: inline-block; content: attr(data-title); opacity: 0; top: -30px; right: 0; color: #fff; background: #2299dd; padding: 0 10px; border-radius: 20px; font-size: 16px; -webkit-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .lr-profile-frame .lr-frame.lr-account-prov .lr-linked-frame .lr-unlink:hover { color: #00b0f0; } .lr-profile-frame .lr-frame.lr-account-prov .lr-linked-frame .lr-unlink:hover:before { opacity: 1; top: -20px; } .login-container .lr-submit-frame.lr-align-right{ float: right; } /*recaptcha*/ #recaptcha_image { height: auto !important; } #recaptcha_image img{ border: 1px solid #eee; border-radius: 0 10px; background: #f9f9f9; margin-top: 30px; padding: 10px 20px; } ul.recaptcha_options li a img { /*float: left;*/ display: inline; vertical-align: middle; margin-right: 5px; } ul.recaptcha_options li a span { vertical-align: middle; } .loginradius-raas-validation-message { color: red; } .messagediv{ /* display: none; */ margin: 0 auto; width: 100%; max-width: 540px; /* margin: 25px auto; */ padding: 15px 20px; border-radius: 5px; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; /* background: #fff; */ /* box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); */ /* border: 1px solid #eee; */ /* margin-top: 20px; */ } .top-tootip{ /* float: right; */ /* width: 56.5%; */ -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; /* position: relative; */ background: rgba(34, 153, 221, .9); border-radius: 0 10px; margin-bottom: 15px; } .top-tootip span{ position: absolute; height: 30px; width: 30px; display: block; right: -28px; top: -7%; left: 47%; bottom: -30px; } .top-tootip h5{ font-size: 0.875em; text-transform: uppercase; color: #fff; font-weight: bold; text-align:center; padding:0.8em 0; } .top-tootip p{ color: #FFF; font-size: 0.875em; line-height: 1.5em; text-align: center; margin: 0 auto; padding-bottom: 1.2em; line-height: 30px; } #changepasswordbox .loginradius-raas-submit, #setpasswordbox .loginradius-raas-submit { float:right; } .copy-right{ text-align: center; clear: both; } /* Ovrelay */ #fade { background: rgba(27,134,184,0.8); height: 100%; position: fixed; width: 100%; top: 0; z-index: 99999; opacity: 1; } .overlay { text-align: center; position: fixed; top: 0; bottom: 60%; left: 0; right: 0; height: 100%; position: fixed; width: 100%; top: 0; z-index: 99999; background: rgba(27,134,184,0.9); } .overlay:before { content: ''; display: inline-block; height: 100%; vertical-align: middle; margin-right: -0.25em; /* Adjusts for spacing */ } .circle { -webkit-animation: popIn .6s linear 0s 1; -moz-animation: popIn .6s linear 0s 1; -ms-animation: popIn .6s linear 0s 1; animation: popIn .6s linear 0s 1; background: #fff; border: 2px solid #fff; border-radius: 50%; width: 200px; height: 200px; display: inline-block; vertical-align: middle; position: relative; } #changepasswordbox .loginradius-raas--form-element-content { position: relative; padding-left: 175px; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; display: inline-block; margin-bottom: 15px; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } #changepasswordbox .loginradius-raas--form-element-content label { position: absolute; left: 0; top: 5px; font-size: 18px; line-height: 33.75px; font-size: 1.125rem; line-height: 2.109375rem; } #changepasswordbox, #setpasswordbox, .lr-submit-frame.lr-align-right, #lr-basic, #lr-post, #lr-message, #lr-message form{ max-width: 540px; margin: 0 auto; } .lr-input-style .loginradius-raas--form-element-content { width: 100%; display: inline-block; margin-bottom: 15px; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } .loginradius-raas-submit{ float:right; } .survey-form-span{ float:left; margin-top: 10px; } .survey-form-hidden-text{ display:none; } .survey-form-span-answers{ float:left; } .survey-form-hide-content { display:none; } .lr-profile-frame.lr-input-style { margin-top: 85px; } .cf { *zoom:1 } .cf:before { content:" "; display:table } .cf:after { content:" "; display:table; clear:both } .anchors-fix:before { display:block; content:" "; margin-top:-210px; height:210px; visibility:hidden; position:relative; z-index:-1 } .main-nav { width:100%; height:85px; background-color:#fff; position:fixed; top:0; z-index:9999; -webkit-transition:all 0.2s ease-in-out; transition:all 0.2s ease-in-out } .main-nav .logo { display:inline-block; float:left } .main-nav ul { text-align:right } .main-nav ul li { display:inline-block } .main-nav .secondary-menu { font-size:12px; line-height:90px } /*.main-nav .secondary-menu ul li { line-height:15px; padding:0 10px; margin:2px 0; border-left:1px solid #ccc }*/ .main-nav .secondary-menu ul li:first-child { border-left:none } .main-nav .secondary-menu ul li.telephone a { cursor:default } .main-nav .secondary-menu ul li.telephone a:hover { text-decoration:none } .main-nav.sticky-nav-hide { top:-100px } .main-nav.sticky-nav { top:0px; box-shadow:0 2px 20px rgba(0, 0, 0, 0.07) } .container { max-width:1180px; margin:0 auto; padding:0 10px } .row { padding-top:30px; padding-bottom:30px } .header { padding:70px 0 60px 0; background-position:center center } .no-js #loader { display: none; } .js #loader { display: block; position: absolute; left: 100px; top: 0; } .se-pre-con { position: fixed; left: 0px; top: 0px; width: 100%; height: 100%; z-index: 9999; background: url('../images/Preloader_21.gif') center no-repeat #fff; /*background-image: url('../images/Preloader_21.gif') center no-repeat #fff;*/ } div.popupimg { margin: 5px; border: 1px solid #ccc; float: left; width: 180px; } div.popupimg:hover { border: 1px solid #777; } div.popupimg img { background : url('../images/waiting.gif') no-repeat; width: 100%; height: auto; } div.desc { padding: 15px; text-align: center; } #note { position: fixed; z-index: 6001; top: 0; left: 0; right: 0; background: #fde073; text-align: center; line-height: 2.5; overflow: hidden; -webkit-box-shadow: 0 0 5px black; -moz-box-shadow: 0 0 5px black; box-shadow: 0 0 5px black; } .cssanimations.csstransforms #note { -webkit-transform: translateY(-50px); -webkit-animation: slideDown 2.5s 1.0s 1 ease forwards; -moz-transform: translateY(-50px); -moz-animation: slideDown 2.5s 1.0s 1 ease forwards; } #close { position: absolute; right: 10px; top: 9px; text-indent: -9999px; background: url('../images/sliver_close_button.png'); height: 16px; width: 16px; cursor: pointer; } .cssanimations.csstransforms #close { display: none; } @-webkit-keyframes slideDown { 0%, 100% { -webkit-transform: translateY(-50px); } 10%, 90% { -webkit-transform: translateY(0px); } } @-moz-keyframes slideDown { 0%, 100% { -moz-transform: translateY(-50px); } 10%, 90% { -moz-transform: translateY(0px); } }
0.287068
0.066539
body{ background: black; } .logo{ width:150px; height: 120px; float: left; padding-left:0px; position:fixed; } .navigationbar{ text-transform: uppercase; background: white; position: fixed; width:1366px; height: 70px; float: right; margin-left:150px; overflow-x:hidden; } header{ background: white; margin-left: 100px; } .alignright{ float: right; padding:0 20px; } .alignleft{ margin-left:100px; } nav ul{ padding-top: 50px; } nav li{ display: inline; } nav a{ text-decoration: none; color: black; font-family: 'Merriweather', serif; } .herounit{ width: 100%; height: 620px; margin-top: 123px; } .googlefont{ background:#01122B; padding: 5px 0; height: 130px; } .style{ font-family : 'Tangerine', cursive; font-size: 80px; padding:30px 300px; color: white; } .backgroundcolor{ background: #DCDCDC; margin-top: 5px; } .fashion_grid1{ padding: 50px 10px 20px ; color: black; width: 350px; } .figure_grid1 { margin-left:60px; } .figure_grid1 img{ height: 350px; } .figurecaption{ font-family : 'Tangerine', cursive; font-size: 50px; } .fashion{ padding:20px 0 0 150px; } .fashiontip_heading,.beautytip_heading{ background: #455166; } .fashiontip_heading{ margin-top: 550px; } .fashiontip_content{ float:right; width: 240px; font-family: 'Playfair Display', serif; font-family: 'Great Vibes', cursive; font-family: 'Amiri', serif; line-height: 23px; font-size: 16px; } .beautytip p,h1{ color: black; } .beautytip2,.beautytip3{ padding :20px 20px 0 0; } .beautytip_link{ text-decoration: none; color:black; font-size: 15px; padding-left: 8px; font-family: vintage; } .beautytip_mainlink{ text-decoration:none; color: black; } .fashiontip img{ width:200px; height: 300px; float: left; padding-right: 20px; } .fashiontip_maincontent{ font-family: 'Playfair Display', serif; font-family: 'Great Vibes', cursive; font-family: 'Amiri', serif; line-height: 25px; font-size: 17px; } .beautytip_content,.beautytip_link{ font-family: 'Playfair Display', serif; font-family: 'Great Vibes', cursive; font-family: 'Amiri', serif; line-height: 25px; font-size: 17px; } .beautytip_content{ width:320px; } .icon li{ display: inline; } .icon i{ font-size: 30px; color: white; float: right; margin: 0 50px 100px 0 ; } .icon_headline{ color: white; font-size: 25px; margin-left: 1300px; margin-bottom: 20px; } .subscribe_headline{ color: white; font-size: 30px; padding:0 0 5px 10px; } input{ height: 30px; margin-left: 10px; } small{ margin:0 500px; padding:5px 500px; color: white; } html,body{ width: 100%; height: 100%; margin: 0px; overflow-x:hidden; } @media (max-width: 1400px){ .style{ font-size:80px; } } @media (max-width: 1346px){ .style{ font-size:65px; } } @media (max-width: 1206px){ .style{ font-size:50px; } } @media (max-width: 1066px){ .style{ font-size:40px; } } @media (min-width: 320px){ .fashion_grid1{ padding-left: 80px; width:390px; } } @media (min-width: 320px){ .figure_grid1{ padding-left: 100px; } @media (min-width: 1021px){ .fashion_grid1{ margin-left: 0px; padding:0 65px ; width:180px; } } @media (min-width: 1099px){ .fashion_grid1{ margin-left: 0px; padding:20px 70px 0 ; width:200px; } } @media (min-width: 320px){ .fashiontip_heading{ margin-top: 1580px; } } @media (min-width: 1021px){ .fashiontip_heading{ margin-top: 550px; } } @media (min-width: 320px){ .fashiontip{ padding-left: 10px; } .fashiontip_maincontent{ width: 750px; /*font-size: 10px;*/ } } @media (min-width: 1021px){ .fashiontip{ padding-left: 0px; } .fashiontip_maincontent{ width:960px; } }
css/style.css
body{ background: black; } .logo{ width:150px; height: 120px; float: left; padding-left:0px; position:fixed; } .navigationbar{ text-transform: uppercase; background: white; position: fixed; width:1366px; height: 70px; float: right; margin-left:150px; overflow-x:hidden; } header{ background: white; margin-left: 100px; } .alignright{ float: right; padding:0 20px; } .alignleft{ margin-left:100px; } nav ul{ padding-top: 50px; } nav li{ display: inline; } nav a{ text-decoration: none; color: black; font-family: 'Merriweather', serif; } .herounit{ width: 100%; height: 620px; margin-top: 123px; } .googlefont{ background:#01122B; padding: 5px 0; height: 130px; } .style{ font-family : 'Tangerine', cursive; font-size: 80px; padding:30px 300px; color: white; } .backgroundcolor{ background: #DCDCDC; margin-top: 5px; } .fashion_grid1{ padding: 50px 10px 20px ; color: black; width: 350px; } .figure_grid1 { margin-left:60px; } .figure_grid1 img{ height: 350px; } .figurecaption{ font-family : 'Tangerine', cursive; font-size: 50px; } .fashion{ padding:20px 0 0 150px; } .fashiontip_heading,.beautytip_heading{ background: #455166; } .fashiontip_heading{ margin-top: 550px; } .fashiontip_content{ float:right; width: 240px; font-family: 'Playfair Display', serif; font-family: 'Great Vibes', cursive; font-family: 'Amiri', serif; line-height: 23px; font-size: 16px; } .beautytip p,h1{ color: black; } .beautytip2,.beautytip3{ padding :20px 20px 0 0; } .beautytip_link{ text-decoration: none; color:black; font-size: 15px; padding-left: 8px; font-family: vintage; } .beautytip_mainlink{ text-decoration:none; color: black; } .fashiontip img{ width:200px; height: 300px; float: left; padding-right: 20px; } .fashiontip_maincontent{ font-family: 'Playfair Display', serif; font-family: 'Great Vibes', cursive; font-family: 'Amiri', serif; line-height: 25px; font-size: 17px; } .beautytip_content,.beautytip_link{ font-family: 'Playfair Display', serif; font-family: 'Great Vibes', cursive; font-family: 'Amiri', serif; line-height: 25px; font-size: 17px; } .beautytip_content{ width:320px; } .icon li{ display: inline; } .icon i{ font-size: 30px; color: white; float: right; margin: 0 50px 100px 0 ; } .icon_headline{ color: white; font-size: 25px; margin-left: 1300px; margin-bottom: 20px; } .subscribe_headline{ color: white; font-size: 30px; padding:0 0 5px 10px; } input{ height: 30px; margin-left: 10px; } small{ margin:0 500px; padding:5px 500px; color: white; } html,body{ width: 100%; height: 100%; margin: 0px; overflow-x:hidden; } @media (max-width: 1400px){ .style{ font-size:80px; } } @media (max-width: 1346px){ .style{ font-size:65px; } } @media (max-width: 1206px){ .style{ font-size:50px; } } @media (max-width: 1066px){ .style{ font-size:40px; } } @media (min-width: 320px){ .fashion_grid1{ padding-left: 80px; width:390px; } } @media (min-width: 320px){ .figure_grid1{ padding-left: 100px; } @media (min-width: 1021px){ .fashion_grid1{ margin-left: 0px; padding:0 65px ; width:180px; } } @media (min-width: 1099px){ .fashion_grid1{ margin-left: 0px; padding:20px 70px 0 ; width:200px; } } @media (min-width: 320px){ .fashiontip_heading{ margin-top: 1580px; } } @media (min-width: 1021px){ .fashiontip_heading{ margin-top: 550px; } } @media (min-width: 320px){ .fashiontip{ padding-left: 10px; } .fashiontip_maincontent{ width: 750px; /*font-size: 10px;*/ } } @media (min-width: 1021px){ .fashiontip{ padding-left: 0px; } .fashiontip_maincontent{ width:960px; } }
0.213541
0.101589
* { margin: 0; padding: 0; border: 0; } html { overflow-x: hidden; font-family:"Alegreya"; } .container-fluid{ padding:0 !important; } nav { background-color: transparent; margin:0px 0px !important; position: absolute !important; } nav a { text-decoration: none; text-align: center!important; padding:14px 14px !important; font-size: 20px !important; color:white !important; } nav a:hover { color:red !important; } h1{ font-size: 70px; } .carousel-item { height: 655px !important; } .carousel-item img { width: 100% !important; height: 100% !important; object-fit: cover; } .carousel .carousel-indicators li { width: 10px; height: 10px; border-radius: 100%; } .carousel .carousel-control-prev,.carousel .carousel-control-next { visibility: hidden !important; } .carousel:hover .carousel-control-prev, .carousel:hover .carousel-control-next { visibility: visible !important; } .carousel-caption { position: absolute; top:60px; font-size: 60px !important; color: lightgrey !important; text-align: center !important; font-family: "Fredericka the Great" !important; } #menu { background-image: url("assets/menu-background.jpg"); background-size: cover; background-repeat: no-repeat; height: 650px !important; } #variety { display: flex; flex-wrap: wrap; align-items: center; margin-top:2%; margin-bottom:4%; margin-left:5%; margin-right: 5%; padding-top: 5px !important; } #overlay,#overlay2,#overlay3,#overlay4,#overlay5,#overlay6,#overlay7,#overlay8{ background-color:white; font-weight: bold; text-align: center; font-size: 30px; font-family: "Berkshire Swash"; position: absolute; width:280px; color: maroon; } .col-md-3 img { width: 280px; height: 200px; } .menu h2 { text-align: center; padding-top:40px; font-family: "Rye"; font-size:50px; font-weight: bold; color:maroon; } @media (max-width: 1020px) { .carousel-item { height: 300px !important; } .col-md-3 img{ width: 80% !important; height: 80% !important; margin-left: 50px !important; margin-right: auto !important; margin-top: 20px !important; margin-bottom: 20px !important; } nav { position: absolute !important; } nav a { font-size: 15px !important; } h1 { font-size: 30px; } .menu h2 { font-size: 30px; } .carousel-caption { font-size: 20px !important; top:25px !important; left:50px !important; } #menu { height:100% !important; } #overlay,#overlay2,#overlay3,#overlay4,#overlay5,#overlay6,#overlay7,#overlay8{ font-size:14px; text-align:center; margin-left: 50px; margin-right: auto !important; margin-top: -20px; margin-bottom: 20px; width:16%; } } #section2 { background-attachment: fixed; background-image: url("assets/order-background.jpg"); background-size: cover; background-repeat: no-repeat; } .order h2 { text-align: center; } .order { color: white; padding-top: 4%; padding-bottom: 4%; font-family:"Alegreya"; font-weight: bold; font-size:20px; } .order-overlay { background-color: rgba(0, 0, 0, 0.8); margin-left: 2%; margin-right: 2%; padding-bottom: 20px; padding-left: 6%; } .choice { display: none; padding-left: 2%; padding-right: 2%; } .deliver { display: none; } .delivery { display: none; padding-left: 10%; padding-right: 10%; } td,th { font-size: 20px; color: white; } .choice h2 { color:orangered; text-align: left; } #your-orders { color: white; font-size: 30px; } #addedprice{ display: none; } #finalmessage{ display: none; padding-top: 10%; padding-right: 10%; padding-left: 10%; font-size: 28px; color: lime; } #regards{ text-align: center; color: deepskyblue; } #information{ padding-top: 5%; font-size: 22px; padding-right: 8%; padding-left: 5%; color: #ffa500; } .btn-orange { background-color:orangered !important; border-radius:10px; color: white; margin-top:30px; margin-right:60px; font-family:"Rye"; text-transform: uppercase; } .btn-orange:hover { color:navy !important; } .proceed { margin-top:-30px; } #contact h2{ text-align: center; margin-top:80px; font-weight:bolder; } #contact{ color:white; font-family: "Alegreya"; margin-top:200px; margin-bottom:100px; font-size: 25px; } #contactdetails h2{ text-align: left; font-weight: bolder; } .mapouter { margin-top:70px; } iframe { margin-top:20px; margin-right:45px; } .footer{ padding-top: 5%; }
styles.css
* { margin: 0; padding: 0; border: 0; } html { overflow-x: hidden; font-family:"Alegreya"; } .container-fluid{ padding:0 !important; } nav { background-color: transparent; margin:0px 0px !important; position: absolute !important; } nav a { text-decoration: none; text-align: center!important; padding:14px 14px !important; font-size: 20px !important; color:white !important; } nav a:hover { color:red !important; } h1{ font-size: 70px; } .carousel-item { height: 655px !important; } .carousel-item img { width: 100% !important; height: 100% !important; object-fit: cover; } .carousel .carousel-indicators li { width: 10px; height: 10px; border-radius: 100%; } .carousel .carousel-control-prev,.carousel .carousel-control-next { visibility: hidden !important; } .carousel:hover .carousel-control-prev, .carousel:hover .carousel-control-next { visibility: visible !important; } .carousel-caption { position: absolute; top:60px; font-size: 60px !important; color: lightgrey !important; text-align: center !important; font-family: "Fredericka the Great" !important; } #menu { background-image: url("assets/menu-background.jpg"); background-size: cover; background-repeat: no-repeat; height: 650px !important; } #variety { display: flex; flex-wrap: wrap; align-items: center; margin-top:2%; margin-bottom:4%; margin-left:5%; margin-right: 5%; padding-top: 5px !important; } #overlay,#overlay2,#overlay3,#overlay4,#overlay5,#overlay6,#overlay7,#overlay8{ background-color:white; font-weight: bold; text-align: center; font-size: 30px; font-family: "Berkshire Swash"; position: absolute; width:280px; color: maroon; } .col-md-3 img { width: 280px; height: 200px; } .menu h2 { text-align: center; padding-top:40px; font-family: "Rye"; font-size:50px; font-weight: bold; color:maroon; } @media (max-width: 1020px) { .carousel-item { height: 300px !important; } .col-md-3 img{ width: 80% !important; height: 80% !important; margin-left: 50px !important; margin-right: auto !important; margin-top: 20px !important; margin-bottom: 20px !important; } nav { position: absolute !important; } nav a { font-size: 15px !important; } h1 { font-size: 30px; } .menu h2 { font-size: 30px; } .carousel-caption { font-size: 20px !important; top:25px !important; left:50px !important; } #menu { height:100% !important; } #overlay,#overlay2,#overlay3,#overlay4,#overlay5,#overlay6,#overlay7,#overlay8{ font-size:14px; text-align:center; margin-left: 50px; margin-right: auto !important; margin-top: -20px; margin-bottom: 20px; width:16%; } } #section2 { background-attachment: fixed; background-image: url("assets/order-background.jpg"); background-size: cover; background-repeat: no-repeat; } .order h2 { text-align: center; } .order { color: white; padding-top: 4%; padding-bottom: 4%; font-family:"Alegreya"; font-weight: bold; font-size:20px; } .order-overlay { background-color: rgba(0, 0, 0, 0.8); margin-left: 2%; margin-right: 2%; padding-bottom: 20px; padding-left: 6%; } .choice { display: none; padding-left: 2%; padding-right: 2%; } .deliver { display: none; } .delivery { display: none; padding-left: 10%; padding-right: 10%; } td,th { font-size: 20px; color: white; } .choice h2 { color:orangered; text-align: left; } #your-orders { color: white; font-size: 30px; } #addedprice{ display: none; } #finalmessage{ display: none; padding-top: 10%; padding-right: 10%; padding-left: 10%; font-size: 28px; color: lime; } #regards{ text-align: center; color: deepskyblue; } #information{ padding-top: 5%; font-size: 22px; padding-right: 8%; padding-left: 5%; color: #ffa500; } .btn-orange { background-color:orangered !important; border-radius:10px; color: white; margin-top:30px; margin-right:60px; font-family:"Rye"; text-transform: uppercase; } .btn-orange:hover { color:navy !important; } .proceed { margin-top:-30px; } #contact h2{ text-align: center; margin-top:80px; font-weight:bolder; } #contact{ color:white; font-family: "Alegreya"; margin-top:200px; margin-bottom:100px; font-size: 25px; } #contactdetails h2{ text-align: left; font-weight: bolder; } .mapouter { margin-top:70px; } iframe { margin-top:20px; margin-right:45px; } .footer{ padding-top: 5%; }
0.403567
0.082771
ul { list-style-type: none; margin: 0; padding: 0; width: 100%; text-align: center; } li { display: inline-block; font-size: 20px; font-weight: 100; z-index: 1; } li a { /* display: block; */ color: rgb(221, 221, 221); text-align: center; padding: 15px 15px; margin: 0px; /* border-bottom: 1px solid rgba(0, 0, 0, 0); */ text-decoration: none; z-index: 1; } .navigation-button { border-left: 10px solid transparent; border-right: 10px solid transparent; border-top: 10px solid transparent; transition: 0.3s; z-index: 1; } .navigation-button:hover { border-left: 25px solid transparent; border-right: 25px solid transparent; border-top: 10px solid rgb(221, 221, 221); transition: 0.3s; } /* .active { border-left: 25px solid transparent; border-right: 25px solid transparent; border-top: 10px solid rgb(221, 221, 221); } */ .logo { font-family: 'Raleway', sans-serif; margin: 0px 0; padding: 0; font-size: 32px; font-weight: 800; z-index: 1; left: 0; position: absolute; } .logo-text { color: white; } .Navigation { position: absolute; margin: auto; width: 100%; z-index: 1; top: 0; } .searchBar { position: absolute; padding: 10px; margin-top: 8px; margin-right: 16px; border: none; font-size: 14px; background-color: white; width: 200px; color: black; border-radius: 10px; right: 0; top: 0; } .searchBar:focus { outline: none; } @media only screen and (max-width: 900px) { ul { list-style-type: none; margin: 60px 0 0 0; padding: 0; width: 100%; text-align: center; background-color: rgba(0, 0, 0, 0.9); } li { display: inline-block; font-size: 20px; font-weight: 100; width: 100%; z-index: 1; } li a { display: block; width: 100%; color: rgb(194, 194, 194); text-align: center; padding: 15px 15px; margin: 0px; /* border-bottom: 1px solid rgba(0, 0, 0, 0); */ text-decoration: none; z-index: 1; } .navigation-button { border-left: 0px solid transparent; border-right: 0px solid transparent; border-top: 0px solid transparent; transition: 0s; z-index: 1; } .navigation-button:hover { border-left: 0px solid transparent; border-right: 0px solid transparent; border-top: 0px solid white; background-color: rgba(40, 40, 40, 0.9); transition: 0s; } /* .active { border-left: 0px solid transparent; border-right: 0px solid transparent; border-top: 0px solid white; } */ .logo { font-family: 'Raleway', sans-serif; margin: 0 0; padding: 0; font-size: 32px; font-weight: 800; z-index: 1; left: 0; position: absolute; background-color: rgba(0, 0, 0, 0.95); } .Navigation { position: absolute; margin: auto; width: 100%; z-index: 1; top: 0; } .searchBar { position: relative; display: block; padding: 10px; border: none; font-size: 14px; background-color: white; width: 200px; color: black; border-radius: 10px; width: 100%; } }
frontend/src/components/Navigation/Navigation.css
ul { list-style-type: none; margin: 0; padding: 0; width: 100%; text-align: center; } li { display: inline-block; font-size: 20px; font-weight: 100; z-index: 1; } li a { /* display: block; */ color: rgb(221, 221, 221); text-align: center; padding: 15px 15px; margin: 0px; /* border-bottom: 1px solid rgba(0, 0, 0, 0); */ text-decoration: none; z-index: 1; } .navigation-button { border-left: 10px solid transparent; border-right: 10px solid transparent; border-top: 10px solid transparent; transition: 0.3s; z-index: 1; } .navigation-button:hover { border-left: 25px solid transparent; border-right: 25px solid transparent; border-top: 10px solid rgb(221, 221, 221); transition: 0.3s; } /* .active { border-left: 25px solid transparent; border-right: 25px solid transparent; border-top: 10px solid rgb(221, 221, 221); } */ .logo { font-family: 'Raleway', sans-serif; margin: 0px 0; padding: 0; font-size: 32px; font-weight: 800; z-index: 1; left: 0; position: absolute; } .logo-text { color: white; } .Navigation { position: absolute; margin: auto; width: 100%; z-index: 1; top: 0; } .searchBar { position: absolute; padding: 10px; margin-top: 8px; margin-right: 16px; border: none; font-size: 14px; background-color: white; width: 200px; color: black; border-radius: 10px; right: 0; top: 0; } .searchBar:focus { outline: none; } @media only screen and (max-width: 900px) { ul { list-style-type: none; margin: 60px 0 0 0; padding: 0; width: 100%; text-align: center; background-color: rgba(0, 0, 0, 0.9); } li { display: inline-block; font-size: 20px; font-weight: 100; width: 100%; z-index: 1; } li a { display: block; width: 100%; color: rgb(194, 194, 194); text-align: center; padding: 15px 15px; margin: 0px; /* border-bottom: 1px solid rgba(0, 0, 0, 0); */ text-decoration: none; z-index: 1; } .navigation-button { border-left: 0px solid transparent; border-right: 0px solid transparent; border-top: 0px solid transparent; transition: 0s; z-index: 1; } .navigation-button:hover { border-left: 0px solid transparent; border-right: 0px solid transparent; border-top: 0px solid white; background-color: rgba(40, 40, 40, 0.9); transition: 0s; } /* .active { border-left: 0px solid transparent; border-right: 0px solid transparent; border-top: 0px solid white; } */ .logo { font-family: 'Raleway', sans-serif; margin: 0 0; padding: 0; font-size: 32px; font-weight: 800; z-index: 1; left: 0; position: absolute; background-color: rgba(0, 0, 0, 0.95); } .Navigation { position: absolute; margin: auto; width: 100%; z-index: 1; top: 0; } .searchBar { position: relative; display: block; padding: 10px; border: none; font-size: 14px; background-color: white; width: 200px; color: black; border-radius: 10px; width: 100%; } }
0.555194
0.116588
body { background-image: url(../images/fondLogin.PNG); background-repeat: no-repeat; background-size: cover; } .login-box { position: absolute; top: 55%; left: 50%; right: 50%; width: 450px; height: 450px; padding: 40px; transform: translate(-50%, -50%); background-image: url(../images/carre-removebg-preview.png); background-repeat: no-repeat; } .login-box h2 { font-family: 'Caveat', cursive; margin: 0 0 30px; padding: 0; color: rgb(134, 0, 21); font-size: 50px; text-align: center; } .login-box .user-box { position: relative; } .login-box .user-box input { width: 100%; padding: 10px 0; font-size: 16px; color: rgb(134, 0, 21); margin-bottom: 30px; border: none; border-bottom: 1px solid rgb(134, 0, 21); outline: none; background: transparent; } .login-box .user-box label { position: absolute; top: 0; left: 0; padding: 10px 0; font-size: 20px; color: rgb(134, 0, 21); pointer-events: none; transition: .5s; } .login-box .user-box input:focus~label, .login-box .user-box input:valid~label { top: -20px; left: 0; color: #00000002; font-size: 12px; } button { width: 50%; margin-left: 25%; margin-right: 25%; font-family: 'Caveat', cursive; } .fill { font-size: 20px; font-weight: 200; letter-spacing: 1px; padding: 13px 50px 13px; outline: 0; color: white; border: 1px solid white; cursor: pointer; position: relative; background-color: rgba(0, 0, 0, 0); } .fill::after { content: ""; background-color: rgb(134, 0, 21); width: 100%; z-index: -1; position: absolute; height: 100%; top: 7px; left: 7px; transition: 0.2s; } .fill:hover::after { top: 0px; left: 0px; } p { color: red; font-size: 30px; display: flex; justify-content: center; margin-top: -20px; margin-bottom: 5px; font-weight: 900; } @media only screen and (max-width: 800px) { body { background-image: url(../images/fondLogin.PNG); background-repeat: no-repeat; background-size: cover; } .login-box { position: absolute; margin: auto; width: 200px; height: 200px; padding: 40px; transform: translate(-50%, -50%); background-image: url(../images/carre-removebg-preview.png); background-repeat: no-repeat; background-size: cover; } }
style/login.css
body { background-image: url(../images/fondLogin.PNG); background-repeat: no-repeat; background-size: cover; } .login-box { position: absolute; top: 55%; left: 50%; right: 50%; width: 450px; height: 450px; padding: 40px; transform: translate(-50%, -50%); background-image: url(../images/carre-removebg-preview.png); background-repeat: no-repeat; } .login-box h2 { font-family: 'Caveat', cursive; margin: 0 0 30px; padding: 0; color: rgb(134, 0, 21); font-size: 50px; text-align: center; } .login-box .user-box { position: relative; } .login-box .user-box input { width: 100%; padding: 10px 0; font-size: 16px; color: rgb(134, 0, 21); margin-bottom: 30px; border: none; border-bottom: 1px solid rgb(134, 0, 21); outline: none; background: transparent; } .login-box .user-box label { position: absolute; top: 0; left: 0; padding: 10px 0; font-size: 20px; color: rgb(134, 0, 21); pointer-events: none; transition: .5s; } .login-box .user-box input:focus~label, .login-box .user-box input:valid~label { top: -20px; left: 0; color: #00000002; font-size: 12px; } button { width: 50%; margin-left: 25%; margin-right: 25%; font-family: 'Caveat', cursive; } .fill { font-size: 20px; font-weight: 200; letter-spacing: 1px; padding: 13px 50px 13px; outline: 0; color: white; border: 1px solid white; cursor: pointer; position: relative; background-color: rgba(0, 0, 0, 0); } .fill::after { content: ""; background-color: rgb(134, 0, 21); width: 100%; z-index: -1; position: absolute; height: 100%; top: 7px; left: 7px; transition: 0.2s; } .fill:hover::after { top: 0px; left: 0px; } p { color: red; font-size: 30px; display: flex; justify-content: center; margin-top: -20px; margin-bottom: 5px; font-weight: 900; } @media only screen and (max-width: 800px) { body { background-image: url(../images/fondLogin.PNG); background-repeat: no-repeat; background-size: cover; } .login-box { position: absolute; margin: auto; width: 200px; height: 200px; padding: 40px; transform: translate(-50%, -50%); background-image: url(../images/carre-removebg-preview.png); background-repeat: no-repeat; background-size: cover; } }
0.467332
0.102754
.wallet { width: 100%; height: 100%; font-size: 2rem; overflow-x: hidden; overflow-y: auto; -webkit-overflow-scrolling: touch; overflow-scrolling: touch; } .wallet .head { width: 100%; height: 34%; background: linear-gradient(to bottom, #55c6ff, #19a6ed); } .wallet .head .bg { width: 100%; height: 100%; background-image: url("../../../img/wallet/invalid-name.svg"); background-repeat: no-repeat; background-position: 0px -50px; background-size: 100%; position: relative; display: flex; justify-content: center; flex-direction: column; } .wallet .head .bg div { color: rgba(255, 255, 255, 0.7); font-size: 1.2rem; } .wallet .head .bg div:first-child { position: absolute; right: 1rem; top: 1rem; } .wallet .head .bg div:first-child i { font-size: 1.1rem; margin-right: .2rem; } .wallet .head .bg div:last-child p:first-child, .wallet .head .bg div:last-child p:last-child { line-height: 4rem; } .wallet .head .bg div:last-child p:nth-child(2) { font-size: 5rem; color: #fff; } .wallet .head .bg div:last-child p:nth-child(2) span { font-size: 2.5rem; } .wallet .head .bg div:last-child p:nth-child(2) i { position: relative; height: 100%; top: -1.8rem; right: 0; font-size: 1.8rem; font-style: normal; } .wallet .Wallet-content { width: 100%; padding-top: .5rem; display: flex; justify-content: center; flex-direction: column; align-items: center; } .wallet .Wallet-content li { width: 95%; display: flex; justify-content: space-between; align-items: center; font-size: 1.8rem; height: 8rem; line-height: 8rem; margin-top: 1rem; background-color: #fff; padding: 0 1.5rem; box-sizing: border-box; box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.04); } .wallet .Wallet-content li div { display: flex; justify-content: center; justify-items: center; color: #5a5a66; } .wallet .Wallet-content li div .img1 { display: inline-block; width: 2.1rem; height: 1.75rem; margin-top: 27.5%; margin-right: .5rem; } .wallet .Wallet-content li div .img2 { display: inline; width: 2rem; height: 2rem; margin-top: 31.5%; margin-right: .5rem; } .wallet .Wallet-content li div .fonsie { font-size: 1.2rem; color: #ff8800; } .wallet .Wallet-content li div .icon-fanxianjilu { font-size: 2.3rem; color: #2eb9ff; margin-right: .3rem; } .wallet .Wallet-content li div .icon-jinru { font-size: 1.2rem; color: #c2c9cc; margin-top: .1rem; }
src/assets/css/views/wallet/index.css
.wallet { width: 100%; height: 100%; font-size: 2rem; overflow-x: hidden; overflow-y: auto; -webkit-overflow-scrolling: touch; overflow-scrolling: touch; } .wallet .head { width: 100%; height: 34%; background: linear-gradient(to bottom, #55c6ff, #19a6ed); } .wallet .head .bg { width: 100%; height: 100%; background-image: url("../../../img/wallet/invalid-name.svg"); background-repeat: no-repeat; background-position: 0px -50px; background-size: 100%; position: relative; display: flex; justify-content: center; flex-direction: column; } .wallet .head .bg div { color: rgba(255, 255, 255, 0.7); font-size: 1.2rem; } .wallet .head .bg div:first-child { position: absolute; right: 1rem; top: 1rem; } .wallet .head .bg div:first-child i { font-size: 1.1rem; margin-right: .2rem; } .wallet .head .bg div:last-child p:first-child, .wallet .head .bg div:last-child p:last-child { line-height: 4rem; } .wallet .head .bg div:last-child p:nth-child(2) { font-size: 5rem; color: #fff; } .wallet .head .bg div:last-child p:nth-child(2) span { font-size: 2.5rem; } .wallet .head .bg div:last-child p:nth-child(2) i { position: relative; height: 100%; top: -1.8rem; right: 0; font-size: 1.8rem; font-style: normal; } .wallet .Wallet-content { width: 100%; padding-top: .5rem; display: flex; justify-content: center; flex-direction: column; align-items: center; } .wallet .Wallet-content li { width: 95%; display: flex; justify-content: space-between; align-items: center; font-size: 1.8rem; height: 8rem; line-height: 8rem; margin-top: 1rem; background-color: #fff; padding: 0 1.5rem; box-sizing: border-box; box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.04); } .wallet .Wallet-content li div { display: flex; justify-content: center; justify-items: center; color: #5a5a66; } .wallet .Wallet-content li div .img1 { display: inline-block; width: 2.1rem; height: 1.75rem; margin-top: 27.5%; margin-right: .5rem; } .wallet .Wallet-content li div .img2 { display: inline; width: 2rem; height: 2rem; margin-top: 31.5%; margin-right: .5rem; } .wallet .Wallet-content li div .fonsie { font-size: 1.2rem; color: #ff8800; } .wallet .Wallet-content li div .icon-fanxianjilu { font-size: 2.3rem; color: #2eb9ff; margin-right: .3rem; } .wallet .Wallet-content li div .icon-jinru { font-size: 1.2rem; color: #c2c9cc; margin-top: .1rem; }
0.339609
0.177543
.scroll-to-top { position: fixed; right: 1.5rem; bottom: 1.5rem; cursor: pointer; width: 3rem; height: 3rem; line-height: 3rem; display: none; background-color: rgba(0, 0, 0, 0.5); z-index: 100; border-radius: 50%; text-align: center; transition: background-color 0.5s; } .scroll-to-top i { color: white; font-size: 1.5rem; } .scroll-to-top:hover { background-color:rgba(0, 0, 0, 0.8); } a { color: inherit; text-decoration: none; } .text-right { text-align: right; } .text-center { text-align: center; } .about, .work { padding-top: 1rem; margin-bottom: 1.5rem; } .section-header { text-align: center; padding: 0 2rem; box-sizing: border-box; position: relative; } .section-title { color: #000; font-size: 3rem; font-weight: normal; margin: 0; } .section-subtitle { color: rgba(0, 0, 0, .6); font-family: 'Pathway Gothic One', sans-serif; font-size: 1rem; letter-spacing: 5px; margin: 10px 0 0 0; font-weight: normal; } .section-desc { margin: 1rem auto; text-align: justify; } .container { max-width: 960px; } .fancy-button { border: 2px solid rgba(0, 0, 0, 0.7); box-sizing: border-box; padding: 1rem 2rem; text-align: center; font-size: 1rem; cursor: pointer; box-shadow: 0.3rem 0.6rem 0.75rem rgba(0, 0, 0, 0.4); transition: box-shadow 0.25s; outline: none; text-decoration: none; white-space: nowrap; letter-spacing: 0.1rem; font-weight: bold; } .fancy-button:hover { box-shadow: 0.15rem 0.3rem 0.3rem rgba(0, 0, 0, 0.4); } .fancy-button:active { box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.4); } .text-black { color: black; } .footer-info { display: flex; margin: 0 auto; font-size: 0.925rem; } .footer-info div { margin-top: 0.5rem; flex: 1; color: #666; } .footer a { display: block; margin-bottom: 0.25rem; color: black; } .footer-info .footer-title { font-size: 1.25rem; color: black; margin-bottom: 1rem; font-weight: bold; } .footer-copyright { margin: 2rem 0; color: #888; } hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 2rem 3rem; padding: 0; } .contact hr { margin: 0 1rem; } @media screen and (min-width: 769px) { a.fancy-link { cursor: pointer; position: relative; overflow: hidden; text-decoration: none; } a.fancy-link:after { content: ""; background: rgba(0, 0, 0, 0.15); position: absolute; left: 0.4rem; bottom: -0.2rem; bottom: 0; width: calc(100% - 0.5rem); height: calc(100% - 0.5rem); z-index: -1; transition: 0.35s cubic-bezier(0.25, 0.1, 0, 2.05); } a.fancy-link:hover:after, a.fancy-link.active:after { left: -0.125rem; bottom: -0.125rem; width: calc(100% + 0.25rem); height: calc(100% + 0.25rem); } } @media screen and (max-width: 992px) { .container { max-width: 720px; } } @media screen and (max-width: 768px) { .section-title { font-size: 2rem; } hr { margin: 1rem 2rem; } a.fancy-link { font-weight: bold; color: #464648; } } @media screen and (max-width: 567px) { .fancy-button { padding: 0.6rem 1.2rem; font-size: 0.875rem; } .footer-info { flex-direction: column; } } @media screen and (max-width: 359px) { .fancy-button { font-size: 0.75rem; } }
assets/css/main.css
.scroll-to-top { position: fixed; right: 1.5rem; bottom: 1.5rem; cursor: pointer; width: 3rem; height: 3rem; line-height: 3rem; display: none; background-color: rgba(0, 0, 0, 0.5); z-index: 100; border-radius: 50%; text-align: center; transition: background-color 0.5s; } .scroll-to-top i { color: white; font-size: 1.5rem; } .scroll-to-top:hover { background-color:rgba(0, 0, 0, 0.8); } a { color: inherit; text-decoration: none; } .text-right { text-align: right; } .text-center { text-align: center; } .about, .work { padding-top: 1rem; margin-bottom: 1.5rem; } .section-header { text-align: center; padding: 0 2rem; box-sizing: border-box; position: relative; } .section-title { color: #000; font-size: 3rem; font-weight: normal; margin: 0; } .section-subtitle { color: rgba(0, 0, 0, .6); font-family: 'Pathway Gothic One', sans-serif; font-size: 1rem; letter-spacing: 5px; margin: 10px 0 0 0; font-weight: normal; } .section-desc { margin: 1rem auto; text-align: justify; } .container { max-width: 960px; } .fancy-button { border: 2px solid rgba(0, 0, 0, 0.7); box-sizing: border-box; padding: 1rem 2rem; text-align: center; font-size: 1rem; cursor: pointer; box-shadow: 0.3rem 0.6rem 0.75rem rgba(0, 0, 0, 0.4); transition: box-shadow 0.25s; outline: none; text-decoration: none; white-space: nowrap; letter-spacing: 0.1rem; font-weight: bold; } .fancy-button:hover { box-shadow: 0.15rem 0.3rem 0.3rem rgba(0, 0, 0, 0.4); } .fancy-button:active { box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.4); } .text-black { color: black; } .footer-info { display: flex; margin: 0 auto; font-size: 0.925rem; } .footer-info div { margin-top: 0.5rem; flex: 1; color: #666; } .footer a { display: block; margin-bottom: 0.25rem; color: black; } .footer-info .footer-title { font-size: 1.25rem; color: black; margin-bottom: 1rem; font-weight: bold; } .footer-copyright { margin: 2rem 0; color: #888; } hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 2rem 3rem; padding: 0; } .contact hr { margin: 0 1rem; } @media screen and (min-width: 769px) { a.fancy-link { cursor: pointer; position: relative; overflow: hidden; text-decoration: none; } a.fancy-link:after { content: ""; background: rgba(0, 0, 0, 0.15); position: absolute; left: 0.4rem; bottom: -0.2rem; bottom: 0; width: calc(100% - 0.5rem); height: calc(100% - 0.5rem); z-index: -1; transition: 0.35s cubic-bezier(0.25, 0.1, 0, 2.05); } a.fancy-link:hover:after, a.fancy-link.active:after { left: -0.125rem; bottom: -0.125rem; width: calc(100% + 0.25rem); height: calc(100% + 0.25rem); } } @media screen and (max-width: 992px) { .container { max-width: 720px; } } @media screen and (max-width: 768px) { .section-title { font-size: 2rem; } hr { margin: 1rem 2rem; } a.fancy-link { font-weight: bold; color: #464648; } } @media screen and (max-width: 567px) { .fancy-button { padding: 0.6rem 1.2rem; font-size: 0.875rem; } .footer-info { flex-direction: column; } } @media screen and (max-width: 359px) { .fancy-button { font-size: 0.75rem; } }
0.611962
0.099996
.list--posts { margin: 0; padding: 0; width: 100%; list-style-type: none; } .post--link { display: block; padding: 6.125vh 0; text-align: center; text-decoration: none; color: var(--blackOff); & .post--title { font-size: 1.25rem; } } .post--item { border-bottom: 1px solid var(--grayLighter); } .post--date { color: var(--grayLight); font-family: var(--fontSansSerif); font-size: 0.675rem; text-transform: uppercase; } .post--body, .post--img__featured { position: relative; } .post--body { padding: 0 6.25vw 6.25vh; @media (--minMd) { padding: 0 12.5vw 12.5vh; } @media (--minLg) { padding: 0 25vw 12.5vh; } @media (--minXxl) { padding: 0 33vw 12.5vh; } & .post--img__featured { margin-top: -10vh; text-align: center; } } /* PROJECTS -------------------------------------------------------------- */ .post--jumbotron { color: rgba(255,255,255,0.875); font-size: 0.675rem; font-weight: 700; line-height: 1.5; margin: 0; min-height: 0; padding: 35vw 1.25rem; text-transform: uppercase; @media (--minMd) { padding: 27.5vw 20vw; } @media (--minLg) { font-size: 0.5rem; font-weight: 400; } @media (--minXl) { min-height: 100vh; padding: 20vh 7.5vh; } @media (--minXxl) { padding: 20vh 10vh; } } .post--project { & .section--content { @media (--minXl) { grid-column: 1; padding: 0 2.5vw; } } & .project--title { display: inline-block; margin: 0; font-size: 7vw; font-weight: 700; @media (--minMd) { font-size: 3.5vw; } } & .project--client { display: block; margin: 0.5rem 0 0; font-size: 4vw; font-weight: 600; color: rgba(0,0,0,0.25); @media (--minMd) { font-size: 1.25vw; } } & .post--img__featured { margin-top: -3.125vh; @media (--minMd) { margin-top: -12.5vh; } } } .post--meta { font-family: var(--fontSansSerif); font-size: var(--fontSizeXs); font-weight: 600; padding: 1.5rem 2rem; text-align: center; text-transform: uppercase; color: rgba(0,0,0,0.75); @media (--minLg) { align-content: center; align-items: end; display: grid; grid-template-columns: repeat(2, auto); grid-column-gap: 1rem; justify-content: space-between; margin-left: -12.5vw; margin-right: -12.5vw; } &.post--meta_w-link { @media (--minLg) { grid-template-columns: auto 1fr auto; } } & .meta--year { margin: 0; } & .meta--roles { margin: 1rem 0; @media (--minLg) { margin: 0; } & .role { display: inline-block; &:nth-child(1)::after { content: ",\2005" } & + .role::after { content: ",\2005" } } } }
src/css/modules/_posts.css
.list--posts { margin: 0; padding: 0; width: 100%; list-style-type: none; } .post--link { display: block; padding: 6.125vh 0; text-align: center; text-decoration: none; color: var(--blackOff); & .post--title { font-size: 1.25rem; } } .post--item { border-bottom: 1px solid var(--grayLighter); } .post--date { color: var(--grayLight); font-family: var(--fontSansSerif); font-size: 0.675rem; text-transform: uppercase; } .post--body, .post--img__featured { position: relative; } .post--body { padding: 0 6.25vw 6.25vh; @media (--minMd) { padding: 0 12.5vw 12.5vh; } @media (--minLg) { padding: 0 25vw 12.5vh; } @media (--minXxl) { padding: 0 33vw 12.5vh; } & .post--img__featured { margin-top: -10vh; text-align: center; } } /* PROJECTS -------------------------------------------------------------- */ .post--jumbotron { color: rgba(255,255,255,0.875); font-size: 0.675rem; font-weight: 700; line-height: 1.5; margin: 0; min-height: 0; padding: 35vw 1.25rem; text-transform: uppercase; @media (--minMd) { padding: 27.5vw 20vw; } @media (--minLg) { font-size: 0.5rem; font-weight: 400; } @media (--minXl) { min-height: 100vh; padding: 20vh 7.5vh; } @media (--minXxl) { padding: 20vh 10vh; } } .post--project { & .section--content { @media (--minXl) { grid-column: 1; padding: 0 2.5vw; } } & .project--title { display: inline-block; margin: 0; font-size: 7vw; font-weight: 700; @media (--minMd) { font-size: 3.5vw; } } & .project--client { display: block; margin: 0.5rem 0 0; font-size: 4vw; font-weight: 600; color: rgba(0,0,0,0.25); @media (--minMd) { font-size: 1.25vw; } } & .post--img__featured { margin-top: -3.125vh; @media (--minMd) { margin-top: -12.5vh; } } } .post--meta { font-family: var(--fontSansSerif); font-size: var(--fontSizeXs); font-weight: 600; padding: 1.5rem 2rem; text-align: center; text-transform: uppercase; color: rgba(0,0,0,0.75); @media (--minLg) { align-content: center; align-items: end; display: grid; grid-template-columns: repeat(2, auto); grid-column-gap: 1rem; justify-content: space-between; margin-left: -12.5vw; margin-right: -12.5vw; } &.post--meta_w-link { @media (--minLg) { grid-template-columns: auto 1fr auto; } } & .meta--year { margin: 0; } & .meta--roles { margin: 1rem 0; @media (--minLg) { margin: 0; } & .role { display: inline-block; &:nth-child(1)::after { content: ",\2005" } & + .role::after { content: ",\2005" } } } }
0.322846
0.080973
.suva a, .suva a:active, .suva a:focus, .suva .tg-item-cart-button a, .suva .tg-item-media-holder, .suva .tg-item-content-inner, .suva .tg-item-title, .suva .tg-item-price, .suva .tg-item-on-sale, .suva .yith-wcwl-add-to-wishlist, .suva .tg-item-cart-button, .suva .tg-item-rating { text-decoration: none; border: none; -webkit-box-shadow: none; box-shadow: none; -webkit-transition: opacity 0.5s ease, color 0.35s ease, -webkit-transform 0.5s cubic-bezier(.37,1.02,.44,1.38); -moz-transition: opacity 0.5s ease, color 0.35s ease, -moz-transform 0.5s cubic-bezier(.37,1.02,.44,1.38); -ms-transition: opacity 0.5s ease, color 0.35s ease, -ms-transform 0.5s cubic-bezier(.37,1.02,.44,1.38); -o-transition: opacity 0.5s ease, color 0.35s ease, -o-transform 0.5s cubic-bezier(.37,1.02,.44,1.38); transition: opacity 0.5s ease, color 0.35s ease, transform 0.5s cubic-bezier(.37,1.02,.44,1.38); } .suva .tg-item-link { position: absolute; display: block; top: -1000%; left: 0; width: 100%; height: 2000%; } .suva .tg-item-content-inner, .suva .tg-item-media-holder, .suva .tg-item-overlay { position: absolute; overflow: hidden; display: block; top: 0; left: 0; bottom: 0; right: 0; text-align: center; } .suva .tg-item-content-inner { opacity: 0; overflow: hidden; } .suva:hover .tg-item-content-inner { opacity: 1; } .suva .tg-alternative-product-image { position: absolute; display: block; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; } .suva:hover .tg-alternative-product-image { opacity: 1; } .suva .tg-item-title, .suva .tg-item-title a { position: relative; font-size: 18px; line-height: 24px; font-weight: normal; margin: 0 !important; padding: 0 !important; } .suva .tg-item-title { opacity: 0; -webkit-transform: translate3d(-70px,0,0); -moz-transform: translate3d(-70px,0,0); -0-transform: translate3d(-70px,0,0); transform: translate3d(-70px,0,0); margin: 5px 30px 5px 30px !important; } .suva .tg-item-price { opacity: 0; -webkit-transform: translate3d(70px,0,0); -moz-transform: translate3d(70px,0,0); -0-transform: translate3d(70px,0,0); transform: translate3d(70px,0,0); } .suva .tg-item-rating { opacity: 0; -webkit-transform: translate3d(0,35px,0); -moz-transform: translate3d(0,35px,0); -0-transform: translate3d(0,35px,0); transform: translate3d(0,35px,0); } .suva .yith-wcwl-add-to-wishlist { -webkit-transform: scale3d(0.5,0.5,0.5); -moz-transform: scale3d(0.5,0.5,0.5); -0-transform: scale3d(0.5,0.5,0.5); transform: scale3d(0.5,0.5,0.5); } .suva .tg-item-cart-button a { opacity: 0; -webkit-transform: matrix3d(0.8, 0, 0, 0, 0, 0, 0.8, -0.0007, 0, -1, 0, 0, 0, 0, 0, 1); -moz-transform: matrix3d(0.8, 0, 0, 0, 0, 0, 0.8, -0.0007, 0, -1, 0, 0, 0, 0, 0, 1); -ms-transform: matrix3d(0.8, 0, 0, 0, 0, 0, 0.8, -0.0007, 0, -1, 0, 0, 0, 0, 0, 1); -o-transform: matrix3d(0.8, 0, 0, 0, 0, 0, 0.8, -0.0007, 0, -1, 0, 0, 0, 0, 0, 1); transform: matrix3d(0.8, 0, 0, 0, 0, 0, 0.8, -0.0007, 0, -1, 0, 0, 0, 0, 0, 1); } .suva:hover .yith-wcwl-add-to-wishlist, .suva:hover .tg-item-cart-button a, .suva:hover .tg-item-rating, .suva:hover .tg-item-title, .suva:hover .tg-item-price { opacity: 1; -webkit-transform: translate3d(0,0,0); -moz-transform: translate3d(0,0,0); -0-transform: translate3d(0,0,0); transform: translate3d(0,0,0); } .suva .no-margin .tg-item-title { margin: 0 30px 5px 30px !important; } .suva .tg-cats-holder { position: relative; display: block; margin: 0 30px 10px 30px; font-size: 13px; line-height: 18px; } .suva .tg-cats-holder span { font-style: italic; } .suva .tg-item-rating, .suva .tg-item-rating .star-rating span { position: absolute; display: block; overflow: hidden; left: 0; right: 0; margin: 0 auto; bottom: 22px; height: 18px; width: 89px; text-align: center; } .suva .tg-item-rating .star-rating span { top: 0; bottom: 0; margin: 0; } .suva .tg-item-rating .star-rating { position: absolute; display: block; overflow: hidden; top: 0; left: 0; height: 100%; width: 100%; } .suva .tg-item-rating .star-rating:before, .suva .tg-item-rating .star-rating span:before { position: absolute; display: block; overflow: hidden; content: "\e636\e636\e636\e636\e636"; top: 0; left: 0; width: 89px; height: 100%; color: #cccccc; text-align: left; letter-spacing: 2px; white-space: nowrap; line-height: 16px; font-size: 16px; font-family: 'the_grid'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; } .suva .tg-item-rating .star-rating span:before { color: #FFD700; } .suva .yith-wcwl-add-to-wishlist { position: absolute; top: 14px; right: 14px; height: 16px; width: 16px; margin: 0; padding: 0; } .suva .yith-wcwl-add-button img { display: none !important; } .suva .yith-wcwl-wishlistaddedbrowse:before, .suva .yith-wcwl-wishlistexistsbrowse:before { content: "\f004"; font-family: FontAwesome; font-size: 16px; font-style: normal; font-weight: normal; text-align: center; height: 29px; line-height: 29px; } .suva .add_to_wishlist:before { content: "\f08a"; font-family: FontAwesome; font-size: 16px; font-style: normal; font-weight: normal; text-align: center; height: 29px; line-height: 29px; } .suva .yith-wcwl-wishlistaddedbrowse, .suva .yith-wcwl-wishlistexistsbrowse { color: #ff6863 !important; } .suva .yith-wcwl-add-to-wishlist > * { display: none; font-size: 0; } .suva .yith-wcwl-add-to-wishlist a, .suva .yith-wcwl-add-to-wishlist .yith-wcwl-add-button, .suva .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse, .suva .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse, .suva .yith-wcwl-add-to-wishlist *:before { position: absolute; overflow: hidden; display: block; z-index: 0; width: 17px; height: 17px; top: 0; left: 0; font-size: 0; line-height: 0; padding: 0; text-align: center; line-height: 17px; } .suva .yith-wcwl-add-to-wishlist *:before { font-size: 15px; } .suva .tg-item-cart-button, .suva .tg-item-cart-button a { position: relative; display: block; overflow: hidden; padding: 0 !important; margin: 0 !important; border: none !important; outline: none !important; text-transform: uppercase; font-weight: 600; line-height: 28px !important; background: none !important; box-shadow: none; } .suva .added_to_cart:before { content: "\e612"; font-size: 20px; line-height: 45px; position: relative; display: inline-block; top: 2px; padding: 0 8px 0 0; line-height: 0; text-indent: 0; font-size: 14px; font-size: 16px; text-align: center; font-family: 'the_grid'; speak: none; font-style: normal; font-weight: 600; font-variant: normal; text-transform: none; } .suva .tg-item-cart-button a:hover { opacity: 0.8; } .suva .add_to_cart_button.added { display: none; } .suva .tg-item-cart-button { margin: 24px 0 0 0!important; } .suva .added_to_cart { position: relative; display: block; line-height: 28px; } .suva .tg-item-price { position: relative; display: block; padding: 0; margin: 0; line-height: 1; } .suva .tg-item-price span { font-size: 24px; font-weight: 600; } .suva .tg-item-price del span { font-size: 16px; font-weight: normal; color: inherit !important; } .suva .tg-item-price ins { text-decoration: none; } .suva .tg-item-on-sale { position: absolute; opacity: 1; top: 24px; left: 14px; width: auto; } .suva:hover .tg-item-on-sale { opacity: 0; } .suva .tg-item-on-sale span { margin: 0; padding: 16px 10px; color: #ffffff !important; background: #FF4F57; font-size: 12px; text-transform: uppercase; font-weight: 600; border-radius: 50%; }
www/wp-content/plugins/the-grid/includes/item-skins/grid/suva/suva.css
.suva a, .suva a:active, .suva a:focus, .suva .tg-item-cart-button a, .suva .tg-item-media-holder, .suva .tg-item-content-inner, .suva .tg-item-title, .suva .tg-item-price, .suva .tg-item-on-sale, .suva .yith-wcwl-add-to-wishlist, .suva .tg-item-cart-button, .suva .tg-item-rating { text-decoration: none; border: none; -webkit-box-shadow: none; box-shadow: none; -webkit-transition: opacity 0.5s ease, color 0.35s ease, -webkit-transform 0.5s cubic-bezier(.37,1.02,.44,1.38); -moz-transition: opacity 0.5s ease, color 0.35s ease, -moz-transform 0.5s cubic-bezier(.37,1.02,.44,1.38); -ms-transition: opacity 0.5s ease, color 0.35s ease, -ms-transform 0.5s cubic-bezier(.37,1.02,.44,1.38); -o-transition: opacity 0.5s ease, color 0.35s ease, -o-transform 0.5s cubic-bezier(.37,1.02,.44,1.38); transition: opacity 0.5s ease, color 0.35s ease, transform 0.5s cubic-bezier(.37,1.02,.44,1.38); } .suva .tg-item-link { position: absolute; display: block; top: -1000%; left: 0; width: 100%; height: 2000%; } .suva .tg-item-content-inner, .suva .tg-item-media-holder, .suva .tg-item-overlay { position: absolute; overflow: hidden; display: block; top: 0; left: 0; bottom: 0; right: 0; text-align: center; } .suva .tg-item-content-inner { opacity: 0; overflow: hidden; } .suva:hover .tg-item-content-inner { opacity: 1; } .suva .tg-alternative-product-image { position: absolute; display: block; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; } .suva:hover .tg-alternative-product-image { opacity: 1; } .suva .tg-item-title, .suva .tg-item-title a { position: relative; font-size: 18px; line-height: 24px; font-weight: normal; margin: 0 !important; padding: 0 !important; } .suva .tg-item-title { opacity: 0; -webkit-transform: translate3d(-70px,0,0); -moz-transform: translate3d(-70px,0,0); -0-transform: translate3d(-70px,0,0); transform: translate3d(-70px,0,0); margin: 5px 30px 5px 30px !important; } .suva .tg-item-price { opacity: 0; -webkit-transform: translate3d(70px,0,0); -moz-transform: translate3d(70px,0,0); -0-transform: translate3d(70px,0,0); transform: translate3d(70px,0,0); } .suva .tg-item-rating { opacity: 0; -webkit-transform: translate3d(0,35px,0); -moz-transform: translate3d(0,35px,0); -0-transform: translate3d(0,35px,0); transform: translate3d(0,35px,0); } .suva .yith-wcwl-add-to-wishlist { -webkit-transform: scale3d(0.5,0.5,0.5); -moz-transform: scale3d(0.5,0.5,0.5); -0-transform: scale3d(0.5,0.5,0.5); transform: scale3d(0.5,0.5,0.5); } .suva .tg-item-cart-button a { opacity: 0; -webkit-transform: matrix3d(0.8, 0, 0, 0, 0, 0, 0.8, -0.0007, 0, -1, 0, 0, 0, 0, 0, 1); -moz-transform: matrix3d(0.8, 0, 0, 0, 0, 0, 0.8, -0.0007, 0, -1, 0, 0, 0, 0, 0, 1); -ms-transform: matrix3d(0.8, 0, 0, 0, 0, 0, 0.8, -0.0007, 0, -1, 0, 0, 0, 0, 0, 1); -o-transform: matrix3d(0.8, 0, 0, 0, 0, 0, 0.8, -0.0007, 0, -1, 0, 0, 0, 0, 0, 1); transform: matrix3d(0.8, 0, 0, 0, 0, 0, 0.8, -0.0007, 0, -1, 0, 0, 0, 0, 0, 1); } .suva:hover .yith-wcwl-add-to-wishlist, .suva:hover .tg-item-cart-button a, .suva:hover .tg-item-rating, .suva:hover .tg-item-title, .suva:hover .tg-item-price { opacity: 1; -webkit-transform: translate3d(0,0,0); -moz-transform: translate3d(0,0,0); -0-transform: translate3d(0,0,0); transform: translate3d(0,0,0); } .suva .no-margin .tg-item-title { margin: 0 30px 5px 30px !important; } .suva .tg-cats-holder { position: relative; display: block; margin: 0 30px 10px 30px; font-size: 13px; line-height: 18px; } .suva .tg-cats-holder span { font-style: italic; } .suva .tg-item-rating, .suva .tg-item-rating .star-rating span { position: absolute; display: block; overflow: hidden; left: 0; right: 0; margin: 0 auto; bottom: 22px; height: 18px; width: 89px; text-align: center; } .suva .tg-item-rating .star-rating span { top: 0; bottom: 0; margin: 0; } .suva .tg-item-rating .star-rating { position: absolute; display: block; overflow: hidden; top: 0; left: 0; height: 100%; width: 100%; } .suva .tg-item-rating .star-rating:before, .suva .tg-item-rating .star-rating span:before { position: absolute; display: block; overflow: hidden; content: "\e636\e636\e636\e636\e636"; top: 0; left: 0; width: 89px; height: 100%; color: #cccccc; text-align: left; letter-spacing: 2px; white-space: nowrap; line-height: 16px; font-size: 16px; font-family: 'the_grid'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; } .suva .tg-item-rating .star-rating span:before { color: #FFD700; } .suva .yith-wcwl-add-to-wishlist { position: absolute; top: 14px; right: 14px; height: 16px; width: 16px; margin: 0; padding: 0; } .suva .yith-wcwl-add-button img { display: none !important; } .suva .yith-wcwl-wishlistaddedbrowse:before, .suva .yith-wcwl-wishlistexistsbrowse:before { content: "\f004"; font-family: FontAwesome; font-size: 16px; font-style: normal; font-weight: normal; text-align: center; height: 29px; line-height: 29px; } .suva .add_to_wishlist:before { content: "\f08a"; font-family: FontAwesome; font-size: 16px; font-style: normal; font-weight: normal; text-align: center; height: 29px; line-height: 29px; } .suva .yith-wcwl-wishlistaddedbrowse, .suva .yith-wcwl-wishlistexistsbrowse { color: #ff6863 !important; } .suva .yith-wcwl-add-to-wishlist > * { display: none; font-size: 0; } .suva .yith-wcwl-add-to-wishlist a, .suva .yith-wcwl-add-to-wishlist .yith-wcwl-add-button, .suva .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse, .suva .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse, .suva .yith-wcwl-add-to-wishlist *:before { position: absolute; overflow: hidden; display: block; z-index: 0; width: 17px; height: 17px; top: 0; left: 0; font-size: 0; line-height: 0; padding: 0; text-align: center; line-height: 17px; } .suva .yith-wcwl-add-to-wishlist *:before { font-size: 15px; } .suva .tg-item-cart-button, .suva .tg-item-cart-button a { position: relative; display: block; overflow: hidden; padding: 0 !important; margin: 0 !important; border: none !important; outline: none !important; text-transform: uppercase; font-weight: 600; line-height: 28px !important; background: none !important; box-shadow: none; } .suva .added_to_cart:before { content: "\e612"; font-size: 20px; line-height: 45px; position: relative; display: inline-block; top: 2px; padding: 0 8px 0 0; line-height: 0; text-indent: 0; font-size: 14px; font-size: 16px; text-align: center; font-family: 'the_grid'; speak: none; font-style: normal; font-weight: 600; font-variant: normal; text-transform: none; } .suva .tg-item-cart-button a:hover { opacity: 0.8; } .suva .add_to_cart_button.added { display: none; } .suva .tg-item-cart-button { margin: 24px 0 0 0!important; } .suva .added_to_cart { position: relative; display: block; line-height: 28px; } .suva .tg-item-price { position: relative; display: block; padding: 0; margin: 0; line-height: 1; } .suva .tg-item-price span { font-size: 24px; font-weight: 600; } .suva .tg-item-price del span { font-size: 16px; font-weight: normal; color: inherit !important; } .suva .tg-item-price ins { text-decoration: none; } .suva .tg-item-on-sale { position: absolute; opacity: 1; top: 24px; left: 14px; width: auto; } .suva:hover .tg-item-on-sale { opacity: 0; } .suva .tg-item-on-sale span { margin: 0; padding: 16px 10px; color: #ffffff !important; background: #FF4F57; font-size: 12px; text-transform: uppercase; font-weight: 600; border-radius: 50%; }
0.299003
0.065276
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700); h1, h2, h3, h4, h5 { margin: 0; } h1, h2, h3 { text-transform: uppercase; letter-spacing: 0.1em; } h1 small, h2 small, h3 small { font-size: 0.5em; } h1.masthead { font-size: 2em; text-align: center; font-weight: 300; padding: 2em 0 0; } body { font-family: "Lato", "Helvetica Neue LT Pro", Helvetica, sans-serif; margin: 0; background-color: #101010; background: -webkit-linear-gradient(45deg, black 0%, #0d0d0d 100%); background: linear-gradient(45deg, black 0%, #0d0d0d 100%); font-weight: 400; background-position: fixed; color: white; min-width: 900px; overflow: scroll; font-size: 13px; } .container { width: 95%; min-width: 900px; max-width: 1200px; margin: 0 auto; } main { padding: 2em 0 4em; } aside { padding: 1em 0; } input, textarea { max-width: 100%; box-sizing: border-box; -webkit-appearance: none; border: none; outline: none; font-family: "Lato", "Helvetica Neue LT Pro", Helvetica, sans-serif; } label { text-transform: uppercase; letter-spacing: 0.1em; padding-bottom: 0.5em; font-size: 0.8em; font-weight: 400; line-height: 1; letter-spacing: 0.05em; color: #101010; text-align: center; display: block; color: white; } a { text-decoration: none; color: white; } a:hover { color: #d9d9d9; } ::-moz-selection { background: white; color: #101010; } ::selection { background: white; color: #101010; } .center { text-align: center; } .col-container:after { content: ""; display: table; clear: both; } .col-container .col-1 { float: left; width: 8.33333%; padding: 0 1%; box-sizing: border-box; } .col-container .col-1:first-child { padding-left: 0; } .col-container .col-1:last-child { padding-right: 0; } .col-container .col-2 { float: left; width: 16.66667%; padding: 0 1%; box-sizing: border-box; } .col-container .col-2:first-child { padding-left: 0; } .col-container .col-2:last-child { padding-right: 0; } .col-container .col-3 { float: left; width: 25%; padding: 0 1%; box-sizing: border-box; } .col-container .col-3:first-child { padding-left: 0; } .col-container .col-3:last-child { padding-right: 0; } .col-container .col-4 { float: left; width: 33.33333%; padding: 0 1%; box-sizing: border-box; } .col-container .col-4:first-child { padding-left: 0; } .col-container .col-4:last-child { padding-right: 0; } .col-container .col-5 { float: left; width: 41.66667%; padding: 0 1%; box-sizing: border-box; } .col-container .col-5:first-child { padding-left: 0; } .col-container .col-5:last-child { padding-right: 0; } .col-container .col-6 { float: left; width: 50%; padding: 0 1%; box-sizing: border-box; } .col-container .col-6:first-child { padding-left: 0; } .col-container .col-6:last-child { padding-right: 0; } .col-container .col-7 { float: left; width: 58.33333%; padding: 0 1%; box-sizing: border-box; } .col-container .col-7:first-child { padding-left: 0; } .col-container .col-7:last-child { padding-right: 0; } .col-container .col-8 { float: left; width: 66.66667%; padding: 0 1%; box-sizing: border-box; } .col-container .col-8:first-child { padding-left: 0; } .col-container .col-8:last-child { padding-right: 0; } .col-container .col-9 { float: left; width: 75%; padding: 0 1%; box-sizing: border-box; } .col-container .col-9:first-child { padding-left: 0; } .col-container .col-9:last-child { padding-right: 0; } .col-container .col-10 { float: left; width: 83.33333%; padding: 0 1%; box-sizing: border-box; } .col-container .col-10:first-child { padding-left: 0; } .col-container .col-10:last-child { padding-right: 0; } .col-container .col-11 { float: left; width: 91.66667%; padding: 0 1%; box-sizing: border-box; } .col-container .col-11:first-child { padding-left: 0; } .col-container .col-11:last-child { padding-right: 0; } .col-container .col-12 { float: left; width: 100%; padding: 0 1%; box-sizing: border-box; } .col-container .col-12:first-child { padding-left: 0; } .col-container .col-12:last-child { padding-right: 0; } button { -webkit-appearance: none; outline: none; font-family: "Lato", "Helvetica Neue LT Pro", Helvetica, sans-serif; border: none; position: relative; text-transform: uppercase; letter-spacing: 0.1em; font-size: 1em; background-color: #292929; color: white; padding: 1em; cursor: pointer; color: #9a9a9a; padding: 16px 12px; text-decoration: none; background-color: #292929; } button:hover, button:active { background-color: #9a9a9a; color: #101010; } button.disabled { pointer-events: none; opacity: 0.3; } button.space-it { margin: 0 8px 16px; } button.active { color: #101010; background-color: white; } button:hover, button:active { color: #101010; background-color: #d9d9d9; } .button-list { list-style: none; padding: 0; margin: 0 0 1em; display: table; width: 100%; } .button-list li { display: table-cell; } .button-list li.active button { background-color: white; color: #101010; pointer-events: none; } .button-list li button { display: block; width: 100%; border-right: 1px solid #101010; } .button-list li:first-child button { border-left: 1px solid #101010; } .triggers-wrapper { position: fixed; left: 0; right: 0; bottom: 0; height: 30px; padding: 15px 0; z-index: 999; } .triggers-wrapper .container { position: relative; } .triggers { text-align: center; margin: 0; } .triggers .triggers-center, .triggers .triggers-left, .triggers .triggers-right { position: absolute; } .triggers .triggers-center { width: 50%; left: 25%; text-align: center; } .triggers .triggers-right { right: 0; text-align: right; } .triggers .triggers-left { left: 0; text-align: left; } .triggers button { padding: 0.5em; background-color: rgba(217, 217, 217, 0.2); color: #101010; height: 30px; margin-right: 1em; font-weight: 400; } .triggers button:last-child { margin-right: 0; } .triggers button:hover, .triggers button:active { background-color: #d9d9d9; } .triggers .button-play-stop, .triggers .button-metronome { padding-left: 18px; position: relative; } .triggers .button-play-stop::after, .triggers .button-metronome::after { content: ''; position: absolute; top: 50%; left: 9px; } .triggers .button-play-stop.play::after, .triggers .button-metronome.play::after { -webkit-transform: translateX(-2px) translateY(-50%); -ms-transform: translateX(-2px) translateY(-50%); transform: translateX(-2px) translateY(-50%); border-left: 6px solid #101010; border-top: 4px solid transparent; border-bottom: 4px solid transparent; } .triggers .button-play-stop.stop, .triggers .button-metronome.stop { background-color: white; } .triggers .button-play-stop.stop::after, .triggers .button-metronome.stop::after { height: 6px; width: 6px; -webkit-transform: translate3d(-50%, -50%, 0); transform: translate3d(-50%, -50%, 0); background-color: #101010; } .triggers .button-editor { padding-right: 18px; position: relative; } .triggers .button-editor::after { content: ''; position: absolute; top: 50%; right: 9px; border-left: 4px solid transparent; border-right: 4px solid transparent; -webkit-transform: translate3d(50%, -50%, 0); transform: translate3d(50%, -50%, 0); } .triggers .button-editor.open::after { border-bottom: 6px solid #101010; } .triggers .button-editor.close { background-color: white; } .triggers .button-editor.close::after { border-top: 6px solid #101010; } .data-group { margin: 2em 0; } .data-group:first-child { margin-top: 0; } .data-group .dg-row { margin-top: 1em; } .data-group .dg-row.dg-row-big .dg-drawer { max-height: initial; } .data-group .dg-row .dg-drawer { display: block; box-sizing: border-box; -webkit-transition: max-height 300ms, padding 300ms; transition: max-height 300ms, padding 300ms; padding: 0; } .data-group .dg-row h2 { pointer-events: none; border-top: 1px solid rgba(255, 255, 255, 0.2); border-bottom: 1px solid rgba(255, 255, 255, 0.2); } .data-group .dg-row .dg-drawer { padding: 1em 0; } .data-group h1 { font-size: 1.2em; padding: 0.5em 0; border-top: 1px solid rgba(255, 255, 255, 0.2); } .data-group h2 { box-sizing: border-box; font-size: 1em; padding: 0.5em; cursor: pointer; } .grid-options input { opacity: 0; position: absolute; pointer-events: none; } .grid-options > label { text-transform: uppercase; letter-spacing: 0.1em; padding-bottom: 0.5em; font-size: 0.8em; font-weight: 400; line-height: 1; letter-spacing: 0.05em; color: #101010; text-align: center; display: block; color: white; } .grid-options .go-grid { display: table; width: 100%; } .grid-options .go-grid:after { content: ""; display: table; clear: both; } .grid-options .go-grid .go-label { display: table-cell; cursor: pointer; padding: 2em 0.25em; text-align: center; background-color: #666666; opacity: 0.6; } .grid-options .go-grid .go-label:hover, .grid-options .go-grid .go-label:active { opacity: 1; } .grid-options .go-grid .go-label.selected { opacity: 1; background-color: #333333; } .ns-group { display: table; width: 100%; } .ns-group [number-switch] { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; display: table-cell; vertical-align: bottom; padding: 0 0.5em; width: auto; } .ns-group [number-switch]:first-child { padding-left: 0; } .ns-group [number-switch]:last-child { padding-right: 0; } .ns-group [number-switch] .number-switch { text-align: center; } .ns-group [number-switch] .number-switch label { text-transform: uppercase; letter-spacing: 0.1em; padding-bottom: 0.5em; font-size: 0.8em; font-weight: 400; line-height: 1; letter-spacing: 0.05em; color: #101010; text-align: center; display: block; color: white; } .ns-group [number-switch] .number-switch .ns-arrow-up, .ns-group [number-switch] .number-switch .ns-arrow-down, .ns-group [number-switch] .number-switch .ns-input { display: block; width: 100%; } .ns-group [number-switch] .number-switch .ns-input { height: 18px; line-height: 18px; font-size: 1em; text-align: center; padding: 0; background-color: #666666; color: white; font-weight: 300; } .ns-group [number-switch] .number-switch .ns-arrow-up, .ns-group [number-switch] .number-switch .ns-arrow-down { position: relative; background-color: #333333; display: block; width: 100%; height: 16px; cursor: pointer; } .ns-group [number-switch] .number-switch .ns-arrow-up.disabled, .ns-group [number-switch] .number-switch .ns-arrow-down.disabled { opacity: 0.4; pointer-events: none; } .ns-group [number-switch] .number-switch .ns-arrow-up::after, .ns-group [number-switch] .number-switch .ns-arrow-down::after { content: ''; position: absolute; left: 50%; top: 50%; -webkit-transform: translate3d(-50%, -50%, 0); transform: translate3d(-50%, -50%, 0); border-left: 5px solid transparent; border-right: 5px solid transparent; } .ns-group [number-switch] .number-switch .ns-arrow-up.ns-arrow-up::after, .ns-group [number-switch] .number-switch .ns-arrow-down.ns-arrow-up::after { border-bottom: 5px solid #666666; } .ns-group [number-switch] .number-switch .ns-arrow-up.ns-arrow-up:hover::after, .ns-group [number-switch] .number-switch .ns-arrow-up.ns-arrow-up:active::after, .ns-group [number-switch] .number-switch .ns-arrow-down.ns-arrow-up:hover::after, .ns-group [number-switch] .number-switch .ns-arrow-down.ns-arrow-up:active::after { border-bottom-color: white; } .ns-group [number-switch] .number-switch .ns-arrow-up.ns-arrow-down::after, .ns-group [number-switch] .number-switch .ns-arrow-down.ns-arrow-down::after { border-top: 5px solid #666666; } .ns-group [number-switch] .number-switch .ns-arrow-up.ns-arrow-down:hover::after, .ns-group [number-switch] .number-switch .ns-arrow-up.ns-arrow-down:active::after, .ns-group [number-switch] .number-switch .ns-arrow-down.ns-arrow-down:hover::after, .ns-group [number-switch] .number-switch .ns-arrow-down.ns-arrow-down:active::after { border-top-color: white; } .json-paster label { text-transform: uppercase; letter-spacing: 0.1em; padding-bottom: 0.5em; font-size: 0.8em; font-weight: 400; line-height: 1; letter-spacing: 0.05em; color: #101010; text-align: center; color: white; display: block; } .json-paster textarea { font-family: monospace; display: block; width: 100%; height: 200px; background-color: #333333; color: white; padding: 1em; } .outer-notation { padding: 2em 0; overflow: hidden; box-sizing: border-box; } .notation { position: relative; } .notation.beats-16-resolution .staff .beat:nth-child(4n)::after { border-right: 1px solid rgba(255, 255, 255, 0.1); } .notation.beats-16-resolution.beats-2-per-measure .staff .beat:nth-child(8n)::after { border-right: 1px solid rgba(255, 255, 255, 0.15); } .notation.beats-16-resolution.beats-3-per-measure .staff .beat:nth-child(12n)::after { border-right: 1px solid rgba(255, 255, 255, 0.15); } .notation.beats-16-resolution.beats-4-per-measure .staff .beat:nth-child(16n)::after { border-right: 1px solid rgba(255, 255, 255, 0.15); } .notation.beats-16-resolution.beats-5-per-measure .staff .beat:nth-child(20n)::after { border-right: 1px solid rgba(255, 255, 255, 0.15); } .notation.beats-16-resolution.beats-6-per-measure .staff .beat:nth-child(24n)::after { border-right: 1px solid rgba(255, 255, 255, 0.15); } .notation.beats-16-resolution.beats-7-per-measure .staff .beat:nth-child(28n)::after { border-right: 1px solid rgba(255, 255, 255, 0.15); } .staff { display: block; width: 100%; height: 200px; border-top: 1px solid rgba(255, 255, 255, 0.15); } .staff:last-child { border-bottom: 1px solid rgba(255, 255, 255, 0.15); } .staff .beat.beat-0_0 .note-interval { right: 100%; } .staff .beat.beat-1_0 .note-interval { right: 0%; } .staff .beat.beat-2_0 .note-interval { right: -100%; } .staff .beat.beat-3_0 .note-interval { right: -200%; } .staff .beat.beat-4_0 .note-interval { right: -300%; } .staff .beat.beat-5_0 .note-interval { right: -400%; } .staff .beat.beat-6_0 .note-interval { right: -500%; } .staff .beat.beat-7_0 .note-interval { right: -600%; } .staff .beat.beat-8_0 .note-interval { right: -700%; } .staff .beat.beat-9_0 .note-interval { right: -800%; } .staff .beat.beat-10_0 .note-interval { right: -900%; } .staff .beat.beat-11_0 .note-interval { right: -1000%; } .staff .beat.beat-12_0 .note-interval { right: -1100%; } .staff .beat.beat-13_0 .note-interval { right: -1200%; } .staff .beat.beat-14_0 .note-interval { right: -1300%; } .staff .beat.beat-15_0 .note-interval { right: -1400%; } .staff .beat.beat-16_0 .note-interval { right: -1500%; } .staff .note-interval.ni-1 { top: 97.22222%; } .staff .note-interval.ni-2 { top: 94.44444%; } .staff .note-interval.ni-3 { top: 91.66667%; } .staff .note-interval.ni-4 { top: 88.88889%; } .staff .note-interval.ni-5 { top: 86.11111%; } .staff .note-interval.ni-6 { top: 83.33333%; } .staff .note-interval.ni-7 { top: 80.55556%; } .staff .note-interval.ni-8 { top: 77.77778%; } .staff .note-interval.ni-9 { top: 75%; } .staff .note-interval.ni-10 { top: 72.22222%; } .staff .note-interval.ni-11 { top: 69.44444%; } .staff .note-interval.ni-12 { top: 66.66667%; } .staff .note-interval.ni-13 { top: 63.88889%; } .staff .note-interval.ni-14 { top: 61.11111%; } .staff .note-interval.ni-15 { top: 58.33333%; } .staff .note-interval.ni-16 { top: 55.55556%; } .staff .note-interval.ni-17 { top: 52.77778%; } .staff .note-interval.ni-18 { top: 50%; } .staff .note-interval.ni-19 { top: 47.22222%; } .staff .note-interval.ni-20 { top: 44.44444%; } .staff .note-interval.ni-21 { top: 41.66667%; } .staff .note-interval.ni-22 { top: 38.88889%; } .staff .note-interval.ni-23 { top: 36.11111%; } .staff .note-interval.ni-24 { top: 33.33333%; } .staff .note-interval.ni-25 { top: 30.55556%; } .staff .note-interval.ni-26 { top: 27.77778%; } .staff .note-interval.ni-27 { top: 25%; } .staff .note-interval.ni-28 { top: 22.22222%; } .staff .note-interval.ni-29 { top: 19.44444%; } .staff .note-interval.ni-30 { top: 16.66667%; } .staff .note-interval.ni-31 { top: 13.88889%; } .staff .note-interval.ni-32 { top: 11.11111%; } .staff .note-interval.ni-33 { top: 8.33333%; } .staff .note-interval.ni-34 { top: 5.55556%; } .staff .note-interval.ni-35 { top: 2.77778%; } .staff .note-interval.ni-36 { top: 0%; } .staff .note-interval.ni-sustain-1::after { -webkit-animation-duration: 1ms; animation-duration: 1ms; } .staff .note-interval.ni-sustain-2::after { -webkit-animation-duration: 2ms; animation-duration: 2ms; } .staff .note-interval.ni-sustain-3::after { -webkit-animation-duration: 3ms; animation-duration: 3ms; } .staff .note-interval.ni-sustain-4::after { -webkit-animation-duration: 4ms; animation-duration: 4ms; } .staff .note-interval.ni-sustain-5::after { -webkit-animation-duration: 5ms; animation-duration: 5ms; } .staff .note-interval.ni-sustain-6::after { -webkit-animation-duration: 6ms; animation-duration: 6ms; } .staff .note-interval.ni-sustain-7::after { -webkit-animation-duration: 7ms; animation-duration: 7ms; } .staff .note-interval.ni-sustain-8::after { -webkit-animation-duration: 8ms; animation-duration: 8ms; } .staff .note-interval.ni-sustain-9::after { -webkit-animation-duration: 9ms; animation-duration: 9ms; } .staff .note-interval.ni-sustain-10::after { -webkit-animation-duration: 10ms; animation-duration: 10ms; } .staff .note-interval.ni-sustain-11::after { -webkit-animation-duration: 11ms; animation-duration: 11ms; } .staff .note-interval.ni-sustain-12::after { -webkit-animation-duration: 12ms; animation-duration: 12ms; } .staff .note-interval.ni-sustain-13::after { -webkit-animation-duration: 13ms; animation-duration: 13ms; } .staff .note-interval.ni-sustain-14::after { -webkit-animation-duration: 14ms; animation-duration: 14ms; } .staff .note-interval.ni-sustain-15::after { -webkit-animation-duration: 15ms; animation-duration: 15ms; } .staff .note-interval.ni-sustain-16::after { -webkit-animation-duration: 16ms; animation-duration: 16ms; } .staff .note-interval.ni-sustain-17::after { -webkit-animation-duration: 17ms; animation-duration: 17ms; } .staff .note-interval.ni-sustain-18::after { -webkit-animation-duration: 18ms; animation-duration: 18ms; } .staff .note-interval.ni-sustain-19::after { -webkit-animation-duration: 19ms; animation-duration: 19ms; } .staff .note-interval.ni-sustain-20::after { -webkit-animation-duration: 20ms; animation-duration: 20ms; } .staff .note-interval.ni-sustain-21::after { -webkit-animation-duration: 21ms; animation-duration: 21ms; } .staff .note-interval.ni-sustain-22::after { -webkit-animation-duration: 22ms; animation-duration: 22ms; } .staff .note-interval.ni-sustain-23::after { -webkit-animation-duration: 23ms; animation-duration: 23ms; } .staff .note-interval.ni-sustain-24::after { -webkit-animation-duration: 24ms; animation-duration: 24ms; } .staff .note-interval.ni-sustain-25::after { -webkit-animation-duration: 25ms; animation-duration: 25ms; } .staff .note-interval.ni-sustain-26::after { -webkit-animation-duration: 26ms; animation-duration: 26ms; } .staff .note-interval.ni-sustain-27::after { -webkit-animation-duration: 27ms; animation-duration: 27ms; } .staff .note-interval.ni-sustain-28::after { -webkit-animation-duration: 28ms; animation-duration: 28ms; } .staff .note-interval.ni-sustain-29::after { -webkit-animation-duration: 29ms; animation-duration: 29ms; } .staff .note-interval.ni-sustain-30::after { -webkit-animation-duration: 30ms; animation-duration: 30ms; } .staff .note-interval.ni-sustain-31::after { -webkit-animation-duration: 31ms; animation-duration: 31ms; } .staff .note-interval.ni-sustain-32::after { -webkit-animation-duration: 32ms; animation-duration: 32ms; } .staff .note-interval.ni-sustain-33::after { -webkit-animation-duration: 33ms; animation-duration: 33ms; } .staff .note-interval.ni-sustain-34::after { -webkit-animation-duration: 34ms; animation-duration: 34ms; } .staff .note-interval.ni-sustain-35::after { -webkit-animation-duration: 35ms; animation-duration: 35ms; } .staff .note-interval.ni-sustain-36::after { -webkit-animation-duration: 36ms; animation-duration: 36ms; } .staff .note-interval.ni-sustain-37::after { -webkit-animation-duration: 37ms; animation-duration: 37ms; } .staff .note-interval.ni-sustain-38::after { -webkit-animation-duration: 38ms; animation-duration: 38ms; } .staff .note-interval.ni-sustain-39::after { -webkit-animation-duration: 39ms; animation-duration: 39ms; } .staff .note-interval.ni-sustain-40::after { -webkit-animation-duration: 40ms; animation-duration: 40ms; } .staff .note-interval.ni-sustain-41::after { -webkit-animation-duration: 41ms; animation-duration: 41ms; } .staff .note-interval.ni-sustain-42::after { -webkit-animation-duration: 42ms; animation-duration: 42ms; } .staff .note-interval.ni-sustain-43::after { -webkit-animation-duration: 43ms; animation-duration: 43ms; } .staff .note-interval.ni-sustain-44::after { -webkit-animation-duration: 44ms; animation-duration: 44ms; } .staff .note-interval.ni-sustain-45::after { -webkit-animation-duration: 45ms; animation-duration: 45ms; } .staff .note-interval.ni-sustain-46::after { -webkit-animation-duration: 46ms; animation-duration: 46ms; } .staff .note-interval.ni-sustain-47::after { -webkit-animation-duration: 47ms; animation-duration: 47ms; } .staff .note-interval.ni-sustain-48::after { -webkit-animation-duration: 48ms; animation-duration: 48ms; } .staff .note-interval.ni-sustain-49::after { -webkit-animation-duration: 49ms; animation-duration: 49ms; } .staff .note-interval.ni-sustain-50::after { -webkit-animation-duration: 50ms; animation-duration: 50ms; } .staff .note-interval.ni-sustain-51::after { -webkit-animation-duration: 51ms; animation-duration: 51ms; } .staff .note-interval.ni-sustain-52::after { -webkit-animation-duration: 52ms; animation-duration: 52ms; } .staff .note-interval.ni-sustain-53::after { -webkit-animation-duration: 53ms; animation-duration: 53ms; } .staff .note-interval.ni-sustain-54::after { -webkit-animation-duration: 54ms; animation-duration: 54ms; } .staff .note-interval.ni-sustain-55::after { -webkit-animation-duration: 55ms; animation-duration: 55ms; } .staff .note-interval.ni-sustain-56::after { -webkit-animation-duration: 56ms; animation-duration: 56ms; } .staff .note-interval.ni-sustain-57::after { -webkit-animation-duration: 57ms; animation-duration: 57ms; } .staff .note-interval.ni-sustain-58::after { -webkit-animation-duration: 58ms; animation-duration: 58ms; } .staff .note-interval.ni-sustain-59::after { -webkit-animation-duration: 59ms; animation-duration: 59ms; } .staff .note-interval.ni-sustain-60::after { -webkit-animation-duration: 60ms; animation-duration: 60ms; } .staff .note-interval.ni-sustain-61::after { -webkit-animation-duration: 61ms; animation-duration: 61ms; } .staff .note-interval.ni-sustain-62::after { -webkit-animation-duration: 62ms; animation-duration: 62ms; } .staff .note-interval.ni-sustain-63::after { -webkit-animation-duration: 63ms; animation-duration: 63ms; } .staff .note-interval.ni-sustain-64::after { -webkit-animation-duration: 64ms; animation-duration: 64ms; } .staff .note-interval.ni-sustain-65::after { -webkit-animation-duration: 65ms; animation-duration: 65ms; } .staff .note-interval.ni-sustain-66::after { -webkit-animation-duration: 66ms; animation-duration: 66ms; } .staff .note-interval.ni-sustain-67::after { -webkit-animation-duration: 67ms; animation-duration: 67ms; } .staff .note-interval.ni-sustain-68::after { -webkit-animation-duration: 68ms; animation-duration: 68ms; } .staff .note-interval.ni-sustain-69::after { -webkit-animation-duration: 69ms; animation-duration: 69ms; } .staff .note-interval.ni-sustain-70::after { -webkit-animation-duration: 70ms; animation-duration: 70ms; } .staff .note-interval.ni-sustain-71::after { -webkit-animation-duration: 71ms; animation-duration: 71ms; } .staff .note-interval.ni-sustain-72::after { -webkit-animation-duration: 72ms; animation-duration: 72ms; } .staff .note-interval.ni-sustain-73::after { -webkit-animation-duration: 73ms; animation-duration: 73ms; } .staff .note-interval.ni-sustain-74::after { -webkit-animation-duration: 74ms; animation-duration: 74ms; } .staff .note-interval.ni-sustain-75::after { -webkit-animation-duration: 75ms; animation-duration: 75ms; } .staff .note-interval.ni-sustain-76::after { -webkit-animation-duration: 76ms; animation-duration: 76ms; } .staff .note-interval.ni-sustain-77::after { -webkit-animation-duration: 77ms; animation-duration: 77ms; } .staff .note-interval.ni-sustain-78::after { -webkit-animation-duration: 78ms; animation-duration: 78ms; } .staff .note-interval.ni-sustain-79::after { -webkit-animation-duration: 79ms; animation-duration: 79ms; } .staff .note-interval.ni-sustain-80::after { -webkit-animation-duration: 80ms; animation-duration: 80ms; } .staff .note-interval.ni-sustain-81::after { -webkit-animation-duration: 81ms; animation-duration: 81ms; } .staff .note-interval.ni-sustain-82::after { -webkit-animation-duration: 82ms; animation-duration: 82ms; } .staff .note-interval.ni-sustain-83::after { -webkit-animation-duration: 83ms; animation-duration: 83ms; } .staff .note-interval.ni-sustain-84::after { -webkit-animation-duration: 84ms; animation-duration: 84ms; } .staff .note-interval.ni-sustain-85::after { -webkit-animation-duration: 85ms; animation-duration: 85ms; } .staff .note-interval.ni-sustain-86::after { -webkit-animation-duration: 86ms; animation-duration: 86ms; } .staff .note-interval.ni-sustain-87::after { -webkit-animation-duration: 87ms; animation-duration: 87ms; } .staff .note-interval.ni-sustain-88::after { -webkit-animation-duration: 88ms; animation-duration: 88ms; } .staff .note-interval.ni-sustain-89::after { -webkit-animation-duration: 89ms; animation-duration: 89ms; } .staff .note-interval.ni-sustain-90::after { -webkit-animation-duration: 90ms; animation-duration: 90ms; } .staff .note-interval.ni-sustain-91::after { -webkit-animation-duration: 91ms; animation-duration: 91ms; } .staff .note-interval.ni-sustain-92::after { -webkit-animation-duration: 92ms; animation-duration: 92ms; } .staff .note-interval.ni-sustain-93::after { -webkit-animation-duration: 93ms; animation-duration: 93ms; } .staff .note-interval.ni-sustain-94::after { -webkit-animation-duration: 94ms; animation-duration: 94ms; } .staff .note-interval.ni-sustain-95::after { -webkit-animation-duration: 95ms; animation-duration: 95ms; } .staff .note-interval.ni-sustain-96::after { -webkit-animation-duration: 96ms; animation-duration: 96ms; } .staff .note-interval.ni-sustain-97::after { -webkit-animation-duration: 97ms; animation-duration: 97ms; } .staff .note-interval.ni-sustain-98::after { -webkit-animation-duration: 98ms; animation-duration: 98ms; } .staff .note-interval.ni-sustain-99::after { -webkit-animation-duration: 99ms; animation-duration: 99ms; } .staff .note-interval.ni-sustain-100::after { -webkit-animation-duration: 100ms; animation-duration: 100ms; } .staff .note-interval.ni-sustain-101::after { -webkit-animation-duration: 101ms; animation-duration: 101ms; } .staff .note-interval.ni-sustain-102::after { -webkit-animation-duration: 102ms; animation-duration: 102ms; } .staff .note-interval.ni-sustain-103::after { -webkit-animation-duration: 103ms; animation-duration: 103ms; } .staff .note-interval.ni-sustain-104::after { -webkit-animation-duration: 104ms; animation-duration: 104ms; } .staff .note-interval.ni-sustain-105::after { -webkit-animation-duration: 105ms; animation-duration: 105ms; } .staff .note-interval.ni-sustain-106::after { -webkit-animation-duration: 106ms; animation-duration: 106ms; } .staff .note-interval.ni-sustain-107::after { -webkit-animation-duration: 107ms; animation-duration: 107ms; } .staff .note-interval.ni-sustain-108::after { -webkit-animation-duration: 108ms; animation-duration: 108ms; } .staff .note-interval.ni-sustain-109::after { -webkit-animation-duration: 109ms; animation-duration: 109ms; } .staff .note-interval.ni-sustain-110::after { -webkit-animation-duration: 110ms; animation-duration: 110ms; } .staff .note-interval.ni-sustain-111::after { -webkit-animation-duration: 111ms; animation-duration: 111ms; } .staff .note-interval.ni-sustain-112::after { -webkit-animation-duration: 112ms; animation-duration: 112ms; } .staff .note-interval.ni-sustain-113::after { -webkit-animation-duration: 113ms; animation-duration: 113ms; } .staff .note-interval.ni-sustain-114::after { -webkit-animation-duration: 114ms; animation-duration: 114ms; } .staff .note-interval.ni-sustain-115::after { -webkit-animation-duration: 115ms; animation-duration: 115ms; } .staff .note-interval.ni-sustain-116::after { -webkit-animation-duration: 116ms; animation-duration: 116ms; } .staff .note-interval.ni-sustain-117::after { -webkit-animation-duration: 117ms; animation-duration: 117ms; } .staff .note-interval.ni-sustain-118::after { -webkit-animation-duration: 118ms; animation-duration: 118ms; } .staff .note-interval.ni-sustain-119::after { -webkit-animation-duration: 119ms; animation-duration: 119ms; } .staff .note-interval.ni-sustain-120::after { -webkit-animation-duration: 120ms; animation-duration: 120ms; } .staff .note-interval.ni-sustain-121::after { -webkit-animation-duration: 121ms; animation-duration: 121ms; } .staff .note-interval.ni-sustain-122::after { -webkit-animation-duration: 122ms; animation-duration: 122ms; } .staff .note-interval.ni-sustain-123::after { -webkit-animation-duration: 123ms; animation-duration: 123ms; } .staff .note-interval.ni-sustain-124::after { -webkit-animation-duration: 124ms; animation-duration: 124ms; } .staff .note-interval.ni-sustain-125::after { -webkit-animation-duration: 125ms; animation-duration: 125ms; } .staff .note-interval.ni-sustain-126::after { -webkit-animation-duration: 126ms; animation-duration: 126ms; } .staff .note-interval.ni-sustain-127::after { -webkit-animation-duration: 127ms; animation-duration: 127ms; } .staff .note-interval.ni-sustain-128::after { -webkit-animation-duration: 128ms; animation-duration: 128ms; } .staff .note-interval.ni-sustain-129::after { -webkit-animation-duration: 129ms; animation-duration: 129ms; } .staff .note-interval.ni-sustain-130::after { -webkit-animation-duration: 130ms; animation-duration: 130ms; } .staff .note-interval.ni-sustain-131::after { -webkit-animation-duration: 131ms; animation-duration: 131ms; } .staff .note-interval.ni-sustain-132::after { -webkit-animation-duration: 132ms; animation-duration: 132ms; } .staff .note-interval.ni-sustain-133::after { -webkit-animation-duration: 133ms; animation-duration: 133ms; } .staff .note-interval.ni-sustain-134::after { -webkit-animation-duration: 134ms; animation-duration: 134ms; } .staff .note-interval.ni-sustain-135::after { -webkit-animation-duration: 135ms; animation-duration: 135ms; } .staff .note-interval.ni-sustain-136::after { -webkit-animation-duration: 136ms; animation-duration: 136ms; } .staff .note-interval.ni-sustain-137::after { -webkit-animation-duration: 137ms; animation-duration: 137ms; } .staff .note-interval.ni-sustain-138::after { -webkit-animation-duration: 138ms; animation-duration: 138ms; } .staff .note-interval.ni-sustain-139::after { -webkit-animation-duration: 139ms; animation-duration: 139ms; } .staff .note-interval.ni-sustain-140::after { -webkit-animation-duration: 140ms; animation-duration: 140ms; } .staff .note-interval.ni-sustain-141::after { -webkit-animation-duration: 141ms; animation-duration: 141ms; } .staff .note-interval.ni-sustain-142::after { -webkit-animation-duration: 142ms; animation-duration: 142ms; } .staff .note-interval.ni-sustain-143::after { -webkit-animation-duration: 143ms; animation-duration: 143ms; } .staff .note-interval.ni-sustain-144::after { -webkit-animation-duration: 144ms; animation-duration: 144ms; } .staff .note-interval.ni-sustain-145::after { -webkit-animation-duration: 145ms; animation-duration: 145ms; } .staff .note-interval.ni-sustain-146::after { -webkit-animation-duration: 146ms; animation-duration: 146ms; } .staff .note-interval.ni-sustain-147::after { -webkit-animation-duration: 147ms; animation-duration: 147ms; } .staff .note-interval.ni-sustain-148::after { -webkit-animation-duration: 148ms; animation-duration: 148ms; } .staff .note-interval.ni-sustain-149::after { -webkit-animation-duration: 149ms; animation-duration: 149ms; } .staff .note-interval.ni-sustain-150::after { -webkit-animation-duration: 150ms; animation-duration: 150ms; } .staff .note-interval.ni-sustain-151::after { -webkit-animation-duration: 151ms; animation-duration: 151ms; } .staff .note-interval.ni-sustain-152::after { -webkit-animation-duration: 152ms; animation-duration: 152ms; } .staff .note-interval.ni-sustain-153::after { -webkit-animation-duration: 153ms; animation-duration: 153ms; } .staff .note-interval.ni-sustain-154::after { -webkit-animation-duration: 154ms; animation-duration: 154ms; } .staff .note-interval.ni-sustain-155::after { -webkit-animation-duration: 155ms; animation-duration: 155ms; } .staff .note-interval.ni-sustain-156::after { -webkit-animation-duration: 156ms; animation-duration: 156ms; } .staff .note-interval.ni-sustain-157::after { -webkit-animation-duration: 157ms; animation-duration: 157ms; } .staff .note-interval.ni-sustain-158::after { -webkit-animation-duration: 158ms; animation-duration: 158ms; } .staff .note-interval.ni-sustain-159::after { -webkit-animation-duration: 159ms; animation-duration: 159ms; } .staff .note-interval.ni-sustain-160::after { -webkit-animation-duration: 160ms; animation-duration: 160ms; } .staff .note-interval.ni-sustain-161::after { -webkit-animation-duration: 161ms; animation-duration: 161ms; } .staff .note-interval.ni-sustain-162::after { -webkit-animation-duration: 162ms; animation-duration: 162ms; } .staff .note-interval.ni-sustain-163::after { -webkit-animation-duration: 163ms; animation-duration: 163ms; } .staff .note-interval.ni-sustain-164::after { -webkit-animation-duration: 164ms; animation-duration: 164ms; } .staff .note-interval.ni-sustain-165::after { -webkit-animation-duration: 165ms; animation-duration: 165ms; } .staff .note-interval.ni-sustain-166::after { -webkit-animation-duration: 166ms; animation-duration: 166ms; } .staff .note-interval.ni-sustain-167::after { -webkit-animation-duration: 167ms; animation-duration: 167ms; } .staff .note-interval.ni-sustain-168::after { -webkit-animation-duration: 168ms; animation-duration: 168ms; } .staff .note-interval.ni-sustain-169::after { -webkit-animation-duration: 169ms; animation-duration: 169ms; } .staff .note-interval.ni-sustain-170::after { -webkit-animation-duration: 170ms; animation-duration: 170ms; } .staff .note-interval.ni-sustain-171::after { -webkit-animation-duration: 171ms; animation-duration: 171ms; } .staff .note-interval.ni-sustain-172::after { -webkit-animation-duration: 172ms; animation-duration: 172ms; } .staff .note-interval.ni-sustain-173::after { -webkit-animation-duration: 173ms; animation-duration: 173ms; } .staff .note-interval.ni-sustain-174::after { -webkit-animation-duration: 174ms; animation-duration: 174ms; } .staff .note-interval.ni-sustain-175::after { -webkit-animation-duration: 175ms; animation-duration: 175ms; } .staff .note-interval.ni-sustain-176::after { -webkit-animation-duration: 176ms; animation-duration: 176ms; } .staff .note-interval.ni-sustain-177::after { -webkit-animation-duration: 177ms; animation-duration: 177ms; } .staff .note-interval.ni-sustain-178::after { -webkit-animation-duration: 178ms; animation-duration: 178ms; } .staff .note-interval.ni-sustain-179::after { -webkit-animation-duration: 179ms; animation-duration: 179ms; } .staff .note-interval.ni-sustain-180::after { -webkit-animation-duration: 180ms; animation-duration: 180ms; } .staff .note-interval.ni-sustain-181::after { -webkit-animation-duration: 181ms; animation-duration: 181ms; } .staff .note-interval.ni-sustain-182::after { -webkit-animation-duration: 182ms; animation-duration: 182ms; } .staff .note-interval.ni-sustain-183::after { -webkit-animation-duration: 183ms; animation-duration: 183ms; } .staff .note-interval.ni-sustain-184::after { -webkit-animation-duration: 184ms; animation-duration: 184ms; } .staff .note-interval.ni-sustain-185::after { -webkit-animation-duration: 185ms; animation-duration: 185ms; } .staff .note-interval.ni-sustain-186::after { -webkit-animation-duration: 186ms; animation-duration: 186ms; } .staff .note-interval.ni-sustain-187::after { -webkit-animation-duration: 187ms; animation-duration: 187ms; } .staff .note-interval.ni-sustain-188::after { -webkit-animation-duration: 188ms; animation-duration: 188ms; } .staff .note-interval.ni-sustain-189::after { -webkit-animation-duration: 189ms; animation-duration: 189ms; } .staff .note-interval.ni-sustain-190::after { -webkit-animation-duration: 190ms; animation-duration: 190ms; } .staff .note-interval.ni-sustain-191::after { -webkit-animation-duration: 191ms; animation-duration: 191ms; } .staff .note-interval.ni-sustain-192::after { -webkit-animation-duration: 192ms; animation-duration: 192ms; } .staff .note-interval.ni-sustain-193::after { -webkit-animation-duration: 193ms; animation-duration: 193ms; } .staff .note-interval.ni-sustain-194::after { -webkit-animation-duration: 194ms; animation-duration: 194ms; } .staff .note-interval.ni-sustain-195::after { -webkit-animation-duration: 195ms; animation-duration: 195ms; } .staff .note-interval.ni-sustain-196::after { -webkit-animation-duration: 196ms; animation-duration: 196ms; } .staff .note-interval.ni-sustain-197::after { -webkit-animation-duration: 197ms; animation-duration: 197ms; } .staff .note-interval.ni-sustain-198::after { -webkit-animation-duration: 198ms; animation-duration: 198ms; } .staff .note-interval.ni-sustain-199::after { -webkit-animation-duration: 199ms; animation-duration: 199ms; } .staff .note-interval.ni-sustain-200::after { -webkit-animation-duration: 200ms; animation-duration: 200ms; } .staff .note-interval.ni-sustain-201::after { -webkit-animation-duration: 201ms; animation-duration: 201ms; } .staff .note-interval.ni-sustain-202::after { -webkit-animation-duration: 202ms; animation-duration: 202ms; } .staff .note-interval.ni-sustain-203::after { -webkit-animation-duration: 203ms; animation-duration: 203ms; } .staff .note-interval.ni-sustain-204::after { -webkit-animation-duration: 204ms; animation-duration: 204ms; } .staff .note-interval.ni-sustain-205::after { -webkit-animation-duration: 205ms; animation-duration: 205ms; } .staff .note-interval.ni-sustain-206::after { -webkit-animation-duration: 206ms; animation-duration: 206ms; } .staff .note-interval.ni-sustain-207::after { -webkit-animation-duration: 207ms; animation-duration: 207ms; } .staff .note-interval.ni-sustain-208::after { -webkit-animation-duration: 208ms; animation-duration: 208ms; } .staff .note-interval.ni-sustain-209::after { -webkit-animation-duration: 209ms; animation-duration: 209ms; } .staff .note-interval.ni-sustain-210::after { -webkit-animation-duration: 210ms; animation-duration: 210ms; } .staff .note-interval.ni-sustain-211::after { -webkit-animation-duration: 211ms; animation-duration: 211ms; } .staff .note-interval.ni-sustain-212::after { -webkit-animation-duration: 212ms; animation-duration: 212ms; } .staff .note-interval.ni-sustain-213::after { -webkit-animation-duration: 213ms; animation-duration: 213ms; } .staff .note-interval.ni-sustain-214::after { -webkit-animation-duration: 214ms; animation-duration: 214ms; } .staff .note-interval.ni-sustain-215::after { -webkit-animation-duration: 215ms; animation-duration: 215ms; } .staff .note-interval.ni-sustain-216::after { -webkit-animation-duration: 216ms; animation-duration: 216ms; } .staff .note-interval.ni-sustain-217::after { -webkit-animation-duration: 217ms; animation-duration: 217ms; } .staff .note-interval.ni-sustain-218::after { -webkit-animation-duration: 218ms; animation-duration: 218ms; } .staff .note-interval.ni-sustain-219::after { -webkit-animation-duration: 219ms; animation-duration: 219ms; } .staff .note-interval.ni-sustain-220::after { -webkit-animation-duration: 220ms; animation-duration: 220ms; } .staff .note-interval.ni-sustain-221::after { -webkit-animation-duration: 221ms; animation-duration: 221ms; } .staff .note-interval.ni-sustain-222::after { -webkit-animation-duration: 222ms; animation-duration: 222ms; } .staff .note-interval.ni-sustain-223::after { -webkit-animation-duration: 223ms; animation-duration: 223ms; } .staff .note-interval.ni-sustain-224::after { -webkit-animation-duration: 224ms; animation-duration: 224ms; } .staff .note-interval.ni-sustain-225::after { -webkit-animation-duration: 225ms; animation-duration: 225ms; } .staff .note-interval.ni-sustain-226::after { -webkit-animation-duration: 226ms; animation-duration: 226ms; } .staff .note-interval.ni-sustain-227::after { -webkit-animation-duration: 227ms; animation-duration: 227ms; } .staff .note-interval.ni-sustain-228::after { -webkit-animation-duration: 228ms; animation-duration: 228ms; } .staff .note-interval.ni-sustain-229::after { -webkit-animation-duration: 229ms; animation-duration: 229ms; } .staff .note-interval.ni-sustain-230::after { -webkit-animation-duration: 230ms; animation-duration: 230ms; } .staff .note-interval.ni-sustain-231::after { -webkit-animation-duration: 231ms; animation-duration: 231ms; } .staff .note-interval.ni-sustain-232::after { -webkit-animation-duration: 232ms; animation-duration: 232ms; } .staff .note-interval.ni-sustain-233::after { -webkit-animation-duration: 233ms; animation-duration: 233ms; } .staff .note-interval.ni-sustain-234::after { -webkit-animation-duration: 234ms; animation-duration: 234ms; } .staff .note-interval.ni-sustain-235::after { -webkit-animation-duration: 235ms; animation-duration: 235ms; } .staff .note-interval.ni-sustain-236::after { -webkit-animation-duration: 236ms; animation-duration: 236ms; } .staff .note-interval.ni-sustain-237::after { -webkit-animation-duration: 237ms; animation-duration: 237ms; } .staff .note-interval.ni-sustain-238::after { -webkit-animation-duration: 238ms; animation-duration: 238ms; } .staff .note-interval.ni-sustain-239::after { -webkit-animation-duration: 239ms; animation-duration: 239ms; } .staff .note-interval.ni-sustain-240::after { -webkit-animation-duration: 240ms; animation-duration: 240ms; } .staff .note-interval.ni-sustain-241::after { -webkit-animation-duration: 241ms; animation-duration: 241ms; } .staff .note-interval.ni-sustain-242::after { -webkit-animation-duration: 242ms; animation-duration: 242ms; } .staff .note-interval.ni-sustain-243::after { -webkit-animation-duration: 243ms; animation-duration: 243ms; } .staff .note-interval.ni-sustain-244::after { -webkit-animation-duration: 244ms; animation-duration: 244ms; } .staff .note-interval.ni-sustain-245::after { -webkit-animation-duration: 245ms; animation-duration: 245ms; } .staff .note-interval.ni-sustain-246::after { -webkit-animation-duration: 246ms; animation-duration: 246ms; } .staff .note-interval.ni-sustain-247::after { -webkit-animation-duration: 247ms; animation-duration: 247ms; } .staff .note-interval.ni-sustain-248::after { -webkit-animation-duration: 248ms; animation-duration: 248ms; } .staff .note-interval.ni-sustain-249::after { -webkit-animation-duration: 249ms; animation-duration: 249ms; } .staff .note-interval.ni-sustain-250::after { -webkit-animation-duration: 250ms; animation-duration: 250ms; } .staff .note-interval.ni-sustain-251::after { -webkit-animation-duration: 251ms; animation-duration: 251ms; } .staff .note-interval.ni-sustain-252::after { -webkit-animation-duration: 252ms; animation-duration: 252ms; } .staff .note-interval.ni-sustain-253::after { -webkit-animation-duration: 253ms; animation-duration: 253ms; } .staff .note-interval.ni-sustain-254::after { -webkit-animation-duration: 254ms; animation-duration: 254ms; } .staff .note-interval.ni-sustain-255::after { -webkit-animation-duration: 255ms; animation-duration: 255ms; } .staff .note-interval.ni-sustain-256::after { -webkit-animation-duration: 256ms; animation-duration: 256ms; } .staff .note-interval.ni-sustain-257::after { -webkit-animation-duration: 257ms; animation-duration: 257ms; } .staff .note-interval.ni-sustain-258::after { -webkit-animation-duration: 258ms; animation-duration: 258ms; } .staff .note-interval.ni-sustain-259::after { -webkit-animation-duration: 259ms; animation-duration: 259ms; } .staff .note-interval.ni-sustain-260::after { -webkit-animation-duration: 260ms; animation-duration: 260ms; } .staff .note-interval.ni-sustain-261::after { -webkit-animation-duration: 261ms; animation-duration: 261ms; } .staff .note-interval.ni-sustain-262::after { -webkit-animation-duration: 262ms; animation-duration: 262ms; } .staff .note-interval.ni-sustain-263::after { -webkit-animation-duration: 263ms; animation-duration: 263ms; } .staff .note-interval.ni-sustain-264::after { -webkit-animation-duration: 264ms; animation-duration: 264ms; } .staff .note-interval.ni-sustain-265::after { -webkit-animation-duration: 265ms; animation-duration: 265ms; } .staff .note-interval.ni-sustain-266::after { -webkit-animation-duration: 266ms; animation-duration: 266ms; } .staff .note-interval.ni-sustain-267::after { -webkit-animation-duration: 267ms; animation-duration: 267ms; } .staff .note-interval.ni-sustain-268::after { -webkit-animation-duration: 268ms; animation-duration: 268ms; } .staff .note-interval.ni-sustain-269::after { -webkit-animation-duration: 269ms; animation-duration: 269ms; } .staff .note-interval.ni-sustain-270::after { -webkit-animation-duration: 270ms; animation-duration: 270ms; } .staff .note-interval.ni-sustain-271::after { -webkit-animation-duration: 271ms; animation-duration: 271ms; } .staff .note-interval.ni-sustain-272::after { -webkit-animation-duration: 272ms; animation-duration: 272ms; } .staff .note-interval.ni-sustain-273::after { -webkit-animation-duration: 273ms; animation-duration: 273ms; } .staff .note-interval.ni-sustain-274::after { -webkit-animation-duration: 274ms; animation-duration: 274ms; } .staff .note-interval.ni-sustain-275::after { -webkit-animation-duration: 275ms; animation-duration: 275ms; } .staff .note-interval.ni-sustain-276::after { -webkit-animation-duration: 276ms; animation-duration: 276ms; } .staff .note-interval.ni-sustain-277::after { -webkit-animation-duration: 277ms; animation-duration: 277ms; } .staff .note-interval.ni-sustain-278::after { -webkit-animation-duration: 278ms; animation-duration: 278ms; } .staff .note-interval.ni-sustain-279::after { -webkit-animation-duration: 279ms; animation-duration: 279ms; } .staff .note-interval.ni-sustain-280::after { -webkit-animation-duration: 280ms; animation-duration: 280ms; } .staff .note-interval.ni-sustain-281::after { -webkit-animation-duration: 281ms; animation-duration: 281ms; } .staff .note-interval.ni-sustain-282::after { -webkit-animation-duration: 282ms; animation-duration: 282ms; } .staff .note-interval.ni-sustain-283::after { -webkit-animation-duration: 283ms; animation-duration: 283ms; } .staff .note-interval.ni-sustain-284::after { -webkit-animation-duration: 284ms; animation-duration: 284ms; } .staff .note-interval.ni-sustain-285::after { -webkit-animation-duration: 285ms; animation-duration: 285ms; } .staff .note-interval.ni-sustain-286::after { -webkit-animation-duration: 286ms; animation-duration: 286ms; } .staff .note-interval.ni-sustain-287::after { -webkit-animation-duration: 287ms; animation-duration: 287ms; } .staff .note-interval.ni-sustain-288::after { -webkit-animation-duration: 288ms; animation-duration: 288ms; } .staff .note-interval.ni-sustain-289::after { -webkit-animation-duration: 289ms; animation-duration: 289ms; } .staff .note-interval.ni-sustain-290::after { -webkit-animation-duration: 290ms; animation-duration: 290ms; } .staff .note-interval.ni-sustain-291::after { -webkit-animation-duration: 291ms; animation-duration: 291ms; } .staff .note-interval.ni-sustain-292::after { -webkit-animation-duration: 292ms; animation-duration: 292ms; } .staff .note-interval.ni-sustain-293::after { -webkit-animation-duration: 293ms; animation-duration: 293ms; } .staff .note-interval.ni-sustain-294::after { -webkit-animation-duration: 294ms; animation-duration: 294ms; } .staff .note-interval.ni-sustain-295::after { -webkit-animation-duration: 295ms; animation-duration: 295ms; } .staff .note-interval.ni-sustain-296::after { -webkit-animation-duration: 296ms; animation-duration: 296ms; } .staff .note-interval.ni-sustain-297::after { -webkit-animation-duration: 297ms; animation-duration: 297ms; } .staff .note-interval.ni-sustain-298::after { -webkit-animation-duration: 298ms; animation-duration: 298ms; } .staff .note-interval.ni-sustain-299::after { -webkit-animation-duration: 299ms; animation-duration: 299ms; } .staff .note-interval.ni-sustain-300::after { -webkit-animation-duration: 300ms; animation-duration: 300ms; } .staff .note-interval.ni-sustain-301::after { -webkit-animation-duration: 301ms; animation-duration: 301ms; } .staff .note-interval.ni-sustain-302::after { -webkit-animation-duration: 302ms; animation-duration: 302ms; } .staff .note-interval.ni-sustain-303::after { -webkit-animation-duration: 303ms; animation-duration: 303ms; } .staff .note-interval.ni-sustain-304::after { -webkit-animation-duration: 304ms; animation-duration: 304ms; } .staff .note-interval.ni-sustain-305::after { -webkit-animation-duration: 305ms; animation-duration: 305ms; } .staff .note-interval.ni-sustain-306::after { -webkit-animation-duration: 306ms; animation-duration: 306ms; } .staff .note-interval.ni-sustain-307::after { -webkit-animation-duration: 307ms; animation-duration: 307ms; } .staff .note-interval.ni-sustain-308::after { -webkit-animation-duration: 308ms; animation-duration: 308ms; } .staff .note-interval.ni-sustain-309::after { -webkit-animation-duration: 309ms; animation-duration: 309ms; } .staff .note-interval.ni-sustain-310::after { -webkit-animation-duration: 310ms; animation-duration: 310ms; } .staff .note-interval.ni-sustain-311::after { -webkit-animation-duration: 311ms; animation-duration: 311ms; } .staff .note-interval.ni-sustain-312::after { -webkit-animation-duration: 312ms; animation-duration: 312ms; } .staff .note-interval.ni-sustain-313::after { -webkit-animation-duration: 313ms; animation-duration: 313ms; } .staff .note-interval.ni-sustain-314::after { -webkit-animation-duration: 314ms; animation-duration: 314ms; } .staff .note-interval.ni-sustain-315::after { -webkit-animation-duration: 315ms; animation-duration: 315ms; } .staff .note-interval.ni-sustain-316::after { -webkit-animation-duration: 316ms; animation-duration: 316ms; } .staff .note-interval.ni-sustain-317::after { -webkit-animation-duration: 317ms; animation-duration: 317ms; } .staff .note-interval.ni-sustain-318::after { -webkit-animation-duration: 318ms; animation-duration: 318ms; } .staff .note-interval.ni-sustain-319::after { -webkit-animation-duration: 319ms; animation-duration: 319ms; } .staff .note-interval.ni-sustain-320::after { -webkit-animation-duration: 320ms; animation-duration: 320ms; } .staff .note-interval.ni-sustain-321::after { -webkit-animation-duration: 321ms; animation-duration: 321ms; } .staff .note-interval.ni-sustain-322::after { -webkit-animation-duration: 322ms; animation-duration: 322ms; } .staff .note-interval.ni-sustain-323::after { -webkit-animation-duration: 323ms; animation-duration: 323ms; } .staff .note-interval.ni-sustain-324::after { -webkit-animation-duration: 324ms; animation-duration: 324ms; } .staff .note-interval.ni-sustain-325::after { -webkit-animation-duration: 325ms; animation-duration: 325ms; } .staff .note-interval.ni-sustain-326::after { -webkit-animation-duration: 326ms; animation-duration: 326ms; } .staff .note-interval.ni-sustain-327::after { -webkit-animation-duration: 327ms; animation-duration: 327ms; } .staff .note-interval.ni-sustain-328::after { -webkit-animation-duration: 328ms; animation-duration: 328ms; } .staff .note-interval.ni-sustain-329::after { -webkit-animation-duration: 329ms; animation-duration: 329ms; } .staff .note-interval.ni-sustain-330::after { -webkit-animation-duration: 330ms; animation-duration: 330ms; } .staff .note-interval.ni-sustain-331::after { -webkit-animation-duration: 331ms; animation-duration: 331ms; } .staff .note-interval.ni-sustain-332::after { -webkit-animation-duration: 332ms; animation-duration: 332ms; } .staff .note-interval.ni-sustain-333::after { -webkit-animation-duration: 333ms; animation-duration: 333ms; } .staff .note-interval.ni-sustain-334::after { -webkit-animation-duration: 334ms; animation-duration: 334ms; } .staff .note-interval.ni-sustain-335::after { -webkit-animation-duration: 335ms; animation-duration: 335ms; } .staff .note-interval.ni-sustain-336::after { -webkit-animation-duration: 336ms; animation-duration: 336ms; } .staff .note-interval.ni-sustain-337::after { -webkit-animation-duration: 337ms; animation-duration: 337ms; } .staff .note-interval.ni-sustain-338::after { -webkit-animation-duration: 338ms; animation-duration: 338ms; } .staff .note-interval.ni-sustain-339::after { -webkit-animation-duration: 339ms; animation-duration: 339ms; } .staff .note-interval.ni-sustain-340::after { -webkit-animation-duration: 340ms; animation-duration: 340ms; } .staff .note-interval.ni-sustain-341::after { -webkit-animation-duration: 341ms; animation-duration: 341ms; } .staff .note-interval.ni-sustain-342::after { -webkit-animation-duration: 342ms; animation-duration: 342ms; } .staff .note-interval.ni-sustain-343::after { -webkit-animation-duration: 343ms; animation-duration: 343ms; } .staff .note-interval.ni-sustain-344::after { -webkit-animation-duration: 344ms; animation-duration: 344ms; } .staff .note-interval.ni-sustain-345::after { -webkit-animation-duration: 345ms; animation-duration: 345ms; } .staff .note-interval.ni-sustain-346::after { -webkit-animation-duration: 346ms; animation-duration: 346ms; } .staff .note-interval.ni-sustain-347::after { -webkit-animation-duration: 347ms; animation-duration: 347ms; } .staff .note-interval.ni-sustain-348::after { -webkit-animation-duration: 348ms; animation-duration: 348ms; } .staff .note-interval.ni-sustain-349::after { -webkit-animation-duration: 349ms; animation-duration: 349ms; } .staff .note-interval.ni-sustain-350::after { -webkit-animation-duration: 350ms; animation-duration: 350ms; } .staff .note-interval.ni-sustain-351::after { -webkit-animation-duration: 351ms; animation-duration: 351ms; } .staff .note-interval.ni-sustain-352::after { -webkit-animation-duration: 352ms; animation-duration: 352ms; } .staff .note-interval.ni-sustain-353::after { -webkit-animation-duration: 353ms; animation-duration: 353ms; } .staff .note-interval.ni-sustain-354::after { -webkit-animation-duration: 354ms; animation-duration: 354ms; } .staff .note-interval.ni-sustain-355::after { -webkit-animation-duration: 355ms; animation-duration: 355ms; } .staff .note-interval.ni-sustain-356::after { -webkit-animation-duration: 356ms; animation-duration: 356ms; } .staff .note-interval.ni-sustain-357::after { -webkit-animation-duration: 357ms; animation-duration: 357ms; } .staff .note-interval.ni-sustain-358::after { -webkit-animation-duration: 358ms; animation-duration: 358ms; } .staff .note-interval.ni-sustain-359::after { -webkit-animation-duration: 359ms; animation-duration: 359ms; } .staff .note-interval.ni-sustain-360::after { -webkit-animation-duration: 360ms; animation-duration: 360ms; } .staff .note-interval.ni-sustain-361::after { -webkit-animation-duration: 361ms; animation-duration: 361ms; } .staff .note-interval.ni-sustain-362::after { -webkit-animation-duration: 362ms; animation-duration: 362ms; } .staff .note-interval.ni-sustain-363::after { -webkit-animation-duration: 363ms; animation-duration: 363ms; } .staff .note-interval.ni-sustain-364::after { -webkit-animation-duration: 364ms; animation-duration: 364ms; } .staff .note-interval.ni-sustain-365::after { -webkit-animation-duration: 365ms; animation-duration: 365ms; } .staff .note-interval.ni-sustain-366::after { -webkit-animation-duration: 366ms; animation-duration: 366ms; } .staff .note-interval.ni-sustain-367::after { -webkit-animation-duration: 367ms; animation-duration: 367ms; } .staff .note-interval.ni-sustain-368::after { -webkit-animation-duration: 368ms; animation-duration: 368ms; } .staff .note-interval.ni-sustain-369::after { -webkit-animation-duration: 369ms; animation-duration: 369ms; } .staff .note-interval.ni-sustain-370::after { -webkit-animation-duration: 370ms; animation-duration: 370ms; } .staff .note-interval.ni-sustain-371::after { -webkit-animation-duration: 371ms; animation-duration: 371ms; } .staff .note-interval.ni-sustain-372::after { -webkit-animation-duration: 372ms; animation-duration: 372ms; } .staff .note-interval.ni-sustain-373::after { -webkit-animation-duration: 373ms; animation-duration: 373ms; } .staff .note-interval.ni-sustain-374::after { -webkit-animation-duration: 374ms; animation-duration: 374ms; } .staff .note-interval.ni-sustain-375::after { -webkit-animation-duration: 375ms; animation-duration: 375ms; } .staff .note-interval.ni-sustain-376::after { -webkit-animation-duration: 376ms; animation-duration: 376ms; } .staff .note-interval.ni-sustain-377::after { -webkit-animation-duration: 377ms; animation-duration: 377ms; } .staff .note-interval.ni-sustain-378::after { -webkit-animation-duration: 378ms; animation-duration: 378ms; } .staff .note-interval.ni-sustain-379::after { -webkit-animation-duration: 379ms; animation-duration: 379ms; } .staff .note-interval.ni-sustain-380::after { -webkit-animation-duration: 380ms; animation-duration: 380ms; } .staff .note-interval.ni-sustain-381::after { -webkit-animation-duration: 381ms; animation-duration: 381ms; } .staff .note-interval.ni-sustain-382::after { -webkit-animation-duration: 382ms; animation-duration: 382ms; } .staff .note-interval.ni-sustain-383::after { -webkit-animation-duration: 383ms; animation-duration: 383ms; } .staff .note-interval.ni-sustain-384::after { -webkit-animation-duration: 384ms; animation-duration: 384ms; } .staff .note-interval.ni-sustain-385::after { -webkit-animation-duration: 385ms; animation-duration: 385ms; } .staff .note-interval.ni-sustain-386::after { -webkit-animation-duration: 386ms; animation-duration: 386ms; } .staff .note-interval.ni-sustain-387::after { -webkit-animation-duration: 387ms; animation-duration: 387ms; } .staff .note-interval.ni-sustain-388::after { -webkit-animation-duration: 388ms; animation-duration: 388ms; } .staff .note-interval.ni-sustain-389::after { -webkit-animation-duration: 389ms; animation-duration: 389ms; } .staff .note-interval.ni-sustain-390::after { -webkit-animation-duration: 390ms; animation-duration: 390ms; } .staff .note-interval.ni-sustain-391::after { -webkit-animation-duration: 391ms; animation-duration: 391ms; } .staff .note-interval.ni-sustain-392::after { -webkit-animation-duration: 392ms; animation-duration: 392ms; } .staff .note-interval.ni-sustain-393::after { -webkit-animation-duration: 393ms; animation-duration: 393ms; } .staff .note-interval.ni-sustain-394::after { -webkit-animation-duration: 394ms; animation-duration: 394ms; } .staff .note-interval.ni-sustain-395::after { -webkit-animation-duration: 395ms; animation-duration: 395ms; } .staff .note-interval.ni-sustain-396::after { -webkit-animation-duration: 396ms; animation-duration: 396ms; } .staff .note-interval.ni-sustain-397::after { -webkit-animation-duration: 397ms; animation-duration: 397ms; } .staff .note-interval.ni-sustain-398::after { -webkit-animation-duration: 398ms; animation-duration: 398ms; } .staff .note-interval.ni-sustain-399::after { -webkit-animation-duration: 399ms; animation-duration: 399ms; } .staff .note-interval.ni-sustain-400::after { -webkit-animation-duration: 400ms; animation-duration: 400ms; } .staff .note-interval.ni-sustain-401::after { -webkit-animation-duration: 401ms; animation-duration: 401ms; } .staff .note-interval.ni-sustain-402::after { -webkit-animation-duration: 402ms; animation-duration: 402ms; } .staff .note-interval.ni-sustain-403::after { -webkit-animation-duration: 403ms; animation-duration: 403ms; } .staff .note-interval.ni-sustain-404::after { -webkit-animation-duration: 404ms; animation-duration: 404ms; } .staff .note-interval.ni-sustain-405::after { -webkit-animation-duration: 405ms; animation-duration: 405ms; } .staff .note-interval.ni-sustain-406::after { -webkit-animation-duration: 406ms; animation-duration: 406ms; } .staff .note-interval.ni-sustain-407::after { -webkit-animation-duration: 407ms; animation-duration: 407ms; } .staff .note-interval.ni-sustain-408::after { -webkit-animation-duration: 408ms; animation-duration: 408ms; } .staff .note-interval.ni-sustain-409::after { -webkit-animation-duration: 409ms; animation-duration: 409ms; } .staff .note-interval.ni-sustain-410::after { -webkit-animation-duration: 410ms; animation-duration: 410ms; } .staff .note-interval.ni-sustain-411::after { -webkit-animation-duration: 411ms; animation-duration: 411ms; } .staff .note-interval.ni-sustain-412::after { -webkit-animation-duration: 412ms; animation-duration: 412ms; } .staff .note-interval.ni-sustain-413::after { -webkit-animation-duration: 413ms; animation-duration: 413ms; } .staff .note-interval.ni-sustain-414::after { -webkit-animation-duration: 414ms; animation-duration: 414ms; } .staff .note-interval.ni-sustain-415::after { -webkit-animation-duration: 415ms; animation-duration: 415ms; } .staff .note-interval.ni-sustain-416::after { -webkit-animation-duration: 416ms; animation-duration: 416ms; } .staff .note-interval.ni-sustain-417::after { -webkit-animation-duration: 417ms; animation-duration: 417ms; } .staff .note-interval.ni-sustain-418::after { -webkit-animation-duration: 418ms; animation-duration: 418ms; } .staff .note-interval.ni-sustain-419::after { -webkit-animation-duration: 419ms; animation-duration: 419ms; } .staff .note-interval.ni-sustain-420::after { -webkit-animation-duration: 420ms; animation-duration: 420ms; } .staff .note-interval.ni-sustain-421::after { -webkit-animation-duration: 421ms; animation-duration: 421ms; } .staff .note-interval.ni-sustain-422::after { -webkit-animation-duration: 422ms; animation-duration: 422ms; } .staff .note-interval.ni-sustain-423::after { -webkit-animation-duration: 423ms; animation-duration: 423ms; } .staff .note-interval.ni-sustain-424::after { -webkit-animation-duration: 424ms; animation-duration: 424ms; } .staff .note-interval.ni-sustain-425::after { -webkit-animation-duration: 425ms; animation-duration: 425ms; } .staff .note-interval.ni-sustain-426::after { -webkit-animation-duration: 426ms; animation-duration: 426ms; } .staff .note-interval.ni-sustain-427::after { -webkit-animation-duration: 427ms; animation-duration: 427ms; } .staff .note-interval.ni-sustain-428::after { -webkit-animation-duration: 428ms; animation-duration: 428ms; } .staff .note-interval.ni-sustain-429::after { -webkit-animation-duration: 429ms; animation-duration: 429ms; } .staff .note-interval.ni-sustain-430::after { -webkit-animation-duration: 430ms; animation-duration: 430ms; } .staff .note-interval.ni-sustain-431::after { -webkit-animation-duration: 431ms; animation-duration: 431ms; } .staff .note-interval.ni-sustain-432::after { -webkit-animation-duration: 432ms; animation-duration: 432ms; } .staff .note-interval.ni-sustain-433::after { -webkit-animation-duration: 433ms; animation-duration: 433ms; } .staff .note-interval.ni-sustain-434::after { -webkit-animation-duration: 434ms; animation-duration: 434ms; } .staff .note-interval.ni-sustain-435::after { -webkit-animation-duration: 435ms; animation-duration: 435ms; } .staff .note-interval.ni-sustain-436::after { -webkit-animation-duration: 436ms; animation-duration: 436ms; } .staff .note-interval.ni-sustain-437::after { -webkit-animation-duration: 437ms; animation-duration: 437ms; } .staff .note-interval.ni-sustain-438::after { -webkit-animation-duration: 438ms; animation-duration: 438ms; } .staff .note-interval.ni-sustain-439::after { -webkit-animation-duration: 439ms; animation-duration: 439ms; } .staff .note-interval.ni-sustain-440::after { -webkit-animation-duration: 440ms; animation-duration: 440ms; } .staff .note-interval.ni-sustain-441::after { -webkit-animation-duration: 441ms; animation-duration: 441ms; } .staff .note-interval.ni-sustain-442::after { -webkit-animation-duration: 442ms; animation-duration: 442ms; } .staff .note-interval.ni-sustain-443::after { -webkit-animation-duration: 443ms; animation-duration: 443ms; } .staff .note-interval.ni-sustain-444::after { -webkit-animation-duration: 444ms; animation-duration: 444ms; } .staff .note-interval.ni-sustain-445::after { -webkit-animation-duration: 445ms; animation-duration: 445ms; } .staff .note-interval.ni-sustain-446::after { -webkit-animation-duration: 446ms; animation-duration: 446ms; } .staff .note-interval.ni-sustain-447::after { -webkit-animation-duration: 447ms; animation-duration: 447ms; } .staff .note-interval.ni-sustain-448::after { -webkit-animation-duration: 448ms; animation-duration: 448ms; } .staff .note-interval.ni-sustain-449::after { -webkit-animation-duration: 449ms; animation-duration: 449ms; } .staff .note-interval.ni-sustain-450::after { -webkit-animation-duration: 450ms; animation-duration: 450ms; } .staff .note-interval.ni-sustain-451::after { -webkit-animation-duration: 451ms; animation-duration: 451ms; } .staff .note-interval.ni-sustain-452::after { -webkit-animation-duration: 452ms; animation-duration: 452ms; } .staff .note-interval.ni-sustain-453::after { -webkit-animation-duration: 453ms; animation-duration: 453ms; } .staff .note-interval.ni-sustain-454::after { -webkit-animation-duration: 454ms; animation-duration: 454ms; } .staff .note-interval.ni-sustain-455::after { -webkit-animation-duration: 455ms; animation-duration: 455ms; } .staff .note-interval.ni-sustain-456::after { -webkit-animation-duration: 456ms; animation-duration: 456ms; } .staff .note-interval.ni-sustain-457::after { -webkit-animation-duration: 457ms; animation-duration: 457ms; } .staff .note-interval.ni-sustain-458::after { -webkit-animation-duration: 458ms; animation-duration: 458ms; } .staff .note-interval.ni-sustain-459::after { -webkit-animation-duration: 459ms; animation-duration: 459ms; } .staff .note-interval.ni-sustain-460::after { -webkit-animation-duration: 460ms; animation-duration: 460ms; } .staff .note-interval.ni-sustain-461::after { -webkit-animation-duration: 461ms; animation-duration: 461ms; } .staff .note-interval.ni-sustain-462::after { -webkit-animation-duration: 462ms; animation-duration: 462ms; } .staff .note-interval.ni-sustain-463::after { -webkit-animation-duration: 463ms; animation-duration: 463ms; } .staff .note-interval.ni-sustain-464::after { -webkit-animation-duration: 464ms; animation-duration: 464ms; } .staff .note-interval.ni-sustain-465::after { -webkit-animation-duration: 465ms; animation-duration: 465ms; } .staff .note-interval.ni-sustain-466::after { -webkit-animation-duration: 466ms; animation-duration: 466ms; } .staff .note-interval.ni-sustain-467::after { -webkit-animation-duration: 467ms; animation-duration: 467ms; } .staff .note-interval.ni-sustain-468::after { -webkit-animation-duration: 468ms; animation-duration: 468ms; } .staff .note-interval.ni-sustain-469::after { -webkit-animation-duration: 469ms; animation-duration: 469ms; } .staff .note-interval.ni-sustain-470::after { -webkit-animation-duration: 470ms; animation-duration: 470ms; } .staff .note-interval.ni-sustain-471::after { -webkit-animation-duration: 471ms; animation-duration: 471ms; } .staff .note-interval.ni-sustain-472::after { -webkit-animation-duration: 472ms; animation-duration: 472ms; } .staff .note-interval.ni-sustain-473::after { -webkit-animation-duration: 473ms; animation-duration: 473ms; } .staff .note-interval.ni-sustain-474::after { -webkit-animation-duration: 474ms; animation-duration: 474ms; } .staff .note-interval.ni-sustain-475::after { -webkit-animation-duration: 475ms; animation-duration: 475ms; } .staff .note-interval.ni-sustain-476::after { -webkit-animation-duration: 476ms; animation-duration: 476ms; } .staff .note-interval.ni-sustain-477::after { -webkit-animation-duration: 477ms; animation-duration: 477ms; } .staff .note-interval.ni-sustain-478::after { -webkit-animation-duration: 478ms; animation-duration: 478ms; } .staff .note-interval.ni-sustain-479::after { -webkit-animation-duration: 479ms; animation-duration: 479ms; } .staff .note-interval.ni-sustain-480::after { -webkit-animation-duration: 480ms; animation-duration: 480ms; } .staff .note-interval.ni-sustain-481::after { -webkit-animation-duration: 481ms; animation-duration: 481ms; } .staff .note-interval.ni-sustain-482::after { -webkit-animation-duration: 482ms; animation-duration: 482ms; } .staff .note-interval.ni-sustain-483::after { -webkit-animation-duration: 483ms; animation-duration: 483ms; } .staff .note-interval.ni-sustain-484::after { -webkit-animation-duration: 484ms; animation-duration: 484ms; } .staff .note-interval.ni-sustain-485::after { -webkit-animation-duration: 485ms; animation-duration: 485ms; } .staff .note-interval.ni-sustain-486::after { -webkit-animation-duration: 486ms; animation-duration: 486ms; } .staff .note-interval.ni-sustain-487::after { -webkit-animation-duration: 487ms; animation-duration: 487ms; } .staff .note-interval.ni-sustain-488::after { -webkit-animation-duration: 488ms; animation-duration: 488ms; } .staff .note-interval.ni-sustain-489::after { -webkit-animation-duration: 489ms; animation-duration: 489ms; } .staff .note-interval.ni-sustain-490::after { -webkit-animation-duration: 490ms; animation-duration: 490ms; } .staff .note-interval.ni-sustain-491::after { -webkit-animation-duration: 491ms; animation-duration: 491ms; } .staff .note-interval.ni-sustain-492::after { -webkit-animation-duration: 492ms; animation-duration: 492ms; } .staff .note-interval.ni-sustain-493::after { -webkit-animation-duration: 493ms; animation-duration: 493ms; } .staff .note-interval.ni-sustain-494::after { -webkit-animation-duration: 494ms; animation-duration: 494ms; } .staff .note-interval.ni-sustain-495::after { -webkit-animation-duration: 495ms; animation-duration: 495ms; } .staff .note-interval.ni-sustain-496::after { -webkit-animation-duration: 496ms; animation-duration: 496ms; } .staff .note-interval.ni-sustain-497::after { -webkit-animation-duration: 497ms; animation-duration: 497ms; } .staff .note-interval.ni-sustain-498::after { -webkit-animation-duration: 498ms; animation-duration: 498ms; } .staff .note-interval.ni-sustain-499::after { -webkit-animation-duration: 499ms; animation-duration: 499ms; } .staff .note-interval.ni-sustain-500::after { -webkit-animation-duration: 500ms; animation-duration: 500ms; } .staff .note-interval.ni-sustain-501::after { -webkit-animation-duration: 501ms; animation-duration: 501ms; } .staff .note-interval.ni-sustain-502::after { -webkit-animation-duration: 502ms; animation-duration: 502ms; } .staff .note-interval.ni-sustain-503::after { -webkit-animation-duration: 503ms; animation-duration: 503ms; } .staff .note-interval.ni-sustain-504::after { -webkit-animation-duration: 504ms; animation-duration: 504ms; } .staff .note-interval.ni-sustain-505::after { -webkit-animation-duration: 505ms; animation-duration: 505ms; } .staff .note-interval.ni-sustain-506::after { -webkit-animation-duration: 506ms; animation-duration: 506ms; } .staff .note-interval.ni-sustain-507::after { -webkit-animation-duration: 507ms; animation-duration: 507ms; } .staff .note-interval.ni-sustain-508::after { -webkit-animation-duration: 508ms; animation-duration: 508ms; } .staff .note-interval.ni-sustain-509::after { -webkit-animation-duration: 509ms; animation-duration: 509ms; } .staff .note-interval.ni-sustain-510::after { -webkit-animation-duration: 510ms; animation-duration: 510ms; } .staff .note-interval.ni-sustain-511::after { -webkit-animation-duration: 511ms; animation-duration: 511ms; } .staff .note-interval.ni-sustain-512::after { -webkit-animation-duration: 512ms; animation-duration: 512ms; } .staff .note-interval.ni-sustain-513::after { -webkit-animation-duration: 513ms; animation-duration: 513ms; } .staff .note-interval.ni-sustain-514::after { -webkit-animation-duration: 514ms; animation-duration: 514ms; } .staff .note-interval.ni-sustain-515::after { -webkit-animation-duration: 515ms; animation-duration: 515ms; } .staff .note-interval.ni-sustain-516::after { -webkit-animation-duration: 516ms; animation-duration: 516ms; } .staff .note-interval.ni-sustain-517::after { -webkit-animation-duration: 517ms; animation-duration: 517ms; } .staff .note-interval.ni-sustain-518::after { -webkit-animation-duration: 518ms; animation-duration: 518ms; } .staff .note-interval.ni-sustain-519::after { -webkit-animation-duration: 519ms; animation-duration: 519ms; } .staff .note-interval.ni-sustain-520::after { -webkit-animation-duration: 520ms; animation-duration: 520ms; } .staff .note-interval.ni-sustain-521::after { -webkit-animation-duration: 521ms; animation-duration: 521ms; } .staff .note-interval.ni-sustain-522::after { -webkit-animation-duration: 522ms; animation-duration: 522ms; } .staff .note-interval.ni-sustain-523::after { -webkit-animation-duration: 523ms; animation-duration: 523ms; } .staff .note-interval.ni-sustain-524::after { -webkit-animation-duration: 524ms; animation-duration: 524ms; } .staff .note-interval.ni-sustain-525::after { -webkit-animation-duration: 525ms; animation-duration: 525ms; } .staff .note-interval.ni-sustain-526::after { -webkit-animation-duration: 526ms; animation-duration: 526ms; } .staff .note-interval.ni-sustain-527::after { -webkit-animation-duration: 527ms; animation-duration: 527ms; } .staff .note-interval.ni-sustain-528::after { -webkit-animation-duration: 528ms; animation-duration: 528ms; } .staff .note-interval.ni-sustain-529::after { -webkit-animation-duration: 529ms; animation-duration: 529ms; } .staff .note-interval.ni-sustain-530::after { -webkit-animation-duration: 530ms; animation-duration: 530ms; } .staff .note-interval.ni-sustain-531::after { -webkit-animation-duration: 531ms; animation-duration: 531ms; } .staff .note-interval.ni-sustain-532::after { -webkit-animation-duration: 532ms; animation-duration: 532ms; } .staff .note-interval.ni-sustain-533::after { -webkit-animation-duration: 533ms; animation-duration: 533ms; } .staff .note-interval.ni-sustain-534::after { -webkit-animation-duration: 534ms; animation-duration: 534ms; } .staff .note-interval.ni-sustain-535::after { -webkit-animation-duration: 535ms; animation-duration: 535ms; } .staff .note-interval.ni-sustain-536::after { -webkit-animation-duration: 536ms; animation-duration: 536ms; } .staff .note-interval.ni-sustain-537::after { -webkit-animation-duration: 537ms; animation-duration: 537ms; } .staff .note-interval.ni-sustain-538::after { -webkit-animation-duration: 538ms; animation-duration: 538ms; } .staff .note-interval.ni-sustain-539::after { -webkit-animation-duration: 539ms; animation-duration: 539ms; } .staff .note-interval.ni-sustain-540::after { -webkit-animation-duration: 540ms; animation-duration: 540ms; } .staff .note-interval.ni-sustain-541::after { -webkit-animation-duration: 541ms; animation-duration: 541ms; } .staff .note-interval.ni-sustain-542::after { -webkit-animation-duration: 542ms; animation-duration: 542ms; } .staff .note-interval.ni-sustain-543::after { -webkit-animation-duration: 543ms; animation-duration: 543ms; } .staff .note-interval.ni-sustain-544::after { -webkit-animation-duration: 544ms; animation-duration: 544ms; } .staff .note-interval.ni-sustain-545::after { -webkit-animation-duration: 545ms; animation-duration: 545ms; } .staff .note-interval.ni-sustain-546::after { -webkit-animation-duration: 546ms; animation-duration: 546ms; } .staff .note-interval.ni-sustain-547::after { -webkit-animation-duration: 547ms; animation-duration: 547ms; } .staff .note-interval.ni-sustain-548::after { -webkit-animation-duration: 548ms; animation-duration: 548ms; } .staff .note-interval.ni-sustain-549::after { -webkit-animation-duration: 549ms; animation-duration: 549ms; } .staff .note-interval.ni-sustain-550::after { -webkit-animation-duration: 550ms; animation-duration: 550ms; } .staff .note-interval.ni-sustain-551::after { -webkit-animation-duration: 551ms; animation-duration: 551ms; } .staff .note-interval.ni-sustain-552::after { -webkit-animation-duration: 552ms; animation-duration: 552ms; } .staff .note-interval.ni-sustain-553::after { -webkit-animation-duration: 553ms; animation-duration: 553ms; } .staff .note-interval.ni-sustain-554::after { -webkit-animation-duration: 554ms; animation-duration: 554ms; } .staff .note-interval.ni-sustain-555::after { -webkit-animation-duration: 555ms; animation-duration: 555ms; } .staff .note-interval.ni-sustain-556::after { -webkit-animation-duration: 556ms; animation-duration: 556ms; } .staff .note-interval.ni-sustain-557::after { -webkit-animation-duration: 557ms; animation-duration: 557ms; } .staff .note-interval.ni-sustain-558::after { -webkit-animation-duration: 558ms; animation-duration: 558ms; } .staff .note-interval.ni-sustain-559::after { -webkit-animation-duration: 559ms; animation-duration: 559ms; } .staff .note-interval.ni-sustain-560::after { -webkit-animation-duration: 560ms; animation-duration: 560ms; } .staff .note-interval.ni-sustain-561::after { -webkit-animation-duration: 561ms; animation-duration: 561ms; } .staff .note-interval.ni-sustain-562::after { -webkit-animation-duration: 562ms; animation-duration: 562ms; } .staff .note-interval.ni-sustain-563::after { -webkit-animation-duration: 563ms; animation-duration: 563ms; } .staff .note-interval.ni-sustain-564::after { -webkit-animation-duration: 564ms; animation-duration: 564ms; } .staff .note-interval.ni-sustain-565::after { -webkit-animation-duration: 565ms; animation-duration: 565ms; } .staff .note-interval.ni-sustain-566::after { -webkit-animation-duration: 566ms; animation-duration: 566ms; } .staff .note-interval.ni-sustain-567::after { -webkit-animation-duration: 567ms; animation-duration: 567ms; } .staff .note-interval.ni-sustain-568::after { -webkit-animation-duration: 568ms; animation-duration: 568ms; } .staff .note-interval.ni-sustain-569::after { -webkit-animation-duration: 569ms; animation-duration: 569ms; } .staff .note-interval.ni-sustain-570::after { -webkit-animation-duration: 570ms; animation-duration: 570ms; } .staff .note-interval.ni-sustain-571::after { -webkit-animation-duration: 571ms; animation-duration: 571ms; } .staff .note-interval.ni-sustain-572::after { -webkit-animation-duration: 572ms; animation-duration: 572ms; } .staff .note-interval.ni-sustain-573::after { -webkit-animation-duration: 573ms; animation-duration: 573ms; } .staff .note-interval.ni-sustain-574::after { -webkit-animation-duration: 574ms; animation-duration: 574ms; } .staff .note-interval.ni-sustain-575::after { -webkit-animation-duration: 575ms; animation-duration: 575ms; } .staff .note-interval.ni-sustain-576::after { -webkit-animation-duration: 576ms; animation-duration: 576ms; } .staff .note-interval.ni-sustain-577::after { -webkit-animation-duration: 577ms; animation-duration: 577ms; } .staff .note-interval.ni-sustain-578::after { -webkit-animation-duration: 578ms; animation-duration: 578ms; } .staff .note-interval.ni-sustain-579::after { -webkit-animation-duration: 579ms; animation-duration: 579ms; } .staff .note-interval.ni-sustain-580::after { -webkit-animation-duration: 580ms; animation-duration: 580ms; } .staff .note-interval.ni-sustain-581::after { -webkit-animation-duration: 581ms; animation-duration: 581ms; } .staff .note-interval.ni-sustain-582::after { -webkit-animation-duration: 582ms; animation-duration: 582ms; } .staff .note-interval.ni-sustain-583::after { -webkit-animation-duration: 583ms; animation-duration: 583ms; } .staff .note-interval.ni-sustain-584::after { -webkit-animation-duration: 584ms; animation-duration: 584ms; } .staff .note-interval.ni-sustain-585::after { -webkit-animation-duration: 585ms; animation-duration: 585ms; } .staff .note-interval.ni-sustain-586::after { -webkit-animation-duration: 586ms; animation-duration: 586ms; } .staff .note-interval.ni-sustain-587::after { -webkit-animation-duration: 587ms; animation-duration: 587ms; } .staff .note-interval.ni-sustain-588::after { -webkit-animation-duration: 588ms; animation-duration: 588ms; } .staff .note-interval.ni-sustain-589::after { -webkit-animation-duration: 589ms; animation-duration: 589ms; } .staff .note-interval.ni-sustain-590::after { -webkit-animation-duration: 590ms; animation-duration: 590ms; } .staff .note-interval.ni-sustain-591::after { -webkit-animation-duration: 591ms; animation-duration: 591ms; } .staff .note-interval.ni-sustain-592::after { -webkit-animation-duration: 592ms; animation-duration: 592ms; } .staff .note-interval.ni-sustain-593::after { -webkit-animation-duration: 593ms; animation-duration: 593ms; } .staff .note-interval.ni-sustain-594::after { -webkit-animation-duration: 594ms; animation-duration: 594ms; } .staff .note-interval.ni-sustain-595::after { -webkit-animation-duration: 595ms; animation-duration: 595ms; } .staff .note-interval.ni-sustain-596::after { -webkit-animation-duration: 596ms; animation-duration: 596ms; } .staff .note-interval.ni-sustain-597::after { -webkit-animation-duration: 597ms; animation-duration: 597ms; } .staff .note-interval.ni-sustain-598::after { -webkit-animation-duration: 598ms; animation-duration: 598ms; } .staff .note-interval.ni-sustain-599::after { -webkit-animation-duration: 599ms; animation-duration: 599ms; } .staff .note-interval.ni-sustain-600::after { -webkit-animation-duration: 600ms; animation-duration: 600ms; } .staff .note-interval.ni-sustain-601::after { -webkit-animation-duration: 601ms; animation-duration: 601ms; } .staff .note-interval.ni-sustain-602::after { -webkit-animation-duration: 602ms; animation-duration: 602ms; } .staff .note-interval.ni-sustain-603::after { -webkit-animation-duration: 603ms; animation-duration: 603ms; } .staff .note-interval.ni-sustain-604::after { -webkit-animation-duration: 604ms; animation-duration: 604ms; } .staff .note-interval.ni-sustain-605::after { -webkit-animation-duration: 605ms; animation-duration: 605ms; } .staff .note-interval.ni-sustain-606::after { -webkit-animation-duration: 606ms; animation-duration: 606ms; } .staff .note-interval.ni-sustain-607::after { -webkit-animation-duration: 607ms; animation-duration: 607ms; } .staff .note-interval.ni-sustain-608::after { -webkit-animation-duration: 608ms; animation-duration: 608ms; } .staff .note-interval.ni-sustain-609::after { -webkit-animation-duration: 609ms; animation-duration: 609ms; } .staff .note-interval.ni-sustain-610::after { -webkit-animation-duration: 610ms; animation-duration: 610ms; } .staff .note-interval.ni-sustain-611::after { -webkit-animation-duration: 611ms; animation-duration: 611ms; } .staff .note-interval.ni-sustain-612::after { -webkit-animation-duration: 612ms; animation-duration: 612ms; } .staff .note-interval.ni-sustain-613::after { -webkit-animation-duration: 613ms; animation-duration: 613ms; } .staff .note-interval.ni-sustain-614::after { -webkit-animation-duration: 614ms; animation-duration: 614ms; } .staff .note-interval.ni-sustain-615::after { -webkit-animation-duration: 615ms; animation-duration: 615ms; } .staff .note-interval.ni-sustain-616::after { -webkit-animation-duration: 616ms; animation-duration: 616ms; } .staff .note-interval.ni-sustain-617::after { -webkit-animation-duration: 617ms; animation-duration: 617ms; } .staff .note-interval.ni-sustain-618::after { -webkit-animation-duration: 618ms; animation-duration: 618ms; } .staff .note-interval.ni-sustain-619::after { -webkit-animation-duration: 619ms; animation-duration: 619ms; } .staff .note-interval.ni-sustain-620::after { -webkit-animation-duration: 620ms; animation-duration: 620ms; } .staff .note-interval.ni-sustain-621::after { -webkit-animation-duration: 621ms; animation-duration: 621ms; } .staff .note-interval.ni-sustain-622::after { -webkit-animation-duration: 622ms; animation-duration: 622ms; } .staff .note-interval.ni-sustain-623::after { -webkit-animation-duration: 623ms; animation-duration: 623ms; } .staff .note-interval.ni-sustain-624::after { -webkit-animation-duration: 624ms; animation-duration: 624ms; } .staff .note-interval.ni-sustain-625::after { -webkit-animation-duration: 625ms; animation-duration: 625ms; } .staff .note-interval.ni-sustain-626::after { -webkit-animation-duration: 626ms; animation-duration: 626ms; } .staff .note-interval.ni-sustain-627::after { -webkit-animation-duration: 627ms; animation-duration: 627ms; } .staff .note-interval.ni-sustain-628::after { -webkit-animation-duration: 628ms; animation-duration: 628ms; } .staff .note-interval.ni-sustain-629::after { -webkit-animation-duration: 629ms; animation-duration: 629ms; } .staff .note-interval.ni-sustain-630::after { -webkit-animation-duration: 630ms; animation-duration: 630ms; } .staff .note-interval.ni-sustain-631::after { -webkit-animation-duration: 631ms; animation-duration: 631ms; } .staff .note-interval.ni-sustain-632::after { -webkit-animation-duration: 632ms; animation-duration: 632ms; } .staff .note-interval.ni-sustain-633::after { -webkit-animation-duration: 633ms; animation-duration: 633ms; } .staff .note-interval.ni-sustain-634::after { -webkit-animation-duration: 634ms; animation-duration: 634ms; } .staff .note-interval.ni-sustain-635::after { -webkit-animation-duration: 635ms; animation-duration: 635ms; } .staff .note-interval.ni-sustain-636::after { -webkit-animation-duration: 636ms; animation-duration: 636ms; } .staff .note-interval.ni-sustain-637::after { -webkit-animation-duration: 637ms; animation-duration: 637ms; } .staff .note-interval.ni-sustain-638::after { -webkit-animation-duration: 638ms; animation-duration: 638ms; } .staff .note-interval.ni-sustain-639::after { -webkit-animation-duration: 639ms; animation-duration: 639ms; } .staff .note-interval.ni-sustain-640::after { -webkit-animation-duration: 640ms; animation-duration: 640ms; } .staff .note-interval.ni-sustain-641::after { -webkit-animation-duration: 641ms; animation-duration: 641ms; } .staff .note-interval.ni-sustain-642::after { -webkit-animation-duration: 642ms; animation-duration: 642ms; } .staff .note-interval.ni-sustain-643::after { -webkit-animation-duration: 643ms; animation-duration: 643ms; } .staff .note-interval.ni-sustain-644::after { -webkit-animation-duration: 644ms; animation-duration: 644ms; } .staff .note-interval.ni-sustain-645::after { -webkit-animation-duration: 645ms; animation-duration: 645ms; } .staff .note-interval.ni-sustain-646::after { -webkit-animation-duration: 646ms; animation-duration: 646ms; } .staff .note-interval.ni-sustain-647::after { -webkit-animation-duration: 647ms; animation-duration: 647ms; } .staff .note-interval.ni-sustain-648::after { -webkit-animation-duration: 648ms; animation-duration: 648ms; } .staff .note-interval.ni-sustain-649::after { -webkit-animation-duration: 649ms; animation-duration: 649ms; } .staff .note-interval.ni-sustain-650::after { -webkit-animation-duration: 650ms; animation-duration: 650ms; } .staff .note-interval.ni-sustain-651::after { -webkit-animation-duration: 651ms; animation-duration: 651ms; } .staff .note-interval.ni-sustain-652::after { -webkit-animation-duration: 652ms; animation-duration: 652ms; } .staff .note-interval.ni-sustain-653::after { -webkit-animation-duration: 653ms; animation-duration: 653ms; } .staff .note-interval.ni-sustain-654::after { -webkit-animation-duration: 654ms; animation-duration: 654ms; } .staff .note-interval.ni-sustain-655::after { -webkit-animation-duration: 655ms; animation-duration: 655ms; } .staff .note-interval.ni-sustain-656::after { -webkit-animation-duration: 656ms; animation-duration: 656ms; } .staff .note-interval.ni-sustain-657::after { -webkit-animation-duration: 657ms; animation-duration: 657ms; } .staff .note-interval.ni-sustain-658::after { -webkit-animation-duration: 658ms; animation-duration: 658ms; } .staff .note-interval.ni-sustain-659::after { -webkit-animation-duration: 659ms; animation-duration: 659ms; } .staff .note-interval.ni-sustain-660::after { -webkit-animation-duration: 660ms; animation-duration: 660ms; } .staff .note-interval.ni-sustain-661::after { -webkit-animation-duration: 661ms; animation-duration: 661ms; } .staff .note-interval.ni-sustain-662::after { -webkit-animation-duration: 662ms; animation-duration: 662ms; } .staff .note-interval.ni-sustain-663::after { -webkit-animation-duration: 663ms; animation-duration: 663ms; } .staff .note-interval.ni-sustain-664::after { -webkit-animation-duration: 664ms; animation-duration: 664ms; } .staff .note-interval.ni-sustain-665::after { -webkit-animation-duration: 665ms; animation-duration: 665ms; } .staff .note-interval.ni-sustain-666::after { -webkit-animation-duration: 666ms; animation-duration: 666ms; } .staff .note-interval.ni-sustain-667::after { -webkit-animation-duration: 667ms; animation-duration: 667ms; } .staff .note-interval.ni-sustain-668::after { -webkit-animation-duration: 668ms; animation-duration: 668ms; } .staff .note-interval.ni-sustain-669::after { -webkit-animation-duration: 669ms; animation-duration: 669ms; } .staff .note-interval.ni-sustain-670::after { -webkit-animation-duration: 670ms; animation-duration: 670ms; } .staff .note-interval.ni-sustain-671::after { -webkit-animation-duration: 671ms; animation-duration: 671ms; } .staff .note-interval.ni-sustain-672::after { -webkit-animation-duration: 672ms; animation-duration: 672ms; } .staff .note-interval.ni-sustain-673::after { -webkit-animation-duration: 673ms; animation-duration: 673ms; } .staff .note-interval.ni-sustain-674::after { -webkit-animation-duration: 674ms; animation-duration: 674ms; } .staff .note-interval.ni-sustain-675::after { -webkit-animation-duration: 675ms; animation-duration: 675ms; } .staff .note-interval.ni-sustain-676::after { -webkit-animation-duration: 676ms; animation-duration: 676ms; } .staff .note-interval.ni-sustain-677::after { -webkit-animation-duration: 677ms; animation-duration: 677ms; } .staff .note-interval.ni-sustain-678::after { -webkit-animation-duration: 678ms; animation-duration: 678ms; } .staff .note-interval.ni-sustain-679::after { -webkit-animation-duration: 679ms; animation-duration: 679ms; } .staff .note-interval.ni-sustain-680::after { -webkit-animation-duration: 680ms; animation-duration: 680ms; } .staff .note-interval.ni-sustain-681::after { -webkit-animation-duration: 681ms; animation-duration: 681ms; } .staff .note-interval.ni-sustain-682::after { -webkit-animation-duration: 682ms; animation-duration: 682ms; } .staff .note-interval.ni-sustain-683::after { -webkit-animation-duration: 683ms; animation-duration: 683ms; } .staff .note-interval.ni-sustain-684::after { -webkit-animation-duration: 684ms; animation-duration: 684ms; } .staff .note-interval.ni-sustain-685::after { -webkit-animation-duration: 685ms; animation-duration: 685ms; } .staff .note-interval.ni-sustain-686::after { -webkit-animation-duration: 686ms; animation-duration: 686ms; } .staff .note-interval.ni-sustain-687::after { -webkit-animation-duration: 687ms; animation-duration: 687ms; } .staff .note-interval.ni-sustain-688::after { -webkit-animation-duration: 688ms; animation-duration: 688ms; } .staff .note-interval.ni-sustain-689::after { -webkit-animation-duration: 689ms; animation-duration: 689ms; } .staff .note-interval.ni-sustain-690::after { -webkit-animation-duration: 690ms; animation-duration: 690ms; } .staff .note-interval.ni-sustain-691::after { -webkit-animation-duration: 691ms; animation-duration: 691ms; } .staff .note-interval.ni-sustain-692::after { -webkit-animation-duration: 692ms; animation-duration: 692ms; } .staff .note-interval.ni-sustain-693::after { -webkit-animation-duration: 693ms; animation-duration: 693ms; } .staff .note-interval.ni-sustain-694::after { -webkit-animation-duration: 694ms; animation-duration: 694ms; } .staff .note-interval.ni-sustain-695::after { -webkit-animation-duration: 695ms; animation-duration: 695ms; } .staff .note-interval.ni-sustain-696::after { -webkit-animation-duration: 696ms; animation-duration: 696ms; } .staff .note-interval.ni-sustain-697::after { -webkit-animation-duration: 697ms; animation-duration: 697ms; } .staff .note-interval.ni-sustain-698::after { -webkit-animation-duration: 698ms; animation-duration: 698ms; } .staff .note-interval.ni-sustain-699::after { -webkit-animation-duration: 699ms; animation-duration: 699ms; } .staff .note-interval.ni-sustain-700::after { -webkit-animation-duration: 700ms; animation-duration: 700ms; } .staff .note-interval.ni-sustain-701::after { -webkit-animation-duration: 701ms; animation-duration: 701ms; } .staff .note-interval.ni-sustain-702::after { -webkit-animation-duration: 702ms; animation-duration: 702ms; } .staff .note-interval.ni-sustain-703::after { -webkit-animation-duration: 703ms; animation-duration: 703ms; } .staff .note-interval.ni-sustain-704::after { -webkit-animation-duration: 704ms; animation-duration: 704ms; } .staff .note-interval.ni-sustain-705::after { -webkit-animation-duration: 705ms; animation-duration: 705ms; } .staff .note-interval.ni-sustain-706::after { -webkit-animation-duration: 706ms; animation-duration: 706ms; } .staff .note-interval.ni-sustain-707::after { -webkit-animation-duration: 707ms; animation-duration: 707ms; } .staff .note-interval.ni-sustain-708::after { -webkit-animation-duration: 708ms; animation-duration: 708ms; } .staff .note-interval.ni-sustain-709::after { -webkit-animation-duration: 709ms; animation-duration: 709ms; } .staff .note-interval.ni-sustain-710::after { -webkit-animation-duration: 710ms; animation-duration: 710ms; } .staff .note-interval.ni-sustain-711::after { -webkit-animation-duration: 711ms; animation-duration: 711ms; } .staff .note-interval.ni-sustain-712::after { -webkit-animation-duration: 712ms; animation-duration: 712ms; } .staff .note-interval.ni-sustain-713::after { -webkit-animation-duration: 713ms; animation-duration: 713ms; } .staff .note-interval.ni-sustain-714::after { -webkit-animation-duration: 714ms; animation-duration: 714ms; } .staff .note-interval.ni-sustain-715::after { -webkit-animation-duration: 715ms; animation-duration: 715ms; } .staff .note-interval.ni-sustain-716::after { -webkit-animation-duration: 716ms; animation-duration: 716ms; } .staff .note-interval.ni-sustain-717::after { -webkit-animation-duration: 717ms; animation-duration: 717ms; } .staff .note-interval.ni-sustain-718::after { -webkit-animation-duration: 718ms; animation-duration: 718ms; } .staff .note-interval.ni-sustain-719::after { -webkit-animation-duration: 719ms; animation-duration: 719ms; } .staff .note-interval.ni-sustain-720::after { -webkit-animation-duration: 720ms; animation-duration: 720ms; } .staff .note-interval.ni-sustain-721::after { -webkit-animation-duration: 721ms; animation-duration: 721ms; } .staff .note-interval.ni-sustain-722::after { -webkit-animation-duration: 722ms; animation-duration: 722ms; } .staff .note-interval.ni-sustain-723::after { -webkit-animation-duration: 723ms; animation-duration: 723ms; } .staff .note-interval.ni-sustain-724::after { -webkit-animation-duration: 724ms; animation-duration: 724ms; } .staff .note-interval.ni-sustain-725::after { -webkit-animation-duration: 725ms; animation-duration: 725ms; } .staff .note-interval.ni-sustain-726::after { -webkit-animation-duration: 726ms; animation-duration: 726ms; } .staff .note-interval.ni-sustain-727::after { -webkit-animation-duration: 727ms; animation-duration: 727ms; } .staff .note-interval.ni-sustain-728::after { -webkit-animation-duration: 728ms; animation-duration: 728ms; } .staff .note-interval.ni-sustain-729::after { -webkit-animation-duration: 729ms; animation-duration: 729ms; } .staff .note-interval.ni-sustain-730::after { -webkit-animation-duration: 730ms; animation-duration: 730ms; } .staff .note-interval.ni-sustain-731::after { -webkit-animation-duration: 731ms; animation-duration: 731ms; } .staff .note-interval.ni-sustain-732::after { -webkit-animation-duration: 732ms; animation-duration: 732ms; } .staff .note-interval.ni-sustain-733::after { -webkit-animation-duration: 733ms; animation-duration: 733ms; } .staff .note-interval.ni-sustain-734::after { -webkit-animation-duration: 734ms; animation-duration: 734ms; } .staff .note-interval.ni-sustain-735::after { -webkit-animation-duration: 735ms; animation-duration: 735ms; } .staff .note-interval.ni-sustain-736::after { -webkit-animation-duration: 736ms; animation-duration: 736ms; } .staff .note-interval.ni-sustain-737::after { -webkit-animation-duration: 737ms; animation-duration: 737ms; } .staff .note-interval.ni-sustain-738::after { -webkit-animation-duration: 738ms; animation-duration: 738ms; } .staff .note-interval.ni-sustain-739::after { -webkit-animation-duration: 739ms; animation-duration: 739ms; } .staff .note-interval.ni-sustain-740::after { -webkit-animation-duration: 740ms; animation-duration: 740ms; } .staff .note-interval.ni-sustain-741::after { -webkit-animation-duration: 741ms; animation-duration: 741ms; } .staff .note-interval.ni-sustain-742::after { -webkit-animation-duration: 742ms; animation-duration: 742ms; } .staff .note-interval.ni-sustain-743::after { -webkit-animation-duration: 743ms; animation-duration: 743ms; } .staff .note-interval.ni-sustain-744::after { -webkit-animation-duration: 744ms; animation-duration: 744ms; } .staff .note-interval.ni-sustain-745::after { -webkit-animation-duration: 745ms; animation-duration: 745ms; } .staff .note-interval.ni-sustain-746::after { -webkit-animation-duration: 746ms; animation-duration: 746ms; } .staff .note-interval.ni-sustain-747::after { -webkit-animation-duration: 747ms; animation-duration: 747ms; } .staff .note-interval.ni-sustain-748::after { -webkit-animation-duration: 748ms; animation-duration: 748ms; } .staff .note-interval.ni-sustain-749::after { -webkit-animation-duration: 749ms; animation-duration: 749ms; } .staff .note-interval.ni-sustain-750::after { -webkit-animation-duration: 750ms; animation-duration: 750ms; } .staff .note-interval.ni-sustain-751::after { -webkit-animation-duration: 751ms; animation-duration: 751ms; } .staff .note-interval.ni-sustain-752::after { -webkit-animation-duration: 752ms; animation-duration: 752ms; } .staff .note-interval.ni-sustain-753::after { -webkit-animation-duration: 753ms; animation-duration: 753ms; } .staff .note-interval.ni-sustain-754::after { -webkit-animation-duration: 754ms; animation-duration: 754ms; } .staff .note-interval.ni-sustain-755::after { -webkit-animation-duration: 755ms; animation-duration: 755ms; } .staff .note-interval.ni-sustain-756::after { -webkit-animation-duration: 756ms; animation-duration: 756ms; } .staff .note-interval.ni-sustain-757::after { -webkit-animation-duration: 757ms; animation-duration: 757ms; } .staff .note-interval.ni-sustain-758::after { -webkit-animation-duration: 758ms; animation-duration: 758ms; } .staff .note-interval.ni-sustain-759::after { -webkit-animation-duration: 759ms; animation-duration: 759ms; } .staff .note-interval.ni-sustain-760::after { -webkit-animation-duration: 760ms; animation-duration: 760ms; } .staff .note-interval.ni-sustain-761::after { -webkit-animation-duration: 761ms; animation-duration: 761ms; } .staff .note-interval.ni-sustain-762::after { -webkit-animation-duration: 762ms; animation-duration: 762ms; } .staff .note-interval.ni-sustain-763::after { -webkit-animation-duration: 763ms; animation-duration: 763ms; } .staff .note-interval.ni-sustain-764::after { -webkit-animation-duration: 764ms; animation-duration: 764ms; } .staff .note-interval.ni-sustain-765::after { -webkit-animation-duration: 765ms; animation-duration: 765ms; } .staff .note-interval.ni-sustain-766::after { -webkit-animation-duration: 766ms; animation-duration: 766ms; } .staff .note-interval.ni-sustain-767::after { -webkit-animation-duration: 767ms; animation-duration: 767ms; } .staff .note-interval.ni-sustain-768::after { -webkit-animation-duration: 768ms; animation-duration: 768ms; } .staff .note-interval.ni-sustain-769::after { -webkit-animation-duration: 769ms; animation-duration: 769ms; } .staff .note-interval.ni-sustain-770::after { -webkit-animation-duration: 770ms; animation-duration: 770ms; } .staff .note-interval.ni-sustain-771::after { -webkit-animation-duration: 771ms; animation-duration: 771ms; } .staff .note-interval.ni-sustain-772::after { -webkit-animation-duration: 772ms; animation-duration: 772ms; } .staff .note-interval.ni-sustain-773::after { -webkit-animation-duration: 773ms; animation-duration: 773ms; } .staff .note-interval.ni-sustain-774::after { -webkit-animation-duration: 774ms; animation-duration: 774ms; } .staff .note-interval.ni-sustain-775::after { -webkit-animation-duration: 775ms; animation-duration: 775ms; } .staff .note-interval.ni-sustain-776::after { -webkit-animation-duration: 776ms; animation-duration: 776ms; } .staff .note-interval.ni-sustain-777::after { -webkit-animation-duration: 777ms; animation-duration: 777ms; } .staff .note-interval.ni-sustain-778::after { -webkit-animation-duration: 778ms; animation-duration: 778ms; } .staff .note-interval.ni-sustain-779::after { -webkit-animation-duration: 779ms; animation-duration: 779ms; } .staff .note-interval.ni-sustain-780::after { -webkit-animation-duration: 780ms; animation-duration: 780ms; } .staff .note-interval.ni-sustain-781::after { -webkit-animation-duration: 781ms; animation-duration: 781ms; } .staff .note-interval.ni-sustain-782::after { -webkit-animation-duration: 782ms; animation-duration: 782ms; } .staff .note-interval.ni-sustain-783::after { -webkit-animation-duration: 783ms; animation-duration: 783ms; } .staff .note-interval.ni-sustain-784::after { -webkit-animation-duration: 784ms; animation-duration: 784ms; } .staff .note-interval.ni-sustain-785::after { -webkit-animation-duration: 785ms; animation-duration: 785ms; } .staff .note-interval.ni-sustain-786::after { -webkit-animation-duration: 786ms; animation-duration: 786ms; } .staff .note-interval.ni-sustain-787::after { -webkit-animation-duration: 787ms; animation-duration: 787ms; } .staff .note-interval.ni-sustain-788::after { -webkit-animation-duration: 788ms; animation-duration: 788ms; } .staff .note-interval.ni-sustain-789::after { -webkit-animation-duration: 789ms; animation-duration: 789ms; } .staff .note-interval.ni-sustain-790::after { -webkit-animation-duration: 790ms; animation-duration: 790ms; } .staff .note-interval.ni-sustain-791::after { -webkit-animation-duration: 791ms; animation-duration: 791ms; } .staff .note-interval.ni-sustain-792::after { -webkit-animation-duration: 792ms; animation-duration: 792ms; } .staff .note-interval.ni-sustain-793::after { -webkit-animation-duration: 793ms; animation-duration: 793ms; } .staff .note-interval.ni-sustain-794::after { -webkit-animation-duration: 794ms; animation-duration: 794ms; } .staff .note-interval.ni-sustain-795::after { -webkit-animation-duration: 795ms; animation-duration: 795ms; } .staff .note-interval.ni-sustain-796::after { -webkit-animation-duration: 796ms; animation-duration: 796ms; } .staff .note-interval.ni-sustain-797::after { -webkit-animation-duration: 797ms; animation-duration: 797ms; } .staff .note-interval.ni-sustain-798::after { -webkit-animation-duration: 798ms; animation-duration: 798ms; } .staff .note-interval.ni-sustain-799::after { -webkit-animation-duration: 799ms; animation-duration: 799ms; } .staff .note-interval.ni-sustain-800::after { -webkit-animation-duration: 800ms; animation-duration: 800ms; } .staff .note-interval.ni-sustain-801::after { -webkit-animation-duration: 801ms; animation-duration: 801ms; } .staff .note-interval.ni-sustain-802::after { -webkit-animation-duration: 802ms; animation-duration: 802ms; } .staff .note-interval.ni-sustain-803::after { -webkit-animation-duration: 803ms; animation-duration: 803ms; } .staff .note-interval.ni-sustain-804::after { -webkit-animation-duration: 804ms; animation-duration: 804ms; } .staff .note-interval.ni-sustain-805::after { -webkit-animation-duration: 805ms; animation-duration: 805ms; } .staff .note-interval.ni-sustain-806::after { -webkit-animation-duration: 806ms; animation-duration: 806ms; } .staff .note-interval.ni-sustain-807::after { -webkit-animation-duration: 807ms; animation-duration: 807ms; } .staff .note-interval.ni-sustain-808::after { -webkit-animation-duration: 808ms; animation-duration: 808ms; } .staff .note-interval.ni-sustain-809::after { -webkit-animation-duration: 809ms; animation-duration: 809ms; } .staff .note-interval.ni-sustain-810::after { -webkit-animation-duration: 810ms; animation-duration: 810ms; } .staff .note-interval.ni-sustain-811::after { -webkit-animation-duration: 811ms; animation-duration: 811ms; } .staff .note-interval.ni-sustain-812::after { -webkit-animation-duration: 812ms; animation-duration: 812ms; } .staff .note-interval.ni-sustain-813::after { -webkit-animation-duration: 813ms; animation-duration: 813ms; } .staff .note-interval.ni-sustain-814::after { -webkit-animation-duration: 814ms; animation-duration: 814ms; } .staff .note-interval.ni-sustain-815::after { -webkit-animation-duration: 815ms; animation-duration: 815ms; } .staff .note-interval.ni-sustain-816::after { -webkit-animation-duration: 816ms; animation-duration: 816ms; } .staff .note-interval.ni-sustain-817::after { -webkit-animation-duration: 817ms; animation-duration: 817ms; } .staff .note-interval.ni-sustain-818::after { -webkit-animation-duration: 818ms; animation-duration: 818ms; } .staff .note-interval.ni-sustain-819::after { -webkit-animation-duration: 819ms; animation-duration: 819ms; } .staff .note-interval.ni-sustain-820::after { -webkit-animation-duration: 820ms; animation-duration: 820ms; } .staff .note-interval.ni-sustain-821::after { -webkit-animation-duration: 821ms; animation-duration: 821ms; } .staff .note-interval.ni-sustain-822::after { -webkit-animation-duration: 822ms; animation-duration: 822ms; } .staff .note-interval.ni-sustain-823::after { -webkit-animation-duration: 823ms; animation-duration: 823ms; } .staff .note-interval.ni-sustain-824::after { -webkit-animation-duration: 824ms; animation-duration: 824ms; } .staff .note-interval.ni-sustain-825::after { -webkit-animation-duration: 825ms; animation-duration: 825ms; } .staff .note-interval.ni-sustain-826::after { -webkit-animation-duration: 826ms; animation-duration: 826ms; } .staff .note-interval.ni-sustain-827::after { -webkit-animation-duration: 827ms; animation-duration: 827ms; } .staff .note-interval.ni-sustain-828::after { -webkit-animation-duration: 828ms; animation-duration: 828ms; } .staff .note-interval.ni-sustain-829::after { -webkit-animation-duration: 829ms; animation-duration: 829ms; } .staff .note-interval.ni-sustain-830::after { -webkit-animation-duration: 830ms; animation-duration: 830ms; } .staff .note-interval.ni-sustain-831::after { -webkit-animation-duration: 831ms; animation-duration: 831ms; } .staff .note-interval.ni-sustain-832::after { -webkit-animation-duration: 832ms; animation-duration: 832ms; } .staff .note-interval.ni-sustain-833::after { -webkit-animation-duration: 833ms; animation-duration: 833ms; } .staff .note-interval.ni-sustain-834::after { -webkit-animation-duration: 834ms; animation-duration: 834ms; } .staff .note-interval.ni-sustain-835::after { -webkit-animation-duration: 835ms; animation-duration: 835ms; } .staff .note-interval.ni-sustain-836::after { -webkit-animation-duration: 836ms; animation-duration: 836ms; } .staff .note-interval.ni-sustain-837::after { -webkit-animation-duration: 837ms; animation-duration: 837ms; } .staff .note-interval.ni-sustain-838::after { -webkit-animation-duration: 838ms; animation-duration: 838ms; } .staff .note-interval.ni-sustain-839::after { -webkit-animation-duration: 839ms; animation-duration: 839ms; } .staff .note-interval.ni-sustain-840::after { -webkit-animation-duration: 840ms; animation-duration: 840ms; } .staff .note-interval.ni-sustain-841::after { -webkit-animation-duration: 841ms; animation-duration: 841ms; } .staff .note-interval.ni-sustain-842::after { -webkit-animation-duration: 842ms; animation-duration: 842ms; } .staff .note-interval.ni-sustain-843::after { -webkit-animation-duration: 843ms; animation-duration: 843ms; } .staff .note-interval.ni-sustain-844::after { -webkit-animation-duration: 844ms; animation-duration: 844ms; } .staff .note-interval.ni-sustain-845::after { -webkit-animation-duration: 845ms; animation-duration: 845ms; } .staff .note-interval.ni-sustain-846::after { -webkit-animation-duration: 846ms; animation-duration: 846ms; } .staff .note-interval.ni-sustain-847::after { -webkit-animation-duration: 847ms; animation-duration: 847ms; } .staff .note-interval.ni-sustain-848::after { -webkit-animation-duration: 848ms; animation-duration: 848ms; } .staff .note-interval.ni-sustain-849::after { -webkit-animation-duration: 849ms; animation-duration: 849ms; } .staff .note-interval.ni-sustain-850::after { -webkit-animation-duration: 850ms; animation-duration: 850ms; } .staff .note-interval.ni-sustain-851::after { -webkit-animation-duration: 851ms; animation-duration: 851ms; } .staff .note-interval.ni-sustain-852::after { -webkit-animation-duration: 852ms; animation-duration: 852ms; } .staff .note-interval.ni-sustain-853::after { -webkit-animation-duration: 853ms; animation-duration: 853ms; } .staff .note-interval.ni-sustain-854::after { -webkit-animation-duration: 854ms; animation-duration: 854ms; } .staff .note-interval.ni-sustain-855::after { -webkit-animation-duration: 855ms; animation-duration: 855ms; } .staff .note-interval.ni-sustain-856::after { -webkit-animation-duration: 856ms; animation-duration: 856ms; } .staff .note-interval.ni-sustain-857::after { -webkit-animation-duration: 857ms; animation-duration: 857ms; } .staff .note-interval.ni-sustain-858::after { -webkit-animation-duration: 858ms; animation-duration: 858ms; } .staff .note-interval.ni-sustain-859::after { -webkit-animation-duration: 859ms; animation-duration: 859ms; } .staff .note-interval.ni-sustain-860::after { -webkit-animation-duration: 860ms; animation-duration: 860ms; } .staff .note-interval.ni-sustain-861::after { -webkit-animation-duration: 861ms; animation-duration: 861ms; } .staff .note-interval.ni-sustain-862::after { -webkit-animation-duration: 862ms; animation-duration: 862ms; } .staff .note-interval.ni-sustain-863::after { -webkit-animation-duration: 863ms; animation-duration: 863ms; } .staff .note-interval.ni-sustain-864::after { -webkit-animation-duration: 864ms; animation-duration: 864ms; } .staff .note-interval.ni-sustain-865::after { -webkit-animation-duration: 865ms; animation-duration: 865ms; } .staff .note-interval.ni-sustain-866::after { -webkit-animation-duration: 866ms; animation-duration: 866ms; } .staff .note-interval.ni-sustain-867::after { -webkit-animation-duration: 867ms; animation-duration: 867ms; } .staff .note-interval.ni-sustain-868::after { -webkit-animation-duration: 868ms; animation-duration: 868ms; } .staff .note-interval.ni-sustain-869::after { -webkit-animation-duration: 869ms; animation-duration: 869ms; } .staff .note-interval.ni-sustain-870::after { -webkit-animation-duration: 870ms; animation-duration: 870ms; } .staff .note-interval.ni-sustain-871::after { -webkit-animation-duration: 871ms; animation-duration: 871ms; } .staff .note-interval.ni-sustain-872::after { -webkit-animation-duration: 872ms; animation-duration: 872ms; } .staff .note-interval.ni-sustain-873::after { -webkit-animation-duration: 873ms; animation-duration: 873ms; } .staff .note-interval.ni-sustain-874::after { -webkit-animation-duration: 874ms; animation-duration: 874ms; } .staff .note-interval.ni-sustain-875::after { -webkit-animation-duration: 875ms; animation-duration: 875ms; } .staff .note-interval.ni-sustain-876::after { -webkit-animation-duration: 876ms; animation-duration: 876ms; } .staff .note-interval.ni-sustain-877::after { -webkit-animation-duration: 877ms; animation-duration: 877ms; } .staff .note-interval.ni-sustain-878::after { -webkit-animation-duration: 878ms; animation-duration: 878ms; } .staff .note-interval.ni-sustain-879::after { -webkit-animation-duration: 879ms; animation-duration: 879ms; } .staff .note-interval.ni-sustain-880::after { -webkit-animation-duration: 880ms; animation-duration: 880ms; } .staff .note-interval.ni-sustain-881::after { -webkit-animation-duration: 881ms; animation-duration: 881ms; } .staff .note-interval.ni-sustain-882::after { -webkit-animation-duration: 882ms; animation-duration: 882ms; } .staff .note-interval.ni-sustain-883::after { -webkit-animation-duration: 883ms; animation-duration: 883ms; } .staff .note-interval.ni-sustain-884::after { -webkit-animation-duration: 884ms; animation-duration: 884ms; } .staff .note-interval.ni-sustain-885::after { -webkit-animation-duration: 885ms; animation-duration: 885ms; } .staff .note-interval.ni-sustain-886::after { -webkit-animation-duration: 886ms; animation-duration: 886ms; } .staff .note-interval.ni-sustain-887::after { -webkit-animation-duration: 887ms; animation-duration: 887ms; } .staff .note-interval.ni-sustain-888::after { -webkit-animation-duration: 888ms; animation-duration: 888ms; } .staff .note-interval.ni-sustain-889::after { -webkit-animation-duration: 889ms; animation-duration: 889ms; } .staff .note-interval.ni-sustain-890::after { -webkit-animation-duration: 890ms; animation-duration: 890ms; } .staff .note-interval.ni-sustain-891::after { -webkit-animation-duration: 891ms; animation-duration: 891ms; } .staff .note-interval.ni-sustain-892::after { -webkit-animation-duration: 892ms; animation-duration: 892ms; } .staff .note-interval.ni-sustain-893::after { -webkit-animation-duration: 893ms; animation-duration: 893ms; } .staff .note-interval.ni-sustain-894::after { -webkit-animation-duration: 894ms; animation-duration: 894ms; } .staff .note-interval.ni-sustain-895::after { -webkit-animation-duration: 895ms; animation-duration: 895ms; } .staff .note-interval.ni-sustain-896::after { -webkit-animation-duration: 896ms; animation-duration: 896ms; } .staff .note-interval.ni-sustain-897::after { -webkit-animation-duration: 897ms; animation-duration: 897ms; } .staff .note-interval.ni-sustain-898::after { -webkit-animation-duration: 898ms; animation-duration: 898ms; } .staff .note-interval.ni-sustain-899::after { -webkit-animation-duration: 899ms; animation-duration: 899ms; } .staff .note-interval.ni-sustain-900::after { -webkit-animation-duration: 900ms; animation-duration: 900ms; } .staff .note-interval.ni-sustain-901::after { -webkit-animation-duration: 901ms; animation-duration: 901ms; } .staff .note-interval.ni-sustain-902::after { -webkit-animation-duration: 902ms; animation-duration: 902ms; } .staff .note-interval.ni-sustain-903::after { -webkit-animation-duration: 903ms; animation-duration: 903ms; } .staff .note-interval.ni-sustain-904::after { -webkit-animation-duration: 904ms; animation-duration: 904ms; } .staff .note-interval.ni-sustain-905::after { -webkit-animation-duration: 905ms; animation-duration: 905ms; } .staff .note-interval.ni-sustain-906::after { -webkit-animation-duration: 906ms; animation-duration: 906ms; } .staff .note-interval.ni-sustain-907::after { -webkit-animation-duration: 907ms; animation-duration: 907ms; } .staff .note-interval.ni-sustain-908::after { -webkit-animation-duration: 908ms; animation-duration: 908ms; } .staff .note-interval.ni-sustain-909::after { -webkit-animation-duration: 909ms; animation-duration: 909ms; } .staff .note-interval.ni-sustain-910::after { -webkit-animation-duration: 910ms; animation-duration: 910ms; } .staff .note-interval.ni-sustain-911::after { -webkit-animation-duration: 911ms; animation-duration: 911ms; } .staff .note-interval.ni-sustain-912::after { -webkit-animation-duration: 912ms; animation-duration: 912ms; } .staff .note-interval.ni-sustain-913::after { -webkit-animation-duration: 913ms; animation-duration: 913ms; } .staff .note-interval.ni-sustain-914::after { -webkit-animation-duration: 914ms; animation-duration: 914ms; } .staff .note-interval.ni-sustain-915::after { -webkit-animation-duration: 915ms; animation-duration: 915ms; } .staff .note-interval.ni-sustain-916::after { -webkit-animation-duration: 916ms; animation-duration: 916ms; } .staff .note-interval.ni-sustain-917::after { -webkit-animation-duration: 917ms; animation-duration: 917ms; } .staff .note-interval.ni-sustain-918::after { -webkit-animation-duration: 918ms; animation-duration: 918ms; } .staff .note-interval.ni-sustain-919::after { -webkit-animation-duration: 919ms; animation-duration: 919ms; } .staff .note-interval.ni-sustain-920::after { -webkit-animation-duration: 920ms; animation-duration: 920ms; } .staff .note-interval.ni-sustain-921::after { -webkit-animation-duration: 921ms; animation-duration: 921ms; } .staff .note-interval.ni-sustain-922::after { -webkit-animation-duration: 922ms; animation-duration: 922ms; } .staff .note-interval.ni-sustain-923::after { -webkit-animation-duration: 923ms; animation-duration: 923ms; } .staff .note-interval.ni-sustain-924::after { -webkit-animation-duration: 924ms; animation-duration: 924ms; } .staff .note-interval.ni-sustain-925::after { -webkit-animation-duration: 925ms; animation-duration: 925ms; } .staff .note-interval.ni-sustain-926::after { -webkit-animation-duration: 926ms; animation-duration: 926ms; } .staff .note-interval.ni-sustain-927::after { -webkit-animation-duration: 927ms; animation-duration: 927ms; } .staff .note-interval.ni-sustain-928::after { -webkit-animation-duration: 928ms; animation-duration: 928ms; } .staff .note-interval.ni-sustain-929::after { -webkit-animation-duration: 929ms; animation-duration: 929ms; } .staff .note-interval.ni-sustain-930::after { -webkit-animation-duration: 930ms; animation-duration: 930ms; } .staff .note-interval.ni-sustain-931::after { -webkit-animation-duration: 931ms; animation-duration: 931ms; } .staff .note-interval.ni-sustain-932::after { -webkit-animation-duration: 932ms; animation-duration: 932ms; } .staff .note-interval.ni-sustain-933::after { -webkit-animation-duration: 933ms; animation-duration: 933ms; } .staff .note-interval.ni-sustain-934::after { -webkit-animation-duration: 934ms; animation-duration: 934ms; } .staff .note-interval.ni-sustain-935::after { -webkit-animation-duration: 935ms; animation-duration: 935ms; } .staff .note-interval.ni-sustain-936::after { -webkit-animation-duration: 936ms; animation-duration: 936ms; } .staff .note-interval.ni-sustain-937::after { -webkit-animation-duration: 937ms; animation-duration: 937ms; } .staff .note-interval.ni-sustain-938::after { -webkit-animation-duration: 938ms; animation-duration: 938ms; } .staff .note-interval.ni-sustain-939::after { -webkit-animation-duration: 939ms; animation-duration: 939ms; } .staff .note-interval.ni-sustain-940::after { -webkit-animation-duration: 940ms; animation-duration: 940ms; } .staff .note-interval.ni-sustain-941::after { -webkit-animation-duration: 941ms; animation-duration: 941ms; } .staff .note-interval.ni-sustain-942::after { -webkit-animation-duration: 942ms; animation-duration: 942ms; } .staff .note-interval.ni-sustain-943::after { -webkit-animation-duration: 943ms; animation-duration: 943ms; } .staff .note-interval.ni-sustain-944::after { -webkit-animation-duration: 944ms; animation-duration: 944ms; } .staff .note-interval.ni-sustain-945::after { -webkit-animation-duration: 945ms; animation-duration: 945ms; } .staff .note-interval.ni-sustain-946::after { -webkit-animation-duration: 946ms; animation-duration: 946ms; } .staff .note-interval.ni-sustain-947::after { -webkit-animation-duration: 947ms; animation-duration: 947ms; } .staff .note-interval.ni-sustain-948::after { -webkit-animation-duration: 948ms; animation-duration: 948ms; } .staff .note-interval.ni-sustain-949::after { -webkit-animation-duration: 949ms; animation-duration: 949ms; } .staff .note-interval.ni-sustain-950::after { -webkit-animation-duration: 950ms; animation-duration: 950ms; } .staff .note-interval.ni-sustain-951::after { -webkit-animation-duration: 951ms; animation-duration: 951ms; } .staff .note-interval.ni-sustain-952::after { -webkit-animation-duration: 952ms; animation-duration: 952ms; } .staff .note-interval.ni-sustain-953::after { -webkit-animation-duration: 953ms; animation-duration: 953ms; } .staff .note-interval.ni-sustain-954::after { -webkit-animation-duration: 954ms; animation-duration: 954ms; } .staff .note-interval.ni-sustain-955::after { -webkit-animation-duration: 955ms; animation-duration: 955ms; } .staff .note-interval.ni-sustain-956::after { -webkit-animation-duration: 956ms; animation-duration: 956ms; } .staff .note-interval.ni-sustain-957::after { -webkit-animation-duration: 957ms; animation-duration: 957ms; } .staff .note-interval.ni-sustain-958::after { -webkit-animation-duration: 958ms; animation-duration: 958ms; } .staff .note-interval.ni-sustain-959::after { -webkit-animation-duration: 959ms; animation-duration: 959ms; } .staff .note-interval.ni-sustain-960::after { -webkit-animation-duration: 960ms; animation-duration: 960ms; } .staff .note-interval.ni-sustain-961::after { -webkit-animation-duration: 961ms; animation-duration: 961ms; } .staff .note-interval.ni-sustain-962::after { -webkit-animation-duration: 962ms; animation-duration: 962ms; } .staff .note-interval.ni-sustain-963::after { -webkit-animation-duration: 963ms; animation-duration: 963ms; } .staff .note-interval.ni-sustain-964::after { -webkit-animation-duration: 964ms; animation-duration: 964ms; } .staff .note-interval.ni-sustain-965::after { -webkit-animation-duration: 965ms; animation-duration: 965ms; } .staff .note-interval.ni-sustain-966::after { -webkit-animation-duration: 966ms; animation-duration: 966ms; } .staff .note-interval.ni-sustain-967::after { -webkit-animation-duration: 967ms; animation-duration: 967ms; } .staff .note-interval.ni-sustain-968::after { -webkit-animation-duration: 968ms; animation-duration: 968ms; } .staff .note-interval.ni-sustain-969::after { -webkit-animation-duration: 969ms; animation-duration: 969ms; } .staff .note-interval.ni-sustain-970::after { -webkit-animation-duration: 970ms; animation-duration: 970ms; } .staff .note-interval.ni-sustain-971::after { -webkit-animation-duration: 971ms; animation-duration: 971ms; } .staff .note-interval.ni-sustain-972::after { -webkit-animation-duration: 972ms; animation-duration: 972ms; } .staff .note-interval.ni-sustain-973::after { -webkit-animation-duration: 973ms; animation-duration: 973ms; } .staff .note-interval.ni-sustain-974::after { -webkit-animation-duration: 974ms; animation-duration: 974ms; } .staff .note-interval.ni-sustain-975::after { -webkit-animation-duration: 975ms; animation-duration: 975ms; } .staff .note-interval.ni-sustain-976::after { -webkit-animation-duration: 976ms; animation-duration: 976ms; } .staff .note-interval.ni-sustain-977::after { -webkit-animation-duration: 977ms; animation-duration: 977ms; } .staff .note-interval.ni-sustain-978::after { -webkit-animation-duration: 978ms; animation-duration: 978ms; } .staff .note-interval.ni-sustain-979::after { -webkit-animation-duration: 979ms; animation-duration: 979ms; } .staff .note-interval.ni-sustain-980::after { -webkit-animation-duration: 980ms; animation-duration: 980ms; } .staff .note-interval.ni-sustain-981::after { -webkit-animation-duration: 981ms; animation-duration: 981ms; } .staff .note-interval.ni-sustain-982::after { -webkit-animation-duration: 982ms; animation-duration: 982ms; } .staff .note-interval.ni-sustain-983::after { -webkit-animation-duration: 983ms; animation-duration: 983ms; } .staff .note-interval.ni-sustain-984::after { -webkit-animation-duration: 984ms; animation-duration: 984ms; } .staff .note-interval.ni-sustain-985::after { -webkit-animation-duration: 985ms; animation-duration: 985ms; } .staff .note-interval.ni-sustain-986::after { -webkit-animation-duration: 986ms; animation-duration: 986ms; } .staff .note-interval.ni-sustain-987::after { -webkit-animation-duration: 987ms; animation-duration: 987ms; } .staff .note-interval.ni-sustain-988::after { -webkit-animation-duration: 988ms; animation-duration: 988ms; } .staff .note-interval.ni-sustain-989::after { -webkit-animation-duration: 989ms; animation-duration: 989ms; } .staff .note-interval.ni-sustain-990::after { -webkit-animation-duration: 990ms; animation-duration: 990ms; } .staff .note-interval.ni-sustain-991::after { -webkit-animation-duration: 991ms; animation-duration: 991ms; } .staff .note-interval.ni-sustain-992::after { -webkit-animation-duration: 992ms; animation-duration: 992ms; } .staff .note-interval.ni-sustain-993::after { -webkit-animation-duration: 993ms; animation-duration: 993ms; } .staff .note-interval.ni-sustain-994::after { -webkit-animation-duration: 994ms; animation-duration: 994ms; } .staff .note-interval.ni-sustain-995::after { -webkit-animation-duration: 995ms; animation-duration: 995ms; } .staff .note-interval.ni-sustain-996::after { -webkit-animation-duration: 996ms; animation-duration: 996ms; } .staff .note-interval.ni-sustain-997::after { -webkit-animation-duration: 997ms; animation-duration: 997ms; } .staff .note-interval.ni-sustain-998::after { -webkit-animation-duration: 998ms; animation-duration: 998ms; } .staff .note-interval.ni-sustain-999::after { -webkit-animation-duration: 999ms; animation-duration: 999ms; } .staff .note-interval.ni-sustain-1000::after { -webkit-animation-duration: 1000ms; animation-duration: 1000ms; } .staff .note-interval.ni-sustain-1001::after { -webkit-animation-duration: 1001ms; animation-duration: 1001ms; } .staff .note-interval.ni-sustain-1002::after { -webkit-animation-duration: 1002ms; animation-duration: 1002ms; } .staff .note-interval.ni-sustain-1003::after { -webkit-animation-duration: 1003ms; animation-duration: 1003ms; } .staff .note-interval.ni-sustain-1004::after { -webkit-animation-duration: 1004ms; animation-duration: 1004ms; } .staff .note-interval.ni-sustain-1005::after { -webkit-animation-duration: 1005ms; animation-duration: 1005ms; } .staff .note-interval.ni-sustain-1006::after { -webkit-animation-duration: 1006ms; animation-duration: 1006ms; } .staff .note-interval.ni-sustain-1007::after { -webkit-animation-duration: 1007ms; animation-duration: 1007ms; } .staff .note-interval.ni-sustain-1008::after { -webkit-animation-duration: 1008ms; animation-duration: 1008ms; } .staff .note-interval.ni-sustain-1009::after { -webkit-animation-duration: 1009ms; animation-duration: 1009ms; } .staff .note-interval.ni-sustain-1010::after { -webkit-animation-duration: 1010ms; animation-duration: 1010ms; } .staff .note-interval.ni-sustain-1011::after { -webkit-animation-duration: 1011ms; animation-duration: 1011ms; } .staff .note-interval.ni-sustain-1012::after { -webkit-animation-duration: 1012ms; animation-duration: 1012ms; } .staff .note-interval.ni-sustain-1013::after { -webkit-animation-duration: 1013ms; animation-duration: 1013ms; } .staff .note-interval.ni-sustain-1014::after { -webkit-animation-duration: 1014ms; animation-duration: 1014ms; } .staff .note-interval.ni-sustain-1015::after { -webkit-animation-duration: 1015ms; animation-duration: 1015ms; } .staff .note-interval.ni-sustain-1016::after { -webkit-animation-duration: 1016ms; animation-duration: 1016ms; } .staff .note-interval.ni-sustain-1017::after { -webkit-animation-duration: 1017ms; animation-duration: 1017ms; } .staff .note-interval.ni-sustain-1018::after { -webkit-animation-duration: 1018ms; animation-duration: 1018ms; } .staff .note-interval.ni-sustain-1019::after { -webkit-animation-duration: 1019ms; animation-duration: 1019ms; } .staff .note-interval.ni-sustain-1020::after { -webkit-animation-duration: 1020ms; animation-duration: 1020ms; } .staff .note-interval.ni-sustain-1021::after { -webkit-animation-duration: 1021ms; animation-duration: 1021ms; } .staff .note-interval.ni-sustain-1022::after { -webkit-animation-duration: 1022ms; animation-duration: 1022ms; } .staff .note-interval.ni-sustain-1023::after { -webkit-animation-duration: 1023ms; animation-duration: 1023ms; } .staff .note-interval.ni-sustain-1024::after { -webkit-animation-duration: 1024ms; animation-duration: 1024ms; } .staff .note-interval.ni-sustain-1025::after { -webkit-animation-duration: 1025ms; animation-duration: 1025ms; } .staff .note-interval.ni-sustain-1026::after { -webkit-animation-duration: 1026ms; animation-duration: 1026ms; } .staff .note-interval.ni-sustain-1027::after { -webkit-animation-duration: 1027ms; animation-duration: 1027ms; } .staff .note-interval.ni-sustain-1028::after { -webkit-animation-duration: 1028ms; animation-duration: 1028ms; } .staff .note-interval.ni-sustain-1029::after { -webkit-animation-duration: 1029ms; animation-duration: 1029ms; } .staff .note-interval.ni-sustain-1030::after { -webkit-animation-duration: 1030ms; animation-duration: 1030ms; } .staff .note-interval.ni-sustain-1031::after { -webkit-animation-duration: 1031ms; animation-duration: 1031ms; } .staff .note-interval.ni-sustain-1032::after { -webkit-animation-duration: 1032ms; animation-duration: 1032ms; } .staff .note-interval.ni-sustain-1033::after { -webkit-animation-duration: 1033ms; animation-duration: 1033ms; } .staff .note-interval.ni-sustain-1034::after { -webkit-animation-duration: 1034ms; animation-duration: 1034ms; } .staff .note-interval.ni-sustain-1035::after { -webkit-animation-duration: 1035ms; animation-duration: 1035ms; } .staff .note-interval.ni-sustain-1036::after { -webkit-animation-duration: 1036ms; animation-duration: 1036ms; } .staff .note-interval.ni-sustain-1037::after { -webkit-animation-duration: 1037ms; animation-duration: 1037ms; } .staff .note-interval.ni-sustain-1038::after { -webkit-animation-duration: 1038ms; animation-duration: 1038ms; } .staff .note-interval.ni-sustain-1039::after { -webkit-animation-duration: 1039ms; animation-duration: 1039ms; } .staff .note-interval.ni-sustain-1040::after { -webkit-animation-duration: 1040ms; animation-duration: 1040ms; } .staff .note-interval.ni-sustain-1041::after { -webkit-animation-duration: 1041ms; animation-duration: 1041ms; } .staff .note-interval.ni-sustain-1042::after { -webkit-animation-duration: 1042ms; animation-duration: 1042ms; } .staff .note-interval.ni-sustain-1043::after { -webkit-animation-duration: 1043ms; animation-duration: 1043ms; } .staff .note-interval.ni-sustain-1044::after { -webkit-animation-duration: 1044ms; animation-duration: 1044ms; } .staff .note-interval.ni-sustain-1045::after { -webkit-animation-duration: 1045ms; animation-duration: 1045ms; } .staff .note-interval.ni-sustain-1046::after { -webkit-animation-duration: 1046ms; animation-duration: 1046ms; } .staff .note-interval.ni-sustain-1047::after { -webkit-animation-duration: 1047ms; animation-duration: 1047ms; } .staff .note-interval.ni-sustain-1048::after { -webkit-animation-duration: 1048ms; animation-duration: 1048ms; } .staff .note-interval.ni-sustain-1049::after { -webkit-animation-duration: 1049ms; animation-duration: 1049ms; } .staff .note-interval.ni-sustain-1050::after { -webkit-animation-duration: 1050ms; animation-duration: 1050ms; } .staff .note-interval.ni-sustain-1051::after { -webkit-animation-duration: 1051ms; animation-duration: 1051ms; } .staff .note-interval.ni-sustain-1052::after { -webkit-animation-duration: 1052ms; animation-duration: 1052ms; } .staff .note-interval.ni-sustain-1053::after { -webkit-animation-duration: 1053ms; animation-duration: 1053ms; } .staff .note-interval.ni-sustain-1054::after { -webkit-animation-duration: 1054ms; animation-duration: 1054ms; } .staff .note-interval.ni-sustain-1055::after { -webkit-animation-duration: 1055ms; animation-duration: 1055ms; } .staff .note-interval.ni-sustain-1056::after { -webkit-animation-duration: 1056ms; animation-duration: 1056ms; } .staff .note-interval.ni-sustain-1057::after { -webkit-animation-duration: 1057ms; animation-duration: 1057ms; } .staff .note-interval.ni-sustain-1058::after { -webkit-animation-duration: 1058ms; animation-duration: 1058ms; } .staff .note-interval.ni-sustain-1059::after { -webkit-animation-duration: 1059ms; animation-duration: 1059ms; } .staff .note-interval.ni-sustain-1060::after { -webkit-animation-duration: 1060ms; animation-duration: 1060ms; } .staff .note-interval.ni-sustain-1061::after { -webkit-animation-duration: 1061ms; animation-duration: 1061ms; } .staff .note-interval.ni-sustain-1062::after { -webkit-animation-duration: 1062ms; animation-duration: 1062ms; } .staff .note-interval.ni-sustain-1063::after { -webkit-animation-duration: 1063ms; animation-duration: 1063ms; } .staff .note-interval.ni-sustain-1064::after { -webkit-animation-duration: 1064ms; animation-duration: 1064ms; } .staff .note-interval.ni-sustain-1065::after { -webkit-animation-duration: 1065ms; animation-duration: 1065ms; } .staff .note-interval.ni-sustain-1066::after { -webkit-animation-duration: 1066ms; animation-duration: 1066ms; } .staff .note-interval.ni-sustain-1067::after { -webkit-animation-duration: 1067ms; animation-duration: 1067ms; } .staff .note-interval.ni-sustain-1068::after { -webkit-animation-duration: 1068ms; animation-duration: 1068ms; } .staff .note-interval.ni-sustain-1069::after { -webkit-animation-duration: 1069ms; animation-duration: 1069ms; } .staff .note-interval.ni-sustain-1070::after { -webkit-animation-duration: 1070ms; animation-duration: 1070ms; } .staff .note-interval.ni-sustain-1071::after { -webkit-animation-duration: 1071ms; animation-duration: 1071ms; } .staff .note-interval.ni-sustain-1072::after { -webkit-animation-duration: 1072ms; animation-duration: 1072ms; } .staff .note-interval.ni-sustain-1073::after { -webkit-animation-duration: 1073ms; animation-duration: 1073ms; } .staff .note-interval.ni-sustain-1074::after { -webkit-animation-duration: 1074ms; animation-duration: 1074ms; } .staff .note-interval.ni-sustain-1075::after { -webkit-animation-duration: 1075ms; animation-duration: 1075ms; } .staff .note-interval.ni-sustain-1076::after { -webkit-animation-duration: 1076ms; animation-duration: 1076ms; } .staff .note-interval.ni-sustain-1077::after { -webkit-animation-duration: 1077ms; animation-duration: 1077ms; } .staff .note-interval.ni-sustain-1078::after { -webkit-animation-duration: 1078ms; animation-duration: 1078ms; } .staff .note-interval.ni-sustain-1079::after { -webkit-animation-duration: 1079ms; animation-duration: 1079ms; } .staff .note-interval.ni-sustain-1080::after { -webkit-animation-duration: 1080ms; animation-duration: 1080ms; } .staff .note-interval.ni-sustain-1081::after { -webkit-animation-duration: 1081ms; animation-duration: 1081ms; } .staff .note-interval.ni-sustain-1082::after { -webkit-animation-duration: 1082ms; animation-duration: 1082ms; } .staff .note-interval.ni-sustain-1083::after { -webkit-animation-duration: 1083ms; animation-duration: 1083ms; } .staff .note-interval.ni-sustain-1084::after { -webkit-animation-duration: 1084ms; animation-duration: 1084ms; } .staff .note-interval.ni-sustain-1085::after { -webkit-animation-duration: 1085ms; animation-duration: 1085ms; } .staff .note-interval.ni-sustain-1086::after { -webkit-animation-duration: 1086ms; animation-duration: 1086ms; } .staff .note-interval.ni-sustain-1087::after { -webkit-animation-duration: 1087ms; animation-duration: 1087ms; } .staff .note-interval.ni-sustain-1088::after { -webkit-animation-duration: 1088ms; animation-duration: 1088ms; } .staff .note-interval.ni-sustain-1089::after { -webkit-animation-duration: 1089ms; animation-duration: 1089ms; } .staff .note-interval.ni-sustain-1090::after { -webkit-animation-duration: 1090ms; animation-duration: 1090ms; } .staff .note-interval.ni-sustain-1091::after { -webkit-animation-duration: 1091ms; animation-duration: 1091ms; } .staff .note-interval.ni-sustain-1092::after { -webkit-animation-duration: 1092ms; animation-duration: 1092ms; } .staff .note-interval.ni-sustain-1093::after { -webkit-animation-duration: 1093ms; animation-duration: 1093ms; } .staff .note-interval.ni-sustain-1094::after { -webkit-animation-duration: 1094ms; animation-duration: 1094ms; } .staff .note-interval.ni-sustain-1095::after { -webkit-animation-duration: 1095ms; animation-duration: 1095ms; } .staff .note-interval.ni-sustain-1096::after { -webkit-animation-duration: 1096ms; animation-duration: 1096ms; } .staff .note-interval.ni-sustain-1097::after { -webkit-animation-duration: 1097ms; animation-duration: 1097ms; } .staff .note-interval.ni-sustain-1098::after { -webkit-animation-duration: 1098ms; animation-duration: 1098ms; } .staff .note-interval.ni-sustain-1099::after { -webkit-animation-duration: 1099ms; animation-duration: 1099ms; } .staff .note-interval.ni-sustain-1100::after { -webkit-animation-duration: 1100ms; animation-duration: 1100ms; } .staff .note-interval.ni-sustain-1101::after { -webkit-animation-duration: 1101ms; animation-duration: 1101ms; } .staff .note-interval.ni-sustain-1102::after { -webkit-animation-duration: 1102ms; animation-duration: 1102ms; } .staff .note-interval.ni-sustain-1103::after { -webkit-animation-duration: 1103ms; animation-duration: 1103ms; } .staff .note-interval.ni-sustain-1104::after { -webkit-animation-duration: 1104ms; animation-duration: 1104ms; } .staff .note-interval.ni-sustain-1105::after { -webkit-animation-duration: 1105ms; animation-duration: 1105ms; } .staff .note-interval.ni-sustain-1106::after { -webkit-animation-duration: 1106ms; animation-duration: 1106ms; } .staff .note-interval.ni-sustain-1107::after { -webkit-animation-duration: 1107ms; animation-duration: 1107ms; } .staff .note-interval.ni-sustain-1108::after { -webkit-animation-duration: 1108ms; animation-duration: 1108ms; } .staff .note-interval.ni-sustain-1109::after { -webkit-animation-duration: 1109ms; animation-duration: 1109ms; } .staff .note-interval.ni-sustain-1110::after { -webkit-animation-duration: 1110ms; animation-duration: 1110ms; } .staff .note-interval.ni-sustain-1111::after { -webkit-animation-duration: 1111ms; animation-duration: 1111ms; } .staff .note-interval.ni-sustain-1112::after { -webkit-animation-duration: 1112ms; animation-duration: 1112ms; } .staff .note-interval.ni-sustain-1113::after { -webkit-animation-duration: 1113ms; animation-duration: 1113ms; } .staff .note-interval.ni-sustain-1114::after { -webkit-animation-duration: 1114ms; animation-duration: 1114ms; } .staff .note-interval.ni-sustain-1115::after { -webkit-animation-duration: 1115ms; animation-duration: 1115ms; } .staff .note-interval.ni-sustain-1116::after { -webkit-animation-duration: 1116ms; animation-duration: 1116ms; } .staff .note-interval.ni-sustain-1117::after { -webkit-animation-duration: 1117ms; animation-duration: 1117ms; } .staff .note-interval.ni-sustain-1118::after { -webkit-animation-duration: 1118ms; animation-duration: 1118ms; } .staff .note-interval.ni-sustain-1119::after { -webkit-animation-duration: 1119ms; animation-duration: 1119ms; } .staff .note-interval.ni-sustain-1120::after { -webkit-animation-duration: 1120ms; animation-duration: 1120ms; } .staff .note-interval.ni-sustain-1121::after { -webkit-animation-duration: 1121ms; animation-duration: 1121ms; } .staff .note-interval.ni-sustain-1122::after { -webkit-animation-duration: 1122ms; animation-duration: 1122ms; } .staff .note-interval.ni-sustain-1123::after { -webkit-animation-duration: 1123ms; animation-duration: 1123ms; } .staff .note-interval.ni-sustain-1124::after { -webkit-animation-duration: 1124ms; animation-duration: 1124ms; } .staff .note-interval.ni-sustain-1125::after { -webkit-animation-duration: 1125ms; animation-duration: 1125ms; } .staff .note-interval.ni-sustain-1126::after { -webkit-animation-duration: 1126ms; animation-duration: 1126ms; } .staff .note-interval.ni-sustain-1127::after { -webkit-animation-duration: 1127ms; animation-duration: 1127ms; } .staff .note-interval.ni-sustain-1128::after { -webkit-animation-duration: 1128ms; animation-duration: 1128ms; } .staff .note-interval.ni-sustain-1129::after { -webkit-animation-duration: 1129ms; animation-duration: 1129ms; } .staff .note-interval.ni-sustain-1130::after { -webkit-animation-duration: 1130ms; animation-duration: 1130ms; } .staff .note-interval.ni-sustain-1131::after { -webkit-animation-duration: 1131ms; animation-duration: 1131ms; } .staff .note-interval.ni-sustain-1132::after { -webkit-animation-duration: 1132ms; animation-duration: 1132ms; } .staff .note-interval.ni-sustain-1133::after { -webkit-animation-duration: 1133ms; animation-duration: 1133ms; } .staff .note-interval.ni-sustain-1134::after { -webkit-animation-duration: 1134ms; animation-duration: 1134ms; } .staff .note-interval.ni-sustain-1135::after { -webkit-animation-duration: 1135ms; animation-duration: 1135ms; } .staff .note-interval.ni-sustain-1136::after { -webkit-animation-duration: 1136ms; animation-duration: 1136ms; } .staff .note-interval.ni-sustain-1137::after { -webkit-animation-duration: 1137ms; animation-duration: 1137ms; } .staff .note-interval.ni-sustain-1138::after { -webkit-animation-duration: 1138ms; animation-duration: 1138ms; } .staff .note-interval.ni-sustain-1139::after { -webkit-animation-duration: 1139ms; animation-duration: 1139ms; } .staff .note-interval.ni-sustain-1140::after { -webkit-animation-duration: 1140ms; animation-duration: 1140ms; } .staff .note-interval.ni-sustain-1141::after { -webkit-animation-duration: 1141ms; animation-duration: 1141ms; } .staff .note-interval.ni-sustain-1142::after { -webkit-animation-duration: 1142ms; animation-duration: 1142ms; } .staff .note-interval.ni-sustain-1143::after { -webkit-animation-duration: 1143ms; animation-duration: 1143ms; } .staff .note-interval.ni-sustain-1144::after { -webkit-animation-duration: 1144ms; animation-duration: 1144ms; } .staff .note-interval.ni-sustain-1145::after { -webkit-animation-duration: 1145ms; animation-duration: 1145ms; } .staff .note-interval.ni-sustain-1146::after { -webkit-animation-duration: 1146ms; animation-duration: 1146ms; } .staff .note-interval.ni-sustain-1147::after { -webkit-animation-duration: 1147ms; animation-duration: 1147ms; } .staff .note-interval.ni-sustain-1148::after { -webkit-animation-duration: 1148ms; animation-duration: 1148ms; } .staff .note-interval.ni-sustain-1149::after { -webkit-animation-duration: 1149ms; animation-duration: 1149ms; } .staff .note-interval.ni-sustain-1150::after { -webkit-animation-duration: 1150ms; animation-duration: 1150ms; } .staff .note-interval.ni-sustain-1151::after { -webkit-animation-duration: 1151ms; animation-duration: 1151ms; } .staff .note-interval.ni-sustain-1152::after { -webkit-animation-duration: 1152ms; animation-duration: 1152ms; } .staff .note-interval.ni-sustain-1153::after { -webkit-animation-duration: 1153ms; animation-duration: 1153ms; } .staff .note-interval.ni-sustain-1154::after { -webkit-animation-duration: 1154ms; animation-duration: 1154ms; } .staff .note-interval.ni-sustain-1155::after { -webkit-animation-duration: 1155ms; animation-duration: 1155ms; } .staff .note-interval.ni-sustain-1156::after { -webkit-animation-duration: 1156ms; animation-duration: 1156ms; } .staff .note-interval.ni-sustain-1157::after { -webkit-animation-duration: 1157ms; animation-duration: 1157ms; } .staff .note-interval.ni-sustain-1158::after { -webkit-animation-duration: 1158ms; animation-duration: 1158ms; } .staff .note-interval.ni-sustain-1159::after { -webkit-animation-duration: 1159ms; animation-duration: 1159ms; } .staff .note-interval.ni-sustain-1160::after { -webkit-animation-duration: 1160ms; animation-duration: 1160ms; } .staff .note-interval.ni-sustain-1161::after { -webkit-animation-duration: 1161ms; animation-duration: 1161ms; } .staff .note-interval.ni-sustain-1162::after { -webkit-animation-duration: 1162ms; animation-duration: 1162ms; } .staff .note-interval.ni-sustain-1163::after { -webkit-animation-duration: 1163ms; animation-duration: 1163ms; } .staff .note-interval.ni-sustain-1164::after { -webkit-animation-duration: 1164ms; animation-duration: 1164ms; } .staff .note-interval.ni-sustain-1165::after { -webkit-animation-duration: 1165ms; animation-duration: 1165ms; } .staff .note-interval.ni-sustain-1166::after { -webkit-animation-duration: 1166ms; animation-duration: 1166ms; } .staff .note-interval.ni-sustain-1167::after { -webkit-animation-duration: 1167ms; animation-duration: 1167ms; } .staff .note-interval.ni-sustain-1168::after { -webkit-animation-duration: 1168ms; animation-duration: 1168ms; } .staff .note-interval.ni-sustain-1169::after { -webkit-animation-duration: 1169ms; animation-duration: 1169ms; } .staff .note-interval.ni-sustain-1170::after { -webkit-animation-duration: 1170ms; animation-duration: 1170ms; } .staff .note-interval.ni-sustain-1171::after { -webkit-animation-duration: 1171ms; animation-duration: 1171ms; } .staff .note-interval.ni-sustain-1172::after { -webkit-animation-duration: 1172ms; animation-duration: 1172ms; } .staff .note-interval.ni-sustain-1173::after { -webkit-animation-duration: 1173ms; animation-duration: 1173ms; } .staff .note-interval.ni-sustain-1174::after { -webkit-animation-duration: 1174ms; animation-duration: 1174ms; } .staff .note-interval.ni-sustain-1175::after { -webkit-animation-duration: 1175ms; animation-duration: 1175ms; } .staff .note-interval.ni-sustain-1176::after { -webkit-animation-duration: 1176ms; animation-duration: 1176ms; } .staff .note-interval.ni-sustain-1177::after { -webkit-animation-duration: 1177ms; animation-duration: 1177ms; } .staff .note-interval.ni-sustain-1178::after { -webkit-animation-duration: 1178ms; animation-duration: 1178ms; } .staff .note-interval.ni-sustain-1179::after { -webkit-animation-duration: 1179ms; animation-duration: 1179ms; } .staff .note-interval.ni-sustain-1180::after { -webkit-animation-duration: 1180ms; animation-duration: 1180ms; } .staff .note-interval.ni-sustain-1181::after { -webkit-animation-duration: 1181ms; animation-duration: 1181ms; } .staff .note-interval.ni-sustain-1182::after { -webkit-animation-duration: 1182ms; animation-duration: 1182ms; } .staff .note-interval.ni-sustain-1183::after { -webkit-animation-duration: 1183ms; animation-duration: 1183ms; } .staff .note-interval.ni-sustain-1184::after { -webkit-animation-duration: 1184ms; animation-duration: 1184ms; } .staff .note-interval.ni-sustain-1185::after { -webkit-animation-duration: 1185ms; animation-duration: 1185ms; } .staff .note-interval.ni-sustain-1186::after { -webkit-animation-duration: 1186ms; animation-duration: 1186ms; } .staff .note-interval.ni-sustain-1187::after { -webkit-animation-duration: 1187ms; animation-duration: 1187ms; } .staff .note-interval.ni-sustain-1188::after { -webkit-animation-duration: 1188ms; animation-duration: 1188ms; } .staff .note-interval.ni-sustain-1189::after { -webkit-animation-duration: 1189ms; animation-duration: 1189ms; } .staff .note-interval.ni-sustain-1190::after { -webkit-animation-duration: 1190ms; animation-duration: 1190ms; } .staff .note-interval.ni-sustain-1191::after { -webkit-animation-duration: 1191ms; animation-duration: 1191ms; } .staff .note-interval.ni-sustain-1192::after { -webkit-animation-duration: 1192ms; animation-duration: 1192ms; } .staff .note-interval.ni-sustain-1193::after { -webkit-animation-duration: 1193ms; animation-duration: 1193ms; } .staff .note-interval.ni-sustain-1194::after { -webkit-animation-duration: 1194ms; animation-duration: 1194ms; } .staff .note-interval.ni-sustain-1195::after { -webkit-animation-duration: 1195ms; animation-duration: 1195ms; } .staff .note-interval.ni-sustain-1196::after { -webkit-animation-duration: 1196ms; animation-duration: 1196ms; } .staff .note-interval.ni-sustain-1197::after { -webkit-animation-duration: 1197ms; animation-duration: 1197ms; } .staff .note-interval.ni-sustain-1198::after { -webkit-animation-duration: 1198ms; animation-duration: 1198ms; } .staff .note-interval.ni-sustain-1199::after { -webkit-animation-duration: 1199ms; animation-duration: 1199ms; } .staff .note-interval.ni-sustain-1200::after { -webkit-animation-duration: 1200ms; animation-duration: 1200ms; } .staff .note-interval.ni-sustain-1201::after { -webkit-animation-duration: 1201ms; animation-duration: 1201ms; } .staff .note-interval.ni-sustain-1202::after { -webkit-animation-duration: 1202ms; animation-duration: 1202ms; } .staff .note-interval.ni-sustain-1203::after { -webkit-animation-duration: 1203ms; animation-duration: 1203ms; } .staff .note-interval.ni-sustain-1204::after { -webkit-animation-duration: 1204ms; animation-duration: 1204ms; } .staff .note-interval.ni-sustain-1205::after { -webkit-animation-duration: 1205ms; animation-duration: 1205ms; } .staff .note-interval.ni-sustain-1206::after { -webkit-animation-duration: 1206ms; animation-duration: 1206ms; } .staff .note-interval.ni-sustain-1207::after { -webkit-animation-duration: 1207ms; animation-duration: 1207ms; } .staff .note-interval.ni-sustain-1208::after { -webkit-animation-duration: 1208ms; animation-duration: 1208ms; } .staff .note-interval.ni-sustain-1209::after { -webkit-animation-duration: 1209ms; animation-duration: 1209ms; } .staff .note-interval.ni-sustain-1210::after { -webkit-animation-duration: 1210ms; animation-duration: 1210ms; } .staff .note-interval.ni-sustain-1211::after { -webkit-animation-duration: 1211ms; animation-duration: 1211ms; } .staff .note-interval.ni-sustain-1212::after { -webkit-animation-duration: 1212ms; animation-duration: 1212ms; } .staff .note-interval.ni-sustain-1213::after { -webkit-animation-duration: 1213ms; animation-duration: 1213ms; } .staff .note-interval.ni-sustain-1214::after { -webkit-animation-duration: 1214ms; animation-duration: 1214ms; } .staff .note-interval.ni-sustain-1215::after { -webkit-animation-duration: 1215ms; animation-duration: 1215ms; } .staff .note-interval.ni-sustain-1216::after { -webkit-animation-duration: 1216ms; animation-duration: 1216ms; } .staff .note-interval.ni-sustain-1217::after { -webkit-animation-duration: 1217ms; animation-duration: 1217ms; } .staff .note-interval.ni-sustain-1218::after { -webkit-animation-duration: 1218ms; animation-duration: 1218ms; } .staff .note-interval.ni-sustain-1219::after { -webkit-animation-duration: 1219ms; animation-duration: 1219ms; } .staff .note-interval.ni-sustain-1220::after { -webkit-animation-duration: 1220ms; animation-duration: 1220ms; } .staff .note-interval.ni-sustain-1221::after { -webkit-animation-duration: 1221ms; animation-duration: 1221ms; } .staff .note-interval.ni-sustain-1222::after { -webkit-animation-duration: 1222ms; animation-duration: 1222ms; } .staff .note-interval.ni-sustain-1223::after { -webkit-animation-duration: 1223ms; animation-duration: 1223ms; } .staff .note-interval.ni-sustain-1224::after { -webkit-animation-duration: 1224ms; animation-duration: 1224ms; } .staff .note-interval.ni-sustain-1225::after { -webkit-animation-duration: 1225ms; animation-duration: 1225ms; } .staff .note-interval.ni-sustain-1226::after { -webkit-animation-duration: 1226ms; animation-duration: 1226ms; } .staff .note-interval.ni-sustain-1227::after { -webkit-animation-duration: 1227ms; animation-duration: 1227ms; } .staff .note-interval.ni-sustain-1228::after { -webkit-animation-duration: 1228ms; animation-duration: 1228ms; } .staff .note-interval.ni-sustain-1229::after { -webkit-animation-duration: 1229ms; animation-duration: 1229ms; } .staff .note-interval.ni-sustain-1230::after { -webkit-animation-duration: 1230ms; animation-duration: 1230ms; } .staff .note-interval.ni-sustain-1231::after { -webkit-animation-duration: 1231ms; animation-duration: 1231ms; } .staff .note-interval.ni-sustain-1232::after { -webkit-animation-duration: 1232ms; animation-duration: 1232ms; } .staff .note-interval.ni-sustain-1233::after { -webkit-animation-duration: 1233ms; animation-duration: 1233ms; } .staff .note-interval.ni-sustain-1234::after { -webkit-animation-duration: 1234ms; animation-duration: 1234ms; } .staff .note-interval.ni-sustain-1235::after { -webkit-animation-duration: 1235ms; animation-duration: 1235ms; } .staff .note-interval.ni-sustain-1236::after { -webkit-animation-duration: 1236ms; animation-duration: 1236ms; } .staff .note-interval.ni-sustain-1237::after { -webkit-animation-duration: 1237ms; animation-duration: 1237ms; } .staff .note-interval.ni-sustain-1238::after { -webkit-animation-duration: 1238ms; animation-duration: 1238ms; } .staff .note-interval.ni-sustain-1239::after { -webkit-animation-duration: 1239ms; animation-duration: 1239ms; } .staff .note-interval.ni-sustain-1240::after { -webkit-animation-duration: 1240ms; animation-duration: 1240ms; } .staff .note-interval.ni-sustain-1241::after { -webkit-animation-duration: 1241ms; animation-duration: 1241ms; } .staff .note-interval.ni-sustain-1242::after { -webkit-animation-duration: 1242ms; animation-duration: 1242ms; } .staff .note-interval.ni-sustain-1243::after { -webkit-animation-duration: 1243ms; animation-duration: 1243ms; } .staff .note-interval.ni-sustain-1244::after { -webkit-animation-duration: 1244ms; animation-duration: 1244ms; } .staff .note-interval.ni-sustain-1245::after { -webkit-animation-duration: 1245ms; animation-duration: 1245ms; } .staff .note-interval.ni-sustain-1246::after { -webkit-animation-duration: 1246ms; animation-duration: 1246ms; } .staff .note-interval.ni-sustain-1247::after { -webkit-animation-duration: 1247ms; animation-duration: 1247ms; } .staff .note-interval.ni-sustain-1248::after { -webkit-animation-duration: 1248ms; animation-duration: 1248ms; } .staff .note-interval.ni-sustain-1249::after { -webkit-animation-duration: 1249ms; animation-duration: 1249ms; } .staff .note-interval.ni-sustain-1250::after { -webkit-animation-duration: 1250ms; animation-duration: 1250ms; } .staff .note-interval.ni-sustain-1251::after { -webkit-animation-duration: 1251ms; animation-duration: 1251ms; } .staff .note-interval.ni-sustain-1252::after { -webkit-animation-duration: 1252ms; animation-duration: 1252ms; } .staff .note-interval.ni-sustain-1253::after { -webkit-animation-duration: 1253ms; animation-duration: 1253ms; } .staff .note-interval.ni-sustain-1254::after { -webkit-animation-duration: 1254ms; animation-duration: 1254ms; } .staff .note-interval.ni-sustain-1255::after { -webkit-animation-duration: 1255ms; animation-duration: 1255ms; } .staff .note-interval.ni-sustain-1256::after { -webkit-animation-duration: 1256ms; animation-duration: 1256ms; } .staff .note-interval.ni-sustain-1257::after { -webkit-animation-duration: 1257ms; animation-duration: 1257ms; } .staff .note-interval.ni-sustain-1258::after { -webkit-animation-duration: 1258ms; animation-duration: 1258ms; } .staff .note-interval.ni-sustain-1259::after { -webkit-animation-duration: 1259ms; animation-duration: 1259ms; } .staff .note-interval.ni-sustain-1260::after { -webkit-animation-duration: 1260ms; animation-duration: 1260ms; } .staff .note-interval.ni-sustain-1261::after { -webkit-animation-duration: 1261ms; animation-duration: 1261ms; } .staff .note-interval.ni-sustain-1262::after { -webkit-animation-duration: 1262ms; animation-duration: 1262ms; } .staff .note-interval.ni-sustain-1263::after { -webkit-animation-duration: 1263ms; animation-duration: 1263ms; } .staff .note-interval.ni-sustain-1264::after { -webkit-animation-duration: 1264ms; animation-duration: 1264ms; } .staff .note-interval.ni-sustain-1265::after { -webkit-animation-duration: 1265ms; animation-duration: 1265ms; } .staff .note-interval.ni-sustain-1266::after { -webkit-animation-duration: 1266ms; animation-duration: 1266ms; } .staff .note-interval.ni-sustain-1267::after { -webkit-animation-duration: 1267ms; animation-duration: 1267ms; } .staff .note-interval.ni-sustain-1268::after { -webkit-animation-duration: 1268ms; animation-duration: 1268ms; } .staff .note-interval.ni-sustain-1269::after { -webkit-animation-duration: 1269ms; animation-duration: 1269ms; } .staff .note-interval.ni-sustain-1270::after { -webkit-animation-duration: 1270ms; animation-duration: 1270ms; } .staff .note-interval.ni-sustain-1271::after { -webkit-animation-duration: 1271ms; animation-duration: 1271ms; } .staff .note-interval.ni-sustain-1272::after { -webkit-animation-duration: 1272ms; animation-duration: 1272ms; } .staff .note-interval.ni-sustain-1273::after { -webkit-animation-duration: 1273ms; animation-duration: 1273ms; } .staff .note-interval.ni-sustain-1274::after { -webkit-animation-duration: 1274ms; animation-duration: 1274ms; } .staff .note-interval.ni-sustain-1275::after { -webkit-animation-duration: 1275ms; animation-duration: 1275ms; } .staff .note-interval.ni-sustain-1276::after { -webkit-animation-duration: 1276ms; animation-duration: 1276ms; } .staff .note-interval.ni-sustain-1277::after { -webkit-animation-duration: 1277ms; animation-duration: 1277ms; } .staff .note-interval.ni-sustain-1278::after { -webkit-animation-duration: 1278ms; animation-duration: 1278ms; } .staff .note-interval.ni-sustain-1279::after { -webkit-animation-duration: 1279ms; animation-duration: 1279ms; } .staff .note-interval.ni-sustain-1280::after { -webkit-animation-duration: 1280ms; animation-duration: 1280ms; } .staff .note-interval.ni-sustain-1281::after { -webkit-animation-duration: 1281ms; animation-duration: 1281ms; } .staff .note-interval.ni-sustain-1282::after { -webkit-animation-duration: 1282ms; animation-duration: 1282ms; } .staff .note-interval.ni-sustain-1283::after { -webkit-animation-duration: 1283ms; animation-duration: 1283ms; } .staff .note-interval.ni-sustain-1284::after { -webkit-animation-duration: 1284ms; animation-duration: 1284ms; } .staff .note-interval.ni-sustain-1285::after { -webkit-animation-duration: 1285ms; animation-duration: 1285ms; } .staff .note-interval.ni-sustain-1286::after { -webkit-animation-duration: 1286ms; animation-duration: 1286ms; } .staff .note-interval.ni-sustain-1287::after { -webkit-animation-duration: 1287ms; animation-duration: 1287ms; } .staff .note-interval.ni-sustain-1288::after { -webkit-animation-duration: 1288ms; animation-duration: 1288ms; } .staff .note-interval.ni-sustain-1289::after { -webkit-animation-duration: 1289ms; animation-duration: 1289ms; } .staff .note-interval.ni-sustain-1290::after { -webkit-animation-duration: 1290ms; animation-duration: 1290ms; } .staff .note-interval.ni-sustain-1291::after { -webkit-animation-duration: 1291ms; animation-duration: 1291ms; } .staff .note-interval.ni-sustain-1292::after { -webkit-animation-duration: 1292ms; animation-duration: 1292ms; } .staff .note-interval.ni-sustain-1293::after { -webkit-animation-duration: 1293ms; animation-duration: 1293ms; } .staff .note-interval.ni-sustain-1294::after { -webkit-animation-duration: 1294ms; animation-duration: 1294ms; } .staff .note-interval.ni-sustain-1295::after { -webkit-animation-duration: 1295ms; animation-duration: 1295ms; } .staff .note-interval.ni-sustain-1296::after { -webkit-animation-duration: 1296ms; animation-duration: 1296ms; } .staff .note-interval.ni-sustain-1297::after { -webkit-animation-duration: 1297ms; animation-duration: 1297ms; } .staff .note-interval.ni-sustain-1298::after { -webkit-animation-duration: 1298ms; animation-duration: 1298ms; } .staff .note-interval.ni-sustain-1299::after { -webkit-animation-duration: 1299ms; animation-duration: 1299ms; } .staff .note-interval.ni-sustain-1300::after { -webkit-animation-duration: 1300ms; animation-duration: 1300ms; } .staff .note-interval.ni-sustain-1301::after { -webkit-animation-duration: 1301ms; animation-duration: 1301ms; } .staff .note-interval.ni-sustain-1302::after { -webkit-animation-duration: 1302ms; animation-duration: 1302ms; } .staff .note-interval.ni-sustain-1303::after { -webkit-animation-duration: 1303ms; animation-duration: 1303ms; } .staff .note-interval.ni-sustain-1304::after { -webkit-animation-duration: 1304ms; animation-duration: 1304ms; } .staff .note-interval.ni-sustain-1305::after { -webkit-animation-duration: 1305ms; animation-duration: 1305ms; } .staff .note-interval.ni-sustain-1306::after { -webkit-animation-duration: 1306ms; animation-duration: 1306ms; } .staff .note-interval.ni-sustain-1307::after { -webkit-animation-duration: 1307ms; animation-duration: 1307ms; } .staff .note-interval.ni-sustain-1308::after { -webkit-animation-duration: 1308ms; animation-duration: 1308ms; } .staff .note-interval.ni-sustain-1309::after { -webkit-animation-duration: 1309ms; animation-duration: 1309ms; } .staff .note-interval.ni-sustain-1310::after { -webkit-animation-duration: 1310ms; animation-duration: 1310ms; } .staff .note-interval.ni-sustain-1311::after { -webkit-animation-duration: 1311ms; animation-duration: 1311ms; } .staff .note-interval.ni-sustain-1312::after { -webkit-animation-duration: 1312ms; animation-duration: 1312ms; } .staff .note-interval.ni-sustain-1313::after { -webkit-animation-duration: 1313ms; animation-duration: 1313ms; } .staff .note-interval.ni-sustain-1314::after { -webkit-animation-duration: 1314ms; animation-duration: 1314ms; } .staff .note-interval.ni-sustain-1315::after { -webkit-animation-duration: 1315ms; animation-duration: 1315ms; } .staff .note-interval.ni-sustain-1316::after { -webkit-animation-duration: 1316ms; animation-duration: 1316ms; } .staff .note-interval.ni-sustain-1317::after { -webkit-animation-duration: 1317ms; animation-duration: 1317ms; } .staff .note-interval.ni-sustain-1318::after { -webkit-animation-duration: 1318ms; animation-duration: 1318ms; } .staff .note-interval.ni-sustain-1319::after { -webkit-animation-duration: 1319ms; animation-duration: 1319ms; } .staff .note-interval.ni-sustain-1320::after { -webkit-animation-duration: 1320ms; animation-duration: 1320ms; } .staff .note-interval.ni-sustain-1321::after { -webkit-animation-duration: 1321ms; animation-duration: 1321ms; } .staff .note-interval.ni-sustain-1322::after { -webkit-animation-duration: 1322ms; animation-duration: 1322ms; } .staff .note-interval.ni-sustain-1323::after { -webkit-animation-duration: 1323ms; animation-duration: 1323ms; } .staff .note-interval.ni-sustain-1324::after { -webkit-animation-duration: 1324ms; animation-duration: 1324ms; } .staff .note-interval.ni-sustain-1325::after { -webkit-animation-duration: 1325ms; animation-duration: 1325ms; } .staff .note-interval.ni-sustain-1326::after { -webkit-animation-duration: 1326ms; animation-duration: 1326ms; } .staff .note-interval.ni-sustain-1327::after { -webkit-animation-duration: 1327ms; animation-duration: 1327ms; } .staff .note-interval.ni-sustain-1328::after { -webkit-animation-duration: 1328ms; animation-duration: 1328ms; } .staff .note-interval.ni-sustain-1329::after { -webkit-animation-duration: 1329ms; animation-duration: 1329ms; } .staff .note-interval.ni-sustain-1330::after { -webkit-animation-duration: 1330ms; animation-duration: 1330ms; } .staff .note-interval.ni-sustain-1331::after { -webkit-animation-duration: 1331ms; animation-duration: 1331ms; } .staff .note-interval.ni-sustain-1332::after { -webkit-animation-duration: 1332ms; animation-duration: 1332ms; } .staff .note-interval.ni-sustain-1333::after { -webkit-animation-duration: 1333ms; animation-duration: 1333ms; } .staff .note-interval.ni-sustain-1334::after { -webkit-animation-duration: 1334ms; animation-duration: 1334ms; } .staff .note-interval.ni-sustain-1335::after { -webkit-animation-duration: 1335ms; animation-duration: 1335ms; } .staff .note-interval.ni-sustain-1336::after { -webkit-animation-duration: 1336ms; animation-duration: 1336ms; } .staff .note-interval.ni-sustain-1337::after { -webkit-animation-duration: 1337ms; animation-duration: 1337ms; } .staff .note-interval.ni-sustain-1338::after { -webkit-animation-duration: 1338ms; animation-duration: 1338ms; } .staff .note-interval.ni-sustain-1339::after { -webkit-animation-duration: 1339ms; animation-duration: 1339ms; } .staff .note-interval.ni-sustain-1340::after { -webkit-animation-duration: 1340ms; animation-duration: 1340ms; } .staff .note-interval.ni-sustain-1341::after { -webkit-animation-duration: 1341ms; animation-duration: 1341ms; } .staff .note-interval.ni-sustain-1342::after { -webkit-animation-duration: 1342ms; animation-duration: 1342ms; } .staff .note-interval.ni-sustain-1343::after { -webkit-animation-duration: 1343ms; animation-duration: 1343ms; } .staff .note-interval.ni-sustain-1344::after { -webkit-animation-duration: 1344ms; animation-duration: 1344ms; } .staff .note-interval.ni-sustain-1345::after { -webkit-animation-duration: 1345ms; animation-duration: 1345ms; } .staff .note-interval.ni-sustain-1346::after { -webkit-animation-duration: 1346ms; animation-duration: 1346ms; } .staff .note-interval.ni-sustain-1347::after { -webkit-animation-duration: 1347ms; animation-duration: 1347ms; } .staff .note-interval.ni-sustain-1348::after { -webkit-animation-duration: 1348ms; animation-duration: 1348ms; } .staff .note-interval.ni-sustain-1349::after { -webkit-animation-duration: 1349ms; animation-duration: 1349ms; } .staff .note-interval.ni-sustain-1350::after { -webkit-animation-duration: 1350ms; animation-duration: 1350ms; } .staff .note-interval.ni-sustain-1351::after { -webkit-animation-duration: 1351ms; animation-duration: 1351ms; } .staff .note-interval.ni-sustain-1352::after { -webkit-animation-duration: 1352ms; animation-duration: 1352ms; } .staff .note-interval.ni-sustain-1353::after { -webkit-animation-duration: 1353ms; animation-duration: 1353ms; } .staff .note-interval.ni-sustain-1354::after { -webkit-animation-duration: 1354ms; animation-duration: 1354ms; } .staff .note-interval.ni-sustain-1355::after { -webkit-animation-duration: 1355ms; animation-duration: 1355ms; } .staff .note-interval.ni-sustain-1356::after { -webkit-animation-duration: 1356ms; animation-duration: 1356ms; } .staff .note-interval.ni-sustain-1357::after { -webkit-animation-duration: 1357ms; animation-duration: 1357ms; } .staff .note-interval.ni-sustain-1358::after { -webkit-animation-duration: 1358ms; animation-duration: 1358ms; } .staff .note-interval.ni-sustain-1359::after { -webkit-animation-duration: 1359ms; animation-duration: 1359ms; } .staff .note-interval.ni-sustain-1360::after { -webkit-animation-duration: 1360ms; animation-duration: 1360ms; } .staff .note-interval.ni-sustain-1361::after { -webkit-animation-duration: 1361ms; animation-duration: 1361ms; } .staff .note-interval.ni-sustain-1362::after { -webkit-animation-duration: 1362ms; animation-duration: 1362ms; } .staff .note-interval.ni-sustain-1363::after { -webkit-animation-duration: 1363ms; animation-duration: 1363ms; } .staff .note-interval.ni-sustain-1364::after { -webkit-animation-duration: 1364ms; animation-duration: 1364ms; } .staff .note-interval.ni-sustain-1365::after { -webkit-animation-duration: 1365ms; animation-duration: 1365ms; } .staff .note-interval.ni-sustain-1366::after { -webkit-animation-duration: 1366ms; animation-duration: 1366ms; } .staff .note-interval.ni-sustain-1367::after { -webkit-animation-duration: 1367ms; animation-duration: 1367ms; } .staff .note-interval.ni-sustain-1368::after { -webkit-animation-duration: 1368ms; animation-duration: 1368ms; } .staff .note-interval.ni-sustain-1369::after { -webkit-animation-duration: 1369ms; animation-duration: 1369ms; } .staff .note-interval.ni-sustain-1370::after { -webkit-animation-duration: 1370ms; animation-duration: 1370ms; } .staff .note-interval.ni-sustain-1371::after { -webkit-animation-duration: 1371ms; animation-duration: 1371ms; } .staff .note-interval.ni-sustain-1372::after { -webkit-animation-duration: 1372ms; animation-duration: 1372ms; } .staff .note-interval.ni-sustain-1373::after { -webkit-animation-duration: 1373ms; animation-duration: 1373ms; } .staff .note-interval.ni-sustain-1374::after { -webkit-animation-duration: 1374ms; animation-duration: 1374ms; } .staff .note-interval.ni-sustain-1375::after { -webkit-animation-duration: 1375ms; animation-duration: 1375ms; } .staff .note-interval.ni-sustain-1376::after { -webkit-animation-duration: 1376ms; animation-duration: 1376ms; } .staff .note-interval.ni-sustain-1377::after { -webkit-animation-duration: 1377ms; animation-duration: 1377ms; } .staff .note-interval.ni-sustain-1378::after { -webkit-animation-duration: 1378ms; animation-duration: 1378ms; } .staff .note-interval.ni-sustain-1379::after { -webkit-animation-duration: 1379ms; animation-duration: 1379ms; } .staff .note-interval.ni-sustain-1380::after { -webkit-animation-duration: 1380ms; animation-duration: 1380ms; } .staff .note-interval.ni-sustain-1381::after { -webkit-animation-duration: 1381ms; animation-duration: 1381ms; } .staff .note-interval.ni-sustain-1382::after { -webkit-animation-duration: 1382ms; animation-duration: 1382ms; } .staff .note-interval.ni-sustain-1383::after { -webkit-animation-duration: 1383ms; animation-duration: 1383ms; } .staff .note-interval.ni-sustain-1384::after { -webkit-animation-duration: 1384ms; animation-duration: 1384ms; } .staff .note-interval.ni-sustain-1385::after { -webkit-animation-duration: 1385ms; animation-duration: 1385ms; } .staff .note-interval.ni-sustain-1386::after { -webkit-animation-duration: 1386ms; animation-duration: 1386ms; } .staff .note-interval.ni-sustain-1387::after { -webkit-animation-duration: 1387ms; animation-duration: 1387ms; } .staff .note-interval.ni-sustain-1388::after { -webkit-animation-duration: 1388ms; animation-duration: 1388ms; } .staff .note-interval.ni-sustain-1389::after { -webkit-animation-duration: 1389ms; animation-duration: 1389ms; } .staff .note-interval.ni-sustain-1390::after { -webkit-animation-duration: 1390ms; animation-duration: 1390ms; } .staff .note-interval.ni-sustain-1391::after { -webkit-animation-duration: 1391ms; animation-duration: 1391ms; } .staff .note-interval.ni-sustain-1392::after { -webkit-animation-duration: 1392ms; animation-duration: 1392ms; } .staff .note-interval.ni-sustain-1393::after { -webkit-animation-duration: 1393ms; animation-duration: 1393ms; } .staff .note-interval.ni-sustain-1394::after { -webkit-animation-duration: 1394ms; animation-duration: 1394ms; } .staff .note-interval.ni-sustain-1395::after { -webkit-animation-duration: 1395ms; animation-duration: 1395ms; } .staff .note-interval.ni-sustain-1396::after { -webkit-animation-duration: 1396ms; animation-duration: 1396ms; } .staff .note-interval.ni-sustain-1397::after { -webkit-animation-duration: 1397ms; animation-duration: 1397ms; } .staff .note-interval.ni-sustain-1398::after { -webkit-animation-duration: 1398ms; animation-duration: 1398ms; } .staff .note-interval.ni-sustain-1399::after { -webkit-animation-duration: 1399ms; animation-duration: 1399ms; } .staff .note-interval.ni-sustain-1400::after { -webkit-animation-duration: 1400ms; animation-duration: 1400ms; } .staff .note-interval.ni-sustain-1401::after { -webkit-animation-duration: 1401ms; animation-duration: 1401ms; } .staff .note-interval.ni-sustain-1402::after { -webkit-animation-duration: 1402ms; animation-duration: 1402ms; } .staff .note-interval.ni-sustain-1403::after { -webkit-animation-duration: 1403ms; animation-duration: 1403ms; } .staff .note-interval.ni-sustain-1404::after { -webkit-animation-duration: 1404ms; animation-duration: 1404ms; } .staff .note-interval.ni-sustain-1405::after { -webkit-animation-duration: 1405ms; animation-duration: 1405ms; } .staff .note-interval.ni-sustain-1406::after { -webkit-animation-duration: 1406ms; animation-duration: 1406ms; } .staff .note-interval.ni-sustain-1407::after { -webkit-animation-duration: 1407ms; animation-duration: 1407ms; } .staff .note-interval.ni-sustain-1408::after { -webkit-animation-duration: 1408ms; animation-duration: 1408ms; } .staff .note-interval.ni-sustain-1409::after { -webkit-animation-duration: 1409ms; animation-duration: 1409ms; } .staff .note-interval.ni-sustain-1410::after { -webkit-animation-duration: 1410ms; animation-duration: 1410ms; } .staff .note-interval.ni-sustain-1411::after { -webkit-animation-duration: 1411ms; animation-duration: 1411ms; } .staff .note-interval.ni-sustain-1412::after { -webkit-animation-duration: 1412ms; animation-duration: 1412ms; } .staff .note-interval.ni-sustain-1413::after { -webkit-animation-duration: 1413ms; animation-duration: 1413ms; } .staff .note-interval.ni-sustain-1414::after { -webkit-animation-duration: 1414ms; animation-duration: 1414ms; } .staff .note-interval.ni-sustain-1415::after { -webkit-animation-duration: 1415ms; animation-duration: 1415ms; } .staff .note-interval.ni-sustain-1416::after { -webkit-animation-duration: 1416ms; animation-duration: 1416ms; } .staff .note-interval.ni-sustain-1417::after { -webkit-animation-duration: 1417ms; animation-duration: 1417ms; } .staff .note-interval.ni-sustain-1418::after { -webkit-animation-duration: 1418ms; animation-duration: 1418ms; } .staff .note-interval.ni-sustain-1419::after { -webkit-animation-duration: 1419ms; animation-duration: 1419ms; } .staff .note-interval.ni-sustain-1420::after { -webkit-animation-duration: 1420ms; animation-duration: 1420ms; } .staff .note-interval.ni-sustain-1421::after { -webkit-animation-duration: 1421ms; animation-duration: 1421ms; } .staff .note-interval.ni-sustain-1422::after { -webkit-animation-duration: 1422ms; animation-duration: 1422ms; } .staff .note-interval.ni-sustain-1423::after { -webkit-animation-duration: 1423ms; animation-duration: 1423ms; } .staff .note-interval.ni-sustain-1424::after { -webkit-animation-duration: 1424ms; animation-duration: 1424ms; } .staff .note-interval.ni-sustain-1425::after { -webkit-animation-duration: 1425ms; animation-duration: 1425ms; } .staff .note-interval.ni-sustain-1426::after { -webkit-animation-duration: 1426ms; animation-duration: 1426ms; } .staff .note-interval.ni-sustain-1427::after { -webkit-animation-duration: 1427ms; animation-duration: 1427ms; } .staff .note-interval.ni-sustain-1428::after { -webkit-animation-duration: 1428ms; animation-duration: 1428ms; } .staff .note-interval.ni-sustain-1429::after { -webkit-animation-duration: 1429ms; animation-duration: 1429ms; } .staff .note-interval.ni-sustain-1430::after { -webkit-animation-duration: 1430ms; animation-duration: 1430ms; } .staff .note-interval.ni-sustain-1431::after { -webkit-animation-duration: 1431ms; animation-duration: 1431ms; } .staff .note-interval.ni-sustain-1432::after { -webkit-animation-duration: 1432ms; animation-duration: 1432ms; } .staff .note-interval.ni-sustain-1433::after { -webkit-animation-duration: 1433ms; animation-duration: 1433ms; } .staff .note-interval.ni-sustain-1434::after { -webkit-animation-duration: 1434ms; animation-duration: 1434ms; } .staff .note-interval.ni-sustain-1435::after { -webkit-animation-duration: 1435ms; animation-duration: 1435ms; } .staff .note-interval.ni-sustain-1436::after { -webkit-animation-duration: 1436ms; animation-duration: 1436ms; } .staff .note-interval.ni-sustain-1437::after { -webkit-animation-duration: 1437ms; animation-duration: 1437ms; } .staff .note-interval.ni-sustain-1438::after { -webkit-animation-duration: 1438ms; animation-duration: 1438ms; } .staff .note-interval.ni-sustain-1439::after { -webkit-animation-duration: 1439ms; animation-duration: 1439ms; } .staff .note-interval.ni-sustain-1440::after { -webkit-animation-duration: 1440ms; animation-duration: 1440ms; } .staff .note-interval.ni-sustain-1441::after { -webkit-animation-duration: 1441ms; animation-duration: 1441ms; } .staff .note-interval.ni-sustain-1442::after { -webkit-animation-duration: 1442ms; animation-duration: 1442ms; } .staff .note-interval.ni-sustain-1443::after { -webkit-animation-duration: 1443ms; animation-duration: 1443ms; } .staff .note-interval.ni-sustain-1444::after { -webkit-animation-duration: 1444ms; animation-duration: 1444ms; } .staff .note-interval.ni-sustain-1445::after { -webkit-animation-duration: 1445ms; animation-duration: 1445ms; } .staff .note-interval.ni-sustain-1446::after { -webkit-animation-duration: 1446ms; animation-duration: 1446ms; } .staff .note-interval.ni-sustain-1447::after { -webkit-animation-duration: 1447ms; animation-duration: 1447ms; } .staff .note-interval.ni-sustain-1448::after { -webkit-animation-duration: 1448ms; animation-duration: 1448ms; } .staff .note-interval.ni-sustain-1449::after { -webkit-animation-duration: 1449ms; animation-duration: 1449ms; } .staff .note-interval.ni-sustain-1450::after { -webkit-animation-duration: 1450ms; animation-duration: 1450ms; } .staff .note-interval.ni-sustain-1451::after { -webkit-animation-duration: 1451ms; animation-duration: 1451ms; } .staff .note-interval.ni-sustain-1452::after { -webkit-animation-duration: 1452ms; animation-duration: 1452ms; } .staff .note-interval.ni-sustain-1453::after { -webkit-animation-duration: 1453ms; animation-duration: 1453ms; } .staff .note-interval.ni-sustain-1454::after { -webkit-animation-duration: 1454ms; animation-duration: 1454ms; } .staff .note-interval.ni-sustain-1455::after { -webkit-animation-duration: 1455ms; animation-duration: 1455ms; } .staff .note-interval.ni-sustain-1456::after { -webkit-animation-duration: 1456ms; animation-duration: 1456ms; } .staff .note-interval.ni-sustain-1457::after { -webkit-animation-duration: 1457ms; animation-duration: 1457ms; } .staff .note-interval.ni-sustain-1458::after { -webkit-animation-duration: 1458ms; animation-duration: 1458ms; } .staff .note-interval.ni-sustain-1459::after { -webkit-animation-duration: 1459ms; animation-duration: 1459ms; } .staff .note-interval.ni-sustain-1460::after { -webkit-animation-duration: 1460ms; animation-duration: 1460ms; } .staff .note-interval.ni-sustain-1461::after { -webkit-animation-duration: 1461ms; animation-duration: 1461ms; } .staff .note-interval.ni-sustain-1462::after { -webkit-animation-duration: 1462ms; animation-duration: 1462ms; } .staff .note-interval.ni-sustain-1463::after { -webkit-animation-duration: 1463ms; animation-duration: 1463ms; } .staff .note-interval.ni-sustain-1464::after { -webkit-animation-duration: 1464ms; animation-duration: 1464ms; } .staff .note-interval.ni-sustain-1465::after { -webkit-animation-duration: 1465ms; animation-duration: 1465ms; } .staff .note-interval.ni-sustain-1466::after { -webkit-animation-duration: 1466ms; animation-duration: 1466ms; } .staff .note-interval.ni-sustain-1467::after { -webkit-animation-duration: 1467ms; animation-duration: 1467ms; } .staff .note-interval.ni-sustain-1468::after { -webkit-animation-duration: 1468ms; animation-duration: 1468ms; } .staff .note-interval.ni-sustain-1469::after { -webkit-animation-duration: 1469ms; animation-duration: 1469ms; } .staff .note-interval.ni-sustain-1470::after { -webkit-animation-duration: 1470ms; animation-duration: 1470ms; } .staff .note-interval.ni-sustain-1471::after { -webkit-animation-duration: 1471ms; animation-duration: 1471ms; } .staff .note-interval.ni-sustain-1472::after { -webkit-animation-duration: 1472ms; animation-duration: 1472ms; } .staff .note-interval.ni-sustain-1473::after { -webkit-animation-duration: 1473ms; animation-duration: 1473ms; } .staff .note-interval.ni-sustain-1474::after { -webkit-animation-duration: 1474ms; animation-duration: 1474ms; } .staff .note-interval.ni-sustain-1475::after { -webkit-animation-duration: 1475ms; animation-duration: 1475ms; } .staff .note-interval.ni-sustain-1476::after { -webkit-animation-duration: 1476ms; animation-duration: 1476ms; } .staff .note-interval.ni-sustain-1477::after { -webkit-animation-duration: 1477ms; animation-duration: 1477ms; } .staff .note-interval.ni-sustain-1478::after { -webkit-animation-duration: 1478ms; animation-duration: 1478ms; } .staff .note-interval.ni-sustain-1479::after { -webkit-animation-duration: 1479ms; animation-duration: 1479ms; } .staff .note-interval.ni-sustain-1480::after { -webkit-animation-duration: 1480ms; animation-duration: 1480ms; } .staff .note-interval.ni-sustain-1481::after { -webkit-animation-duration: 1481ms; animation-duration: 1481ms; } .staff .note-interval.ni-sustain-1482::after { -webkit-animation-duration: 1482ms; animation-duration: 1482ms; } .staff .note-interval.ni-sustain-1483::after { -webkit-animation-duration: 1483ms; animation-duration: 1483ms; } .staff .note-interval.ni-sustain-1484::after { -webkit-animation-duration: 1484ms; animation-duration: 1484ms; } .staff .note-interval.ni-sustain-1485::after { -webkit-animation-duration: 1485ms; animation-duration: 1485ms; } .staff .note-interval.ni-sustain-1486::after { -webkit-animation-duration: 1486ms; animation-duration: 1486ms; } .staff .note-interval.ni-sustain-1487::after { -webkit-animation-duration: 1487ms; animation-duration: 1487ms; } .staff .note-interval.ni-sustain-1488::after { -webkit-animation-duration: 1488ms; animation-duration: 1488ms; } .staff .note-interval.ni-sustain-1489::after { -webkit-animation-duration: 1489ms; animation-duration: 1489ms; } .staff .note-interval.ni-sustain-1490::after { -webkit-animation-duration: 1490ms; animation-duration: 1490ms; } .staff .note-interval.ni-sustain-1491::after { -webkit-animation-duration: 1491ms; animation-duration: 1491ms; } .staff .note-interval.ni-sustain-1492::after { -webkit-animation-duration: 1492ms; animation-duration: 1492ms; } .staff .note-interval.ni-sustain-1493::after { -webkit-animation-duration: 1493ms; animation-duration: 1493ms; } .staff .note-interval.ni-sustain-1494::after { -webkit-animation-duration: 1494ms; animation-duration: 1494ms; } .staff .note-interval.ni-sustain-1495::after { -webkit-animation-duration: 1495ms; animation-duration: 1495ms; } .staff .note-interval.ni-sustain-1496::after { -webkit-animation-duration: 1496ms; animation-duration: 1496ms; } .staff .note-interval.ni-sustain-1497::after { -webkit-animation-duration: 1497ms; animation-duration: 1497ms; } .staff .note-interval.ni-sustain-1498::after { -webkit-animation-duration: 1498ms; animation-duration: 1498ms; } .staff .note-interval.ni-sustain-1499::after { -webkit-animation-duration: 1499ms; animation-duration: 1499ms; } .staff .note-interval.ni-sustain-1500::after { -webkit-animation-duration: 1500ms; animation-duration: 1500ms; } .staff .note-interval.ni-sustain-1501::after { -webkit-animation-duration: 1501ms; animation-duration: 1501ms; } .staff .note-interval.ni-sustain-1502::after { -webkit-animation-duration: 1502ms; animation-duration: 1502ms; } .staff .note-interval.ni-sustain-1503::after { -webkit-animation-duration: 1503ms; animation-duration: 1503ms; } .staff .note-interval.ni-sustain-1504::after { -webkit-animation-duration: 1504ms; animation-duration: 1504ms; } .staff .note-interval.ni-sustain-1505::after { -webkit-animation-duration: 1505ms; animation-duration: 1505ms; } .staff .note-interval.ni-sustain-1506::after { -webkit-animation-duration: 1506ms; animation-duration: 1506ms; } .staff .note-interval.ni-sustain-1507::after { -webkit-animation-duration: 1507ms; animation-duration: 1507ms; } .staff .note-interval.ni-sustain-1508::after { -webkit-animation-duration: 1508ms; animation-duration: 1508ms; } .staff .note-interval.ni-sustain-1509::after { -webkit-animation-duration: 1509ms; animation-duration: 1509ms; } .staff .note-interval.ni-sustain-1510::after { -webkit-animation-duration: 1510ms; animation-duration: 1510ms; } .staff .note-interval.ni-sustain-1511::after { -webkit-animation-duration: 1511ms; animation-duration: 1511ms; } .staff .note-interval.ni-sustain-1512::after { -webkit-animation-duration: 1512ms; animation-duration: 1512ms; } .staff .note-interval.ni-sustain-1513::after { -webkit-animation-duration: 1513ms; animation-duration: 1513ms; } .staff .note-interval.ni-sustain-1514::after { -webkit-animation-duration: 1514ms; animation-duration: 1514ms; } .staff .note-interval.ni-sustain-1515::after { -webkit-animation-duration: 1515ms; animation-duration: 1515ms; } .staff .note-interval.ni-sustain-1516::after { -webkit-animation-duration: 1516ms; animation-duration: 1516ms; } .staff .note-interval.ni-sustain-1517::after { -webkit-animation-duration: 1517ms; animation-duration: 1517ms; } .staff .note-interval.ni-sustain-1518::after { -webkit-animation-duration: 1518ms; animation-duration: 1518ms; } .staff .note-interval.ni-sustain-1519::after { -webkit-animation-duration: 1519ms; animation-duration: 1519ms; } .staff .note-interval.ni-sustain-1520::after { -webkit-animation-duration: 1520ms; animation-duration: 1520ms; } .staff .note-interval.ni-sustain-1521::after { -webkit-animation-duration: 1521ms; animation-duration: 1521ms; } .staff .note-interval.ni-sustain-1522::after { -webkit-animation-duration: 1522ms; animation-duration: 1522ms; } .staff .note-interval.ni-sustain-1523::after { -webkit-animation-duration: 1523ms; animation-duration: 1523ms; } .staff .note-interval.ni-sustain-1524::after { -webkit-animation-duration: 1524ms; animation-duration: 1524ms; } .staff .note-interval.ni-sustain-1525::after { -webkit-animation-duration: 1525ms; animation-duration: 1525ms; } .staff .note-interval.ni-sustain-1526::after { -webkit-animation-duration: 1526ms; animation-duration: 1526ms; } .staff .note-interval.ni-sustain-1527::after { -webkit-animation-duration: 1527ms; animation-duration: 1527ms; } .staff .note-interval.ni-sustain-1528::after { -webkit-animation-duration: 1528ms; animation-duration: 1528ms; } .staff .note-interval.ni-sustain-1529::after { -webkit-animation-duration: 1529ms; animation-duration: 1529ms; } .staff .note-interval.ni-sustain-1530::after { -webkit-animation-duration: 1530ms; animation-duration: 1530ms; } .staff .note-interval.ni-sustain-1531::after { -webkit-animation-duration: 1531ms; animation-duration: 1531ms; } .staff .note-interval.ni-sustain-1532::after { -webkit-animation-duration: 1532ms; animation-duration: 1532ms; } .staff .note-interval.ni-sustain-1533::after { -webkit-animation-duration: 1533ms; animation-duration: 1533ms; } .staff .note-interval.ni-sustain-1534::after { -webkit-animation-duration: 1534ms; animation-duration: 1534ms; } .staff .note-interval.ni-sustain-1535::after { -webkit-animation-duration: 1535ms; animation-duration: 1535ms; } .staff .note-interval.ni-sustain-1536::after { -webkit-animation-duration: 1536ms; animation-duration: 1536ms; } .staff .note-interval.ni-sustain-1537::after { -webkit-animation-duration: 1537ms; animation-duration: 1537ms; } .staff .note-interval.ni-sustain-1538::after { -webkit-animation-duration: 1538ms; animation-duration: 1538ms; } .staff .note-interval.ni-sustain-1539::after { -webkit-animation-duration: 1539ms; animation-duration: 1539ms; } .staff .note-interval.ni-sustain-1540::after { -webkit-animation-duration: 1540ms; animation-duration: 1540ms; } .staff .note-interval.ni-sustain-1541::after { -webkit-animation-duration: 1541ms; animation-duration: 1541ms; } .staff .note-interval.ni-sustain-1542::after { -webkit-animation-duration: 1542ms; animation-duration: 1542ms; } .staff .note-interval.ni-sustain-1543::after { -webkit-animation-duration: 1543ms; animation-duration: 1543ms; } .staff .note-interval.ni-sustain-1544::after { -webkit-animation-duration: 1544ms; animation-duration: 1544ms; } .staff .note-interval.ni-sustain-1545::after { -webkit-animation-duration: 1545ms; animation-duration: 1545ms; } .staff .note-interval.ni-sustain-1546::after { -webkit-animation-duration: 1546ms; animation-duration: 1546ms; } .staff .note-interval.ni-sustain-1547::after { -webkit-animation-duration: 1547ms; animation-duration: 1547ms; } .staff .note-interval.ni-sustain-1548::after { -webkit-animation-duration: 1548ms; animation-duration: 1548ms; } .staff .note-interval.ni-sustain-1549::after { -webkit-animation-duration: 1549ms; animation-duration: 1549ms; } .staff .note-interval.ni-sustain-1550::after { -webkit-animation-duration: 1550ms; animation-duration: 1550ms; } .staff .note-interval.ni-sustain-1551::after { -webkit-animation-duration: 1551ms; animation-duration: 1551ms; } .staff .note-interval.ni-sustain-1552::after { -webkit-animation-duration: 1552ms; animation-duration: 1552ms; } .staff .note-interval.ni-sustain-1553::after { -webkit-animation-duration: 1553ms; animation-duration: 1553ms; } .staff .note-interval.ni-sustain-1554::after { -webkit-animation-duration: 1554ms; animation-duration: 1554ms; } .staff .note-interval.ni-sustain-1555::after { -webkit-animation-duration: 1555ms; animation-duration: 1555ms; } .staff .note-interval.ni-sustain-1556::after { -webkit-animation-duration: 1556ms; animation-duration: 1556ms; } .staff .note-interval.ni-sustain-1557::after { -webkit-animation-duration: 1557ms; animation-duration: 1557ms; } .staff .note-interval.ni-sustain-1558::after { -webkit-animation-duration: 1558ms; animation-duration: 1558ms; } .staff .note-interval.ni-sustain-1559::after { -webkit-animation-duration: 1559ms; animation-duration: 1559ms; } .staff .note-interval.ni-sustain-1560::after { -webkit-animation-duration: 1560ms; animation-duration: 1560ms; } .staff .note-interval.ni-sustain-1561::after { -webkit-animation-duration: 1561ms; animation-duration: 1561ms; } .staff .note-interval.ni-sustain-1562::after { -webkit-animation-duration: 1562ms; animation-duration: 1562ms; } .staff .note-interval.ni-sustain-1563::after { -webkit-animation-duration: 1563ms; animation-duration: 1563ms; } .staff .note-interval.ni-sustain-1564::after { -webkit-animation-duration: 1564ms; animation-duration: 1564ms; } .staff .note-interval.ni-sustain-1565::after { -webkit-animation-duration: 1565ms; animation-duration: 1565ms; } .staff .note-interval.ni-sustain-1566::after { -webkit-animation-duration: 1566ms; animation-duration: 1566ms; } .staff .note-interval.ni-sustain-1567::after { -webkit-animation-duration: 1567ms; animation-duration: 1567ms; } .staff .note-interval.ni-sustain-1568::after { -webkit-animation-duration: 1568ms; animation-duration: 1568ms; } .staff .note-interval.ni-sustain-1569::after { -webkit-animation-duration: 1569ms; animation-duration: 1569ms; } .staff .note-interval.ni-sustain-1570::after { -webkit-animation-duration: 1570ms; animation-duration: 1570ms; } .staff .note-interval.ni-sustain-1571::after { -webkit-animation-duration: 1571ms; animation-duration: 1571ms; } .staff .note-interval.ni-sustain-1572::after { -webkit-animation-duration: 1572ms; animation-duration: 1572ms; } .staff .note-interval.ni-sustain-1573::after { -webkit-animation-duration: 1573ms; animation-duration: 1573ms; } .staff .note-interval.ni-sustain-1574::after { -webkit-animation-duration: 1574ms; animation-duration: 1574ms; } .staff .note-interval.ni-sustain-1575::after { -webkit-animation-duration: 1575ms; animation-duration: 1575ms; } .staff .note-interval.ni-sustain-1576::after { -webkit-animation-duration: 1576ms; animation-duration: 1576ms; } .staff .note-interval.ni-sustain-1577::after { -webkit-animation-duration: 1577ms; animation-duration: 1577ms; } .staff .note-interval.ni-sustain-1578::after { -webkit-animation-duration: 1578ms; animation-duration: 1578ms; } .staff .note-interval.ni-sustain-1579::after { -webkit-animation-duration: 1579ms; animation-duration: 1579ms; } .staff .note-interval.ni-sustain-1580::after { -webkit-animation-duration: 1580ms; animation-duration: 1580ms; } .staff .note-interval.ni-sustain-1581::after { -webkit-animation-duration: 1581ms; animation-duration: 1581ms; } .staff .note-interval.ni-sustain-1582::after { -webkit-animation-duration: 1582ms; animation-duration: 1582ms; } .staff .note-interval.ni-sustain-1583::after { -webkit-animation-duration: 1583ms; animation-duration: 1583ms; } .staff .note-interval.ni-sustain-1584::after { -webkit-animation-duration: 1584ms; animation-duration: 1584ms; } .staff .note-interval.ni-sustain-1585::after { -webkit-animation-duration: 1585ms; animation-duration: 1585ms; } .staff .note-interval.ni-sustain-1586::after { -webkit-animation-duration: 1586ms; animation-duration: 1586ms; } .staff .note-interval.ni-sustain-1587::after { -webkit-animation-duration: 1587ms; animation-duration: 1587ms; } .staff .note-interval.ni-sustain-1588::after { -webkit-animation-duration: 1588ms; animation-duration: 1588ms; } .staff .note-interval.ni-sustain-1589::after { -webkit-animation-duration: 1589ms; animation-duration: 1589ms; } .staff .note-interval.ni-sustain-1590::after { -webkit-animation-duration: 1590ms; animation-duration: 1590ms; } .staff .note-interval.ni-sustain-1591::after { -webkit-animation-duration: 1591ms; animation-duration: 1591ms; } .staff .note-interval.ni-sustain-1592::after { -webkit-animation-duration: 1592ms; animation-duration: 1592ms; } .staff .note-interval.ni-sustain-1593::after { -webkit-animation-duration: 1593ms; animation-duration: 1593ms; } .staff .note-interval.ni-sustain-1594::after { -webkit-animation-duration: 1594ms; animation-duration: 1594ms; } .staff .note-interval.ni-sustain-1595::after { -webkit-animation-duration: 1595ms; animation-duration: 1595ms; } .staff .note-interval.ni-sustain-1596::after { -webkit-animation-duration: 1596ms; animation-duration: 1596ms; } .staff .note-interval.ni-sustain-1597::after { -webkit-animation-duration: 1597ms; animation-duration: 1597ms; } .staff .note-interval.ni-sustain-1598::after { -webkit-animation-duration: 1598ms; animation-duration: 1598ms; } .staff .note-interval.ni-sustain-1599::after { -webkit-animation-duration: 1599ms; animation-duration: 1599ms; } .staff .note-interval.ni-sustain-1600::after { -webkit-animation-duration: 1600ms; animation-duration: 1600ms; } .staff .note-interval.ni-sustain-1601::after { -webkit-animation-duration: 1601ms; animation-duration: 1601ms; } .staff .note-interval.ni-sustain-1602::after { -webkit-animation-duration: 1602ms; animation-duration: 1602ms; } .staff .note-interval.ni-sustain-1603::after { -webkit-animation-duration: 1603ms; animation-duration: 1603ms; } .staff .note-interval.ni-sustain-1604::after { -webkit-animation-duration: 1604ms; animation-duration: 1604ms; } .staff .note-interval.ni-sustain-1605::after { -webkit-animation-duration: 1605ms; animation-duration: 1605ms; } .staff .note-interval.ni-sustain-1606::after { -webkit-animation-duration: 1606ms; animation-duration: 1606ms; } .staff .note-interval.ni-sustain-1607::after { -webkit-animation-duration: 1607ms; animation-duration: 1607ms; } .staff .note-interval.ni-sustain-1608::after { -webkit-animation-duration: 1608ms; animation-duration: 1608ms; } .staff .note-interval.ni-sustain-1609::after { -webkit-animation-duration: 1609ms; animation-duration: 1609ms; } .staff .note-interval.ni-sustain-1610::after { -webkit-animation-duration: 1610ms; animation-duration: 1610ms; } .staff .note-interval.ni-sustain-1611::after { -webkit-animation-duration: 1611ms; animation-duration: 1611ms; } .staff .note-interval.ni-sustain-1612::after { -webkit-animation-duration: 1612ms; animation-duration: 1612ms; } .staff .note-interval.ni-sustain-1613::after { -webkit-animation-duration: 1613ms; animation-duration: 1613ms; } .staff .note-interval.ni-sustain-1614::after { -webkit-animation-duration: 1614ms; animation-duration: 1614ms; } .staff .note-interval.ni-sustain-1615::after { -webkit-animation-duration: 1615ms; animation-duration: 1615ms; } .staff .note-interval.ni-sustain-1616::after { -webkit-animation-duration: 1616ms; animation-duration: 1616ms; } .staff .note-interval.ni-sustain-1617::after { -webkit-animation-duration: 1617ms; animation-duration: 1617ms; } .staff .note-interval.ni-sustain-1618::after { -webkit-animation-duration: 1618ms; animation-duration: 1618ms; } .staff .note-interval.ni-sustain-1619::after { -webkit-animation-duration: 1619ms; animation-duration: 1619ms; } .staff .note-interval.ni-sustain-1620::after { -webkit-animation-duration: 1620ms; animation-duration: 1620ms; } .staff .note-interval.ni-sustain-1621::after { -webkit-animation-duration: 1621ms; animation-duration: 1621ms; } .staff .note-interval.ni-sustain-1622::after { -webkit-animation-duration: 1622ms; animation-duration: 1622ms; } .staff .note-interval.ni-sustain-1623::after { -webkit-animation-duration: 1623ms; animation-duration: 1623ms; } .staff .note-interval.ni-sustain-1624::after { -webkit-animation-duration: 1624ms; animation-duration: 1624ms; } .staff .note-interval.ni-sustain-1625::after { -webkit-animation-duration: 1625ms; animation-duration: 1625ms; } .staff .note-interval.ni-sustain-1626::after { -webkit-animation-duration: 1626ms; animation-duration: 1626ms; } .staff .note-interval.ni-sustain-1627::after { -webkit-animation-duration: 1627ms; animation-duration: 1627ms; } .staff .note-interval.ni-sustain-1628::after { -webkit-animation-duration: 1628ms; animation-duration: 1628ms; } .staff .note-interval.ni-sustain-1629::after { -webkit-animation-duration: 1629ms; animation-duration: 1629ms; } .staff .note-interval.ni-sustain-1630::after { -webkit-animation-duration: 1630ms; animation-duration: 1630ms; } .staff .note-interval.ni-sustain-1631::after { -webkit-animation-duration: 1631ms; animation-duration: 1631ms; } .staff .note-interval.ni-sustain-1632::after { -webkit-animation-duration: 1632ms; animation-duration: 1632ms; } .staff .note-interval.ni-sustain-1633::after { -webkit-animation-duration: 1633ms; animation-duration: 1633ms; } .staff .note-interval.ni-sustain-1634::after { -webkit-animation-duration: 1634ms; animation-duration: 1634ms; } .staff .note-interval.ni-sustain-1635::after { -webkit-animation-duration: 1635ms; animation-duration: 1635ms; } .staff .note-interval.ni-sustain-1636::after { -webkit-animation-duration: 1636ms; animation-duration: 1636ms; } .staff .note-interval.ni-sustain-1637::after { -webkit-animation-duration: 1637ms; animation-duration: 1637ms; } .staff .note-interval.ni-sustain-1638::after { -webkit-animation-duration: 1638ms; animation-duration: 1638ms; } .staff .note-interval.ni-sustain-1639::after { -webkit-animation-duration: 1639ms; animation-duration: 1639ms; } .staff .note-interval.ni-sustain-1640::after { -webkit-animation-duration: 1640ms; animation-duration: 1640ms; } .staff .note-interval.ni-sustain-1641::after { -webkit-animation-duration: 1641ms; animation-duration: 1641ms; } .staff .note-interval.ni-sustain-1642::after { -webkit-animation-duration: 1642ms; animation-duration: 1642ms; } .staff .note-interval.ni-sustain-1643::after { -webkit-animation-duration: 1643ms; animation-duration: 1643ms; } .staff .note-interval.ni-sustain-1644::after { -webkit-animation-duration: 1644ms; animation-duration: 1644ms; } .staff .note-interval.ni-sustain-1645::after { -webkit-animation-duration: 1645ms; animation-duration: 1645ms; } .staff .note-interval.ni-sustain-1646::after { -webkit-animation-duration: 1646ms; animation-duration: 1646ms; } .staff .note-interval.ni-sustain-1647::after { -webkit-animation-duration: 1647ms; animation-duration: 1647ms; } .staff .note-interval.ni-sustain-1648::after { -webkit-animation-duration: 1648ms; animation-duration: 1648ms; } .staff .note-interval.ni-sustain-1649::after { -webkit-animation-duration: 1649ms; animation-duration: 1649ms; } .staff .note-interval.ni-sustain-1650::after { -webkit-animation-duration: 1650ms; animation-duration: 1650ms; } .staff .note-interval.ni-sustain-1651::after { -webkit-animation-duration: 1651ms; animation-duration: 1651ms; } .staff .note-interval.ni-sustain-1652::after { -webkit-animation-duration: 1652ms; animation-duration: 1652ms; } .staff .note-interval.ni-sustain-1653::after { -webkit-animation-duration: 1653ms; animation-duration: 1653ms; } .staff .note-interval.ni-sustain-1654::after { -webkit-animation-duration: 1654ms; animation-duration: 1654ms; } .staff .note-interval.ni-sustain-1655::after { -webkit-animation-duration: 1655ms; animation-duration: 1655ms; } .staff .note-interval.ni-sustain-1656::after { -webkit-animation-duration: 1656ms; animation-duration: 1656ms; } .staff .note-interval.ni-sustain-1657::after { -webkit-animation-duration: 1657ms; animation-duration: 1657ms; } .staff .note-interval.ni-sustain-1658::after { -webkit-animation-duration: 1658ms; animation-duration: 1658ms; } .staff .note-interval.ni-sustain-1659::after { -webkit-animation-duration: 1659ms; animation-duration: 1659ms; } .staff .note-interval.ni-sustain-1660::after { -webkit-animation-duration: 1660ms; animation-duration: 1660ms; } .staff .note-interval.ni-sustain-1661::after { -webkit-animation-duration: 1661ms; animation-duration: 1661ms; } .staff .note-interval.ni-sustain-1662::after { -webkit-animation-duration: 1662ms; animation-duration: 1662ms; } .staff .note-interval.ni-sustain-1663::after { -webkit-animation-duration: 1663ms; animation-duration: 1663ms; } .staff .note-interval.ni-sustain-1664::after { -webkit-animation-duration: 1664ms; animation-duration: 1664ms; } .staff .note-interval.ni-sustain-1665::after { -webkit-animation-duration: 1665ms; animation-duration: 1665ms; } .staff .note-interval.ni-sustain-1666::after { -webkit-animation-duration: 1666ms; animation-duration: 1666ms; } .staff .note-interval.ni-sustain-1667::after { -webkit-animation-duration: 1667ms; animation-duration: 1667ms; } .staff .note-interval.ni-sustain-1668::after { -webkit-animation-duration: 1668ms; animation-duration: 1668ms; } .staff .note-interval.ni-sustain-1669::after { -webkit-animation-duration: 1669ms; animation-duration: 1669ms; } .staff .note-interval.ni-sustain-1670::after { -webkit-animation-duration: 1670ms; animation-duration: 1670ms; } .staff .note-interval.ni-sustain-1671::after { -webkit-animation-duration: 1671ms; animation-duration: 1671ms; } .staff .note-interval.ni-sustain-1672::after { -webkit-animation-duration: 1672ms; animation-duration: 1672ms; } .staff .note-interval.ni-sustain-1673::after { -webkit-animation-duration: 1673ms; animation-duration: 1673ms; } .staff .note-interval.ni-sustain-1674::after { -webkit-animation-duration: 1674ms; animation-duration: 1674ms; } .staff .note-interval.ni-sustain-1675::after { -webkit-animation-duration: 1675ms; animation-duration: 1675ms; } .staff .note-interval.ni-sustain-1676::after { -webkit-animation-duration: 1676ms; animation-duration: 1676ms; } .staff .note-interval.ni-sustain-1677::after { -webkit-animation-duration: 1677ms; animation-duration: 1677ms; } .staff .note-interval.ni-sustain-1678::after { -webkit-animation-duration: 1678ms; animation-duration: 1678ms; } .staff .note-interval.ni-sustain-1679::after { -webkit-animation-duration: 1679ms; animation-duration: 1679ms; } .staff .note-interval.ni-sustain-1680::after { -webkit-animation-duration: 1680ms; animation-duration: 1680ms; } .staff .note-interval.ni-sustain-1681::after { -webkit-animation-duration: 1681ms; animation-duration: 1681ms; } .staff .note-interval.ni-sustain-1682::after { -webkit-animation-duration: 1682ms; animation-duration: 1682ms; } .staff .note-interval.ni-sustain-1683::after { -webkit-animation-duration: 1683ms; animation-duration: 1683ms; } .staff .note-interval.ni-sustain-1684::after { -webkit-animation-duration: 1684ms; animation-duration: 1684ms; } .staff .note-interval.ni-sustain-1685::after { -webkit-animation-duration: 1685ms; animation-duration: 1685ms; } .staff .note-interval.ni-sustain-1686::after { -webkit-animation-duration: 1686ms; animation-duration: 1686ms; } .staff .note-interval.ni-sustain-1687::after { -webkit-animation-duration: 1687ms; animation-duration: 1687ms; } .staff .note-interval.ni-sustain-1688::after { -webkit-animation-duration: 1688ms; animation-duration: 1688ms; } .staff .note-interval.ni-sustain-1689::after { -webkit-animation-duration: 1689ms; animation-duration: 1689ms; } .staff .note-interval.ni-sustain-1690::after { -webkit-animation-duration: 1690ms; animation-duration: 1690ms; } .staff .note-interval.ni-sustain-1691::after { -webkit-animation-duration: 1691ms; animation-duration: 1691ms; } .staff .note-interval.ni-sustain-1692::after { -webkit-animation-duration: 1692ms; animation-duration: 1692ms; } .staff .note-interval.ni-sustain-1693::after { -webkit-animation-duration: 1693ms; animation-duration: 1693ms; } .staff .note-interval.ni-sustain-1694::after { -webkit-animation-duration: 1694ms; animation-duration: 1694ms; } .staff .note-interval.ni-sustain-1695::after { -webkit-animation-duration: 1695ms; animation-duration: 1695ms; } .staff .note-interval.ni-sustain-1696::after { -webkit-animation-duration: 1696ms; animation-duration: 1696ms; } .staff .note-interval.ni-sustain-1697::after { -webkit-animation-duration: 1697ms; animation-duration: 1697ms; } .staff .note-interval.ni-sustain-1698::after { -webkit-animation-duration: 1698ms; animation-duration: 1698ms; } .staff .note-interval.ni-sustain-1699::after { -webkit-animation-duration: 1699ms; animation-duration: 1699ms; } .staff .note-interval.ni-sustain-1700::after { -webkit-animation-duration: 1700ms; animation-duration: 1700ms; } .staff .note-interval.ni-sustain-1701::after { -webkit-animation-duration: 1701ms; animation-duration: 1701ms; } .staff .note-interval.ni-sustain-1702::after { -webkit-animation-duration: 1702ms; animation-duration: 1702ms; } .staff .note-interval.ni-sustain-1703::after { -webkit-animation-duration: 1703ms; animation-duration: 1703ms; } .staff .note-interval.ni-sustain-1704::after { -webkit-animation-duration: 1704ms; animation-duration: 1704ms; } .staff .note-interval.ni-sustain-1705::after { -webkit-animation-duration: 1705ms; animation-duration: 1705ms; } .staff .note-interval.ni-sustain-1706::after { -webkit-animation-duration: 1706ms; animation-duration: 1706ms; } .staff .note-interval.ni-sustain-1707::after { -webkit-animation-duration: 1707ms; animation-duration: 1707ms; } .staff .note-interval.ni-sustain-1708::after { -webkit-animation-duration: 1708ms; animation-duration: 1708ms; } .staff .note-interval.ni-sustain-1709::after { -webkit-animation-duration: 1709ms; animation-duration: 1709ms; } .staff .note-interval.ni-sustain-1710::after { -webkit-animation-duration: 1710ms; animation-duration: 1710ms; } .staff .note-interval.ni-sustain-1711::after { -webkit-animation-duration: 1711ms; animation-duration: 1711ms; } .staff .note-interval.ni-sustain-1712::after { -webkit-animation-duration: 1712ms; animation-duration: 1712ms; } .staff .note-interval.ni-sustain-1713::after { -webkit-animation-duration: 1713ms; animation-duration: 1713ms; } .staff .note-interval.ni-sustain-1714::after { -webkit-animation-duration: 1714ms; animation-duration: 1714ms; } .staff .note-interval.ni-sustain-1715::after { -webkit-animation-duration: 1715ms; animation-duration: 1715ms; } .staff .note-interval.ni-sustain-1716::after { -webkit-animation-duration: 1716ms; animation-duration: 1716ms; } .staff .note-interval.ni-sustain-1717::after { -webkit-animation-duration: 1717ms; animation-duration: 1717ms; } .staff .note-interval.ni-sustain-1718::after { -webkit-animation-duration: 1718ms; animation-duration: 1718ms; } .staff .note-interval.ni-sustain-1719::after { -webkit-animation-duration: 1719ms; animation-duration: 1719ms; } .staff .note-interval.ni-sustain-1720::after { -webkit-animation-duration: 1720ms; animation-duration: 1720ms; } .staff .note-interval.ni-sustain-1721::after { -webkit-animation-duration: 1721ms; animation-duration: 1721ms; } .staff .note-interval.ni-sustain-1722::after { -webkit-animation-duration: 1722ms; animation-duration: 1722ms; } .staff .note-interval.ni-sustain-1723::after { -webkit-animation-duration: 1723ms; animation-duration: 1723ms; } .staff .note-interval.ni-sustain-1724::after { -webkit-animation-duration: 1724ms; animation-duration: 1724ms; } .staff .note-interval.ni-sustain-1725::after { -webkit-animation-duration: 1725ms; animation-duration: 1725ms; } .staff .note-interval.ni-sustain-1726::after { -webkit-animation-duration: 1726ms; animation-duration: 1726ms; } .staff .note-interval.ni-sustain-1727::after { -webkit-animation-duration: 1727ms; animation-duration: 1727ms; } .staff .note-interval.ni-sustain-1728::after { -webkit-animation-duration: 1728ms; animation-duration: 1728ms; } .staff .note-interval.ni-sustain-1729::after { -webkit-animation-duration: 1729ms; animation-duration: 1729ms; } .staff .note-interval.ni-sustain-1730::after { -webkit-animation-duration: 1730ms; animation-duration: 1730ms; } .staff .note-interval.ni-sustain-1731::after { -webkit-animation-duration: 1731ms; animation-duration: 1731ms; } .staff .note-interval.ni-sustain-1732::after { -webkit-animation-duration: 1732ms; animation-duration: 1732ms; } .staff .note-interval.ni-sustain-1733::after { -webkit-animation-duration: 1733ms; animation-duration: 1733ms; } .staff .note-interval.ni-sustain-1734::after { -webkit-animation-duration: 1734ms; animation-duration: 1734ms; } .staff .note-interval.ni-sustain-1735::after { -webkit-animation-duration: 1735ms; animation-duration: 1735ms; } .staff .note-interval.ni-sustain-1736::after { -webkit-animation-duration: 1736ms; animation-duration: 1736ms; } .staff .note-interval.ni-sustain-1737::after { -webkit-animation-duration: 1737ms; animation-duration: 1737ms; } .staff .note-interval.ni-sustain-1738::after { -webkit-animation-duration: 1738ms; animation-duration: 1738ms; } .staff .note-interval.ni-sustain-1739::after { -webkit-animation-duration: 1739ms; animation-duration: 1739ms; } .staff .note-interval.ni-sustain-1740::after { -webkit-animation-duration: 1740ms; animation-duration: 1740ms; } .staff .note-interval.ni-sustain-1741::after { -webkit-animation-duration: 1741ms; animation-duration: 1741ms; } .staff .note-interval.ni-sustain-1742::after { -webkit-animation-duration: 1742ms; animation-duration: 1742ms; } .staff .note-interval.ni-sustain-1743::after { -webkit-animation-duration: 1743ms; animation-duration: 1743ms; } .staff .note-interval.ni-sustain-1744::after { -webkit-animation-duration: 1744ms; animation-duration: 1744ms; } .staff .note-interval.ni-sustain-1745::after { -webkit-animation-duration: 1745ms; animation-duration: 1745ms; } .staff .note-interval.ni-sustain-1746::after { -webkit-animation-duration: 1746ms; animation-duration: 1746ms; } .staff .note-interval.ni-sustain-1747::after { -webkit-animation-duration: 1747ms; animation-duration: 1747ms; } .staff .note-interval.ni-sustain-1748::after { -webkit-animation-duration: 1748ms; animation-duration: 1748ms; } .staff .note-interval.ni-sustain-1749::after { -webkit-animation-duration: 1749ms; animation-duration: 1749ms; } .staff .note-interval.ni-sustain-1750::after { -webkit-animation-duration: 1750ms; animation-duration: 1750ms; } .staff .note-interval.ni-sustain-1751::after { -webkit-animation-duration: 1751ms; animation-duration: 1751ms; } .staff .note-interval.ni-sustain-1752::after { -webkit-animation-duration: 1752ms; animation-duration: 1752ms; } .staff .note-interval.ni-sustain-1753::after { -webkit-animation-duration: 1753ms; animation-duration: 1753ms; } .staff .note-interval.ni-sustain-1754::after { -webkit-animation-duration: 1754ms; animation-duration: 1754ms; } .staff .note-interval.ni-sustain-1755::after { -webkit-animation-duration: 1755ms; animation-duration: 1755ms; } .staff .note-interval.ni-sustain-1756::after { -webkit-animation-duration: 1756ms; animation-duration: 1756ms; } .staff .note-interval.ni-sustain-1757::after { -webkit-animation-duration: 1757ms; animation-duration: 1757ms; } .staff .note-interval.ni-sustain-1758::after { -webkit-animation-duration: 1758ms; animation-duration: 1758ms; } .staff .note-interval.ni-sustain-1759::after { -webkit-animation-duration: 1759ms; animation-duration: 1759ms; } .staff .note-interval.ni-sustain-1760::after { -webkit-animation-duration: 1760ms; animation-duration: 1760ms; } .staff .note-interval.ni-sustain-1761::after { -webkit-animation-duration: 1761ms; animation-duration: 1761ms; } .staff .note-interval.ni-sustain-1762::after { -webkit-animation-duration: 1762ms; animation-duration: 1762ms; } .staff .note-interval.ni-sustain-1763::after { -webkit-animation-duration: 1763ms; animation-duration: 1763ms; } .staff .note-interval.ni-sustain-1764::after { -webkit-animation-duration: 1764ms; animation-duration: 1764ms; } .staff .note-interval.ni-sustain-1765::after { -webkit-animation-duration: 1765ms; animation-duration: 1765ms; } .staff .note-interval.ni-sustain-1766::after { -webkit-animation-duration: 1766ms; animation-duration: 1766ms; } .staff .note-interval.ni-sustain-1767::after { -webkit-animation-duration: 1767ms; animation-duration: 1767ms; } .staff .note-interval.ni-sustain-1768::after { -webkit-animation-duration: 1768ms; animation-duration: 1768ms; } .staff .note-interval.ni-sustain-1769::after { -webkit-animation-duration: 1769ms; animation-duration: 1769ms; } .staff .note-interval.ni-sustain-1770::after { -webkit-animation-duration: 1770ms; animation-duration: 1770ms; } .staff .note-interval.ni-sustain-1771::after { -webkit-animation-duration: 1771ms; animation-duration: 1771ms; } .staff .note-interval.ni-sustain-1772::after { -webkit-animation-duration: 1772ms; animation-duration: 1772ms; } .staff .note-interval.ni-sustain-1773::after { -webkit-animation-duration: 1773ms; animation-duration: 1773ms; } .staff .note-interval.ni-sustain-1774::after { -webkit-animation-duration: 1774ms; animation-duration: 1774ms; } .staff .note-interval.ni-sustain-1775::after { -webkit-animation-duration: 1775ms; animation-duration: 1775ms; } .staff .note-interval.ni-sustain-1776::after { -webkit-animation-duration: 1776ms; animation-duration: 1776ms; } .staff .note-interval.ni-sustain-1777::after { -webkit-animation-duration: 1777ms; animation-duration: 1777ms; } .staff .note-interval.ni-sustain-1778::after { -webkit-animation-duration: 1778ms; animation-duration: 1778ms; } .staff .note-interval.ni-sustain-1779::after { -webkit-animation-duration: 1779ms; animation-duration: 1779ms; } .staff .note-interval.ni-sustain-1780::after { -webkit-animation-duration: 1780ms; animation-duration: 1780ms; } .staff .note-interval.ni-sustain-1781::after { -webkit-animation-duration: 1781ms; animation-duration: 1781ms; } .staff .note-interval.ni-sustain-1782::after { -webkit-animation-duration: 1782ms; animation-duration: 1782ms; } .staff .note-interval.ni-sustain-1783::after { -webkit-animation-duration: 1783ms; animation-duration: 1783ms; } .staff .note-interval.ni-sustain-1784::after { -webkit-animation-duration: 1784ms; animation-duration: 1784ms; } .staff .note-interval.ni-sustain-1785::after { -webkit-animation-duration: 1785ms; animation-duration: 1785ms; } .staff .note-interval.ni-sustain-1786::after { -webkit-animation-duration: 1786ms; animation-duration: 1786ms; } .staff .note-interval.ni-sustain-1787::after { -webkit-animation-duration: 1787ms; animation-duration: 1787ms; } .staff .note-interval.ni-sustain-1788::after { -webkit-animation-duration: 1788ms; animation-duration: 1788ms; } .staff .note-interval.ni-sustain-1789::after { -webkit-animation-duration: 1789ms; animation-duration: 1789ms; } .staff .note-interval.ni-sustain-1790::after { -webkit-animation-duration: 1790ms; animation-duration: 1790ms; } .staff .note-interval.ni-sustain-1791::after { -webkit-animation-duration: 1791ms; animation-duration: 1791ms; } .staff .note-interval.ni-sustain-1792::after { -webkit-animation-duration: 1792ms; animation-duration: 1792ms; } .staff .note-interval.ni-sustain-1793::after { -webkit-animation-duration: 1793ms; animation-duration: 1793ms; } .staff .note-interval.ni-sustain-1794::after { -webkit-animation-duration: 1794ms; animation-duration: 1794ms; } .staff .note-interval.ni-sustain-1795::after { -webkit-animation-duration: 1795ms; animation-duration: 1795ms; } .staff .note-interval.ni-sustain-1796::after { -webkit-animation-duration: 1796ms; animation-duration: 1796ms; } .staff .note-interval.ni-sustain-1797::after { -webkit-animation-duration: 1797ms; animation-duration: 1797ms; } .staff .note-interval.ni-sustain-1798::after { -webkit-animation-duration: 1798ms; animation-duration: 1798ms; } .staff .note-interval.ni-sustain-1799::after { -webkit-animation-duration: 1799ms; animation-duration: 1799ms; } .staff .note-interval.ni-sustain-1800::after { -webkit-animation-duration: 1800ms; animation-duration: 1800ms; } .staff .note-interval.ni-sustain-1801::after { -webkit-animation-duration: 1801ms; animation-duration: 1801ms; } .staff .note-interval.ni-sustain-1802::after { -webkit-animation-duration: 1802ms; animation-duration: 1802ms; } .staff .note-interval.ni-sustain-1803::after { -webkit-animation-duration: 1803ms; animation-duration: 1803ms; } .staff .note-interval.ni-sustain-1804::after { -webkit-animation-duration: 1804ms; animation-duration: 1804ms; } .staff .note-interval.ni-sustain-1805::after { -webkit-animation-duration: 1805ms; animation-duration: 1805ms; } .staff .note-interval.ni-sustain-1806::after { -webkit-animation-duration: 1806ms; animation-duration: 1806ms; } .staff .note-interval.ni-sustain-1807::after { -webkit-animation-duration: 1807ms; animation-duration: 1807ms; } .staff .note-interval.ni-sustain-1808::after { -webkit-animation-duration: 1808ms; animation-duration: 1808ms; } .staff .note-interval.ni-sustain-1809::after { -webkit-animation-duration: 1809ms; animation-duration: 1809ms; } .staff .note-interval.ni-sustain-1810::after { -webkit-animation-duration: 1810ms; animation-duration: 1810ms; } .staff .note-interval.ni-sustain-1811::after { -webkit-animation-duration: 1811ms; animation-duration: 1811ms; } .staff .note-interval.ni-sustain-1812::after { -webkit-animation-duration: 1812ms; animation-duration: 1812ms; } .staff .note-interval.ni-sustain-1813::after { -webkit-animation-duration: 1813ms; animation-duration: 1813ms; } .staff .note-interval.ni-sustain-1814::after { -webkit-animation-duration: 1814ms; animation-duration: 1814ms; } .staff .note-interval.ni-sustain-1815::after { -webkit-animation-duration: 1815ms; animation-duration: 1815ms; } .staff .note-interval.ni-sustain-1816::after { -webkit-animation-duration: 1816ms; animation-duration: 1816ms; } .staff .note-interval.ni-sustain-1817::after { -webkit-animation-duration: 1817ms; animation-duration: 1817ms; } .staff .note-interval.ni-sustain-1818::after { -webkit-animation-duration: 1818ms; animation-duration: 1818ms; } .staff .note-interval.ni-sustain-1819::after { -webkit-animation-duration: 1819ms; animation-duration: 1819ms; } .staff .note-interval.ni-sustain-1820::after { -webkit-animation-duration: 1820ms; animation-duration: 1820ms; } .staff .note-interval.ni-sustain-1821::after { -webkit-animation-duration: 1821ms; animation-duration: 1821ms; } .staff .note-interval.ni-sustain-1822::after { -webkit-animation-duration: 1822ms; animation-duration: 1822ms; } .staff .note-interval.ni-sustain-1823::after { -webkit-animation-duration: 1823ms; animation-duration: 1823ms; } .staff .note-interval.ni-sustain-1824::after { -webkit-animation-duration: 1824ms; animation-duration: 1824ms; } .staff .note-interval.ni-sustain-1825::after { -webkit-animation-duration: 1825ms; animation-duration: 1825ms; } .staff .note-interval.ni-sustain-1826::after { -webkit-animation-duration: 1826ms; animation-duration: 1826ms; } .staff .note-interval.ni-sustain-1827::after { -webkit-animation-duration: 1827ms; animation-duration: 1827ms; } .staff .note-interval.ni-sustain-1828::after { -webkit-animation-duration: 1828ms; animation-duration: 1828ms; } .staff .note-interval.ni-sustain-1829::after { -webkit-animation-duration: 1829ms; animation-duration: 1829ms; } .staff .note-interval.ni-sustain-1830::after { -webkit-animation-duration: 1830ms; animation-duration: 1830ms; } .staff .note-interval.ni-sustain-1831::after { -webkit-animation-duration: 1831ms; animation-duration: 1831ms; } .staff .note-interval.ni-sustain-1832::after { -webkit-animation-duration: 1832ms; animation-duration: 1832ms; } .staff .note-interval.ni-sustain-1833::after { -webkit-animation-duration: 1833ms; animation-duration: 1833ms; } .staff .note-interval.ni-sustain-1834::after { -webkit-animation-duration: 1834ms; animation-duration: 1834ms; } .staff .note-interval.ni-sustain-1835::after { -webkit-animation-duration: 1835ms; animation-duration: 1835ms; } .staff .note-interval.ni-sustain-1836::after { -webkit-animation-duration: 1836ms; animation-duration: 1836ms; } .staff .note-interval.ni-sustain-1837::after { -webkit-animation-duration: 1837ms; animation-duration: 1837ms; } .staff .note-interval.ni-sustain-1838::after { -webkit-animation-duration: 1838ms; animation-duration: 1838ms; } .staff .note-interval.ni-sustain-1839::after { -webkit-animation-duration: 1839ms; animation-duration: 1839ms; } .staff .note-interval.ni-sustain-1840::after { -webkit-animation-duration: 1840ms; animation-duration: 1840ms; } .staff .note-interval.ni-sustain-1841::after { -webkit-animation-duration: 1841ms; animation-duration: 1841ms; } .staff .note-interval.ni-sustain-1842::after { -webkit-animation-duration: 1842ms; animation-duration: 1842ms; } .staff .note-interval.ni-sustain-1843::after { -webkit-animation-duration: 1843ms; animation-duration: 1843ms; } .staff .note-interval.ni-sustain-1844::after { -webkit-animation-duration: 1844ms; animation-duration: 1844ms; } .staff .note-interval.ni-sustain-1845::after { -webkit-animation-duration: 1845ms; animation-duration: 1845ms; } .staff .note-interval.ni-sustain-1846::after { -webkit-animation-duration: 1846ms; animation-duration: 1846ms; } .staff .note-interval.ni-sustain-1847::after { -webkit-animation-duration: 1847ms; animation-duration: 1847ms; } .staff .note-interval.ni-sustain-1848::after { -webkit-animation-duration: 1848ms; animation-duration: 1848ms; } .staff .note-interval.ni-sustain-1849::after { -webkit-animation-duration: 1849ms; animation-duration: 1849ms; } .staff .note-interval.ni-sustain-1850::after { -webkit-animation-duration: 1850ms; animation-duration: 1850ms; } .staff .note-interval.ni-sustain-1851::after { -webkit-animation-duration: 1851ms; animation-duration: 1851ms; } .staff .note-interval.ni-sustain-1852::after { -webkit-animation-duration: 1852ms; animation-duration: 1852ms; } .staff .note-interval.ni-sustain-1853::after { -webkit-animation-duration: 1853ms; animation-duration: 1853ms; } .staff .note-interval.ni-sustain-1854::after { -webkit-animation-duration: 1854ms; animation-duration: 1854ms; } .staff .note-interval.ni-sustain-1855::after { -webkit-animation-duration: 1855ms; animation-duration: 1855ms; } .staff .note-interval.ni-sustain-1856::after { -webkit-animation-duration: 1856ms; animation-duration: 1856ms; } .staff .note-interval.ni-sustain-1857::after { -webkit-animation-duration: 1857ms; animation-duration: 1857ms; } .staff .note-interval.ni-sustain-1858::after { -webkit-animation-duration: 1858ms; animation-duration: 1858ms; } .staff .note-interval.ni-sustain-1859::after { -webkit-animation-duration: 1859ms; animation-duration: 1859ms; } .staff .note-interval.ni-sustain-1860::after { -webkit-animation-duration: 1860ms; animation-duration: 1860ms; } .staff .note-interval.ni-sustain-1861::after { -webkit-animation-duration: 1861ms; animation-duration: 1861ms; } .staff .note-interval.ni-sustain-1862::after { -webkit-animation-duration: 1862ms; animation-duration: 1862ms; } .staff .note-interval.ni-sustain-1863::after { -webkit-animation-duration: 1863ms; animation-duration: 1863ms; } .staff .note-interval.ni-sustain-1864::after { -webkit-animation-duration: 1864ms; animation-duration: 1864ms; } .staff .note-interval.ni-sustain-1865::after { -webkit-animation-duration: 1865ms; animation-duration: 1865ms; } .staff .note-interval.ni-sustain-1866::after { -webkit-animation-duration: 1866ms; animation-duration: 1866ms; } .staff .note-interval.ni-sustain-1867::after { -webkit-animation-duration: 1867ms; animation-duration: 1867ms; } .staff .note-interval.ni-sustain-1868::after { -webkit-animation-duration: 1868ms; animation-duration: 1868ms; } .staff .note-interval.ni-sustain-1869::after { -webkit-animation-duration: 1869ms; animation-duration: 1869ms; } .staff .note-interval.ni-sustain-1870::after { -webkit-animation-duration: 1870ms; animation-duration: 1870ms; } .staff .note-interval.ni-sustain-1871::after { -webkit-animation-duration: 1871ms; animation-duration: 1871ms; } .staff .note-interval.ni-sustain-1872::after { -webkit-animation-duration: 1872ms; animation-duration: 1872ms; } .staff .note-interval.ni-sustain-1873::after { -webkit-animation-duration: 1873ms; animation-duration: 1873ms; } .staff .note-interval.ni-sustain-1874::after { -webkit-animation-duration: 1874ms; animation-duration: 1874ms; } .staff .note-interval.ni-sustain-1875::after { -webkit-animation-duration: 1875ms; animation-duration: 1875ms; } .staff .note-interval.ni-sustain-1876::after { -webkit-animation-duration: 1876ms; animation-duration: 1876ms; } .staff .note-interval.ni-sustain-1877::after { -webkit-animation-duration: 1877ms; animation-duration: 1877ms; } .staff .note-interval.ni-sustain-1878::after { -webkit-animation-duration: 1878ms; animation-duration: 1878ms; } .staff .note-interval.ni-sustain-1879::after { -webkit-animation-duration: 1879ms; animation-duration: 1879ms; } .staff .note-interval.ni-sustain-1880::after { -webkit-animation-duration: 1880ms; animation-duration: 1880ms; } .staff .note-interval.ni-sustain-1881::after { -webkit-animation-duration: 1881ms; animation-duration: 1881ms; } .staff .note-interval.ni-sustain-1882::after { -webkit-animation-duration: 1882ms; animation-duration: 1882ms; } .staff .note-interval.ni-sustain-1883::after { -webkit-animation-duration: 1883ms; animation-duration: 1883ms; } .staff .note-interval.ni-sustain-1884::after { -webkit-animation-duration: 1884ms; animation-duration: 1884ms; } .staff .note-interval.ni-sustain-1885::after { -webkit-animation-duration: 1885ms; animation-duration: 1885ms; } .staff .note-interval.ni-sustain-1886::after { -webkit-animation-duration: 1886ms; animation-duration: 1886ms; } .staff .note-interval.ni-sustain-1887::after { -webkit-animation-duration: 1887ms; animation-duration: 1887ms; } .staff .note-interval.ni-sustain-1888::after { -webkit-animation-duration: 1888ms; animation-duration: 1888ms; } .staff .note-interval.ni-sustain-1889::after { -webkit-animation-duration: 1889ms; animation-duration: 1889ms; } .staff .note-interval.ni-sustain-1890::after { -webkit-animation-duration: 1890ms; animation-duration: 1890ms; } .staff .note-interval.ni-sustain-1891::after { -webkit-animation-duration: 1891ms; animation-duration: 1891ms; } .staff .note-interval.ni-sustain-1892::after { -webkit-animation-duration: 1892ms; animation-duration: 1892ms; } .staff .note-interval.ni-sustain-1893::after { -webkit-animation-duration: 1893ms; animation-duration: 1893ms; } .staff .note-interval.ni-sustain-1894::after { -webkit-animation-duration: 1894ms; animation-duration: 1894ms; } .staff .note-interval.ni-sustain-1895::after { -webkit-animation-duration: 1895ms; animation-duration: 1895ms; } .staff .note-interval.ni-sustain-1896::after { -webkit-animation-duration: 1896ms; animation-duration: 1896ms; } .staff .note-interval.ni-sustain-1897::after { -webkit-animation-duration: 1897ms; animation-duration: 1897ms; } .staff .note-interval.ni-sustain-1898::after { -webkit-animation-duration: 1898ms; animation-duration: 1898ms; } .staff .note-interval.ni-sustain-1899::after { -webkit-animation-duration: 1899ms; animation-duration: 1899ms; } .staff .note-interval.ni-sustain-1900::after { -webkit-animation-duration: 1900ms; animation-duration: 1900ms; } .staff .note-interval.ni-sustain-1901::after { -webkit-animation-duration: 1901ms; animation-duration: 1901ms; } .staff .note-interval.ni-sustain-1902::after { -webkit-animation-duration: 1902ms; animation-duration: 1902ms; } .staff .note-interval.ni-sustain-1903::after { -webkit-animation-duration: 1903ms; animation-duration: 1903ms; } .staff .note-interval.ni-sustain-1904::after { -webkit-animation-duration: 1904ms; animation-duration: 1904ms; } .staff .note-interval.ni-sustain-1905::after { -webkit-animation-duration: 1905ms; animation-duration: 1905ms; } .staff .note-interval.ni-sustain-1906::after { -webkit-animation-duration: 1906ms; animation-duration: 1906ms; } .staff .note-interval.ni-sustain-1907::after { -webkit-animation-duration: 1907ms; animation-duration: 1907ms; } .staff .note-interval.ni-sustain-1908::after { -webkit-animation-duration: 1908ms; animation-duration: 1908ms; } .staff .note-interval.ni-sustain-1909::after { -webkit-animation-duration: 1909ms; animation-duration: 1909ms; } .staff .note-interval.ni-sustain-1910::after { -webkit-animation-duration: 1910ms; animation-duration: 1910ms; } .staff .note-interval.ni-sustain-1911::after { -webkit-animation-duration: 1911ms; animation-duration: 1911ms; } .staff .note-interval.ni-sustain-1912::after { -webkit-animation-duration: 1912ms; animation-duration: 1912ms; } .staff .note-interval.ni-sustain-1913::after { -webkit-animation-duration: 1913ms; animation-duration: 1913ms; } .staff .note-interval.ni-sustain-1914::after { -webkit-animation-duration: 1914ms; animation-duration: 1914ms; } .staff .note-interval.ni-sustain-1915::after { -webkit-animation-duration: 1915ms; animation-duration: 1915ms; } .staff .note-interval.ni-sustain-1916::after { -webkit-animation-duration: 1916ms; animation-duration: 1916ms; } .staff .note-interval.ni-sustain-1917::after { -webkit-animation-duration: 1917ms; animation-duration: 1917ms; } .staff .note-interval.ni-sustain-1918::after { -webkit-animation-duration: 1918ms; animation-duration: 1918ms; } .staff .note-interval.ni-sustain-1919::after { -webkit-animation-duration: 1919ms; animation-duration: 1919ms; } .staff .note-interval.ni-sustain-1920::after { -webkit-animation-duration: 1920ms; animation-duration: 1920ms; } .staff .note-interval.ni-sustain-1921::after { -webkit-animation-duration: 1921ms; animation-duration: 1921ms; } .staff .note-interval.ni-sustain-1922::after { -webkit-animation-duration: 1922ms; animation-duration: 1922ms; } .staff .note-interval.ni-sustain-1923::after { -webkit-animation-duration: 1923ms; animation-duration: 1923ms; } .staff .note-interval.ni-sustain-1924::after { -webkit-animation-duration: 1924ms; animation-duration: 1924ms; } .staff .note-interval.ni-sustain-1925::after { -webkit-animation-duration: 1925ms; animation-duration: 1925ms; } .staff .note-interval.ni-sustain-1926::after { -webkit-animation-duration: 1926ms; animation-duration: 1926ms; } .staff .note-interval.ni-sustain-1927::after { -webkit-animation-duration: 1927ms; animation-duration: 1927ms; } .staff .note-interval.ni-sustain-1928::after { -webkit-animation-duration: 1928ms; animation-duration: 1928ms; } .staff .note-interval.ni-sustain-1929::after { -webkit-animation-duration: 1929ms; animation-duration: 1929ms; } .staff .note-interval.ni-sustain-1930::after { -webkit-animation-duration: 1930ms; animation-duration: 1930ms; } .staff .note-interval.ni-sustain-1931::after { -webkit-animation-duration: 1931ms; animation-duration: 1931ms; } .staff .note-interval.ni-sustain-1932::after { -webkit-animation-duration: 1932ms; animation-duration: 1932ms; } .staff .note-interval.ni-sustain-1933::after { -webkit-animation-duration: 1933ms; animation-duration: 1933ms; } .staff .note-interval.ni-sustain-1934::after { -webkit-animation-duration: 1934ms; animation-duration: 1934ms; } .staff .note-interval.ni-sustain-1935::after { -webkit-animation-duration: 1935ms; animation-duration: 1935ms; } .staff .note-interval.ni-sustain-1936::after { -webkit-animation-duration: 1936ms; animation-duration: 1936ms; } .staff .note-interval.ni-sustain-1937::after { -webkit-animation-duration: 1937ms; animation-duration: 1937ms; } .staff .note-interval.ni-sustain-1938::after { -webkit-animation-duration: 1938ms; animation-duration: 1938ms; } .staff .note-interval.ni-sustain-1939::after { -webkit-animation-duration: 1939ms; animation-duration: 1939ms; } .staff .note-interval.ni-sustain-1940::after { -webkit-animation-duration: 1940ms; animation-duration: 1940ms; } .staff .note-interval.ni-sustain-1941::after { -webkit-animation-duration: 1941ms; animation-duration: 1941ms; } .staff .note-interval.ni-sustain-1942::after { -webkit-animation-duration: 1942ms; animation-duration: 1942ms; } .staff .note-interval.ni-sustain-1943::after { -webkit-animation-duration: 1943ms; animation-duration: 1943ms; } .staff .note-interval.ni-sustain-1944::after { -webkit-animation-duration: 1944ms; animation-duration: 1944ms; } .staff .note-interval.ni-sustain-1945::after { -webkit-animation-duration: 1945ms; animation-duration: 1945ms; } .staff .note-interval.ni-sustain-1946::after { -webkit-animation-duration: 1946ms; animation-duration: 1946ms; } .staff .note-interval.ni-sustain-1947::after { -webkit-animation-duration: 1947ms; animation-duration: 1947ms; } .staff .note-interval.ni-sustain-1948::after { -webkit-animation-duration: 1948ms; animation-duration: 1948ms; } .staff .note-interval.ni-sustain-1949::after { -webkit-animation-duration: 1949ms; animation-duration: 1949ms; } .staff .note-interval.ni-sustain-1950::after { -webkit-animation-duration: 1950ms; animation-duration: 1950ms; } .staff .note-interval.ni-sustain-1951::after { -webkit-animation-duration: 1951ms; animation-duration: 1951ms; } .staff .note-interval.ni-sustain-1952::after { -webkit-animation-duration: 1952ms; animation-duration: 1952ms; } .staff .note-interval.ni-sustain-1953::after { -webkit-animation-duration: 1953ms; animation-duration: 1953ms; } .staff .note-interval.ni-sustain-1954::after { -webkit-animation-duration: 1954ms; animation-duration: 1954ms; } .staff .note-interval.ni-sustain-1955::after { -webkit-animation-duration: 1955ms; animation-duration: 1955ms; } .staff .note-interval.ni-sustain-1956::after { -webkit-animation-duration: 1956ms; animation-duration: 1956ms; } .staff .note-interval.ni-sustain-1957::after { -webkit-animation-duration: 1957ms; animation-duration: 1957ms; } .staff .note-interval.ni-sustain-1958::after { -webkit-animation-duration: 1958ms; animation-duration: 1958ms; } .staff .note-interval.ni-sustain-1959::after { -webkit-animation-duration: 1959ms; animation-duration: 1959ms; } .staff .note-interval.ni-sustain-1960::after { -webkit-animation-duration: 1960ms; animation-duration: 1960ms; } .staff .note-interval.ni-sustain-1961::after { -webkit-animation-duration: 1961ms; animation-duration: 1961ms; } .staff .note-interval.ni-sustain-1962::after { -webkit-animation-duration: 1962ms; animation-duration: 1962ms; } .staff .note-interval.ni-sustain-1963::after { -webkit-animation-duration: 1963ms; animation-duration: 1963ms; } .staff .note-interval.ni-sustain-1964::after { -webkit-animation-duration: 1964ms; animation-duration: 1964ms; } .staff .note-interval.ni-sustain-1965::after { -webkit-animation-duration: 1965ms; animation-duration: 1965ms; } .staff .note-interval.ni-sustain-1966::after { -webkit-animation-duration: 1966ms; animation-duration: 1966ms; } .staff .note-interval.ni-sustain-1967::after { -webkit-animation-duration: 1967ms; animation-duration: 1967ms; } .staff .note-interval.ni-sustain-1968::after { -webkit-animation-duration: 1968ms; animation-duration: 1968ms; } .staff .note-interval.ni-sustain-1969::after { -webkit-animation-duration: 1969ms; animation-duration: 1969ms; } .staff .note-interval.ni-sustain-1970::after { -webkit-animation-duration: 1970ms; animation-duration: 1970ms; } .staff .note-interval.ni-sustain-1971::after { -webkit-animation-duration: 1971ms; animation-duration: 1971ms; } .staff .note-interval.ni-sustain-1972::after { -webkit-animation-duration: 1972ms; animation-duration: 1972ms; } .staff .note-interval.ni-sustain-1973::after { -webkit-animation-duration: 1973ms; animation-duration: 1973ms; } .staff .note-interval.ni-sustain-1974::after { -webkit-animation-duration: 1974ms; animation-duration: 1974ms; } .staff .note-interval.ni-sustain-1975::after { -webkit-animation-duration: 1975ms; animation-duration: 1975ms; } .staff .note-interval.ni-sustain-1976::after { -webkit-animation-duration: 1976ms; animation-duration: 1976ms; } .staff .note-interval.ni-sustain-1977::after { -webkit-animation-duration: 1977ms; animation-duration: 1977ms; } .staff .note-interval.ni-sustain-1978::after { -webkit-animation-duration: 1978ms; animation-duration: 1978ms; } .staff .note-interval.ni-sustain-1979::after { -webkit-animation-duration: 1979ms; animation-duration: 1979ms; } .staff .note-interval.ni-sustain-1980::after { -webkit-animation-duration: 1980ms; animation-duration: 1980ms; } .staff .note-interval.ni-sustain-1981::after { -webkit-animation-duration: 1981ms; animation-duration: 1981ms; } .staff .note-interval.ni-sustain-1982::after { -webkit-animation-duration: 1982ms; animation-duration: 1982ms; } .staff .note-interval.ni-sustain-1983::after { -webkit-animation-duration: 1983ms; animation-duration: 1983ms; } .staff .note-interval.ni-sustain-1984::after { -webkit-animation-duration: 1984ms; animation-duration: 1984ms; } .staff .note-interval.ni-sustain-1985::after { -webkit-animation-duration: 1985ms; animation-duration: 1985ms; } .staff .note-interval.ni-sustain-1986::after { -webkit-animation-duration: 1986ms; animation-duration: 1986ms; } .staff .note-interval.ni-sustain-1987::after { -webkit-animation-duration: 1987ms; animation-duration: 1987ms; } .staff .note-interval.ni-sustain-1988::after { -webkit-animation-duration: 1988ms; animation-duration: 1988ms; } .staff .note-interval.ni-sustain-1989::after { -webkit-animation-duration: 1989ms; animation-duration: 1989ms; } .staff .note-interval.ni-sustain-1990::after { -webkit-animation-duration: 1990ms; animation-duration: 1990ms; } .staff .note-interval.ni-sustain-1991::after { -webkit-animation-duration: 1991ms; animation-duration: 1991ms; } .staff .note-interval.ni-sustain-1992::after { -webkit-animation-duration: 1992ms; animation-duration: 1992ms; } .staff .note-interval.ni-sustain-1993::after { -webkit-animation-duration: 1993ms; animation-duration: 1993ms; } .staff .note-interval.ni-sustain-1994::after { -webkit-animation-duration: 1994ms; animation-duration: 1994ms; } .staff .note-interval.ni-sustain-1995::after { -webkit-animation-duration: 1995ms; animation-duration: 1995ms; } .staff .note-interval.ni-sustain-1996::after { -webkit-animation-duration: 1996ms; animation-duration: 1996ms; } .staff .note-interval.ni-sustain-1997::after { -webkit-animation-duration: 1997ms; animation-duration: 1997ms; } .staff .note-interval.ni-sustain-1998::after { -webkit-animation-duration: 1998ms; animation-duration: 1998ms; } .staff .note-interval.ni-sustain-1999::after { -webkit-animation-duration: 1999ms; animation-duration: 1999ms; } .staff .note-interval.ni-sustain-2000::after { -webkit-animation-duration: 2000ms; animation-duration: 2000ms; } .staff .note-interval.ni-sustain-2001::after { -webkit-animation-duration: 2001ms; animation-duration: 2001ms; } .staff .note-interval.ni-sustain-2002::after { -webkit-animation-duration: 2002ms; animation-duration: 2002ms; } .staff .note-interval.ni-sustain-2003::after { -webkit-animation-duration: 2003ms; animation-duration: 2003ms; } .staff .note-interval.ni-sustain-2004::after { -webkit-animation-duration: 2004ms; animation-duration: 2004ms; } .staff .note-interval.ni-sustain-2005::after { -webkit-animation-duration: 2005ms; animation-duration: 2005ms; } .staff .note-interval.ni-sustain-2006::after { -webkit-animation-duration: 2006ms; animation-duration: 2006ms; } .staff .note-interval.ni-sustain-2007::after { -webkit-animation-duration: 2007ms; animation-duration: 2007ms; } .staff .note-interval.ni-sustain-2008::after { -webkit-animation-duration: 2008ms; animation-duration: 2008ms; } .staff .note-interval.ni-sustain-2009::after { -webkit-animation-duration: 2009ms; animation-duration: 2009ms; } .staff .note-interval.ni-sustain-2010::after { -webkit-animation-duration: 2010ms; animation-duration: 2010ms; } .staff .note-interval.ni-sustain-2011::after { -webkit-animation-duration: 2011ms; animation-duration: 2011ms; } .staff .note-interval.ni-sustain-2012::after { -webkit-animation-duration: 2012ms; animation-duration: 2012ms; } .staff .note-interval.ni-sustain-2013::after { -webkit-animation-duration: 2013ms; animation-duration: 2013ms; } .staff .note-interval.ni-sustain-2014::after { -webkit-animation-duration: 2014ms; animation-duration: 2014ms; } .staff .note-interval.ni-sustain-2015::after { -webkit-animation-duration: 2015ms; animation-duration: 2015ms; } .staff .note-interval.ni-sustain-2016::after { -webkit-animation-duration: 2016ms; animation-duration: 2016ms; } .staff .note-interval.ni-sustain-2017::after { -webkit-animation-duration: 2017ms; animation-duration: 2017ms; } .staff .note-interval.ni-sustain-2018::after { -webkit-animation-duration: 2018ms; animation-duration: 2018ms; } .staff .note-interval.ni-sustain-2019::after { -webkit-animation-duration: 2019ms; animation-duration: 2019ms; } .staff .note-interval.ni-sustain-2020::after { -webkit-animation-duration: 2020ms; animation-duration: 2020ms; } .staff .note-interval.ni-sustain-2021::after { -webkit-animation-duration: 2021ms; animation-duration: 2021ms; } .staff .note-interval.ni-sustain-2022::after { -webkit-animation-duration: 2022ms; animation-duration: 2022ms; } .staff .note-interval.ni-sustain-2023::after { -webkit-animation-duration: 2023ms; animation-duration: 2023ms; } .staff .note-interval.ni-sustain-2024::after { -webkit-animation-duration: 2024ms; animation-duration: 2024ms; } .staff .note-interval.ni-sustain-2025::after { -webkit-animation-duration: 2025ms; animation-duration: 2025ms; } .staff .note-interval.ni-sustain-2026::after { -webkit-animation-duration: 2026ms; animation-duration: 2026ms; } .staff .note-interval.ni-sustain-2027::after { -webkit-animation-duration: 2027ms; animation-duration: 2027ms; } .staff .note-interval.ni-sustain-2028::after { -webkit-animation-duration: 2028ms; animation-duration: 2028ms; } .staff .note-interval.ni-sustain-2029::after { -webkit-animation-duration: 2029ms; animation-duration: 2029ms; } .staff .note-interval.ni-sustain-2030::after { -webkit-animation-duration: 2030ms; animation-duration: 2030ms; } .staff .note-interval.ni-sustain-2031::after { -webkit-animation-duration: 2031ms; animation-duration: 2031ms; } .staff .note-interval.ni-sustain-2032::after { -webkit-animation-duration: 2032ms; animation-duration: 2032ms; } .staff .note-interval.ni-sustain-2033::after { -webkit-animation-duration: 2033ms; animation-duration: 2033ms; } .staff .note-interval.ni-sustain-2034::after { -webkit-animation-duration: 2034ms; animation-duration: 2034ms; } .staff .note-interval.ni-sustain-2035::after { -webkit-animation-duration: 2035ms; animation-duration: 2035ms; } .staff .note-interval.ni-sustain-2036::after { -webkit-animation-duration: 2036ms; animation-duration: 2036ms; } .staff .note-interval.ni-sustain-2037::after { -webkit-animation-duration: 2037ms; animation-duration: 2037ms; } .staff .note-interval.ni-sustain-2038::after { -webkit-animation-duration: 2038ms; animation-duration: 2038ms; } .staff .note-interval.ni-sustain-2039::after { -webkit-animation-duration: 2039ms; animation-duration: 2039ms; } .staff .note-interval.ni-sustain-2040::after { -webkit-animation-duration: 2040ms; animation-duration: 2040ms; } .staff .note-interval.ni-sustain-2041::after { -webkit-animation-duration: 2041ms; animation-duration: 2041ms; } .staff .note-interval.ni-sustain-2042::after { -webkit-animation-duration: 2042ms; animation-duration: 2042ms; } .staff .note-interval.ni-sustain-2043::after { -webkit-animation-duration: 2043ms; animation-duration: 2043ms; } .staff .note-interval.ni-sustain-2044::after { -webkit-animation-duration: 2044ms; animation-duration: 2044ms; } .staff .note-interval.ni-sustain-2045::after { -webkit-animation-duration: 2045ms; animation-duration: 2045ms; } .staff .note-interval.ni-sustain-2046::after { -webkit-animation-duration: 2046ms; animation-duration: 2046ms; } .staff .note-interval.ni-sustain-2047::after { -webkit-animation-duration: 2047ms; animation-duration: 2047ms; } .staff .note-interval.ni-sustain-2048::after { -webkit-animation-duration: 2048ms; animation-duration: 2048ms; } .staff .note-interval.ni-sustain-2049::after { -webkit-animation-duration: 2049ms; animation-duration: 2049ms; } .staff .note-interval.ni-sustain-2050::after { -webkit-animation-duration: 2050ms; animation-duration: 2050ms; } .staff .note-interval.ni-sustain-2051::after { -webkit-animation-duration: 2051ms; animation-duration: 2051ms; } .staff .note-interval.ni-sustain-2052::after { -webkit-animation-duration: 2052ms; animation-duration: 2052ms; } .staff .note-interval.ni-sustain-2053::after { -webkit-animation-duration: 2053ms; animation-duration: 2053ms; } .staff .note-interval.ni-sustain-2054::after { -webkit-animation-duration: 2054ms; animation-duration: 2054ms; } .staff .note-interval.ni-sustain-2055::after { -webkit-animation-duration: 2055ms; animation-duration: 2055ms; } .staff .note-interval.ni-sustain-2056::after { -webkit-animation-duration: 2056ms; animation-duration: 2056ms; } .staff .note-interval.ni-sustain-2057::after { -webkit-animation-duration: 2057ms; animation-duration: 2057ms; } .staff .note-interval.ni-sustain-2058::after { -webkit-animation-duration: 2058ms; animation-duration: 2058ms; } .staff .note-interval.ni-sustain-2059::after { -webkit-animation-duration: 2059ms; animation-duration: 2059ms; } .staff .note-interval.ni-sustain-2060::after { -webkit-animation-duration: 2060ms; animation-duration: 2060ms; } .staff .note-interval.ni-sustain-2061::after { -webkit-animation-duration: 2061ms; animation-duration: 2061ms; } .staff .note-interval.ni-sustain-2062::after { -webkit-animation-duration: 2062ms; animation-duration: 2062ms; } .staff .note-interval.ni-sustain-2063::after { -webkit-animation-duration: 2063ms; animation-duration: 2063ms; } .staff .note-interval.ni-sustain-2064::after { -webkit-animation-duration: 2064ms; animation-duration: 2064ms; } .staff .note-interval.ni-sustain-2065::after { -webkit-animation-duration: 2065ms; animation-duration: 2065ms; } .staff .note-interval.ni-sustain-2066::after { -webkit-animation-duration: 2066ms; animation-duration: 2066ms; } .staff .note-interval.ni-sustain-2067::after { -webkit-animation-duration: 2067ms; animation-duration: 2067ms; } .staff .note-interval.ni-sustain-2068::after { -webkit-animation-duration: 2068ms; animation-duration: 2068ms; } .staff .note-interval.ni-sustain-2069::after { -webkit-animation-duration: 2069ms; animation-duration: 2069ms; } .staff .note-interval.ni-sustain-2070::after { -webkit-animation-duration: 2070ms; animation-duration: 2070ms; } .staff .note-interval.ni-sustain-2071::after { -webkit-animation-duration: 2071ms; animation-duration: 2071ms; } .staff .note-interval.ni-sustain-2072::after { -webkit-animation-duration: 2072ms; animation-duration: 2072ms; } .staff .note-interval.ni-sustain-2073::after { -webkit-animation-duration: 2073ms; animation-duration: 2073ms; } .staff .note-interval.ni-sustain-2074::after { -webkit-animation-duration: 2074ms; animation-duration: 2074ms; } .staff .note-interval.ni-sustain-2075::after { -webkit-animation-duration: 2075ms; animation-duration: 2075ms; } .staff .note-interval.ni-sustain-2076::after { -webkit-animation-duration: 2076ms; animation-duration: 2076ms; } .staff .note-interval.ni-sustain-2077::after { -webkit-animation-duration: 2077ms; animation-duration: 2077ms; } .staff .note-interval.ni-sustain-2078::after { -webkit-animation-duration: 2078ms; animation-duration: 2078ms; } .staff .note-interval.ni-sustain-2079::after { -webkit-animation-duration: 2079ms; animation-duration: 2079ms; } .staff .note-interval.ni-sustain-2080::after { -webkit-animation-duration: 2080ms; animation-duration: 2080ms; } .staff .note-interval.ni-sustain-2081::after { -webkit-animation-duration: 2081ms; animation-duration: 2081ms; } .staff .note-interval.ni-sustain-2082::after { -webkit-animation-duration: 2082ms; animation-duration: 2082ms; } .staff .note-interval.ni-sustain-2083::after { -webkit-animation-duration: 2083ms; animation-duration: 2083ms; } .staff .note-interval.ni-sustain-2084::after { -webkit-animation-duration: 2084ms; animation-duration: 2084ms; } .staff .note-interval.ni-sustain-2085::after { -webkit-animation-duration: 2085ms; animation-duration: 2085ms; } .staff .note-interval.ni-sustain-2086::after { -webkit-animation-duration: 2086ms; animation-duration: 2086ms; } .staff .note-interval.ni-sustain-2087::after { -webkit-animation-duration: 2087ms; animation-duration: 2087ms; } .staff .note-interval.ni-sustain-2088::after { -webkit-animation-duration: 2088ms; animation-duration: 2088ms; } .staff .note-interval.ni-sustain-2089::after { -webkit-animation-duration: 2089ms; animation-duration: 2089ms; } .staff .note-interval.ni-sustain-2090::after { -webkit-animation-duration: 2090ms; animation-duration: 2090ms; } .staff .note-interval.ni-sustain-2091::after { -webkit-animation-duration: 2091ms; animation-duration: 2091ms; } .staff .note-interval.ni-sustain-2092::after { -webkit-animation-duration: 2092ms; animation-duration: 2092ms; } .staff .note-interval.ni-sustain-2093::after { -webkit-animation-duration: 2093ms; animation-duration: 2093ms; } .staff .note-interval.ni-sustain-2094::after { -webkit-animation-duration: 2094ms; animation-duration: 2094ms; } .staff .note-interval.ni-sustain-2095::after { -webkit-animation-duration: 2095ms; animation-duration: 2095ms; } .staff .note-interval.ni-sustain-2096::after { -webkit-animation-duration: 2096ms; animation-duration: 2096ms; } .staff .note-interval.ni-sustain-2097::after { -webkit-animation-duration: 2097ms; animation-duration: 2097ms; } .staff .note-interval.ni-sustain-2098::after { -webkit-animation-duration: 2098ms; animation-duration: 2098ms; } .staff .note-interval.ni-sustain-2099::after { -webkit-animation-duration: 2099ms; animation-duration: 2099ms; } .staff .note-interval.ni-sustain-2100::after { -webkit-animation-duration: 2100ms; animation-duration: 2100ms; } .staff .note-interval.ni-sustain-2101::after { -webkit-animation-duration: 2101ms; animation-duration: 2101ms; } .staff .note-interval.ni-sustain-2102::after { -webkit-animation-duration: 2102ms; animation-duration: 2102ms; } .staff .note-interval.ni-sustain-2103::after { -webkit-animation-duration: 2103ms; animation-duration: 2103ms; } .staff .note-interval.ni-sustain-2104::after { -webkit-animation-duration: 2104ms; animation-duration: 2104ms; } .staff .note-interval.ni-sustain-2105::after { -webkit-animation-duration: 2105ms; animation-duration: 2105ms; } .staff .note-interval.ni-sustain-2106::after { -webkit-animation-duration: 2106ms; animation-duration: 2106ms; } .staff .note-interval.ni-sustain-2107::after { -webkit-animation-duration: 2107ms; animation-duration: 2107ms; } .staff .note-interval.ni-sustain-2108::after { -webkit-animation-duration: 2108ms; animation-duration: 2108ms; } .staff .note-interval.ni-sustain-2109::after { -webkit-animation-duration: 2109ms; animation-duration: 2109ms; } .staff .note-interval.ni-sustain-2110::after { -webkit-animation-duration: 2110ms; animation-duration: 2110ms; } .staff .note-interval.ni-sustain-2111::after { -webkit-animation-duration: 2111ms; animation-duration: 2111ms; } .staff .note-interval.ni-sustain-2112::after { -webkit-animation-duration: 2112ms; animation-duration: 2112ms; } .staff .note-interval.ni-sustain-2113::after { -webkit-animation-duration: 2113ms; animation-duration: 2113ms; } .staff .note-interval.ni-sustain-2114::after { -webkit-animation-duration: 2114ms; animation-duration: 2114ms; } .staff .note-interval.ni-sustain-2115::after { -webkit-animation-duration: 2115ms; animation-duration: 2115ms; } .staff .note-interval.ni-sustain-2116::after { -webkit-animation-duration: 2116ms; animation-duration: 2116ms; } .staff .note-interval.ni-sustain-2117::after { -webkit-animation-duration: 2117ms; animation-duration: 2117ms; } .staff .note-interval.ni-sustain-2118::after { -webkit-animation-duration: 2118ms; animation-duration: 2118ms; } .staff .note-interval.ni-sustain-2119::after { -webkit-animation-duration: 2119ms; animation-duration: 2119ms; } .staff .note-interval.ni-sustain-2120::after { -webkit-animation-duration: 2120ms; animation-duration: 2120ms; } .staff .note-interval.ni-sustain-2121::after { -webkit-animation-duration: 2121ms; animation-duration: 2121ms; } .staff .note-interval.ni-sustain-2122::after { -webkit-animation-duration: 2122ms; animation-duration: 2122ms; } .staff .note-interval.ni-sustain-2123::after { -webkit-animation-duration: 2123ms; animation-duration: 2123ms; } .staff .note-interval.ni-sustain-2124::after { -webkit-animation-duration: 2124ms; animation-duration: 2124ms; } .staff .note-interval.ni-sustain-2125::after { -webkit-animation-duration: 2125ms; animation-duration: 2125ms; } .staff .note-interval.ni-sustain-2126::after { -webkit-animation-duration: 2126ms; animation-duration: 2126ms; } .staff .note-interval.ni-sustain-2127::after { -webkit-animation-duration: 2127ms; animation-duration: 2127ms; } .staff .note-interval.ni-sustain-2128::after { -webkit-animation-duration: 2128ms; animation-duration: 2128ms; } .staff .note-interval.ni-sustain-2129::after { -webkit-animation-duration: 2129ms; animation-duration: 2129ms; } .staff .note-interval.ni-sustain-2130::after { -webkit-animation-duration: 2130ms; animation-duration: 2130ms; } .staff .note-interval.ni-sustain-2131::after { -webkit-animation-duration: 2131ms; animation-duration: 2131ms; } .staff .note-interval.ni-sustain-2132::after { -webkit-animation-duration: 2132ms; animation-duration: 2132ms; } .staff .note-interval.ni-sustain-2133::after { -webkit-animation-duration: 2133ms; animation-duration: 2133ms; } .staff .note-interval.ni-sustain-2134::after { -webkit-animation-duration: 2134ms; animation-duration: 2134ms; } .staff .note-interval.ni-sustain-2135::after { -webkit-animation-duration: 2135ms; animation-duration: 2135ms; } .staff .note-interval.ni-sustain-2136::after { -webkit-animation-duration: 2136ms; animation-duration: 2136ms; } .staff .note-interval.ni-sustain-2137::after { -webkit-animation-duration: 2137ms; animation-duration: 2137ms; } .staff .note-interval.ni-sustain-2138::after { -webkit-animation-duration: 2138ms; animation-duration: 2138ms; } .staff .note-interval.ni-sustain-2139::after { -webkit-animation-duration: 2139ms; animation-duration: 2139ms; } .staff .note-interval.ni-sustain-2140::after { -webkit-animation-duration: 2140ms; animation-duration: 2140ms; } .staff .note-interval.ni-sustain-2141::after { -webkit-animation-duration: 2141ms; animation-duration: 2141ms; } .staff .note-interval.ni-sustain-2142::after { -webkit-animation-duration: 2142ms; animation-duration: 2142ms; } .staff .note-interval.ni-sustain-2143::after { -webkit-animation-duration: 2143ms; animation-duration: 2143ms; } .staff .note-interval.ni-sustain-2144::after { -webkit-animation-duration: 2144ms; animation-duration: 2144ms; } .staff .note-interval.ni-sustain-2145::after { -webkit-animation-duration: 2145ms; animation-duration: 2145ms; } .staff .note-interval.ni-sustain-2146::after { -webkit-animation-duration: 2146ms; animation-duration: 2146ms; } .staff .note-interval.ni-sustain-2147::after { -webkit-animation-duration: 2147ms; animation-duration: 2147ms; } .staff .note-interval.ni-sustain-2148::after { -webkit-animation-duration: 2148ms; animation-duration: 2148ms; } .staff .note-interval.ni-sustain-2149::after { -webkit-animation-duration: 2149ms; animation-duration: 2149ms; } .staff .note-interval.ni-sustain-2150::after { -webkit-animation-duration: 2150ms; animation-duration: 2150ms; } .staff .note-interval.ni-sustain-2151::after { -webkit-animation-duration: 2151ms; animation-duration: 2151ms; } .staff .note-interval.ni-sustain-2152::after { -webkit-animation-duration: 2152ms; animation-duration: 2152ms; } .staff .note-interval.ni-sustain-2153::after { -webkit-animation-duration: 2153ms; animation-duration: 2153ms; } .staff .note-interval.ni-sustain-2154::after { -webkit-animation-duration: 2154ms; animation-duration: 2154ms; } .staff .note-interval.ni-sustain-2155::after { -webkit-animation-duration: 2155ms; animation-duration: 2155ms; } .staff .note-interval.ni-sustain-2156::after { -webkit-animation-duration: 2156ms; animation-duration: 2156ms; } .staff .note-interval.ni-sustain-2157::after { -webkit-animation-duration: 2157ms; animation-duration: 2157ms; } .staff .note-interval.ni-sustain-2158::after { -webkit-animation-duration: 2158ms; animation-duration: 2158ms; } .staff .note-interval.ni-sustain-2159::after { -webkit-animation-duration: 2159ms; animation-duration: 2159ms; } .staff .note-interval.ni-sustain-2160::after { -webkit-animation-duration: 2160ms; animation-duration: 2160ms; } .staff .note-interval.ni-sustain-2161::after { -webkit-animation-duration: 2161ms; animation-duration: 2161ms; } .staff .note-interval.ni-sustain-2162::after { -webkit-animation-duration: 2162ms; animation-duration: 2162ms; } .staff .note-interval.ni-sustain-2163::after { -webkit-animation-duration: 2163ms; animation-duration: 2163ms; } .staff .note-interval.ni-sustain-2164::after { -webkit-animation-duration: 2164ms; animation-duration: 2164ms; } .staff .note-interval.ni-sustain-2165::after { -webkit-animation-duration: 2165ms; animation-duration: 2165ms; } .staff .note-interval.ni-sustain-2166::after { -webkit-animation-duration: 2166ms; animation-duration: 2166ms; } .staff .note-interval.ni-sustain-2167::after { -webkit-animation-duration: 2167ms; animation-duration: 2167ms; } .staff .note-interval.ni-sustain-2168::after { -webkit-animation-duration: 2168ms; animation-duration: 2168ms; } .staff .note-interval.ni-sustain-2169::after { -webkit-animation-duration: 2169ms; animation-duration: 2169ms; } .staff .note-interval.ni-sustain-2170::after { -webkit-animation-duration: 2170ms; animation-duration: 2170ms; } .staff .note-interval.ni-sustain-2171::after { -webkit-animation-duration: 2171ms; animation-duration: 2171ms; } .staff .note-interval.ni-sustain-2172::after { -webkit-animation-duration: 2172ms; animation-duration: 2172ms; } .staff .note-interval.ni-sustain-2173::after { -webkit-animation-duration: 2173ms; animation-duration: 2173ms; } .staff .note-interval.ni-sustain-2174::after { -webkit-animation-duration: 2174ms; animation-duration: 2174ms; } .staff .note-interval.ni-sustain-2175::after { -webkit-animation-duration: 2175ms; animation-duration: 2175ms; } .staff .note-interval.ni-sustain-2176::after { -webkit-animation-duration: 2176ms; animation-duration: 2176ms; } .staff .note-interval.ni-sustain-2177::after { -webkit-animation-duration: 2177ms; animation-duration: 2177ms; } .staff .note-interval.ni-sustain-2178::after { -webkit-animation-duration: 2178ms; animation-duration: 2178ms; } .staff .note-interval.ni-sustain-2179::after { -webkit-animation-duration: 2179ms; animation-duration: 2179ms; } .staff .note-interval.ni-sustain-2180::after { -webkit-animation-duration: 2180ms; animation-duration: 2180ms; } .staff .note-interval.ni-sustain-2181::after { -webkit-animation-duration: 2181ms; animation-duration: 2181ms; } .staff .note-interval.ni-sustain-2182::after { -webkit-animation-duration: 2182ms; animation-duration: 2182ms; } .staff .note-interval.ni-sustain-2183::after { -webkit-animation-duration: 2183ms; animation-duration: 2183ms; } .staff .note-interval.ni-sustain-2184::after { -webkit-animation-duration: 2184ms; animation-duration: 2184ms; } .staff .note-interval.ni-sustain-2185::after { -webkit-animation-duration: 2185ms; animation-duration: 2185ms; } .staff .note-interval.ni-sustain-2186::after { -webkit-animation-duration: 2186ms; animation-duration: 2186ms; } .staff .note-interval.ni-sustain-2187::after { -webkit-animation-duration: 2187ms; animation-duration: 2187ms; } .staff .note-interval.ni-sustain-2188::after { -webkit-animation-duration: 2188ms; animation-duration: 2188ms; } .staff .note-interval.ni-sustain-2189::after { -webkit-animation-duration: 2189ms; animation-duration: 2189ms; } .staff .note-interval.ni-sustain-2190::after { -webkit-animation-duration: 2190ms; animation-duration: 2190ms; } .staff .note-interval.ni-sustain-2191::after { -webkit-animation-duration: 2191ms; animation-duration: 2191ms; } .staff .note-interval.ni-sustain-2192::after { -webkit-animation-duration: 2192ms; animation-duration: 2192ms; } .staff .note-interval.ni-sustain-2193::after { -webkit-animation-duration: 2193ms; animation-duration: 2193ms; } .staff .note-interval.ni-sustain-2194::after { -webkit-animation-duration: 2194ms; animation-duration: 2194ms; } .staff .note-interval.ni-sustain-2195::after { -webkit-animation-duration: 2195ms; animation-duration: 2195ms; } .staff .note-interval.ni-sustain-2196::after { -webkit-animation-duration: 2196ms; animation-duration: 2196ms; } .staff .note-interval.ni-sustain-2197::after { -webkit-animation-duration: 2197ms; animation-duration: 2197ms; } .staff .note-interval.ni-sustain-2198::after { -webkit-animation-duration: 2198ms; animation-duration: 2198ms; } .staff .note-interval.ni-sustain-2199::after { -webkit-animation-duration: 2199ms; animation-duration: 2199ms; } .staff .note-interval.ni-sustain-2200::after { -webkit-animation-duration: 2200ms; animation-duration: 2200ms; } .staff .note-interval.ni-sustain-2201::after { -webkit-animation-duration: 2201ms; animation-duration: 2201ms; } .staff .note-interval.ni-sustain-2202::after { -webkit-animation-duration: 2202ms; animation-duration: 2202ms; } .staff .note-interval.ni-sustain-2203::after { -webkit-animation-duration: 2203ms; animation-duration: 2203ms; } .staff .note-interval.ni-sustain-2204::after { -webkit-animation-duration: 2204ms; animation-duration: 2204ms; } .staff .note-interval.ni-sustain-2205::after { -webkit-animation-duration: 2205ms; animation-duration: 2205ms; } .staff .note-interval.ni-sustain-2206::after { -webkit-animation-duration: 2206ms; animation-duration: 2206ms; } .staff .note-interval.ni-sustain-2207::after { -webkit-animation-duration: 2207ms; animation-duration: 2207ms; } .staff .note-interval.ni-sustain-2208::after { -webkit-animation-duration: 2208ms; animation-duration: 2208ms; } .staff .note-interval.ni-sustain-2209::after { -webkit-animation-duration: 2209ms; animation-duration: 2209ms; } .staff .note-interval.ni-sustain-2210::after { -webkit-animation-duration: 2210ms; animation-duration: 2210ms; } .staff .note-interval.ni-sustain-2211::after { -webkit-animation-duration: 2211ms; animation-duration: 2211ms; } .staff .note-interval.ni-sustain-2212::after { -webkit-animation-duration: 2212ms; animation-duration: 2212ms; } .staff .note-interval.ni-sustain-2213::after { -webkit-animation-duration: 2213ms; animation-duration: 2213ms; } .staff .note-interval.ni-sustain-2214::after { -webkit-animation-duration: 2214ms; animation-duration: 2214ms; } .staff .note-interval.ni-sustain-2215::after { -webkit-animation-duration: 2215ms; animation-duration: 2215ms; } .staff .note-interval.ni-sustain-2216::after { -webkit-animation-duration: 2216ms; animation-duration: 2216ms; } .staff .note-interval.ni-sustain-2217::after { -webkit-animation-duration: 2217ms; animation-duration: 2217ms; } .staff .note-interval.ni-sustain-2218::after { -webkit-animation-duration: 2218ms; animation-duration: 2218ms; } .staff .note-interval.ni-sustain-2219::after { -webkit-animation-duration: 2219ms; animation-duration: 2219ms; } .staff .note-interval.ni-sustain-2220::after { -webkit-animation-duration: 2220ms; animation-duration: 2220ms; } .staff .note-interval.ni-sustain-2221::after { -webkit-animation-duration: 2221ms; animation-duration: 2221ms; } .staff .note-interval.ni-sustain-2222::after { -webkit-animation-duration: 2222ms; animation-duration: 2222ms; } .staff .note-interval.ni-sustain-2223::after { -webkit-animation-duration: 2223ms; animation-duration: 2223ms; } .staff .note-interval.ni-sustain-2224::after { -webkit-animation-duration: 2224ms; animation-duration: 2224ms; } .staff .note-interval.ni-sustain-2225::after { -webkit-animation-duration: 2225ms; animation-duration: 2225ms; } .staff .note-interval.ni-sustain-2226::after { -webkit-animation-duration: 2226ms; animation-duration: 2226ms; } .staff .note-interval.ni-sustain-2227::after { -webkit-animation-duration: 2227ms; animation-duration: 2227ms; } .staff .note-interval.ni-sustain-2228::after { -webkit-animation-duration: 2228ms; animation-duration: 2228ms; } .staff .note-interval.ni-sustain-2229::after { -webkit-animation-duration: 2229ms; animation-duration: 2229ms; } .staff .note-interval.ni-sustain-2230::after { -webkit-animation-duration: 2230ms; animation-duration: 2230ms; } .staff .note-interval.ni-sustain-2231::after { -webkit-animation-duration: 2231ms; animation-duration: 2231ms; } .staff .note-interval.ni-sustain-2232::after { -webkit-animation-duration: 2232ms; animation-duration: 2232ms; } .staff .note-interval.ni-sustain-2233::after { -webkit-animation-duration: 2233ms; animation-duration: 2233ms; } .staff .note-interval.ni-sustain-2234::after { -webkit-animation-duration: 2234ms; animation-duration: 2234ms; } .staff .note-interval.ni-sustain-2235::after { -webkit-animation-duration: 2235ms; animation-duration: 2235ms; } .staff .note-interval.ni-sustain-2236::after { -webkit-animation-duration: 2236ms; animation-duration: 2236ms; } .staff .note-interval.ni-sustain-2237::after { -webkit-animation-duration: 2237ms; animation-duration: 2237ms; } .staff .note-interval.ni-sustain-2238::after { -webkit-animation-duration: 2238ms; animation-duration: 2238ms; } .staff .note-interval.ni-sustain-2239::after { -webkit-animation-duration: 2239ms; animation-duration: 2239ms; } .staff .note-interval.ni-sustain-2240::after { -webkit-animation-duration: 2240ms; animation-duration: 2240ms; } .staff .note-interval.ni-sustain-2241::after { -webkit-animation-duration: 2241ms; animation-duration: 2241ms; } .staff .note-interval.ni-sustain-2242::after { -webkit-animation-duration: 2242ms; animation-duration: 2242ms; } .staff .note-interval.ni-sustain-2243::after { -webkit-animation-duration: 2243ms; animation-duration: 2243ms; } .staff .note-interval.ni-sustain-2244::after { -webkit-animation-duration: 2244ms; animation-duration: 2244ms; } .staff .note-interval.ni-sustain-2245::after { -webkit-animation-duration: 2245ms; animation-duration: 2245ms; } .staff .note-interval.ni-sustain-2246::after { -webkit-animation-duration: 2246ms; animation-duration: 2246ms; } .staff .note-interval.ni-sustain-2247::after { -webkit-animation-duration: 2247ms; animation-duration: 2247ms; } .staff .note-interval.ni-sustain-2248::after { -webkit-animation-duration: 2248ms; animation-duration: 2248ms; } .staff .note-interval.ni-sustain-2249::after { -webkit-animation-duration: 2249ms; animation-duration: 2249ms; } .staff .note-interval.ni-sustain-2250::after { -webkit-animation-duration: 2250ms; animation-duration: 2250ms; } .staff .note-interval.ni-sustain-2251::after { -webkit-animation-duration: 2251ms; animation-duration: 2251ms; } .staff .note-interval.ni-sustain-2252::after { -webkit-animation-duration: 2252ms; animation-duration: 2252ms; } .staff .note-interval.ni-sustain-2253::after { -webkit-animation-duration: 2253ms; animation-duration: 2253ms; } .staff .note-interval.ni-sustain-2254::after { -webkit-animation-duration: 2254ms; animation-duration: 2254ms; } .staff .note-interval.ni-sustain-2255::after { -webkit-animation-duration: 2255ms; animation-duration: 2255ms; } .staff .note-interval.ni-sustain-2256::after { -webkit-animation-duration: 2256ms; animation-duration: 2256ms; } .staff .note-interval.ni-sustain-2257::after { -webkit-animation-duration: 2257ms; animation-duration: 2257ms; } .staff .note-interval.ni-sustain-2258::after { -webkit-animation-duration: 2258ms; animation-duration: 2258ms; } .staff .note-interval.ni-sustain-2259::after { -webkit-animation-duration: 2259ms; animation-duration: 2259ms; } .staff .note-interval.ni-sustain-2260::after { -webkit-animation-duration: 2260ms; animation-duration: 2260ms; } .staff .note-interval.ni-sustain-2261::after { -webkit-animation-duration: 2261ms; animation-duration: 2261ms; } .staff .note-interval.ni-sustain-2262::after { -webkit-animation-duration: 2262ms; animation-duration: 2262ms; } .staff .note-interval.ni-sustain-2263::after { -webkit-animation-duration: 2263ms; animation-duration: 2263ms; } .staff .note-interval.ni-sustain-2264::after { -webkit-animation-duration: 2264ms; animation-duration: 2264ms; } .staff .note-interval.ni-sustain-2265::after { -webkit-animation-duration: 2265ms; animation-duration: 2265ms; } .staff .note-interval.ni-sustain-2266::after { -webkit-animation-duration: 2266ms; animation-duration: 2266ms; } .staff .note-interval.ni-sustain-2267::after { -webkit-animation-duration: 2267ms; animation-duration: 2267ms; } .staff .note-interval.ni-sustain-2268::after { -webkit-animation-duration: 2268ms; animation-duration: 2268ms; } .staff .note-interval.ni-sustain-2269::after { -webkit-animation-duration: 2269ms; animation-duration: 2269ms; } .staff .note-interval.ni-sustain-2270::after { -webkit-animation-duration: 2270ms; animation-duration: 2270ms; } .staff .note-interval.ni-sustain-2271::after { -webkit-animation-duration: 2271ms; animation-duration: 2271ms; } .staff .note-interval.ni-sustain-2272::after { -webkit-animation-duration: 2272ms; animation-duration: 2272ms; } .staff .note-interval.ni-sustain-2273::after { -webkit-animation-duration: 2273ms; animation-duration: 2273ms; } .staff .note-interval.ni-sustain-2274::after { -webkit-animation-duration: 2274ms; animation-duration: 2274ms; } .staff .note-interval.ni-sustain-2275::after { -webkit-animation-duration: 2275ms; animation-duration: 2275ms; } .staff .note-interval.ni-sustain-2276::after { -webkit-animation-duration: 2276ms; animation-duration: 2276ms; } .staff .note-interval.ni-sustain-2277::after { -webkit-animation-duration: 2277ms; animation-duration: 2277ms; } .staff .note-interval.ni-sustain-2278::after { -webkit-animation-duration: 2278ms; animation-duration: 2278ms; } .staff .note-interval.ni-sustain-2279::after { -webkit-animation-duration: 2279ms; animation-duration: 2279ms; } .staff .note-interval.ni-sustain-2280::after { -webkit-animation-duration: 2280ms; animation-duration: 2280ms; } .staff .note-interval.ni-sustain-2281::after { -webkit-animation-duration: 2281ms; animation-duration: 2281ms; } .staff .note-interval.ni-sustain-2282::after { -webkit-animation-duration: 2282ms; animation-duration: 2282ms; } .staff .note-interval.ni-sustain-2283::after { -webkit-animation-duration: 2283ms; animation-duration: 2283ms; } .staff .note-interval.ni-sustain-2284::after { -webkit-animation-duration: 2284ms; animation-duration: 2284ms; } .staff .note-interval.ni-sustain-2285::after { -webkit-animation-duration: 2285ms; animation-duration: 2285ms; } .staff .note-interval.ni-sustain-2286::after { -webkit-animation-duration: 2286ms; animation-duration: 2286ms; } .staff .note-interval.ni-sustain-2287::after { -webkit-animation-duration: 2287ms; animation-duration: 2287ms; } .staff .note-interval.ni-sustain-2288::after { -webkit-animation-duration: 2288ms; animation-duration: 2288ms; } .staff .note-interval.ni-sustain-2289::after { -webkit-animation-duration: 2289ms; animation-duration: 2289ms; } .staff .note-interval.ni-sustain-2290::after { -webkit-animation-duration: 2290ms; animation-duration: 2290ms; } .staff .note-interval.ni-sustain-2291::after { -webkit-animation-duration: 2291ms; animation-duration: 2291ms; } .staff .note-interval.ni-sustain-2292::after { -webkit-animation-duration: 2292ms; animation-duration: 2292ms; } .staff .note-interval.ni-sustain-2293::after { -webkit-animation-duration: 2293ms; animation-duration: 2293ms; } .staff .note-interval.ni-sustain-2294::after { -webkit-animation-duration: 2294ms; animation-duration: 2294ms; } .staff .note-interval.ni-sustain-2295::after { -webkit-animation-duration: 2295ms; animation-duration: 2295ms; } .staff .note-interval.ni-sustain-2296::after { -webkit-animation-duration: 2296ms; animation-duration: 2296ms; } .staff .note-interval.ni-sustain-2297::after { -webkit-animation-duration: 2297ms; animation-duration: 2297ms; } .staff .note-interval.ni-sustain-2298::after { -webkit-animation-duration: 2298ms; animation-duration: 2298ms; } .staff .note-interval.ni-sustain-2299::after { -webkit-animation-duration: 2299ms; animation-duration: 2299ms; } .staff .note-interval.ni-sustain-2300::after { -webkit-animation-duration: 2300ms; animation-duration: 2300ms; } .staff .note-interval.ni-sustain-2301::after { -webkit-animation-duration: 2301ms; animation-duration: 2301ms; } .staff .note-interval.ni-sustain-2302::after { -webkit-animation-duration: 2302ms; animation-duration: 2302ms; } .staff .note-interval.ni-sustain-2303::after { -webkit-animation-duration: 2303ms; animation-duration: 2303ms; } .staff .note-interval.ni-sustain-2304::after { -webkit-animation-duration: 2304ms; animation-duration: 2304ms; } .staff .note-interval.ni-sustain-2305::after { -webkit-animation-duration: 2305ms; animation-duration: 2305ms; } .staff .note-interval.ni-sustain-2306::after { -webkit-animation-duration: 2306ms; animation-duration: 2306ms; } .staff .note-interval.ni-sustain-2307::after { -webkit-animation-duration: 2307ms; animation-duration: 2307ms; } .staff .note-interval.ni-sustain-2308::after { -webkit-animation-duration: 2308ms; animation-duration: 2308ms; } .staff .note-interval.ni-sustain-2309::after { -webkit-animation-duration: 2309ms; animation-duration: 2309ms; } .staff .note-interval.ni-sustain-2310::after { -webkit-animation-duration: 2310ms; animation-duration: 2310ms; } .staff .note-interval.ni-sustain-2311::after { -webkit-animation-duration: 2311ms; animation-duration: 2311ms; } .staff .note-interval.ni-sustain-2312::after { -webkit-animation-duration: 2312ms; animation-duration: 2312ms; } .staff .note-interval.ni-sustain-2313::after { -webkit-animation-duration: 2313ms; animation-duration: 2313ms; } .staff .note-interval.ni-sustain-2314::after { -webkit-animation-duration: 2314ms; animation-duration: 2314ms; } .staff .note-interval.ni-sustain-2315::after { -webkit-animation-duration: 2315ms; animation-duration: 2315ms; } .staff .note-interval.ni-sustain-2316::after { -webkit-animation-duration: 2316ms; animation-duration: 2316ms; } .staff .note-interval.ni-sustain-2317::after { -webkit-animation-duration: 2317ms; animation-duration: 2317ms; } .staff .note-interval.ni-sustain-2318::after { -webkit-animation-duration: 2318ms; animation-duration: 2318ms; } .staff .note-interval.ni-sustain-2319::after { -webkit-animation-duration: 2319ms; animation-duration: 2319ms; } .staff .note-interval.ni-sustain-2320::after { -webkit-animation-duration: 2320ms; animation-duration: 2320ms; } .staff .note-interval.ni-sustain-2321::after { -webkit-animation-duration: 2321ms; animation-duration: 2321ms; } .staff .note-interval.ni-sustain-2322::after { -webkit-animation-duration: 2322ms; animation-duration: 2322ms; } .staff .note-interval.ni-sustain-2323::after { -webkit-animation-duration: 2323ms; animation-duration: 2323ms; } .staff .note-interval.ni-sustain-2324::after { -webkit-animation-duration: 2324ms; animation-duration: 2324ms; } .staff .note-interval.ni-sustain-2325::after { -webkit-animation-duration: 2325ms; animation-duration: 2325ms; } .staff .note-interval.ni-sustain-2326::after { -webkit-animation-duration: 2326ms; animation-duration: 2326ms; } .staff .note-interval.ni-sustain-2327::after { -webkit-animation-duration: 2327ms; animation-duration: 2327ms; } .staff .note-interval.ni-sustain-2328::after { -webkit-animation-duration: 2328ms; animation-duration: 2328ms; } .staff .note-interval.ni-sustain-2329::after { -webkit-animation-duration: 2329ms; animation-duration: 2329ms; } .staff .note-interval.ni-sustain-2330::after { -webkit-animation-duration: 2330ms; animation-duration: 2330ms; } .staff .note-interval.ni-sustain-2331::after { -webkit-animation-duration: 2331ms; animation-duration: 2331ms; } .staff .note-interval.ni-sustain-2332::after { -webkit-animation-duration: 2332ms; animation-duration: 2332ms; } .staff .note-interval.ni-sustain-2333::after { -webkit-animation-duration: 2333ms; animation-duration: 2333ms; } .staff .note-interval.ni-sustain-2334::after { -webkit-animation-duration: 2334ms; animation-duration: 2334ms; } .staff .note-interval.ni-sustain-2335::after { -webkit-animation-duration: 2335ms; animation-duration: 2335ms; } .staff .note-interval.ni-sustain-2336::after { -webkit-animation-duration: 2336ms; animation-duration: 2336ms; } .staff .note-interval.ni-sustain-2337::after { -webkit-animation-duration: 2337ms; animation-duration: 2337ms; } .staff .note-interval.ni-sustain-2338::after { -webkit-animation-duration: 2338ms; animation-duration: 2338ms; } .staff .note-interval.ni-sustain-2339::after { -webkit-animation-duration: 2339ms; animation-duration: 2339ms; } .staff .note-interval.ni-sustain-2340::after { -webkit-animation-duration: 2340ms; animation-duration: 2340ms; } .staff .note-interval.ni-sustain-2341::after { -webkit-animation-duration: 2341ms; animation-duration: 2341ms; } .staff .note-interval.ni-sustain-2342::after { -webkit-animation-duration: 2342ms; animation-duration: 2342ms; } .staff .note-interval.ni-sustain-2343::after { -webkit-animation-duration: 2343ms; animation-duration: 2343ms; } .staff .note-interval.ni-sustain-2344::after { -webkit-animation-duration: 2344ms; animation-duration: 2344ms; } .staff .note-interval.ni-sustain-2345::after { -webkit-animation-duration: 2345ms; animation-duration: 2345ms; } .staff .note-interval.ni-sustain-2346::after { -webkit-animation-duration: 2346ms; animation-duration: 2346ms; } .staff .note-interval.ni-sustain-2347::after { -webkit-animation-duration: 2347ms; animation-duration: 2347ms; } .staff .note-interval.ni-sustain-2348::after { -webkit-animation-duration: 2348ms; animation-duration: 2348ms; } .staff .note-interval.ni-sustain-2349::after { -webkit-animation-duration: 2349ms; animation-duration: 2349ms; } .staff .note-interval.ni-sustain-2350::after { -webkit-animation-duration: 2350ms; animation-duration: 2350ms; } .staff .note-interval.ni-sustain-2351::after { -webkit-animation-duration: 2351ms; animation-duration: 2351ms; } .staff .note-interval.ni-sustain-2352::after { -webkit-animation-duration: 2352ms; animation-duration: 2352ms; } .staff .note-interval.ni-sustain-2353::after { -webkit-animation-duration: 2353ms; animation-duration: 2353ms; } .staff .note-interval.ni-sustain-2354::after { -webkit-animation-duration: 2354ms; animation-duration: 2354ms; } .staff .note-interval.ni-sustain-2355::after { -webkit-animation-duration: 2355ms; animation-duration: 2355ms; } .staff .note-interval.ni-sustain-2356::after { -webkit-animation-duration: 2356ms; animation-duration: 2356ms; } .staff .note-interval.ni-sustain-2357::after { -webkit-animation-duration: 2357ms; animation-duration: 2357ms; } .staff .note-interval.ni-sustain-2358::after { -webkit-animation-duration: 2358ms; animation-duration: 2358ms; } .staff .note-interval.ni-sustain-2359::after { -webkit-animation-duration: 2359ms; animation-duration: 2359ms; } .staff .note-interval.ni-sustain-2360::after { -webkit-animation-duration: 2360ms; animation-duration: 2360ms; } .staff .note-interval.ni-sustain-2361::after { -webkit-animation-duration: 2361ms; animation-duration: 2361ms; } .staff .note-interval.ni-sustain-2362::after { -webkit-animation-duration: 2362ms; animation-duration: 2362ms; } .staff .note-interval.ni-sustain-2363::after { -webkit-animation-duration: 2363ms; animation-duration: 2363ms; } .staff .note-interval.ni-sustain-2364::after { -webkit-animation-duration: 2364ms; animation-duration: 2364ms; } .staff .note-interval.ni-sustain-2365::after { -webkit-animation-duration: 2365ms; animation-duration: 2365ms; } .staff .note-interval.ni-sustain-2366::after { -webkit-animation-duration: 2366ms; animation-duration: 2366ms; } .staff .note-interval.ni-sustain-2367::after { -webkit-animation-duration: 2367ms; animation-duration: 2367ms; } .staff .note-interval.ni-sustain-2368::after { -webkit-animation-duration: 2368ms; animation-duration: 2368ms; } .staff .note-interval.ni-sustain-2369::after { -webkit-animation-duration: 2369ms; animation-duration: 2369ms; } .staff .note-interval.ni-sustain-2370::after { -webkit-animation-duration: 2370ms; animation-duration: 2370ms; } .staff .note-interval.ni-sustain-2371::after { -webkit-animation-duration: 2371ms; animation-duration: 2371ms; } .staff .note-interval.ni-sustain-2372::after { -webkit-animation-duration: 2372ms; animation-duration: 2372ms; } .staff .note-interval.ni-sustain-2373::after { -webkit-animation-duration: 2373ms; animation-duration: 2373ms; } .staff .note-interval.ni-sustain-2374::after { -webkit-animation-duration: 2374ms; animation-duration: 2374ms; } .staff .note-interval.ni-sustain-2375::after { -webkit-animation-duration: 2375ms; animation-duration: 2375ms; } .staff .note-interval.ni-sustain-2376::after { -webkit-animation-duration: 2376ms; animation-duration: 2376ms; } .staff .note-interval.ni-sustain-2377::after { -webkit-animation-duration: 2377ms; animation-duration: 2377ms; } .staff .note-interval.ni-sustain-2378::after { -webkit-animation-duration: 2378ms; animation-duration: 2378ms; } .staff .note-interval.ni-sustain-2379::after { -webkit-animation-duration: 2379ms; animation-duration: 2379ms; } .staff .note-interval.ni-sustain-2380::after { -webkit-animation-duration: 2380ms; animation-duration: 2380ms; } .staff .note-interval.ni-sustain-2381::after { -webkit-animation-duration: 2381ms; animation-duration: 2381ms; } .staff .note-interval.ni-sustain-2382::after { -webkit-animation-duration: 2382ms; animation-duration: 2382ms; } .staff .note-interval.ni-sustain-2383::after { -webkit-animation-duration: 2383ms; animation-duration: 2383ms; } .staff .note-interval.ni-sustain-2384::after { -webkit-animation-duration: 2384ms; animation-duration: 2384ms; } .staff .note-interval.ni-sustain-2385::after { -webkit-animation-duration: 2385ms; animation-duration: 2385ms; } .staff .note-interval.ni-sustain-2386::after { -webkit-animation-duration: 2386ms; animation-duration: 2386ms; } .staff .note-interval.ni-sustain-2387::after { -webkit-animation-duration: 2387ms; animation-duration: 2387ms; } .staff .note-interval.ni-sustain-2388::after { -webkit-animation-duration: 2388ms; animation-duration: 2388ms; } .staff .note-interval.ni-sustain-2389::after { -webkit-animation-duration: 2389ms; animation-duration: 2389ms; } .staff .note-interval.ni-sustain-2390::after { -webkit-animation-duration: 2390ms; animation-duration: 2390ms; } .staff .note-interval.ni-sustain-2391::after { -webkit-animation-duration: 2391ms; animation-duration: 2391ms; } .staff .note-interval.ni-sustain-2392::after { -webkit-animation-duration: 2392ms; animation-duration: 2392ms; } .staff .note-interval.ni-sustain-2393::after { -webkit-animation-duration: 2393ms; animation-duration: 2393ms; } .staff .note-interval.ni-sustain-2394::after { -webkit-animation-duration: 2394ms; animation-duration: 2394ms; } .staff .note-interval.ni-sustain-2395::after { -webkit-animation-duration: 2395ms; animation-duration: 2395ms; } .staff .note-interval.ni-sustain-2396::after { -webkit-animation-duration: 2396ms; animation-duration: 2396ms; } .staff .note-interval.ni-sustain-2397::after { -webkit-animation-duration: 2397ms; animation-duration: 2397ms; } .staff .note-interval.ni-sustain-2398::after { -webkit-animation-duration: 2398ms; animation-duration: 2398ms; } .staff .note-interval.ni-sustain-2399::after { -webkit-animation-duration: 2399ms; animation-duration: 2399ms; } .staff .note-interval.ni-sustain-2400::after { -webkit-animation-duration: 2400ms; animation-duration: 2400ms; } .staff .note-interval.ni-sustain-2401::after { -webkit-animation-duration: 2401ms; animation-duration: 2401ms; } .staff .note-interval.ni-sustain-2402::after { -webkit-animation-duration: 2402ms; animation-duration: 2402ms; } .staff .note-interval.ni-sustain-2403::after { -webkit-animation-duration: 2403ms; animation-duration: 2403ms; } .staff .note-interval.ni-sustain-2404::after { -webkit-animation-duration: 2404ms; animation-duration: 2404ms; } .staff .note-interval.ni-sustain-2405::after { -webkit-animation-duration: 2405ms; animation-duration: 2405ms; } .staff .note-interval.ni-sustain-2406::after { -webkit-animation-duration: 2406ms; animation-duration: 2406ms; } .staff .note-interval.ni-sustain-2407::after { -webkit-animation-duration: 2407ms; animation-duration: 2407ms; } .staff .note-interval.ni-sustain-2408::after { -webkit-animation-duration: 2408ms; animation-duration: 2408ms; } .staff .note-interval.ni-sustain-2409::after { -webkit-animation-duration: 2409ms; animation-duration: 2409ms; } .staff .note-interval.ni-sustain-2410::after { -webkit-animation-duration: 2410ms; animation-duration: 2410ms; } .staff .note-interval.ni-sustain-2411::after { -webkit-animation-duration: 2411ms; animation-duration: 2411ms; } .staff .note-interval.ni-sustain-2412::after { -webkit-animation-duration: 2412ms; animation-duration: 2412ms; } .staff .note-interval.ni-sustain-2413::after { -webkit-animation-duration: 2413ms; animation-duration: 2413ms; } .staff .note-interval.ni-sustain-2414::after { -webkit-animation-duration: 2414ms; animation-duration: 2414ms; } .staff .note-interval.ni-sustain-2415::after { -webkit-animation-duration: 2415ms; animation-duration: 2415ms; } .staff .note-interval.ni-sustain-2416::after { -webkit-animation-duration: 2416ms; animation-duration: 2416ms; } .staff .note-interval.ni-sustain-2417::after { -webkit-animation-duration: 2417ms; animation-duration: 2417ms; } .staff .note-interval.ni-sustain-2418::after { -webkit-animation-duration: 2418ms; animation-duration: 2418ms; } .staff .note-interval.ni-sustain-2419::after { -webkit-animation-duration: 2419ms; animation-duration: 2419ms; } .staff .note-interval.ni-sustain-2420::after { -webkit-animation-duration: 2420ms; animation-duration: 2420ms; } .staff .note-interval.ni-sustain-2421::after { -webkit-animation-duration: 2421ms; animation-duration: 2421ms; } .staff .note-interval.ni-sustain-2422::after { -webkit-animation-duration: 2422ms; animation-duration: 2422ms; } .staff .note-interval.ni-sustain-2423::after { -webkit-animation-duration: 2423ms; animation-duration: 2423ms; } .staff .note-interval.ni-sustain-2424::after { -webkit-animation-duration: 2424ms; animation-duration: 2424ms; } .staff .note-interval.ni-sustain-2425::after { -webkit-animation-duration: 2425ms; animation-duration: 2425ms; } .staff .note-interval.ni-sustain-2426::after { -webkit-animation-duration: 2426ms; animation-duration: 2426ms; } .staff .note-interval.ni-sustain-2427::after { -webkit-animation-duration: 2427ms; animation-duration: 2427ms; } .staff .note-interval.ni-sustain-2428::after { -webkit-animation-duration: 2428ms; animation-duration: 2428ms; } .staff .note-interval.ni-sustain-2429::after { -webkit-animation-duration: 2429ms; animation-duration: 2429ms; } .staff .note-interval.ni-sustain-2430::after { -webkit-animation-duration: 2430ms; animation-duration: 2430ms; } .staff .note-interval.ni-sustain-2431::after { -webkit-animation-duration: 2431ms; animation-duration: 2431ms; } .staff .note-interval.ni-sustain-2432::after { -webkit-animation-duration: 2432ms; animation-duration: 2432ms; } .staff .note-interval.ni-sustain-2433::after { -webkit-animation-duration: 2433ms; animation-duration: 2433ms; } .staff .note-interval.ni-sustain-2434::after { -webkit-animation-duration: 2434ms; animation-duration: 2434ms; } .staff .note-interval.ni-sustain-2435::after { -webkit-animation-duration: 2435ms; animation-duration: 2435ms; } .staff .note-interval.ni-sustain-2436::after { -webkit-animation-duration: 2436ms; animation-duration: 2436ms; } .staff .note-interval.ni-sustain-2437::after { -webkit-animation-duration: 2437ms; animation-duration: 2437ms; } .staff .note-interval.ni-sustain-2438::after { -webkit-animation-duration: 2438ms; animation-duration: 2438ms; } .staff .note-interval.ni-sustain-2439::after { -webkit-animation-duration: 2439ms; animation-duration: 2439ms; } .staff .note-interval.ni-sustain-2440::after { -webkit-animation-duration: 2440ms; animation-duration: 2440ms; } .staff .note-interval.ni-sustain-2441::after { -webkit-animation-duration: 2441ms; animation-duration: 2441ms; } .staff .note-interval.ni-sustain-2442::after { -webkit-animation-duration: 2442ms; animation-duration: 2442ms; } .staff .note-interval.ni-sustain-2443::after { -webkit-animation-duration: 2443ms; animation-duration: 2443ms; } .staff .note-interval.ni-sustain-2444::after { -webkit-animation-duration: 2444ms; animation-duration: 2444ms; } .staff .note-interval.ni-sustain-2445::after { -webkit-animation-duration: 2445ms; animation-duration: 2445ms; } .staff .note-interval.ni-sustain-2446::after { -webkit-animation-duration: 2446ms; animation-duration: 2446ms; } .staff .note-interval.ni-sustain-2447::after { -webkit-animation-duration: 2447ms; animation-duration: 2447ms; } .staff .note-interval.ni-sustain-2448::after { -webkit-animation-duration: 2448ms; animation-duration: 2448ms; } .staff .note-interval.ni-sustain-2449::after { -webkit-animation-duration: 2449ms; animation-duration: 2449ms; } .staff .note-interval.ni-sustain-2450::after { -webkit-animation-duration: 2450ms; animation-duration: 2450ms; } .staff .note-interval.ni-sustain-2451::after { -webkit-animation-duration: 2451ms; animation-duration: 2451ms; } .staff .note-interval.ni-sustain-2452::after { -webkit-animation-duration: 2452ms; animation-duration: 2452ms; } .staff .note-interval.ni-sustain-2453::after { -webkit-animation-duration: 2453ms; animation-duration: 2453ms; } .staff .note-interval.ni-sustain-2454::after { -webkit-animation-duration: 2454ms; animation-duration: 2454ms; } .staff .note-interval.ni-sustain-2455::after { -webkit-animation-duration: 2455ms; animation-duration: 2455ms; } .staff .note-interval.ni-sustain-2456::after { -webkit-animation-duration: 2456ms; animation-duration: 2456ms; } .staff .note-interval.ni-sustain-2457::after { -webkit-animation-duration: 2457ms; animation-duration: 2457ms; } .staff .note-interval.ni-sustain-2458::after { -webkit-animation-duration: 2458ms; animation-duration: 2458ms; } .staff .note-interval.ni-sustain-2459::after { -webkit-animation-duration: 2459ms; animation-duration: 2459ms; } .staff .note-interval.ni-sustain-2460::after { -webkit-animation-duration: 2460ms; animation-duration: 2460ms; } .staff .note-interval.ni-sustain-2461::after { -webkit-animation-duration: 2461ms; animation-duration: 2461ms; } .staff .note-interval.ni-sustain-2462::after { -webkit-animation-duration: 2462ms; animation-duration: 2462ms; } .staff .note-interval.ni-sustain-2463::after { -webkit-animation-duration: 2463ms; animation-duration: 2463ms; } .staff .note-interval.ni-sustain-2464::after { -webkit-animation-duration: 2464ms; animation-duration: 2464ms; } .staff .note-interval.ni-sustain-2465::after { -webkit-animation-duration: 2465ms; animation-duration: 2465ms; } .staff .note-interval.ni-sustain-2466::after { -webkit-animation-duration: 2466ms; animation-duration: 2466ms; } .staff .note-interval.ni-sustain-2467::after { -webkit-animation-duration: 2467ms; animation-duration: 2467ms; } .staff .note-interval.ni-sustain-2468::after { -webkit-animation-duration: 2468ms; animation-duration: 2468ms; } .staff .note-interval.ni-sustain-2469::after { -webkit-animation-duration: 2469ms; animation-duration: 2469ms; } .staff .note-interval.ni-sustain-2470::after { -webkit-animation-duration: 2470ms; animation-duration: 2470ms; } .staff .note-interval.ni-sustain-2471::after { -webkit-animation-duration: 2471ms; animation-duration: 2471ms; } .staff .note-interval.ni-sustain-2472::after { -webkit-animation-duration: 2472ms; animation-duration: 2472ms; } .staff .note-interval.ni-sustain-2473::after { -webkit-animation-duration: 2473ms; animation-duration: 2473ms; } .staff .note-interval.ni-sustain-2474::after { -webkit-animation-duration: 2474ms; animation-duration: 2474ms; } .staff .note-interval.ni-sustain-2475::after { -webkit-animation-duration: 2475ms; animation-duration: 2475ms; } .staff .note-interval.ni-sustain-2476::after { -webkit-animation-duration: 2476ms; animation-duration: 2476ms; } .staff .note-interval.ni-sustain-2477::after { -webkit-animation-duration: 2477ms; animation-duration: 2477ms; } .staff .note-interval.ni-sustain-2478::after { -webkit-animation-duration: 2478ms; animation-duration: 2478ms; } .staff .note-interval.ni-sustain-2479::after { -webkit-animation-duration: 2479ms; animation-duration: 2479ms; } .staff .note-interval.ni-sustain-2480::after { -webkit-animation-duration: 2480ms; animation-duration: 2480ms; } .staff .note-interval.ni-sustain-2481::after { -webkit-animation-duration: 2481ms; animation-duration: 2481ms; } .staff .note-interval.ni-sustain-2482::after { -webkit-animation-duration: 2482ms; animation-duration: 2482ms; } .staff .note-interval.ni-sustain-2483::after { -webkit-animation-duration: 2483ms; animation-duration: 2483ms; } .staff .note-interval.ni-sustain-2484::after { -webkit-animation-duration: 2484ms; animation-duration: 2484ms; } .staff .note-interval.ni-sustain-2485::after { -webkit-animation-duration: 2485ms; animation-duration: 2485ms; } .staff .note-interval.ni-sustain-2486::after { -webkit-animation-duration: 2486ms; animation-duration: 2486ms; } .staff .note-interval.ni-sustain-2487::after { -webkit-animation-duration: 2487ms; animation-duration: 2487ms; } .staff .note-interval.ni-sustain-2488::after { -webkit-animation-duration: 2488ms; animation-duration: 2488ms; } .staff .note-interval.ni-sustain-2489::after { -webkit-animation-duration: 2489ms; animation-duration: 2489ms; } .staff .note-interval.ni-sustain-2490::after { -webkit-animation-duration: 2490ms; animation-duration: 2490ms; } .staff .note-interval.ni-sustain-2491::after { -webkit-animation-duration: 2491ms; animation-duration: 2491ms; } .staff .note-interval.ni-sustain-2492::after { -webkit-animation-duration: 2492ms; animation-duration: 2492ms; } .staff .note-interval.ni-sustain-2493::after { -webkit-animation-duration: 2493ms; animation-duration: 2493ms; } .staff .note-interval.ni-sustain-2494::after { -webkit-animation-duration: 2494ms; animation-duration: 2494ms; } .staff .note-interval.ni-sustain-2495::after { -webkit-animation-duration: 2495ms; animation-duration: 2495ms; } .staff .note-interval.ni-sustain-2496::after { -webkit-animation-duration: 2496ms; animation-duration: 2496ms; } .staff .note-interval.ni-sustain-2497::after { -webkit-animation-duration: 2497ms; animation-duration: 2497ms; } .staff .note-interval.ni-sustain-2498::after { -webkit-animation-duration: 2498ms; animation-duration: 2498ms; } .staff .note-interval.ni-sustain-2499::after { -webkit-animation-duration: 2499ms; animation-duration: 2499ms; } .staff .note-interval.ni-sustain-2500::after { -webkit-animation-duration: 2500ms; animation-duration: 2500ms; } .staff .note-interval.ni-sustain-2501::after { -webkit-animation-duration: 2501ms; animation-duration: 2501ms; } .staff .note-interval.ni-sustain-2502::after { -webkit-animation-duration: 2502ms; animation-duration: 2502ms; } .staff .note-interval.ni-sustain-2503::after { -webkit-animation-duration: 2503ms; animation-duration: 2503ms; } .staff .note-interval.ni-sustain-2504::after { -webkit-animation-duration: 2504ms; animation-duration: 2504ms; } .staff .note-interval.ni-sustain-2505::after { -webkit-animation-duration: 2505ms; animation-duration: 2505ms; } .staff .note-interval.ni-sustain-2506::after { -webkit-animation-duration: 2506ms; animation-duration: 2506ms; } .staff .note-interval.ni-sustain-2507::after { -webkit-animation-duration: 2507ms; animation-duration: 2507ms; } .staff .note-interval.ni-sustain-2508::after { -webkit-animation-duration: 2508ms; animation-duration: 2508ms; } .staff .note-interval.ni-sustain-2509::after { -webkit-animation-duration: 2509ms; animation-duration: 2509ms; } .staff .note-interval.ni-sustain-2510::after { -webkit-animation-duration: 2510ms; animation-duration: 2510ms; } .staff .note-interval.ni-sustain-2511::after { -webkit-animation-duration: 2511ms; animation-duration: 2511ms; } .staff .note-interval.ni-sustain-2512::after { -webkit-animation-duration: 2512ms; animation-duration: 2512ms; } .staff .note-interval.ni-sustain-2513::after { -webkit-animation-duration: 2513ms; animation-duration: 2513ms; } .staff .note-interval.ni-sustain-2514::after { -webkit-animation-duration: 2514ms; animation-duration: 2514ms; } .staff .note-interval.ni-sustain-2515::after { -webkit-animation-duration: 2515ms; animation-duration: 2515ms; } .staff .note-interval.ni-sustain-2516::after { -webkit-animation-duration: 2516ms; animation-duration: 2516ms; } .staff .note-interval.ni-sustain-2517::after { -webkit-animation-duration: 2517ms; animation-duration: 2517ms; } .staff .note-interval.ni-sustain-2518::after { -webkit-animation-duration: 2518ms; animation-duration: 2518ms; } .staff .note-interval.ni-sustain-2519::after { -webkit-animation-duration: 2519ms; animation-duration: 2519ms; } .staff .note-interval.ni-sustain-2520::after { -webkit-animation-duration: 2520ms; animation-duration: 2520ms; } .staff .note-interval.ni-sustain-2521::after { -webkit-animation-duration: 2521ms; animation-duration: 2521ms; } .staff .note-interval.ni-sustain-2522::after { -webkit-animation-duration: 2522ms; animation-duration: 2522ms; } .staff .note-interval.ni-sustain-2523::after { -webkit-animation-duration: 2523ms; animation-duration: 2523ms; } .staff .note-interval.ni-sustain-2524::after { -webkit-animation-duration: 2524ms; animation-duration: 2524ms; } .staff .note-interval.ni-sustain-2525::after { -webkit-animation-duration: 2525ms; animation-duration: 2525ms; } .staff .note-interval.ni-sustain-2526::after { -webkit-animation-duration: 2526ms; animation-duration: 2526ms; } .staff .note-interval.ni-sustain-2527::after { -webkit-animation-duration: 2527ms; animation-duration: 2527ms; } .staff .note-interval.ni-sustain-2528::after { -webkit-animation-duration: 2528ms; animation-duration: 2528ms; } .staff .note-interval.ni-sustain-2529::after { -webkit-animation-duration: 2529ms; animation-duration: 2529ms; } .staff .note-interval.ni-sustain-2530::after { -webkit-animation-duration: 2530ms; animation-duration: 2530ms; } .staff .note-interval.ni-sustain-2531::after { -webkit-animation-duration: 2531ms; animation-duration: 2531ms; } .staff .note-interval.ni-sustain-2532::after { -webkit-animation-duration: 2532ms; animation-duration: 2532ms; } .staff .note-interval.ni-sustain-2533::after { -webkit-animation-duration: 2533ms; animation-duration: 2533ms; } .staff .note-interval.ni-sustain-2534::after { -webkit-animation-duration: 2534ms; animation-duration: 2534ms; } .staff .note-interval.ni-sustain-2535::after { -webkit-animation-duration: 2535ms; animation-duration: 2535ms; } .staff .note-interval.ni-sustain-2536::after { -webkit-animation-duration: 2536ms; animation-duration: 2536ms; } .staff .note-interval.ni-sustain-2537::after { -webkit-animation-duration: 2537ms; animation-duration: 2537ms; } .staff .note-interval.ni-sustain-2538::after { -webkit-animation-duration: 2538ms; animation-duration: 2538ms; } .staff .note-interval.ni-sustain-2539::after { -webkit-animation-duration: 2539ms; animation-duration: 2539ms; } .staff .note-interval.ni-sustain-2540::after { -webkit-animation-duration: 2540ms; animation-duration: 2540ms; } .staff .note-interval.ni-sustain-2541::after { -webkit-animation-duration: 2541ms; animation-duration: 2541ms; } .staff .note-interval.ni-sustain-2542::after { -webkit-animation-duration: 2542ms; animation-duration: 2542ms; } .staff .note-interval.ni-sustain-2543::after { -webkit-animation-duration: 2543ms; animation-duration: 2543ms; } .staff .note-interval.ni-sustain-2544::after { -webkit-animation-duration: 2544ms; animation-duration: 2544ms; } .staff .note-interval.ni-sustain-2545::after { -webkit-animation-duration: 2545ms; animation-duration: 2545ms; } .staff .note-interval.ni-sustain-2546::after { -webkit-animation-duration: 2546ms; animation-duration: 2546ms; } .staff .note-interval.ni-sustain-2547::after { -webkit-animation-duration: 2547ms; animation-duration: 2547ms; } .staff .note-interval.ni-sustain-2548::after { -webkit-animation-duration: 2548ms; animation-duration: 2548ms; } .staff .note-interval.ni-sustain-2549::after { -webkit-animation-duration: 2549ms; animation-duration: 2549ms; } .staff .note-interval.ni-sustain-2550::after { -webkit-animation-duration: 2550ms; animation-duration: 2550ms; } .staff .note-interval.ni-sustain-2551::after { -webkit-animation-duration: 2551ms; animation-duration: 2551ms; } .staff .note-interval.ni-sustain-2552::after { -webkit-animation-duration: 2552ms; animation-duration: 2552ms; } .staff .note-interval.ni-sustain-2553::after { -webkit-animation-duration: 2553ms; animation-duration: 2553ms; } .staff .note-interval.ni-sustain-2554::after { -webkit-animation-duration: 2554ms; animation-duration: 2554ms; } .staff .note-interval.ni-sustain-2555::after { -webkit-animation-duration: 2555ms; animation-duration: 2555ms; } .staff .note-interval.ni-sustain-2556::after { -webkit-animation-duration: 2556ms; animation-duration: 2556ms; } .staff .note-interval.ni-sustain-2557::after { -webkit-animation-duration: 2557ms; animation-duration: 2557ms; } .staff .note-interval.ni-sustain-2558::after { -webkit-animation-duration: 2558ms; animation-duration: 2558ms; } .staff .note-interval.ni-sustain-2559::after { -webkit-animation-duration: 2559ms; animation-duration: 2559ms; } .staff .note-interval.ni-sustain-2560::after { -webkit-animation-duration: 2560ms; animation-duration: 2560ms; } .staff .note-interval.ni-sustain-2561::after { -webkit-animation-duration: 2561ms; animation-duration: 2561ms; } .staff .note-interval.ni-sustain-2562::after { -webkit-animation-duration: 2562ms; animation-duration: 2562ms; } .staff .note-interval.ni-sustain-2563::after { -webkit-animation-duration: 2563ms; animation-duration: 2563ms; } .staff .note-interval.ni-sustain-2564::after { -webkit-animation-duration: 2564ms; animation-duration: 2564ms; } .staff .note-interval.ni-sustain-2565::after { -webkit-animation-duration: 2565ms; animation-duration: 2565ms; } .staff .note-interval.ni-sustain-2566::after { -webkit-animation-duration: 2566ms; animation-duration: 2566ms; } .staff .note-interval.ni-sustain-2567::after { -webkit-animation-duration: 2567ms; animation-duration: 2567ms; } .staff .note-interval.ni-sustain-2568::after { -webkit-animation-duration: 2568ms; animation-duration: 2568ms; } .staff .note-interval.ni-sustain-2569::after { -webkit-animation-duration: 2569ms; animation-duration: 2569ms; } .staff .note-interval.ni-sustain-2570::after { -webkit-animation-duration: 2570ms; animation-duration: 2570ms; } .staff .note-interval.ni-sustain-2571::after { -webkit-animation-duration: 2571ms; animation-duration: 2571ms; } .staff .note-interval.ni-sustain-2572::after { -webkit-animation-duration: 2572ms; animation-duration: 2572ms; } .staff .note-interval.ni-sustain-2573::after { -webkit-animation-duration: 2573ms; animation-duration: 2573ms; } .staff .note-interval.ni-sustain-2574::after { -webkit-animation-duration: 2574ms; animation-duration: 2574ms; } .staff .note-interval.ni-sustain-2575::after { -webkit-animation-duration: 2575ms; animation-duration: 2575ms; } .staff .note-interval.ni-sustain-2576::after { -webkit-animation-duration: 2576ms; animation-duration: 2576ms; } .staff .note-interval.ni-sustain-2577::after { -webkit-animation-duration: 2577ms; animation-duration: 2577ms; } .staff .note-interval.ni-sustain-2578::after { -webkit-animation-duration: 2578ms; animation-duration: 2578ms; } .staff .note-interval.ni-sustain-2579::after { -webkit-animation-duration: 2579ms; animation-duration: 2579ms; } .staff .note-interval.ni-sustain-2580::after { -webkit-animation-duration: 2580ms; animation-duration: 2580ms; } .staff .note-interval.ni-sustain-2581::after { -webkit-animation-duration: 2581ms; animation-duration: 2581ms; } .staff .note-interval.ni-sustain-2582::after { -webkit-animation-duration: 2582ms; animation-duration: 2582ms; } .staff .note-interval.ni-sustain-2583::after { -webkit-animation-duration: 2583ms; animation-duration: 2583ms; } .staff .note-interval.ni-sustain-2584::after { -webkit-animation-duration: 2584ms; animation-duration: 2584ms; } .staff .note-interval.ni-sustain-2585::after { -webkit-animation-duration: 2585ms; animation-duration: 2585ms; } .staff .note-interval.ni-sustain-2586::after { -webkit-animation-duration: 2586ms; animation-duration: 2586ms; } .staff .note-interval.ni-sustain-2587::after { -webkit-animation-duration: 2587ms; animation-duration: 2587ms; } .staff .note-interval.ni-sustain-2588::after { -webkit-animation-duration: 2588ms; animation-duration: 2588ms; } .staff .note-interval.ni-sustain-2589::after { -webkit-animation-duration: 2589ms; animation-duration: 2589ms; } .staff .note-interval.ni-sustain-2590::after { -webkit-animation-duration: 2590ms; animation-duration: 2590ms; } .staff .note-interval.ni-sustain-2591::after { -webkit-animation-duration: 2591ms; animation-duration: 2591ms; } .staff .note-interval.ni-sustain-2592::after { -webkit-animation-duration: 2592ms; animation-duration: 2592ms; } .staff .note-interval.ni-sustain-2593::after { -webkit-animation-duration: 2593ms; animation-duration: 2593ms; } .staff .note-interval.ni-sustain-2594::after { -webkit-animation-duration: 2594ms; animation-duration: 2594ms; } .staff .note-interval.ni-sustain-2595::after { -webkit-animation-duration: 2595ms; animation-duration: 2595ms; } .staff .note-interval.ni-sustain-2596::after { -webkit-animation-duration: 2596ms; animation-duration: 2596ms; } .staff .note-interval.ni-sustain-2597::after { -webkit-animation-duration: 2597ms; animation-duration: 2597ms; } .staff .note-interval.ni-sustain-2598::after { -webkit-animation-duration: 2598ms; animation-duration: 2598ms; } .staff .note-interval.ni-sustain-2599::after { -webkit-animation-duration: 2599ms; animation-duration: 2599ms; } .staff .note-interval.ni-sustain-2600::after { -webkit-animation-duration: 2600ms; animation-duration: 2600ms; } .staff .note-interval.ni-sustain-2601::after { -webkit-animation-duration: 2601ms; animation-duration: 2601ms; } .staff .note-interval.ni-sustain-2602::after { -webkit-animation-duration: 2602ms; animation-duration: 2602ms; } .staff .note-interval.ni-sustain-2603::after { -webkit-animation-duration: 2603ms; animation-duration: 2603ms; } .staff .note-interval.ni-sustain-2604::after { -webkit-animation-duration: 2604ms; animation-duration: 2604ms; } .staff .note-interval.ni-sustain-2605::after { -webkit-animation-duration: 2605ms; animation-duration: 2605ms; } .staff .note-interval.ni-sustain-2606::after { -webkit-animation-duration: 2606ms; animation-duration: 2606ms; } .staff .note-interval.ni-sustain-2607::after { -webkit-animation-duration: 2607ms; animation-duration: 2607ms; } .staff .note-interval.ni-sustain-2608::after { -webkit-animation-duration: 2608ms; animation-duration: 2608ms; } .staff .note-interval.ni-sustain-2609::after { -webkit-animation-duration: 2609ms; animation-duration: 2609ms; } .staff .note-interval.ni-sustain-2610::after { -webkit-animation-duration: 2610ms; animation-duration: 2610ms; } .staff .note-interval.ni-sustain-2611::after { -webkit-animation-duration: 2611ms; animation-duration: 2611ms; } .staff .note-interval.ni-sustain-2612::after { -webkit-animation-duration: 2612ms; animation-duration: 2612ms; } .staff .note-interval.ni-sustain-2613::after { -webkit-animation-duration: 2613ms; animation-duration: 2613ms; } .staff .note-interval.ni-sustain-2614::after { -webkit-animation-duration: 2614ms; animation-duration: 2614ms; } .staff .note-interval.ni-sustain-2615::after { -webkit-animation-duration: 2615ms; animation-duration: 2615ms; } .staff .note-interval.ni-sustain-2616::after { -webkit-animation-duration: 2616ms; animation-duration: 2616ms; } .staff .note-interval.ni-sustain-2617::after { -webkit-animation-duration: 2617ms; animation-duration: 2617ms; } .staff .note-interval.ni-sustain-2618::after { -webkit-animation-duration: 2618ms; animation-duration: 2618ms; } .staff .note-interval.ni-sustain-2619::after { -webkit-animation-duration: 2619ms; animation-duration: 2619ms; } .staff .note-interval.ni-sustain-2620::after { -webkit-animation-duration: 2620ms; animation-duration: 2620ms; } .staff .note-interval.ni-sustain-2621::after { -webkit-animation-duration: 2621ms; animation-duration: 2621ms; } .staff .note-interval.ni-sustain-2622::after { -webkit-animation-duration: 2622ms; animation-duration: 2622ms; } .staff .note-interval.ni-sustain-2623::after { -webkit-animation-duration: 2623ms; animation-duration: 2623ms; } .staff .note-interval.ni-sustain-2624::after { -webkit-animation-duration: 2624ms; animation-duration: 2624ms; } .staff .note-interval.ni-sustain-2625::after { -webkit-animation-duration: 2625ms; animation-duration: 2625ms; } .staff .note-interval.ni-sustain-2626::after { -webkit-animation-duration: 2626ms; animation-duration: 2626ms; } .staff .note-interval.ni-sustain-2627::after { -webkit-animation-duration: 2627ms; animation-duration: 2627ms; } .staff .note-interval.ni-sustain-2628::after { -webkit-animation-duration: 2628ms; animation-duration: 2628ms; } .staff .note-interval.ni-sustain-2629::after { -webkit-animation-duration: 2629ms; animation-duration: 2629ms; } .staff .note-interval.ni-sustain-2630::after { -webkit-animation-duration: 2630ms; animation-duration: 2630ms; } .staff .note-interval.ni-sustain-2631::after { -webkit-animation-duration: 2631ms; animation-duration: 2631ms; } .staff .note-interval.ni-sustain-2632::after { -webkit-animation-duration: 2632ms; animation-duration: 2632ms; } .staff .note-interval.ni-sustain-2633::after { -webkit-animation-duration: 2633ms; animation-duration: 2633ms; } .staff .note-interval.ni-sustain-2634::after { -webkit-animation-duration: 2634ms; animation-duration: 2634ms; } .staff .note-interval.ni-sustain-2635::after { -webkit-animation-duration: 2635ms; animation-duration: 2635ms; } .staff .note-interval.ni-sustain-2636::after { -webkit-animation-duration: 2636ms; animation-duration: 2636ms; } .staff .note-interval.ni-sustain-2637::after { -webkit-animation-duration: 2637ms; animation-duration: 2637ms; } .staff .note-interval.ni-sustain-2638::after { -webkit-animation-duration: 2638ms; animation-duration: 2638ms; } .staff .note-interval.ni-sustain-2639::after { -webkit-animation-duration: 2639ms; animation-duration: 2639ms; } .staff .note-interval.ni-sustain-2640::after { -webkit-animation-duration: 2640ms; animation-duration: 2640ms; } .staff .note-interval.ni-sustain-2641::after { -webkit-animation-duration: 2641ms; animation-duration: 2641ms; } .staff .note-interval.ni-sustain-2642::after { -webkit-animation-duration: 2642ms; animation-duration: 2642ms; } .staff .note-interval.ni-sustain-2643::after { -webkit-animation-duration: 2643ms; animation-duration: 2643ms; } .staff .note-interval.ni-sustain-2644::after { -webkit-animation-duration: 2644ms; animation-duration: 2644ms; } .staff .note-interval.ni-sustain-2645::after { -webkit-animation-duration: 2645ms; animation-duration: 2645ms; } .staff .note-interval.ni-sustain-2646::after { -webkit-animation-duration: 2646ms; animation-duration: 2646ms; } .staff .note-interval.ni-sustain-2647::after { -webkit-animation-duration: 2647ms; animation-duration: 2647ms; } .staff .note-interval.ni-sustain-2648::after { -webkit-animation-duration: 2648ms; animation-duration: 2648ms; } .staff .note-interval.ni-sustain-2649::after { -webkit-animation-duration: 2649ms; animation-duration: 2649ms; } .staff .note-interval.ni-sustain-2650::after { -webkit-animation-duration: 2650ms; animation-duration: 2650ms; } .staff .note-interval.ni-sustain-2651::after { -webkit-animation-duration: 2651ms; animation-duration: 2651ms; } .staff .note-interval.ni-sustain-2652::after { -webkit-animation-duration: 2652ms; animation-duration: 2652ms; } .staff .note-interval.ni-sustain-2653::after { -webkit-animation-duration: 2653ms; animation-duration: 2653ms; } .staff .note-interval.ni-sustain-2654::after { -webkit-animation-duration: 2654ms; animation-duration: 2654ms; } .staff .note-interval.ni-sustain-2655::after { -webkit-animation-duration: 2655ms; animation-duration: 2655ms; } .staff .note-interval.ni-sustain-2656::after { -webkit-animation-duration: 2656ms; animation-duration: 2656ms; } .staff .note-interval.ni-sustain-2657::after { -webkit-animation-duration: 2657ms; animation-duration: 2657ms; } .staff .note-interval.ni-sustain-2658::after { -webkit-animation-duration: 2658ms; animation-duration: 2658ms; } .staff .note-interval.ni-sustain-2659::after { -webkit-animation-duration: 2659ms; animation-duration: 2659ms; } .staff .note-interval.ni-sustain-2660::after { -webkit-animation-duration: 2660ms; animation-duration: 2660ms; } .staff .note-interval.ni-sustain-2661::after { -webkit-animation-duration: 2661ms; animation-duration: 2661ms; } .staff .note-interval.ni-sustain-2662::after { -webkit-animation-duration: 2662ms; animation-duration: 2662ms; } .staff .note-interval.ni-sustain-2663::after { -webkit-animation-duration: 2663ms; animation-duration: 2663ms; } .staff .note-interval.ni-sustain-2664::after { -webkit-animation-duration: 2664ms; animation-duration: 2664ms; } .staff .note-interval.ni-sustain-2665::after { -webkit-animation-duration: 2665ms; animation-duration: 2665ms; } .staff .note-interval.ni-sustain-2666::after { -webkit-animation-duration: 2666ms; animation-duration: 2666ms; } .staff .note-interval.ni-sustain-2667::after { -webkit-animation-duration: 2667ms; animation-duration: 2667ms; } .staff .note-interval.ni-sustain-2668::after { -webkit-animation-duration: 2668ms; animation-duration: 2668ms; } .staff .note-interval.ni-sustain-2669::after { -webkit-animation-duration: 2669ms; animation-duration: 2669ms; } .staff .note-interval.ni-sustain-2670::after { -webkit-animation-duration: 2670ms; animation-duration: 2670ms; } .staff .note-interval.ni-sustain-2671::after { -webkit-animation-duration: 2671ms; animation-duration: 2671ms; } .staff .note-interval.ni-sustain-2672::after { -webkit-animation-duration: 2672ms; animation-duration: 2672ms; } .staff .note-interval.ni-sustain-2673::after { -webkit-animation-duration: 2673ms; animation-duration: 2673ms; } .staff .note-interval.ni-sustain-2674::after { -webkit-animation-duration: 2674ms; animation-duration: 2674ms; } .staff .note-interval.ni-sustain-2675::after { -webkit-animation-duration: 2675ms; animation-duration: 2675ms; } .staff .note-interval.ni-sustain-2676::after { -webkit-animation-duration: 2676ms; animation-duration: 2676ms; } .staff .note-interval.ni-sustain-2677::after { -webkit-animation-duration: 2677ms; animation-duration: 2677ms; } .staff .note-interval.ni-sustain-2678::after { -webkit-animation-duration: 2678ms; animation-duration: 2678ms; } .staff .note-interval.ni-sustain-2679::after { -webkit-animation-duration: 2679ms; animation-duration: 2679ms; } .staff .note-interval.ni-sustain-2680::after { -webkit-animation-duration: 2680ms; animation-duration: 2680ms; } .staff .note-interval.ni-sustain-2681::after { -webkit-animation-duration: 2681ms; animation-duration: 2681ms; } .staff .note-interval.ni-sustain-2682::after { -webkit-animation-duration: 2682ms; animation-duration: 2682ms; } .staff .note-interval.ni-sustain-2683::after { -webkit-animation-duration: 2683ms; animation-duration: 2683ms; } .staff .note-interval.ni-sustain-2684::after { -webkit-animation-duration: 2684ms; animation-duration: 2684ms; } .staff .note-interval.ni-sustain-2685::after { -webkit-animation-duration: 2685ms; animation-duration: 2685ms; } .staff .note-interval.ni-sustain-2686::after { -webkit-animation-duration: 2686ms; animation-duration: 2686ms; } .staff .note-interval.ni-sustain-2687::after { -webkit-animation-duration: 2687ms; animation-duration: 2687ms; } .staff .note-interval.ni-sustain-2688::after { -webkit-animation-duration: 2688ms; animation-duration: 2688ms; } .staff .note-interval.ni-sustain-2689::after { -webkit-animation-duration: 2689ms; animation-duration: 2689ms; } .staff .note-interval.ni-sustain-2690::after { -webkit-animation-duration: 2690ms; animation-duration: 2690ms; } .staff .note-interval.ni-sustain-2691::after { -webkit-animation-duration: 2691ms; animation-duration: 2691ms; } .staff .note-interval.ni-sustain-2692::after { -webkit-animation-duration: 2692ms; animation-duration: 2692ms; } .staff .note-interval.ni-sustain-2693::after { -webkit-animation-duration: 2693ms; animation-duration: 2693ms; } .staff .note-interval.ni-sustain-2694::after { -webkit-animation-duration: 2694ms; animation-duration: 2694ms; } .staff .note-interval.ni-sustain-2695::after { -webkit-animation-duration: 2695ms; animation-duration: 2695ms; } .staff .note-interval.ni-sustain-2696::after { -webkit-animation-duration: 2696ms; animation-duration: 2696ms; } .staff .note-interval.ni-sustain-2697::after { -webkit-animation-duration: 2697ms; animation-duration: 2697ms; } .staff .note-interval.ni-sustain-2698::after { -webkit-animation-duration: 2698ms; animation-duration: 2698ms; } .staff .note-interval.ni-sustain-2699::after { -webkit-animation-duration: 2699ms; animation-duration: 2699ms; } .staff .note-interval.ni-sustain-2700::after { -webkit-animation-duration: 2700ms; animation-duration: 2700ms; } .staff .note-interval.ni-sustain-2701::after { -webkit-animation-duration: 2701ms; animation-duration: 2701ms; } .staff .note-interval.ni-sustain-2702::after { -webkit-animation-duration: 2702ms; animation-duration: 2702ms; } .staff .note-interval.ni-sustain-2703::after { -webkit-animation-duration: 2703ms; animation-duration: 2703ms; } .staff .note-interval.ni-sustain-2704::after { -webkit-animation-duration: 2704ms; animation-duration: 2704ms; } .staff .note-interval.ni-sustain-2705::after { -webkit-animation-duration: 2705ms; animation-duration: 2705ms; } .staff .note-interval.ni-sustain-2706::after { -webkit-animation-duration: 2706ms; animation-duration: 2706ms; } .staff .note-interval.ni-sustain-2707::after { -webkit-animation-duration: 2707ms; animation-duration: 2707ms; } .staff .note-interval.ni-sustain-2708::after { -webkit-animation-duration: 2708ms; animation-duration: 2708ms; } .staff .note-interval.ni-sustain-2709::after { -webkit-animation-duration: 2709ms; animation-duration: 2709ms; } .staff .note-interval.ni-sustain-2710::after { -webkit-animation-duration: 2710ms; animation-duration: 2710ms; } .staff .note-interval.ni-sustain-2711::after { -webkit-animation-duration: 2711ms; animation-duration: 2711ms; } .staff .note-interval.ni-sustain-2712::after { -webkit-animation-duration: 2712ms; animation-duration: 2712ms; } .staff .note-interval.ni-sustain-2713::after { -webkit-animation-duration: 2713ms; animation-duration: 2713ms; } .staff .note-interval.ni-sustain-2714::after { -webkit-animation-duration: 2714ms; animation-duration: 2714ms; } .staff .note-interval.ni-sustain-2715::after { -webkit-animation-duration: 2715ms; animation-duration: 2715ms; } .staff .note-interval.ni-sustain-2716::after { -webkit-animation-duration: 2716ms; animation-duration: 2716ms; } .staff .note-interval.ni-sustain-2717::after { -webkit-animation-duration: 2717ms; animation-duration: 2717ms; } .staff .note-interval.ni-sustain-2718::after { -webkit-animation-duration: 2718ms; animation-duration: 2718ms; } .staff .note-interval.ni-sustain-2719::after { -webkit-animation-duration: 2719ms; animation-duration: 2719ms; } .staff .note-interval.ni-sustain-2720::after { -webkit-animation-duration: 2720ms; animation-duration: 2720ms; } .staff .note-interval.ni-sustain-2721::after { -webkit-animation-duration: 2721ms; animation-duration: 2721ms; } .staff .note-interval.ni-sustain-2722::after { -webkit-animation-duration: 2722ms; animation-duration: 2722ms; } .staff .note-interval.ni-sustain-2723::after { -webkit-animation-duration: 2723ms; animation-duration: 2723ms; } .staff .note-interval.ni-sustain-2724::after { -webkit-animation-duration: 2724ms; animation-duration: 2724ms; } .staff .note-interval.ni-sustain-2725::after { -webkit-animation-duration: 2725ms; animation-duration: 2725ms; } .staff .note-interval.ni-sustain-2726::after { -webkit-animation-duration: 2726ms; animation-duration: 2726ms; } .staff .note-interval.ni-sustain-2727::after { -webkit-animation-duration: 2727ms; animation-duration: 2727ms; } .staff .note-interval.ni-sustain-2728::after { -webkit-animation-duration: 2728ms; animation-duration: 2728ms; } .staff .note-interval.ni-sustain-2729::after { -webkit-animation-duration: 2729ms; animation-duration: 2729ms; } .staff .note-interval.ni-sustain-2730::after { -webkit-animation-duration: 2730ms; animation-duration: 2730ms; } .staff .note-interval.ni-sustain-2731::after { -webkit-animation-duration: 2731ms; animation-duration: 2731ms; } .staff .note-interval.ni-sustain-2732::after { -webkit-animation-duration: 2732ms; animation-duration: 2732ms; } .staff .note-interval.ni-sustain-2733::after { -webkit-animation-duration: 2733ms; animation-duration: 2733ms; } .staff .note-interval.ni-sustain-2734::after { -webkit-animation-duration: 2734ms; animation-duration: 2734ms; } .staff .note-interval.ni-sustain-2735::after { -webkit-animation-duration: 2735ms; animation-duration: 2735ms; } .staff .note-interval.ni-sustain-2736::after { -webkit-animation-duration: 2736ms; animation-duration: 2736ms; } .staff .note-interval.ni-sustain-2737::after { -webkit-animation-duration: 2737ms; animation-duration: 2737ms; } .staff .note-interval.ni-sustain-2738::after { -webkit-animation-duration: 2738ms; animation-duration: 2738ms; } .staff .note-interval.ni-sustain-2739::after { -webkit-animation-duration: 2739ms; animation-duration: 2739ms; } .staff .note-interval.ni-sustain-2740::after { -webkit-animation-duration: 2740ms; animation-duration: 2740ms; } .staff .note-interval.ni-sustain-2741::after { -webkit-animation-duration: 2741ms; animation-duration: 2741ms; } .staff .note-interval.ni-sustain-2742::after { -webkit-animation-duration: 2742ms; animation-duration: 2742ms; } .staff .note-interval.ni-sustain-2743::after { -webkit-animation-duration: 2743ms; animation-duration: 2743ms; } .staff .note-interval.ni-sustain-2744::after { -webkit-animation-duration: 2744ms; animation-duration: 2744ms; } .staff .note-interval.ni-sustain-2745::after { -webkit-animation-duration: 2745ms; animation-duration: 2745ms; } .staff .note-interval.ni-sustain-2746::after { -webkit-animation-duration: 2746ms; animation-duration: 2746ms; } .staff .note-interval.ni-sustain-2747::after { -webkit-animation-duration: 2747ms; animation-duration: 2747ms; } .staff .note-interval.ni-sustain-2748::after { -webkit-animation-duration: 2748ms; animation-duration: 2748ms; } .staff .note-interval.ni-sustain-2749::after { -webkit-animation-duration: 2749ms; animation-duration: 2749ms; } .staff .note-interval.ni-sustain-2750::after { -webkit-animation-duration: 2750ms; animation-duration: 2750ms; } .staff .note-interval.ni-sustain-2751::after { -webkit-animation-duration: 2751ms; animation-duration: 2751ms; } .staff .note-interval.ni-sustain-2752::after { -webkit-animation-duration: 2752ms; animation-duration: 2752ms; } .staff .note-interval.ni-sustain-2753::after { -webkit-animation-duration: 2753ms; animation-duration: 2753ms; } .staff .note-interval.ni-sustain-2754::after { -webkit-animation-duration: 2754ms; animation-duration: 2754ms; } .staff .note-interval.ni-sustain-2755::after { -webkit-animation-duration: 2755ms; animation-duration: 2755ms; } .staff .note-interval.ni-sustain-2756::after { -webkit-animation-duration: 2756ms; animation-duration: 2756ms; } .staff .note-interval.ni-sustain-2757::after { -webkit-animation-duration: 2757ms; animation-duration: 2757ms; } .staff .note-interval.ni-sustain-2758::after { -webkit-animation-duration: 2758ms; animation-duration: 2758ms; } .staff .note-interval.ni-sustain-2759::after { -webkit-animation-duration: 2759ms; animation-duration: 2759ms; } .staff .note-interval.ni-sustain-2760::after { -webkit-animation-duration: 2760ms; animation-duration: 2760ms; } .staff .note-interval.ni-sustain-2761::after { -webkit-animation-duration: 2761ms; animation-duration: 2761ms; } .staff .note-interval.ni-sustain-2762::after { -webkit-animation-duration: 2762ms; animation-duration: 2762ms; } .staff .note-interval.ni-sustain-2763::after { -webkit-animation-duration: 2763ms; animation-duration: 2763ms; } .staff .note-interval.ni-sustain-2764::after { -webkit-animation-duration: 2764ms; animation-duration: 2764ms; } .staff .note-interval.ni-sustain-2765::after { -webkit-animation-duration: 2765ms; animation-duration: 2765ms; } .staff .note-interval.ni-sustain-2766::after { -webkit-animation-duration: 2766ms; animation-duration: 2766ms; } .staff .note-interval.ni-sustain-2767::after { -webkit-animation-duration: 2767ms; animation-duration: 2767ms; } .staff .note-interval.ni-sustain-2768::after { -webkit-animation-duration: 2768ms; animation-duration: 2768ms; } .staff .note-interval.ni-sustain-2769::after { -webkit-animation-duration: 2769ms; animation-duration: 2769ms; } .staff .note-interval.ni-sustain-2770::after { -webkit-animation-duration: 2770ms; animation-duration: 2770ms; } .staff .note-interval.ni-sustain-2771::after { -webkit-animation-duration: 2771ms; animation-duration: 2771ms; } .staff .note-interval.ni-sustain-2772::after { -webkit-animation-duration: 2772ms; animation-duration: 2772ms; } .staff .note-interval.ni-sustain-2773::after { -webkit-animation-duration: 2773ms; animation-duration: 2773ms; } .staff .note-interval.ni-sustain-2774::after { -webkit-animation-duration: 2774ms; animation-duration: 2774ms; } .staff .note-interval.ni-sustain-2775::after { -webkit-animation-duration: 2775ms; animation-duration: 2775ms; } .staff .note-interval.ni-sustain-2776::after { -webkit-animation-duration: 2776ms; animation-duration: 2776ms; } .staff .note-interval.ni-sustain-2777::after { -webkit-animation-duration: 2777ms; animation-duration: 2777ms; } .staff .note-interval.ni-sustain-2778::after { -webkit-animation-duration: 2778ms; animation-duration: 2778ms; } .staff .note-interval.ni-sustain-2779::after { -webkit-animation-duration: 2779ms; animation-duration: 2779ms; } .staff .note-interval.ni-sustain-2780::after { -webkit-animation-duration: 2780ms; animation-duration: 2780ms; } .staff .note-interval.ni-sustain-2781::after { -webkit-animation-duration: 2781ms; animation-duration: 2781ms; } .staff .note-interval.ni-sustain-2782::after { -webkit-animation-duration: 2782ms; animation-duration: 2782ms; } .staff .note-interval.ni-sustain-2783::after { -webkit-animation-duration: 2783ms; animation-duration: 2783ms; } .staff .note-interval.ni-sustain-2784::after { -webkit-animation-duration: 2784ms; animation-duration: 2784ms; } .staff .note-interval.ni-sustain-2785::after { -webkit-animation-duration: 2785ms; animation-duration: 2785ms; } .staff .note-interval.ni-sustain-2786::after { -webkit-animation-duration: 2786ms; animation-duration: 2786ms; } .staff .note-interval.ni-sustain-2787::after { -webkit-animation-duration: 2787ms; animation-duration: 2787ms; } .staff .note-interval.ni-sustain-2788::after { -webkit-animation-duration: 2788ms; animation-duration: 2788ms; } .staff .note-interval.ni-sustain-2789::after { -webkit-animation-duration: 2789ms; animation-duration: 2789ms; } .staff .note-interval.ni-sustain-2790::after { -webkit-animation-duration: 2790ms; animation-duration: 2790ms; } .staff .note-interval.ni-sustain-2791::after { -webkit-animation-duration: 2791ms; animation-duration: 2791ms; } .staff .note-interval.ni-sustain-2792::after { -webkit-animation-duration: 2792ms; animation-duration: 2792ms; } .staff .note-interval.ni-sustain-2793::after { -webkit-animation-duration: 2793ms; animation-duration: 2793ms; } .staff .note-interval.ni-sustain-2794::after { -webkit-animation-duration: 2794ms; animation-duration: 2794ms; } .staff .note-interval.ni-sustain-2795::after { -webkit-animation-duration: 2795ms; animation-duration: 2795ms; } .staff .note-interval.ni-sustain-2796::after { -webkit-animation-duration: 2796ms; animation-duration: 2796ms; } .staff .note-interval.ni-sustain-2797::after { -webkit-animation-duration: 2797ms; animation-duration: 2797ms; } .staff .note-interval.ni-sustain-2798::after { -webkit-animation-duration: 2798ms; animation-duration: 2798ms; } .staff .note-interval.ni-sustain-2799::after { -webkit-animation-duration: 2799ms; animation-duration: 2799ms; } .staff .note-interval.ni-sustain-2800::after { -webkit-animation-duration: 2800ms; animation-duration: 2800ms; } .staff .note-interval.ni-sustain-2801::after { -webkit-animation-duration: 2801ms; animation-duration: 2801ms; } .staff .note-interval.ni-sustain-2802::after { -webkit-animation-duration: 2802ms; animation-duration: 2802ms; } .staff .note-interval.ni-sustain-2803::after { -webkit-animation-duration: 2803ms; animation-duration: 2803ms; } .staff .note-interval.ni-sustain-2804::after { -webkit-animation-duration: 2804ms; animation-duration: 2804ms; } .staff .note-interval.ni-sustain-2805::after { -webkit-animation-duration: 2805ms; animation-duration: 2805ms; } .staff .note-interval.ni-sustain-2806::after { -webkit-animation-duration: 2806ms; animation-duration: 2806ms; } .staff .note-interval.ni-sustain-2807::after { -webkit-animation-duration: 2807ms; animation-duration: 2807ms; } .staff .note-interval.ni-sustain-2808::after { -webkit-animation-duration: 2808ms; animation-duration: 2808ms; } .staff .note-interval.ni-sustain-2809::after { -webkit-animation-duration: 2809ms; animation-duration: 2809ms; } .staff .note-interval.ni-sustain-2810::after { -webkit-animation-duration: 2810ms; animation-duration: 2810ms; } .staff .note-interval.ni-sustain-2811::after { -webkit-animation-duration: 2811ms; animation-duration: 2811ms; } .staff .note-interval.ni-sustain-2812::after { -webkit-animation-duration: 2812ms; animation-duration: 2812ms; } .staff .note-interval.ni-sustain-2813::after { -webkit-animation-duration: 2813ms; animation-duration: 2813ms; } .staff .note-interval.ni-sustain-2814::after { -webkit-animation-duration: 2814ms; animation-duration: 2814ms; } .staff .note-interval.ni-sustain-2815::after { -webkit-animation-duration: 2815ms; animation-duration: 2815ms; } .staff .note-interval.ni-sustain-2816::after { -webkit-animation-duration: 2816ms; animation-duration: 2816ms; } .staff .note-interval.ni-sustain-2817::after { -webkit-animation-duration: 2817ms; animation-duration: 2817ms; } .staff .note-interval.ni-sustain-2818::after { -webkit-animation-duration: 2818ms; animation-duration: 2818ms; } .staff .note-interval.ni-sustain-2819::after { -webkit-animation-duration: 2819ms; animation-duration: 2819ms; } .staff .note-interval.ni-sustain-2820::after { -webkit-animation-duration: 2820ms; animation-duration: 2820ms; } .staff .note-interval.ni-sustain-2821::after { -webkit-animation-duration: 2821ms; animation-duration: 2821ms; } .staff .note-interval.ni-sustain-2822::after { -webkit-animation-duration: 2822ms; animation-duration: 2822ms; } .staff .note-interval.ni-sustain-2823::after { -webkit-animation-duration: 2823ms; animation-duration: 2823ms; } .staff .note-interval.ni-sustain-2824::after { -webkit-animation-duration: 2824ms; animation-duration: 2824ms; } .staff .note-interval.ni-sustain-2825::after { -webkit-animation-duration: 2825ms; animation-duration: 2825ms; } .staff .note-interval.ni-sustain-2826::after { -webkit-animation-duration: 2826ms; animation-duration: 2826ms; } .staff .note-interval.ni-sustain-2827::after { -webkit-animation-duration: 2827ms; animation-duration: 2827ms; } .staff .note-interval.ni-sustain-2828::after { -webkit-animation-duration: 2828ms; animation-duration: 2828ms; } .staff .note-interval.ni-sustain-2829::after { -webkit-animation-duration: 2829ms; animation-duration: 2829ms; } .staff .note-interval.ni-sustain-2830::after { -webkit-animation-duration: 2830ms; animation-duration: 2830ms; } .staff .note-interval.ni-sustain-2831::after { -webkit-animation-duration: 2831ms; animation-duration: 2831ms; } .staff .note-interval.ni-sustain-2832::after { -webkit-animation-duration: 2832ms; animation-duration: 2832ms; } .staff .note-interval.ni-sustain-2833::after { -webkit-animation-duration: 2833ms; animation-duration: 2833ms; } .staff .note-interval.ni-sustain-2834::after { -webkit-animation-duration: 2834ms; animation-duration: 2834ms; } .staff .note-interval.ni-sustain-2835::after { -webkit-animation-duration: 2835ms; animation-duration: 2835ms; } .staff .note-interval.ni-sustain-2836::after { -webkit-animation-duration: 2836ms; animation-duration: 2836ms; } .staff .note-interval.ni-sustain-2837::after { -webkit-animation-duration: 2837ms; animation-duration: 2837ms; } .staff .note-interval.ni-sustain-2838::after { -webkit-animation-duration: 2838ms; animation-duration: 2838ms; } .staff .note-interval.ni-sustain-2839::after { -webkit-animation-duration: 2839ms; animation-duration: 2839ms; } .staff .note-interval.ni-sustain-2840::after { -webkit-animation-duration: 2840ms; animation-duration: 2840ms; } .staff .note-interval.ni-sustain-2841::after { -webkit-animation-duration: 2841ms; animation-duration: 2841ms; } .staff .note-interval.ni-sustain-2842::after { -webkit-animation-duration: 2842ms; animation-duration: 2842ms; } .staff .note-interval.ni-sustain-2843::after { -webkit-animation-duration: 2843ms; animation-duration: 2843ms; } .staff .note-interval.ni-sustain-2844::after { -webkit-animation-duration: 2844ms; animation-duration: 2844ms; } .staff .note-interval.ni-sustain-2845::after { -webkit-animation-duration: 2845ms; animation-duration: 2845ms; } .staff .note-interval.ni-sustain-2846::after { -webkit-animation-duration: 2846ms; animation-duration: 2846ms; } .staff .note-interval.ni-sustain-2847::after { -webkit-animation-duration: 2847ms; animation-duration: 2847ms; } .staff .note-interval.ni-sustain-2848::after { -webkit-animation-duration: 2848ms; animation-duration: 2848ms; } .staff .note-interval.ni-sustain-2849::after { -webkit-animation-duration: 2849ms; animation-duration: 2849ms; } .staff .note-interval.ni-sustain-2850::after { -webkit-animation-duration: 2850ms; animation-duration: 2850ms; } .staff .note-interval.ni-sustain-2851::after { -webkit-animation-duration: 2851ms; animation-duration: 2851ms; } .staff .note-interval.ni-sustain-2852::after { -webkit-animation-duration: 2852ms; animation-duration: 2852ms; } .staff .note-interval.ni-sustain-2853::after { -webkit-animation-duration: 2853ms; animation-duration: 2853ms; } .staff .note-interval.ni-sustain-2854::after { -webkit-animation-duration: 2854ms; animation-duration: 2854ms; } .staff .note-interval.ni-sustain-2855::after { -webkit-animation-duration: 2855ms; animation-duration: 2855ms; } .staff .note-interval.ni-sustain-2856::after { -webkit-animation-duration: 2856ms; animation-duration: 2856ms; } .staff .note-interval.ni-sustain-2857::after { -webkit-animation-duration: 2857ms; animation-duration: 2857ms; } .staff .note-interval.ni-sustain-2858::after { -webkit-animation-duration: 2858ms; animation-duration: 2858ms; } .staff .note-interval.ni-sustain-2859::after { -webkit-animation-duration: 2859ms; animation-duration: 2859ms; } .staff .note-interval.ni-sustain-2860::after { -webkit-animation-duration: 2860ms; animation-duration: 2860ms; } .staff .note-interval.ni-sustain-2861::after { -webkit-animation-duration: 2861ms; animation-duration: 2861ms; } .staff .note-interval.ni-sustain-2862::after { -webkit-animation-duration: 2862ms; animation-duration: 2862ms; } .staff .note-interval.ni-sustain-2863::after { -webkit-animation-duration: 2863ms; animation-duration: 2863ms; } .staff .note-interval.ni-sustain-2864::after { -webkit-animation-duration: 2864ms; animation-duration: 2864ms; } .staff .note-interval.ni-sustain-2865::after { -webkit-animation-duration: 2865ms; animation-duration: 2865ms; } .staff .note-interval.ni-sustain-2866::after { -webkit-animation-duration: 2866ms; animation-duration: 2866ms; } .staff .note-interval.ni-sustain-2867::after { -webkit-animation-duration: 2867ms; animation-duration: 2867ms; } .staff .note-interval.ni-sustain-2868::after { -webkit-animation-duration: 2868ms; animation-duration: 2868ms; } .staff .note-interval.ni-sustain-2869::after { -webkit-animation-duration: 2869ms; animation-duration: 2869ms; } .staff .note-interval.ni-sustain-2870::after { -webkit-animation-duration: 2870ms; animation-duration: 2870ms; } .staff .note-interval.ni-sustain-2871::after { -webkit-animation-duration: 2871ms; animation-duration: 2871ms; } .staff .note-interval.ni-sustain-2872::after { -webkit-animation-duration: 2872ms; animation-duration: 2872ms; } .staff .note-interval.ni-sustain-2873::after { -webkit-animation-duration: 2873ms; animation-duration: 2873ms; } .staff .note-interval.ni-sustain-2874::after { -webkit-animation-duration: 2874ms; animation-duration: 2874ms; } .staff .note-interval.ni-sustain-2875::after { -webkit-animation-duration: 2875ms; animation-duration: 2875ms; } .staff .note-interval.ni-sustain-2876::after { -webkit-animation-duration: 2876ms; animation-duration: 2876ms; } .staff .note-interval.ni-sustain-2877::after { -webkit-animation-duration: 2877ms; animation-duration: 2877ms; } .staff .note-interval.ni-sustain-2878::after { -webkit-animation-duration: 2878ms; animation-duration: 2878ms; } .staff .note-interval.ni-sustain-2879::after { -webkit-animation-duration: 2879ms; animation-duration: 2879ms; } .staff .note-interval.ni-sustain-2880::after { -webkit-animation-duration: 2880ms; animation-duration: 2880ms; } .staff .note-interval.ni-sustain-2881::after { -webkit-animation-duration: 2881ms; animation-duration: 2881ms; } .staff .note-interval.ni-sustain-2882::after { -webkit-animation-duration: 2882ms; animation-duration: 2882ms; } .staff .note-interval.ni-sustain-2883::after { -webkit-animation-duration: 2883ms; animation-duration: 2883ms; } .staff .note-interval.ni-sustain-2884::after { -webkit-animation-duration: 2884ms; animation-duration: 2884ms; } .staff .note-interval.ni-sustain-2885::after { -webkit-animation-duration: 2885ms; animation-duration: 2885ms; } .staff .note-interval.ni-sustain-2886::after { -webkit-animation-duration: 2886ms; animation-duration: 2886ms; } .staff .note-interval.ni-sustain-2887::after { -webkit-animation-duration: 2887ms; animation-duration: 2887ms; } .staff .note-interval.ni-sustain-2888::after { -webkit-animation-duration: 2888ms; animation-duration: 2888ms; } .staff .note-interval.ni-sustain-2889::after { -webkit-animation-duration: 2889ms; animation-duration: 2889ms; } .staff .note-interval.ni-sustain-2890::after { -webkit-animation-duration: 2890ms; animation-duration: 2890ms; } .staff .note-interval.ni-sustain-2891::after { -webkit-animation-duration: 2891ms; animation-duration: 2891ms; } .staff .note-interval.ni-sustain-2892::after { -webkit-animation-duration: 2892ms; animation-duration: 2892ms; } .staff .note-interval.ni-sustain-2893::after { -webkit-animation-duration: 2893ms; animation-duration: 2893ms; } .staff .note-interval.ni-sustain-2894::after { -webkit-animation-duration: 2894ms; animation-duration: 2894ms; } .staff .note-interval.ni-sustain-2895::after { -webkit-animation-duration: 2895ms; animation-duration: 2895ms; } .staff .note-interval.ni-sustain-2896::after { -webkit-animation-duration: 2896ms; animation-duration: 2896ms; } .staff .note-interval.ni-sustain-2897::after { -webkit-animation-duration: 2897ms; animation-duration: 2897ms; } .staff .note-interval.ni-sustain-2898::after { -webkit-animation-duration: 2898ms; animation-duration: 2898ms; } .staff .note-interval.ni-sustain-2899::after { -webkit-animation-duration: 2899ms; animation-duration: 2899ms; } .staff .note-interval.ni-sustain-2900::after { -webkit-animation-duration: 2900ms; animation-duration: 2900ms; } .staff .note-interval.ni-sustain-2901::after { -webkit-animation-duration: 2901ms; animation-duration: 2901ms; } .staff .note-interval.ni-sustain-2902::after { -webkit-animation-duration: 2902ms; animation-duration: 2902ms; } .staff .note-interval.ni-sustain-2903::after { -webkit-animation-duration: 2903ms; animation-duration: 2903ms; } .staff .note-interval.ni-sustain-2904::after { -webkit-animation-duration: 2904ms; animation-duration: 2904ms; } .staff .note-interval.ni-sustain-2905::after { -webkit-animation-duration: 2905ms; animation-duration: 2905ms; } .staff .note-interval.ni-sustain-2906::after { -webkit-animation-duration: 2906ms; animation-duration: 2906ms; } .staff .note-interval.ni-sustain-2907::after { -webkit-animation-duration: 2907ms; animation-duration: 2907ms; } .staff .note-interval.ni-sustain-2908::after { -webkit-animation-duration: 2908ms; animation-duration: 2908ms; } .staff .note-interval.ni-sustain-2909::after { -webkit-animation-duration: 2909ms; animation-duration: 2909ms; } .staff .note-interval.ni-sustain-2910::after { -webkit-animation-duration: 2910ms; animation-duration: 2910ms; } .staff .note-interval.ni-sustain-2911::after { -webkit-animation-duration: 2911ms; animation-duration: 2911ms; } .staff .note-interval.ni-sustain-2912::after { -webkit-animation-duration: 2912ms; animation-duration: 2912ms; } .staff .note-interval.ni-sustain-2913::after { -webkit-animation-duration: 2913ms; animation-duration: 2913ms; } .staff .note-interval.ni-sustain-2914::after { -webkit-animation-duration: 2914ms; animation-duration: 2914ms; } .staff .note-interval.ni-sustain-2915::after { -webkit-animation-duration: 2915ms; animation-duration: 2915ms; } .staff .note-interval.ni-sustain-2916::after { -webkit-animation-duration: 2916ms; animation-duration: 2916ms; } .staff .note-interval.ni-sustain-2917::after { -webkit-animation-duration: 2917ms; animation-duration: 2917ms; } .staff .note-interval.ni-sustain-2918::after { -webkit-animation-duration: 2918ms; animation-duration: 2918ms; } .staff .note-interval.ni-sustain-2919::after { -webkit-animation-duration: 2919ms; animation-duration: 2919ms; } .staff .note-interval.ni-sustain-2920::after { -webkit-animation-duration: 2920ms; animation-duration: 2920ms; } .staff .note-interval.ni-sustain-2921::after { -webkit-animation-duration: 2921ms; animation-duration: 2921ms; } .staff .note-interval.ni-sustain-2922::after { -webkit-animation-duration: 2922ms; animation-duration: 2922ms; } .staff .note-interval.ni-sustain-2923::after { -webkit-animation-duration: 2923ms; animation-duration: 2923ms; } .staff .note-interval.ni-sustain-2924::after { -webkit-animation-duration: 2924ms; animation-duration: 2924ms; } .staff .note-interval.ni-sustain-2925::after { -webkit-animation-duration: 2925ms; animation-duration: 2925ms; } .staff .note-interval.ni-sustain-2926::after { -webkit-animation-duration: 2926ms; animation-duration: 2926ms; } .staff .note-interval.ni-sustain-2927::after { -webkit-animation-duration: 2927ms; animation-duration: 2927ms; } .staff .note-interval.ni-sustain-2928::after { -webkit-animation-duration: 2928ms; animation-duration: 2928ms; } .staff .note-interval.ni-sustain-2929::after { -webkit-animation-duration: 2929ms; animation-duration: 2929ms; } .staff .note-interval.ni-sustain-2930::after { -webkit-animation-duration: 2930ms; animation-duration: 2930ms; } .staff .note-interval.ni-sustain-2931::after { -webkit-animation-duration: 2931ms; animation-duration: 2931ms; } .staff .note-interval.ni-sustain-2932::after { -webkit-animation-duration: 2932ms; animation-duration: 2932ms; } .staff .note-interval.ni-sustain-2933::after { -webkit-animation-duration: 2933ms; animation-duration: 2933ms; } .staff .note-interval.ni-sustain-2934::after { -webkit-animation-duration: 2934ms; animation-duration: 2934ms; } .staff .note-interval.ni-sustain-2935::after { -webkit-animation-duration: 2935ms; animation-duration: 2935ms; } .staff .note-interval.ni-sustain-2936::after { -webkit-animation-duration: 2936ms; animation-duration: 2936ms; } .staff .note-interval.ni-sustain-2937::after { -webkit-animation-duration: 2937ms; animation-duration: 2937ms; } .staff .note-interval.ni-sustain-2938::after { -webkit-animation-duration: 2938ms; animation-duration: 2938ms; } .staff .note-interval.ni-sustain-2939::after { -webkit-animation-duration: 2939ms; animation-duration: 2939ms; } .staff .note-interval.ni-sustain-2940::after { -webkit-animation-duration: 2940ms; animation-duration: 2940ms; } .staff .note-interval.ni-sustain-2941::after { -webkit-animation-duration: 2941ms; animation-duration: 2941ms; } .staff .note-interval.ni-sustain-2942::after { -webkit-animation-duration: 2942ms; animation-duration: 2942ms; } .staff .note-interval.ni-sustain-2943::after { -webkit-animation-duration: 2943ms; animation-duration: 2943ms; } .staff .note-interval.ni-sustain-2944::after { -webkit-animation-duration: 2944ms; animation-duration: 2944ms; } .staff .note-interval.ni-sustain-2945::after { -webkit-animation-duration: 2945ms; animation-duration: 2945ms; } .staff .note-interval.ni-sustain-2946::after { -webkit-animation-duration: 2946ms; animation-duration: 2946ms; } .staff .note-interval.ni-sustain-2947::after { -webkit-animation-duration: 2947ms; animation-duration: 2947ms; } .staff .note-interval.ni-sustain-2948::after { -webkit-animation-duration: 2948ms; animation-duration: 2948ms; } .staff .note-interval.ni-sustain-2949::after { -webkit-animation-duration: 2949ms; animation-duration: 2949ms; } .staff .note-interval.ni-sustain-2950::after { -webkit-animation-duration: 2950ms; animation-duration: 2950ms; } .staff .note-interval.ni-sustain-2951::after { -webkit-animation-duration: 2951ms; animation-duration: 2951ms; } .staff .note-interval.ni-sustain-2952::after { -webkit-animation-duration: 2952ms; animation-duration: 2952ms; } .staff .note-interval.ni-sustain-2953::after { -webkit-animation-duration: 2953ms; animation-duration: 2953ms; } .staff .note-interval.ni-sustain-2954::after { -webkit-animation-duration: 2954ms; animation-duration: 2954ms; } .staff .note-interval.ni-sustain-2955::after { -webkit-animation-duration: 2955ms; animation-duration: 2955ms; } .staff .note-interval.ni-sustain-2956::after { -webkit-animation-duration: 2956ms; animation-duration: 2956ms; } .staff .note-interval.ni-sustain-2957::after { -webkit-animation-duration: 2957ms; animation-duration: 2957ms; } .staff .note-interval.ni-sustain-2958::after { -webkit-animation-duration: 2958ms; animation-duration: 2958ms; } .staff .note-interval.ni-sustain-2959::after { -webkit-animation-duration: 2959ms; animation-duration: 2959ms; } .staff .note-interval.ni-sustain-2960::after { -webkit-animation-duration: 2960ms; animation-duration: 2960ms; } .staff .note-interval.ni-sustain-2961::after { -webkit-animation-duration: 2961ms; animation-duration: 2961ms; } .staff .note-interval.ni-sustain-2962::after { -webkit-animation-duration: 2962ms; animation-duration: 2962ms; } .staff .note-interval.ni-sustain-2963::after { -webkit-animation-duration: 2963ms; animation-duration: 2963ms; } .staff .note-interval.ni-sustain-2964::after { -webkit-animation-duration: 2964ms; animation-duration: 2964ms; } .staff .note-interval.ni-sustain-2965::after { -webkit-animation-duration: 2965ms; animation-duration: 2965ms; } .staff .note-interval.ni-sustain-2966::after { -webkit-animation-duration: 2966ms; animation-duration: 2966ms; } .staff .note-interval.ni-sustain-2967::after { -webkit-animation-duration: 2967ms; animation-duration: 2967ms; } .staff .note-interval.ni-sustain-2968::after { -webkit-animation-duration: 2968ms; animation-duration: 2968ms; } .staff .note-interval.ni-sustain-2969::after { -webkit-animation-duration: 2969ms; animation-duration: 2969ms; } .staff .note-interval.ni-sustain-2970::after { -webkit-animation-duration: 2970ms; animation-duration: 2970ms; } .staff .note-interval.ni-sustain-2971::after { -webkit-animation-duration: 2971ms; animation-duration: 2971ms; } .staff .note-interval.ni-sustain-2972::after { -webkit-animation-duration: 2972ms; animation-duration: 2972ms; } .staff .note-interval.ni-sustain-2973::after { -webkit-animation-duration: 2973ms; animation-duration: 2973ms; } .staff .note-interval.ni-sustain-2974::after { -webkit-animation-duration: 2974ms; animation-duration: 2974ms; } .staff .note-interval.ni-sustain-2975::after { -webkit-animation-duration: 2975ms; animation-duration: 2975ms; } .staff .note-interval.ni-sustain-2976::after { -webkit-animation-duration: 2976ms; animation-duration: 2976ms; } .staff .note-interval.ni-sustain-2977::after { -webkit-animation-duration: 2977ms; animation-duration: 2977ms; } .staff .note-interval.ni-sustain-2978::after { -webkit-animation-duration: 2978ms; animation-duration: 2978ms; } .staff .note-interval.ni-sustain-2979::after { -webkit-animation-duration: 2979ms; animation-duration: 2979ms; } .staff .note-interval.ni-sustain-2980::after { -webkit-animation-duration: 2980ms; animation-duration: 2980ms; } .staff .note-interval.ni-sustain-2981::after { -webkit-animation-duration: 2981ms; animation-duration: 2981ms; } .staff .note-interval.ni-sustain-2982::after { -webkit-animation-duration: 2982ms; animation-duration: 2982ms; } .staff .note-interval.ni-sustain-2983::after { -webkit-animation-duration: 2983ms; animation-duration: 2983ms; } .staff .note-interval.ni-sustain-2984::after { -webkit-animation-duration: 2984ms; animation-duration: 2984ms; } .staff .note-interval.ni-sustain-2985::after { -webkit-animation-duration: 2985ms; animation-duration: 2985ms; } .staff .note-interval.ni-sustain-2986::after { -webkit-animation-duration: 2986ms; animation-duration: 2986ms; } .staff .note-interval.ni-sustain-2987::after { -webkit-animation-duration: 2987ms; animation-duration: 2987ms; } .staff .note-interval.ni-sustain-2988::after { -webkit-animation-duration: 2988ms; animation-duration: 2988ms; } .staff .note-interval.ni-sustain-2989::after { -webkit-animation-duration: 2989ms; animation-duration: 2989ms; } .staff .note-interval.ni-sustain-2990::after { -webkit-animation-duration: 2990ms; animation-duration: 2990ms; } .staff .note-interval.ni-sustain-2991::after { -webkit-animation-duration: 2991ms; animation-duration: 2991ms; } .staff .note-interval.ni-sustain-2992::after { -webkit-animation-duration: 2992ms; animation-duration: 2992ms; } .staff .note-interval.ni-sustain-2993::after { -webkit-animation-duration: 2993ms; animation-duration: 2993ms; } .staff .note-interval.ni-sustain-2994::after { -webkit-animation-duration: 2994ms; animation-duration: 2994ms; } .staff .note-interval.ni-sustain-2995::after { -webkit-animation-duration: 2995ms; animation-duration: 2995ms; } .staff .note-interval.ni-sustain-2996::after { -webkit-animation-duration: 2996ms; animation-duration: 2996ms; } .staff .note-interval.ni-sustain-2997::after { -webkit-animation-duration: 2997ms; animation-duration: 2997ms; } .staff .note-interval.ni-sustain-2998::after { -webkit-animation-duration: 2998ms; animation-duration: 2998ms; } .staff .note-interval.ni-sustain-2999::after { -webkit-animation-duration: 2999ms; animation-duration: 2999ms; } .staff .note-interval.ni-sustain-3000::after { -webkit-animation-duration: 3000ms; animation-duration: 3000ms; } .staff.treble .note-interval.ni-1 { color: #33eeff; background-color: #33eeff; } .staff.treble .note-interval.ni-1::after { background-color: #33eeff; } .staff.treble .note-interval.ni-2 { color: #33ddff; background-color: #33ddff; } .staff.treble .note-interval.ni-2::after { background-color: #33ddff; } .staff.treble .note-interval.ni-3 { color: #33ccff; background-color: #33ccff; } .staff.treble .note-interval.ni-3::after { background-color: #33ccff; } .staff.treble .note-interval.ni-4 { color: #33bbff; background-color: #33bbff; } .staff.treble .note-interval.ni-4::after { background-color: #33bbff; } .staff.treble .note-interval.ni-5 { color: #33aaff; background-color: #33aaff; } .staff.treble .note-interval.ni-5::after { background-color: #33aaff; } .staff.treble .note-interval.ni-6 { color: #3399ff; background-color: #3399ff; } .staff.treble .note-interval.ni-6::after { background-color: #3399ff; } .staff.treble .note-interval.ni-7 { color: #3388ff; background-color: #3388ff; } .staff.treble .note-interval.ni-7::after { background-color: #3388ff; } .staff.treble .note-interval.ni-8 { color: #3377ff; background-color: #3377ff; } .staff.treble .note-interval.ni-8::after { background-color: #3377ff; } .staff.treble .note-interval.ni-9 { color: #3366ff; background-color: #3366ff; } .staff.treble .note-interval.ni-9::after { background-color: #3366ff; } .staff.treble .note-interval.ni-10 { color: #3355ff; background-color: #3355ff; } .staff.treble .note-interval.ni-10::after { background-color: #3355ff; } .staff.treble .note-interval.ni-11 { color: #3344ff; background-color: #3344ff; } .staff.treble .note-interval.ni-11::after { background-color: #3344ff; } .staff.treble .note-interval.ni-12 { color: #3333ff; background-color: #3333ff; } .staff.treble .note-interval.ni-12::after { background-color: #3333ff; } .staff.treble .note-interval.ni-13 { color: #4433ff; background-color: #4433ff; } .staff.treble .note-interval.ni-13::after { background-color: #4433ff; } .staff.treble .note-interval.ni-14 { color: #5533ff; background-color: #5533ff; } .staff.treble .note-interval.ni-14::after { background-color: #5533ff; } .staff.treble .note-interval.ni-15 { color: #6633ff; background-color: #6633ff; } .staff.treble .note-interval.ni-15::after { background-color: #6633ff; } .staff.treble .note-interval.ni-16 { color: #7733ff; background-color: #7733ff; } .staff.treble .note-interval.ni-16::after { background-color: #7733ff; } .staff.treble .note-interval.ni-17 { color: #8833ff; background-color: #8833ff; } .staff.treble .note-interval.ni-17::after { background-color: #8833ff; } .staff.treble .note-interval.ni-18 { color: #9933ff; background-color: #9933ff; } .staff.treble .note-interval.ni-18::after { background-color: #9933ff; } .staff.treble .note-interval.ni-19 { color: #aa33ff; background-color: #aa33ff; } .staff.treble .note-interval.ni-19::after { background-color: #aa33ff; } .staff.treble .note-interval.ni-20 { color: #bb33ff; background-color: #bb33ff; } .staff.treble .note-interval.ni-20::after { background-color: #bb33ff; } .staff.treble .note-interval.ni-21 { color: #cc33ff; background-color: #cc33ff; } .staff.treble .note-interval.ni-21::after { background-color: #cc33ff; } .staff.treble .note-interval.ni-22 { color: #dd33ff; background-color: #dd33ff; } .staff.treble .note-interval.ni-22::after { background-color: #dd33ff; } .staff.treble .note-interval.ni-23 { color: #ee33ff; background-color: #ee33ff; } .staff.treble .note-interval.ni-23::after { background-color: #ee33ff; } .staff.treble .note-interval.ni-24 { color: #ff33ff; background-color: #ff33ff; } .staff.treble .note-interval.ni-24::after { background-color: #ff33ff; } .staff.treble .note-interval.ni-25 { color: #ff33ee; background-color: #ff33ee; } .staff.treble .note-interval.ni-25::after { background-color: #ff33ee; } .staff.treble .note-interval.ni-26 { color: #ff33dd; background-color: #ff33dd; } .staff.treble .note-interval.ni-26::after { background-color: #ff33dd; } .staff.treble .note-interval.ni-27 { color: #ff33cc; background-color: #ff33cc; } .staff.treble .note-interval.ni-27::after { background-color: #ff33cc; } .staff.treble .note-interval.ni-28 { color: #ff33bb; background-color: #ff33bb; } .staff.treble .note-interval.ni-28::after { background-color: #ff33bb; } .staff.treble .note-interval.ni-29 { color: #ff33aa; background-color: #ff33aa; } .staff.treble .note-interval.ni-29::after { background-color: #ff33aa; } .staff.treble .note-interval.ni-30 { color: #ff3399; background-color: #ff3399; } .staff.treble .note-interval.ni-30::after { background-color: #ff3399; } .staff.treble .note-interval.ni-31 { color: #ff3388; background-color: #ff3388; } .staff.treble .note-interval.ni-31::after { background-color: #ff3388; } .staff.treble .note-interval.ni-32 { color: #ff3377; background-color: #ff3377; } .staff.treble .note-interval.ni-32::after { background-color: #ff3377; } .staff.treble .note-interval.ni-33 { color: #ff3366; background-color: #ff3366; } .staff.treble .note-interval.ni-33::after { background-color: #ff3366; } .staff.treble .note-interval.ni-34 { color: #ff3355; background-color: #ff3355; } .staff.treble .note-interval.ni-34::after { background-color: #ff3355; } .staff.treble .note-interval.ni-35 { color: #ff3344; background-color: #ff3344; } .staff.treble .note-interval.ni-35::after { background-color: #ff3344; } .staff.treble .note-interval.ni-36 { color: #ff3333; background-color: #ff3333; } .staff.treble .note-interval.ni-36::after { background-color: #ff3333; } .staff.bass .note-interval.ni-1 { color: #ff4433; background-color: #ff4433; } .staff.bass .note-interval.ni-1::after { background-color: #ff4433; } .staff.bass .note-interval.ni-2 { color: #ff5533; background-color: #ff5533; } .staff.bass .note-interval.ni-2::after { background-color: #ff5533; } .staff.bass .note-interval.ni-3 { color: #ff6633; background-color: #ff6633; } .staff.bass .note-interval.ni-3::after { background-color: #ff6633; } .staff.bass .note-interval.ni-4 { color: #ff7733; background-color: #ff7733; } .staff.bass .note-interval.ni-4::after { background-color: #ff7733; } .staff.bass .note-interval.ni-5 { color: #ff8833; background-color: #ff8833; } .staff.bass .note-interval.ni-5::after { background-color: #ff8833; } .staff.bass .note-interval.ni-6 { color: #ff9933; background-color: #ff9933; } .staff.bass .note-interval.ni-6::after { background-color: #ff9933; } .staff.bass .note-interval.ni-7 { color: #ffaa33; background-color: #ffaa33; } .staff.bass .note-interval.ni-7::after { background-color: #ffaa33; } .staff.bass .note-interval.ni-8 { color: #ffbb33; background-color: #ffbb33; } .staff.bass .note-interval.ni-8::after { background-color: #ffbb33; } .staff.bass .note-interval.ni-9 { color: #ffcc33; background-color: #ffcc33; } .staff.bass .note-interval.ni-9::after { background-color: #ffcc33; } .staff.bass .note-interval.ni-10 { color: #ffdd33; background-color: #ffdd33; } .staff.bass .note-interval.ni-10::after { background-color: #ffdd33; } .staff.bass .note-interval.ni-11 { color: #ffee33; background-color: #ffee33; } .staff.bass .note-interval.ni-11::after { background-color: #ffee33; } .staff.bass .note-interval.ni-12 { color: #ffff33; background-color: #ffff33; } .staff.bass .note-interval.ni-12::after { background-color: #ffff33; } .staff.bass .note-interval.ni-13 { color: #eeff33; background-color: #eeff33; } .staff.bass .note-interval.ni-13::after { background-color: #eeff33; } .staff.bass .note-interval.ni-14 { color: #ddff33; background-color: #ddff33; } .staff.bass .note-interval.ni-14::after { background-color: #ddff33; } .staff.bass .note-interval.ni-15 { color: #ccff33; background-color: #ccff33; } .staff.bass .note-interval.ni-15::after { background-color: #ccff33; } .staff.bass .note-interval.ni-16 { color: #bbff33; background-color: #bbff33; } .staff.bass .note-interval.ni-16::after { background-color: #bbff33; } .staff.bass .note-interval.ni-17 { color: #aaff33; background-color: #aaff33; } .staff.bass .note-interval.ni-17::after { background-color: #aaff33; } .staff.bass .note-interval.ni-18 { color: #99ff33; background-color: #99ff33; } .staff.bass .note-interval.ni-18::after { background-color: #99ff33; } .staff.bass .note-interval.ni-19 { color: #88ff33; background-color: #88ff33; } .staff.bass .note-interval.ni-19::after { background-color: #88ff33; } .staff.bass .note-interval.ni-20 { color: #77ff33; background-color: #77ff33; } .staff.bass .note-interval.ni-20::after { background-color: #77ff33; } .staff.bass .note-interval.ni-21 { color: #66ff33; background-color: #66ff33; } .staff.bass .note-interval.ni-21::after { background-color: #66ff33; } .staff.bass .note-interval.ni-22 { color: #55ff33; background-color: #55ff33; } .staff.bass .note-interval.ni-22::after { background-color: #55ff33; } .staff.bass .note-interval.ni-23 { color: #44ff33; background-color: #44ff33; } .staff.bass .note-interval.ni-23::after { background-color: #44ff33; } .staff.bass .note-interval.ni-24 { color: #33ff33; background-color: #33ff33; } .staff.bass .note-interval.ni-24::after { background-color: #33ff33; } .staff.bass .note-interval.ni-25 { color: #33ff44; background-color: #33ff44; } .staff.bass .note-interval.ni-25::after { background-color: #33ff44; } .staff.bass .note-interval.ni-26 { color: #33ff55; background-color: #33ff55; } .staff.bass .note-interval.ni-26::after { background-color: #33ff55; } .staff.bass .note-interval.ni-27 { color: #33ff66; background-color: #33ff66; } .staff.bass .note-interval.ni-27::after { background-color: #33ff66; } .staff.bass .note-interval.ni-28 { color: #33ff77; background-color: #33ff77; } .staff.bass .note-interval.ni-28::after { background-color: #33ff77; } .staff.bass .note-interval.ni-29 { color: #33ff88; background-color: #33ff88; } .staff.bass .note-interval.ni-29::after { background-color: #33ff88; } .staff.bass .note-interval.ni-30 { color: #33ff99; background-color: #33ff99; } .staff.bass .note-interval.ni-30::after { background-color: #33ff99; } .staff.bass .note-interval.ni-31 { color: #33ffaa; background-color: #33ffaa; } .staff.bass .note-interval.ni-31::after { background-color: #33ffaa; } .staff.bass .note-interval.ni-32 { color: #33ffbb; background-color: #33ffbb; } .staff.bass .note-interval.ni-32::after { background-color: #33ffbb; } .staff.bass .note-interval.ni-33 { color: #33ffcc; background-color: #33ffcc; } .staff.bass .note-interval.ni-33::after { background-color: #33ffcc; } .staff.bass .note-interval.ni-34 { color: #33ffdd; background-color: #33ffdd; } .staff.bass .note-interval.ni-34::after { background-color: #33ffdd; } .staff.bass .note-interval.ni-35 { color: #33ffee; background-color: #33ffee; } .staff.bass .note-interval.ni-35::after { background-color: #33ffee; } .staff.bass .note-interval.ni-36 { color: #33ffff; background-color: #33ffff; } .staff.bass .note-interval.ni-36::after { background-color: #33ffff; } .staff .beat { display: block; float: left; height: 100%; position: relative; } .staff .beat::after { content: ''; position: absolute; top: 0; bottom: 0; right: 0; border-right: 1px solid rgba(255, 255, 255, 0.05); } .staff .beat:first-child::before { content: ''; position: absolute; top: 0; bottom: 0; left: 0; border-left: 1px solid rgba(255, 255, 255, 0.15); } .staff .beat.chord .note-interval { display: block; position: absolute; height: 4px; left: 0; border-radius: 0%; -webkit-transition: height 100ms, box-shadow 100ms ease-out; transition: height 100ms, box-shadow 100ms ease-out; -webkit-transition: opacity 400ms; transition: opacity 400ms; -webkit-transform: translate3d(0, -50%, 0); transform: translate3d(0, -50%, 0); opacity: 0.5; z-index: 1; } .staff .beat.chord .note-interval::after { content: ''; -webkit-animation-timing-function: linear; animation-timing-function: linear; position: absolute; color: inherit; } .staff .beat.active .note-interval { opacity: 1; -webkit-transition: opacity 400ms; transition: opacity 400ms; } .staff .beat.active .note-interval::after { -webkit-animation-name: zip; animation-name: zip; height: 8px; top: -2px; } @-webkit-keyframes zip { 0% { width: 0; } 100% { width: 100%; } } @keyframes zip { 0% { width: 0; } 100% { width: 100%; } } .grid-lines { z-index: 1; } .grid-lines .gl-staff { height: 200px; position: absolute; left: 2em; right: 2em; top: 2em; } .grid-lines .gl-staff.gl-staff-1 { top: calc(2em + 200px); } .grid-lines .gl-staff .gl-octave { height: 66.66667px; width: 100%; display: block; position: relative; } .grid-lines .gl-staff .gl-octave .gl-interval { border-bottom: 1px dotted rgba(255, 255, 255, 0.1); width: 100%; position: absolute; left: 0; } .grid-lines .gl-staff .gl-octave .gl-interval:nth-child(1) { top: 0%; } .grid-lines .gl-staff .gl-octave .gl-interval:nth-child(2) { top: 8.33333%; } .grid-lines .gl-staff .gl-octave .gl-interval:nth-child(3) { top: 16.66667%; } .grid-lines .gl-staff .gl-octave .gl-interval:nth-child(4) { top: 25%; } .grid-lines .gl-staff .gl-octave .gl-interval:nth-child(4) { border-bottom: 1px dotted rgba(255, 255, 255, 0.3); } .grid-lines .gl-staff .gl-octave .gl-interval:nth-child(5) { top: 33.33333%; } .grid-lines .gl-staff .gl-octave .gl-interval:nth-child(6) { top: 41.66667%; } .grid-lines .gl-staff .gl-octave .gl-interval:nth-child(7) { top: 50%; } .grid-lines .gl-staff .gl-octave .gl-interval:nth-child(8) { top: 58.33333%; } .grid-lines .gl-staff .gl-octave .gl-interval:nth-child(8) { border-bottom: 1px dotted rgba(255, 255, 255, 0.3); } .grid-lines .gl-staff .gl-octave .gl-interval:nth-child(9) { top: 66.66667%; } .grid-lines .gl-staff .gl-octave .gl-interval:nth-child(10) { top: 75%; } .grid-lines .gl-staff .gl-octave .gl-interval:nth-child(11) { top: 83.33333%; } .grid-lines .gl-staff .gl-octave .gl-interval:nth-child(12) { top: 91.66667%; } .grid-lines .gl-staff .gl-octave .gl-interval:nth-child(12) { border-bottom: 1px dotted rgba(255, 255, 255, 0.3); } .editor-canvas { position: fixed; top: 0; bottom: 0; left: 0; right: 0; padding: 0; z-index: 9; background-color: rgba(16, 16, 16, 0.9); overflow: scroll; } .editor-canvas.ng-enter { -webkit-animation: slide-up 250ms; animation: slide-up 250ms; } .editor-canvas.ng-leave { -webkit-animation: slide-down 250ms; animation: slide-down 250ms; } .editor-menu { text-align: center; } .editor-menu ul { list-style: none; padding: 0; } .editor-menu ul li { display: inline-block; border-right: 1px solid #101010; text-transform: uppercase; letter-spacing: 0.1em; } .editor-menu ul li:first-child { border-left: 1px solid #101010; } @-webkit-keyframes slide-up { from { top: 100%; bottom: -100%; } to { top: 0; bottom: 0; } } @keyframes slide-up { from { top: 100%; bottom: -100%; } to { top: 0; bottom: 0; } } @-webkit-keyframes slide-down { from { top: 0; bottom: 0; } to { top: 100%; bottom: -100%; } } @keyframes slide-down { from { top: 0; bottom: 0; } to { top: 100%; bottom: -100%; } } .button-about { position: fixed; top: 0; right: 0; z-index: 9999; padding: 1em; background-color: rgba(217, 217, 217, 0.2); color: #101010; font-weight: 400; } .button-about:hover, .button-about:active { background-color: #d9d9d9; } .about-wrapper { height: 300px; z-index: 9998; position: fixed; padding: 4em 2em; box-sizing: border-box; left: 0; right: 0; text-align: center; background-color: rgba(16, 16, 16, 0.95); border-bottom: 1px solid rgba(255, 255, 255, 0.2); } .about-wrapper.ng-enter { -webkit-animation: slide-about-down 250ms linear; animation: slide-about-down 250ms linear; } .about-wrapper.ng-leave { -webkit-animation: slide-about-up 250ms linear; animation: slide-about-up 250ms linear; } .about-wrapper h1 { font-weight: 300; font-size: 2em; border-bottom: 1px solid rgba(255, 255, 255, 0.2); padding-bottom: 0.5em; margin-bottom: 0.5em; } .about-wrapper ul { list-style: none; padding: 0; margin: 0; } .about-wrapper ul li { font-size: 1.2em; font-weight: 300; margin-bottom: 0.75em; } .about-wrapper ul a { text-decoration: underline; } @-webkit-keyframes slide-about-down { from { top: -300px; } to { top: 0; } } @keyframes slide-about-down { from { top: -300px; } to { top: 0; } } @-webkit-keyframes slide-about-up { from { top: 0; } to { top: -300px; } } @keyframes slide-about-up { from { top: 0; } to { top: -300px; } }
src/styles/main.css
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700); h1, h2, h3, h4, h5 { margin: 0; } h1, h2, h3 { text-transform: uppercase; letter-spacing: 0.1em; } h1 small, h2 small, h3 small { font-size: 0.5em; } h1.masthead { font-size: 2em; text-align: center; font-weight: 300; padding: 2em 0 0; } body { font-family: "Lato", "Helvetica Neue LT Pro", Helvetica, sans-serif; margin: 0; background-color: #101010; background: -webkit-linear-gradient(45deg, black 0%, #0d0d0d 100%); background: linear-gradient(45deg, black 0%, #0d0d0d 100%); font-weight: 400; background-position: fixed; color: white; min-width: 900px; overflow: scroll; font-size: 13px; } .container { width: 95%; min-width: 900px; max-width: 1200px; margin: 0 auto; } main { padding: 2em 0 4em; } aside { padding: 1em 0; } input, textarea { max-width: 100%; box-sizing: border-box; -webkit-appearance: none; border: none; outline: none; font-family: "Lato", "Helvetica Neue LT Pro", Helvetica, sans-serif; } label { text-transform: uppercase; letter-spacing: 0.1em; padding-bottom: 0.5em; font-size: 0.8em; font-weight: 400; line-height: 1; letter-spacing: 0.05em; color: #101010; text-align: center; display: block; color: white; } a { text-decoration: none; color: white; } a:hover { color: #d9d9d9; } ::-moz-selection { background: white; color: #101010; } ::selection { background: white; color: #101010; } .center { text-align: center; } .col-container:after { content: ""; display: table; clear: both; } .col-container .col-1 { float: left; width: 8.33333%; padding: 0 1%; box-sizing: border-box; } .col-container .col-1:first-child { padding-left: 0; } .col-container .col-1:last-child { padding-right: 0; } .col-container .col-2 { float: left; width: 16.66667%; padding: 0 1%; box-sizing: border-box; } .col-container .col-2:first-child { padding-left: 0; } .col-container .col-2:last-child { padding-right: 0; } .col-container .col-3 { float: left; width: 25%; padding: 0 1%; box-sizing: border-box; } .col-container .col-3:first-child { padding-left: 0; } .col-container .col-3:last-child { padding-right: 0; } .col-container .col-4 { float: left; width: 33.33333%; padding: 0 1%; box-sizing: border-box; } .col-container .col-4:first-child { padding-left: 0; } .col-container .col-4:last-child { padding-right: 0; } .col-container .col-5 { float: left; width: 41.66667%; padding: 0 1%; box-sizing: border-box; } .col-container .col-5:first-child { padding-left: 0; } .col-container .col-5:last-child { padding-right: 0; } .col-container .col-6 { float: left; width: 50%; padding: 0 1%; box-sizing: border-box; } .col-container .col-6:first-child { padding-left: 0; } .col-container .col-6:last-child { padding-right: 0; } .col-container .col-7 { float: left; width: 58.33333%; padding: 0 1%; box-sizing: border-box; } .col-container .col-7:first-child { padding-left: 0; } .col-container .col-7:last-child { padding-right: 0; } .col-container .col-8 { float: left; width: 66.66667%; padding: 0 1%; box-sizing: border-box; } .col-container .col-8:first-child { padding-left: 0; } .col-container .col-8:last-child { padding-right: 0; } .col-container .col-9 { float: left; width: 75%; padding: 0 1%; box-sizing: border-box; } .col-container .col-9:first-child { padding-left: 0; } .col-container .col-9:last-child { padding-right: 0; } .col-container .col-10 { float: left; width: 83.33333%; padding: 0 1%; box-sizing: border-box; } .col-container .col-10:first-child { padding-left: 0; } .col-container .col-10:last-child { padding-right: 0; } .col-container .col-11 { float: left; width: 91.66667%; padding: 0 1%; box-sizing: border-box; } .col-container .col-11:first-child { padding-left: 0; } .col-container .col-11:last-child { padding-right: 0; } .col-container .col-12 { float: left; width: 100%; padding: 0 1%; box-sizing: border-box; } .col-container .col-12:first-child { padding-left: 0; } .col-container .col-12:last-child { padding-right: 0; } button { -webkit-appearance: none; outline: none; font-family: "Lato", "Helvetica Neue LT Pro", Helvetica, sans-serif; border: none; position: relative; text-transform: uppercase; letter-spacing: 0.1em; font-size: 1em; background-color: #292929; color: white; padding: 1em; cursor: pointer; color: #9a9a9a; padding: 16px 12px; text-decoration: none; background-color: #292929; } button:hover, button:active { background-color: #9a9a9a; color: #101010; } button.disabled { pointer-events: none; opacity: 0.3; } button.space-it { margin: 0 8px 16px; } button.active { color: #101010; background-color: white; } button:hover, button:active { color: #101010; background-color: #d9d9d9; } .button-list { list-style: none; padding: 0; margin: 0 0 1em; display: table; width: 100%; } .button-list li { display: table-cell; } .button-list li.active button { background-color: white; color: #101010; pointer-events: none; } .button-list li button { display: block; width: 100%; border-right: 1px solid #101010; } .button-list li:first-child button { border-left: 1px solid #101010; } .triggers-wrapper { position: fixed; left: 0; right: 0; bottom: 0; height: 30px; padding: 15px 0; z-index: 999; } .triggers-wrapper .container { position: relative; } .triggers { text-align: center; margin: 0; } .triggers .triggers-center, .triggers .triggers-left, .triggers .triggers-right { position: absolute; } .triggers .triggers-center { width: 50%; left: 25%; text-align: center; } .triggers .triggers-right { right: 0; text-align: right; } .triggers .triggers-left { left: 0; text-align: left; } .triggers button { padding: 0.5em; background-color: rgba(217, 217, 217, 0.2); color: #101010; height: 30px; margin-right: 1em; font-weight: 400; } .triggers button:last-child { margin-right: 0; } .triggers button:hover, .triggers button:active { background-color: #d9d9d9; } .triggers .button-play-stop, .triggers .button-metronome { padding-left: 18px; position: relative; } .triggers .button-play-stop::after, .triggers .button-metronome::after { content: ''; position: absolute; top: 50%; left: 9px; } .triggers .button-play-stop.play::after, .triggers .button-metronome.play::after { -webkit-transform: translateX(-2px) translateY(-50%); -ms-transform: translateX(-2px) translateY(-50%); transform: translateX(-2px) translateY(-50%); border-left: 6px solid #101010; border-top: 4px solid transparent; border-bottom: 4px solid transparent; } .triggers .button-play-stop.stop, .triggers .button-metronome.stop { background-color: white; } .triggers .button-play-stop.stop::after, .triggers .button-metronome.stop::after { height: 6px; width: 6px; -webkit-transform: translate3d(-50%, -50%, 0); transform: translate3d(-50%, -50%, 0); background-color: #101010; } .triggers .button-editor { padding-right: 18px; position: relative; } .triggers .button-editor::after { content: ''; position: absolute; top: 50%; right: 9px; border-left: 4px solid transparent; border-right: 4px solid transparent; -webkit-transform: translate3d(50%, -50%, 0); transform: translate3d(50%, -50%, 0); } .triggers .button-editor.open::after { border-bottom: 6px solid #101010; } .triggers .button-editor.close { background-color: white; } .triggers .button-editor.close::after { border-top: 6px solid #101010; } .data-group { margin: 2em 0; } .data-group:first-child { margin-top: 0; } .data-group .dg-row { margin-top: 1em; } .data-group .dg-row.dg-row-big .dg-drawer { max-height: initial; } .data-group .dg-row .dg-drawer { display: block; box-sizing: border-box; -webkit-transition: max-height 300ms, padding 300ms; transition: max-height 300ms, padding 300ms; padding: 0; } .data-group .dg-row h2 { pointer-events: none; border-top: 1px solid rgba(255, 255, 255, 0.2); border-bottom: 1px solid rgba(255, 255, 255, 0.2); } .data-group .dg-row .dg-drawer { padding: 1em 0; } .data-group h1 { font-size: 1.2em; padding: 0.5em 0; border-top: 1px solid rgba(255, 255, 255, 0.2); } .data-group h2 { box-sizing: border-box; font-size: 1em; padding: 0.5em; cursor: pointer; } .grid-options input { opacity: 0; position: absolute; pointer-events: none; } .grid-options > label { text-transform: uppercase; letter-spacing: 0.1em; padding-bottom: 0.5em; font-size: 0.8em; font-weight: 400; line-height: 1; letter-spacing: 0.05em; color: #101010; text-align: center; display: block; color: white; } .grid-options .go-grid { display: table; width: 100%; } .grid-options .go-grid:after { content: ""; display: table; clear: both; } .grid-options .go-grid .go-label { display: table-cell; cursor: pointer; padding: 2em 0.25em; text-align: center; background-color: #666666; opacity: 0.6; } .grid-options .go-grid .go-label:hover, .grid-options .go-grid .go-label:active { opacity: 1; } .grid-options .go-grid .go-label.selected { opacity: 1; background-color: #333333; } .ns-group { display: table; width: 100%; } .ns-group [number-switch] { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; display: table-cell; vertical-align: bottom; padding: 0 0.5em; width: auto; } .ns-group [number-switch]:first-child { padding-left: 0; } .ns-group [number-switch]:last-child { padding-right: 0; } .ns-group [number-switch] .number-switch { text-align: center; } .ns-group [number-switch] .number-switch label { text-transform: uppercase; letter-spacing: 0.1em; padding-bottom: 0.5em; font-size: 0.8em; font-weight: 400; line-height: 1; letter-spacing: 0.05em; color: #101010; text-align: center; display: block; color: white; } .ns-group [number-switch] .number-switch .ns-arrow-up, .ns-group [number-switch] .number-switch .ns-arrow-down, .ns-group [number-switch] .number-switch .ns-input { display: block; width: 100%; } .ns-group [number-switch] .number-switch .ns-input { height: 18px; line-height: 18px; font-size: 1em; text-align: center; padding: 0; background-color: #666666; color: white; font-weight: 300; } .ns-group [number-switch] .number-switch .ns-arrow-up, .ns-group [number-switch] .number-switch .ns-arrow-down { position: relative; background-color: #333333; display: block; width: 100%; height: 16px; cursor: pointer; } .ns-group [number-switch] .number-switch .ns-arrow-up.disabled, .ns-group [number-switch] .number-switch .ns-arrow-down.disabled { opacity: 0.4; pointer-events: none; } .ns-group [number-switch] .number-switch .ns-arrow-up::after, .ns-group [number-switch] .number-switch .ns-arrow-down::after { content: ''; position: absolute; left: 50%; top: 50%; -webkit-transform: translate3d(-50%, -50%, 0); transform: translate3d(-50%, -50%, 0); border-left: 5px solid transparent; border-right: 5px solid transparent; } .ns-group [number-switch] .number-switch .ns-arrow-up.ns-arrow-up::after, .ns-group [number-switch] .number-switch .ns-arrow-down.ns-arrow-up::after { border-bottom: 5px solid #666666; } .ns-group [number-switch] .number-switch .ns-arrow-up.ns-arrow-up:hover::after, .ns-group [number-switch] .number-switch .ns-arrow-up.ns-arrow-up:active::after, .ns-group [number-switch] .number-switch .ns-arrow-down.ns-arrow-up:hover::after, .ns-group [number-switch] .number-switch .ns-arrow-down.ns-arrow-up:active::after { border-bottom-color: white; } .ns-group [number-switch] .number-switch .ns-arrow-up.ns-arrow-down::after, .ns-group [number-switch] .number-switch .ns-arrow-down.ns-arrow-down::after { border-top: 5px solid #666666; } .ns-group [number-switch] .number-switch .ns-arrow-up.ns-arrow-down:hover::after, .ns-group [number-switch] .number-switch .ns-arrow-up.ns-arrow-down:active::after, .ns-group [number-switch] .number-switch .ns-arrow-down.ns-arrow-down:hover::after, .ns-group [number-switch] .number-switch .ns-arrow-down.ns-arrow-down:active::after { border-top-color: white; } .json-paster label { text-transform: uppercase; letter-spacing: 0.1em; padding-bottom: 0.5em; font-size: 0.8em; font-weight: 400; line-height: 1; letter-spacing: 0.05em; color: #101010; text-align: center; color: white; display: block; } .json-paster textarea { font-family: monospace; display: block; width: 100%; height: 200px; background-color: #333333; color: white; padding: 1em; } .outer-notation { padding: 2em 0; overflow: hidden; box-sizing: border-box; } .notation { position: relative; } .notation.beats-16-resolution .staff .beat:nth-child(4n)::after { border-right: 1px solid rgba(255, 255, 255, 0.1); } .notation.beats-16-resolution.beats-2-per-measure .staff .beat:nth-child(8n)::after { border-right: 1px solid rgba(255, 255, 255, 0.15); } .notation.beats-16-resolution.beats-3-per-measure .staff .beat:nth-child(12n)::after { border-right: 1px solid rgba(255, 255, 255, 0.15); } .notation.beats-16-resolution.beats-4-per-measure .staff .beat:nth-child(16n)::after { border-right: 1px solid rgba(255, 255, 255, 0.15); } .notation.beats-16-resolution.beats-5-per-measure .staff .beat:nth-child(20n)::after { border-right: 1px solid rgba(255, 255, 255, 0.15); } .notation.beats-16-resolution.beats-6-per-measure .staff .beat:nth-child(24n)::after { border-right: 1px solid rgba(255, 255, 255, 0.15); } .notation.beats-16-resolution.beats-7-per-measure .staff .beat:nth-child(28n)::after { border-right: 1px solid rgba(255, 255, 255, 0.15); } .staff { display: block; width: 100%; height: 200px; border-top: 1px solid rgba(255, 255, 255, 0.15); } .staff:last-child { border-bottom: 1px solid rgba(255, 255, 255, 0.15); } .staff .beat.beat-0_0 .note-interval { right: 100%; } .staff .beat.beat-1_0 .note-interval { right: 0%; } .staff .beat.beat-2_0 .note-interval { right: -100%; } .staff .beat.beat-3_0 .note-interval { right: -200%; } .staff .beat.beat-4_0 .note-interval { right: -300%; } .staff .beat.beat-5_0 .note-interval { right: -400%; } .staff .beat.beat-6_0 .note-interval { right: -500%; } .staff .beat.beat-7_0 .note-interval { right: -600%; } .staff .beat.beat-8_0 .note-interval { right: -700%; } .staff .beat.beat-9_0 .note-interval { right: -800%; } .staff .beat.beat-10_0 .note-interval { right: -900%; } .staff .beat.beat-11_0 .note-interval { right: -1000%; } .staff .beat.beat-12_0 .note-interval { right: -1100%; } .staff .beat.beat-13_0 .note-interval { right: -1200%; } .staff .beat.beat-14_0 .note-interval { right: -1300%; } .staff .beat.beat-15_0 .note-interval { right: -1400%; } .staff .beat.beat-16_0 .note-interval { right: -1500%; } .staff .note-interval.ni-1 { top: 97.22222%; } .staff .note-interval.ni-2 { top: 94.44444%; } .staff .note-interval.ni-3 { top: 91.66667%; } .staff .note-interval.ni-4 { top: 88.88889%; } .staff .note-interval.ni-5 { top: 86.11111%; } .staff .note-interval.ni-6 { top: 83.33333%; } .staff .note-interval.ni-7 { top: 80.55556%; } .staff .note-interval.ni-8 { top: 77.77778%; } .staff .note-interval.ni-9 { top: 75%; } .staff .note-interval.ni-10 { top: 72.22222%; } .staff .note-interval.ni-11 { top: 69.44444%; } .staff .note-interval.ni-12 { top: 66.66667%; } .staff .note-interval.ni-13 { top: 63.88889%; } .staff .note-interval.ni-14 { top: 61.11111%; } .staff .note-interval.ni-15 { top: 58.33333%; } .staff .note-interval.ni-16 { top: 55.55556%; } .staff .note-interval.ni-17 { top: 52.77778%; } .staff .note-interval.ni-18 { top: 50%; } .staff .note-interval.ni-19 { top: 47.22222%; } .staff .note-interval.ni-20 { top: 44.44444%; } .staff .note-interval.ni-21 { top: 41.66667%; } .staff .note-interval.ni-22 { top: 38.88889%; } .staff .note-interval.ni-23 { top: 36.11111%; } .staff .note-interval.ni-24 { top: 33.33333%; } .staff .note-interval.ni-25 { top: 30.55556%; } .staff .note-interval.ni-26 { top: 27.77778%; } .staff .note-interval.ni-27 { top: 25%; } .staff .note-interval.ni-28 { top: 22.22222%; } .staff .note-interval.ni-29 { top: 19.44444%; } .staff .note-interval.ni-30 { top: 16.66667%; } .staff .note-interval.ni-31 { top: 13.88889%; } .staff .note-interval.ni-32 { top: 11.11111%; } .staff .note-interval.ni-33 { top: 8.33333%; } .staff .note-interval.ni-34 { top: 5.55556%; } .staff .note-interval.ni-35 { top: 2.77778%; } .staff .note-interval.ni-36 { top: 0%; } .staff .note-interval.ni-sustain-1::after { -webkit-animation-duration: 1ms; animation-duration: 1ms; } .staff .note-interval.ni-sustain-2::after { -webkit-animation-duration: 2ms; animation-duration: 2ms; } .staff .note-interval.ni-sustain-3::after { -webkit-animation-duration: 3ms; animation-duration: 3ms; } .staff .note-interval.ni-sustain-4::after { -webkit-animation-duration: 4ms; animation-duration: 4ms; } .staff .note-interval.ni-sustain-5::after { -webkit-animation-duration: 5ms; animation-duration: 5ms; } .staff .note-interval.ni-sustain-6::after { -webkit-animation-duration: 6ms; animation-duration: 6ms; } .staff .note-interval.ni-sustain-7::after { -webkit-animation-duration: 7ms; animation-duration: 7ms; } .staff .note-interval.ni-sustain-8::after { -webkit-animation-duration: 8ms; animation-duration: 8ms; } .staff .note-interval.ni-sustain-9::after { -webkit-animation-duration: 9ms; animation-duration: 9ms; } .staff .note-interval.ni-sustain-10::after { -webkit-animation-duration: 10ms; animation-duration: 10ms; } .staff .note-interval.ni-sustain-11::after { -webkit-animation-duration: 11ms; animation-duration: 11ms; } .staff .note-interval.ni-sustain-12::after { -webkit-animation-duration: 12ms; animation-duration: 12ms; } .staff .note-interval.ni-sustain-13::after { -webkit-animation-duration: 13ms; animation-duration: 13ms; } .staff .note-interval.ni-sustain-14::after { -webkit-animation-duration: 14ms; animation-duration: 14ms; } .staff .note-interval.ni-sustain-15::after { -webkit-animation-duration: 15ms; animation-duration: 15ms; } .staff .note-interval.ni-sustain-16::after { -webkit-animation-duration: 16ms; animation-duration: 16ms; } .staff .note-interval.ni-sustain-17::after { -webkit-animation-duration: 17ms; animation-duration: 17ms; } .staff .note-interval.ni-sustain-18::after { -webkit-animation-duration: 18ms; animation-duration: 18ms; } .staff .note-interval.ni-sustain-19::after { -webkit-animation-duration: 19ms; animation-duration: 19ms; } .staff .note-interval.ni-sustain-20::after { -webkit-animation-duration: 20ms; animation-duration: 20ms; } .staff .note-interval.ni-sustain-21::after { -webkit-animation-duration: 21ms; animation-duration: 21ms; } .staff .note-interval.ni-sustain-22::after { -webkit-animation-duration: 22ms; animation-duration: 22ms; } .staff .note-interval.ni-sustain-23::after { -webkit-animation-duration: 23ms; animation-duration: 23ms; } .staff .note-interval.ni-sustain-24::after { -webkit-animation-duration: 24ms; animation-duration: 24ms; } .staff .note-interval.ni-sustain-25::after { -webkit-animation-duration: 25ms; animation-duration: 25ms; } .staff .note-interval.ni-sustain-26::after { -webkit-animation-duration: 26ms; animation-duration: 26ms; } .staff .note-interval.ni-sustain-27::after { -webkit-animation-duration: 27ms; animation-duration: 27ms; } .staff .note-interval.ni-sustain-28::after { -webkit-animation-duration: 28ms; animation-duration: 28ms; } .staff .note-interval.ni-sustain-29::after { -webkit-animation-duration: 29ms; animation-duration: 29ms; } .staff .note-interval.ni-sustain-30::after { -webkit-animation-duration: 30ms; animation-duration: 30ms; } .staff .note-interval.ni-sustain-31::after { -webkit-animation-duration: 31ms; animation-duration: 31ms; } .staff .note-interval.ni-sustain-32::after { -webkit-animation-duration: 32ms; animation-duration: 32ms; } .staff .note-interval.ni-sustain-33::after { -webkit-animation-duration: 33ms; animation-duration: 33ms; } .staff .note-interval.ni-sustain-34::after { -webkit-animation-duration: 34ms; animation-duration: 34ms; } .staff .note-interval.ni-sustain-35::after { -webkit-animation-duration: 35ms; animation-duration: 35ms; } .staff .note-interval.ni-sustain-36::after { -webkit-animation-duration: 36ms; animation-duration: 36ms; } .staff .note-interval.ni-sustain-37::after { -webkit-animation-duration: 37ms; animation-duration: 37ms; } .staff .note-interval.ni-sustain-38::after { -webkit-animation-duration: 38ms; animation-duration: 38ms; } .staff .note-interval.ni-sustain-39::after { -webkit-animation-duration: 39ms; animation-duration: 39ms; } .staff .note-interval.ni-sustain-40::after { -webkit-animation-duration: 40ms; animation-duration: 40ms; } .staff .note-interval.ni-sustain-41::after { -webkit-animation-duration: 41ms; animation-duration: 41ms; } .staff .note-interval.ni-sustain-42::after { -webkit-animation-duration: 42ms; animation-duration: 42ms; } .staff .note-interval.ni-sustain-43::after { -webkit-animation-duration: 43ms; animation-duration: 43ms; } .staff .note-interval.ni-sustain-44::after { -webkit-animation-duration: 44ms; animation-duration: 44ms; } .staff .note-interval.ni-sustain-45::after { -webkit-animation-duration: 45ms; animation-duration: 45ms; } .staff .note-interval.ni-sustain-46::after { -webkit-animation-duration: 46ms; animation-duration: 46ms; } .staff .note-interval.ni-sustain-47::after { -webkit-animation-duration: 47ms; animation-duration: 47ms; } .staff .note-interval.ni-sustain-48::after { -webkit-animation-duration: 48ms; animation-duration: 48ms; } .staff .note-interval.ni-sustain-49::after { -webkit-animation-duration: 49ms; animation-duration: 49ms; } .staff .note-interval.ni-sustain-50::after { -webkit-animation-duration: 50ms; animation-duration: 50ms; } .staff .note-interval.ni-sustain-51::after { -webkit-animation-duration: 51ms; animation-duration: 51ms; } .staff .note-interval.ni-sustain-52::after { -webkit-animation-duration: 52ms; animation-duration: 52ms; } .staff .note-interval.ni-sustain-53::after { -webkit-animation-duration: 53ms; animation-duration: 53ms; } .staff .note-interval.ni-sustain-54::after { -webkit-animation-duration: 54ms; animation-duration: 54ms; } .staff .note-interval.ni-sustain-55::after { -webkit-animation-duration: 55ms; animation-duration: 55ms; } .staff .note-interval.ni-sustain-56::after { -webkit-animation-duration: 56ms; animation-duration: 56ms; } .staff .note-interval.ni-sustain-57::after { -webkit-animation-duration: 57ms; animation-duration: 57ms; } .staff .note-interval.ni-sustain-58::after { -webkit-animation-duration: 58ms; animation-duration: 58ms; } .staff .note-interval.ni-sustain-59::after { -webkit-animation-duration: 59ms; animation-duration: 59ms; } .staff .note-interval.ni-sustain-60::after { -webkit-animation-duration: 60ms; animation-duration: 60ms; } .staff .note-interval.ni-sustain-61::after { -webkit-animation-duration: 61ms; animation-duration: 61ms; } .staff .note-interval.ni-sustain-62::after { -webkit-animation-duration: 62ms; animation-duration: 62ms; } .staff .note-interval.ni-sustain-63::after { -webkit-animation-duration: 63ms; animation-duration: 63ms; } .staff .note-interval.ni-sustain-64::after { -webkit-animation-duration: 64ms; animation-duration: 64ms; } .staff .note-interval.ni-sustain-65::after { -webkit-animation-duration: 65ms; animation-duration: 65ms; } .staff .note-interval.ni-sustain-66::after { -webkit-animation-duration: 66ms; animation-duration: 66ms; } .staff .note-interval.ni-sustain-67::after { -webkit-animation-duration: 67ms; animation-duration: 67ms; } .staff .note-interval.ni-sustain-68::after { -webkit-animation-duration: 68ms; animation-duration: 68ms; } .staff .note-interval.ni-sustain-69::after { -webkit-animation-duration: 69ms; animation-duration: 69ms; } .staff .note-interval.ni-sustain-70::after { -webkit-animation-duration: 70ms; animation-duration: 70ms; } .staff .note-interval.ni-sustain-71::after { -webkit-animation-duration: 71ms; animation-duration: 71ms; } .staff .note-interval.ni-sustain-72::after { -webkit-animation-duration: 72ms; animation-duration: 72ms; } .staff .note-interval.ni-sustain-73::after { -webkit-animation-duration: 73ms; animation-duration: 73ms; } .staff .note-interval.ni-sustain-74::after { -webkit-animation-duration: 74ms; animation-duration: 74ms; } .staff .note-interval.ni-sustain-75::after { -webkit-animation-duration: 75ms; animation-duration: 75ms; } .staff .note-interval.ni-sustain-76::after { -webkit-animation-duration: 76ms; animation-duration: 76ms; } .staff .note-interval.ni-sustain-77::after { -webkit-animation-duration: 77ms; animation-duration: 77ms; } .staff .note-interval.ni-sustain-78::after { -webkit-animation-duration: 78ms; animation-duration: 78ms; } .staff .note-interval.ni-sustain-79::after { -webkit-animation-duration: 79ms; animation-duration: 79ms; } .staff .note-interval.ni-sustain-80::after { -webkit-animation-duration: 80ms; animation-duration: 80ms; } .staff .note-interval.ni-sustain-81::after { -webkit-animation-duration: 81ms; animation-duration: 81ms; } .staff .note-interval.ni-sustain-82::after { -webkit-animation-duration: 82ms; animation-duration: 82ms; } .staff .note-interval.ni-sustain-83::after { -webkit-animation-duration: 83ms; animation-duration: 83ms; } .staff .note-interval.ni-sustain-84::after { -webkit-animation-duration: 84ms; animation-duration: 84ms; } .staff .note-interval.ni-sustain-85::after { -webkit-animation-duration: 85ms; animation-duration: 85ms; } .staff .note-interval.ni-sustain-86::after { -webkit-animation-duration: 86ms; animation-duration: 86ms; } .staff .note-interval.ni-sustain-87::after { -webkit-animation-duration: 87ms; animation-duration: 87ms; } .staff .note-interval.ni-sustain-88::after { -webkit-animation-duration: 88ms; animation-duration: 88ms; } .staff .note-interval.ni-sustain-89::after { -webkit-animation-duration: 89ms; animation-duration: 89ms; } .staff .note-interval.ni-sustain-90::after { -webkit-animation-duration: 90ms; animation-duration: 90ms; } .staff .note-interval.ni-sustain-91::after { -webkit-animation-duration: 91ms; animation-duration: 91ms; } .staff .note-interval.ni-sustain-92::after { -webkit-animation-duration: 92ms; animation-duration: 92ms; } .staff .note-interval.ni-sustain-93::after { -webkit-animation-duration: 93ms; animation-duration: 93ms; } .staff .note-interval.ni-sustain-94::after { -webkit-animation-duration: 94ms; animation-duration: 94ms; } .staff .note-interval.ni-sustain-95::after { -webkit-animation-duration: 95ms; animation-duration: 95ms; } .staff .note-interval.ni-sustain-96::after { -webkit-animation-duration: 96ms; animation-duration: 96ms; } .staff .note-interval.ni-sustain-97::after { -webkit-animation-duration: 97ms; animation-duration: 97ms; } .staff .note-interval.ni-sustain-98::after { -webkit-animation-duration: 98ms; animation-duration: 98ms; } .staff .note-interval.ni-sustain-99::after { -webkit-animation-duration: 99ms; animation-duration: 99ms; } .staff .note-interval.ni-sustain-100::after { -webkit-animation-duration: 100ms; animation-duration: 100ms; } .staff .note-interval.ni-sustain-101::after { -webkit-animation-duration: 101ms; animation-duration: 101ms; } .staff .note-interval.ni-sustain-102::after { -webkit-animation-duration: 102ms; animation-duration: 102ms; } .staff .note-interval.ni-sustain-103::after { -webkit-animation-duration: 103ms; animation-duration: 103ms; } .staff .note-interval.ni-sustain-104::after { -webkit-animation-duration: 104ms; animation-duration: 104ms; } .staff .note-interval.ni-sustain-105::after { -webkit-animation-duration: 105ms; animation-duration: 105ms; } .staff .note-interval.ni-sustain-106::after { -webkit-animation-duration: 106ms; animation-duration: 106ms; } .staff .note-interval.ni-sustain-107::after { -webkit-animation-duration: 107ms; animation-duration: 107ms; } .staff .note-interval.ni-sustain-108::after { -webkit-animation-duration: 108ms; animation-duration: 108ms; } .staff .note-interval.ni-sustain-109::after { -webkit-animation-duration: 109ms; animation-duration: 109ms; } .staff .note-interval.ni-sustain-110::after { -webkit-animation-duration: 110ms; animation-duration: 110ms; } .staff .note-interval.ni-sustain-111::after { -webkit-animation-duration: 111ms; animation-duration: 111ms; } .staff .note-interval.ni-sustain-112::after { -webkit-animation-duration: 112ms; animation-duration: 112ms; } .staff .note-interval.ni-sustain-113::after { -webkit-animation-duration: 113ms; animation-duration: 113ms; } .staff .note-interval.ni-sustain-114::after { -webkit-animation-duration: 114ms; animation-duration: 114ms; } .staff .note-interval.ni-sustain-115::after { -webkit-animation-duration: 115ms; animation-duration: 115ms; } .staff .note-interval.ni-sustain-116::after { -webkit-animation-duration: 116ms; animation-duration: 116ms; } .staff .note-interval.ni-sustain-117::after { -webkit-animation-duration: 117ms; animation-duration: 117ms; } .staff .note-interval.ni-sustain-118::after { -webkit-animation-duration: 118ms; animation-duration: 118ms; } .staff .note-interval.ni-sustain-119::after { -webkit-animation-duration: 119ms; animation-duration: 119ms; } .staff .note-interval.ni-sustain-120::after { -webkit-animation-duration: 120ms; animation-duration: 120ms; } .staff .note-interval.ni-sustain-121::after { -webkit-animation-duration: 121ms; animation-duration: 121ms; } .staff .note-interval.ni-sustain-122::after { -webkit-animation-duration: 122ms; animation-duration: 122ms; } .staff .note-interval.ni-sustain-123::after { -webkit-animation-duration: 123ms; animation-duration: 123ms; } .staff .note-interval.ni-sustain-124::after { -webkit-animation-duration: 124ms; animation-duration: 124ms; } .staff .note-interval.ni-sustain-125::after { -webkit-animation-duration: 125ms; animation-duration: 125ms; } .staff .note-interval.ni-sustain-126::after { -webkit-animation-duration: 126ms; animation-duration: 126ms; } .staff .note-interval.ni-sustain-127::after { -webkit-animation-duration: 127ms; animation-duration: 127ms; } .staff .note-interval.ni-sustain-128::after { -webkit-animation-duration: 128ms; animation-duration: 128ms; } .staff .note-interval.ni-sustain-129::after { -webkit-animation-duration: 129ms; animation-duration: 129ms; } .staff .note-interval.ni-sustain-130::after { -webkit-animation-duration: 130ms; animation-duration: 130ms; } .staff .note-interval.ni-sustain-131::after { -webkit-animation-duration: 131ms; animation-duration: 131ms; } .staff .note-interval.ni-sustain-132::after { -webkit-animation-duration: 132ms; animation-duration: 132ms; } .staff .note-interval.ni-sustain-133::after { -webkit-animation-duration: 133ms; animation-duration: 133ms; } .staff .note-interval.ni-sustain-134::after { -webkit-animation-duration: 134ms; animation-duration: 134ms; } .staff .note-interval.ni-sustain-135::after { -webkit-animation-duration: 135ms; animation-duration: 135ms; } .staff .note-interval.ni-sustain-136::after { -webkit-animation-duration: 136ms; animation-duration: 136ms; } .staff .note-interval.ni-sustain-137::after { -webkit-animation-duration: 137ms; animation-duration: 137ms; } .staff .note-interval.ni-sustain-138::after { -webkit-animation-duration: 138ms; animation-duration: 138ms; } .staff .note-interval.ni-sustain-139::after { -webkit-animation-duration: 139ms; animation-duration: 139ms; } .staff .note-interval.ni-sustain-140::after { -webkit-animation-duration: 140ms; animation-duration: 140ms; } .staff .note-interval.ni-sustain-141::after { -webkit-animation-duration: 141ms; animation-duration: 141ms; } .staff .note-interval.ni-sustain-142::after { -webkit-animation-duration: 142ms; animation-duration: 142ms; } .staff .note-interval.ni-sustain-143::after { -webkit-animation-duration: 143ms; animation-duration: 143ms; } .staff .note-interval.ni-sustain-144::after { -webkit-animation-duration: 144ms; animation-duration: 144ms; } .staff .note-interval.ni-sustain-145::after { -webkit-animation-duration: 145ms; animation-duration: 145ms; } .staff .note-interval.ni-sustain-146::after { -webkit-animation-duration: 146ms; animation-duration: 146ms; } .staff .note-interval.ni-sustain-147::after { -webkit-animation-duration: 147ms; animation-duration: 147ms; } .staff .note-interval.ni-sustain-148::after { -webkit-animation-duration: 148ms; animation-duration: 148ms; } .staff .note-interval.ni-sustain-149::after { -webkit-animation-duration: 149ms; animation-duration: 149ms; } .staff .note-interval.ni-sustain-150::after { -webkit-animation-duration: 150ms; animation-duration: 150ms; } .staff .note-interval.ni-sustain-151::after { -webkit-animation-duration: 151ms; animation-duration: 151ms; } .staff .note-interval.ni-sustain-152::after { -webkit-animation-duration: 152ms; animation-duration: 152ms; } .staff .note-interval.ni-sustain-153::after { -webkit-animation-duration: 153ms; animation-duration: 153ms; } .staff .note-interval.ni-sustain-154::after { -webkit-animation-duration: 154ms; animation-duration: 154ms; } .staff .note-interval.ni-sustain-155::after { -webkit-animation-duration: 155ms; animation-duration: 155ms; } .staff .note-interval.ni-sustain-156::after { -webkit-animation-duration: 156ms; animation-duration: 156ms; } .staff .note-interval.ni-sustain-157::after { -webkit-animation-duration: 157ms; animation-duration: 157ms; } .staff .note-interval.ni-sustain-158::after { -webkit-animation-duration: 158ms; animation-duration: 158ms; } .staff .note-interval.ni-sustain-159::after { -webkit-animation-duration: 159ms; animation-duration: 159ms; } .staff .note-interval.ni-sustain-160::after { -webkit-animation-duration: 160ms; animation-duration: 160ms; } .staff .note-interval.ni-sustain-161::after { -webkit-animation-duration: 161ms; animation-duration: 161ms; } .staff .note-interval.ni-sustain-162::after { -webkit-animation-duration: 162ms; animation-duration: 162ms; } .staff .note-interval.ni-sustain-163::after { -webkit-animation-duration: 163ms; animation-duration: 163ms; } .staff .note-interval.ni-sustain-164::after { -webkit-animation-duration: 164ms; animation-duration: 164ms; } .staff .note-interval.ni-sustain-165::after { -webkit-animation-duration: 165ms; animation-duration: 165ms; } .staff .note-interval.ni-sustain-166::after { -webkit-animation-duration: 166ms; animation-duration: 166ms; } .staff .note-interval.ni-sustain-167::after { -webkit-animation-duration: 167ms; animation-duration: 167ms; } .staff .note-interval.ni-sustain-168::after { -webkit-animation-duration: 168ms; animation-duration: 168ms; } .staff .note-interval.ni-sustain-169::after { -webkit-animation-duration: 169ms; animation-duration: 169ms; } .staff .note-interval.ni-sustain-170::after { -webkit-animation-duration: 170ms; animation-duration: 170ms; } .staff .note-interval.ni-sustain-171::after { -webkit-animation-duration: 171ms; animation-duration: 171ms; } .staff .note-interval.ni-sustain-172::after { -webkit-animation-duration: 172ms; animation-duration: 172ms; } .staff .note-interval.ni-sustain-173::after { -webkit-animation-duration: 173ms; animation-duration: 173ms; } .staff .note-interval.ni-sustain-174::after { -webkit-animation-duration: 174ms; animation-duration: 174ms; } .staff .note-interval.ni-sustain-175::after { -webkit-animation-duration: 175ms; animation-duration: 175ms; } .staff .note-interval.ni-sustain-176::after { -webkit-animation-duration: 176ms; animation-duration: 176ms; } .staff .note-interval.ni-sustain-177::after { -webkit-animation-duration: 177ms; animation-duration: 177ms; } .staff .note-interval.ni-sustain-178::after { -webkit-animation-duration: 178ms; animation-duration: 178ms; } .staff .note-interval.ni-sustain-179::after { -webkit-animation-duration: 179ms; animation-duration: 179ms; } .staff .note-interval.ni-sustain-180::after { -webkit-animation-duration: 180ms; animation-duration: 180ms; } .staff .note-interval.ni-sustain-181::after { -webkit-animation-duration: 181ms; animation-duration: 181ms; } .staff .note-interval.ni-sustain-182::after { -webkit-animation-duration: 182ms; animation-duration: 182ms; } .staff .note-interval.ni-sustain-183::after { -webkit-animation-duration: 183ms; animation-duration: 183ms; } .staff .note-interval.ni-sustain-184::after { -webkit-animation-duration: 184ms; animation-duration: 184ms; } .staff .note-interval.ni-sustain-185::after { -webkit-animation-duration: 185ms; animation-duration: 185ms; } .staff .note-interval.ni-sustain-186::after { -webkit-animation-duration: 186ms; animation-duration: 186ms; } .staff .note-interval.ni-sustain-187::after { -webkit-animation-duration: 187ms; animation-duration: 187ms; } .staff .note-interval.ni-sustain-188::after { -webkit-animation-duration: 188ms; animation-duration: 188ms; } .staff .note-interval.ni-sustain-189::after { -webkit-animation-duration: 189ms; animation-duration: 189ms; } .staff .note-interval.ni-sustain-190::after { -webkit-animation-duration: 190ms; animation-duration: 190ms; } .staff .note-interval.ni-sustain-191::after { -webkit-animation-duration: 191ms; animation-duration: 191ms; } .staff .note-interval.ni-sustain-192::after { -webkit-animation-duration: 192ms; animation-duration: 192ms; } .staff .note-interval.ni-sustain-193::after { -webkit-animation-duration: 193ms; animation-duration: 193ms; } .staff .note-interval.ni-sustain-194::after { -webkit-animation-duration: 194ms; animation-duration: 194ms; } .staff .note-interval.ni-sustain-195::after { -webkit-animation-duration: 195ms; animation-duration: 195ms; } .staff .note-interval.ni-sustain-196::after { -webkit-animation-duration: 196ms; animation-duration: 196ms; } .staff .note-interval.ni-sustain-197::after { -webkit-animation-duration: 197ms; animation-duration: 197ms; } .staff .note-interval.ni-sustain-198::after { -webkit-animation-duration: 198ms; animation-duration: 198ms; } .staff .note-interval.ni-sustain-199::after { -webkit-animation-duration: 199ms; animation-duration: 199ms; } .staff .note-interval.ni-sustain-200::after { -webkit-animation-duration: 200ms; animation-duration: 200ms; } .staff .note-interval.ni-sustain-201::after { -webkit-animation-duration: 201ms; animation-duration: 201ms; } .staff .note-interval.ni-sustain-202::after { -webkit-animation-duration: 202ms; animation-duration: 202ms; } .staff .note-interval.ni-sustain-203::after { -webkit-animation-duration: 203ms; animation-duration: 203ms; } .staff .note-interval.ni-sustain-204::after { -webkit-animation-duration: 204ms; animation-duration: 204ms; } .staff .note-interval.ni-sustain-205::after { -webkit-animation-duration: 205ms; animation-duration: 205ms; } .staff .note-interval.ni-sustain-206::after { -webkit-animation-duration: 206ms; animation-duration: 206ms; } .staff .note-interval.ni-sustain-207::after { -webkit-animation-duration: 207ms; animation-duration: 207ms; } .staff .note-interval.ni-sustain-208::after { -webkit-animation-duration: 208ms; animation-duration: 208ms; } .staff .note-interval.ni-sustain-209::after { -webkit-animation-duration: 209ms; animation-duration: 209ms; } .staff .note-interval.ni-sustain-210::after { -webkit-animation-duration: 210ms; animation-duration: 210ms; } .staff .note-interval.ni-sustain-211::after { -webkit-animation-duration: 211ms; animation-duration: 211ms; } .staff .note-interval.ni-sustain-212::after { -webkit-animation-duration: 212ms; animation-duration: 212ms; } .staff .note-interval.ni-sustain-213::after { -webkit-animation-duration: 213ms; animation-duration: 213ms; } .staff .note-interval.ni-sustain-214::after { -webkit-animation-duration: 214ms; animation-duration: 214ms; } .staff .note-interval.ni-sustain-215::after { -webkit-animation-duration: 215ms; animation-duration: 215ms; } .staff .note-interval.ni-sustain-216::after { -webkit-animation-duration: 216ms; animation-duration: 216ms; } .staff .note-interval.ni-sustain-217::after { -webkit-animation-duration: 217ms; animation-duration: 217ms; } .staff .note-interval.ni-sustain-218::after { -webkit-animation-duration: 218ms; animation-duration: 218ms; } .staff .note-interval.ni-sustain-219::after { -webkit-animation-duration: 219ms; animation-duration: 219ms; } .staff .note-interval.ni-sustain-220::after { -webkit-animation-duration: 220ms; animation-duration: 220ms; } .staff .note-interval.ni-sustain-221::after { -webkit-animation-duration: 221ms; animation-duration: 221ms; } .staff .note-interval.ni-sustain-222::after { -webkit-animation-duration: 222ms; animation-duration: 222ms; } .staff .note-interval.ni-sustain-223::after { -webkit-animation-duration: 223ms; animation-duration: 223ms; } .staff .note-interval.ni-sustain-224::after { -webkit-animation-duration: 224ms; animation-duration: 224ms; } .staff .note-interval.ni-sustain-225::after { -webkit-animation-duration: 225ms; animation-duration: 225ms; } .staff .note-interval.ni-sustain-226::after { -webkit-animation-duration: 226ms; animation-duration: 226ms; } .staff .note-interval.ni-sustain-227::after { -webkit-animation-duration: 227ms; animation-duration: 227ms; } .staff .note-interval.ni-sustain-228::after { -webkit-animation-duration: 228ms; animation-duration: 228ms; } .staff .note-interval.ni-sustain-229::after { -webkit-animation-duration: 229ms; animation-duration: 229ms; } .staff .note-interval.ni-sustain-230::after { -webkit-animation-duration: 230ms; animation-duration: 230ms; } .staff .note-interval.ni-sustain-231::after { -webkit-animation-duration: 231ms; animation-duration: 231ms; } .staff .note-interval.ni-sustain-232::after { -webkit-animation-duration: 232ms; animation-duration: 232ms; } .staff .note-interval.ni-sustain-233::after { -webkit-animation-duration: 233ms; animation-duration: 233ms; } .staff .note-interval.ni-sustain-234::after { -webkit-animation-duration: 234ms; animation-duration: 234ms; } .staff .note-interval.ni-sustain-235::after { -webkit-animation-duration: 235ms; animation-duration: 235ms; } .staff .note-interval.ni-sustain-236::after { -webkit-animation-duration: 236ms; animation-duration: 236ms; } .staff .note-interval.ni-sustain-237::after { -webkit-animation-duration: 237ms; animation-duration: 237ms; } .staff .note-interval.ni-sustain-238::after { -webkit-animation-duration: 238ms; animation-duration: 238ms; } .staff .note-interval.ni-sustain-239::after { -webkit-animation-duration: 239ms; animation-duration: 239ms; } .staff .note-interval.ni-sustain-240::after { -webkit-animation-duration: 240ms; animation-duration: 240ms; } .staff .note-interval.ni-sustain-241::after { -webkit-animation-duration: 241ms; animation-duration: 241ms; } .staff .note-interval.ni-sustain-242::after { -webkit-animation-duration: 242ms; animation-duration: 242ms; } .staff .note-interval.ni-sustain-243::after { -webkit-animation-duration: 243ms; animation-duration: 243ms; } .staff .note-interval.ni-sustain-244::after { -webkit-animation-duration: 244ms; animation-duration: 244ms; } .staff .note-interval.ni-sustain-245::after { -webkit-animation-duration: 245ms; animation-duration: 245ms; } .staff .note-interval.ni-sustain-246::after { -webkit-animation-duration: 246ms; animation-duration: 246ms; } .staff .note-interval.ni-sustain-247::after { -webkit-animation-duration: 247ms; animation-duration: 247ms; } .staff .note-interval.ni-sustain-248::after { -webkit-animation-duration: 248ms; animation-duration: 248ms; } .staff .note-interval.ni-sustain-249::after { -webkit-animation-duration: 249ms; animation-duration: 249ms; } .staff .note-interval.ni-sustain-250::after { -webkit-animation-duration: 250ms; animation-duration: 250ms; } .staff .note-interval.ni-sustain-251::after { -webkit-animation-duration: 251ms; animation-duration: 251ms; } .staff .note-interval.ni-sustain-252::after { -webkit-animation-duration: 252ms; animation-duration: 252ms; } .staff .note-interval.ni-sustain-253::after { -webkit-animation-duration: 253ms; animation-duration: 253ms; } .staff .note-interval.ni-sustain-254::after { -webkit-animation-duration: 254ms; animation-duration: 254ms; } .staff .note-interval.ni-sustain-255::after { -webkit-animation-duration: 255ms; animation-duration: 255ms; } .staff .note-interval.ni-sustain-256::after { -webkit-animation-duration: 256ms; animation-duration: 256ms; } .staff .note-interval.ni-sustain-257::after { -webkit-animation-duration: 257ms; animation-duration: 257ms; } .staff .note-interval.ni-sustain-258::after { -webkit-animation-duration: 258ms; animation-duration: 258ms; } .staff .note-interval.ni-sustain-259::after { -webkit-animation-duration: 259ms; animation-duration: 259ms; } .staff .note-interval.ni-sustain-260::after { -webkit-animation-duration: 260ms; animation-duration: 260ms; } .staff .note-interval.ni-sustain-261::after { -webkit-animation-duration: 261ms; animation-duration: 261ms; } .staff .note-interval.ni-sustain-262::after { -webkit-animation-duration: 262ms; animation-duration: 262ms; } .staff .note-interval.ni-sustain-263::after { -webkit-animation-duration: 263ms; animation-duration: 263ms; } .staff .note-interval.ni-sustain-264::after { -webkit-animation-duration: 264ms; animation-duration: 264ms; } .staff .note-interval.ni-sustain-265::after { -webkit-animation-duration: 265ms; animation-duration: 265ms; } .staff .note-interval.ni-sustain-266::after { -webkit-animation-duration: 266ms; animation-duration: 266ms; } .staff .note-interval.ni-sustain-267::after { -webkit-animation-duration: 267ms; animation-duration: 267ms; } .staff .note-interval.ni-sustain-268::after { -webkit-animation-duration: 268ms; animation-duration: 268ms; } .staff .note-interval.ni-sustain-269::after { -webkit-animation-duration: 269ms; animation-duration: 269ms; } .staff .note-interval.ni-sustain-270::after { -webkit-animation-duration: 270ms; animation-duration: 270ms; } .staff .note-interval.ni-sustain-271::after { -webkit-animation-duration: 271ms; animation-duration: 271ms; } .staff .note-interval.ni-sustain-272::after { -webkit-animation-duration: 272ms; animation-duration: 272ms; } .staff .note-interval.ni-sustain-273::after { -webkit-animation-duration: 273ms; animation-duration: 273ms; } .staff .note-interval.ni-sustain-274::after { -webkit-animation-duration: 274ms; animation-duration: 274ms; } .staff .note-interval.ni-sustain-275::after { -webkit-animation-duration: 275ms; animation-duration: 275ms; } .staff .note-interval.ni-sustain-276::after { -webkit-animation-duration: 276ms; animation-duration: 276ms; } .staff .note-interval.ni-sustain-277::after { -webkit-animation-duration: 277ms; animation-duration: 277ms; } .staff .note-interval.ni-sustain-278::after { -webkit-animation-duration: 278ms; animation-duration: 278ms; } .staff .note-interval.ni-sustain-279::after { -webkit-animation-duration: 279ms; animation-duration: 279ms; } .staff .note-interval.ni-sustain-280::after { -webkit-animation-duration: 280ms; animation-duration: 280ms; } .staff .note-interval.ni-sustain-281::after { -webkit-animation-duration: 281ms; animation-duration: 281ms; } .staff .note-interval.ni-sustain-282::after { -webkit-animation-duration: 282ms; animation-duration: 282ms; } .staff .note-interval.ni-sustain-283::after { -webkit-animation-duration: 283ms; animation-duration: 283ms; } .staff .note-interval.ni-sustain-284::after { -webkit-animation-duration: 284ms; animation-duration: 284ms; } .staff .note-interval.ni-sustain-285::after { -webkit-animation-duration: 285ms; animation-duration: 285ms; } .staff .note-interval.ni-sustain-286::after { -webkit-animation-duration: 286ms; animation-duration: 286ms; } .staff .note-interval.ni-sustain-287::after { -webkit-animation-duration: 287ms; animation-duration: 287ms; } .staff .note-interval.ni-sustain-288::after { -webkit-animation-duration: 288ms; animation-duration: 288ms; } .staff .note-interval.ni-sustain-289::after { -webkit-animation-duration: 289ms; animation-duration: 289ms; } .staff .note-interval.ni-sustain-290::after { -webkit-animation-duration: 290ms; animation-duration: 290ms; } .staff .note-interval.ni-sustain-291::after { -webkit-animation-duration: 291ms; animation-duration: 291ms; } .staff .note-interval.ni-sustain-292::after { -webkit-animation-duration: 292ms; animation-duration: 292ms; } .staff .note-interval.ni-sustain-293::after { -webkit-animation-duration: 293ms; animation-duration: 293ms; } .staff .note-interval.ni-sustain-294::after { -webkit-animation-duration: 294ms; animation-duration: 294ms; } .staff .note-interval.ni-sustain-295::after { -webkit-animation-duration: 295ms; animation-duration: 295ms; } .staff .note-interval.ni-sustain-296::after { -webkit-animation-duration: 296ms; animation-duration: 296ms; } .staff .note-interval.ni-sustain-297::after { -webkit-animation-duration: 297ms; animation-duration: 297ms; } .staff .note-interval.ni-sustain-298::after { -webkit-animation-duration: 298ms; animation-duration: 298ms; } .staff .note-interval.ni-sustain-299::after { -webkit-animation-duration: 299ms; animation-duration: 299ms; } .staff .note-interval.ni-sustain-300::after { -webkit-animation-duration: 300ms; animation-duration: 300ms; } .staff .note-interval.ni-sustain-301::after { -webkit-animation-duration: 301ms; animation-duration: 301ms; } .staff .note-interval.ni-sustain-302::after { -webkit-animation-duration: 302ms; animation-duration: 302ms; } .staff .note-interval.ni-sustain-303::after { -webkit-animation-duration: 303ms; animation-duration: 303ms; } .staff .note-interval.ni-sustain-304::after { -webkit-animation-duration: 304ms; animation-duration: 304ms; } .staff .note-interval.ni-sustain-305::after { -webkit-animation-duration: 305ms; animation-duration: 305ms; } .staff .note-interval.ni-sustain-306::after { -webkit-animation-duration: 306ms; animation-duration: 306ms; } .staff .note-interval.ni-sustain-307::after { -webkit-animation-duration: 307ms; animation-duration: 307ms; } .staff .note-interval.ni-sustain-308::after { -webkit-animation-duration: 308ms; animation-duration: 308ms; } .staff .note-interval.ni-sustain-309::after { -webkit-animation-duration: 309ms; animation-duration: 309ms; } .staff .note-interval.ni-sustain-310::after { -webkit-animation-duration: 310ms; animation-duration: 310ms; } .staff .note-interval.ni-sustain-311::after { -webkit-animation-duration: 311ms; animation-duration: 311ms; } .staff .note-interval.ni-sustain-312::after { -webkit-animation-duration: 312ms; animation-duration: 312ms; } .staff .note-interval.ni-sustain-313::after { -webkit-animation-duration: 313ms; animation-duration: 313ms; } .staff .note-interval.ni-sustain-314::after { -webkit-animation-duration: 314ms; animation-duration: 314ms; } .staff .note-interval.ni-sustain-315::after { -webkit-animation-duration: 315ms; animation-duration: 315ms; } .staff .note-interval.ni-sustain-316::after { -webkit-animation-duration: 316ms; animation-duration: 316ms; } .staff .note-interval.ni-sustain-317::after { -webkit-animation-duration: 317ms; animation-duration: 317ms; } .staff .note-interval.ni-sustain-318::after { -webkit-animation-duration: 318ms; animation-duration: 318ms; } .staff .note-interval.ni-sustain-319::after { -webkit-animation-duration: 319ms; animation-duration: 319ms; } .staff .note-interval.ni-sustain-320::after { -webkit-animation-duration: 320ms; animation-duration: 320ms; } .staff .note-interval.ni-sustain-321::after { -webkit-animation-duration: 321ms; animation-duration: 321ms; } .staff .note-interval.ni-sustain-322::after { -webkit-animation-duration: 322ms; animation-duration: 322ms; } .staff .note-interval.ni-sustain-323::after { -webkit-animation-duration: 323ms; animation-duration: 323ms; } .staff .note-interval.ni-sustain-324::after { -webkit-animation-duration: 324ms; animation-duration: 324ms; } .staff .note-interval.ni-sustain-325::after { -webkit-animation-duration: 325ms; animation-duration: 325ms; } .staff .note-interval.ni-sustain-326::after { -webkit-animation-duration: 326ms; animation-duration: 326ms; } .staff .note-interval.ni-sustain-327::after { -webkit-animation-duration: 327ms; animation-duration: 327ms; } .staff .note-interval.ni-sustain-328::after { -webkit-animation-duration: 328ms; animation-duration: 328ms; } .staff .note-interval.ni-sustain-329::after { -webkit-animation-duration: 329ms; animation-duration: 329ms; } .staff .note-interval.ni-sustain-330::after { -webkit-animation-duration: 330ms; animation-duration: 330ms; } .staff .note-interval.ni-sustain-331::after { -webkit-animation-duration: 331ms; animation-duration: 331ms; } .staff .note-interval.ni-sustain-332::after { -webkit-animation-duration: 332ms; animation-duration: 332ms; } .staff .note-interval.ni-sustain-333::after { -webkit-animation-duration: 333ms; animation-duration: 333ms; } .staff .note-interval.ni-sustain-334::after { -webkit-animation-duration: 334ms; animation-duration: 334ms; } .staff .note-interval.ni-sustain-335::after { -webkit-animation-duration: 335ms; animation-duration: 335ms; } .staff .note-interval.ni-sustain-336::after { -webkit-animation-duration: 336ms; animation-duration: 336ms; } .staff .note-interval.ni-sustain-337::after { -webkit-animation-duration: 337ms; animation-duration: 337ms; } .staff .note-interval.ni-sustain-338::after { -webkit-animation-duration: 338ms; animation-duration: 338ms; } .staff .note-interval.ni-sustain-339::after { -webkit-animation-duration: 339ms; animation-duration: 339ms; } .staff .note-interval.ni-sustain-340::after { -webkit-animation-duration: 340ms; animation-duration: 340ms; } .staff .note-interval.ni-sustain-341::after { -webkit-animation-duration: 341ms; animation-duration: 341ms; } .staff .note-interval.ni-sustain-342::after { -webkit-animation-duration: 342ms; animation-duration: 342ms; } .staff .note-interval.ni-sustain-343::after { -webkit-animation-duration: 343ms; animation-duration: 343ms; } .staff .note-interval.ni-sustain-344::after { -webkit-animation-duration: 344ms; animation-duration: 344ms; } .staff .note-interval.ni-sustain-345::after { -webkit-animation-duration: 345ms; animation-duration: 345ms; } .staff .note-interval.ni-sustain-346::after { -webkit-animation-duration: 346ms; animation-duration: 346ms; } .staff .note-interval.ni-sustain-347::after { -webkit-animation-duration: 347ms; animation-duration: 347ms; } .staff .note-interval.ni-sustain-348::after { -webkit-animation-duration: 348ms; animation-duration: 348ms; } .staff .note-interval.ni-sustain-349::after { -webkit-animation-duration: 349ms; animation-duration: 349ms; } .staff .note-interval.ni-sustain-350::after { -webkit-animation-duration: 350ms; animation-duration: 350ms; } .staff .note-interval.ni-sustain-351::after { -webkit-animation-duration: 351ms; animation-duration: 351ms; } .staff .note-interval.ni-sustain-352::after { -webkit-animation-duration: 352ms; animation-duration: 352ms; } .staff .note-interval.ni-sustain-353::after { -webkit-animation-duration: 353ms; animation-duration: 353ms; } .staff .note-interval.ni-sustain-354::after { -webkit-animation-duration: 354ms; animation-duration: 354ms; } .staff .note-interval.ni-sustain-355::after { -webkit-animation-duration: 355ms; animation-duration: 355ms; } .staff .note-interval.ni-sustain-356::after { -webkit-animation-duration: 356ms; animation-duration: 356ms; } .staff .note-interval.ni-sustain-357::after { -webkit-animation-duration: 357ms; animation-duration: 357ms; } .staff .note-interval.ni-sustain-358::after { -webkit-animation-duration: 358ms; animation-duration: 358ms; } .staff .note-interval.ni-sustain-359::after { -webkit-animation-duration: 359ms; animation-duration: 359ms; } .staff .note-interval.ni-sustain-360::after { -webkit-animation-duration: 360ms; animation-duration: 360ms; } .staff .note-interval.ni-sustain-361::after { -webkit-animation-duration: 361ms; animation-duration: 361ms; } .staff .note-interval.ni-sustain-362::after { -webkit-animation-duration: 362ms; animation-duration: 362ms; } .staff .note-interval.ni-sustain-363::after { -webkit-animation-duration: 363ms; animation-duration: 363ms; } .staff .note-interval.ni-sustain-364::after { -webkit-animation-duration: 364ms; animation-duration: 364ms; } .staff .note-interval.ni-sustain-365::after { -webkit-animation-duration: 365ms; animation-duration: 365ms; } .staff .note-interval.ni-sustain-366::after { -webkit-animation-duration: 366ms; animation-duration: 366ms; } .staff .note-interval.ni-sustain-367::after { -webkit-animation-duration: 367ms; animation-duration: 367ms; } .staff .note-interval.ni-sustain-368::after { -webkit-animation-duration: 368ms; animation-duration: 368ms; } .staff .note-interval.ni-sustain-369::after { -webkit-animation-duration: 369ms; animation-duration: 369ms; } .staff .note-interval.ni-sustain-370::after { -webkit-animation-duration: 370ms; animation-duration: 370ms; } .staff .note-interval.ni-sustain-371::after { -webkit-animation-duration: 371ms; animation-duration: 371ms; } .staff .note-interval.ni-sustain-372::after { -webkit-animation-duration: 372ms; animation-duration: 372ms; } .staff .note-interval.ni-sustain-373::after { -webkit-animation-duration: 373ms; animation-duration: 373ms; } .staff .note-interval.ni-sustain-374::after { -webkit-animation-duration: 374ms; animation-duration: 374ms; } .staff .note-interval.ni-sustain-375::after { -webkit-animation-duration: 375ms; animation-duration: 375ms; } .staff .note-interval.ni-sustain-376::after { -webkit-animation-duration: 376ms; animation-duration: 376ms; } .staff .note-interval.ni-sustain-377::after { -webkit-animation-duration: 377ms; animation-duration: 377ms; } .staff .note-interval.ni-sustain-378::after { -webkit-animation-duration: 378ms; animation-duration: 378ms; } .staff .note-interval.ni-sustain-379::after { -webkit-animation-duration: 379ms; animation-duration: 379ms; } .staff .note-interval.ni-sustain-380::after { -webkit-animation-duration: 380ms; animation-duration: 380ms; } .staff .note-interval.ni-sustain-381::after { -webkit-animation-duration: 381ms; animation-duration: 381ms; } .staff .note-interval.ni-sustain-382::after { -webkit-animation-duration: 382ms; animation-duration: 382ms; } .staff .note-interval.ni-sustain-383::after { -webkit-animation-duration: 383ms; animation-duration: 383ms; } .staff .note-interval.ni-sustain-384::after { -webkit-animation-duration: 384ms; animation-duration: 384ms; } .staff .note-interval.ni-sustain-385::after { -webkit-animation-duration: 385ms; animation-duration: 385ms; } .staff .note-interval.ni-sustain-386::after { -webkit-animation-duration: 386ms; animation-duration: 386ms; } .staff .note-interval.ni-sustain-387::after { -webkit-animation-duration: 387ms; animation-duration: 387ms; } .staff .note-interval.ni-sustain-388::after { -webkit-animation-duration: 388ms; animation-duration: 388ms; } .staff .note-interval.ni-sustain-389::after { -webkit-animation-duration: 389ms; animation-duration: 389ms; } .staff .note-interval.ni-sustain-390::after { -webkit-animation-duration: 390ms; animation-duration: 390ms; } .staff .note-interval.ni-sustain-391::after { -webkit-animation-duration: 391ms; animation-duration: 391ms; } .staff .note-interval.ni-sustain-392::after { -webkit-animation-duration: 392ms; animation-duration: 392ms; } .staff .note-interval.ni-sustain-393::after { -webkit-animation-duration: 393ms; animation-duration: 393ms; } .staff .note-interval.ni-sustain-394::after { -webkit-animation-duration: 394ms; animation-duration: 394ms; } .staff .note-interval.ni-sustain-395::after { -webkit-animation-duration: 395ms; animation-duration: 395ms; } .staff .note-interval.ni-sustain-396::after { -webkit-animation-duration: 396ms; animation-duration: 396ms; } .staff .note-interval.ni-sustain-397::after { -webkit-animation-duration: 397ms; animation-duration: 397ms; } .staff .note-interval.ni-sustain-398::after { -webkit-animation-duration: 398ms; animation-duration: 398ms; } .staff .note-interval.ni-sustain-399::after { -webkit-animation-duration: 399ms; animation-duration: 399ms; } .staff .note-interval.ni-sustain-400::after { -webkit-animation-duration: 400ms; animation-duration: 400ms; } .staff .note-interval.ni-sustain-401::after { -webkit-animation-duration: 401ms; animation-duration: 401ms; } .staff .note-interval.ni-sustain-402::after { -webkit-animation-duration: 402ms; animation-duration: 402ms; } .staff .note-interval.ni-sustain-403::after { -webkit-animation-duration: 403ms; animation-duration: 403ms; } .staff .note-interval.ni-sustain-404::after { -webkit-animation-duration: 404ms; animation-duration: 404ms; } .staff .note-interval.ni-sustain-405::after { -webkit-animation-duration: 405ms; animation-duration: 405ms; } .staff .note-interval.ni-sustain-406::after { -webkit-animation-duration: 406ms; animation-duration: 406ms; } .staff .note-interval.ni-sustain-407::after { -webkit-animation-duration: 407ms; animation-duration: 407ms; } .staff .note-interval.ni-sustain-408::after { -webkit-animation-duration: 408ms; animation-duration: 408ms; } .staff .note-interval.ni-sustain-409::after { -webkit-animation-duration: 409ms; animation-duration: 409ms; } .staff .note-interval.ni-sustain-410::after { -webkit-animation-duration: 410ms; animation-duration: 410ms; } .staff .note-interval.ni-sustain-411::after { -webkit-animation-duration: 411ms; animation-duration: 411ms; } .staff .note-interval.ni-sustain-412::after { -webkit-animation-duration: 412ms; animation-duration: 412ms; } .staff .note-interval.ni-sustain-413::after { -webkit-animation-duration: 413ms; animation-duration: 413ms; } .staff .note-interval.ni-sustain-414::after { -webkit-animation-duration: 414ms; animation-duration: 414ms; } .staff .note-interval.ni-sustain-415::after { -webkit-animation-duration: 415ms; animation-duration: 415ms; } .staff .note-interval.ni-sustain-416::after { -webkit-animation-duration: 416ms; animation-duration: 416ms; } .staff .note-interval.ni-sustain-417::after { -webkit-animation-duration: 417ms; animation-duration: 417ms; } .staff .note-interval.ni-sustain-418::after { -webkit-animation-duration: 418ms; animation-duration: 418ms; } .staff .note-interval.ni-sustain-419::after { -webkit-animation-duration: 419ms; animation-duration: 419ms; } .staff .note-interval.ni-sustain-420::after { -webkit-animation-duration: 420ms; animation-duration: 420ms; } .staff .note-interval.ni-sustain-421::after { -webkit-animation-duration: 421ms; animation-duration: 421ms; } .staff .note-interval.ni-sustain-422::after { -webkit-animation-duration: 422ms; animation-duration: 422ms; } .staff .note-interval.ni-sustain-423::after { -webkit-animation-duration: 423ms; animation-duration: 423ms; } .staff .note-interval.ni-sustain-424::after { -webkit-animation-duration: 424ms; animation-duration: 424ms; } .staff .note-interval.ni-sustain-425::after { -webkit-animation-duration: 425ms; animation-duration: 425ms; } .staff .note-interval.ni-sustain-426::after { -webkit-animation-duration: 426ms; animation-duration: 426ms; } .staff .note-interval.ni-sustain-427::after { -webkit-animation-duration: 427ms; animation-duration: 427ms; } .staff .note-interval.ni-sustain-428::after { -webkit-animation-duration: 428ms; animation-duration: 428ms; } .staff .note-interval.ni-sustain-429::after { -webkit-animation-duration: 429ms; animation-duration: 429ms; } .staff .note-interval.ni-sustain-430::after { -webkit-animation-duration: 430ms; animation-duration: 430ms; } .staff .note-interval.ni-sustain-431::after { -webkit-animation-duration: 431ms; animation-duration: 431ms; } .staff .note-interval.ni-sustain-432::after { -webkit-animation-duration: 432ms; animation-duration: 432ms; } .staff .note-interval.ni-sustain-433::after { -webkit-animation-duration: 433ms; animation-duration: 433ms; } .staff .note-interval.ni-sustain-434::after { -webkit-animation-duration: 434ms; animation-duration: 434ms; } .staff .note-interval.ni-sustain-435::after { -webkit-animation-duration: 435ms; animation-duration: 435ms; } .staff .note-interval.ni-sustain-436::after { -webkit-animation-duration: 436ms; animation-duration: 436ms; } .staff .note-interval.ni-sustain-437::after { -webkit-animation-duration: 437ms; animation-duration: 437ms; } .staff .note-interval.ni-sustain-438::after { -webkit-animation-duration: 438ms; animation-duration: 438ms; } .staff .note-interval.ni-sustain-439::after { -webkit-animation-duration: 439ms; animation-duration: 439ms; } .staff .note-interval.ni-sustain-440::after { -webkit-animation-duration: 440ms; animation-duration: 440ms; } .staff .note-interval.ni-sustain-441::after { -webkit-animation-duration: 441ms; animation-duration: 441ms; } .staff .note-interval.ni-sustain-442::after { -webkit-animation-duration: 442ms; animation-duration: 442ms; } .staff .note-interval.ni-sustain-443::after { -webkit-animation-duration: 443ms; animation-duration: 443ms; } .staff .note-interval.ni-sustain-444::after { -webkit-animation-duration: 444ms; animation-duration: 444ms; } .staff .note-interval.ni-sustain-445::after { -webkit-animation-duration: 445ms; animation-duration: 445ms; } .staff .note-interval.ni-sustain-446::after { -webkit-animation-duration: 446ms; animation-duration: 446ms; } .staff .note-interval.ni-sustain-447::after { -webkit-animation-duration: 447ms; animation-duration: 447ms; } .staff .note-interval.ni-sustain-448::after { -webkit-animation-duration: 448ms; animation-duration: 448ms; } .staff .note-interval.ni-sustain-449::after { -webkit-animation-duration: 449ms; animation-duration: 449ms; } .staff .note-interval.ni-sustain-450::after { -webkit-animation-duration: 450ms; animation-duration: 450ms; } .staff .note-interval.ni-sustain-451::after { -webkit-animation-duration: 451ms; animation-duration: 451ms; } .staff .note-interval.ni-sustain-452::after { -webkit-animation-duration: 452ms; animation-duration: 452ms; } .staff .note-interval.ni-sustain-453::after { -webkit-animation-duration: 453ms; animation-duration: 453ms; } .staff .note-interval.ni-sustain-454::after { -webkit-animation-duration: 454ms; animation-duration: 454ms; } .staff .note-interval.ni-sustain-455::after { -webkit-animation-duration: 455ms; animation-duration: 455ms; } .staff .note-interval.ni-sustain-456::after { -webkit-animation-duration: 456ms; animation-duration: 456ms; } .staff .note-interval.ni-sustain-457::after { -webkit-animation-duration: 457ms; animation-duration: 457ms; } .staff .note-interval.ni-sustain-458::after { -webkit-animation-duration: 458ms; animation-duration: 458ms; } .staff .note-interval.ni-sustain-459::after { -webkit-animation-duration: 459ms; animation-duration: 459ms; } .staff .note-interval.ni-sustain-460::after { -webkit-animation-duration: 460ms; animation-duration: 460ms; } .staff .note-interval.ni-sustain-461::after { -webkit-animation-duration: 461ms; animation-duration: 461ms; } .staff .note-interval.ni-sustain-462::after { -webkit-animation-duration: 462ms; animation-duration: 462ms; } .staff .note-interval.ni-sustain-463::after { -webkit-animation-duration: 463ms; animation-duration: 463ms; } .staff .note-interval.ni-sustain-464::after { -webkit-animation-duration: 464ms; animation-duration: 464ms; } .staff .note-interval.ni-sustain-465::after { -webkit-animation-duration: 465ms; animation-duration: 465ms; } .staff .note-interval.ni-sustain-466::after { -webkit-animation-duration: 466ms; animation-duration: 466ms; } .staff .note-interval.ni-sustain-467::after { -webkit-animation-duration: 467ms; animation-duration: 467ms; } .staff .note-interval.ni-sustain-468::after { -webkit-animation-duration: 468ms; animation-duration: 468ms; } .staff .note-interval.ni-sustain-469::after { -webkit-animation-duration: 469ms; animation-duration: 469ms; } .staff .note-interval.ni-sustain-470::after { -webkit-animation-duration: 470ms; animation-duration: 470ms; } .staff .note-interval.ni-sustain-471::after { -webkit-animation-duration: 471ms; animation-duration: 471ms; } .staff .note-interval.ni-sustain-472::after { -webkit-animation-duration: 472ms; animation-duration: 472ms; } .staff .note-interval.ni-sustain-473::after { -webkit-animation-duration: 473ms; animation-duration: 473ms; } .staff .note-interval.ni-sustain-474::after { -webkit-animation-duration: 474ms; animation-duration: 474ms; } .staff .note-interval.ni-sustain-475::after { -webkit-animation-duration: 475ms; animation-duration: 475ms; } .staff .note-interval.ni-sustain-476::after { -webkit-animation-duration: 476ms; animation-duration: 476ms; } .staff .note-interval.ni-sustain-477::after { -webkit-animation-duration: 477ms; animation-duration: 477ms; } .staff .note-interval.ni-sustain-478::after { -webkit-animation-duration: 478ms; animation-duration: 478ms; } .staff .note-interval.ni-sustain-479::after { -webkit-animation-duration: 479ms; animation-duration: 479ms; } .staff .note-interval.ni-sustain-480::after { -webkit-animation-duration: 480ms; animation-duration: 480ms; } .staff .note-interval.ni-sustain-481::after { -webkit-animation-duration: 481ms; animation-duration: 481ms; } .staff .note-interval.ni-sustain-482::after { -webkit-animation-duration: 482ms; animation-duration: 482ms; } .staff .note-interval.ni-sustain-483::after { -webkit-animation-duration: 483ms; animation-duration: 483ms; } .staff .note-interval.ni-sustain-484::after { -webkit-animation-duration: 484ms; animation-duration: 484ms; } .staff .note-interval.ni-sustain-485::after { -webkit-animation-duration: 485ms; animation-duration: 485ms; } .staff .note-interval.ni-sustain-486::after { -webkit-animation-duration: 486ms; animation-duration: 486ms; } .staff .note-interval.ni-sustain-487::after { -webkit-animation-duration: 487ms; animation-duration: 487ms; } .staff .note-interval.ni-sustain-488::after { -webkit-animation-duration: 488ms; animation-duration: 488ms; } .staff .note-interval.ni-sustain-489::after { -webkit-animation-duration: 489ms; animation-duration: 489ms; } .staff .note-interval.ni-sustain-490::after { -webkit-animation-duration: 490ms; animation-duration: 490ms; } .staff .note-interval.ni-sustain-491::after { -webkit-animation-duration: 491ms; animation-duration: 491ms; } .staff .note-interval.ni-sustain-492::after { -webkit-animation-duration: 492ms; animation-duration: 492ms; } .staff .note-interval.ni-sustain-493::after { -webkit-animation-duration: 493ms; animation-duration: 493ms; } .staff .note-interval.ni-sustain-494::after { -webkit-animation-duration: 494ms; animation-duration: 494ms; } .staff .note-interval.ni-sustain-495::after { -webkit-animation-duration: 495ms; animation-duration: 495ms; } .staff .note-interval.ni-sustain-496::after { -webkit-animation-duration: 496ms; animation-duration: 496ms; } .staff .note-interval.ni-sustain-497::after { -webkit-animation-duration: 497ms; animation-duration: 497ms; } .staff .note-interval.ni-sustain-498::after { -webkit-animation-duration: 498ms; animation-duration: 498ms; } .staff .note-interval.ni-sustain-499::after { -webkit-animation-duration: 499ms; animation-duration: 499ms; } .staff .note-interval.ni-sustain-500::after { -webkit-animation-duration: 500ms; animation-duration: 500ms; } .staff .note-interval.ni-sustain-501::after { -webkit-animation-duration: 501ms; animation-duration: 501ms; } .staff .note-interval.ni-sustain-502::after { -webkit-animation-duration: 502ms; animation-duration: 502ms; } .staff .note-interval.ni-sustain-503::after { -webkit-animation-duration: 503ms; animation-duration: 503ms; } .staff .note-interval.ni-sustain-504::after { -webkit-animation-duration: 504ms; animation-duration: 504ms; } .staff .note-interval.ni-sustain-505::after { -webkit-animation-duration: 505ms; animation-duration: 505ms; } .staff .note-interval.ni-sustain-506::after { -webkit-animation-duration: 506ms; animation-duration: 506ms; } .staff .note-interval.ni-sustain-507::after { -webkit-animation-duration: 507ms; animation-duration: 507ms; } .staff .note-interval.ni-sustain-508::after { -webkit-animation-duration: 508ms; animation-duration: 508ms; } .staff .note-interval.ni-sustain-509::after { -webkit-animation-duration: 509ms; animation-duration: 509ms; } .staff .note-interval.ni-sustain-510::after { -webkit-animation-duration: 510ms; animation-duration: 510ms; } .staff .note-interval.ni-sustain-511::after { -webkit-animation-duration: 511ms; animation-duration: 511ms; } .staff .note-interval.ni-sustain-512::after { -webkit-animation-duration: 512ms; animation-duration: 512ms; } .staff .note-interval.ni-sustain-513::after { -webkit-animation-duration: 513ms; animation-duration: 513ms; } .staff .note-interval.ni-sustain-514::after { -webkit-animation-duration: 514ms; animation-duration: 514ms; } .staff .note-interval.ni-sustain-515::after { -webkit-animation-duration: 515ms; animation-duration: 515ms; } .staff .note-interval.ni-sustain-516::after { -webkit-animation-duration: 516ms; animation-duration: 516ms; } .staff .note-interval.ni-sustain-517::after { -webkit-animation-duration: 517ms; animation-duration: 517ms; } .staff .note-interval.ni-sustain-518::after { -webkit-animation-duration: 518ms; animation-duration: 518ms; } .staff .note-interval.ni-sustain-519::after { -webkit-animation-duration: 519ms; animation-duration: 519ms; } .staff .note-interval.ni-sustain-520::after { -webkit-animation-duration: 520ms; animation-duration: 520ms; } .staff .note-interval.ni-sustain-521::after { -webkit-animation-duration: 521ms; animation-duration: 521ms; } .staff .note-interval.ni-sustain-522::after { -webkit-animation-duration: 522ms; animation-duration: 522ms; } .staff .note-interval.ni-sustain-523::after { -webkit-animation-duration: 523ms; animation-duration: 523ms; } .staff .note-interval.ni-sustain-524::after { -webkit-animation-duration: 524ms; animation-duration: 524ms; } .staff .note-interval.ni-sustain-525::after { -webkit-animation-duration: 525ms; animation-duration: 525ms; } .staff .note-interval.ni-sustain-526::after { -webkit-animation-duration: 526ms; animation-duration: 526ms; } .staff .note-interval.ni-sustain-527::after { -webkit-animation-duration: 527ms; animation-duration: 527ms; } .staff .note-interval.ni-sustain-528::after { -webkit-animation-duration: 528ms; animation-duration: 528ms; } .staff .note-interval.ni-sustain-529::after { -webkit-animation-duration: 529ms; animation-duration: 529ms; } .staff .note-interval.ni-sustain-530::after { -webkit-animation-duration: 530ms; animation-duration: 530ms; } .staff .note-interval.ni-sustain-531::after { -webkit-animation-duration: 531ms; animation-duration: 531ms; } .staff .note-interval.ni-sustain-532::after { -webkit-animation-duration: 532ms; animation-duration: 532ms; } .staff .note-interval.ni-sustain-533::after { -webkit-animation-duration: 533ms; animation-duration: 533ms; } .staff .note-interval.ni-sustain-534::after { -webkit-animation-duration: 534ms; animation-duration: 534ms; } .staff .note-interval.ni-sustain-535::after { -webkit-animation-duration: 535ms; animation-duration: 535ms; } .staff .note-interval.ni-sustain-536::after { -webkit-animation-duration: 536ms; animation-duration: 536ms; } .staff .note-interval.ni-sustain-537::after { -webkit-animation-duration: 537ms; animation-duration: 537ms; } .staff .note-interval.ni-sustain-538::after { -webkit-animation-duration: 538ms; animation-duration: 538ms; } .staff .note-interval.ni-sustain-539::after { -webkit-animation-duration: 539ms; animation-duration: 539ms; } .staff .note-interval.ni-sustain-540::after { -webkit-animation-duration: 540ms; animation-duration: 540ms; } .staff .note-interval.ni-sustain-541::after { -webkit-animation-duration: 541ms; animation-duration: 541ms; } .staff .note-interval.ni-sustain-542::after { -webkit-animation-duration: 542ms; animation-duration: 542ms; } .staff .note-interval.ni-sustain-543::after { -webkit-animation-duration: 543ms; animation-duration: 543ms; } .staff .note-interval.ni-sustain-544::after { -webkit-animation-duration: 544ms; animation-duration: 544ms; } .staff .note-interval.ni-sustain-545::after { -webkit-animation-duration: 545ms; animation-duration: 545ms; } .staff .note-interval.ni-sustain-546::after { -webkit-animation-duration: 546ms; animation-duration: 546ms; } .staff .note-interval.ni-sustain-547::after { -webkit-animation-duration: 547ms; animation-duration: 547ms; } .staff .note-interval.ni-sustain-548::after { -webkit-animation-duration: 548ms; animation-duration: 548ms; } .staff .note-interval.ni-sustain-549::after { -webkit-animation-duration: 549ms; animation-duration: 549ms; } .staff .note-interval.ni-sustain-550::after { -webkit-animation-duration: 550ms; animation-duration: 550ms; } .staff .note-interval.ni-sustain-551::after { -webkit-animation-duration: 551ms; animation-duration: 551ms; } .staff .note-interval.ni-sustain-552::after { -webkit-animation-duration: 552ms; animation-duration: 552ms; } .staff .note-interval.ni-sustain-553::after { -webkit-animation-duration: 553ms; animation-duration: 553ms; } .staff .note-interval.ni-sustain-554::after { -webkit-animation-duration: 554ms; animation-duration: 554ms; } .staff .note-interval.ni-sustain-555::after { -webkit-animation-duration: 555ms; animation-duration: 555ms; } .staff .note-interval.ni-sustain-556::after { -webkit-animation-duration: 556ms; animation-duration: 556ms; } .staff .note-interval.ni-sustain-557::after { -webkit-animation-duration: 557ms; animation-duration: 557ms; } .staff .note-interval.ni-sustain-558::after { -webkit-animation-duration: 558ms; animation-duration: 558ms; } .staff .note-interval.ni-sustain-559::after { -webkit-animation-duration: 559ms; animation-duration: 559ms; } .staff .note-interval.ni-sustain-560::after { -webkit-animation-duration: 560ms; animation-duration: 560ms; } .staff .note-interval.ni-sustain-561::after { -webkit-animation-duration: 561ms; animation-duration: 561ms; } .staff .note-interval.ni-sustain-562::after { -webkit-animation-duration: 562ms; animation-duration: 562ms; } .staff .note-interval.ni-sustain-563::after { -webkit-animation-duration: 563ms; animation-duration: 563ms; } .staff .note-interval.ni-sustain-564::after { -webkit-animation-duration: 564ms; animation-duration: 564ms; } .staff .note-interval.ni-sustain-565::after { -webkit-animation-duration: 565ms; animation-duration: 565ms; } .staff .note-interval.ni-sustain-566::after { -webkit-animation-duration: 566ms; animation-duration: 566ms; } .staff .note-interval.ni-sustain-567::after { -webkit-animation-duration: 567ms; animation-duration: 567ms; } .staff .note-interval.ni-sustain-568::after { -webkit-animation-duration: 568ms; animation-duration: 568ms; } .staff .note-interval.ni-sustain-569::after { -webkit-animation-duration: 569ms; animation-duration: 569ms; } .staff .note-interval.ni-sustain-570::after { -webkit-animation-duration: 570ms; animation-duration: 570ms; } .staff .note-interval.ni-sustain-571::after { -webkit-animation-duration: 571ms; animation-duration: 571ms; } .staff .note-interval.ni-sustain-572::after { -webkit-animation-duration: 572ms; animation-duration: 572ms; } .staff .note-interval.ni-sustain-573::after { -webkit-animation-duration: 573ms; animation-duration: 573ms; } .staff .note-interval.ni-sustain-574::after { -webkit-animation-duration: 574ms; animation-duration: 574ms; } .staff .note-interval.ni-sustain-575::after { -webkit-animation-duration: 575ms; animation-duration: 575ms; } .staff .note-interval.ni-sustain-576::after { -webkit-animation-duration: 576ms; animation-duration: 576ms; } .staff .note-interval.ni-sustain-577::after { -webkit-animation-duration: 577ms; animation-duration: 577ms; } .staff .note-interval.ni-sustain-578::after { -webkit-animation-duration: 578ms; animation-duration: 578ms; } .staff .note-interval.ni-sustain-579::after { -webkit-animation-duration: 579ms; animation-duration: 579ms; } .staff .note-interval.ni-sustain-580::after { -webkit-animation-duration: 580ms; animation-duration: 580ms; } .staff .note-interval.ni-sustain-581::after { -webkit-animation-duration: 581ms; animation-duration: 581ms; } .staff .note-interval.ni-sustain-582::after { -webkit-animation-duration: 582ms; animation-duration: 582ms; } .staff .note-interval.ni-sustain-583::after { -webkit-animation-duration: 583ms; animation-duration: 583ms; } .staff .note-interval.ni-sustain-584::after { -webkit-animation-duration: 584ms; animation-duration: 584ms; } .staff .note-interval.ni-sustain-585::after { -webkit-animation-duration: 585ms; animation-duration: 585ms; } .staff .note-interval.ni-sustain-586::after { -webkit-animation-duration: 586ms; animation-duration: 586ms; } .staff .note-interval.ni-sustain-587::after { -webkit-animation-duration: 587ms; animation-duration: 587ms; } .staff .note-interval.ni-sustain-588::after { -webkit-animation-duration: 588ms; animation-duration: 588ms; } .staff .note-interval.ni-sustain-589::after { -webkit-animation-duration: 589ms; animation-duration: 589ms; } .staff .note-interval.ni-sustain-590::after { -webkit-animation-duration: 590ms; animation-duration: 590ms; } .staff .note-interval.ni-sustain-591::after { -webkit-animation-duration: 591ms; animation-duration: 591ms; } .staff .note-interval.ni-sustain-592::after { -webkit-animation-duration: 592ms; animation-duration: 592ms; } .staff .note-interval.ni-sustain-593::after { -webkit-animation-duration: 593ms; animation-duration: 593ms; } .staff .note-interval.ni-sustain-594::after { -webkit-animation-duration: 594ms; animation-duration: 594ms; } .staff .note-interval.ni-sustain-595::after { -webkit-animation-duration: 595ms; animation-duration: 595ms; } .staff .note-interval.ni-sustain-596::after { -webkit-animation-duration: 596ms; animation-duration: 596ms; } .staff .note-interval.ni-sustain-597::after { -webkit-animation-duration: 597ms; animation-duration: 597ms; } .staff .note-interval.ni-sustain-598::after { -webkit-animation-duration: 598ms; animation-duration: 598ms; } .staff .note-interval.ni-sustain-599::after { -webkit-animation-duration: 599ms; animation-duration: 599ms; } .staff .note-interval.ni-sustain-600::after { -webkit-animation-duration: 600ms; animation-duration: 600ms; } .staff .note-interval.ni-sustain-601::after { -webkit-animation-duration: 601ms; animation-duration: 601ms; } .staff .note-interval.ni-sustain-602::after { -webkit-animation-duration: 602ms; animation-duration: 602ms; } .staff .note-interval.ni-sustain-603::after { -webkit-animation-duration: 603ms; animation-duration: 603ms; } .staff .note-interval.ni-sustain-604::after { -webkit-animation-duration: 604ms; animation-duration: 604ms; } .staff .note-interval.ni-sustain-605::after { -webkit-animation-duration: 605ms; animation-duration: 605ms; } .staff .note-interval.ni-sustain-606::after { -webkit-animation-duration: 606ms; animation-duration: 606ms; } .staff .note-interval.ni-sustain-607::after { -webkit-animation-duration: 607ms; animation-duration: 607ms; } .staff .note-interval.ni-sustain-608::after { -webkit-animation-duration: 608ms; animation-duration: 608ms; } .staff .note-interval.ni-sustain-609::after { -webkit-animation-duration: 609ms; animation-duration: 609ms; } .staff .note-interval.ni-sustain-610::after { -webkit-animation-duration: 610ms; animation-duration: 610ms; } .staff .note-interval.ni-sustain-611::after { -webkit-animation-duration: 611ms; animation-duration: 611ms; } .staff .note-interval.ni-sustain-612::after { -webkit-animation-duration: 612ms; animation-duration: 612ms; } .staff .note-interval.ni-sustain-613::after { -webkit-animation-duration: 613ms; animation-duration: 613ms; } .staff .note-interval.ni-sustain-614::after { -webkit-animation-duration: 614ms; animation-duration: 614ms; } .staff .note-interval.ni-sustain-615::after { -webkit-animation-duration: 615ms; animation-duration: 615ms; } .staff .note-interval.ni-sustain-616::after { -webkit-animation-duration: 616ms; animation-duration: 616ms; } .staff .note-interval.ni-sustain-617::after { -webkit-animation-duration: 617ms; animation-duration: 617ms; } .staff .note-interval.ni-sustain-618::after { -webkit-animation-duration: 618ms; animation-duration: 618ms; } .staff .note-interval.ni-sustain-619::after { -webkit-animation-duration: 619ms; animation-duration: 619ms; } .staff .note-interval.ni-sustain-620::after { -webkit-animation-duration: 620ms; animation-duration: 620ms; } .staff .note-interval.ni-sustain-621::after { -webkit-animation-duration: 621ms; animation-duration: 621ms; } .staff .note-interval.ni-sustain-622::after { -webkit-animation-duration: 622ms; animation-duration: 622ms; } .staff .note-interval.ni-sustain-623::after { -webkit-animation-duration: 623ms; animation-duration: 623ms; } .staff .note-interval.ni-sustain-624::after { -webkit-animation-duration: 624ms; animation-duration: 624ms; } .staff .note-interval.ni-sustain-625::after { -webkit-animation-duration: 625ms; animation-duration: 625ms; } .staff .note-interval.ni-sustain-626::after { -webkit-animation-duration: 626ms; animation-duration: 626ms; } .staff .note-interval.ni-sustain-627::after { -webkit-animation-duration: 627ms; animation-duration: 627ms; } .staff .note-interval.ni-sustain-628::after { -webkit-animation-duration: 628ms; animation-duration: 628ms; } .staff .note-interval.ni-sustain-629::after { -webkit-animation-duration: 629ms; animation-duration: 629ms; } .staff .note-interval.ni-sustain-630::after { -webkit-animation-duration: 630ms; animation-duration: 630ms; } .staff .note-interval.ni-sustain-631::after { -webkit-animation-duration: 631ms; animation-duration: 631ms; } .staff .note-interval.ni-sustain-632::after { -webkit-animation-duration: 632ms; animation-duration: 632ms; } .staff .note-interval.ni-sustain-633::after { -webkit-animation-duration: 633ms; animation-duration: 633ms; } .staff .note-interval.ni-sustain-634::after { -webkit-animation-duration: 634ms; animation-duration: 634ms; } .staff .note-interval.ni-sustain-635::after { -webkit-animation-duration: 635ms; animation-duration: 635ms; } .staff .note-interval.ni-sustain-636::after { -webkit-animation-duration: 636ms; animation-duration: 636ms; } .staff .note-interval.ni-sustain-637::after { -webkit-animation-duration: 637ms; animation-duration: 637ms; } .staff .note-interval.ni-sustain-638::after { -webkit-animation-duration: 638ms; animation-duration: 638ms; } .staff .note-interval.ni-sustain-639::after { -webkit-animation-duration: 639ms; animation-duration: 639ms; } .staff .note-interval.ni-sustain-640::after { -webkit-animation-duration: 640ms; animation-duration: 640ms; } .staff .note-interval.ni-sustain-641::after { -webkit-animation-duration: 641ms; animation-duration: 641ms; } .staff .note-interval.ni-sustain-642::after { -webkit-animation-duration: 642ms; animation-duration: 642ms; } .staff .note-interval.ni-sustain-643::after { -webkit-animation-duration: 643ms; animation-duration: 643ms; } .staff .note-interval.ni-sustain-644::after { -webkit-animation-duration: 644ms; animation-duration: 644ms; } .staff .note-interval.ni-sustain-645::after { -webkit-animation-duration: 645ms; animation-duration: 645ms; } .staff .note-interval.ni-sustain-646::after { -webkit-animation-duration: 646ms; animation-duration: 646ms; } .staff .note-interval.ni-sustain-647::after { -webkit-animation-duration: 647ms; animation-duration: 647ms; } .staff .note-interval.ni-sustain-648::after { -webkit-animation-duration: 648ms; animation-duration: 648ms; } .staff .note-interval.ni-sustain-649::after { -webkit-animation-duration: 649ms; animation-duration: 649ms; } .staff .note-interval.ni-sustain-650::after { -webkit-animation-duration: 650ms; animation-duration: 650ms; } .staff .note-interval.ni-sustain-651::after { -webkit-animation-duration: 651ms; animation-duration: 651ms; } .staff .note-interval.ni-sustain-652::after { -webkit-animation-duration: 652ms; animation-duration: 652ms; } .staff .note-interval.ni-sustain-653::after { -webkit-animation-duration: 653ms; animation-duration: 653ms; } .staff .note-interval.ni-sustain-654::after { -webkit-animation-duration: 654ms; animation-duration: 654ms; } .staff .note-interval.ni-sustain-655::after { -webkit-animation-duration: 655ms; animation-duration: 655ms; } .staff .note-interval.ni-sustain-656::after { -webkit-animation-duration: 656ms; animation-duration: 656ms; } .staff .note-interval.ni-sustain-657::after { -webkit-animation-duration: 657ms; animation-duration: 657ms; } .staff .note-interval.ni-sustain-658::after { -webkit-animation-duration: 658ms; animation-duration: 658ms; } .staff .note-interval.ni-sustain-659::after { -webkit-animation-duration: 659ms; animation-duration: 659ms; } .staff .note-interval.ni-sustain-660::after { -webkit-animation-duration: 660ms; animation-duration: 660ms; } .staff .note-interval.ni-sustain-661::after { -webkit-animation-duration: 661ms; animation-duration: 661ms; } .staff .note-interval.ni-sustain-662::after { -webkit-animation-duration: 662ms; animation-duration: 662ms; } .staff .note-interval.ni-sustain-663::after { -webkit-animation-duration: 663ms; animation-duration: 663ms; } .staff .note-interval.ni-sustain-664::after { -webkit-animation-duration: 664ms; animation-duration: 664ms; } .staff .note-interval.ni-sustain-665::after { -webkit-animation-duration: 665ms; animation-duration: 665ms; } .staff .note-interval.ni-sustain-666::after { -webkit-animation-duration: 666ms; animation-duration: 666ms; } .staff .note-interval.ni-sustain-667::after { -webkit-animation-duration: 667ms; animation-duration: 667ms; } .staff .note-interval.ni-sustain-668::after { -webkit-animation-duration: 668ms; animation-duration: 668ms; } .staff .note-interval.ni-sustain-669::after { -webkit-animation-duration: 669ms; animation-duration: 669ms; } .staff .note-interval.ni-sustain-670::after { -webkit-animation-duration: 670ms; animation-duration: 670ms; } .staff .note-interval.ni-sustain-671::after { -webkit-animation-duration: 671ms; animation-duration: 671ms; } .staff .note-interval.ni-sustain-672::after { -webkit-animation-duration: 672ms; animation-duration: 672ms; } .staff .note-interval.ni-sustain-673::after { -webkit-animation-duration: 673ms; animation-duration: 673ms; } .staff .note-interval.ni-sustain-674::after { -webkit-animation-duration: 674ms; animation-duration: 674ms; } .staff .note-interval.ni-sustain-675::after { -webkit-animation-duration: 675ms; animation-duration: 675ms; } .staff .note-interval.ni-sustain-676::after { -webkit-animation-duration: 676ms; animation-duration: 676ms; } .staff .note-interval.ni-sustain-677::after { -webkit-animation-duration: 677ms; animation-duration: 677ms; } .staff .note-interval.ni-sustain-678::after { -webkit-animation-duration: 678ms; animation-duration: 678ms; } .staff .note-interval.ni-sustain-679::after { -webkit-animation-duration: 679ms; animation-duration: 679ms; } .staff .note-interval.ni-sustain-680::after { -webkit-animation-duration: 680ms; animation-duration: 680ms; } .staff .note-interval.ni-sustain-681::after { -webkit-animation-duration: 681ms; animation-duration: 681ms; } .staff .note-interval.ni-sustain-682::after { -webkit-animation-duration: 682ms; animation-duration: 682ms; } .staff .note-interval.ni-sustain-683::after { -webkit-animation-duration: 683ms; animation-duration: 683ms; } .staff .note-interval.ni-sustain-684::after { -webkit-animation-duration: 684ms; animation-duration: 684ms; } .staff .note-interval.ni-sustain-685::after { -webkit-animation-duration: 685ms; animation-duration: 685ms; } .staff .note-interval.ni-sustain-686::after { -webkit-animation-duration: 686ms; animation-duration: 686ms; } .staff .note-interval.ni-sustain-687::after { -webkit-animation-duration: 687ms; animation-duration: 687ms; } .staff .note-interval.ni-sustain-688::after { -webkit-animation-duration: 688ms; animation-duration: 688ms; } .staff .note-interval.ni-sustain-689::after { -webkit-animation-duration: 689ms; animation-duration: 689ms; } .staff .note-interval.ni-sustain-690::after { -webkit-animation-duration: 690ms; animation-duration: 690ms; } .staff .note-interval.ni-sustain-691::after { -webkit-animation-duration: 691ms; animation-duration: 691ms; } .staff .note-interval.ni-sustain-692::after { -webkit-animation-duration: 692ms; animation-duration: 692ms; } .staff .note-interval.ni-sustain-693::after { -webkit-animation-duration: 693ms; animation-duration: 693ms; } .staff .note-interval.ni-sustain-694::after { -webkit-animation-duration: 694ms; animation-duration: 694ms; } .staff .note-interval.ni-sustain-695::after { -webkit-animation-duration: 695ms; animation-duration: 695ms; } .staff .note-interval.ni-sustain-696::after { -webkit-animation-duration: 696ms; animation-duration: 696ms; } .staff .note-interval.ni-sustain-697::after { -webkit-animation-duration: 697ms; animation-duration: 697ms; } .staff .note-interval.ni-sustain-698::after { -webkit-animation-duration: 698ms; animation-duration: 698ms; } .staff .note-interval.ni-sustain-699::after { -webkit-animation-duration: 699ms; animation-duration: 699ms; } .staff .note-interval.ni-sustain-700::after { -webkit-animation-duration: 700ms; animation-duration: 700ms; } .staff .note-interval.ni-sustain-701::after { -webkit-animation-duration: 701ms; animation-duration: 701ms; } .staff .note-interval.ni-sustain-702::after { -webkit-animation-duration: 702ms; animation-duration: 702ms; } .staff .note-interval.ni-sustain-703::after { -webkit-animation-duration: 703ms; animation-duration: 703ms; } .staff .note-interval.ni-sustain-704::after { -webkit-animation-duration: 704ms; animation-duration: 704ms; } .staff .note-interval.ni-sustain-705::after { -webkit-animation-duration: 705ms; animation-duration: 705ms; } .staff .note-interval.ni-sustain-706::after { -webkit-animation-duration: 706ms; animation-duration: 706ms; } .staff .note-interval.ni-sustain-707::after { -webkit-animation-duration: 707ms; animation-duration: 707ms; } .staff .note-interval.ni-sustain-708::after { -webkit-animation-duration: 708ms; animation-duration: 708ms; } .staff .note-interval.ni-sustain-709::after { -webkit-animation-duration: 709ms; animation-duration: 709ms; } .staff .note-interval.ni-sustain-710::after { -webkit-animation-duration: 710ms; animation-duration: 710ms; } .staff .note-interval.ni-sustain-711::after { -webkit-animation-duration: 711ms; animation-duration: 711ms; } .staff .note-interval.ni-sustain-712::after { -webkit-animation-duration: 712ms; animation-duration: 712ms; } .staff .note-interval.ni-sustain-713::after { -webkit-animation-duration: 713ms; animation-duration: 713ms; } .staff .note-interval.ni-sustain-714::after { -webkit-animation-duration: 714ms; animation-duration: 714ms; } .staff .note-interval.ni-sustain-715::after { -webkit-animation-duration: 715ms; animation-duration: 715ms; } .staff .note-interval.ni-sustain-716::after { -webkit-animation-duration: 716ms; animation-duration: 716ms; } .staff .note-interval.ni-sustain-717::after { -webkit-animation-duration: 717ms; animation-duration: 717ms; } .staff .note-interval.ni-sustain-718::after { -webkit-animation-duration: 718ms; animation-duration: 718ms; } .staff .note-interval.ni-sustain-719::after { -webkit-animation-duration: 719ms; animation-duration: 719ms; } .staff .note-interval.ni-sustain-720::after { -webkit-animation-duration: 720ms; animation-duration: 720ms; } .staff .note-interval.ni-sustain-721::after { -webkit-animation-duration: 721ms; animation-duration: 721ms; } .staff .note-interval.ni-sustain-722::after { -webkit-animation-duration: 722ms; animation-duration: 722ms; } .staff .note-interval.ni-sustain-723::after { -webkit-animation-duration: 723ms; animation-duration: 723ms; } .staff .note-interval.ni-sustain-724::after { -webkit-animation-duration: 724ms; animation-duration: 724ms; } .staff .note-interval.ni-sustain-725::after { -webkit-animation-duration: 725ms; animation-duration: 725ms; } .staff .note-interval.ni-sustain-726::after { -webkit-animation-duration: 726ms; animation-duration: 726ms; } .staff .note-interval.ni-sustain-727::after { -webkit-animation-duration: 727ms; animation-duration: 727ms; } .staff .note-interval.ni-sustain-728::after { -webkit-animation-duration: 728ms; animation-duration: 728ms; } .staff .note-interval.ni-sustain-729::after { -webkit-animation-duration: 729ms; animation-duration: 729ms; } .staff .note-interval.ni-sustain-730::after { -webkit-animation-duration: 730ms; animation-duration: 730ms; } .staff .note-interval.ni-sustain-731::after { -webkit-animation-duration: 731ms; animation-duration: 731ms; } .staff .note-interval.ni-sustain-732::after { -webkit-animation-duration: 732ms; animation-duration: 732ms; } .staff .note-interval.ni-sustain-733::after { -webkit-animation-duration: 733ms; animation-duration: 733ms; } .staff .note-interval.ni-sustain-734::after { -webkit-animation-duration: 734ms; animation-duration: 734ms; } .staff .note-interval.ni-sustain-735::after { -webkit-animation-duration: 735ms; animation-duration: 735ms; } .staff .note-interval.ni-sustain-736::after { -webkit-animation-duration: 736ms; animation-duration: 736ms; } .staff .note-interval.ni-sustain-737::after { -webkit-animation-duration: 737ms; animation-duration: 737ms; } .staff .note-interval.ni-sustain-738::after { -webkit-animation-duration: 738ms; animation-duration: 738ms; } .staff .note-interval.ni-sustain-739::after { -webkit-animation-duration: 739ms; animation-duration: 739ms; } .staff .note-interval.ni-sustain-740::after { -webkit-animation-duration: 740ms; animation-duration: 740ms; } .staff .note-interval.ni-sustain-741::after { -webkit-animation-duration: 741ms; animation-duration: 741ms; } .staff .note-interval.ni-sustain-742::after { -webkit-animation-duration: 742ms; animation-duration: 742ms; } .staff .note-interval.ni-sustain-743::after { -webkit-animation-duration: 743ms; animation-duration: 743ms; } .staff .note-interval.ni-sustain-744::after { -webkit-animation-duration: 744ms; animation-duration: 744ms; } .staff .note-interval.ni-sustain-745::after { -webkit-animation-duration: 745ms; animation-duration: 745ms; } .staff .note-interval.ni-sustain-746::after { -webkit-animation-duration: 746ms; animation-duration: 746ms; } .staff .note-interval.ni-sustain-747::after { -webkit-animation-duration: 747ms; animation-duration: 747ms; } .staff .note-interval.ni-sustain-748::after { -webkit-animation-duration: 748ms; animation-duration: 748ms; } .staff .note-interval.ni-sustain-749::after { -webkit-animation-duration: 749ms; animation-duration: 749ms; } .staff .note-interval.ni-sustain-750::after { -webkit-animation-duration: 750ms; animation-duration: 750ms; } .staff .note-interval.ni-sustain-751::after { -webkit-animation-duration: 751ms; animation-duration: 751ms; } .staff .note-interval.ni-sustain-752::after { -webkit-animation-duration: 752ms; animation-duration: 752ms; } .staff .note-interval.ni-sustain-753::after { -webkit-animation-duration: 753ms; animation-duration: 753ms; } .staff .note-interval.ni-sustain-754::after { -webkit-animation-duration: 754ms; animation-duration: 754ms; } .staff .note-interval.ni-sustain-755::after { -webkit-animation-duration: 755ms; animation-duration: 755ms; } .staff .note-interval.ni-sustain-756::after { -webkit-animation-duration: 756ms; animation-duration: 756ms; } .staff .note-interval.ni-sustain-757::after { -webkit-animation-duration: 757ms; animation-duration: 757ms; } .staff .note-interval.ni-sustain-758::after { -webkit-animation-duration: 758ms; animation-duration: 758ms; } .staff .note-interval.ni-sustain-759::after { -webkit-animation-duration: 759ms; animation-duration: 759ms; } .staff .note-interval.ni-sustain-760::after { -webkit-animation-duration: 760ms; animation-duration: 760ms; } .staff .note-interval.ni-sustain-761::after { -webkit-animation-duration: 761ms; animation-duration: 761ms; } .staff .note-interval.ni-sustain-762::after { -webkit-animation-duration: 762ms; animation-duration: 762ms; } .staff .note-interval.ni-sustain-763::after { -webkit-animation-duration: 763ms; animation-duration: 763ms; } .staff .note-interval.ni-sustain-764::after { -webkit-animation-duration: 764ms; animation-duration: 764ms; } .staff .note-interval.ni-sustain-765::after { -webkit-animation-duration: 765ms; animation-duration: 765ms; } .staff .note-interval.ni-sustain-766::after { -webkit-animation-duration: 766ms; animation-duration: 766ms; } .staff .note-interval.ni-sustain-767::after { -webkit-animation-duration: 767ms; animation-duration: 767ms; } .staff .note-interval.ni-sustain-768::after { -webkit-animation-duration: 768ms; animation-duration: 768ms; } .staff .note-interval.ni-sustain-769::after { -webkit-animation-duration: 769ms; animation-duration: 769ms; } .staff .note-interval.ni-sustain-770::after { -webkit-animation-duration: 770ms; animation-duration: 770ms; } .staff .note-interval.ni-sustain-771::after { -webkit-animation-duration: 771ms; animation-duration: 771ms; } .staff .note-interval.ni-sustain-772::after { -webkit-animation-duration: 772ms; animation-duration: 772ms; } .staff .note-interval.ni-sustain-773::after { -webkit-animation-duration: 773ms; animation-duration: 773ms; } .staff .note-interval.ni-sustain-774::after { -webkit-animation-duration: 774ms; animation-duration: 774ms; } .staff .note-interval.ni-sustain-775::after { -webkit-animation-duration: 775ms; animation-duration: 775ms; } .staff .note-interval.ni-sustain-776::after { -webkit-animation-duration: 776ms; animation-duration: 776ms; } .staff .note-interval.ni-sustain-777::after { -webkit-animation-duration: 777ms; animation-duration: 777ms; } .staff .note-interval.ni-sustain-778::after { -webkit-animation-duration: 778ms; animation-duration: 778ms; } .staff .note-interval.ni-sustain-779::after { -webkit-animation-duration: 779ms; animation-duration: 779ms; } .staff .note-interval.ni-sustain-780::after { -webkit-animation-duration: 780ms; animation-duration: 780ms; } .staff .note-interval.ni-sustain-781::after { -webkit-animation-duration: 781ms; animation-duration: 781ms; } .staff .note-interval.ni-sustain-782::after { -webkit-animation-duration: 782ms; animation-duration: 782ms; } .staff .note-interval.ni-sustain-783::after { -webkit-animation-duration: 783ms; animation-duration: 783ms; } .staff .note-interval.ni-sustain-784::after { -webkit-animation-duration: 784ms; animation-duration: 784ms; } .staff .note-interval.ni-sustain-785::after { -webkit-animation-duration: 785ms; animation-duration: 785ms; } .staff .note-interval.ni-sustain-786::after { -webkit-animation-duration: 786ms; animation-duration: 786ms; } .staff .note-interval.ni-sustain-787::after { -webkit-animation-duration: 787ms; animation-duration: 787ms; } .staff .note-interval.ni-sustain-788::after { -webkit-animation-duration: 788ms; animation-duration: 788ms; } .staff .note-interval.ni-sustain-789::after { -webkit-animation-duration: 789ms; animation-duration: 789ms; } .staff .note-interval.ni-sustain-790::after { -webkit-animation-duration: 790ms; animation-duration: 790ms; } .staff .note-interval.ni-sustain-791::after { -webkit-animation-duration: 791ms; animation-duration: 791ms; } .staff .note-interval.ni-sustain-792::after { -webkit-animation-duration: 792ms; animation-duration: 792ms; } .staff .note-interval.ni-sustain-793::after { -webkit-animation-duration: 793ms; animation-duration: 793ms; } .staff .note-interval.ni-sustain-794::after { -webkit-animation-duration: 794ms; animation-duration: 794ms; } .staff .note-interval.ni-sustain-795::after { -webkit-animation-duration: 795ms; animation-duration: 795ms; } .staff .note-interval.ni-sustain-796::after { -webkit-animation-duration: 796ms; animation-duration: 796ms; } .staff .note-interval.ni-sustain-797::after { -webkit-animation-duration: 797ms; animation-duration: 797ms; } .staff .note-interval.ni-sustain-798::after { -webkit-animation-duration: 798ms; animation-duration: 798ms; } .staff .note-interval.ni-sustain-799::after { -webkit-animation-duration: 799ms; animation-duration: 799ms; } .staff .note-interval.ni-sustain-800::after { -webkit-animation-duration: 800ms; animation-duration: 800ms; } .staff .note-interval.ni-sustain-801::after { -webkit-animation-duration: 801ms; animation-duration: 801ms; } .staff .note-interval.ni-sustain-802::after { -webkit-animation-duration: 802ms; animation-duration: 802ms; } .staff .note-interval.ni-sustain-803::after { -webkit-animation-duration: 803ms; animation-duration: 803ms; } .staff .note-interval.ni-sustain-804::after { -webkit-animation-duration: 804ms; animation-duration: 804ms; } .staff .note-interval.ni-sustain-805::after { -webkit-animation-duration: 805ms; animation-duration: 805ms; } .staff .note-interval.ni-sustain-806::after { -webkit-animation-duration: 806ms; animation-duration: 806ms; } .staff .note-interval.ni-sustain-807::after { -webkit-animation-duration: 807ms; animation-duration: 807ms; } .staff .note-interval.ni-sustain-808::after { -webkit-animation-duration: 808ms; animation-duration: 808ms; } .staff .note-interval.ni-sustain-809::after { -webkit-animation-duration: 809ms; animation-duration: 809ms; } .staff .note-interval.ni-sustain-810::after { -webkit-animation-duration: 810ms; animation-duration: 810ms; } .staff .note-interval.ni-sustain-811::after { -webkit-animation-duration: 811ms; animation-duration: 811ms; } .staff .note-interval.ni-sustain-812::after { -webkit-animation-duration: 812ms; animation-duration: 812ms; } .staff .note-interval.ni-sustain-813::after { -webkit-animation-duration: 813ms; animation-duration: 813ms; } .staff .note-interval.ni-sustain-814::after { -webkit-animation-duration: 814ms; animation-duration: 814ms; } .staff .note-interval.ni-sustain-815::after { -webkit-animation-duration: 815ms; animation-duration: 815ms; } .staff .note-interval.ni-sustain-816::after { -webkit-animation-duration: 816ms; animation-duration: 816ms; } .staff .note-interval.ni-sustain-817::after { -webkit-animation-duration: 817ms; animation-duration: 817ms; } .staff .note-interval.ni-sustain-818::after { -webkit-animation-duration: 818ms; animation-duration: 818ms; } .staff .note-interval.ni-sustain-819::after { -webkit-animation-duration: 819ms; animation-duration: 819ms; } .staff .note-interval.ni-sustain-820::after { -webkit-animation-duration: 820ms; animation-duration: 820ms; } .staff .note-interval.ni-sustain-821::after { -webkit-animation-duration: 821ms; animation-duration: 821ms; } .staff .note-interval.ni-sustain-822::after { -webkit-animation-duration: 822ms; animation-duration: 822ms; } .staff .note-interval.ni-sustain-823::after { -webkit-animation-duration: 823ms; animation-duration: 823ms; } .staff .note-interval.ni-sustain-824::after { -webkit-animation-duration: 824ms; animation-duration: 824ms; } .staff .note-interval.ni-sustain-825::after { -webkit-animation-duration: 825ms; animation-duration: 825ms; } .staff .note-interval.ni-sustain-826::after { -webkit-animation-duration: 826ms; animation-duration: 826ms; } .staff .note-interval.ni-sustain-827::after { -webkit-animation-duration: 827ms; animation-duration: 827ms; } .staff .note-interval.ni-sustain-828::after { -webkit-animation-duration: 828ms; animation-duration: 828ms; } .staff .note-interval.ni-sustain-829::after { -webkit-animation-duration: 829ms; animation-duration: 829ms; } .staff .note-interval.ni-sustain-830::after { -webkit-animation-duration: 830ms; animation-duration: 830ms; } .staff .note-interval.ni-sustain-831::after { -webkit-animation-duration: 831ms; animation-duration: 831ms; } .staff .note-interval.ni-sustain-832::after { -webkit-animation-duration: 832ms; animation-duration: 832ms; } .staff .note-interval.ni-sustain-833::after { -webkit-animation-duration: 833ms; animation-duration: 833ms; } .staff .note-interval.ni-sustain-834::after { -webkit-animation-duration: 834ms; animation-duration: 834ms; } .staff .note-interval.ni-sustain-835::after { -webkit-animation-duration: 835ms; animation-duration: 835ms; } .staff .note-interval.ni-sustain-836::after { -webkit-animation-duration: 836ms; animation-duration: 836ms; } .staff .note-interval.ni-sustain-837::after { -webkit-animation-duration: 837ms; animation-duration: 837ms; } .staff .note-interval.ni-sustain-838::after { -webkit-animation-duration: 838ms; animation-duration: 838ms; } .staff .note-interval.ni-sustain-839::after { -webkit-animation-duration: 839ms; animation-duration: 839ms; } .staff .note-interval.ni-sustain-840::after { -webkit-animation-duration: 840ms; animation-duration: 840ms; } .staff .note-interval.ni-sustain-841::after { -webkit-animation-duration: 841ms; animation-duration: 841ms; } .staff .note-interval.ni-sustain-842::after { -webkit-animation-duration: 842ms; animation-duration: 842ms; } .staff .note-interval.ni-sustain-843::after { -webkit-animation-duration: 843ms; animation-duration: 843ms; } .staff .note-interval.ni-sustain-844::after { -webkit-animation-duration: 844ms; animation-duration: 844ms; } .staff .note-interval.ni-sustain-845::after { -webkit-animation-duration: 845ms; animation-duration: 845ms; } .staff .note-interval.ni-sustain-846::after { -webkit-animation-duration: 846ms; animation-duration: 846ms; } .staff .note-interval.ni-sustain-847::after { -webkit-animation-duration: 847ms; animation-duration: 847ms; } .staff .note-interval.ni-sustain-848::after { -webkit-animation-duration: 848ms; animation-duration: 848ms; } .staff .note-interval.ni-sustain-849::after { -webkit-animation-duration: 849ms; animation-duration: 849ms; } .staff .note-interval.ni-sustain-850::after { -webkit-animation-duration: 850ms; animation-duration: 850ms; } .staff .note-interval.ni-sustain-851::after { -webkit-animation-duration: 851ms; animation-duration: 851ms; } .staff .note-interval.ni-sustain-852::after { -webkit-animation-duration: 852ms; animation-duration: 852ms; } .staff .note-interval.ni-sustain-853::after { -webkit-animation-duration: 853ms; animation-duration: 853ms; } .staff .note-interval.ni-sustain-854::after { -webkit-animation-duration: 854ms; animation-duration: 854ms; } .staff .note-interval.ni-sustain-855::after { -webkit-animation-duration: 855ms; animation-duration: 855ms; } .staff .note-interval.ni-sustain-856::after { -webkit-animation-duration: 856ms; animation-duration: 856ms; } .staff .note-interval.ni-sustain-857::after { -webkit-animation-duration: 857ms; animation-duration: 857ms; } .staff .note-interval.ni-sustain-858::after { -webkit-animation-duration: 858ms; animation-duration: 858ms; } .staff .note-interval.ni-sustain-859::after { -webkit-animation-duration: 859ms; animation-duration: 859ms; } .staff .note-interval.ni-sustain-860::after { -webkit-animation-duration: 860ms; animation-duration: 860ms; } .staff .note-interval.ni-sustain-861::after { -webkit-animation-duration: 861ms; animation-duration: 861ms; } .staff .note-interval.ni-sustain-862::after { -webkit-animation-duration: 862ms; animation-duration: 862ms; } .staff .note-interval.ni-sustain-863::after { -webkit-animation-duration: 863ms; animation-duration: 863ms; } .staff .note-interval.ni-sustain-864::after { -webkit-animation-duration: 864ms; animation-duration: 864ms; } .staff .note-interval.ni-sustain-865::after { -webkit-animation-duration: 865ms; animation-duration: 865ms; } .staff .note-interval.ni-sustain-866::after { -webkit-animation-duration: 866ms; animation-duration: 866ms; } .staff .note-interval.ni-sustain-867::after { -webkit-animation-duration: 867ms; animation-duration: 867ms; } .staff .note-interval.ni-sustain-868::after { -webkit-animation-duration: 868ms; animation-duration: 868ms; } .staff .note-interval.ni-sustain-869::after { -webkit-animation-duration: 869ms; animation-duration: 869ms; } .staff .note-interval.ni-sustain-870::after { -webkit-animation-duration: 870ms; animation-duration: 870ms; } .staff .note-interval.ni-sustain-871::after { -webkit-animation-duration: 871ms; animation-duration: 871ms; } .staff .note-interval.ni-sustain-872::after { -webkit-animation-duration: 872ms; animation-duration: 872ms; } .staff .note-interval.ni-sustain-873::after { -webkit-animation-duration: 873ms; animation-duration: 873ms; } .staff .note-interval.ni-sustain-874::after { -webkit-animation-duration: 874ms; animation-duration: 874ms; } .staff .note-interval.ni-sustain-875::after { -webkit-animation-duration: 875ms; animation-duration: 875ms; } .staff .note-interval.ni-sustain-876::after { -webkit-animation-duration: 876ms; animation-duration: 876ms; } .staff .note-interval.ni-sustain-877::after { -webkit-animation-duration: 877ms; animation-duration: 877ms; } .staff .note-interval.ni-sustain-878::after { -webkit-animation-duration: 878ms; animation-duration: 878ms; } .staff .note-interval.ni-sustain-879::after { -webkit-animation-duration: 879ms; animation-duration: 879ms; } .staff .note-interval.ni-sustain-880::after { -webkit-animation-duration: 880ms; animation-duration: 880ms; } .staff .note-interval.ni-sustain-881::after { -webkit-animation-duration: 881ms; animation-duration: 881ms; } .staff .note-interval.ni-sustain-882::after { -webkit-animation-duration: 882ms; animation-duration: 882ms; } .staff .note-interval.ni-sustain-883::after { -webkit-animation-duration: 883ms; animation-duration: 883ms; } .staff .note-interval.ni-sustain-884::after { -webkit-animation-duration: 884ms; animation-duration: 884ms; } .staff .note-interval.ni-sustain-885::after { -webkit-animation-duration: 885ms; animation-duration: 885ms; } .staff .note-interval.ni-sustain-886::after { -webkit-animation-duration: 886ms; animation-duration: 886ms; } .staff .note-interval.ni-sustain-887::after { -webkit-animation-duration: 887ms; animation-duration: 887ms; } .staff .note-interval.ni-sustain-888::after { -webkit-animation-duration: 888ms; animation-duration: 888ms; } .staff .note-interval.ni-sustain-889::after { -webkit-animation-duration: 889ms; animation-duration: 889ms; } .staff .note-interval.ni-sustain-890::after { -webkit-animation-duration: 890ms; animation-duration: 890ms; } .staff .note-interval.ni-sustain-891::after { -webkit-animation-duration: 891ms; animation-duration: 891ms; } .staff .note-interval.ni-sustain-892::after { -webkit-animation-duration: 892ms; animation-duration: 892ms; } .staff .note-interval.ni-sustain-893::after { -webkit-animation-duration: 893ms; animation-duration: 893ms; } .staff .note-interval.ni-sustain-894::after { -webkit-animation-duration: 894ms; animation-duration: 894ms; } .staff .note-interval.ni-sustain-895::after { -webkit-animation-duration: 895ms; animation-duration: 895ms; } .staff .note-interval.ni-sustain-896::after { -webkit-animation-duration: 896ms; animation-duration: 896ms; } .staff .note-interval.ni-sustain-897::after { -webkit-animation-duration: 897ms; animation-duration: 897ms; } .staff .note-interval.ni-sustain-898::after { -webkit-animation-duration: 898ms; animation-duration: 898ms; } .staff .note-interval.ni-sustain-899::after { -webkit-animation-duration: 899ms; animation-duration: 899ms; } .staff .note-interval.ni-sustain-900::after { -webkit-animation-duration: 900ms; animation-duration: 900ms; } .staff .note-interval.ni-sustain-901::after { -webkit-animation-duration: 901ms; animation-duration: 901ms; } .staff .note-interval.ni-sustain-902::after { -webkit-animation-duration: 902ms; animation-duration: 902ms; } .staff .note-interval.ni-sustain-903::after { -webkit-animation-duration: 903ms; animation-duration: 903ms; } .staff .note-interval.ni-sustain-904::after { -webkit-animation-duration: 904ms; animation-duration: 904ms; } .staff .note-interval.ni-sustain-905::after { -webkit-animation-duration: 905ms; animation-duration: 905ms; } .staff .note-interval.ni-sustain-906::after { -webkit-animation-duration: 906ms; animation-duration: 906ms; } .staff .note-interval.ni-sustain-907::after { -webkit-animation-duration: 907ms; animation-duration: 907ms; } .staff .note-interval.ni-sustain-908::after { -webkit-animation-duration: 908ms; animation-duration: 908ms; } .staff .note-interval.ni-sustain-909::after { -webkit-animation-duration: 909ms; animation-duration: 909ms; } .staff .note-interval.ni-sustain-910::after { -webkit-animation-duration: 910ms; animation-duration: 910ms; } .staff .note-interval.ni-sustain-911::after { -webkit-animation-duration: 911ms; animation-duration: 911ms; } .staff .note-interval.ni-sustain-912::after { -webkit-animation-duration: 912ms; animation-duration: 912ms; } .staff .note-interval.ni-sustain-913::after { -webkit-animation-duration: 913ms; animation-duration: 913ms; } .staff .note-interval.ni-sustain-914::after { -webkit-animation-duration: 914ms; animation-duration: 914ms; } .staff .note-interval.ni-sustain-915::after { -webkit-animation-duration: 915ms; animation-duration: 915ms; } .staff .note-interval.ni-sustain-916::after { -webkit-animation-duration: 916ms; animation-duration: 916ms; } .staff .note-interval.ni-sustain-917::after { -webkit-animation-duration: 917ms; animation-duration: 917ms; } .staff .note-interval.ni-sustain-918::after { -webkit-animation-duration: 918ms; animation-duration: 918ms; } .staff .note-interval.ni-sustain-919::after { -webkit-animation-duration: 919ms; animation-duration: 919ms; } .staff .note-interval.ni-sustain-920::after { -webkit-animation-duration: 920ms; animation-duration: 920ms; } .staff .note-interval.ni-sustain-921::after { -webkit-animation-duration: 921ms; animation-duration: 921ms; } .staff .note-interval.ni-sustain-922::after { -webkit-animation-duration: 922ms; animation-duration: 922ms; } .staff .note-interval.ni-sustain-923::after { -webkit-animation-duration: 923ms; animation-duration: 923ms; } .staff .note-interval.ni-sustain-924::after { -webkit-animation-duration: 924ms; animation-duration: 924ms; } .staff .note-interval.ni-sustain-925::after { -webkit-animation-duration: 925ms; animation-duration: 925ms; } .staff .note-interval.ni-sustain-926::after { -webkit-animation-duration: 926ms; animation-duration: 926ms; } .staff .note-interval.ni-sustain-927::after { -webkit-animation-duration: 927ms; animation-duration: 927ms; } .staff .note-interval.ni-sustain-928::after { -webkit-animation-duration: 928ms; animation-duration: 928ms; } .staff .note-interval.ni-sustain-929::after { -webkit-animation-duration: 929ms; animation-duration: 929ms; } .staff .note-interval.ni-sustain-930::after { -webkit-animation-duration: 930ms; animation-duration: 930ms; } .staff .note-interval.ni-sustain-931::after { -webkit-animation-duration: 931ms; animation-duration: 931ms; } .staff .note-interval.ni-sustain-932::after { -webkit-animation-duration: 932ms; animation-duration: 932ms; } .staff .note-interval.ni-sustain-933::after { -webkit-animation-duration: 933ms; animation-duration: 933ms; } .staff .note-interval.ni-sustain-934::after { -webkit-animation-duration: 934ms; animation-duration: 934ms; } .staff .note-interval.ni-sustain-935::after { -webkit-animation-duration: 935ms; animation-duration: 935ms; } .staff .note-interval.ni-sustain-936::after { -webkit-animation-duration: 936ms; animation-duration: 936ms; } .staff .note-interval.ni-sustain-937::after { -webkit-animation-duration: 937ms; animation-duration: 937ms; } .staff .note-interval.ni-sustain-938::after { -webkit-animation-duration: 938ms; animation-duration: 938ms; } .staff .note-interval.ni-sustain-939::after { -webkit-animation-duration: 939ms; animation-duration: 939ms; } .staff .note-interval.ni-sustain-940::after { -webkit-animation-duration: 940ms; animation-duration: 940ms; } .staff .note-interval.ni-sustain-941::after { -webkit-animation-duration: 941ms; animation-duration: 941ms; } .staff .note-interval.ni-sustain-942::after { -webkit-animation-duration: 942ms; animation-duration: 942ms; } .staff .note-interval.ni-sustain-943::after { -webkit-animation-duration: 943ms; animation-duration: 943ms; } .staff .note-interval.ni-sustain-944::after { -webkit-animation-duration: 944ms; animation-duration: 944ms; } .staff .note-interval.ni-sustain-945::after { -webkit-animation-duration: 945ms; animation-duration: 945ms; } .staff .note-interval.ni-sustain-946::after { -webkit-animation-duration: 946ms; animation-duration: 946ms; } .staff .note-interval.ni-sustain-947::after { -webkit-animation-duration: 947ms; animation-duration: 947ms; } .staff .note-interval.ni-sustain-948::after { -webkit-animation-duration: 948ms; animation-duration: 948ms; } .staff .note-interval.ni-sustain-949::after { -webkit-animation-duration: 949ms; animation-duration: 949ms; } .staff .note-interval.ni-sustain-950::after { -webkit-animation-duration: 950ms; animation-duration: 950ms; } .staff .note-interval.ni-sustain-951::after { -webkit-animation-duration: 951ms; animation-duration: 951ms; } .staff .note-interval.ni-sustain-952::after { -webkit-animation-duration: 952ms; animation-duration: 952ms; } .staff .note-interval.ni-sustain-953::after { -webkit-animation-duration: 953ms; animation-duration: 953ms; } .staff .note-interval.ni-sustain-954::after { -webkit-animation-duration: 954ms; animation-duration: 954ms; } .staff .note-interval.ni-sustain-955::after { -webkit-animation-duration: 955ms; animation-duration: 955ms; } .staff .note-interval.ni-sustain-956::after { -webkit-animation-duration: 956ms; animation-duration: 956ms; } .staff .note-interval.ni-sustain-957::after { -webkit-animation-duration: 957ms; animation-duration: 957ms; } .staff .note-interval.ni-sustain-958::after { -webkit-animation-duration: 958ms; animation-duration: 958ms; } .staff .note-interval.ni-sustain-959::after { -webkit-animation-duration: 959ms; animation-duration: 959ms; } .staff .note-interval.ni-sustain-960::after { -webkit-animation-duration: 960ms; animation-duration: 960ms; } .staff .note-interval.ni-sustain-961::after { -webkit-animation-duration: 961ms; animation-duration: 961ms; } .staff .note-interval.ni-sustain-962::after { -webkit-animation-duration: 962ms; animation-duration: 962ms; } .staff .note-interval.ni-sustain-963::after { -webkit-animation-duration: 963ms; animation-duration: 963ms; } .staff .note-interval.ni-sustain-964::after { -webkit-animation-duration: 964ms; animation-duration: 964ms; } .staff .note-interval.ni-sustain-965::after { -webkit-animation-duration: 965ms; animation-duration: 965ms; } .staff .note-interval.ni-sustain-966::after { -webkit-animation-duration: 966ms; animation-duration: 966ms; } .staff .note-interval.ni-sustain-967::after { -webkit-animation-duration: 967ms; animation-duration: 967ms; } .staff .note-interval.ni-sustain-968::after { -webkit-animation-duration: 968ms; animation-duration: 968ms; } .staff .note-interval.ni-sustain-969::after { -webkit-animation-duration: 969ms; animation-duration: 969ms; } .staff .note-interval.ni-sustain-970::after { -webkit-animation-duration: 970ms; animation-duration: 970ms; } .staff .note-interval.ni-sustain-971::after { -webkit-animation-duration: 971ms; animation-duration: 971ms; } .staff .note-interval.ni-sustain-972::after { -webkit-animation-duration: 972ms; animation-duration: 972ms; } .staff .note-interval.ni-sustain-973::after { -webkit-animation-duration: 973ms; animation-duration: 973ms; } .staff .note-interval.ni-sustain-974::after { -webkit-animation-duration: 974ms; animation-duration: 974ms; } .staff .note-interval.ni-sustain-975::after { -webkit-animation-duration: 975ms; animation-duration: 975ms; } .staff .note-interval.ni-sustain-976::after { -webkit-animation-duration: 976ms; animation-duration: 976ms; } .staff .note-interval.ni-sustain-977::after { -webkit-animation-duration: 977ms; animation-duration: 977ms; } .staff .note-interval.ni-sustain-978::after { -webkit-animation-duration: 978ms; animation-duration: 978ms; } .staff .note-interval.ni-sustain-979::after { -webkit-animation-duration: 979ms; animation-duration: 979ms; } .staff .note-interval.ni-sustain-980::after { -webkit-animation-duration: 980ms; animation-duration: 980ms; } .staff .note-interval.ni-sustain-981::after { -webkit-animation-duration: 981ms; animation-duration: 981ms; } .staff .note-interval.ni-sustain-982::after { -webkit-animation-duration: 982ms; animation-duration: 982ms; } .staff .note-interval.ni-sustain-983::after { -webkit-animation-duration: 983ms; animation-duration: 983ms; } .staff .note-interval.ni-sustain-984::after { -webkit-animation-duration: 984ms; animation-duration: 984ms; } .staff .note-interval.ni-sustain-985::after { -webkit-animation-duration: 985ms; animation-duration: 985ms; } .staff .note-interval.ni-sustain-986::after { -webkit-animation-duration: 986ms; animation-duration: 986ms; } .staff .note-interval.ni-sustain-987::after { -webkit-animation-duration: 987ms; animation-duration: 987ms; } .staff .note-interval.ni-sustain-988::after { -webkit-animation-duration: 988ms; animation-duration: 988ms; } .staff .note-interval.ni-sustain-989::after { -webkit-animation-duration: 989ms; animation-duration: 989ms; } .staff .note-interval.ni-sustain-990::after { -webkit-animation-duration: 990ms; animation-duration: 990ms; } .staff .note-interval.ni-sustain-991::after { -webkit-animation-duration: 991ms; animation-duration: 991ms; } .staff .note-interval.ni-sustain-992::after { -webkit-animation-duration: 992ms; animation-duration: 992ms; } .staff .note-interval.ni-sustain-993::after { -webkit-animation-duration: 993ms; animation-duration: 993ms; } .staff .note-interval.ni-sustain-994::after { -webkit-animation-duration: 994ms; animation-duration: 994ms; } .staff .note-interval.ni-sustain-995::after { -webkit-animation-duration: 995ms; animation-duration: 995ms; } .staff .note-interval.ni-sustain-996::after { -webkit-animation-duration: 996ms; animation-duration: 996ms; } .staff .note-interval.ni-sustain-997::after { -webkit-animation-duration: 997ms; animation-duration: 997ms; } .staff .note-interval.ni-sustain-998::after { -webkit-animation-duration: 998ms; animation-duration: 998ms; } .staff .note-interval.ni-sustain-999::after { -webkit-animation-duration: 999ms; animation-duration: 999ms; } .staff .note-interval.ni-sustain-1000::after { -webkit-animation-duration: 1000ms; animation-duration: 1000ms; } .staff .note-interval.ni-sustain-1001::after { -webkit-animation-duration: 1001ms; animation-duration: 1001ms; } .staff .note-interval.ni-sustain-1002::after { -webkit-animation-duration: 1002ms; animation-duration: 1002ms; } .staff .note-interval.ni-sustain-1003::after { -webkit-animation-duration: 1003ms; animation-duration: 1003ms; } .staff .note-interval.ni-sustain-1004::after { -webkit-animation-duration: 1004ms; animation-duration: 1004ms; } .staff .note-interval.ni-sustain-1005::after { -webkit-animation-duration: 1005ms; animation-duration: 1005ms; } .staff .note-interval.ni-sustain-1006::after { -webkit-animation-duration: 1006ms; animation-duration: 1006ms; } .staff .note-interval.ni-sustain-1007::after { -webkit-animation-duration: 1007ms; animation-duration: 1007ms; } .staff .note-interval.ni-sustain-1008::after { -webkit-animation-duration: 1008ms; animation-duration: 1008ms; } .staff .note-interval.ni-sustain-1009::after { -webkit-animation-duration: 1009ms; animation-duration: 1009ms; } .staff .note-interval.ni-sustain-1010::after { -webkit-animation-duration: 1010ms; animation-duration: 1010ms; } .staff .note-interval.ni-sustain-1011::after { -webkit-animation-duration: 1011ms; animation-duration: 1011ms; } .staff .note-interval.ni-sustain-1012::after { -webkit-animation-duration: 1012ms; animation-duration: 1012ms; } .staff .note-interval.ni-sustain-1013::after { -webkit-animation-duration: 1013ms; animation-duration: 1013ms; } .staff .note-interval.ni-sustain-1014::after { -webkit-animation-duration: 1014ms; animation-duration: 1014ms; } .staff .note-interval.ni-sustain-1015::after { -webkit-animation-duration: 1015ms; animation-duration: 1015ms; } .staff .note-interval.ni-sustain-1016::after { -webkit-animation-duration: 1016ms; animation-duration: 1016ms; } .staff .note-interval.ni-sustain-1017::after { -webkit-animation-duration: 1017ms; animation-duration: 1017ms; } .staff .note-interval.ni-sustain-1018::after { -webkit-animation-duration: 1018ms; animation-duration: 1018ms; } .staff .note-interval.ni-sustain-1019::after { -webkit-animation-duration: 1019ms; animation-duration: 1019ms; } .staff .note-interval.ni-sustain-1020::after { -webkit-animation-duration: 1020ms; animation-duration: 1020ms; } .staff .note-interval.ni-sustain-1021::after { -webkit-animation-duration: 1021ms; animation-duration: 1021ms; } .staff .note-interval.ni-sustain-1022::after { -webkit-animation-duration: 1022ms; animation-duration: 1022ms; } .staff .note-interval.ni-sustain-1023::after { -webkit-animation-duration: 1023ms; animation-duration: 1023ms; } .staff .note-interval.ni-sustain-1024::after { -webkit-animation-duration: 1024ms; animation-duration: 1024ms; } .staff .note-interval.ni-sustain-1025::after { -webkit-animation-duration: 1025ms; animation-duration: 1025ms; } .staff .note-interval.ni-sustain-1026::after { -webkit-animation-duration: 1026ms; animation-duration: 1026ms; } .staff .note-interval.ni-sustain-1027::after { -webkit-animation-duration: 1027ms; animation-duration: 1027ms; } .staff .note-interval.ni-sustain-1028::after { -webkit-animation-duration: 1028ms; animation-duration: 1028ms; } .staff .note-interval.ni-sustain-1029::after { -webkit-animation-duration: 1029ms; animation-duration: 1029ms; } .staff .note-interval.ni-sustain-1030::after { -webkit-animation-duration: 1030ms; animation-duration: 1030ms; } .staff .note-interval.ni-sustain-1031::after { -webkit-animation-duration: 1031ms; animation-duration: 1031ms; } .staff .note-interval.ni-sustain-1032::after { -webkit-animation-duration: 1032ms; animation-duration: 1032ms; } .staff .note-interval.ni-sustain-1033::after { -webkit-animation-duration: 1033ms; animation-duration: 1033ms; } .staff .note-interval.ni-sustain-1034::after { -webkit-animation-duration: 1034ms; animation-duration: 1034ms; } .staff .note-interval.ni-sustain-1035::after { -webkit-animation-duration: 1035ms; animation-duration: 1035ms; } .staff .note-interval.ni-sustain-1036::after { -webkit-animation-duration: 1036ms; animation-duration: 1036ms; } .staff .note-interval.ni-sustain-1037::after { -webkit-animation-duration: 1037ms; animation-duration: 1037ms; } .staff .note-interval.ni-sustain-1038::after { -webkit-animation-duration: 1038ms; animation-duration: 1038ms; } .staff .note-interval.ni-sustain-1039::after { -webkit-animation-duration: 1039ms; animation-duration: 1039ms; } .staff .note-interval.ni-sustain-1040::after { -webkit-animation-duration: 1040ms; animation-duration: 1040ms; } .staff .note-interval.ni-sustain-1041::after { -webkit-animation-duration: 1041ms; animation-duration: 1041ms; } .staff .note-interval.ni-sustain-1042::after { -webkit-animation-duration: 1042ms; animation-duration: 1042ms; } .staff .note-interval.ni-sustain-1043::after { -webkit-animation-duration: 1043ms; animation-duration: 1043ms; } .staff .note-interval.ni-sustain-1044::after { -webkit-animation-duration: 1044ms; animation-duration: 1044ms; } .staff .note-interval.ni-sustain-1045::after { -webkit-animation-duration: 1045ms; animation-duration: 1045ms; } .staff .note-interval.ni-sustain-1046::after { -webkit-animation-duration: 1046ms; animation-duration: 1046ms; } .staff .note-interval.ni-sustain-1047::after { -webkit-animation-duration: 1047ms; animation-duration: 1047ms; } .staff .note-interval.ni-sustain-1048::after { -webkit-animation-duration: 1048ms; animation-duration: 1048ms; } .staff .note-interval.ni-sustain-1049::after { -webkit-animation-duration: 1049ms; animation-duration: 1049ms; } .staff .note-interval.ni-sustain-1050::after { -webkit-animation-duration: 1050ms; animation-duration: 1050ms; } .staff .note-interval.ni-sustain-1051::after { -webkit-animation-duration: 1051ms; animation-duration: 1051ms; } .staff .note-interval.ni-sustain-1052::after { -webkit-animation-duration: 1052ms; animation-duration: 1052ms; } .staff .note-interval.ni-sustain-1053::after { -webkit-animation-duration: 1053ms; animation-duration: 1053ms; } .staff .note-interval.ni-sustain-1054::after { -webkit-animation-duration: 1054ms; animation-duration: 1054ms; } .staff .note-interval.ni-sustain-1055::after { -webkit-animation-duration: 1055ms; animation-duration: 1055ms; } .staff .note-interval.ni-sustain-1056::after { -webkit-animation-duration: 1056ms; animation-duration: 1056ms; } .staff .note-interval.ni-sustain-1057::after { -webkit-animation-duration: 1057ms; animation-duration: 1057ms; } .staff .note-interval.ni-sustain-1058::after { -webkit-animation-duration: 1058ms; animation-duration: 1058ms; } .staff .note-interval.ni-sustain-1059::after { -webkit-animation-duration: 1059ms; animation-duration: 1059ms; } .staff .note-interval.ni-sustain-1060::after { -webkit-animation-duration: 1060ms; animation-duration: 1060ms; } .staff .note-interval.ni-sustain-1061::after { -webkit-animation-duration: 1061ms; animation-duration: 1061ms; } .staff .note-interval.ni-sustain-1062::after { -webkit-animation-duration: 1062ms; animation-duration: 1062ms; } .staff .note-interval.ni-sustain-1063::after { -webkit-animation-duration: 1063ms; animation-duration: 1063ms; } .staff .note-interval.ni-sustain-1064::after { -webkit-animation-duration: 1064ms; animation-duration: 1064ms; } .staff .note-interval.ni-sustain-1065::after { -webkit-animation-duration: 1065ms; animation-duration: 1065ms; } .staff .note-interval.ni-sustain-1066::after { -webkit-animation-duration: 1066ms; animation-duration: 1066ms; } .staff .note-interval.ni-sustain-1067::after { -webkit-animation-duration: 1067ms; animation-duration: 1067ms; } .staff .note-interval.ni-sustain-1068::after { -webkit-animation-duration: 1068ms; animation-duration: 1068ms; } .staff .note-interval.ni-sustain-1069::after { -webkit-animation-duration: 1069ms; animation-duration: 1069ms; } .staff .note-interval.ni-sustain-1070::after { -webkit-animation-duration: 1070ms; animation-duration: 1070ms; } .staff .note-interval.ni-sustain-1071::after { -webkit-animation-duration: 1071ms; animation-duration: 1071ms; } .staff .note-interval.ni-sustain-1072::after { -webkit-animation-duration: 1072ms; animation-duration: 1072ms; } .staff .note-interval.ni-sustain-1073::after { -webkit-animation-duration: 1073ms; animation-duration: 1073ms; } .staff .note-interval.ni-sustain-1074::after { -webkit-animation-duration: 1074ms; animation-duration: 1074ms; } .staff .note-interval.ni-sustain-1075::after { -webkit-animation-duration: 1075ms; animation-duration: 1075ms; } .staff .note-interval.ni-sustain-1076::after { -webkit-animation-duration: 1076ms; animation-duration: 1076ms; } .staff .note-interval.ni-sustain-1077::after { -webkit-animation-duration: 1077ms; animation-duration: 1077ms; } .staff .note-interval.ni-sustain-1078::after { -webkit-animation-duration: 1078ms; animation-duration: 1078ms; } .staff .note-interval.ni-sustain-1079::after { -webkit-animation-duration: 1079ms; animation-duration: 1079ms; } .staff .note-interval.ni-sustain-1080::after { -webkit-animation-duration: 1080ms; animation-duration: 1080ms; } .staff .note-interval.ni-sustain-1081::after { -webkit-animation-duration: 1081ms; animation-duration: 1081ms; } .staff .note-interval.ni-sustain-1082::after { -webkit-animation-duration: 1082ms; animation-duration: 1082ms; } .staff .note-interval.ni-sustain-1083::after { -webkit-animation-duration: 1083ms; animation-duration: 1083ms; } .staff .note-interval.ni-sustain-1084::after { -webkit-animation-duration: 1084ms; animation-duration: 1084ms; } .staff .note-interval.ni-sustain-1085::after { -webkit-animation-duration: 1085ms; animation-duration: 1085ms; } .staff .note-interval.ni-sustain-1086::after { -webkit-animation-duration: 1086ms; animation-duration: 1086ms; } .staff .note-interval.ni-sustain-1087::after { -webkit-animation-duration: 1087ms; animation-duration: 1087ms; } .staff .note-interval.ni-sustain-1088::after { -webkit-animation-duration: 1088ms; animation-duration: 1088ms; } .staff .note-interval.ni-sustain-1089::after { -webkit-animation-duration: 1089ms; animation-duration: 1089ms; } .staff .note-interval.ni-sustain-1090::after { -webkit-animation-duration: 1090ms; animation-duration: 1090ms; } .staff .note-interval.ni-sustain-1091::after { -webkit-animation-duration: 1091ms; animation-duration: 1091ms; } .staff .note-interval.ni-sustain-1092::after { -webkit-animation-duration: 1092ms; animation-duration: 1092ms; } .staff .note-interval.ni-sustain-1093::after { -webkit-animation-duration: 1093ms; animation-duration: 1093ms; } .staff .note-interval.ni-sustain-1094::after { -webkit-animation-duration: 1094ms; animation-duration: 1094ms; } .staff .note-interval.ni-sustain-1095::after { -webkit-animation-duration: 1095ms; animation-duration: 1095ms; } .staff .note-interval.ni-sustain-1096::after { -webkit-animation-duration: 1096ms; animation-duration: 1096ms; } .staff .note-interval.ni-sustain-1097::after { -webkit-animation-duration: 1097ms; animation-duration: 1097ms; } .staff .note-interval.ni-sustain-1098::after { -webkit-animation-duration: 1098ms; animation-duration: 1098ms; } .staff .note-interval.ni-sustain-1099::after { -webkit-animation-duration: 1099ms; animation-duration: 1099ms; } .staff .note-interval.ni-sustain-1100::after { -webkit-animation-duration: 1100ms; animation-duration: 1100ms; } .staff .note-interval.ni-sustain-1101::after { -webkit-animation-duration: 1101ms; animation-duration: 1101ms; } .staff .note-interval.ni-sustain-1102::after { -webkit-animation-duration: 1102ms; animation-duration: 1102ms; } .staff .note-interval.ni-sustain-1103::after { -webkit-animation-duration: 1103ms; animation-duration: 1103ms; } .staff .note-interval.ni-sustain-1104::after { -webkit-animation-duration: 1104ms; animation-duration: 1104ms; } .staff .note-interval.ni-sustain-1105::after { -webkit-animation-duration: 1105ms; animation-duration: 1105ms; } .staff .note-interval.ni-sustain-1106::after { -webkit-animation-duration: 1106ms; animation-duration: 1106ms; } .staff .note-interval.ni-sustain-1107::after { -webkit-animation-duration: 1107ms; animation-duration: 1107ms; } .staff .note-interval.ni-sustain-1108::after { -webkit-animation-duration: 1108ms; animation-duration: 1108ms; } .staff .note-interval.ni-sustain-1109::after { -webkit-animation-duration: 1109ms; animation-duration: 1109ms; } .staff .note-interval.ni-sustain-1110::after { -webkit-animation-duration: 1110ms; animation-duration: 1110ms; } .staff .note-interval.ni-sustain-1111::after { -webkit-animation-duration: 1111ms; animation-duration: 1111ms; } .staff .note-interval.ni-sustain-1112::after { -webkit-animation-duration: 1112ms; animation-duration: 1112ms; } .staff .note-interval.ni-sustain-1113::after { -webkit-animation-duration: 1113ms; animation-duration: 1113ms; } .staff .note-interval.ni-sustain-1114::after { -webkit-animation-duration: 1114ms; animation-duration: 1114ms; } .staff .note-interval.ni-sustain-1115::after { -webkit-animation-duration: 1115ms; animation-duration: 1115ms; } .staff .note-interval.ni-sustain-1116::after { -webkit-animation-duration: 1116ms; animation-duration: 1116ms; } .staff .note-interval.ni-sustain-1117::after { -webkit-animation-duration: 1117ms; animation-duration: 1117ms; } .staff .note-interval.ni-sustain-1118::after { -webkit-animation-duration: 1118ms; animation-duration: 1118ms; } .staff .note-interval.ni-sustain-1119::after { -webkit-animation-duration: 1119ms; animation-duration: 1119ms; } .staff .note-interval.ni-sustain-1120::after { -webkit-animation-duration: 1120ms; animation-duration: 1120ms; } .staff .note-interval.ni-sustain-1121::after { -webkit-animation-duration: 1121ms; animation-duration: 1121ms; } .staff .note-interval.ni-sustain-1122::after { -webkit-animation-duration: 1122ms; animation-duration: 1122ms; } .staff .note-interval.ni-sustain-1123::after { -webkit-animation-duration: 1123ms; animation-duration: 1123ms; } .staff .note-interval.ni-sustain-1124::after { -webkit-animation-duration: 1124ms; animation-duration: 1124ms; } .staff .note-interval.ni-sustain-1125::after { -webkit-animation-duration: 1125ms; animation-duration: 1125ms; } .staff .note-interval.ni-sustain-1126::after { -webkit-animation-duration: 1126ms; animation-duration: 1126ms; } .staff .note-interval.ni-sustain-1127::after { -webkit-animation-duration: 1127ms; animation-duration: 1127ms; } .staff .note-interval.ni-sustain-1128::after { -webkit-animation-duration: 1128ms; animation-duration: 1128ms; } .staff .note-interval.ni-sustain-1129::after { -webkit-animation-duration: 1129ms; animation-duration: 1129ms; } .staff .note-interval.ni-sustain-1130::after { -webkit-animation-duration: 1130ms; animation-duration: 1130ms; } .staff .note-interval.ni-sustain-1131::after { -webkit-animation-duration: 1131ms; animation-duration: 1131ms; } .staff .note-interval.ni-sustain-1132::after { -webkit-animation-duration: 1132ms; animation-duration: 1132ms; } .staff .note-interval.ni-sustain-1133::after { -webkit-animation-duration: 1133ms; animation-duration: 1133ms; } .staff .note-interval.ni-sustain-1134::after { -webkit-animation-duration: 1134ms; animation-duration: 1134ms; } .staff .note-interval.ni-sustain-1135::after { -webkit-animation-duration: 1135ms; animation-duration: 1135ms; } .staff .note-interval.ni-sustain-1136::after { -webkit-animation-duration: 1136ms; animation-duration: 1136ms; } .staff .note-interval.ni-sustain-1137::after { -webkit-animation-duration: 1137ms; animation-duration: 1137ms; } .staff .note-interval.ni-sustain-1138::after { -webkit-animation-duration: 1138ms; animation-duration: 1138ms; } .staff .note-interval.ni-sustain-1139::after { -webkit-animation-duration: 1139ms; animation-duration: 1139ms; } .staff .note-interval.ni-sustain-1140::after { -webkit-animation-duration: 1140ms; animation-duration: 1140ms; } .staff .note-interval.ni-sustain-1141::after { -webkit-animation-duration: 1141ms; animation-duration: 1141ms; } .staff .note-interval.ni-sustain-1142::after { -webkit-animation-duration: 1142ms; animation-duration: 1142ms; } .staff .note-interval.ni-sustain-1143::after { -webkit-animation-duration: 1143ms; animation-duration: 1143ms; } .staff .note-interval.ni-sustain-1144::after { -webkit-animation-duration: 1144ms; animation-duration: 1144ms; } .staff .note-interval.ni-sustain-1145::after { -webkit-animation-duration: 1145ms; animation-duration: 1145ms; } .staff .note-interval.ni-sustain-1146::after { -webkit-animation-duration: 1146ms; animation-duration: 1146ms; } .staff .note-interval.ni-sustain-1147::after { -webkit-animation-duration: 1147ms; animation-duration: 1147ms; } .staff .note-interval.ni-sustain-1148::after { -webkit-animation-duration: 1148ms; animation-duration: 1148ms; } .staff .note-interval.ni-sustain-1149::after { -webkit-animation-duration: 1149ms; animation-duration: 1149ms; } .staff .note-interval.ni-sustain-1150::after { -webkit-animation-duration: 1150ms; animation-duration: 1150ms; } .staff .note-interval.ni-sustain-1151::after { -webkit-animation-duration: 1151ms; animation-duration: 1151ms; } .staff .note-interval.ni-sustain-1152::after { -webkit-animation-duration: 1152ms; animation-duration: 1152ms; } .staff .note-interval.ni-sustain-1153::after { -webkit-animation-duration: 1153ms; animation-duration: 1153ms; } .staff .note-interval.ni-sustain-1154::after { -webkit-animation-duration: 1154ms; animation-duration: 1154ms; } .staff .note-interval.ni-sustain-1155::after { -webkit-animation-duration: 1155ms; animation-duration: 1155ms; } .staff .note-interval.ni-sustain-1156::after { -webkit-animation-duration: 1156ms; animation-duration: 1156ms; } .staff .note-interval.ni-sustain-1157::after { -webkit-animation-duration: 1157ms; animation-duration: 1157ms; } .staff .note-interval.ni-sustain-1158::after { -webkit-animation-duration: 1158ms; animation-duration: 1158ms; } .staff .note-interval.ni-sustain-1159::after { -webkit-animation-duration: 1159ms; animation-duration: 1159ms; } .staff .note-interval.ni-sustain-1160::after { -webkit-animation-duration: 1160ms; animation-duration: 1160ms; } .staff .note-interval.ni-sustain-1161::after { -webkit-animation-duration: 1161ms; animation-duration: 1161ms; } .staff .note-interval.ni-sustain-1162::after { -webkit-animation-duration: 1162ms; animation-duration: 1162ms; } .staff .note-interval.ni-sustain-1163::after { -webkit-animation-duration: 1163ms; animation-duration: 1163ms; } .staff .note-interval.ni-sustain-1164::after { -webkit-animation-duration: 1164ms; animation-duration: 1164ms; } .staff .note-interval.ni-sustain-1165::after { -webkit-animation-duration: 1165ms; animation-duration: 1165ms; } .staff .note-interval.ni-sustain-1166::after { -webkit-animation-duration: 1166ms; animation-duration: 1166ms; } .staff .note-interval.ni-sustain-1167::after { -webkit-animation-duration: 1167ms; animation-duration: 1167ms; } .staff .note-interval.ni-sustain-1168::after { -webkit-animation-duration: 1168ms; animation-duration: 1168ms; } .staff .note-interval.ni-sustain-1169::after { -webkit-animation-duration: 1169ms; animation-duration: 1169ms; } .staff .note-interval.ni-sustain-1170::after { -webkit-animation-duration: 1170ms; animation-duration: 1170ms; } .staff .note-interval.ni-sustain-1171::after { -webkit-animation-duration: 1171ms; animation-duration: 1171ms; } .staff .note-interval.ni-sustain-1172::after { -webkit-animation-duration: 1172ms; animation-duration: 1172ms; } .staff .note-interval.ni-sustain-1173::after { -webkit-animation-duration: 1173ms; animation-duration: 1173ms; } .staff .note-interval.ni-sustain-1174::after { -webkit-animation-duration: 1174ms; animation-duration: 1174ms; } .staff .note-interval.ni-sustain-1175::after { -webkit-animation-duration: 1175ms; animation-duration: 1175ms; } .staff .note-interval.ni-sustain-1176::after { -webkit-animation-duration: 1176ms; animation-duration: 1176ms; } .staff .note-interval.ni-sustain-1177::after { -webkit-animation-duration: 1177ms; animation-duration: 1177ms; } .staff .note-interval.ni-sustain-1178::after { -webkit-animation-duration: 1178ms; animation-duration: 1178ms; } .staff .note-interval.ni-sustain-1179::after { -webkit-animation-duration: 1179ms; animation-duration: 1179ms; } .staff .note-interval.ni-sustain-1180::after { -webkit-animation-duration: 1180ms; animation-duration: 1180ms; } .staff .note-interval.ni-sustain-1181::after { -webkit-animation-duration: 1181ms; animation-duration: 1181ms; } .staff .note-interval.ni-sustain-1182::after { -webkit-animation-duration: 1182ms; animation-duration: 1182ms; } .staff .note-interval.ni-sustain-1183::after { -webkit-animation-duration: 1183ms; animation-duration: 1183ms; } .staff .note-interval.ni-sustain-1184::after { -webkit-animation-duration: 1184ms; animation-duration: 1184ms; } .staff .note-interval.ni-sustain-1185::after { -webkit-animation-duration: 1185ms; animation-duration: 1185ms; } .staff .note-interval.ni-sustain-1186::after { -webkit-animation-duration: 1186ms; animation-duration: 1186ms; } .staff .note-interval.ni-sustain-1187::after { -webkit-animation-duration: 1187ms; animation-duration: 1187ms; } .staff .note-interval.ni-sustain-1188::after { -webkit-animation-duration: 1188ms; animation-duration: 1188ms; } .staff .note-interval.ni-sustain-1189::after { -webkit-animation-duration: 1189ms; animation-duration: 1189ms; } .staff .note-interval.ni-sustain-1190::after { -webkit-animation-duration: 1190ms; animation-duration: 1190ms; } .staff .note-interval.ni-sustain-1191::after { -webkit-animation-duration: 1191ms; animation-duration: 1191ms; } .staff .note-interval.ni-sustain-1192::after { -webkit-animation-duration: 1192ms; animation-duration: 1192ms; } .staff .note-interval.ni-sustain-1193::after { -webkit-animation-duration: 1193ms; animation-duration: 1193ms; } .staff .note-interval.ni-sustain-1194::after { -webkit-animation-duration: 1194ms; animation-duration: 1194ms; } .staff .note-interval.ni-sustain-1195::after { -webkit-animation-duration: 1195ms; animation-duration: 1195ms; } .staff .note-interval.ni-sustain-1196::after { -webkit-animation-duration: 1196ms; animation-duration: 1196ms; } .staff .note-interval.ni-sustain-1197::after { -webkit-animation-duration: 1197ms; animation-duration: 1197ms; } .staff .note-interval.ni-sustain-1198::after { -webkit-animation-duration: 1198ms; animation-duration: 1198ms; } .staff .note-interval.ni-sustain-1199::after { -webkit-animation-duration: 1199ms; animation-duration: 1199ms; } .staff .note-interval.ni-sustain-1200::after { -webkit-animation-duration: 1200ms; animation-duration: 1200ms; } .staff .note-interval.ni-sustain-1201::after { -webkit-animation-duration: 1201ms; animation-duration: 1201ms; } .staff .note-interval.ni-sustain-1202::after { -webkit-animation-duration: 1202ms; animation-duration: 1202ms; } .staff .note-interval.ni-sustain-1203::after { -webkit-animation-duration: 1203ms; animation-duration: 1203ms; } .staff .note-interval.ni-sustain-1204::after { -webkit-animation-duration: 1204ms; animation-duration: 1204ms; } .staff .note-interval.ni-sustain-1205::after { -webkit-animation-duration: 1205ms; animation-duration: 1205ms; } .staff .note-interval.ni-sustain-1206::after { -webkit-animation-duration: 1206ms; animation-duration: 1206ms; } .staff .note-interval.ni-sustain-1207::after { -webkit-animation-duration: 1207ms; animation-duration: 1207ms; } .staff .note-interval.ni-sustain-1208::after { -webkit-animation-duration: 1208ms; animation-duration: 1208ms; } .staff .note-interval.ni-sustain-1209::after { -webkit-animation-duration: 1209ms; animation-duration: 1209ms; } .staff .note-interval.ni-sustain-1210::after { -webkit-animation-duration: 1210ms; animation-duration: 1210ms; } .staff .note-interval.ni-sustain-1211::after { -webkit-animation-duration: 1211ms; animation-duration: 1211ms; } .staff .note-interval.ni-sustain-1212::after { -webkit-animation-duration: 1212ms; animation-duration: 1212ms; } .staff .note-interval.ni-sustain-1213::after { -webkit-animation-duration: 1213ms; animation-duration: 1213ms; } .staff .note-interval.ni-sustain-1214::after { -webkit-animation-duration: 1214ms; animation-duration: 1214ms; } .staff .note-interval.ni-sustain-1215::after { -webkit-animation-duration: 1215ms; animation-duration: 1215ms; } .staff .note-interval.ni-sustain-1216::after { -webkit-animation-duration: 1216ms; animation-duration: 1216ms; } .staff .note-interval.ni-sustain-1217::after { -webkit-animation-duration: 1217ms; animation-duration: 1217ms; } .staff .note-interval.ni-sustain-1218::after { -webkit-animation-duration: 1218ms; animation-duration: 1218ms; } .staff .note-interval.ni-sustain-1219::after { -webkit-animation-duration: 1219ms; animation-duration: 1219ms; } .staff .note-interval.ni-sustain-1220::after { -webkit-animation-duration: 1220ms; animation-duration: 1220ms; } .staff .note-interval.ni-sustain-1221::after { -webkit-animation-duration: 1221ms; animation-duration: 1221ms; } .staff .note-interval.ni-sustain-1222::after { -webkit-animation-duration: 1222ms; animation-duration: 1222ms; } .staff .note-interval.ni-sustain-1223::after { -webkit-animation-duration: 1223ms; animation-duration: 1223ms; } .staff .note-interval.ni-sustain-1224::after { -webkit-animation-duration: 1224ms; animation-duration: 1224ms; } .staff .note-interval.ni-sustain-1225::after { -webkit-animation-duration: 1225ms; animation-duration: 1225ms; } .staff .note-interval.ni-sustain-1226::after { -webkit-animation-duration: 1226ms; animation-duration: 1226ms; } .staff .note-interval.ni-sustain-1227::after { -webkit-animation-duration: 1227ms; animation-duration: 1227ms; } .staff .note-interval.ni-sustain-1228::after { -webkit-animation-duration: 1228ms; animation-duration: 1228ms; } .staff .note-interval.ni-sustain-1229::after { -webkit-animation-duration: 1229ms; animation-duration: 1229ms; } .staff .note-interval.ni-sustain-1230::after { -webkit-animation-duration: 1230ms; animation-duration: 1230ms; } .staff .note-interval.ni-sustain-1231::after { -webkit-animation-duration: 1231ms; animation-duration: 1231ms; } .staff .note-interval.ni-sustain-1232::after { -webkit-animation-duration: 1232ms; animation-duration: 1232ms; } .staff .note-interval.ni-sustain-1233::after { -webkit-animation-duration: 1233ms; animation-duration: 1233ms; } .staff .note-interval.ni-sustain-1234::after { -webkit-animation-duration: 1234ms; animation-duration: 1234ms; } .staff .note-interval.ni-sustain-1235::after { -webkit-animation-duration: 1235ms; animation-duration: 1235ms; } .staff .note-interval.ni-sustain-1236::after { -webkit-animation-duration: 1236ms; animation-duration: 1236ms; } .staff .note-interval.ni-sustain-1237::after { -webkit-animation-duration: 1237ms; animation-duration: 1237ms; } .staff .note-interval.ni-sustain-1238::after { -webkit-animation-duration: 1238ms; animation-duration: 1238ms; } .staff .note-interval.ni-sustain-1239::after { -webkit-animation-duration: 1239ms; animation-duration: 1239ms; } .staff .note-interval.ni-sustain-1240::after { -webkit-animation-duration: 1240ms; animation-duration: 1240ms; } .staff .note-interval.ni-sustain-1241::after { -webkit-animation-duration: 1241ms; animation-duration: 1241ms; } .staff .note-interval.ni-sustain-1242::after { -webkit-animation-duration: 1242ms; animation-duration: 1242ms; } .staff .note-interval.ni-sustain-1243::after { -webkit-animation-duration: 1243ms; animation-duration: 1243ms; } .staff .note-interval.ni-sustain-1244::after { -webkit-animation-duration: 1244ms; animation-duration: 1244ms; } .staff .note-interval.ni-sustain-1245::after { -webkit-animation-duration: 1245ms; animation-duration: 1245ms; } .staff .note-interval.ni-sustain-1246::after { -webkit-animation-duration: 1246ms; animation-duration: 1246ms; } .staff .note-interval.ni-sustain-1247::after { -webkit-animation-duration: 1247ms; animation-duration: 1247ms; } .staff .note-interval.ni-sustain-1248::after { -webkit-animation-duration: 1248ms; animation-duration: 1248ms; } .staff .note-interval.ni-sustain-1249::after { -webkit-animation-duration: 1249ms; animation-duration: 1249ms; } .staff .note-interval.ni-sustain-1250::after { -webkit-animation-duration: 1250ms; animation-duration: 1250ms; } .staff .note-interval.ni-sustain-1251::after { -webkit-animation-duration: 1251ms; animation-duration: 1251ms; } .staff .note-interval.ni-sustain-1252::after { -webkit-animation-duration: 1252ms; animation-duration: 1252ms; } .staff .note-interval.ni-sustain-1253::after { -webkit-animation-duration: 1253ms; animation-duration: 1253ms; } .staff .note-interval.ni-sustain-1254::after { -webkit-animation-duration: 1254ms; animation-duration: 1254ms; } .staff .note-interval.ni-sustain-1255::after { -webkit-animation-duration: 1255ms; animation-duration: 1255ms; } .staff .note-interval.ni-sustain-1256::after { -webkit-animation-duration: 1256ms; animation-duration: 1256ms; } .staff .note-interval.ni-sustain-1257::after { -webkit-animation-duration: 1257ms; animation-duration: 1257ms; } .staff .note-interval.ni-sustain-1258::after { -webkit-animation-duration: 1258ms; animation-duration: 1258ms; } .staff .note-interval.ni-sustain-1259::after { -webkit-animation-duration: 1259ms; animation-duration: 1259ms; } .staff .note-interval.ni-sustain-1260::after { -webkit-animation-duration: 1260ms; animation-duration: 1260ms; } .staff .note-interval.ni-sustain-1261::after { -webkit-animation-duration: 1261ms; animation-duration: 1261ms; } .staff .note-interval.ni-sustain-1262::after { -webkit-animation-duration: 1262ms; animation-duration: 1262ms; } .staff .note-interval.ni-sustain-1263::after { -webkit-animation-duration: 1263ms; animation-duration: 1263ms; } .staff .note-interval.ni-sustain-1264::after { -webkit-animation-duration: 1264ms; animation-duration: 1264ms; } .staff .note-interval.ni-sustain-1265::after { -webkit-animation-duration: 1265ms; animation-duration: 1265ms; } .staff .note-interval.ni-sustain-1266::after { -webkit-animation-duration: 1266ms; animation-duration: 1266ms; } .staff .note-interval.ni-sustain-1267::after { -webkit-animation-duration: 1267ms; animation-duration: 1267ms; } .staff .note-interval.ni-sustain-1268::after { -webkit-animation-duration: 1268ms; animation-duration: 1268ms; } .staff .note-interval.ni-sustain-1269::after { -webkit-animation-duration: 1269ms; animation-duration: 1269ms; } .staff .note-interval.ni-sustain-1270::after { -webkit-animation-duration: 1270ms; animation-duration: 1270ms; } .staff .note-interval.ni-sustain-1271::after { -webkit-animation-duration: 1271ms; animation-duration: 1271ms; } .staff .note-interval.ni-sustain-1272::after { -webkit-animation-duration: 1272ms; animation-duration: 1272ms; } .staff .note-interval.ni-sustain-1273::after { -webkit-animation-duration: 1273ms; animation-duration: 1273ms; } .staff .note-interval.ni-sustain-1274::after { -webkit-animation-duration: 1274ms; animation-duration: 1274ms; } .staff .note-interval.ni-sustain-1275::after { -webkit-animation-duration: 1275ms; animation-duration: 1275ms; } .staff .note-interval.ni-sustain-1276::after { -webkit-animation-duration: 1276ms; animation-duration: 1276ms; } .staff .note-interval.ni-sustain-1277::after { -webkit-animation-duration: 1277ms; animation-duration: 1277ms; } .staff .note-interval.ni-sustain-1278::after { -webkit-animation-duration: 1278ms; animation-duration: 1278ms; } .staff .note-interval.ni-sustain-1279::after { -webkit-animation-duration: 1279ms; animation-duration: 1279ms; } .staff .note-interval.ni-sustain-1280::after { -webkit-animation-duration: 1280ms; animation-duration: 1280ms; } .staff .note-interval.ni-sustain-1281::after { -webkit-animation-duration: 1281ms; animation-duration: 1281ms; } .staff .note-interval.ni-sustain-1282::after { -webkit-animation-duration: 1282ms; animation-duration: 1282ms; } .staff .note-interval.ni-sustain-1283::after { -webkit-animation-duration: 1283ms; animation-duration: 1283ms; } .staff .note-interval.ni-sustain-1284::after { -webkit-animation-duration: 1284ms; animation-duration: 1284ms; } .staff .note-interval.ni-sustain-1285::after { -webkit-animation-duration: 1285ms; animation-duration: 1285ms; } .staff .note-interval.ni-sustain-1286::after { -webkit-animation-duration: 1286ms; animation-duration: 1286ms; } .staff .note-interval.ni-sustain-1287::after { -webkit-animation-duration: 1287ms; animation-duration: 1287ms; } .staff .note-interval.ni-sustain-1288::after { -webkit-animation-duration: 1288ms; animation-duration: 1288ms; } .staff .note-interval.ni-sustain-1289::after { -webkit-animation-duration: 1289ms; animation-duration: 1289ms; } .staff .note-interval.ni-sustain-1290::after { -webkit-animation-duration: 1290ms; animation-duration: 1290ms; } .staff .note-interval.ni-sustain-1291::after { -webkit-animation-duration: 1291ms; animation-duration: 1291ms; } .staff .note-interval.ni-sustain-1292::after { -webkit-animation-duration: 1292ms; animation-duration: 1292ms; } .staff .note-interval.ni-sustain-1293::after { -webkit-animation-duration: 1293ms; animation-duration: 1293ms; } .staff .note-interval.ni-sustain-1294::after { -webkit-animation-duration: 1294ms; animation-duration: 1294ms; } .staff .note-interval.ni-sustain-1295::after { -webkit-animation-duration: 1295ms; animation-duration: 1295ms; } .staff .note-interval.ni-sustain-1296::after { -webkit-animation-duration: 1296ms; animation-duration: 1296ms; } .staff .note-interval.ni-sustain-1297::after { -webkit-animation-duration: 1297ms; animation-duration: 1297ms; } .staff .note-interval.ni-sustain-1298::after { -webkit-animation-duration: 1298ms; animation-duration: 1298ms; } .staff .note-interval.ni-sustain-1299::after { -webkit-animation-duration: 1299ms; animation-duration: 1299ms; } .staff .note-interval.ni-sustain-1300::after { -webkit-animation-duration: 1300ms; animation-duration: 1300ms; } .staff .note-interval.ni-sustain-1301::after { -webkit-animation-duration: 1301ms; animation-duration: 1301ms; } .staff .note-interval.ni-sustain-1302::after { -webkit-animation-duration: 1302ms; animation-duration: 1302ms; } .staff .note-interval.ni-sustain-1303::after { -webkit-animation-duration: 1303ms; animation-duration: 1303ms; } .staff .note-interval.ni-sustain-1304::after { -webkit-animation-duration: 1304ms; animation-duration: 1304ms; } .staff .note-interval.ni-sustain-1305::after { -webkit-animation-duration: 1305ms; animation-duration: 1305ms; } .staff .note-interval.ni-sustain-1306::after { -webkit-animation-duration: 1306ms; animation-duration: 1306ms; } .staff .note-interval.ni-sustain-1307::after { -webkit-animation-duration: 1307ms; animation-duration: 1307ms; } .staff .note-interval.ni-sustain-1308::after { -webkit-animation-duration: 1308ms; animation-duration: 1308ms; } .staff .note-interval.ni-sustain-1309::after { -webkit-animation-duration: 1309ms; animation-duration: 1309ms; } .staff .note-interval.ni-sustain-1310::after { -webkit-animation-duration: 1310ms; animation-duration: 1310ms; } .staff .note-interval.ni-sustain-1311::after { -webkit-animation-duration: 1311ms; animation-duration: 1311ms; } .staff .note-interval.ni-sustain-1312::after { -webkit-animation-duration: 1312ms; animation-duration: 1312ms; } .staff .note-interval.ni-sustain-1313::after { -webkit-animation-duration: 1313ms; animation-duration: 1313ms; } .staff .note-interval.ni-sustain-1314::after { -webkit-animation-duration: 1314ms; animation-duration: 1314ms; } .staff .note-interval.ni-sustain-1315::after { -webkit-animation-duration: 1315ms; animation-duration: 1315ms; } .staff .note-interval.ni-sustain-1316::after { -webkit-animation-duration: 1316ms; animation-duration: 1316ms; } .staff .note-interval.ni-sustain-1317::after { -webkit-animation-duration: 1317ms; animation-duration: 1317ms; } .staff .note-interval.ni-sustain-1318::after { -webkit-animation-duration: 1318ms; animation-duration: 1318ms; } .staff .note-interval.ni-sustain-1319::after { -webkit-animation-duration: 1319ms; animation-duration: 1319ms; } .staff .note-interval.ni-sustain-1320::after { -webkit-animation-duration: 1320ms; animation-duration: 1320ms; } .staff .note-interval.ni-sustain-1321::after { -webkit-animation-duration: 1321ms; animation-duration: 1321ms; } .staff .note-interval.ni-sustain-1322::after { -webkit-animation-duration: 1322ms; animation-duration: 1322ms; } .staff .note-interval.ni-sustain-1323::after { -webkit-animation-duration: 1323ms; animation-duration: 1323ms; } .staff .note-interval.ni-sustain-1324::after { -webkit-animation-duration: 1324ms; animation-duration: 1324ms; } .staff .note-interval.ni-sustain-1325::after { -webkit-animation-duration: 1325ms; animation-duration: 1325ms; } .staff .note-interval.ni-sustain-1326::after { -webkit-animation-duration: 1326ms; animation-duration: 1326ms; } .staff .note-interval.ni-sustain-1327::after { -webkit-animation-duration: 1327ms; animation-duration: 1327ms; } .staff .note-interval.ni-sustain-1328::after { -webkit-animation-duration: 1328ms; animation-duration: 1328ms; } .staff .note-interval.ni-sustain-1329::after { -webkit-animation-duration: 1329ms; animation-duration: 1329ms; } .staff .note-interval.ni-sustain-1330::after { -webkit-animation-duration: 1330ms; animation-duration: 1330ms; } .staff .note-interval.ni-sustain-1331::after { -webkit-animation-duration: 1331ms; animation-duration: 1331ms; } .staff .note-interval.ni-sustain-1332::after { -webkit-animation-duration: 1332ms; animation-duration: 1332ms; } .staff .note-interval.ni-sustain-1333::after { -webkit-animation-duration: 1333ms; animation-duration: 1333ms; } .staff .note-interval.ni-sustain-1334::after { -webkit-animation-duration: 1334ms; animation-duration: 1334ms; } .staff .note-interval.ni-sustain-1335::after { -webkit-animation-duration: 1335ms; animation-duration: 1335ms; } .staff .note-interval.ni-sustain-1336::after { -webkit-animation-duration: 1336ms; animation-duration: 1336ms; } .staff .note-interval.ni-sustain-1337::after { -webkit-animation-duration: 1337ms; animation-duration: 1337ms; } .staff .note-interval.ni-sustain-1338::after { -webkit-animation-duration: 1338ms; animation-duration: 1338ms; } .staff .note-interval.ni-sustain-1339::after { -webkit-animation-duration: 1339ms; animation-duration: 1339ms; } .staff .note-interval.ni-sustain-1340::after { -webkit-animation-duration: 1340ms; animation-duration: 1340ms; } .staff .note-interval.ni-sustain-1341::after { -webkit-animation-duration: 1341ms; animation-duration: 1341ms; } .staff .note-interval.ni-sustain-1342::after { -webkit-animation-duration: 1342ms; animation-duration: 1342ms; } .staff .note-interval.ni-sustain-1343::after { -webkit-animation-duration: 1343ms; animation-duration: 1343ms; } .staff .note-interval.ni-sustain-1344::after { -webkit-animation-duration: 1344ms; animation-duration: 1344ms; } .staff .note-interval.ni-sustain-1345::after { -webkit-animation-duration: 1345ms; animation-duration: 1345ms; } .staff .note-interval.ni-sustain-1346::after { -webkit-animation-duration: 1346ms; animation-duration: 1346ms; } .staff .note-interval.ni-sustain-1347::after { -webkit-animation-duration: 1347ms; animation-duration: 1347ms; } .staff .note-interval.ni-sustain-1348::after { -webkit-animation-duration: 1348ms; animation-duration: 1348ms; } .staff .note-interval.ni-sustain-1349::after { -webkit-animation-duration: 1349ms; animation-duration: 1349ms; } .staff .note-interval.ni-sustain-1350::after { -webkit-animation-duration: 1350ms; animation-duration: 1350ms; } .staff .note-interval.ni-sustain-1351::after { -webkit-animation-duration: 1351ms; animation-duration: 1351ms; } .staff .note-interval.ni-sustain-1352::after { -webkit-animation-duration: 1352ms; animation-duration: 1352ms; } .staff .note-interval.ni-sustain-1353::after { -webkit-animation-duration: 1353ms; animation-duration: 1353ms; } .staff .note-interval.ni-sustain-1354::after { -webkit-animation-duration: 1354ms; animation-duration: 1354ms; } .staff .note-interval.ni-sustain-1355::after { -webkit-animation-duration: 1355ms; animation-duration: 1355ms; } .staff .note-interval.ni-sustain-1356::after { -webkit-animation-duration: 1356ms; animation-duration: 1356ms; } .staff .note-interval.ni-sustain-1357::after { -webkit-animation-duration: 1357ms; animation-duration: 1357ms; } .staff .note-interval.ni-sustain-1358::after { -webkit-animation-duration: 1358ms; animation-duration: 1358ms; } .staff .note-interval.ni-sustain-1359::after { -webkit-animation-duration: 1359ms; animation-duration: 1359ms; } .staff .note-interval.ni-sustain-1360::after { -webkit-animation-duration: 1360ms; animation-duration: 1360ms; } .staff .note-interval.ni-sustain-1361::after { -webkit-animation-duration: 1361ms; animation-duration: 1361ms; } .staff .note-interval.ni-sustain-1362::after { -webkit-animation-duration: 1362ms; animation-duration: 1362ms; } .staff .note-interval.ni-sustain-1363::after { -webkit-animation-duration: 1363ms; animation-duration: 1363ms; } .staff .note-interval.ni-sustain-1364::after { -webkit-animation-duration: 1364ms; animation-duration: 1364ms; } .staff .note-interval.ni-sustain-1365::after { -webkit-animation-duration: 1365ms; animation-duration: 1365ms; } .staff .note-interval.ni-sustain-1366::after { -webkit-animation-duration: 1366ms; animation-duration: 1366ms; } .staff .note-interval.ni-sustain-1367::after { -webkit-animation-duration: 1367ms; animation-duration: 1367ms; } .staff .note-interval.ni-sustain-1368::after { -webkit-animation-duration: 1368ms; animation-duration: 1368ms; } .staff .note-interval.ni-sustain-1369::after { -webkit-animation-duration: 1369ms; animation-duration: 1369ms; } .staff .note-interval.ni-sustain-1370::after { -webkit-animation-duration: 1370ms; animation-duration: 1370ms; } .staff .note-interval.ni-sustain-1371::after { -webkit-animation-duration: 1371ms; animation-duration: 1371ms; } .staff .note-interval.ni-sustain-1372::after { -webkit-animation-duration: 1372ms; animation-duration: 1372ms; } .staff .note-interval.ni-sustain-1373::after { -webkit-animation-duration: 1373ms; animation-duration: 1373ms; } .staff .note-interval.ni-sustain-1374::after { -webkit-animation-duration: 1374ms; animation-duration: 1374ms; } .staff .note-interval.ni-sustain-1375::after { -webkit-animation-duration: 1375ms; animation-duration: 1375ms; } .staff .note-interval.ni-sustain-1376::after { -webkit-animation-duration: 1376ms; animation-duration: 1376ms; } .staff .note-interval.ni-sustain-1377::after { -webkit-animation-duration: 1377ms; animation-duration: 1377ms; } .staff .note-interval.ni-sustain-1378::after { -webkit-animation-duration: 1378ms; animation-duration: 1378ms; } .staff .note-interval.ni-sustain-1379::after { -webkit-animation-duration: 1379ms; animation-duration: 1379ms; } .staff .note-interval.ni-sustain-1380::after { -webkit-animation-duration: 1380ms; animation-duration: 1380ms; } .staff .note-interval.ni-sustain-1381::after { -webkit-animation-duration: 1381ms; animation-duration: 1381ms; } .staff .note-interval.ni-sustain-1382::after { -webkit-animation-duration: 1382ms; animation-duration: 1382ms; } .staff .note-interval.ni-sustain-1383::after { -webkit-animation-duration: 1383ms; animation-duration: 1383ms; } .staff .note-interval.ni-sustain-1384::after { -webkit-animation-duration: 1384ms; animation-duration: 1384ms; } .staff .note-interval.ni-sustain-1385::after { -webkit-animation-duration: 1385ms; animation-duration: 1385ms; } .staff .note-interval.ni-sustain-1386::after { -webkit-animation-duration: 1386ms; animation-duration: 1386ms; } .staff .note-interval.ni-sustain-1387::after { -webkit-animation-duration: 1387ms; animation-duration: 1387ms; } .staff .note-interval.ni-sustain-1388::after { -webkit-animation-duration: 1388ms; animation-duration: 1388ms; } .staff .note-interval.ni-sustain-1389::after { -webkit-animation-duration: 1389ms; animation-duration: 1389ms; } .staff .note-interval.ni-sustain-1390::after { -webkit-animation-duration: 1390ms; animation-duration: 1390ms; } .staff .note-interval.ni-sustain-1391::after { -webkit-animation-duration: 1391ms; animation-duration: 1391ms; } .staff .note-interval.ni-sustain-1392::after { -webkit-animation-duration: 1392ms; animation-duration: 1392ms; } .staff .note-interval.ni-sustain-1393::after { -webkit-animation-duration: 1393ms; animation-duration: 1393ms; } .staff .note-interval.ni-sustain-1394::after { -webkit-animation-duration: 1394ms; animation-duration: 1394ms; } .staff .note-interval.ni-sustain-1395::after { -webkit-animation-duration: 1395ms; animation-duration: 1395ms; } .staff .note-interval.ni-sustain-1396::after { -webkit-animation-duration: 1396ms; animation-duration: 1396ms; } .staff .note-interval.ni-sustain-1397::after { -webkit-animation-duration: 1397ms; animation-duration: 1397ms; } .staff .note-interval.ni-sustain-1398::after { -webkit-animation-duration: 1398ms; animation-duration: 1398ms; } .staff .note-interval.ni-sustain-1399::after { -webkit-animation-duration: 1399ms; animation-duration: 1399ms; } .staff .note-interval.ni-sustain-1400::after { -webkit-animation-duration: 1400ms; animation-duration: 1400ms; } .staff .note-interval.ni-sustain-1401::after { -webkit-animation-duration: 1401ms; animation-duration: 1401ms; } .staff .note-interval.ni-sustain-1402::after { -webkit-animation-duration: 1402ms; animation-duration: 1402ms; } .staff .note-interval.ni-sustain-1403::after { -webkit-animation-duration: 1403ms; animation-duration: 1403ms; } .staff .note-interval.ni-sustain-1404::after { -webkit-animation-duration: 1404ms; animation-duration: 1404ms; } .staff .note-interval.ni-sustain-1405::after { -webkit-animation-duration: 1405ms; animation-duration: 1405ms; } .staff .note-interval.ni-sustain-1406::after { -webkit-animation-duration: 1406ms; animation-duration: 1406ms; } .staff .note-interval.ni-sustain-1407::after { -webkit-animation-duration: 1407ms; animation-duration: 1407ms; } .staff .note-interval.ni-sustain-1408::after { -webkit-animation-duration: 1408ms; animation-duration: 1408ms; } .staff .note-interval.ni-sustain-1409::after { -webkit-animation-duration: 1409ms; animation-duration: 1409ms; } .staff .note-interval.ni-sustain-1410::after { -webkit-animation-duration: 1410ms; animation-duration: 1410ms; } .staff .note-interval.ni-sustain-1411::after { -webkit-animation-duration: 1411ms; animation-duration: 1411ms; } .staff .note-interval.ni-sustain-1412::after { -webkit-animation-duration: 1412ms; animation-duration: 1412ms; } .staff .note-interval.ni-sustain-1413::after { -webkit-animation-duration: 1413ms; animation-duration: 1413ms; } .staff .note-interval.ni-sustain-1414::after { -webkit-animation-duration: 1414ms; animation-duration: 1414ms; } .staff .note-interval.ni-sustain-1415::after { -webkit-animation-duration: 1415ms; animation-duration: 1415ms; } .staff .note-interval.ni-sustain-1416::after { -webkit-animation-duration: 1416ms; animation-duration: 1416ms; } .staff .note-interval.ni-sustain-1417::after { -webkit-animation-duration: 1417ms; animation-duration: 1417ms; } .staff .note-interval.ni-sustain-1418::after { -webkit-animation-duration: 1418ms; animation-duration: 1418ms; } .staff .note-interval.ni-sustain-1419::after { -webkit-animation-duration: 1419ms; animation-duration: 1419ms; } .staff .note-interval.ni-sustain-1420::after { -webkit-animation-duration: 1420ms; animation-duration: 1420ms; } .staff .note-interval.ni-sustain-1421::after { -webkit-animation-duration: 1421ms; animation-duration: 1421ms; } .staff .note-interval.ni-sustain-1422::after { -webkit-animation-duration: 1422ms; animation-duration: 1422ms; } .staff .note-interval.ni-sustain-1423::after { -webkit-animation-duration: 1423ms; animation-duration: 1423ms; } .staff .note-interval.ni-sustain-1424::after { -webkit-animation-duration: 1424ms; animation-duration: 1424ms; } .staff .note-interval.ni-sustain-1425::after { -webkit-animation-duration: 1425ms; animation-duration: 1425ms; } .staff .note-interval.ni-sustain-1426::after { -webkit-animation-duration: 1426ms; animation-duration: 1426ms; } .staff .note-interval.ni-sustain-1427::after { -webkit-animation-duration: 1427ms; animation-duration: 1427ms; } .staff .note-interval.ni-sustain-1428::after { -webkit-animation-duration: 1428ms; animation-duration: 1428ms; } .staff .note-interval.ni-sustain-1429::after { -webkit-animation-duration: 1429ms; animation-duration: 1429ms; } .staff .note-interval.ni-sustain-1430::after { -webkit-animation-duration: 1430ms; animation-duration: 1430ms; } .staff .note-interval.ni-sustain-1431::after { -webkit-animation-duration: 1431ms; animation-duration: 1431ms; } .staff .note-interval.ni-sustain-1432::after { -webkit-animation-duration: 1432ms; animation-duration: 1432ms; } .staff .note-interval.ni-sustain-1433::after { -webkit-animation-duration: 1433ms; animation-duration: 1433ms; } .staff .note-interval.ni-sustain-1434::after { -webkit-animation-duration: 1434ms; animation-duration: 1434ms; } .staff .note-interval.ni-sustain-1435::after { -webkit-animation-duration: 1435ms; animation-duration: 1435ms; } .staff .note-interval.ni-sustain-1436::after { -webkit-animation-duration: 1436ms; animation-duration: 1436ms; } .staff .note-interval.ni-sustain-1437::after { -webkit-animation-duration: 1437ms; animation-duration: 1437ms; } .staff .note-interval.ni-sustain-1438::after { -webkit-animation-duration: 1438ms; animation-duration: 1438ms; } .staff .note-interval.ni-sustain-1439::after { -webkit-animation-duration: 1439ms; animation-duration: 1439ms; } .staff .note-interval.ni-sustain-1440::after { -webkit-animation-duration: 1440ms; animation-duration: 1440ms; } .staff .note-interval.ni-sustain-1441::after { -webkit-animation-duration: 1441ms; animation-duration: 1441ms; } .staff .note-interval.ni-sustain-1442::after { -webkit-animation-duration: 1442ms; animation-duration: 1442ms; } .staff .note-interval.ni-sustain-1443::after { -webkit-animation-duration: 1443ms; animation-duration: 1443ms; } .staff .note-interval.ni-sustain-1444::after { -webkit-animation-duration: 1444ms; animation-duration: 1444ms; } .staff .note-interval.ni-sustain-1445::after { -webkit-animation-duration: 1445ms; animation-duration: 1445ms; } .staff .note-interval.ni-sustain-1446::after { -webkit-animation-duration: 1446ms; animation-duration: 1446ms; } .staff .note-interval.ni-sustain-1447::after { -webkit-animation-duration: 1447ms; animation-duration: 1447ms; } .staff .note-interval.ni-sustain-1448::after { -webkit-animation-duration: 1448ms; animation-duration: 1448ms; } .staff .note-interval.ni-sustain-1449::after { -webkit-animation-duration: 1449ms; animation-duration: 1449ms; } .staff .note-interval.ni-sustain-1450::after { -webkit-animation-duration: 1450ms; animation-duration: 1450ms; } .staff .note-interval.ni-sustain-1451::after { -webkit-animation-duration: 1451ms; animation-duration: 1451ms; } .staff .note-interval.ni-sustain-1452::after { -webkit-animation-duration: 1452ms; animation-duration: 1452ms; } .staff .note-interval.ni-sustain-1453::after { -webkit-animation-duration: 1453ms; animation-duration: 1453ms; } .staff .note-interval.ni-sustain-1454::after { -webkit-animation-duration: 1454ms; animation-duration: 1454ms; } .staff .note-interval.ni-sustain-1455::after { -webkit-animation-duration: 1455ms; animation-duration: 1455ms; } .staff .note-interval.ni-sustain-1456::after { -webkit-animation-duration: 1456ms; animation-duration: 1456ms; } .staff .note-interval.ni-sustain-1457::after { -webkit-animation-duration: 1457ms; animation-duration: 1457ms; } .staff .note-interval.ni-sustain-1458::after { -webkit-animation-duration: 1458ms; animation-duration: 1458ms; } .staff .note-interval.ni-sustain-1459::after { -webkit-animation-duration: 1459ms; animation-duration: 1459ms; } .staff .note-interval.ni-sustain-1460::after { -webkit-animation-duration: 1460ms; animation-duration: 1460ms; } .staff .note-interval.ni-sustain-1461::after { -webkit-animation-duration: 1461ms; animation-duration: 1461ms; } .staff .note-interval.ni-sustain-1462::after { -webkit-animation-duration: 1462ms; animation-duration: 1462ms; } .staff .note-interval.ni-sustain-1463::after { -webkit-animation-duration: 1463ms; animation-duration: 1463ms; } .staff .note-interval.ni-sustain-1464::after { -webkit-animation-duration: 1464ms; animation-duration: 1464ms; } .staff .note-interval.ni-sustain-1465::after { -webkit-animation-duration: 1465ms; animation-duration: 1465ms; } .staff .note-interval.ni-sustain-1466::after { -webkit-animation-duration: 1466ms; animation-duration: 1466ms; } .staff .note-interval.ni-sustain-1467::after { -webkit-animation-duration: 1467ms; animation-duration: 1467ms; } .staff .note-interval.ni-sustain-1468::after { -webkit-animation-duration: 1468ms; animation-duration: 1468ms; } .staff .note-interval.ni-sustain-1469::after { -webkit-animation-duration: 1469ms; animation-duration: 1469ms; } .staff .note-interval.ni-sustain-1470::after { -webkit-animation-duration: 1470ms; animation-duration: 1470ms; } .staff .note-interval.ni-sustain-1471::after { -webkit-animation-duration: 1471ms; animation-duration: 1471ms; } .staff .note-interval.ni-sustain-1472::after { -webkit-animation-duration: 1472ms; animation-duration: 1472ms; } .staff .note-interval.ni-sustain-1473::after { -webkit-animation-duration: 1473ms; animation-duration: 1473ms; } .staff .note-interval.ni-sustain-1474::after { -webkit-animation-duration: 1474ms; animation-duration: 1474ms; } .staff .note-interval.ni-sustain-1475::after { -webkit-animation-duration: 1475ms; animation-duration: 1475ms; } .staff .note-interval.ni-sustain-1476::after { -webkit-animation-duration: 1476ms; animation-duration: 1476ms; } .staff .note-interval.ni-sustain-1477::after { -webkit-animation-duration: 1477ms; animation-duration: 1477ms; } .staff .note-interval.ni-sustain-1478::after { -webkit-animation-duration: 1478ms; animation-duration: 1478ms; } .staff .note-interval.ni-sustain-1479::after { -webkit-animation-duration: 1479ms; animation-duration: 1479ms; } .staff .note-interval.ni-sustain-1480::after { -webkit-animation-duration: 1480ms; animation-duration: 1480ms; } .staff .note-interval.ni-sustain-1481::after { -webkit-animation-duration: 1481ms; animation-duration: 1481ms; } .staff .note-interval.ni-sustain-1482::after { -webkit-animation-duration: 1482ms; animation-duration: 1482ms; } .staff .note-interval.ni-sustain-1483::after { -webkit-animation-duration: 1483ms; animation-duration: 1483ms; } .staff .note-interval.ni-sustain-1484::after { -webkit-animation-duration: 1484ms; animation-duration: 1484ms; } .staff .note-interval.ni-sustain-1485::after { -webkit-animation-duration: 1485ms; animation-duration: 1485ms; } .staff .note-interval.ni-sustain-1486::after { -webkit-animation-duration: 1486ms; animation-duration: 1486ms; } .staff .note-interval.ni-sustain-1487::after { -webkit-animation-duration: 1487ms; animation-duration: 1487ms; } .staff .note-interval.ni-sustain-1488::after { -webkit-animation-duration: 1488ms; animation-duration: 1488ms; } .staff .note-interval.ni-sustain-1489::after { -webkit-animation-duration: 1489ms; animation-duration: 1489ms; } .staff .note-interval.ni-sustain-1490::after { -webkit-animation-duration: 1490ms; animation-duration: 1490ms; } .staff .note-interval.ni-sustain-1491::after { -webkit-animation-duration: 1491ms; animation-duration: 1491ms; } .staff .note-interval.ni-sustain-1492::after { -webkit-animation-duration: 1492ms; animation-duration: 1492ms; } .staff .note-interval.ni-sustain-1493::after { -webkit-animation-duration: 1493ms; animation-duration: 1493ms; } .staff .note-interval.ni-sustain-1494::after { -webkit-animation-duration: 1494ms; animation-duration: 1494ms; } .staff .note-interval.ni-sustain-1495::after { -webkit-animation-duration: 1495ms; animation-duration: 1495ms; } .staff .note-interval.ni-sustain-1496::after { -webkit-animation-duration: 1496ms; animation-duration: 1496ms; } .staff .note-interval.ni-sustain-1497::after { -webkit-animation-duration: 1497ms; animation-duration: 1497ms; } .staff .note-interval.ni-sustain-1498::after { -webkit-animation-duration: 1498ms; animation-duration: 1498ms; } .staff .note-interval.ni-sustain-1499::after { -webkit-animation-duration: 1499ms; animation-duration: 1499ms; } .staff .note-interval.ni-sustain-1500::after { -webkit-animation-duration: 1500ms; animation-duration: 1500ms; } .staff .note-interval.ni-sustain-1501::after { -webkit-animation-duration: 1501ms; animation-duration: 1501ms; } .staff .note-interval.ni-sustain-1502::after { -webkit-animation-duration: 1502ms; animation-duration: 1502ms; } .staff .note-interval.ni-sustain-1503::after { -webkit-animation-duration: 1503ms; animation-duration: 1503ms; } .staff .note-interval.ni-sustain-1504::after { -webkit-animation-duration: 1504ms; animation-duration: 1504ms; } .staff .note-interval.ni-sustain-1505::after { -webkit-animation-duration: 1505ms; animation-duration: 1505ms; } .staff .note-interval.ni-sustain-1506::after { -webkit-animation-duration: 1506ms; animation-duration: 1506ms; } .staff .note-interval.ni-sustain-1507::after { -webkit-animation-duration: 1507ms; animation-duration: 1507ms; } .staff .note-interval.ni-sustain-1508::after { -webkit-animation-duration: 1508ms; animation-duration: 1508ms; } .staff .note-interval.ni-sustain-1509::after { -webkit-animation-duration: 1509ms; animation-duration: 1509ms; } .staff .note-interval.ni-sustain-1510::after { -webkit-animation-duration: 1510ms; animation-duration: 1510ms; } .staff .note-interval.ni-sustain-1511::after { -webkit-animation-duration: 1511ms; animation-duration: 1511ms; } .staff .note-interval.ni-sustain-1512::after { -webkit-animation-duration: 1512ms; animation-duration: 1512ms; } .staff .note-interval.ni-sustain-1513::after { -webkit-animation-duration: 1513ms; animation-duration: 1513ms; } .staff .note-interval.ni-sustain-1514::after { -webkit-animation-duration: 1514ms; animation-duration: 1514ms; } .staff .note-interval.ni-sustain-1515::after { -webkit-animation-duration: 1515ms; animation-duration: 1515ms; } .staff .note-interval.ni-sustain-1516::after { -webkit-animation-duration: 1516ms; animation-duration: 1516ms; } .staff .note-interval.ni-sustain-1517::after { -webkit-animation-duration: 1517ms; animation-duration: 1517ms; } .staff .note-interval.ni-sustain-1518::after { -webkit-animation-duration: 1518ms; animation-duration: 1518ms; } .staff .note-interval.ni-sustain-1519::after { -webkit-animation-duration: 1519ms; animation-duration: 1519ms; } .staff .note-interval.ni-sustain-1520::after { -webkit-animation-duration: 1520ms; animation-duration: 1520ms; } .staff .note-interval.ni-sustain-1521::after { -webkit-animation-duration: 1521ms; animation-duration: 1521ms; } .staff .note-interval.ni-sustain-1522::after { -webkit-animation-duration: 1522ms; animation-duration: 1522ms; } .staff .note-interval.ni-sustain-1523::after { -webkit-animation-duration: 1523ms; animation-duration: 1523ms; } .staff .note-interval.ni-sustain-1524::after { -webkit-animation-duration: 1524ms; animation-duration: 1524ms; } .staff .note-interval.ni-sustain-1525::after { -webkit-animation-duration: 1525ms; animation-duration: 1525ms; } .staff .note-interval.ni-sustain-1526::after { -webkit-animation-duration: 1526ms; animation-duration: 1526ms; } .staff .note-interval.ni-sustain-1527::after { -webkit-animation-duration: 1527ms; animation-duration: 1527ms; } .staff .note-interval.ni-sustain-1528::after { -webkit-animation-duration: 1528ms; animation-duration: 1528ms; } .staff .note-interval.ni-sustain-1529::after { -webkit-animation-duration: 1529ms; animation-duration: 1529ms; } .staff .note-interval.ni-sustain-1530::after { -webkit-animation-duration: 1530ms; animation-duration: 1530ms; } .staff .note-interval.ni-sustain-1531::after { -webkit-animation-duration: 1531ms; animation-duration: 1531ms; } .staff .note-interval.ni-sustain-1532::after { -webkit-animation-duration: 1532ms; animation-duration: 1532ms; } .staff .note-interval.ni-sustain-1533::after { -webkit-animation-duration: 1533ms; animation-duration: 1533ms; } .staff .note-interval.ni-sustain-1534::after { -webkit-animation-duration: 1534ms; animation-duration: 1534ms; } .staff .note-interval.ni-sustain-1535::after { -webkit-animation-duration: 1535ms; animation-duration: 1535ms; } .staff .note-interval.ni-sustain-1536::after { -webkit-animation-duration: 1536ms; animation-duration: 1536ms; } .staff .note-interval.ni-sustain-1537::after { -webkit-animation-duration: 1537ms; animation-duration: 1537ms; } .staff .note-interval.ni-sustain-1538::after { -webkit-animation-duration: 1538ms; animation-duration: 1538ms; } .staff .note-interval.ni-sustain-1539::after { -webkit-animation-duration: 1539ms; animation-duration: 1539ms; } .staff .note-interval.ni-sustain-1540::after { -webkit-animation-duration: 1540ms; animation-duration: 1540ms; } .staff .note-interval.ni-sustain-1541::after { -webkit-animation-duration: 1541ms; animation-duration: 1541ms; } .staff .note-interval.ni-sustain-1542::after { -webkit-animation-duration: 1542ms; animation-duration: 1542ms; } .staff .note-interval.ni-sustain-1543::after { -webkit-animation-duration: 1543ms; animation-duration: 1543ms; } .staff .note-interval.ni-sustain-1544::after { -webkit-animation-duration: 1544ms; animation-duration: 1544ms; } .staff .note-interval.ni-sustain-1545::after { -webkit-animation-duration: 1545ms; animation-duration: 1545ms; } .staff .note-interval.ni-sustain-1546::after { -webkit-animation-duration: 1546ms; animation-duration: 1546ms; } .staff .note-interval.ni-sustain-1547::after { -webkit-animation-duration: 1547ms; animation-duration: 1547ms; } .staff .note-interval.ni-sustain-1548::after { -webkit-animation-duration: 1548ms; animation-duration: 1548ms; } .staff .note-interval.ni-sustain-1549::after { -webkit-animation-duration: 1549ms; animation-duration: 1549ms; } .staff .note-interval.ni-sustain-1550::after { -webkit-animation-duration: 1550ms; animation-duration: 1550ms; } .staff .note-interval.ni-sustain-1551::after { -webkit-animation-duration: 1551ms; animation-duration: 1551ms; } .staff .note-interval.ni-sustain-1552::after { -webkit-animation-duration: 1552ms; animation-duration: 1552ms; } .staff .note-interval.ni-sustain-1553::after { -webkit-animation-duration: 1553ms; animation-duration: 1553ms; } .staff .note-interval.ni-sustain-1554::after { -webkit-animation-duration: 1554ms; animation-duration: 1554ms; } .staff .note-interval.ni-sustain-1555::after { -webkit-animation-duration: 1555ms; animation-duration: 1555ms; } .staff .note-interval.ni-sustain-1556::after { -webkit-animation-duration: 1556ms; animation-duration: 1556ms; } .staff .note-interval.ni-sustain-1557::after { -webkit-animation-duration: 1557ms; animation-duration: 1557ms; } .staff .note-interval.ni-sustain-1558::after { -webkit-animation-duration: 1558ms; animation-duration: 1558ms; } .staff .note-interval.ni-sustain-1559::after { -webkit-animation-duration: 1559ms; animation-duration: 1559ms; } .staff .note-interval.ni-sustain-1560::after { -webkit-animation-duration: 1560ms; animation-duration: 1560ms; } .staff .note-interval.ni-sustain-1561::after { -webkit-animation-duration: 1561ms; animation-duration: 1561ms; } .staff .note-interval.ni-sustain-1562::after { -webkit-animation-duration: 1562ms; animation-duration: 1562ms; } .staff .note-interval.ni-sustain-1563::after { -webkit-animation-duration: 1563ms; animation-duration: 1563ms; } .staff .note-interval.ni-sustain-1564::after { -webkit-animation-duration: 1564ms; animation-duration: 1564ms; } .staff .note-interval.ni-sustain-1565::after { -webkit-animation-duration: 1565ms; animation-duration: 1565ms; } .staff .note-interval.ni-sustain-1566::after { -webkit-animation-duration: 1566ms; animation-duration: 1566ms; } .staff .note-interval.ni-sustain-1567::after { -webkit-animation-duration: 1567ms; animation-duration: 1567ms; } .staff .note-interval.ni-sustain-1568::after { -webkit-animation-duration: 1568ms; animation-duration: 1568ms; } .staff .note-interval.ni-sustain-1569::after { -webkit-animation-duration: 1569ms; animation-duration: 1569ms; } .staff .note-interval.ni-sustain-1570::after { -webkit-animation-duration: 1570ms; animation-duration: 1570ms; } .staff .note-interval.ni-sustain-1571::after { -webkit-animation-duration: 1571ms; animation-duration: 1571ms; } .staff .note-interval.ni-sustain-1572::after { -webkit-animation-duration: 1572ms; animation-duration: 1572ms; } .staff .note-interval.ni-sustain-1573::after { -webkit-animation-duration: 1573ms; animation-duration: 1573ms; } .staff .note-interval.ni-sustain-1574::after { -webkit-animation-duration: 1574ms; animation-duration: 1574ms; } .staff .note-interval.ni-sustain-1575::after { -webkit-animation-duration: 1575ms; animation-duration: 1575ms; } .staff .note-interval.ni-sustain-1576::after { -webkit-animation-duration: 1576ms; animation-duration: 1576ms; } .staff .note-interval.ni-sustain-1577::after { -webkit-animation-duration: 1577ms; animation-duration: 1577ms; } .staff .note-interval.ni-sustain-1578::after { -webkit-animation-duration: 1578ms; animation-duration: 1578ms; } .staff .note-interval.ni-sustain-1579::after { -webkit-animation-duration: 1579ms; animation-duration: 1579ms; } .staff .note-interval.ni-sustain-1580::after { -webkit-animation-duration: 1580ms; animation-duration: 1580ms; } .staff .note-interval.ni-sustain-1581::after { -webkit-animation-duration: 1581ms; animation-duration: 1581ms; } .staff .note-interval.ni-sustain-1582::after { -webkit-animation-duration: 1582ms; animation-duration: 1582ms; } .staff .note-interval.ni-sustain-1583::after { -webkit-animation-duration: 1583ms; animation-duration: 1583ms; } .staff .note-interval.ni-sustain-1584::after { -webkit-animation-duration: 1584ms; animation-duration: 1584ms; } .staff .note-interval.ni-sustain-1585::after { -webkit-animation-duration: 1585ms; animation-duration: 1585ms; } .staff .note-interval.ni-sustain-1586::after { -webkit-animation-duration: 1586ms; animation-duration: 1586ms; } .staff .note-interval.ni-sustain-1587::after { -webkit-animation-duration: 1587ms; animation-duration: 1587ms; } .staff .note-interval.ni-sustain-1588::after { -webkit-animation-duration: 1588ms; animation-duration: 1588ms; } .staff .note-interval.ni-sustain-1589::after { -webkit-animation-duration: 1589ms; animation-duration: 1589ms; } .staff .note-interval.ni-sustain-1590::after { -webkit-animation-duration: 1590ms; animation-duration: 1590ms; } .staff .note-interval.ni-sustain-1591::after { -webkit-animation-duration: 1591ms; animation-duration: 1591ms; } .staff .note-interval.ni-sustain-1592::after { -webkit-animation-duration: 1592ms; animation-duration: 1592ms; } .staff .note-interval.ni-sustain-1593::after { -webkit-animation-duration: 1593ms; animation-duration: 1593ms; } .staff .note-interval.ni-sustain-1594::after { -webkit-animation-duration: 1594ms; animation-duration: 1594ms; } .staff .note-interval.ni-sustain-1595::after { -webkit-animation-duration: 1595ms; animation-duration: 1595ms; } .staff .note-interval.ni-sustain-1596::after { -webkit-animation-duration: 1596ms; animation-duration: 1596ms; } .staff .note-interval.ni-sustain-1597::after { -webkit-animation-duration: 1597ms; animation-duration: 1597ms; } .staff .note-interval.ni-sustain-1598::after { -webkit-animation-duration: 1598ms; animation-duration: 1598ms; } .staff .note-interval.ni-sustain-1599::after { -webkit-animation-duration: 1599ms; animation-duration: 1599ms; } .staff .note-interval.ni-sustain-1600::after { -webkit-animation-duration: 1600ms; animation-duration: 1600ms; } .staff .note-interval.ni-sustain-1601::after { -webkit-animation-duration: 1601ms; animation-duration: 1601ms; } .staff .note-interval.ni-sustain-1602::after { -webkit-animation-duration: 1602ms; animation-duration: 1602ms; } .staff .note-interval.ni-sustain-1603::after { -webkit-animation-duration: 1603ms; animation-duration: 1603ms; } .staff .note-interval.ni-sustain-1604::after { -webkit-animation-duration: 1604ms; animation-duration: 1604ms; } .staff .note-interval.ni-sustain-1605::after { -webkit-animation-duration: 1605ms; animation-duration: 1605ms; } .staff .note-interval.ni-sustain-1606::after { -webkit-animation-duration: 1606ms; animation-duration: 1606ms; } .staff .note-interval.ni-sustain-1607::after { -webkit-animation-duration: 1607ms; animation-duration: 1607ms; } .staff .note-interval.ni-sustain-1608::after { -webkit-animation-duration: 1608ms; animation-duration: 1608ms; } .staff .note-interval.ni-sustain-1609::after { -webkit-animation-duration: 1609ms; animation-duration: 1609ms; } .staff .note-interval.ni-sustain-1610::after { -webkit-animation-duration: 1610ms; animation-duration: 1610ms; } .staff .note-interval.ni-sustain-1611::after { -webkit-animation-duration: 1611ms; animation-duration: 1611ms; } .staff .note-interval.ni-sustain-1612::after { -webkit-animation-duration: 1612ms; animation-duration: 1612ms; } .staff .note-interval.ni-sustain-1613::after { -webkit-animation-duration: 1613ms; animation-duration: 1613ms; } .staff .note-interval.ni-sustain-1614::after { -webkit-animation-duration: 1614ms; animation-duration: 1614ms; } .staff .note-interval.ni-sustain-1615::after { -webkit-animation-duration: 1615ms; animation-duration: 1615ms; } .staff .note-interval.ni-sustain-1616::after { -webkit-animation-duration: 1616ms; animation-duration: 1616ms; } .staff .note-interval.ni-sustain-1617::after { -webkit-animation-duration: 1617ms; animation-duration: 1617ms; } .staff .note-interval.ni-sustain-1618::after { -webkit-animation-duration: 1618ms; animation-duration: 1618ms; } .staff .note-interval.ni-sustain-1619::after { -webkit-animation-duration: 1619ms; animation-duration: 1619ms; } .staff .note-interval.ni-sustain-1620::after { -webkit-animation-duration: 1620ms; animation-duration: 1620ms; } .staff .note-interval.ni-sustain-1621::after { -webkit-animation-duration: 1621ms; animation-duration: 1621ms; } .staff .note-interval.ni-sustain-1622::after { -webkit-animation-duration: 1622ms; animation-duration: 1622ms; } .staff .note-interval.ni-sustain-1623::after { -webkit-animation-duration: 1623ms; animation-duration: 1623ms; } .staff .note-interval.ni-sustain-1624::after { -webkit-animation-duration: 1624ms; animation-duration: 1624ms; } .staff .note-interval.ni-sustain-1625::after { -webkit-animation-duration: 1625ms; animation-duration: 1625ms; } .staff .note-interval.ni-sustain-1626::after { -webkit-animation-duration: 1626ms; animation-duration: 1626ms; } .staff .note-interval.ni-sustain-1627::after { -webkit-animation-duration: 1627ms; animation-duration: 1627ms; } .staff .note-interval.ni-sustain-1628::after { -webkit-animation-duration: 1628ms; animation-duration: 1628ms; } .staff .note-interval.ni-sustain-1629::after { -webkit-animation-duration: 1629ms; animation-duration: 1629ms; } .staff .note-interval.ni-sustain-1630::after { -webkit-animation-duration: 1630ms; animation-duration: 1630ms; } .staff .note-interval.ni-sustain-1631::after { -webkit-animation-duration: 1631ms; animation-duration: 1631ms; } .staff .note-interval.ni-sustain-1632::after { -webkit-animation-duration: 1632ms; animation-duration: 1632ms; } .staff .note-interval.ni-sustain-1633::after { -webkit-animation-duration: 1633ms; animation-duration: 1633ms; } .staff .note-interval.ni-sustain-1634::after { -webkit-animation-duration: 1634ms; animation-duration: 1634ms; } .staff .note-interval.ni-sustain-1635::after { -webkit-animation-duration: 1635ms; animation-duration: 1635ms; } .staff .note-interval.ni-sustain-1636::after { -webkit-animation-duration: 1636ms; animation-duration: 1636ms; } .staff .note-interval.ni-sustain-1637::after { -webkit-animation-duration: 1637ms; animation-duration: 1637ms; } .staff .note-interval.ni-sustain-1638::after { -webkit-animation-duration: 1638ms; animation-duration: 1638ms; } .staff .note-interval.ni-sustain-1639::after { -webkit-animation-duration: 1639ms; animation-duration: 1639ms; } .staff .note-interval.ni-sustain-1640::after { -webkit-animation-duration: 1640ms; animation-duration: 1640ms; } .staff .note-interval.ni-sustain-1641::after { -webkit-animation-duration: 1641ms; animation-duration: 1641ms; } .staff .note-interval.ni-sustain-1642::after { -webkit-animation-duration: 1642ms; animation-duration: 1642ms; } .staff .note-interval.ni-sustain-1643::after { -webkit-animation-duration: 1643ms; animation-duration: 1643ms; } .staff .note-interval.ni-sustain-1644::after { -webkit-animation-duration: 1644ms; animation-duration: 1644ms; } .staff .note-interval.ni-sustain-1645::after { -webkit-animation-duration: 1645ms; animation-duration: 1645ms; } .staff .note-interval.ni-sustain-1646::after { -webkit-animation-duration: 1646ms; animation-duration: 1646ms; } .staff .note-interval.ni-sustain-1647::after { -webkit-animation-duration: 1647ms; animation-duration: 1647ms; } .staff .note-interval.ni-sustain-1648::after { -webkit-animation-duration: 1648ms; animation-duration: 1648ms; } .staff .note-interval.ni-sustain-1649::after { -webkit-animation-duration: 1649ms; animation-duration: 1649ms; } .staff .note-interval.ni-sustain-1650::after { -webkit-animation-duration: 1650ms; animation-duration: 1650ms; } .staff .note-interval.ni-sustain-1651::after { -webkit-animation-duration: 1651ms; animation-duration: 1651ms; } .staff .note-interval.ni-sustain-1652::after { -webkit-animation-duration: 1652ms; animation-duration: 1652ms; } .staff .note-interval.ni-sustain-1653::after { -webkit-animation-duration: 1653ms; animation-duration: 1653ms; } .staff .note-interval.ni-sustain-1654::after { -webkit-animation-duration: 1654ms; animation-duration: 1654ms; } .staff .note-interval.ni-sustain-1655::after { -webkit-animation-duration: 1655ms; animation-duration: 1655ms; } .staff .note-interval.ni-sustain-1656::after { -webkit-animation-duration: 1656ms; animation-duration: 1656ms; } .staff .note-interval.ni-sustain-1657::after { -webkit-animation-duration: 1657ms; animation-duration: 1657ms; } .staff .note-interval.ni-sustain-1658::after { -webkit-animation-duration: 1658ms; animation-duration: 1658ms; } .staff .note-interval.ni-sustain-1659::after { -webkit-animation-duration: 1659ms; animation-duration: 1659ms; } .staff .note-interval.ni-sustain-1660::after { -webkit-animation-duration: 1660ms; animation-duration: 1660ms; } .staff .note-interval.ni-sustain-1661::after { -webkit-animation-duration: 1661ms; animation-duration: 1661ms; } .staff .note-interval.ni-sustain-1662::after { -webkit-animation-duration: 1662ms; animation-duration: 1662ms; } .staff .note-interval.ni-sustain-1663::after { -webkit-animation-duration: 1663ms; animation-duration: 1663ms; } .staff .note-interval.ni-sustain-1664::after { -webkit-animation-duration: 1664ms; animation-duration: 1664ms; } .staff .note-interval.ni-sustain-1665::after { -webkit-animation-duration: 1665ms; animation-duration: 1665ms; } .staff .note-interval.ni-sustain-1666::after { -webkit-animation-duration: 1666ms; animation-duration: 1666ms; } .staff .note-interval.ni-sustain-1667::after { -webkit-animation-duration: 1667ms; animation-duration: 1667ms; } .staff .note-interval.ni-sustain-1668::after { -webkit-animation-duration: 1668ms; animation-duration: 1668ms; } .staff .note-interval.ni-sustain-1669::after { -webkit-animation-duration: 1669ms; animation-duration: 1669ms; } .staff .note-interval.ni-sustain-1670::after { -webkit-animation-duration: 1670ms; animation-duration: 1670ms; } .staff .note-interval.ni-sustain-1671::after { -webkit-animation-duration: 1671ms; animation-duration: 1671ms; } .staff .note-interval.ni-sustain-1672::after { -webkit-animation-duration: 1672ms; animation-duration: 1672ms; } .staff .note-interval.ni-sustain-1673::after { -webkit-animation-duration: 1673ms; animation-duration: 1673ms; } .staff .note-interval.ni-sustain-1674::after { -webkit-animation-duration: 1674ms; animation-duration: 1674ms; } .staff .note-interval.ni-sustain-1675::after { -webkit-animation-duration: 1675ms; animation-duration: 1675ms; } .staff .note-interval.ni-sustain-1676::after { -webkit-animation-duration: 1676ms; animation-duration: 1676ms; } .staff .note-interval.ni-sustain-1677::after { -webkit-animation-duration: 1677ms; animation-duration: 1677ms; } .staff .note-interval.ni-sustain-1678::after { -webkit-animation-duration: 1678ms; animation-duration: 1678ms; } .staff .note-interval.ni-sustain-1679::after { -webkit-animation-duration: 1679ms; animation-duration: 1679ms; } .staff .note-interval.ni-sustain-1680::after { -webkit-animation-duration: 1680ms; animation-duration: 1680ms; } .staff .note-interval.ni-sustain-1681::after { -webkit-animation-duration: 1681ms; animation-duration: 1681ms; } .staff .note-interval.ni-sustain-1682::after { -webkit-animation-duration: 1682ms; animation-duration: 1682ms; } .staff .note-interval.ni-sustain-1683::after { -webkit-animation-duration: 1683ms; animation-duration: 1683ms; } .staff .note-interval.ni-sustain-1684::after { -webkit-animation-duration: 1684ms; animation-duration: 1684ms; } .staff .note-interval.ni-sustain-1685::after { -webkit-animation-duration: 1685ms; animation-duration: 1685ms; } .staff .note-interval.ni-sustain-1686::after { -webkit-animation-duration: 1686ms; animation-duration: 1686ms; } .staff .note-interval.ni-sustain-1687::after { -webkit-animation-duration: 1687ms; animation-duration: 1687ms; } .staff .note-interval.ni-sustain-1688::after { -webkit-animation-duration: 1688ms; animation-duration: 1688ms; } .staff .note-interval.ni-sustain-1689::after { -webkit-animation-duration: 1689ms; animation-duration: 1689ms; } .staff .note-interval.ni-sustain-1690::after { -webkit-animation-duration: 1690ms; animation-duration: 1690ms; } .staff .note-interval.ni-sustain-1691::after { -webkit-animation-duration: 1691ms; animation-duration: 1691ms; } .staff .note-interval.ni-sustain-1692::after { -webkit-animation-duration: 1692ms; animation-duration: 1692ms; } .staff .note-interval.ni-sustain-1693::after { -webkit-animation-duration: 1693ms; animation-duration: 1693ms; } .staff .note-interval.ni-sustain-1694::after { -webkit-animation-duration: 1694ms; animation-duration: 1694ms; } .staff .note-interval.ni-sustain-1695::after { -webkit-animation-duration: 1695ms; animation-duration: 1695ms; } .staff .note-interval.ni-sustain-1696::after { -webkit-animation-duration: 1696ms; animation-duration: 1696ms; } .staff .note-interval.ni-sustain-1697::after { -webkit-animation-duration: 1697ms; animation-duration: 1697ms; } .staff .note-interval.ni-sustain-1698::after { -webkit-animation-duration: 1698ms; animation-duration: 1698ms; } .staff .note-interval.ni-sustain-1699::after { -webkit-animation-duration: 1699ms; animation-duration: 1699ms; } .staff .note-interval.ni-sustain-1700::after { -webkit-animation-duration: 1700ms; animation-duration: 1700ms; } .staff .note-interval.ni-sustain-1701::after { -webkit-animation-duration: 1701ms; animation-duration: 1701ms; } .staff .note-interval.ni-sustain-1702::after { -webkit-animation-duration: 1702ms; animation-duration: 1702ms; } .staff .note-interval.ni-sustain-1703::after { -webkit-animation-duration: 1703ms; animation-duration: 1703ms; } .staff .note-interval.ni-sustain-1704::after { -webkit-animation-duration: 1704ms; animation-duration: 1704ms; } .staff .note-interval.ni-sustain-1705::after { -webkit-animation-duration: 1705ms; animation-duration: 1705ms; } .staff .note-interval.ni-sustain-1706::after { -webkit-animation-duration: 1706ms; animation-duration: 1706ms; } .staff .note-interval.ni-sustain-1707::after { -webkit-animation-duration: 1707ms; animation-duration: 1707ms; } .staff .note-interval.ni-sustain-1708::after { -webkit-animation-duration: 1708ms; animation-duration: 1708ms; } .staff .note-interval.ni-sustain-1709::after { -webkit-animation-duration: 1709ms; animation-duration: 1709ms; } .staff .note-interval.ni-sustain-1710::after { -webkit-animation-duration: 1710ms; animation-duration: 1710ms; } .staff .note-interval.ni-sustain-1711::after { -webkit-animation-duration: 1711ms; animation-duration: 1711ms; } .staff .note-interval.ni-sustain-1712::after { -webkit-animation-duration: 1712ms; animation-duration: 1712ms; } .staff .note-interval.ni-sustain-1713::after { -webkit-animation-duration: 1713ms; animation-duration: 1713ms; } .staff .note-interval.ni-sustain-1714::after { -webkit-animation-duration: 1714ms; animation-duration: 1714ms; } .staff .note-interval.ni-sustain-1715::after { -webkit-animation-duration: 1715ms; animation-duration: 1715ms; } .staff .note-interval.ni-sustain-1716::after { -webkit-animation-duration: 1716ms; animation-duration: 1716ms; } .staff .note-interval.ni-sustain-1717::after { -webkit-animation-duration: 1717ms; animation-duration: 1717ms; } .staff .note-interval.ni-sustain-1718::after { -webkit-animation-duration: 1718ms; animation-duration: 1718ms; } .staff .note-interval.ni-sustain-1719::after { -webkit-animation-duration: 1719ms; animation-duration: 1719ms; } .staff .note-interval.ni-sustain-1720::after { -webkit-animation-duration: 1720ms; animation-duration: 1720ms; } .staff .note-interval.ni-sustain-1721::after { -webkit-animation-duration: 1721ms; animation-duration: 1721ms; } .staff .note-interval.ni-sustain-1722::after { -webkit-animation-duration: 1722ms; animation-duration: 1722ms; } .staff .note-interval.ni-sustain-1723::after { -webkit-animation-duration: 1723ms; animation-duration: 1723ms; } .staff .note-interval.ni-sustain-1724::after { -webkit-animation-duration: 1724ms; animation-duration: 1724ms; } .staff .note-interval.ni-sustain-1725::after { -webkit-animation-duration: 1725ms; animation-duration: 1725ms; } .staff .note-interval.ni-sustain-1726::after { -webkit-animation-duration: 1726ms; animation-duration: 1726ms; } .staff .note-interval.ni-sustain-1727::after { -webkit-animation-duration: 1727ms; animation-duration: 1727ms; } .staff .note-interval.ni-sustain-1728::after { -webkit-animation-duration: 1728ms; animation-duration: 1728ms; } .staff .note-interval.ni-sustain-1729::after { -webkit-animation-duration: 1729ms; animation-duration: 1729ms; } .staff .note-interval.ni-sustain-1730::after { -webkit-animation-duration: 1730ms; animation-duration: 1730ms; } .staff .note-interval.ni-sustain-1731::after { -webkit-animation-duration: 1731ms; animation-duration: 1731ms; } .staff .note-interval.ni-sustain-1732::after { -webkit-animation-duration: 1732ms; animation-duration: 1732ms; } .staff .note-interval.ni-sustain-1733::after { -webkit-animation-duration: 1733ms; animation-duration: 1733ms; } .staff .note-interval.ni-sustain-1734::after { -webkit-animation-duration: 1734ms; animation-duration: 1734ms; } .staff .note-interval.ni-sustain-1735::after { -webkit-animation-duration: 1735ms; animation-duration: 1735ms; } .staff .note-interval.ni-sustain-1736::after { -webkit-animation-duration: 1736ms; animation-duration: 1736ms; } .staff .note-interval.ni-sustain-1737::after { -webkit-animation-duration: 1737ms; animation-duration: 1737ms; } .staff .note-interval.ni-sustain-1738::after { -webkit-animation-duration: 1738ms; animation-duration: 1738ms; } .staff .note-interval.ni-sustain-1739::after { -webkit-animation-duration: 1739ms; animation-duration: 1739ms; } .staff .note-interval.ni-sustain-1740::after { -webkit-animation-duration: 1740ms; animation-duration: 1740ms; } .staff .note-interval.ni-sustain-1741::after { -webkit-animation-duration: 1741ms; animation-duration: 1741ms; } .staff .note-interval.ni-sustain-1742::after { -webkit-animation-duration: 1742ms; animation-duration: 1742ms; } .staff .note-interval.ni-sustain-1743::after { -webkit-animation-duration: 1743ms; animation-duration: 1743ms; } .staff .note-interval.ni-sustain-1744::after { -webkit-animation-duration: 1744ms; animation-duration: 1744ms; } .staff .note-interval.ni-sustain-1745::after { -webkit-animation-duration: 1745ms; animation-duration: 1745ms; } .staff .note-interval.ni-sustain-1746::after { -webkit-animation-duration: 1746ms; animation-duration: 1746ms; } .staff .note-interval.ni-sustain-1747::after { -webkit-animation-duration: 1747ms; animation-duration: 1747ms; } .staff .note-interval.ni-sustain-1748::after { -webkit-animation-duration: 1748ms; animation-duration: 1748ms; } .staff .note-interval.ni-sustain-1749::after { -webkit-animation-duration: 1749ms; animation-duration: 1749ms; } .staff .note-interval.ni-sustain-1750::after { -webkit-animation-duration: 1750ms; animation-duration: 1750ms; } .staff .note-interval.ni-sustain-1751::after { -webkit-animation-duration: 1751ms; animation-duration: 1751ms; } .staff .note-interval.ni-sustain-1752::after { -webkit-animation-duration: 1752ms; animation-duration: 1752ms; } .staff .note-interval.ni-sustain-1753::after { -webkit-animation-duration: 1753ms; animation-duration: 1753ms; } .staff .note-interval.ni-sustain-1754::after { -webkit-animation-duration: 1754ms; animation-duration: 1754ms; } .staff .note-interval.ni-sustain-1755::after { -webkit-animation-duration: 1755ms; animation-duration: 1755ms; } .staff .note-interval.ni-sustain-1756::after { -webkit-animation-duration: 1756ms; animation-duration: 1756ms; } .staff .note-interval.ni-sustain-1757::after { -webkit-animation-duration: 1757ms; animation-duration: 1757ms; } .staff .note-interval.ni-sustain-1758::after { -webkit-animation-duration: 1758ms; animation-duration: 1758ms; } .staff .note-interval.ni-sustain-1759::after { -webkit-animation-duration: 1759ms; animation-duration: 1759ms; } .staff .note-interval.ni-sustain-1760::after { -webkit-animation-duration: 1760ms; animation-duration: 1760ms; } .staff .note-interval.ni-sustain-1761::after { -webkit-animation-duration: 1761ms; animation-duration: 1761ms; } .staff .note-interval.ni-sustain-1762::after { -webkit-animation-duration: 1762ms; animation-duration: 1762ms; } .staff .note-interval.ni-sustain-1763::after { -webkit-animation-duration: 1763ms; animation-duration: 1763ms; } .staff .note-interval.ni-sustain-1764::after { -webkit-animation-duration: 1764ms; animation-duration: 1764ms; } .staff .note-interval.ni-sustain-1765::after { -webkit-animation-duration: 1765ms; animation-duration: 1765ms; } .staff .note-interval.ni-sustain-1766::after { -webkit-animation-duration: 1766ms; animation-duration: 1766ms; } .staff .note-interval.ni-sustain-1767::after { -webkit-animation-duration: 1767ms; animation-duration: 1767ms; } .staff .note-interval.ni-sustain-1768::after { -webkit-animation-duration: 1768ms; animation-duration: 1768ms; } .staff .note-interval.ni-sustain-1769::after { -webkit-animation-duration: 1769ms; animation-duration: 1769ms; } .staff .note-interval.ni-sustain-1770::after { -webkit-animation-duration: 1770ms; animation-duration: 1770ms; } .staff .note-interval.ni-sustain-1771::after { -webkit-animation-duration: 1771ms; animation-duration: 1771ms; } .staff .note-interval.ni-sustain-1772::after { -webkit-animation-duration: 1772ms; animation-duration: 1772ms; } .staff .note-interval.ni-sustain-1773::after { -webkit-animation-duration: 1773ms; animation-duration: 1773ms; } .staff .note-interval.ni-sustain-1774::after { -webkit-animation-duration: 1774ms; animation-duration: 1774ms; } .staff .note-interval.ni-sustain-1775::after { -webkit-animation-duration: 1775ms; animation-duration: 1775ms; } .staff .note-interval.ni-sustain-1776::after { -webkit-animation-duration: 1776ms; animation-duration: 1776ms; } .staff .note-interval.ni-sustain-1777::after { -webkit-animation-duration: 1777ms; animation-duration: 1777ms; } .staff .note-interval.ni-sustain-1778::after { -webkit-animation-duration: 1778ms; animation-duration: 1778ms; } .staff .note-interval.ni-sustain-1779::after { -webkit-animation-duration: 1779ms; animation-duration: 1779ms; } .staff .note-interval.ni-sustain-1780::after { -webkit-animation-duration: 1780ms; animation-duration: 1780ms; } .staff .note-interval.ni-sustain-1781::after { -webkit-animation-duration: 1781ms; animation-duration: 1781ms; } .staff .note-interval.ni-sustain-1782::after { -webkit-animation-duration: 1782ms; animation-duration: 1782ms; } .staff .note-interval.ni-sustain-1783::after { -webkit-animation-duration: 1783ms; animation-duration: 1783ms; } .staff .note-interval.ni-sustain-1784::after { -webkit-animation-duration: 1784ms; animation-duration: 1784ms; } .staff .note-interval.ni-sustain-1785::after { -webkit-animation-duration: 1785ms; animation-duration: 1785ms; } .staff .note-interval.ni-sustain-1786::after { -webkit-animation-duration: 1786ms; animation-duration: 1786ms; } .staff .note-interval.ni-sustain-1787::after { -webkit-animation-duration: 1787ms; animation-duration: 1787ms; } .staff .note-interval.ni-sustain-1788::after { -webkit-animation-duration: 1788ms; animation-duration: 1788ms; } .staff .note-interval.ni-sustain-1789::after { -webkit-animation-duration: 1789ms; animation-duration: 1789ms; } .staff .note-interval.ni-sustain-1790::after { -webkit-animation-duration: 1790ms; animation-duration: 1790ms; } .staff .note-interval.ni-sustain-1791::after { -webkit-animation-duration: 1791ms; animation-duration: 1791ms; } .staff .note-interval.ni-sustain-1792::after { -webkit-animation-duration: 1792ms; animation-duration: 1792ms; } .staff .note-interval.ni-sustain-1793::after { -webkit-animation-duration: 1793ms; animation-duration: 1793ms; } .staff .note-interval.ni-sustain-1794::after { -webkit-animation-duration: 1794ms; animation-duration: 1794ms; } .staff .note-interval.ni-sustain-1795::after { -webkit-animation-duration: 1795ms; animation-duration: 1795ms; } .staff .note-interval.ni-sustain-1796::after { -webkit-animation-duration: 1796ms; animation-duration: 1796ms; } .staff .note-interval.ni-sustain-1797::after { -webkit-animation-duration: 1797ms; animation-duration: 1797ms; } .staff .note-interval.ni-sustain-1798::after { -webkit-animation-duration: 1798ms; animation-duration: 1798ms; } .staff .note-interval.ni-sustain-1799::after { -webkit-animation-duration: 1799ms; animation-duration: 1799ms; } .staff .note-interval.ni-sustain-1800::after { -webkit-animation-duration: 1800ms; animation-duration: 1800ms; } .staff .note-interval.ni-sustain-1801::after { -webkit-animation-duration: 1801ms; animation-duration: 1801ms; } .staff .note-interval.ni-sustain-1802::after { -webkit-animation-duration: 1802ms; animation-duration: 1802ms; } .staff .note-interval.ni-sustain-1803::after { -webkit-animation-duration: 1803ms; animation-duration: 1803ms; } .staff .note-interval.ni-sustain-1804::after { -webkit-animation-duration: 1804ms; animation-duration: 1804ms; } .staff .note-interval.ni-sustain-1805::after { -webkit-animation-duration: 1805ms; animation-duration: 1805ms; } .staff .note-interval.ni-sustain-1806::after { -webkit-animation-duration: 1806ms; animation-duration: 1806ms; } .staff .note-interval.ni-sustain-1807::after { -webkit-animation-duration: 1807ms; animation-duration: 1807ms; } .staff .note-interval.ni-sustain-1808::after { -webkit-animation-duration: 1808ms; animation-duration: 1808ms; } .staff .note-interval.ni-sustain-1809::after { -webkit-animation-duration: 1809ms; animation-duration: 1809ms; } .staff .note-interval.ni-sustain-1810::after { -webkit-animation-duration: 1810ms; animation-duration: 1810ms; } .staff .note-interval.ni-sustain-1811::after { -webkit-animation-duration: 1811ms; animation-duration: 1811ms; } .staff .note-interval.ni-sustain-1812::after { -webkit-animation-duration: 1812ms; animation-duration: 1812ms; } .staff .note-interval.ni-sustain-1813::after { -webkit-animation-duration: 1813ms; animation-duration: 1813ms; } .staff .note-interval.ni-sustain-1814::after { -webkit-animation-duration: 1814ms; animation-duration: 1814ms; } .staff .note-interval.ni-sustain-1815::after { -webkit-animation-duration: 1815ms; animation-duration: 1815ms; } .staff .note-interval.ni-sustain-1816::after { -webkit-animation-duration: 1816ms; animation-duration: 1816ms; } .staff .note-interval.ni-sustain-1817::after { -webkit-animation-duration: 1817ms; animation-duration: 1817ms; } .staff .note-interval.ni-sustain-1818::after { -webkit-animation-duration: 1818ms; animation-duration: 1818ms; } .staff .note-interval.ni-sustain-1819::after { -webkit-animation-duration: 1819ms; animation-duration: 1819ms; } .staff .note-interval.ni-sustain-1820::after { -webkit-animation-duration: 1820ms; animation-duration: 1820ms; } .staff .note-interval.ni-sustain-1821::after { -webkit-animation-duration: 1821ms; animation-duration: 1821ms; } .staff .note-interval.ni-sustain-1822::after { -webkit-animation-duration: 1822ms; animation-duration: 1822ms; } .staff .note-interval.ni-sustain-1823::after { -webkit-animation-duration: 1823ms; animation-duration: 1823ms; } .staff .note-interval.ni-sustain-1824::after { -webkit-animation-duration: 1824ms; animation-duration: 1824ms; } .staff .note-interval.ni-sustain-1825::after { -webkit-animation-duration: 1825ms; animation-duration: 1825ms; } .staff .note-interval.ni-sustain-1826::after { -webkit-animation-duration: 1826ms; animation-duration: 1826ms; } .staff .note-interval.ni-sustain-1827::after { -webkit-animation-duration: 1827ms; animation-duration: 1827ms; } .staff .note-interval.ni-sustain-1828::after { -webkit-animation-duration: 1828ms; animation-duration: 1828ms; } .staff .note-interval.ni-sustain-1829::after { -webkit-animation-duration: 1829ms; animation-duration: 1829ms; } .staff .note-interval.ni-sustain-1830::after { -webkit-animation-duration: 1830ms; animation-duration: 1830ms; } .staff .note-interval.ni-sustain-1831::after { -webkit-animation-duration: 1831ms; animation-duration: 1831ms; } .staff .note-interval.ni-sustain-1832::after { -webkit-animation-duration: 1832ms; animation-duration: 1832ms; } .staff .note-interval.ni-sustain-1833::after { -webkit-animation-duration: 1833ms; animation-duration: 1833ms; } .staff .note-interval.ni-sustain-1834::after { -webkit-animation-duration: 1834ms; animation-duration: 1834ms; } .staff .note-interval.ni-sustain-1835::after { -webkit-animation-duration: 1835ms; animation-duration: 1835ms; } .staff .note-interval.ni-sustain-1836::after { -webkit-animation-duration: 1836ms; animation-duration: 1836ms; } .staff .note-interval.ni-sustain-1837::after { -webkit-animation-duration: 1837ms; animation-duration: 1837ms; } .staff .note-interval.ni-sustain-1838::after { -webkit-animation-duration: 1838ms; animation-duration: 1838ms; } .staff .note-interval.ni-sustain-1839::after { -webkit-animation-duration: 1839ms; animation-duration: 1839ms; } .staff .note-interval.ni-sustain-1840::after { -webkit-animation-duration: 1840ms; animation-duration: 1840ms; } .staff .note-interval.ni-sustain-1841::after { -webkit-animation-duration: 1841ms; animation-duration: 1841ms; } .staff .note-interval.ni-sustain-1842::after { -webkit-animation-duration: 1842ms; animation-duration: 1842ms; } .staff .note-interval.ni-sustain-1843::after { -webkit-animation-duration: 1843ms; animation-duration: 1843ms; } .staff .note-interval.ni-sustain-1844::after { -webkit-animation-duration: 1844ms; animation-duration: 1844ms; } .staff .note-interval.ni-sustain-1845::after { -webkit-animation-duration: 1845ms; animation-duration: 1845ms; } .staff .note-interval.ni-sustain-1846::after { -webkit-animation-duration: 1846ms; animation-duration: 1846ms; } .staff .note-interval.ni-sustain-1847::after { -webkit-animation-duration: 1847ms; animation-duration: 1847ms; } .staff .note-interval.ni-sustain-1848::after { -webkit-animation-duration: 1848ms; animation-duration: 1848ms; } .staff .note-interval.ni-sustain-1849::after { -webkit-animation-duration: 1849ms; animation-duration: 1849ms; } .staff .note-interval.ni-sustain-1850::after { -webkit-animation-duration: 1850ms; animation-duration: 1850ms; } .staff .note-interval.ni-sustain-1851::after { -webkit-animation-duration: 1851ms; animation-duration: 1851ms; } .staff .note-interval.ni-sustain-1852::after { -webkit-animation-duration: 1852ms; animation-duration: 1852ms; } .staff .note-interval.ni-sustain-1853::after { -webkit-animation-duration: 1853ms; animation-duration: 1853ms; } .staff .note-interval.ni-sustain-1854::after { -webkit-animation-duration: 1854ms; animation-duration: 1854ms; } .staff .note-interval.ni-sustain-1855::after { -webkit-animation-duration: 1855ms; animation-duration: 1855ms; } .staff .note-interval.ni-sustain-1856::after { -webkit-animation-duration: 1856ms; animation-duration: 1856ms; } .staff .note-interval.ni-sustain-1857::after { -webkit-animation-duration: 1857ms; animation-duration: 1857ms; } .staff .note-interval.ni-sustain-1858::after { -webkit-animation-duration: 1858ms; animation-duration: 1858ms; } .staff .note-interval.ni-sustain-1859::after { -webkit-animation-duration: 1859ms; animation-duration: 1859ms; } .staff .note-interval.ni-sustain-1860::after { -webkit-animation-duration: 1860ms; animation-duration: 1860ms; } .staff .note-interval.ni-sustain-1861::after { -webkit-animation-duration: 1861ms; animation-duration: 1861ms; } .staff .note-interval.ni-sustain-1862::after { -webkit-animation-duration: 1862ms; animation-duration: 1862ms; } .staff .note-interval.ni-sustain-1863::after { -webkit-animation-duration: 1863ms; animation-duration: 1863ms; } .staff .note-interval.ni-sustain-1864::after { -webkit-animation-duration: 1864ms; animation-duration: 1864ms; } .staff .note-interval.ni-sustain-1865::after { -webkit-animation-duration: 1865ms; animation-duration: 1865ms; } .staff .note-interval.ni-sustain-1866::after { -webkit-animation-duration: 1866ms; animation-duration: 1866ms; } .staff .note-interval.ni-sustain-1867::after { -webkit-animation-duration: 1867ms; animation-duration: 1867ms; } .staff .note-interval.ni-sustain-1868::after { -webkit-animation-duration: 1868ms; animation-duration: 1868ms; } .staff .note-interval.ni-sustain-1869::after { -webkit-animation-duration: 1869ms; animation-duration: 1869ms; } .staff .note-interval.ni-sustain-1870::after { -webkit-animation-duration: 1870ms; animation-duration: 1870ms; } .staff .note-interval.ni-sustain-1871::after { -webkit-animation-duration: 1871ms; animation-duration: 1871ms; } .staff .note-interval.ni-sustain-1872::after { -webkit-animation-duration: 1872ms; animation-duration: 1872ms; } .staff .note-interval.ni-sustain-1873::after { -webkit-animation-duration: 1873ms; animation-duration: 1873ms; } .staff .note-interval.ni-sustain-1874::after { -webkit-animation-duration: 1874ms; animation-duration: 1874ms; } .staff .note-interval.ni-sustain-1875::after { -webkit-animation-duration: 1875ms; animation-duration: 1875ms; } .staff .note-interval.ni-sustain-1876::after { -webkit-animation-duration: 1876ms; animation-duration: 1876ms; } .staff .note-interval.ni-sustain-1877::after { -webkit-animation-duration: 1877ms; animation-duration: 1877ms; } .staff .note-interval.ni-sustain-1878::after { -webkit-animation-duration: 1878ms; animation-duration: 1878ms; } .staff .note-interval.ni-sustain-1879::after { -webkit-animation-duration: 1879ms; animation-duration: 1879ms; } .staff .note-interval.ni-sustain-1880::after { -webkit-animation-duration: 1880ms; animation-duration: 1880ms; } .staff .note-interval.ni-sustain-1881::after { -webkit-animation-duration: 1881ms; animation-duration: 1881ms; } .staff .note-interval.ni-sustain-1882::after { -webkit-animation-duration: 1882ms; animation-duration: 1882ms; } .staff .note-interval.ni-sustain-1883::after { -webkit-animation-duration: 1883ms; animation-duration: 1883ms; } .staff .note-interval.ni-sustain-1884::after { -webkit-animation-duration: 1884ms; animation-duration: 1884ms; } .staff .note-interval.ni-sustain-1885::after { -webkit-animation-duration: 1885ms; animation-duration: 1885ms; } .staff .note-interval.ni-sustain-1886::after { -webkit-animation-duration: 1886ms; animation-duration: 1886ms; } .staff .note-interval.ni-sustain-1887::after { -webkit-animation-duration: 1887ms; animation-duration: 1887ms; } .staff .note-interval.ni-sustain-1888::after { -webkit-animation-duration: 1888ms; animation-duration: 1888ms; } .staff .note-interval.ni-sustain-1889::after { -webkit-animation-duration: 1889ms; animation-duration: 1889ms; } .staff .note-interval.ni-sustain-1890::after { -webkit-animation-duration: 1890ms; animation-duration: 1890ms; } .staff .note-interval.ni-sustain-1891::after { -webkit-animation-duration: 1891ms; animation-duration: 1891ms; } .staff .note-interval.ni-sustain-1892::after { -webkit-animation-duration: 1892ms; animation-duration: 1892ms; } .staff .note-interval.ni-sustain-1893::after { -webkit-animation-duration: 1893ms; animation-duration: 1893ms; } .staff .note-interval.ni-sustain-1894::after { -webkit-animation-duration: 1894ms; animation-duration: 1894ms; } .staff .note-interval.ni-sustain-1895::after { -webkit-animation-duration: 1895ms; animation-duration: 1895ms; } .staff .note-interval.ni-sustain-1896::after { -webkit-animation-duration: 1896ms; animation-duration: 1896ms; } .staff .note-interval.ni-sustain-1897::after { -webkit-animation-duration: 1897ms; animation-duration: 1897ms; } .staff .note-interval.ni-sustain-1898::after { -webkit-animation-duration: 1898ms; animation-duration: 1898ms; } .staff .note-interval.ni-sustain-1899::after { -webkit-animation-duration: 1899ms; animation-duration: 1899ms; } .staff .note-interval.ni-sustain-1900::after { -webkit-animation-duration: 1900ms; animation-duration: 1900ms; } .staff .note-interval.ni-sustain-1901::after { -webkit-animation-duration: 1901ms; animation-duration: 1901ms; } .staff .note-interval.ni-sustain-1902::after { -webkit-animation-duration: 1902ms; animation-duration: 1902ms; } .staff .note-interval.ni-sustain-1903::after { -webkit-animation-duration: 1903ms; animation-duration: 1903ms; } .staff .note-interval.ni-sustain-1904::after { -webkit-animation-duration: 1904ms; animation-duration: 1904ms; } .staff .note-interval.ni-sustain-1905::after { -webkit-animation-duration: 1905ms; animation-duration: 1905ms; } .staff .note-interval.ni-sustain-1906::after { -webkit-animation-duration: 1906ms; animation-duration: 1906ms; } .staff .note-interval.ni-sustain-1907::after { -webkit-animation-duration: 1907ms; animation-duration: 1907ms; } .staff .note-interval.ni-sustain-1908::after { -webkit-animation-duration: 1908ms; animation-duration: 1908ms; } .staff .note-interval.ni-sustain-1909::after { -webkit-animation-duration: 1909ms; animation-duration: 1909ms; } .staff .note-interval.ni-sustain-1910::after { -webkit-animation-duration: 1910ms; animation-duration: 1910ms; } .staff .note-interval.ni-sustain-1911::after { -webkit-animation-duration: 1911ms; animation-duration: 1911ms; } .staff .note-interval.ni-sustain-1912::after { -webkit-animation-duration: 1912ms; animation-duration: 1912ms; } .staff .note-interval.ni-sustain-1913::after { -webkit-animation-duration: 1913ms; animation-duration: 1913ms; } .staff .note-interval.ni-sustain-1914::after { -webkit-animation-duration: 1914ms; animation-duration: 1914ms; } .staff .note-interval.ni-sustain-1915::after { -webkit-animation-duration: 1915ms; animation-duration: 1915ms; } .staff .note-interval.ni-sustain-1916::after { -webkit-animation-duration: 1916ms; animation-duration: 1916ms; } .staff .note-interval.ni-sustain-1917::after { -webkit-animation-duration: 1917ms; animation-duration: 1917ms; } .staff .note-interval.ni-sustain-1918::after { -webkit-animation-duration: 1918ms; animation-duration: 1918ms; } .staff .note-interval.ni-sustain-1919::after { -webkit-animation-duration: 1919ms; animation-duration: 1919ms; } .staff .note-interval.ni-sustain-1920::after { -webkit-animation-duration: 1920ms; animation-duration: 1920ms; } .staff .note-interval.ni-sustain-1921::after { -webkit-animation-duration: 1921ms; animation-duration: 1921ms; } .staff .note-interval.ni-sustain-1922::after { -webkit-animation-duration: 1922ms; animation-duration: 1922ms; } .staff .note-interval.ni-sustain-1923::after { -webkit-animation-duration: 1923ms; animation-duration: 1923ms; } .staff .note-interval.ni-sustain-1924::after { -webkit-animation-duration: 1924ms; animation-duration: 1924ms; } .staff .note-interval.ni-sustain-1925::after { -webkit-animation-duration: 1925ms; animation-duration: 1925ms; } .staff .note-interval.ni-sustain-1926::after { -webkit-animation-duration: 1926ms; animation-duration: 1926ms; } .staff .note-interval.ni-sustain-1927::after { -webkit-animation-duration: 1927ms; animation-duration: 1927ms; } .staff .note-interval.ni-sustain-1928::after { -webkit-animation-duration: 1928ms; animation-duration: 1928ms; } .staff .note-interval.ni-sustain-1929::after { -webkit-animation-duration: 1929ms; animation-duration: 1929ms; } .staff .note-interval.ni-sustain-1930::after { -webkit-animation-duration: 1930ms; animation-duration: 1930ms; } .staff .note-interval.ni-sustain-1931::after { -webkit-animation-duration: 1931ms; animation-duration: 1931ms; } .staff .note-interval.ni-sustain-1932::after { -webkit-animation-duration: 1932ms; animation-duration: 1932ms; } .staff .note-interval.ni-sustain-1933::after { -webkit-animation-duration: 1933ms; animation-duration: 1933ms; } .staff .note-interval.ni-sustain-1934::after { -webkit-animation-duration: 1934ms; animation-duration: 1934ms; } .staff .note-interval.ni-sustain-1935::after { -webkit-animation-duration: 1935ms; animation-duration: 1935ms; } .staff .note-interval.ni-sustain-1936::after { -webkit-animation-duration: 1936ms; animation-duration: 1936ms; } .staff .note-interval.ni-sustain-1937::after { -webkit-animation-duration: 1937ms; animation-duration: 1937ms; } .staff .note-interval.ni-sustain-1938::after { -webkit-animation-duration: 1938ms; animation-duration: 1938ms; } .staff .note-interval.ni-sustain-1939::after { -webkit-animation-duration: 1939ms; animation-duration: 1939ms; } .staff .note-interval.ni-sustain-1940::after { -webkit-animation-duration: 1940ms; animation-duration: 1940ms; } .staff .note-interval.ni-sustain-1941::after { -webkit-animation-duration: 1941ms; animation-duration: 1941ms; } .staff .note-interval.ni-sustain-1942::after { -webkit-animation-duration: 1942ms; animation-duration: 1942ms; } .staff .note-interval.ni-sustain-1943::after { -webkit-animation-duration: 1943ms; animation-duration: 1943ms; } .staff .note-interval.ni-sustain-1944::after { -webkit-animation-duration: 1944ms; animation-duration: 1944ms; } .staff .note-interval.ni-sustain-1945::after { -webkit-animation-duration: 1945ms; animation-duration: 1945ms; } .staff .note-interval.ni-sustain-1946::after { -webkit-animation-duration: 1946ms; animation-duration: 1946ms; } .staff .note-interval.ni-sustain-1947::after { -webkit-animation-duration: 1947ms; animation-duration: 1947ms; } .staff .note-interval.ni-sustain-1948::after { -webkit-animation-duration: 1948ms; animation-duration: 1948ms; } .staff .note-interval.ni-sustain-1949::after { -webkit-animation-duration: 1949ms; animation-duration: 1949ms; } .staff .note-interval.ni-sustain-1950::after { -webkit-animation-duration: 1950ms; animation-duration: 1950ms; } .staff .note-interval.ni-sustain-1951::after { -webkit-animation-duration: 1951ms; animation-duration: 1951ms; } .staff .note-interval.ni-sustain-1952::after { -webkit-animation-duration: 1952ms; animation-duration: 1952ms; } .staff .note-interval.ni-sustain-1953::after { -webkit-animation-duration: 1953ms; animation-duration: 1953ms; } .staff .note-interval.ni-sustain-1954::after { -webkit-animation-duration: 1954ms; animation-duration: 1954ms; } .staff .note-interval.ni-sustain-1955::after { -webkit-animation-duration: 1955ms; animation-duration: 1955ms; } .staff .note-interval.ni-sustain-1956::after { -webkit-animation-duration: 1956ms; animation-duration: 1956ms; } .staff .note-interval.ni-sustain-1957::after { -webkit-animation-duration: 1957ms; animation-duration: 1957ms; } .staff .note-interval.ni-sustain-1958::after { -webkit-animation-duration: 1958ms; animation-duration: 1958ms; } .staff .note-interval.ni-sustain-1959::after { -webkit-animation-duration: 1959ms; animation-duration: 1959ms; } .staff .note-interval.ni-sustain-1960::after { -webkit-animation-duration: 1960ms; animation-duration: 1960ms; } .staff .note-interval.ni-sustain-1961::after { -webkit-animation-duration: 1961ms; animation-duration: 1961ms; } .staff .note-interval.ni-sustain-1962::after { -webkit-animation-duration: 1962ms; animation-duration: 1962ms; } .staff .note-interval.ni-sustain-1963::after { -webkit-animation-duration: 1963ms; animation-duration: 1963ms; } .staff .note-interval.ni-sustain-1964::after { -webkit-animation-duration: 1964ms; animation-duration: 1964ms; } .staff .note-interval.ni-sustain-1965::after { -webkit-animation-duration: 1965ms; animation-duration: 1965ms; } .staff .note-interval.ni-sustain-1966::after { -webkit-animation-duration: 1966ms; animation-duration: 1966ms; } .staff .note-interval.ni-sustain-1967::after { -webkit-animation-duration: 1967ms; animation-duration: 1967ms; } .staff .note-interval.ni-sustain-1968::after { -webkit-animation-duration: 1968ms; animation-duration: 1968ms; } .staff .note-interval.ni-sustain-1969::after { -webkit-animation-duration: 1969ms; animation-duration: 1969ms; } .staff .note-interval.ni-sustain-1970::after { -webkit-animation-duration: 1970ms; animation-duration: 1970ms; } .staff .note-interval.ni-sustain-1971::after { -webkit-animation-duration: 1971ms; animation-duration: 1971ms; } .staff .note-interval.ni-sustain-1972::after { -webkit-animation-duration: 1972ms; animation-duration: 1972ms; } .staff .note-interval.ni-sustain-1973::after { -webkit-animation-duration: 1973ms; animation-duration: 1973ms; } .staff .note-interval.ni-sustain-1974::after { -webkit-animation-duration: 1974ms; animation-duration: 1974ms; } .staff .note-interval.ni-sustain-1975::after { -webkit-animation-duration: 1975ms; animation-duration: 1975ms; } .staff .note-interval.ni-sustain-1976::after { -webkit-animation-duration: 1976ms; animation-duration: 1976ms; } .staff .note-interval.ni-sustain-1977::after { -webkit-animation-duration: 1977ms; animation-duration: 1977ms; } .staff .note-interval.ni-sustain-1978::after { -webkit-animation-duration: 1978ms; animation-duration: 1978ms; } .staff .note-interval.ni-sustain-1979::after { -webkit-animation-duration: 1979ms; animation-duration: 1979ms; } .staff .note-interval.ni-sustain-1980::after { -webkit-animation-duration: 1980ms; animation-duration: 1980ms; } .staff .note-interval.ni-sustain-1981::after { -webkit-animation-duration: 1981ms; animation-duration: 1981ms; } .staff .note-interval.ni-sustain-1982::after { -webkit-animation-duration: 1982ms; animation-duration: 1982ms; } .staff .note-interval.ni-sustain-1983::after { -webkit-animation-duration: 1983ms; animation-duration: 1983ms; } .staff .note-interval.ni-sustain-1984::after { -webkit-animation-duration: 1984ms; animation-duration: 1984ms; } .staff .note-interval.ni-sustain-1985::after { -webkit-animation-duration: 1985ms; animation-duration: 1985ms; } .staff .note-interval.ni-sustain-1986::after { -webkit-animation-duration: 1986ms; animation-duration: 1986ms; } .staff .note-interval.ni-sustain-1987::after { -webkit-animation-duration: 1987ms; animation-duration: 1987ms; } .staff .note-interval.ni-sustain-1988::after { -webkit-animation-duration: 1988ms; animation-duration: 1988ms; } .staff .note-interval.ni-sustain-1989::after { -webkit-animation-duration: 1989ms; animation-duration: 1989ms; } .staff .note-interval.ni-sustain-1990::after { -webkit-animation-duration: 1990ms; animation-duration: 1990ms; } .staff .note-interval.ni-sustain-1991::after { -webkit-animation-duration: 1991ms; animation-duration: 1991ms; } .staff .note-interval.ni-sustain-1992::after { -webkit-animation-duration: 1992ms; animation-duration: 1992ms; } .staff .note-interval.ni-sustain-1993::after { -webkit-animation-duration: 1993ms; animation-duration: 1993ms; } .staff .note-interval.ni-sustain-1994::after { -webkit-animation-duration: 1994ms; animation-duration: 1994ms; } .staff .note-interval.ni-sustain-1995::after { -webkit-animation-duration: 1995ms; animation-duration: 1995ms; } .staff .note-interval.ni-sustain-1996::after { -webkit-animation-duration: 1996ms; animation-duration: 1996ms; } .staff .note-interval.ni-sustain-1997::after { -webkit-animation-duration: 1997ms; animation-duration: 1997ms; } .staff .note-interval.ni-sustain-1998::after { -webkit-animation-duration: 1998ms; animation-duration: 1998ms; } .staff .note-interval.ni-sustain-1999::after { -webkit-animation-duration: 1999ms; animation-duration: 1999ms; } .staff .note-interval.ni-sustain-2000::after { -webkit-animation-duration: 2000ms; animation-duration: 2000ms; } .staff .note-interval.ni-sustain-2001::after { -webkit-animation-duration: 2001ms; animation-duration: 2001ms; } .staff .note-interval.ni-sustain-2002::after { -webkit-animation-duration: 2002ms; animation-duration: 2002ms; } .staff .note-interval.ni-sustain-2003::after { -webkit-animation-duration: 2003ms; animation-duration: 2003ms; } .staff .note-interval.ni-sustain-2004::after { -webkit-animation-duration: 2004ms; animation-duration: 2004ms; } .staff .note-interval.ni-sustain-2005::after { -webkit-animation-duration: 2005ms; animation-duration: 2005ms; } .staff .note-interval.ni-sustain-2006::after { -webkit-animation-duration: 2006ms; animation-duration: 2006ms; } .staff .note-interval.ni-sustain-2007::after { -webkit-animation-duration: 2007ms; animation-duration: 2007ms; } .staff .note-interval.ni-sustain-2008::after { -webkit-animation-duration: 2008ms; animation-duration: 2008ms; } .staff .note-interval.ni-sustain-2009::after { -webkit-animation-duration: 2009ms; animation-duration: 2009ms; } .staff .note-interval.ni-sustain-2010::after { -webkit-animation-duration: 2010ms; animation-duration: 2010ms; } .staff .note-interval.ni-sustain-2011::after { -webkit-animation-duration: 2011ms; animation-duration: 2011ms; } .staff .note-interval.ni-sustain-2012::after { -webkit-animation-duration: 2012ms; animation-duration: 2012ms; } .staff .note-interval.ni-sustain-2013::after { -webkit-animation-duration: 2013ms; animation-duration: 2013ms; } .staff .note-interval.ni-sustain-2014::after { -webkit-animation-duration: 2014ms; animation-duration: 2014ms; } .staff .note-interval.ni-sustain-2015::after { -webkit-animation-duration: 2015ms; animation-duration: 2015ms; } .staff .note-interval.ni-sustain-2016::after { -webkit-animation-duration: 2016ms; animation-duration: 2016ms; } .staff .note-interval.ni-sustain-2017::after { -webkit-animation-duration: 2017ms; animation-duration: 2017ms; } .staff .note-interval.ni-sustain-2018::after { -webkit-animation-duration: 2018ms; animation-duration: 2018ms; } .staff .note-interval.ni-sustain-2019::after { -webkit-animation-duration: 2019ms; animation-duration: 2019ms; } .staff .note-interval.ni-sustain-2020::after { -webkit-animation-duration: 2020ms; animation-duration: 2020ms; } .staff .note-interval.ni-sustain-2021::after { -webkit-animation-duration: 2021ms; animation-duration: 2021ms; } .staff .note-interval.ni-sustain-2022::after { -webkit-animation-duration: 2022ms; animation-duration: 2022ms; } .staff .note-interval.ni-sustain-2023::after { -webkit-animation-duration: 2023ms; animation-duration: 2023ms; } .staff .note-interval.ni-sustain-2024::after { -webkit-animation-duration: 2024ms; animation-duration: 2024ms; } .staff .note-interval.ni-sustain-2025::after { -webkit-animation-duration: 2025ms; animation-duration: 2025ms; } .staff .note-interval.ni-sustain-2026::after { -webkit-animation-duration: 2026ms; animation-duration: 2026ms; } .staff .note-interval.ni-sustain-2027::after { -webkit-animation-duration: 2027ms; animation-duration: 2027ms; } .staff .note-interval.ni-sustain-2028::after { -webkit-animation-duration: 2028ms; animation-duration: 2028ms; } .staff .note-interval.ni-sustain-2029::after { -webkit-animation-duration: 2029ms; animation-duration: 2029ms; } .staff .note-interval.ni-sustain-2030::after { -webkit-animation-duration: 2030ms; animation-duration: 2030ms; } .staff .note-interval.ni-sustain-2031::after { -webkit-animation-duration: 2031ms; animation-duration: 2031ms; } .staff .note-interval.ni-sustain-2032::after { -webkit-animation-duration: 2032ms; animation-duration: 2032ms; } .staff .note-interval.ni-sustain-2033::after { -webkit-animation-duration: 2033ms; animation-duration: 2033ms; } .staff .note-interval.ni-sustain-2034::after { -webkit-animation-duration: 2034ms; animation-duration: 2034ms; } .staff .note-interval.ni-sustain-2035::after { -webkit-animation-duration: 2035ms; animation-duration: 2035ms; } .staff .note-interval.ni-sustain-2036::after { -webkit-animation-duration: 2036ms; animation-duration: 2036ms; } .staff .note-interval.ni-sustain-2037::after { -webkit-animation-duration: 2037ms; animation-duration: 2037ms; } .staff .note-interval.ni-sustain-2038::after { -webkit-animation-duration: 2038ms; animation-duration: 2038ms; } .staff .note-interval.ni-sustain-2039::after { -webkit-animation-duration: 2039ms; animation-duration: 2039ms; } .staff .note-interval.ni-sustain-2040::after { -webkit-animation-duration: 2040ms; animation-duration: 2040ms; } .staff .note-interval.ni-sustain-2041::after { -webkit-animation-duration: 2041ms; animation-duration: 2041ms; } .staff .note-interval.ni-sustain-2042::after { -webkit-animation-duration: 2042ms; animation-duration: 2042ms; } .staff .note-interval.ni-sustain-2043::after { -webkit-animation-duration: 2043ms; animation-duration: 2043ms; } .staff .note-interval.ni-sustain-2044::after { -webkit-animation-duration: 2044ms; animation-duration: 2044ms; } .staff .note-interval.ni-sustain-2045::after { -webkit-animation-duration: 2045ms; animation-duration: 2045ms; } .staff .note-interval.ni-sustain-2046::after { -webkit-animation-duration: 2046ms; animation-duration: 2046ms; } .staff .note-interval.ni-sustain-2047::after { -webkit-animation-duration: 2047ms; animation-duration: 2047ms; } .staff .note-interval.ni-sustain-2048::after { -webkit-animation-duration: 2048ms; animation-duration: 2048ms; } .staff .note-interval.ni-sustain-2049::after { -webkit-animation-duration: 2049ms; animation-duration: 2049ms; } .staff .note-interval.ni-sustain-2050::after { -webkit-animation-duration: 2050ms; animation-duration: 2050ms; } .staff .note-interval.ni-sustain-2051::after { -webkit-animation-duration: 2051ms; animation-duration: 2051ms; } .staff .note-interval.ni-sustain-2052::after { -webkit-animation-duration: 2052ms; animation-duration: 2052ms; } .staff .note-interval.ni-sustain-2053::after { -webkit-animation-duration: 2053ms; animation-duration: 2053ms; } .staff .note-interval.ni-sustain-2054::after { -webkit-animation-duration: 2054ms; animation-duration: 2054ms; } .staff .note-interval.ni-sustain-2055::after { -webkit-animation-duration: 2055ms; animation-duration: 2055ms; } .staff .note-interval.ni-sustain-2056::after { -webkit-animation-duration: 2056ms; animation-duration: 2056ms; } .staff .note-interval.ni-sustain-2057::after { -webkit-animation-duration: 2057ms; animation-duration: 2057ms; } .staff .note-interval.ni-sustain-2058::after { -webkit-animation-duration: 2058ms; animation-duration: 2058ms; } .staff .note-interval.ni-sustain-2059::after { -webkit-animation-duration: 2059ms; animation-duration: 2059ms; } .staff .note-interval.ni-sustain-2060::after { -webkit-animation-duration: 2060ms; animation-duration: 2060ms; } .staff .note-interval.ni-sustain-2061::after { -webkit-animation-duration: 2061ms; animation-duration: 2061ms; } .staff .note-interval.ni-sustain-2062::after { -webkit-animation-duration: 2062ms; animation-duration: 2062ms; } .staff .note-interval.ni-sustain-2063::after { -webkit-animation-duration: 2063ms; animation-duration: 2063ms; } .staff .note-interval.ni-sustain-2064::after { -webkit-animation-duration: 2064ms; animation-duration: 2064ms; } .staff .note-interval.ni-sustain-2065::after { -webkit-animation-duration: 2065ms; animation-duration: 2065ms; } .staff .note-interval.ni-sustain-2066::after { -webkit-animation-duration: 2066ms; animation-duration: 2066ms; } .staff .note-interval.ni-sustain-2067::after { -webkit-animation-duration: 2067ms; animation-duration: 2067ms; } .staff .note-interval.ni-sustain-2068::after { -webkit-animation-duration: 2068ms; animation-duration: 2068ms; } .staff .note-interval.ni-sustain-2069::after { -webkit-animation-duration: 2069ms; animation-duration: 2069ms; } .staff .note-interval.ni-sustain-2070::after { -webkit-animation-duration: 2070ms; animation-duration: 2070ms; } .staff .note-interval.ni-sustain-2071::after { -webkit-animation-duration: 2071ms; animation-duration: 2071ms; } .staff .note-interval.ni-sustain-2072::after { -webkit-animation-duration: 2072ms; animation-duration: 2072ms; } .staff .note-interval.ni-sustain-2073::after { -webkit-animation-duration: 2073ms; animation-duration: 2073ms; } .staff .note-interval.ni-sustain-2074::after { -webkit-animation-duration: 2074ms; animation-duration: 2074ms; } .staff .note-interval.ni-sustain-2075::after { -webkit-animation-duration: 2075ms; animation-duration: 2075ms; } .staff .note-interval.ni-sustain-2076::after { -webkit-animation-duration: 2076ms; animation-duration: 2076ms; } .staff .note-interval.ni-sustain-2077::after { -webkit-animation-duration: 2077ms; animation-duration: 2077ms; } .staff .note-interval.ni-sustain-2078::after { -webkit-animation-duration: 2078ms; animation-duration: 2078ms; } .staff .note-interval.ni-sustain-2079::after { -webkit-animation-duration: 2079ms; animation-duration: 2079ms; } .staff .note-interval.ni-sustain-2080::after { -webkit-animation-duration: 2080ms; animation-duration: 2080ms; } .staff .note-interval.ni-sustain-2081::after { -webkit-animation-duration: 2081ms; animation-duration: 2081ms; } .staff .note-interval.ni-sustain-2082::after { -webkit-animation-duration: 2082ms; animation-duration: 2082ms; } .staff .note-interval.ni-sustain-2083::after { -webkit-animation-duration: 2083ms; animation-duration: 2083ms; } .staff .note-interval.ni-sustain-2084::after { -webkit-animation-duration: 2084ms; animation-duration: 2084ms; } .staff .note-interval.ni-sustain-2085::after { -webkit-animation-duration: 2085ms; animation-duration: 2085ms; } .staff .note-interval.ni-sustain-2086::after { -webkit-animation-duration: 2086ms; animation-duration: 2086ms; } .staff .note-interval.ni-sustain-2087::after { -webkit-animation-duration: 2087ms; animation-duration: 2087ms; } .staff .note-interval.ni-sustain-2088::after { -webkit-animation-duration: 2088ms; animation-duration: 2088ms; } .staff .note-interval.ni-sustain-2089::after { -webkit-animation-duration: 2089ms; animation-duration: 2089ms; } .staff .note-interval.ni-sustain-2090::after { -webkit-animation-duration: 2090ms; animation-duration: 2090ms; } .staff .note-interval.ni-sustain-2091::after { -webkit-animation-duration: 2091ms; animation-duration: 2091ms; } .staff .note-interval.ni-sustain-2092::after { -webkit-animation-duration: 2092ms; animation-duration: 2092ms; } .staff .note-interval.ni-sustain-2093::after { -webkit-animation-duration: 2093ms; animation-duration: 2093ms; } .staff .note-interval.ni-sustain-2094::after { -webkit-animation-duration: 2094ms; animation-duration: 2094ms; } .staff .note-interval.ni-sustain-2095::after { -webkit-animation-duration: 2095ms; animation-duration: 2095ms; } .staff .note-interval.ni-sustain-2096::after { -webkit-animation-duration: 2096ms; animation-duration: 2096ms; } .staff .note-interval.ni-sustain-2097::after { -webkit-animation-duration: 2097ms; animation-duration: 2097ms; } .staff .note-interval.ni-sustain-2098::after { -webkit-animation-duration: 2098ms; animation-duration: 2098ms; } .staff .note-interval.ni-sustain-2099::after { -webkit-animation-duration: 2099ms; animation-duration: 2099ms; } .staff .note-interval.ni-sustain-2100::after { -webkit-animation-duration: 2100ms; animation-duration: 2100ms; } .staff .note-interval.ni-sustain-2101::after { -webkit-animation-duration: 2101ms; animation-duration: 2101ms; } .staff .note-interval.ni-sustain-2102::after { -webkit-animation-duration: 2102ms; animation-duration: 2102ms; } .staff .note-interval.ni-sustain-2103::after { -webkit-animation-duration: 2103ms; animation-duration: 2103ms; } .staff .note-interval.ni-sustain-2104::after { -webkit-animation-duration: 2104ms; animation-duration: 2104ms; } .staff .note-interval.ni-sustain-2105::after { -webkit-animation-duration: 2105ms; animation-duration: 2105ms; } .staff .note-interval.ni-sustain-2106::after { -webkit-animation-duration: 2106ms; animation-duration: 2106ms; } .staff .note-interval.ni-sustain-2107::after { -webkit-animation-duration: 2107ms; animation-duration: 2107ms; } .staff .note-interval.ni-sustain-2108::after { -webkit-animation-duration: 2108ms; animation-duration: 2108ms; } .staff .note-interval.ni-sustain-2109::after { -webkit-animation-duration: 2109ms; animation-duration: 2109ms; } .staff .note-interval.ni-sustain-2110::after { -webkit-animation-duration: 2110ms; animation-duration: 2110ms; } .staff .note-interval.ni-sustain-2111::after { -webkit-animation-duration: 2111ms; animation-duration: 2111ms; } .staff .note-interval.ni-sustain-2112::after { -webkit-animation-duration: 2112ms; animation-duration: 2112ms; } .staff .note-interval.ni-sustain-2113::after { -webkit-animation-duration: 2113ms; animation-duration: 2113ms; } .staff .note-interval.ni-sustain-2114::after { -webkit-animation-duration: 2114ms; animation-duration: 2114ms; } .staff .note-interval.ni-sustain-2115::after { -webkit-animation-duration: 2115ms; animation-duration: 2115ms; } .staff .note-interval.ni-sustain-2116::after { -webkit-animation-duration: 2116ms; animation-duration: 2116ms; } .staff .note-interval.ni-sustain-2117::after { -webkit-animation-duration: 2117ms; animation-duration: 2117ms; } .staff .note-interval.ni-sustain-2118::after { -webkit-animation-duration: 2118ms; animation-duration: 2118ms; } .staff .note-interval.ni-sustain-2119::after { -webkit-animation-duration: 2119ms; animation-duration: 2119ms; } .staff .note-interval.ni-sustain-2120::after { -webkit-animation-duration: 2120ms; animation-duration: 2120ms; } .staff .note-interval.ni-sustain-2121::after { -webkit-animation-duration: 2121ms; animation-duration: 2121ms; } .staff .note-interval.ni-sustain-2122::after { -webkit-animation-duration: 2122ms; animation-duration: 2122ms; } .staff .note-interval.ni-sustain-2123::after { -webkit-animation-duration: 2123ms; animation-duration: 2123ms; } .staff .note-interval.ni-sustain-2124::after { -webkit-animation-duration: 2124ms; animation-duration: 2124ms; } .staff .note-interval.ni-sustain-2125::after { -webkit-animation-duration: 2125ms; animation-duration: 2125ms; } .staff .note-interval.ni-sustain-2126::after { -webkit-animation-duration: 2126ms; animation-duration: 2126ms; } .staff .note-interval.ni-sustain-2127::after { -webkit-animation-duration: 2127ms; animation-duration: 2127ms; } .staff .note-interval.ni-sustain-2128::after { -webkit-animation-duration: 2128ms; animation-duration: 2128ms; } .staff .note-interval.ni-sustain-2129::after { -webkit-animation-duration: 2129ms; animation-duration: 2129ms; } .staff .note-interval.ni-sustain-2130::after { -webkit-animation-duration: 2130ms; animation-duration: 2130ms; } .staff .note-interval.ni-sustain-2131::after { -webkit-animation-duration: 2131ms; animation-duration: 2131ms; } .staff .note-interval.ni-sustain-2132::after { -webkit-animation-duration: 2132ms; animation-duration: 2132ms; } .staff .note-interval.ni-sustain-2133::after { -webkit-animation-duration: 2133ms; animation-duration: 2133ms; } .staff .note-interval.ni-sustain-2134::after { -webkit-animation-duration: 2134ms; animation-duration: 2134ms; } .staff .note-interval.ni-sustain-2135::after { -webkit-animation-duration: 2135ms; animation-duration: 2135ms; } .staff .note-interval.ni-sustain-2136::after { -webkit-animation-duration: 2136ms; animation-duration: 2136ms; } .staff .note-interval.ni-sustain-2137::after { -webkit-animation-duration: 2137ms; animation-duration: 2137ms; } .staff .note-interval.ni-sustain-2138::after { -webkit-animation-duration: 2138ms; animation-duration: 2138ms; } .staff .note-interval.ni-sustain-2139::after { -webkit-animation-duration: 2139ms; animation-duration: 2139ms; } .staff .note-interval.ni-sustain-2140::after { -webkit-animation-duration: 2140ms; animation-duration: 2140ms; } .staff .note-interval.ni-sustain-2141::after { -webkit-animation-duration: 2141ms; animation-duration: 2141ms; } .staff .note-interval.ni-sustain-2142::after { -webkit-animation-duration: 2142ms; animation-duration: 2142ms; } .staff .note-interval.ni-sustain-2143::after { -webkit-animation-duration: 2143ms; animation-duration: 2143ms; } .staff .note-interval.ni-sustain-2144::after { -webkit-animation-duration: 2144ms; animation-duration: 2144ms; } .staff .note-interval.ni-sustain-2145::after { -webkit-animation-duration: 2145ms; animation-duration: 2145ms; } .staff .note-interval.ni-sustain-2146::after { -webkit-animation-duration: 2146ms; animation-duration: 2146ms; } .staff .note-interval.ni-sustain-2147::after { -webkit-animation-duration: 2147ms; animation-duration: 2147ms; } .staff .note-interval.ni-sustain-2148::after { -webkit-animation-duration: 2148ms; animation-duration: 2148ms; } .staff .note-interval.ni-sustain-2149::after { -webkit-animation-duration: 2149ms; animation-duration: 2149ms; } .staff .note-interval.ni-sustain-2150::after { -webkit-animation-duration: 2150ms; animation-duration: 2150ms; } .staff .note-interval.ni-sustain-2151::after { -webkit-animation-duration: 2151ms; animation-duration: 2151ms; } .staff .note-interval.ni-sustain-2152::after { -webkit-animation-duration: 2152ms; animation-duration: 2152ms; } .staff .note-interval.ni-sustain-2153::after { -webkit-animation-duration: 2153ms; animation-duration: 2153ms; } .staff .note-interval.ni-sustain-2154::after { -webkit-animation-duration: 2154ms; animation-duration: 2154ms; } .staff .note-interval.ni-sustain-2155::after { -webkit-animation-duration: 2155ms; animation-duration: 2155ms; } .staff .note-interval.ni-sustain-2156::after { -webkit-animation-duration: 2156ms; animation-duration: 2156ms; } .staff .note-interval.ni-sustain-2157::after { -webkit-animation-duration: 2157ms; animation-duration: 2157ms; } .staff .note-interval.ni-sustain-2158::after { -webkit-animation-duration: 2158ms; animation-duration: 2158ms; } .staff .note-interval.ni-sustain-2159::after { -webkit-animation-duration: 2159ms; animation-duration: 2159ms; } .staff .note-interval.ni-sustain-2160::after { -webkit-animation-duration: 2160ms; animation-duration: 2160ms; } .staff .note-interval.ni-sustain-2161::after { -webkit-animation-duration: 2161ms; animation-duration: 2161ms; } .staff .note-interval.ni-sustain-2162::after { -webkit-animation-duration: 2162ms; animation-duration: 2162ms; } .staff .note-interval.ni-sustain-2163::after { -webkit-animation-duration: 2163ms; animation-duration: 2163ms; } .staff .note-interval.ni-sustain-2164::after { -webkit-animation-duration: 2164ms; animation-duration: 2164ms; } .staff .note-interval.ni-sustain-2165::after { -webkit-animation-duration: 2165ms; animation-duration: 2165ms; } .staff .note-interval.ni-sustain-2166::after { -webkit-animation-duration: 2166ms; animation-duration: 2166ms; } .staff .note-interval.ni-sustain-2167::after { -webkit-animation-duration: 2167ms; animation-duration: 2167ms; } .staff .note-interval.ni-sustain-2168::after { -webkit-animation-duration: 2168ms; animation-duration: 2168ms; } .staff .note-interval.ni-sustain-2169::after { -webkit-animation-duration: 2169ms; animation-duration: 2169ms; } .staff .note-interval.ni-sustain-2170::after { -webkit-animation-duration: 2170ms; animation-duration: 2170ms; } .staff .note-interval.ni-sustain-2171::after { -webkit-animation-duration: 2171ms; animation-duration: 2171ms; } .staff .note-interval.ni-sustain-2172::after { -webkit-animation-duration: 2172ms; animation-duration: 2172ms; } .staff .note-interval.ni-sustain-2173::after { -webkit-animation-duration: 2173ms; animation-duration: 2173ms; } .staff .note-interval.ni-sustain-2174::after { -webkit-animation-duration: 2174ms; animation-duration: 2174ms; } .staff .note-interval.ni-sustain-2175::after { -webkit-animation-duration: 2175ms; animation-duration: 2175ms; } .staff .note-interval.ni-sustain-2176::after { -webkit-animation-duration: 2176ms; animation-duration: 2176ms; } .staff .note-interval.ni-sustain-2177::after { -webkit-animation-duration: 2177ms; animation-duration: 2177ms; } .staff .note-interval.ni-sustain-2178::after { -webkit-animation-duration: 2178ms; animation-duration: 2178ms; } .staff .note-interval.ni-sustain-2179::after { -webkit-animation-duration: 2179ms; animation-duration: 2179ms; } .staff .note-interval.ni-sustain-2180::after { -webkit-animation-duration: 2180ms; animation-duration: 2180ms; } .staff .note-interval.ni-sustain-2181::after { -webkit-animation-duration: 2181ms; animation-duration: 2181ms; } .staff .note-interval.ni-sustain-2182::after { -webkit-animation-duration: 2182ms; animation-duration: 2182ms; } .staff .note-interval.ni-sustain-2183::after { -webkit-animation-duration: 2183ms; animation-duration: 2183ms; } .staff .note-interval.ni-sustain-2184::after { -webkit-animation-duration: 2184ms; animation-duration: 2184ms; } .staff .note-interval.ni-sustain-2185::after { -webkit-animation-duration: 2185ms; animation-duration: 2185ms; } .staff .note-interval.ni-sustain-2186::after { -webkit-animation-duration: 2186ms; animation-duration: 2186ms; } .staff .note-interval.ni-sustain-2187::after { -webkit-animation-duration: 2187ms; animation-duration: 2187ms; } .staff .note-interval.ni-sustain-2188::after { -webkit-animation-duration: 2188ms; animation-duration: 2188ms; } .staff .note-interval.ni-sustain-2189::after { -webkit-animation-duration: 2189ms; animation-duration: 2189ms; } .staff .note-interval.ni-sustain-2190::after { -webkit-animation-duration: 2190ms; animation-duration: 2190ms; } .staff .note-interval.ni-sustain-2191::after { -webkit-animation-duration: 2191ms; animation-duration: 2191ms; } .staff .note-interval.ni-sustain-2192::after { -webkit-animation-duration: 2192ms; animation-duration: 2192ms; } .staff .note-interval.ni-sustain-2193::after { -webkit-animation-duration: 2193ms; animation-duration: 2193ms; } .staff .note-interval.ni-sustain-2194::after { -webkit-animation-duration: 2194ms; animation-duration: 2194ms; } .staff .note-interval.ni-sustain-2195::after { -webkit-animation-duration: 2195ms; animation-duration: 2195ms; } .staff .note-interval.ni-sustain-2196::after { -webkit-animation-duration: 2196ms; animation-duration: 2196ms; } .staff .note-interval.ni-sustain-2197::after { -webkit-animation-duration: 2197ms; animation-duration: 2197ms; } .staff .note-interval.ni-sustain-2198::after { -webkit-animation-duration: 2198ms; animation-duration: 2198ms; } .staff .note-interval.ni-sustain-2199::after { -webkit-animation-duration: 2199ms; animation-duration: 2199ms; } .staff .note-interval.ni-sustain-2200::after { -webkit-animation-duration: 2200ms; animation-duration: 2200ms; } .staff .note-interval.ni-sustain-2201::after { -webkit-animation-duration: 2201ms; animation-duration: 2201ms; } .staff .note-interval.ni-sustain-2202::after { -webkit-animation-duration: 2202ms; animation-duration: 2202ms; } .staff .note-interval.ni-sustain-2203::after { -webkit-animation-duration: 2203ms; animation-duration: 2203ms; } .staff .note-interval.ni-sustain-2204::after { -webkit-animation-duration: 2204ms; animation-duration: 2204ms; } .staff .note-interval.ni-sustain-2205::after { -webkit-animation-duration: 2205ms; animation-duration: 2205ms; } .staff .note-interval.ni-sustain-2206::after { -webkit-animation-duration: 2206ms; animation-duration: 2206ms; } .staff .note-interval.ni-sustain-2207::after { -webkit-animation-duration: 2207ms; animation-duration: 2207ms; } .staff .note-interval.ni-sustain-2208::after { -webkit-animation-duration: 2208ms; animation-duration: 2208ms; } .staff .note-interval.ni-sustain-2209::after { -webkit-animation-duration: 2209ms; animation-duration: 2209ms; } .staff .note-interval.ni-sustain-2210::after { -webkit-animation-duration: 2210ms; animation-duration: 2210ms; } .staff .note-interval.ni-sustain-2211::after { -webkit-animation-duration: 2211ms; animation-duration: 2211ms; } .staff .note-interval.ni-sustain-2212::after { -webkit-animation-duration: 2212ms; animation-duration: 2212ms; } .staff .note-interval.ni-sustain-2213::after { -webkit-animation-duration: 2213ms; animation-duration: 2213ms; } .staff .note-interval.ni-sustain-2214::after { -webkit-animation-duration: 2214ms; animation-duration: 2214ms; } .staff .note-interval.ni-sustain-2215::after { -webkit-animation-duration: 2215ms; animation-duration: 2215ms; } .staff .note-interval.ni-sustain-2216::after { -webkit-animation-duration: 2216ms; animation-duration: 2216ms; } .staff .note-interval.ni-sustain-2217::after { -webkit-animation-duration: 2217ms; animation-duration: 2217ms; } .staff .note-interval.ni-sustain-2218::after { -webkit-animation-duration: 2218ms; animation-duration: 2218ms; } .staff .note-interval.ni-sustain-2219::after { -webkit-animation-duration: 2219ms; animation-duration: 2219ms; } .staff .note-interval.ni-sustain-2220::after { -webkit-animation-duration: 2220ms; animation-duration: 2220ms; } .staff .note-interval.ni-sustain-2221::after { -webkit-animation-duration: 2221ms; animation-duration: 2221ms; } .staff .note-interval.ni-sustain-2222::after { -webkit-animation-duration: 2222ms; animation-duration: 2222ms; } .staff .note-interval.ni-sustain-2223::after { -webkit-animation-duration: 2223ms; animation-duration: 2223ms; } .staff .note-interval.ni-sustain-2224::after { -webkit-animation-duration: 2224ms; animation-duration: 2224ms; } .staff .note-interval.ni-sustain-2225::after { -webkit-animation-duration: 2225ms; animation-duration: 2225ms; } .staff .note-interval.ni-sustain-2226::after { -webkit-animation-duration: 2226ms; animation-duration: 2226ms; } .staff .note-interval.ni-sustain-2227::after { -webkit-animation-duration: 2227ms; animation-duration: 2227ms; } .staff .note-interval.ni-sustain-2228::after { -webkit-animation-duration: 2228ms; animation-duration: 2228ms; } .staff .note-interval.ni-sustain-2229::after { -webkit-animation-duration: 2229ms; animation-duration: 2229ms; } .staff .note-interval.ni-sustain-2230::after { -webkit-animation-duration: 2230ms; animation-duration: 2230ms; } .staff .note-interval.ni-sustain-2231::after { -webkit-animation-duration: 2231ms; animation-duration: 2231ms; } .staff .note-interval.ni-sustain-2232::after { -webkit-animation-duration: 2232ms; animation-duration: 2232ms; } .staff .note-interval.ni-sustain-2233::after { -webkit-animation-duration: 2233ms; animation-duration: 2233ms; } .staff .note-interval.ni-sustain-2234::after { -webkit-animation-duration: 2234ms; animation-duration: 2234ms; } .staff .note-interval.ni-sustain-2235::after { -webkit-animation-duration: 2235ms; animation-duration: 2235ms; } .staff .note-interval.ni-sustain-2236::after { -webkit-animation-duration: 2236ms; animation-duration: 2236ms; } .staff .note-interval.ni-sustain-2237::after { -webkit-animation-duration: 2237ms; animation-duration: 2237ms; } .staff .note-interval.ni-sustain-2238::after { -webkit-animation-duration: 2238ms; animation-duration: 2238ms; } .staff .note-interval.ni-sustain-2239::after { -webkit-animation-duration: 2239ms; animation-duration: 2239ms; } .staff .note-interval.ni-sustain-2240::after { -webkit-animation-duration: 2240ms; animation-duration: 2240ms; } .staff .note-interval.ni-sustain-2241::after { -webkit-animation-duration: 2241ms; animation-duration: 2241ms; } .staff .note-interval.ni-sustain-2242::after { -webkit-animation-duration: 2242ms; animation-duration: 2242ms; } .staff .note-interval.ni-sustain-2243::after { -webkit-animation-duration: 2243ms; animation-duration: 2243ms; } .staff .note-interval.ni-sustain-2244::after { -webkit-animation-duration: 2244ms; animation-duration: 2244ms; } .staff .note-interval.ni-sustain-2245::after { -webkit-animation-duration: 2245ms; animation-duration: 2245ms; } .staff .note-interval.ni-sustain-2246::after { -webkit-animation-duration: 2246ms; animation-duration: 2246ms; } .staff .note-interval.ni-sustain-2247::after { -webkit-animation-duration: 2247ms; animation-duration: 2247ms; } .staff .note-interval.ni-sustain-2248::after { -webkit-animation-duration: 2248ms; animation-duration: 2248ms; } .staff .note-interval.ni-sustain-2249::after { -webkit-animation-duration: 2249ms; animation-duration: 2249ms; } .staff .note-interval.ni-sustain-2250::after { -webkit-animation-duration: 2250ms; animation-duration: 2250ms; } .staff .note-interval.ni-sustain-2251::after { -webkit-animation-duration: 2251ms; animation-duration: 2251ms; } .staff .note-interval.ni-sustain-2252::after { -webkit-animation-duration: 2252ms; animation-duration: 2252ms; } .staff .note-interval.ni-sustain-2253::after { -webkit-animation-duration: 2253ms; animation-duration: 2253ms; } .staff .note-interval.ni-sustain-2254::after { -webkit-animation-duration: 2254ms; animation-duration: 2254ms; } .staff .note-interval.ni-sustain-2255::after { -webkit-animation-duration: 2255ms; animation-duration: 2255ms; } .staff .note-interval.ni-sustain-2256::after { -webkit-animation-duration: 2256ms; animation-duration: 2256ms; } .staff .note-interval.ni-sustain-2257::after { -webkit-animation-duration: 2257ms; animation-duration: 2257ms; } .staff .note-interval.ni-sustain-2258::after { -webkit-animation-duration: 2258ms; animation-duration: 2258ms; } .staff .note-interval.ni-sustain-2259::after { -webkit-animation-duration: 2259ms; animation-duration: 2259ms; } .staff .note-interval.ni-sustain-2260::after { -webkit-animation-duration: 2260ms; animation-duration: 2260ms; } .staff .note-interval.ni-sustain-2261::after { -webkit-animation-duration: 2261ms; animation-duration: 2261ms; } .staff .note-interval.ni-sustain-2262::after { -webkit-animation-duration: 2262ms; animation-duration: 2262ms; } .staff .note-interval.ni-sustain-2263::after { -webkit-animation-duration: 2263ms; animation-duration: 2263ms; } .staff .note-interval.ni-sustain-2264::after { -webkit-animation-duration: 2264ms; animation-duration: 2264ms; } .staff .note-interval.ni-sustain-2265::after { -webkit-animation-duration: 2265ms; animation-duration: 2265ms; } .staff .note-interval.ni-sustain-2266::after { -webkit-animation-duration: 2266ms; animation-duration: 2266ms; } .staff .note-interval.ni-sustain-2267::after { -webkit-animation-duration: 2267ms; animation-duration: 2267ms; } .staff .note-interval.ni-sustain-2268::after { -webkit-animation-duration: 2268ms; animation-duration: 2268ms; } .staff .note-interval.ni-sustain-2269::after { -webkit-animation-duration: 2269ms; animation-duration: 2269ms; } .staff .note-interval.ni-sustain-2270::after { -webkit-animation-duration: 2270ms; animation-duration: 2270ms; } .staff .note-interval.ni-sustain-2271::after { -webkit-animation-duration: 2271ms; animation-duration: 2271ms; } .staff .note-interval.ni-sustain-2272::after { -webkit-animation-duration: 2272ms; animation-duration: 2272ms; } .staff .note-interval.ni-sustain-2273::after { -webkit-animation-duration: 2273ms; animation-duration: 2273ms; } .staff .note-interval.ni-sustain-2274::after { -webkit-animation-duration: 2274ms; animation-duration: 2274ms; } .staff .note-interval.ni-sustain-2275::after { -webkit-animation-duration: 2275ms; animation-duration: 2275ms; } .staff .note-interval.ni-sustain-2276::after { -webkit-animation-duration: 2276ms; animation-duration: 2276ms; } .staff .note-interval.ni-sustain-2277::after { -webkit-animation-duration: 2277ms; animation-duration: 2277ms; } .staff .note-interval.ni-sustain-2278::after { -webkit-animation-duration: 2278ms; animation-duration: 2278ms; } .staff .note-interval.ni-sustain-2279::after { -webkit-animation-duration: 2279ms; animation-duration: 2279ms; } .staff .note-interval.ni-sustain-2280::after { -webkit-animation-duration: 2280ms; animation-duration: 2280ms; } .staff .note-interval.ni-sustain-2281::after { -webkit-animation-duration: 2281ms; animation-duration: 2281ms; } .staff .note-interval.ni-sustain-2282::after { -webkit-animation-duration: 2282ms; animation-duration: 2282ms; } .staff .note-interval.ni-sustain-2283::after { -webkit-animation-duration: 2283ms; animation-duration: 2283ms; } .staff .note-interval.ni-sustain-2284::after { -webkit-animation-duration: 2284ms; animation-duration: 2284ms; } .staff .note-interval.ni-sustain-2285::after { -webkit-animation-duration: 2285ms; animation-duration: 2285ms; } .staff .note-interval.ni-sustain-2286::after { -webkit-animation-duration: 2286ms; animation-duration: 2286ms; } .staff .note-interval.ni-sustain-2287::after { -webkit-animation-duration: 2287ms; animation-duration: 2287ms; } .staff .note-interval.ni-sustain-2288::after { -webkit-animation-duration: 2288ms; animation-duration: 2288ms; } .staff .note-interval.ni-sustain-2289::after { -webkit-animation-duration: 2289ms; animation-duration: 2289ms; } .staff .note-interval.ni-sustain-2290::after { -webkit-animation-duration: 2290ms; animation-duration: 2290ms; } .staff .note-interval.ni-sustain-2291::after { -webkit-animation-duration: 2291ms; animation-duration: 2291ms; } .staff .note-interval.ni-sustain-2292::after { -webkit-animation-duration: 2292ms; animation-duration: 2292ms; } .staff .note-interval.ni-sustain-2293::after { -webkit-animation-duration: 2293ms; animation-duration: 2293ms; } .staff .note-interval.ni-sustain-2294::after { -webkit-animation-duration: 2294ms; animation-duration: 2294ms; } .staff .note-interval.ni-sustain-2295::after { -webkit-animation-duration: 2295ms; animation-duration: 2295ms; } .staff .note-interval.ni-sustain-2296::after { -webkit-animation-duration: 2296ms; animation-duration: 2296ms; } .staff .note-interval.ni-sustain-2297::after { -webkit-animation-duration: 2297ms; animation-duration: 2297ms; } .staff .note-interval.ni-sustain-2298::after { -webkit-animation-duration: 2298ms; animation-duration: 2298ms; } .staff .note-interval.ni-sustain-2299::after { -webkit-animation-duration: 2299ms; animation-duration: 2299ms; } .staff .note-interval.ni-sustain-2300::after { -webkit-animation-duration: 2300ms; animation-duration: 2300ms; } .staff .note-interval.ni-sustain-2301::after { -webkit-animation-duration: 2301ms; animation-duration: 2301ms; } .staff .note-interval.ni-sustain-2302::after { -webkit-animation-duration: 2302ms; animation-duration: 2302ms; } .staff .note-interval.ni-sustain-2303::after { -webkit-animation-duration: 2303ms; animation-duration: 2303ms; } .staff .note-interval.ni-sustain-2304::after { -webkit-animation-duration: 2304ms; animation-duration: 2304ms; } .staff .note-interval.ni-sustain-2305::after { -webkit-animation-duration: 2305ms; animation-duration: 2305ms; } .staff .note-interval.ni-sustain-2306::after { -webkit-animation-duration: 2306ms; animation-duration: 2306ms; } .staff .note-interval.ni-sustain-2307::after { -webkit-animation-duration: 2307ms; animation-duration: 2307ms; } .staff .note-interval.ni-sustain-2308::after { -webkit-animation-duration: 2308ms; animation-duration: 2308ms; } .staff .note-interval.ni-sustain-2309::after { -webkit-animation-duration: 2309ms; animation-duration: 2309ms; } .staff .note-interval.ni-sustain-2310::after { -webkit-animation-duration: 2310ms; animation-duration: 2310ms; } .staff .note-interval.ni-sustain-2311::after { -webkit-animation-duration: 2311ms; animation-duration: 2311ms; } .staff .note-interval.ni-sustain-2312::after { -webkit-animation-duration: 2312ms; animation-duration: 2312ms; } .staff .note-interval.ni-sustain-2313::after { -webkit-animation-duration: 2313ms; animation-duration: 2313ms; } .staff .note-interval.ni-sustain-2314::after { -webkit-animation-duration: 2314ms; animation-duration: 2314ms; } .staff .note-interval.ni-sustain-2315::after { -webkit-animation-duration: 2315ms; animation-duration: 2315ms; } .staff .note-interval.ni-sustain-2316::after { -webkit-animation-duration: 2316ms; animation-duration: 2316ms; } .staff .note-interval.ni-sustain-2317::after { -webkit-animation-duration: 2317ms; animation-duration: 2317ms; } .staff .note-interval.ni-sustain-2318::after { -webkit-animation-duration: 2318ms; animation-duration: 2318ms; } .staff .note-interval.ni-sustain-2319::after { -webkit-animation-duration: 2319ms; animation-duration: 2319ms; } .staff .note-interval.ni-sustain-2320::after { -webkit-animation-duration: 2320ms; animation-duration: 2320ms; } .staff .note-interval.ni-sustain-2321::after { -webkit-animation-duration: 2321ms; animation-duration: 2321ms; } .staff .note-interval.ni-sustain-2322::after { -webkit-animation-duration: 2322ms; animation-duration: 2322ms; } .staff .note-interval.ni-sustain-2323::after { -webkit-animation-duration: 2323ms; animation-duration: 2323ms; } .staff .note-interval.ni-sustain-2324::after { -webkit-animation-duration: 2324ms; animation-duration: 2324ms; } .staff .note-interval.ni-sustain-2325::after { -webkit-animation-duration: 2325ms; animation-duration: 2325ms; } .staff .note-interval.ni-sustain-2326::after { -webkit-animation-duration: 2326ms; animation-duration: 2326ms; } .staff .note-interval.ni-sustain-2327::after { -webkit-animation-duration: 2327ms; animation-duration: 2327ms; } .staff .note-interval.ni-sustain-2328::after { -webkit-animation-duration: 2328ms; animation-duration: 2328ms; } .staff .note-interval.ni-sustain-2329::after { -webkit-animation-duration: 2329ms; animation-duration: 2329ms; } .staff .note-interval.ni-sustain-2330::after { -webkit-animation-duration: 2330ms; animation-duration: 2330ms; } .staff .note-interval.ni-sustain-2331::after { -webkit-animation-duration: 2331ms; animation-duration: 2331ms; } .staff .note-interval.ni-sustain-2332::after { -webkit-animation-duration: 2332ms; animation-duration: 2332ms; } .staff .note-interval.ni-sustain-2333::after { -webkit-animation-duration: 2333ms; animation-duration: 2333ms; } .staff .note-interval.ni-sustain-2334::after { -webkit-animation-duration: 2334ms; animation-duration: 2334ms; } .staff .note-interval.ni-sustain-2335::after { -webkit-animation-duration: 2335ms; animation-duration: 2335ms; } .staff .note-interval.ni-sustain-2336::after { -webkit-animation-duration: 2336ms; animation-duration: 2336ms; } .staff .note-interval.ni-sustain-2337::after { -webkit-animation-duration: 2337ms; animation-duration: 2337ms; } .staff .note-interval.ni-sustain-2338::after { -webkit-animation-duration: 2338ms; animation-duration: 2338ms; } .staff .note-interval.ni-sustain-2339::after { -webkit-animation-duration: 2339ms; animation-duration: 2339ms; } .staff .note-interval.ni-sustain-2340::after { -webkit-animation-duration: 2340ms; animation-duration: 2340ms; } .staff .note-interval.ni-sustain-2341::after { -webkit-animation-duration: 2341ms; animation-duration: 2341ms; } .staff .note-interval.ni-sustain-2342::after { -webkit-animation-duration: 2342ms; animation-duration: 2342ms; } .staff .note-interval.ni-sustain-2343::after { -webkit-animation-duration: 2343ms; animation-duration: 2343ms; } .staff .note-interval.ni-sustain-2344::after { -webkit-animation-duration: 2344ms; animation-duration: 2344ms; } .staff .note-interval.ni-sustain-2345::after { -webkit-animation-duration: 2345ms; animation-duration: 2345ms; } .staff .note-interval.ni-sustain-2346::after { -webkit-animation-duration: 2346ms; animation-duration: 2346ms; } .staff .note-interval.ni-sustain-2347::after { -webkit-animation-duration: 2347ms; animation-duration: 2347ms; } .staff .note-interval.ni-sustain-2348::after { -webkit-animation-duration: 2348ms; animation-duration: 2348ms; } .staff .note-interval.ni-sustain-2349::after { -webkit-animation-duration: 2349ms; animation-duration: 2349ms; } .staff .note-interval.ni-sustain-2350::after { -webkit-animation-duration: 2350ms; animation-duration: 2350ms; } .staff .note-interval.ni-sustain-2351::after { -webkit-animation-duration: 2351ms; animation-duration: 2351ms; } .staff .note-interval.ni-sustain-2352::after { -webkit-animation-duration: 2352ms; animation-duration: 2352ms; } .staff .note-interval.ni-sustain-2353::after { -webkit-animation-duration: 2353ms; animation-duration: 2353ms; } .staff .note-interval.ni-sustain-2354::after { -webkit-animation-duration: 2354ms; animation-duration: 2354ms; } .staff .note-interval.ni-sustain-2355::after { -webkit-animation-duration: 2355ms; animation-duration: 2355ms; } .staff .note-interval.ni-sustain-2356::after { -webkit-animation-duration: 2356ms; animation-duration: 2356ms; } .staff .note-interval.ni-sustain-2357::after { -webkit-animation-duration: 2357ms; animation-duration: 2357ms; } .staff .note-interval.ni-sustain-2358::after { -webkit-animation-duration: 2358ms; animation-duration: 2358ms; } .staff .note-interval.ni-sustain-2359::after { -webkit-animation-duration: 2359ms; animation-duration: 2359ms; } .staff .note-interval.ni-sustain-2360::after { -webkit-animation-duration: 2360ms; animation-duration: 2360ms; } .staff .note-interval.ni-sustain-2361::after { -webkit-animation-duration: 2361ms; animation-duration: 2361ms; } .staff .note-interval.ni-sustain-2362::after { -webkit-animation-duration: 2362ms; animation-duration: 2362ms; } .staff .note-interval.ni-sustain-2363::after { -webkit-animation-duration: 2363ms; animation-duration: 2363ms; } .staff .note-interval.ni-sustain-2364::after { -webkit-animation-duration: 2364ms; animation-duration: 2364ms; } .staff .note-interval.ni-sustain-2365::after { -webkit-animation-duration: 2365ms; animation-duration: 2365ms; } .staff .note-interval.ni-sustain-2366::after { -webkit-animation-duration: 2366ms; animation-duration: 2366ms; } .staff .note-interval.ni-sustain-2367::after { -webkit-animation-duration: 2367ms; animation-duration: 2367ms; } .staff .note-interval.ni-sustain-2368::after { -webkit-animation-duration: 2368ms; animation-duration: 2368ms; } .staff .note-interval.ni-sustain-2369::after { -webkit-animation-duration: 2369ms; animation-duration: 2369ms; } .staff .note-interval.ni-sustain-2370::after { -webkit-animation-duration: 2370ms; animation-duration: 2370ms; } .staff .note-interval.ni-sustain-2371::after { -webkit-animation-duration: 2371ms; animation-duration: 2371ms; } .staff .note-interval.ni-sustain-2372::after { -webkit-animation-duration: 2372ms; animation-duration: 2372ms; } .staff .note-interval.ni-sustain-2373::after { -webkit-animation-duration: 2373ms; animation-duration: 2373ms; } .staff .note-interval.ni-sustain-2374::after { -webkit-animation-duration: 2374ms; animation-duration: 2374ms; } .staff .note-interval.ni-sustain-2375::after { -webkit-animation-duration: 2375ms; animation-duration: 2375ms; } .staff .note-interval.ni-sustain-2376::after { -webkit-animation-duration: 2376ms; animation-duration: 2376ms; } .staff .note-interval.ni-sustain-2377::after { -webkit-animation-duration: 2377ms; animation-duration: 2377ms; } .staff .note-interval.ni-sustain-2378::after { -webkit-animation-duration: 2378ms; animation-duration: 2378ms; } .staff .note-interval.ni-sustain-2379::after { -webkit-animation-duration: 2379ms; animation-duration: 2379ms; } .staff .note-interval.ni-sustain-2380::after { -webkit-animation-duration: 2380ms; animation-duration: 2380ms; } .staff .note-interval.ni-sustain-2381::after { -webkit-animation-duration: 2381ms; animation-duration: 2381ms; } .staff .note-interval.ni-sustain-2382::after { -webkit-animation-duration: 2382ms; animation-duration: 2382ms; } .staff .note-interval.ni-sustain-2383::after { -webkit-animation-duration: 2383ms; animation-duration: 2383ms; } .staff .note-interval.ni-sustain-2384::after { -webkit-animation-duration: 2384ms; animation-duration: 2384ms; } .staff .note-interval.ni-sustain-2385::after { -webkit-animation-duration: 2385ms; animation-duration: 2385ms; } .staff .note-interval.ni-sustain-2386::after { -webkit-animation-duration: 2386ms; animation-duration: 2386ms; } .staff .note-interval.ni-sustain-2387::after { -webkit-animation-duration: 2387ms; animation-duration: 2387ms; } .staff .note-interval.ni-sustain-2388::after { -webkit-animation-duration: 2388ms; animation-duration: 2388ms; } .staff .note-interval.ni-sustain-2389::after { -webkit-animation-duration: 2389ms; animation-duration: 2389ms; } .staff .note-interval.ni-sustain-2390::after { -webkit-animation-duration: 2390ms; animation-duration: 2390ms; } .staff .note-interval.ni-sustain-2391::after { -webkit-animation-duration: 2391ms; animation-duration: 2391ms; } .staff .note-interval.ni-sustain-2392::after { -webkit-animation-duration: 2392ms; animation-duration: 2392ms; } .staff .note-interval.ni-sustain-2393::after { -webkit-animation-duration: 2393ms; animation-duration: 2393ms; } .staff .note-interval.ni-sustain-2394::after { -webkit-animation-duration: 2394ms; animation-duration: 2394ms; } .staff .note-interval.ni-sustain-2395::after { -webkit-animation-duration: 2395ms; animation-duration: 2395ms; } .staff .note-interval.ni-sustain-2396::after { -webkit-animation-duration: 2396ms; animation-duration: 2396ms; } .staff .note-interval.ni-sustain-2397::after { -webkit-animation-duration: 2397ms; animation-duration: 2397ms; } .staff .note-interval.ni-sustain-2398::after { -webkit-animation-duration: 2398ms; animation-duration: 2398ms; } .staff .note-interval.ni-sustain-2399::after { -webkit-animation-duration: 2399ms; animation-duration: 2399ms; } .staff .note-interval.ni-sustain-2400::after { -webkit-animation-duration: 2400ms; animation-duration: 2400ms; } .staff .note-interval.ni-sustain-2401::after { -webkit-animation-duration: 2401ms; animation-duration: 2401ms; } .staff .note-interval.ni-sustain-2402::after { -webkit-animation-duration: 2402ms; animation-duration: 2402ms; } .staff .note-interval.ni-sustain-2403::after { -webkit-animation-duration: 2403ms; animation-duration: 2403ms; } .staff .note-interval.ni-sustain-2404::after { -webkit-animation-duration: 2404ms; animation-duration: 2404ms; } .staff .note-interval.ni-sustain-2405::after { -webkit-animation-duration: 2405ms; animation-duration: 2405ms; } .staff .note-interval.ni-sustain-2406::after { -webkit-animation-duration: 2406ms; animation-duration: 2406ms; } .staff .note-interval.ni-sustain-2407::after { -webkit-animation-duration: 2407ms; animation-duration: 2407ms; } .staff .note-interval.ni-sustain-2408::after { -webkit-animation-duration: 2408ms; animation-duration: 2408ms; } .staff .note-interval.ni-sustain-2409::after { -webkit-animation-duration: 2409ms; animation-duration: 2409ms; } .staff .note-interval.ni-sustain-2410::after { -webkit-animation-duration: 2410ms; animation-duration: 2410ms; } .staff .note-interval.ni-sustain-2411::after { -webkit-animation-duration: 2411ms; animation-duration: 2411ms; } .staff .note-interval.ni-sustain-2412::after { -webkit-animation-duration: 2412ms; animation-duration: 2412ms; } .staff .note-interval.ni-sustain-2413::after { -webkit-animation-duration: 2413ms; animation-duration: 2413ms; } .staff .note-interval.ni-sustain-2414::after { -webkit-animation-duration: 2414ms; animation-duration: 2414ms; } .staff .note-interval.ni-sustain-2415::after { -webkit-animation-duration: 2415ms; animation-duration: 2415ms; } .staff .note-interval.ni-sustain-2416::after { -webkit-animation-duration: 2416ms; animation-duration: 2416ms; } .staff .note-interval.ni-sustain-2417::after { -webkit-animation-duration: 2417ms; animation-duration: 2417ms; } .staff .note-interval.ni-sustain-2418::after { -webkit-animation-duration: 2418ms; animation-duration: 2418ms; } .staff .note-interval.ni-sustain-2419::after { -webkit-animation-duration: 2419ms; animation-duration: 2419ms; } .staff .note-interval.ni-sustain-2420::after { -webkit-animation-duration: 2420ms; animation-duration: 2420ms; } .staff .note-interval.ni-sustain-2421::after { -webkit-animation-duration: 2421ms; animation-duration: 2421ms; } .staff .note-interval.ni-sustain-2422::after { -webkit-animation-duration: 2422ms; animation-duration: 2422ms; } .staff .note-interval.ni-sustain-2423::after { -webkit-animation-duration: 2423ms; animation-duration: 2423ms; } .staff .note-interval.ni-sustain-2424::after { -webkit-animation-duration: 2424ms; animation-duration: 2424ms; } .staff .note-interval.ni-sustain-2425::after { -webkit-animation-duration: 2425ms; animation-duration: 2425ms; } .staff .note-interval.ni-sustain-2426::after { -webkit-animation-duration: 2426ms; animation-duration: 2426ms; } .staff .note-interval.ni-sustain-2427::after { -webkit-animation-duration: 2427ms; animation-duration: 2427ms; } .staff .note-interval.ni-sustain-2428::after { -webkit-animation-duration: 2428ms; animation-duration: 2428ms; } .staff .note-interval.ni-sustain-2429::after { -webkit-animation-duration: 2429ms; animation-duration: 2429ms; } .staff .note-interval.ni-sustain-2430::after { -webkit-animation-duration: 2430ms; animation-duration: 2430ms; } .staff .note-interval.ni-sustain-2431::after { -webkit-animation-duration: 2431ms; animation-duration: 2431ms; } .staff .note-interval.ni-sustain-2432::after { -webkit-animation-duration: 2432ms; animation-duration: 2432ms; } .staff .note-interval.ni-sustain-2433::after { -webkit-animation-duration: 2433ms; animation-duration: 2433ms; } .staff .note-interval.ni-sustain-2434::after { -webkit-animation-duration: 2434ms; animation-duration: 2434ms; } .staff .note-interval.ni-sustain-2435::after { -webkit-animation-duration: 2435ms; animation-duration: 2435ms; } .staff .note-interval.ni-sustain-2436::after { -webkit-animation-duration: 2436ms; animation-duration: 2436ms; } .staff .note-interval.ni-sustain-2437::after { -webkit-animation-duration: 2437ms; animation-duration: 2437ms; } .staff .note-interval.ni-sustain-2438::after { -webkit-animation-duration: 2438ms; animation-duration: 2438ms; } .staff .note-interval.ni-sustain-2439::after { -webkit-animation-duration: 2439ms; animation-duration: 2439ms; } .staff .note-interval.ni-sustain-2440::after { -webkit-animation-duration: 2440ms; animation-duration: 2440ms; } .staff .note-interval.ni-sustain-2441::after { -webkit-animation-duration: 2441ms; animation-duration: 2441ms; } .staff .note-interval.ni-sustain-2442::after { -webkit-animation-duration: 2442ms; animation-duration: 2442ms; } .staff .note-interval.ni-sustain-2443::after { -webkit-animation-duration: 2443ms; animation-duration: 2443ms; } .staff .note-interval.ni-sustain-2444::after { -webkit-animation-duration: 2444ms; animation-duration: 2444ms; } .staff .note-interval.ni-sustain-2445::after { -webkit-animation-duration: 2445ms; animation-duration: 2445ms; } .staff .note-interval.ni-sustain-2446::after { -webkit-animation-duration: 2446ms; animation-duration: 2446ms; } .staff .note-interval.ni-sustain-2447::after { -webkit-animation-duration: 2447ms; animation-duration: 2447ms; } .staff .note-interval.ni-sustain-2448::after { -webkit-animation-duration: 2448ms; animation-duration: 2448ms; } .staff .note-interval.ni-sustain-2449::after { -webkit-animation-duration: 2449ms; animation-duration: 2449ms; } .staff .note-interval.ni-sustain-2450::after { -webkit-animation-duration: 2450ms; animation-duration: 2450ms; } .staff .note-interval.ni-sustain-2451::after { -webkit-animation-duration: 2451ms; animation-duration: 2451ms; } .staff .note-interval.ni-sustain-2452::after { -webkit-animation-duration: 2452ms; animation-duration: 2452ms; } .staff .note-interval.ni-sustain-2453::after { -webkit-animation-duration: 2453ms; animation-duration: 2453ms; } .staff .note-interval.ni-sustain-2454::after { -webkit-animation-duration: 2454ms; animation-duration: 2454ms; } .staff .note-interval.ni-sustain-2455::after { -webkit-animation-duration: 2455ms; animation-duration: 2455ms; } .staff .note-interval.ni-sustain-2456::after { -webkit-animation-duration: 2456ms; animation-duration: 2456ms; } .staff .note-interval.ni-sustain-2457::after { -webkit-animation-duration: 2457ms; animation-duration: 2457ms; } .staff .note-interval.ni-sustain-2458::after { -webkit-animation-duration: 2458ms; animation-duration: 2458ms; } .staff .note-interval.ni-sustain-2459::after { -webkit-animation-duration: 2459ms; animation-duration: 2459ms; } .staff .note-interval.ni-sustain-2460::after { -webkit-animation-duration: 2460ms; animation-duration: 2460ms; } .staff .note-interval.ni-sustain-2461::after { -webkit-animation-duration: 2461ms; animation-duration: 2461ms; } .staff .note-interval.ni-sustain-2462::after { -webkit-animation-duration: 2462ms; animation-duration: 2462ms; } .staff .note-interval.ni-sustain-2463::after { -webkit-animation-duration: 2463ms; animation-duration: 2463ms; } .staff .note-interval.ni-sustain-2464::after { -webkit-animation-duration: 2464ms; animation-duration: 2464ms; } .staff .note-interval.ni-sustain-2465::after { -webkit-animation-duration: 2465ms; animation-duration: 2465ms; } .staff .note-interval.ni-sustain-2466::after { -webkit-animation-duration: 2466ms; animation-duration: 2466ms; } .staff .note-interval.ni-sustain-2467::after { -webkit-animation-duration: 2467ms; animation-duration: 2467ms; } .staff .note-interval.ni-sustain-2468::after { -webkit-animation-duration: 2468ms; animation-duration: 2468ms; } .staff .note-interval.ni-sustain-2469::after { -webkit-animation-duration: 2469ms; animation-duration: 2469ms; } .staff .note-interval.ni-sustain-2470::after { -webkit-animation-duration: 2470ms; animation-duration: 2470ms; } .staff .note-interval.ni-sustain-2471::after { -webkit-animation-duration: 2471ms; animation-duration: 2471ms; } .staff .note-interval.ni-sustain-2472::after { -webkit-animation-duration: 2472ms; animation-duration: 2472ms; } .staff .note-interval.ni-sustain-2473::after { -webkit-animation-duration: 2473ms; animation-duration: 2473ms; } .staff .note-interval.ni-sustain-2474::after { -webkit-animation-duration: 2474ms; animation-duration: 2474ms; } .staff .note-interval.ni-sustain-2475::after { -webkit-animation-duration: 2475ms; animation-duration: 2475ms; } .staff .note-interval.ni-sustain-2476::after { -webkit-animation-duration: 2476ms; animation-duration: 2476ms; } .staff .note-interval.ni-sustain-2477::after { -webkit-animation-duration: 2477ms; animation-duration: 2477ms; } .staff .note-interval.ni-sustain-2478::after { -webkit-animation-duration: 2478ms; animation-duration: 2478ms; } .staff .note-interval.ni-sustain-2479::after { -webkit-animation-duration: 2479ms; animation-duration: 2479ms; } .staff .note-interval.ni-sustain-2480::after { -webkit-animation-duration: 2480ms; animation-duration: 2480ms; } .staff .note-interval.ni-sustain-2481::after { -webkit-animation-duration: 2481ms; animation-duration: 2481ms; } .staff .note-interval.ni-sustain-2482::after { -webkit-animation-duration: 2482ms; animation-duration: 2482ms; } .staff .note-interval.ni-sustain-2483::after { -webkit-animation-duration: 2483ms; animation-duration: 2483ms; } .staff .note-interval.ni-sustain-2484::after { -webkit-animation-duration: 2484ms; animation-duration: 2484ms; } .staff .note-interval.ni-sustain-2485::after { -webkit-animation-duration: 2485ms; animation-duration: 2485ms; } .staff .note-interval.ni-sustain-2486::after { -webkit-animation-duration: 2486ms; animation-duration: 2486ms; } .staff .note-interval.ni-sustain-2487::after { -webkit-animation-duration: 2487ms; animation-duration: 2487ms; } .staff .note-interval.ni-sustain-2488::after { -webkit-animation-duration: 2488ms; animation-duration: 2488ms; } .staff .note-interval.ni-sustain-2489::after { -webkit-animation-duration: 2489ms; animation-duration: 2489ms; } .staff .note-interval.ni-sustain-2490::after { -webkit-animation-duration: 2490ms; animation-duration: 2490ms; } .staff .note-interval.ni-sustain-2491::after { -webkit-animation-duration: 2491ms; animation-duration: 2491ms; } .staff .note-interval.ni-sustain-2492::after { -webkit-animation-duration: 2492ms; animation-duration: 2492ms; } .staff .note-interval.ni-sustain-2493::after { -webkit-animation-duration: 2493ms; animation-duration: 2493ms; } .staff .note-interval.ni-sustain-2494::after { -webkit-animation-duration: 2494ms; animation-duration: 2494ms; } .staff .note-interval.ni-sustain-2495::after { -webkit-animation-duration: 2495ms; animation-duration: 2495ms; } .staff .note-interval.ni-sustain-2496::after { -webkit-animation-duration: 2496ms; animation-duration: 2496ms; } .staff .note-interval.ni-sustain-2497::after { -webkit-animation-duration: 2497ms; animation-duration: 2497ms; } .staff .note-interval.ni-sustain-2498::after { -webkit-animation-duration: 2498ms; animation-duration: 2498ms; } .staff .note-interval.ni-sustain-2499::after { -webkit-animation-duration: 2499ms; animation-duration: 2499ms; } .staff .note-interval.ni-sustain-2500::after { -webkit-animation-duration: 2500ms; animation-duration: 2500ms; } .staff .note-interval.ni-sustain-2501::after { -webkit-animation-duration: 2501ms; animation-duration: 2501ms; } .staff .note-interval.ni-sustain-2502::after { -webkit-animation-duration: 2502ms; animation-duration: 2502ms; } .staff .note-interval.ni-sustain-2503::after { -webkit-animation-duration: 2503ms; animation-duration: 2503ms; } .staff .note-interval.ni-sustain-2504::after { -webkit-animation-duration: 2504ms; animation-duration: 2504ms; } .staff .note-interval.ni-sustain-2505::after { -webkit-animation-duration: 2505ms; animation-duration: 2505ms; } .staff .note-interval.ni-sustain-2506::after { -webkit-animation-duration: 2506ms; animation-duration: 2506ms; } .staff .note-interval.ni-sustain-2507::after { -webkit-animation-duration: 2507ms; animation-duration: 2507ms; } .staff .note-interval.ni-sustain-2508::after { -webkit-animation-duration: 2508ms; animation-duration: 2508ms; } .staff .note-interval.ni-sustain-2509::after { -webkit-animation-duration: 2509ms; animation-duration: 2509ms; } .staff .note-interval.ni-sustain-2510::after { -webkit-animation-duration: 2510ms; animation-duration: 2510ms; } .staff .note-interval.ni-sustain-2511::after { -webkit-animation-duration: 2511ms; animation-duration: 2511ms; } .staff .note-interval.ni-sustain-2512::after { -webkit-animation-duration: 2512ms; animation-duration: 2512ms; } .staff .note-interval.ni-sustain-2513::after { -webkit-animation-duration: 2513ms; animation-duration: 2513ms; } .staff .note-interval.ni-sustain-2514::after { -webkit-animation-duration: 2514ms; animation-duration: 2514ms; } .staff .note-interval.ni-sustain-2515::after { -webkit-animation-duration: 2515ms; animation-duration: 2515ms; } .staff .note-interval.ni-sustain-2516::after { -webkit-animation-duration: 2516ms; animation-duration: 2516ms; } .staff .note-interval.ni-sustain-2517::after { -webkit-animation-duration: 2517ms; animation-duration: 2517ms; } .staff .note-interval.ni-sustain-2518::after { -webkit-animation-duration: 2518ms; animation-duration: 2518ms; } .staff .note-interval.ni-sustain-2519::after { -webkit-animation-duration: 2519ms; animation-duration: 2519ms; } .staff .note-interval.ni-sustain-2520::after { -webkit-animation-duration: 2520ms; animation-duration: 2520ms; } .staff .note-interval.ni-sustain-2521::after { -webkit-animation-duration: 2521ms; animation-duration: 2521ms; } .staff .note-interval.ni-sustain-2522::after { -webkit-animation-duration: 2522ms; animation-duration: 2522ms; } .staff .note-interval.ni-sustain-2523::after { -webkit-animation-duration: 2523ms; animation-duration: 2523ms; } .staff .note-interval.ni-sustain-2524::after { -webkit-animation-duration: 2524ms; animation-duration: 2524ms; } .staff .note-interval.ni-sustain-2525::after { -webkit-animation-duration: 2525ms; animation-duration: 2525ms; } .staff .note-interval.ni-sustain-2526::after { -webkit-animation-duration: 2526ms; animation-duration: 2526ms; } .staff .note-interval.ni-sustain-2527::after { -webkit-animation-duration: 2527ms; animation-duration: 2527ms; } .staff .note-interval.ni-sustain-2528::after { -webkit-animation-duration: 2528ms; animation-duration: 2528ms; } .staff .note-interval.ni-sustain-2529::after { -webkit-animation-duration: 2529ms; animation-duration: 2529ms; } .staff .note-interval.ni-sustain-2530::after { -webkit-animation-duration: 2530ms; animation-duration: 2530ms; } .staff .note-interval.ni-sustain-2531::after { -webkit-animation-duration: 2531ms; animation-duration: 2531ms; } .staff .note-interval.ni-sustain-2532::after { -webkit-animation-duration: 2532ms; animation-duration: 2532ms; } .staff .note-interval.ni-sustain-2533::after { -webkit-animation-duration: 2533ms; animation-duration: 2533ms; } .staff .note-interval.ni-sustain-2534::after { -webkit-animation-duration: 2534ms; animation-duration: 2534ms; } .staff .note-interval.ni-sustain-2535::after { -webkit-animation-duration: 2535ms; animation-duration: 2535ms; } .staff .note-interval.ni-sustain-2536::after { -webkit-animation-duration: 2536ms; animation-duration: 2536ms; } .staff .note-interval.ni-sustain-2537::after { -webkit-animation-duration: 2537ms; animation-duration: 2537ms; } .staff .note-interval.ni-sustain-2538::after { -webkit-animation-duration: 2538ms; animation-duration: 2538ms; } .staff .note-interval.ni-sustain-2539::after { -webkit-animation-duration: 2539ms; animation-duration: 2539ms; } .staff .note-interval.ni-sustain-2540::after { -webkit-animation-duration: 2540ms; animation-duration: 2540ms; } .staff .note-interval.ni-sustain-2541::after { -webkit-animation-duration: 2541ms; animation-duration: 2541ms; } .staff .note-interval.ni-sustain-2542::after { -webkit-animation-duration: 2542ms; animation-duration: 2542ms; } .staff .note-interval.ni-sustain-2543::after { -webkit-animation-duration: 2543ms; animation-duration: 2543ms; } .staff .note-interval.ni-sustain-2544::after { -webkit-animation-duration: 2544ms; animation-duration: 2544ms; } .staff .note-interval.ni-sustain-2545::after { -webkit-animation-duration: 2545ms; animation-duration: 2545ms; } .staff .note-interval.ni-sustain-2546::after { -webkit-animation-duration: 2546ms; animation-duration: 2546ms; } .staff .note-interval.ni-sustain-2547::after { -webkit-animation-duration: 2547ms; animation-duration: 2547ms; } .staff .note-interval.ni-sustain-2548::after { -webkit-animation-duration: 2548ms; animation-duration: 2548ms; } .staff .note-interval.ni-sustain-2549::after { -webkit-animation-duration: 2549ms; animation-duration: 2549ms; } .staff .note-interval.ni-sustain-2550::after { -webkit-animation-duration: 2550ms; animation-duration: 2550ms; } .staff .note-interval.ni-sustain-2551::after { -webkit-animation-duration: 2551ms; animation-duration: 2551ms; } .staff .note-interval.ni-sustain-2552::after { -webkit-animation-duration: 2552ms; animation-duration: 2552ms; } .staff .note-interval.ni-sustain-2553::after { -webkit-animation-duration: 2553ms; animation-duration: 2553ms; } .staff .note-interval.ni-sustain-2554::after { -webkit-animation-duration: 2554ms; animation-duration: 2554ms; } .staff .note-interval.ni-sustain-2555::after { -webkit-animation-duration: 2555ms; animation-duration: 2555ms; } .staff .note-interval.ni-sustain-2556::after { -webkit-animation-duration: 2556ms; animation-duration: 2556ms; } .staff .note-interval.ni-sustain-2557::after { -webkit-animation-duration: 2557ms; animation-duration: 2557ms; } .staff .note-interval.ni-sustain-2558::after { -webkit-animation-duration: 2558ms; animation-duration: 2558ms; } .staff .note-interval.ni-sustain-2559::after { -webkit-animation-duration: 2559ms; animation-duration: 2559ms; } .staff .note-interval.ni-sustain-2560::after { -webkit-animation-duration: 2560ms; animation-duration: 2560ms; } .staff .note-interval.ni-sustain-2561::after { -webkit-animation-duration: 2561ms; animation-duration: 2561ms; } .staff .note-interval.ni-sustain-2562::after { -webkit-animation-duration: 2562ms; animation-duration: 2562ms; } .staff .note-interval.ni-sustain-2563::after { -webkit-animation-duration: 2563ms; animation-duration: 2563ms; } .staff .note-interval.ni-sustain-2564::after { -webkit-animation-duration: 2564ms; animation-duration: 2564ms; } .staff .note-interval.ni-sustain-2565::after { -webkit-animation-duration: 2565ms; animation-duration: 2565ms; } .staff .note-interval.ni-sustain-2566::after { -webkit-animation-duration: 2566ms; animation-duration: 2566ms; } .staff .note-interval.ni-sustain-2567::after { -webkit-animation-duration: 2567ms; animation-duration: 2567ms; } .staff .note-interval.ni-sustain-2568::after { -webkit-animation-duration: 2568ms; animation-duration: 2568ms; } .staff .note-interval.ni-sustain-2569::after { -webkit-animation-duration: 2569ms; animation-duration: 2569ms; } .staff .note-interval.ni-sustain-2570::after { -webkit-animation-duration: 2570ms; animation-duration: 2570ms; } .staff .note-interval.ni-sustain-2571::after { -webkit-animation-duration: 2571ms; animation-duration: 2571ms; } .staff .note-interval.ni-sustain-2572::after { -webkit-animation-duration: 2572ms; animation-duration: 2572ms; } .staff .note-interval.ni-sustain-2573::after { -webkit-animation-duration: 2573ms; animation-duration: 2573ms; } .staff .note-interval.ni-sustain-2574::after { -webkit-animation-duration: 2574ms; animation-duration: 2574ms; } .staff .note-interval.ni-sustain-2575::after { -webkit-animation-duration: 2575ms; animation-duration: 2575ms; } .staff .note-interval.ni-sustain-2576::after { -webkit-animation-duration: 2576ms; animation-duration: 2576ms; } .staff .note-interval.ni-sustain-2577::after { -webkit-animation-duration: 2577ms; animation-duration: 2577ms; } .staff .note-interval.ni-sustain-2578::after { -webkit-animation-duration: 2578ms; animation-duration: 2578ms; } .staff .note-interval.ni-sustain-2579::after { -webkit-animation-duration: 2579ms; animation-duration: 2579ms; } .staff .note-interval.ni-sustain-2580::after { -webkit-animation-duration: 2580ms; animation-duration: 2580ms; } .staff .note-interval.ni-sustain-2581::after { -webkit-animation-duration: 2581ms; animation-duration: 2581ms; } .staff .note-interval.ni-sustain-2582::after { -webkit-animation-duration: 2582ms; animation-duration: 2582ms; } .staff .note-interval.ni-sustain-2583::after { -webkit-animation-duration: 2583ms; animation-duration: 2583ms; } .staff .note-interval.ni-sustain-2584::after { -webkit-animation-duration: 2584ms; animation-duration: 2584ms; } .staff .note-interval.ni-sustain-2585::after { -webkit-animation-duration: 2585ms; animation-duration: 2585ms; } .staff .note-interval.ni-sustain-2586::after { -webkit-animation-duration: 2586ms; animation-duration: 2586ms; } .staff .note-interval.ni-sustain-2587::after { -webkit-animation-duration: 2587ms; animation-duration: 2587ms; } .staff .note-interval.ni-sustain-2588::after { -webkit-animation-duration: 2588ms; animation-duration: 2588ms; } .staff .note-interval.ni-sustain-2589::after { -webkit-animation-duration: 2589ms; animation-duration: 2589ms; } .staff .note-interval.ni-sustain-2590::after { -webkit-animation-duration: 2590ms; animation-duration: 2590ms; } .staff .note-interval.ni-sustain-2591::after { -webkit-animation-duration: 2591ms; animation-duration: 2591ms; } .staff .note-interval.ni-sustain-2592::after { -webkit-animation-duration: 2592ms; animation-duration: 2592ms; } .staff .note-interval.ni-sustain-2593::after { -webkit-animation-duration: 2593ms; animation-duration: 2593ms; } .staff .note-interval.ni-sustain-2594::after { -webkit-animation-duration: 2594ms; animation-duration: 2594ms; } .staff .note-interval.ni-sustain-2595::after { -webkit-animation-duration: 2595ms; animation-duration: 2595ms; } .staff .note-interval.ni-sustain-2596::after { -webkit-animation-duration: 2596ms; animation-duration: 2596ms; } .staff .note-interval.ni-sustain-2597::after { -webkit-animation-duration: 2597ms; animation-duration: 2597ms; } .staff .note-interval.ni-sustain-2598::after { -webkit-animation-duration: 2598ms; animation-duration: 2598ms; } .staff .note-interval.ni-sustain-2599::after { -webkit-animation-duration: 2599ms; animation-duration: 2599ms; } .staff .note-interval.ni-sustain-2600::after { -webkit-animation-duration: 2600ms; animation-duration: 2600ms; } .staff .note-interval.ni-sustain-2601::after { -webkit-animation-duration: 2601ms; animation-duration: 2601ms; } .staff .note-interval.ni-sustain-2602::after { -webkit-animation-duration: 2602ms; animation-duration: 2602ms; } .staff .note-interval.ni-sustain-2603::after { -webkit-animation-duration: 2603ms; animation-duration: 2603ms; } .staff .note-interval.ni-sustain-2604::after { -webkit-animation-duration: 2604ms; animation-duration: 2604ms; } .staff .note-interval.ni-sustain-2605::after { -webkit-animation-duration: 2605ms; animation-duration: 2605ms; } .staff .note-interval.ni-sustain-2606::after { -webkit-animation-duration: 2606ms; animation-duration: 2606ms; } .staff .note-interval.ni-sustain-2607::after { -webkit-animation-duration: 2607ms; animation-duration: 2607ms; } .staff .note-interval.ni-sustain-2608::after { -webkit-animation-duration: 2608ms; animation-duration: 2608ms; } .staff .note-interval.ni-sustain-2609::after { -webkit-animation-duration: 2609ms; animation-duration: 2609ms; } .staff .note-interval.ni-sustain-2610::after { -webkit-animation-duration: 2610ms; animation-duration: 2610ms; } .staff .note-interval.ni-sustain-2611::after { -webkit-animation-duration: 2611ms; animation-duration: 2611ms; } .staff .note-interval.ni-sustain-2612::after { -webkit-animation-duration: 2612ms; animation-duration: 2612ms; } .staff .note-interval.ni-sustain-2613::after { -webkit-animation-duration: 2613ms; animation-duration: 2613ms; } .staff .note-interval.ni-sustain-2614::after { -webkit-animation-duration: 2614ms; animation-duration: 2614ms; } .staff .note-interval.ni-sustain-2615::after { -webkit-animation-duration: 2615ms; animation-duration: 2615ms; } .staff .note-interval.ni-sustain-2616::after { -webkit-animation-duration: 2616ms; animation-duration: 2616ms; } .staff .note-interval.ni-sustain-2617::after { -webkit-animation-duration: 2617ms; animation-duration: 2617ms; } .staff .note-interval.ni-sustain-2618::after { -webkit-animation-duration: 2618ms; animation-duration: 2618ms; } .staff .note-interval.ni-sustain-2619::after { -webkit-animation-duration: 2619ms; animation-duration: 2619ms; } .staff .note-interval.ni-sustain-2620::after { -webkit-animation-duration: 2620ms; animation-duration: 2620ms; } .staff .note-interval.ni-sustain-2621::after { -webkit-animation-duration: 2621ms; animation-duration: 2621ms; } .staff .note-interval.ni-sustain-2622::after { -webkit-animation-duration: 2622ms; animation-duration: 2622ms; } .staff .note-interval.ni-sustain-2623::after { -webkit-animation-duration: 2623ms; animation-duration: 2623ms; } .staff .note-interval.ni-sustain-2624::after { -webkit-animation-duration: 2624ms; animation-duration: 2624ms; } .staff .note-interval.ni-sustain-2625::after { -webkit-animation-duration: 2625ms; animation-duration: 2625ms; } .staff .note-interval.ni-sustain-2626::after { -webkit-animation-duration: 2626ms; animation-duration: 2626ms; } .staff .note-interval.ni-sustain-2627::after { -webkit-animation-duration: 2627ms; animation-duration: 2627ms; } .staff .note-interval.ni-sustain-2628::after { -webkit-animation-duration: 2628ms; animation-duration: 2628ms; } .staff .note-interval.ni-sustain-2629::after { -webkit-animation-duration: 2629ms; animation-duration: 2629ms; } .staff .note-interval.ni-sustain-2630::after { -webkit-animation-duration: 2630ms; animation-duration: 2630ms; } .staff .note-interval.ni-sustain-2631::after { -webkit-animation-duration: 2631ms; animation-duration: 2631ms; } .staff .note-interval.ni-sustain-2632::after { -webkit-animation-duration: 2632ms; animation-duration: 2632ms; } .staff .note-interval.ni-sustain-2633::after { -webkit-animation-duration: 2633ms; animation-duration: 2633ms; } .staff .note-interval.ni-sustain-2634::after { -webkit-animation-duration: 2634ms; animation-duration: 2634ms; } .staff .note-interval.ni-sustain-2635::after { -webkit-animation-duration: 2635ms; animation-duration: 2635ms; } .staff .note-interval.ni-sustain-2636::after { -webkit-animation-duration: 2636ms; animation-duration: 2636ms; } .staff .note-interval.ni-sustain-2637::after { -webkit-animation-duration: 2637ms; animation-duration: 2637ms; } .staff .note-interval.ni-sustain-2638::after { -webkit-animation-duration: 2638ms; animation-duration: 2638ms; } .staff .note-interval.ni-sustain-2639::after { -webkit-animation-duration: 2639ms; animation-duration: 2639ms; } .staff .note-interval.ni-sustain-2640::after { -webkit-animation-duration: 2640ms; animation-duration: 2640ms; } .staff .note-interval.ni-sustain-2641::after { -webkit-animation-duration: 2641ms; animation-duration: 2641ms; } .staff .note-interval.ni-sustain-2642::after { -webkit-animation-duration: 2642ms; animation-duration: 2642ms; } .staff .note-interval.ni-sustain-2643::after { -webkit-animation-duration: 2643ms; animation-duration: 2643ms; } .staff .note-interval.ni-sustain-2644::after { -webkit-animation-duration: 2644ms; animation-duration: 2644ms; } .staff .note-interval.ni-sustain-2645::after { -webkit-animation-duration: 2645ms; animation-duration: 2645ms; } .staff .note-interval.ni-sustain-2646::after { -webkit-animation-duration: 2646ms; animation-duration: 2646ms; } .staff .note-interval.ni-sustain-2647::after { -webkit-animation-duration: 2647ms; animation-duration: 2647ms; } .staff .note-interval.ni-sustain-2648::after { -webkit-animation-duration: 2648ms; animation-duration: 2648ms; } .staff .note-interval.ni-sustain-2649::after { -webkit-animation-duration: 2649ms; animation-duration: 2649ms; } .staff .note-interval.ni-sustain-2650::after { -webkit-animation-duration: 2650ms; animation-duration: 2650ms; } .staff .note-interval.ni-sustain-2651::after { -webkit-animation-duration: 2651ms; animation-duration: 2651ms; } .staff .note-interval.ni-sustain-2652::after { -webkit-animation-duration: 2652ms; animation-duration: 2652ms; } .staff .note-interval.ni-sustain-2653::after { -webkit-animation-duration: 2653ms; animation-duration: 2653ms; } .staff .note-interval.ni-sustain-2654::after { -webkit-animation-duration: 2654ms; animation-duration: 2654ms; } .staff .note-interval.ni-sustain-2655::after { -webkit-animation-duration: 2655ms; animation-duration: 2655ms; } .staff .note-interval.ni-sustain-2656::after { -webkit-animation-duration: 2656ms; animation-duration: 2656ms; } .staff .note-interval.ni-sustain-2657::after { -webkit-animation-duration: 2657ms; animation-duration: 2657ms; } .staff .note-interval.ni-sustain-2658::after { -webkit-animation-duration: 2658ms; animation-duration: 2658ms; } .staff .note-interval.ni-sustain-2659::after { -webkit-animation-duration: 2659ms; animation-duration: 2659ms; } .staff .note-interval.ni-sustain-2660::after { -webkit-animation-duration: 2660ms; animation-duration: 2660ms; } .staff .note-interval.ni-sustain-2661::after { -webkit-animation-duration: 2661ms; animation-duration: 2661ms; } .staff .note-interval.ni-sustain-2662::after { -webkit-animation-duration: 2662ms; animation-duration: 2662ms; } .staff .note-interval.ni-sustain-2663::after { -webkit-animation-duration: 2663ms; animation-duration: 2663ms; } .staff .note-interval.ni-sustain-2664::after { -webkit-animation-duration: 2664ms; animation-duration: 2664ms; } .staff .note-interval.ni-sustain-2665::after { -webkit-animation-duration: 2665ms; animation-duration: 2665ms; } .staff .note-interval.ni-sustain-2666::after { -webkit-animation-duration: 2666ms; animation-duration: 2666ms; } .staff .note-interval.ni-sustain-2667::after { -webkit-animation-duration: 2667ms; animation-duration: 2667ms; } .staff .note-interval.ni-sustain-2668::after { -webkit-animation-duration: 2668ms; animation-duration: 2668ms; } .staff .note-interval.ni-sustain-2669::after { -webkit-animation-duration: 2669ms; animation-duration: 2669ms; } .staff .note-interval.ni-sustain-2670::after { -webkit-animation-duration: 2670ms; animation-duration: 2670ms; } .staff .note-interval.ni-sustain-2671::after { -webkit-animation-duration: 2671ms; animation-duration: 2671ms; } .staff .note-interval.ni-sustain-2672::after { -webkit-animation-duration: 2672ms; animation-duration: 2672ms; } .staff .note-interval.ni-sustain-2673::after { -webkit-animation-duration: 2673ms; animation-duration: 2673ms; } .staff .note-interval.ni-sustain-2674::after { -webkit-animation-duration: 2674ms; animation-duration: 2674ms; } .staff .note-interval.ni-sustain-2675::after { -webkit-animation-duration: 2675ms; animation-duration: 2675ms; } .staff .note-interval.ni-sustain-2676::after { -webkit-animation-duration: 2676ms; animation-duration: 2676ms; } .staff .note-interval.ni-sustain-2677::after { -webkit-animation-duration: 2677ms; animation-duration: 2677ms; } .staff .note-interval.ni-sustain-2678::after { -webkit-animation-duration: 2678ms; animation-duration: 2678ms; } .staff .note-interval.ni-sustain-2679::after { -webkit-animation-duration: 2679ms; animation-duration: 2679ms; } .staff .note-interval.ni-sustain-2680::after { -webkit-animation-duration: 2680ms; animation-duration: 2680ms; } .staff .note-interval.ni-sustain-2681::after { -webkit-animation-duration: 2681ms; animation-duration: 2681ms; } .staff .note-interval.ni-sustain-2682::after { -webkit-animation-duration: 2682ms; animation-duration: 2682ms; } .staff .note-interval.ni-sustain-2683::after { -webkit-animation-duration: 2683ms; animation-duration: 2683ms; } .staff .note-interval.ni-sustain-2684::after { -webkit-animation-duration: 2684ms; animation-duration: 2684ms; } .staff .note-interval.ni-sustain-2685::after { -webkit-animation-duration: 2685ms; animation-duration: 2685ms; } .staff .note-interval.ni-sustain-2686::after { -webkit-animation-duration: 2686ms; animation-duration: 2686ms; } .staff .note-interval.ni-sustain-2687::after { -webkit-animation-duration: 2687ms; animation-duration: 2687ms; } .staff .note-interval.ni-sustain-2688::after { -webkit-animation-duration: 2688ms; animation-duration: 2688ms; } .staff .note-interval.ni-sustain-2689::after { -webkit-animation-duration: 2689ms; animation-duration: 2689ms; } .staff .note-interval.ni-sustain-2690::after { -webkit-animation-duration: 2690ms; animation-duration: 2690ms; } .staff .note-interval.ni-sustain-2691::after { -webkit-animation-duration: 2691ms; animation-duration: 2691ms; } .staff .note-interval.ni-sustain-2692::after { -webkit-animation-duration: 2692ms; animation-duration: 2692ms; } .staff .note-interval.ni-sustain-2693::after { -webkit-animation-duration: 2693ms; animation-duration: 2693ms; } .staff .note-interval.ni-sustain-2694::after { -webkit-animation-duration: 2694ms; animation-duration: 2694ms; } .staff .note-interval.ni-sustain-2695::after { -webkit-animation-duration: 2695ms; animation-duration: 2695ms; } .staff .note-interval.ni-sustain-2696::after { -webkit-animation-duration: 2696ms; animation-duration: 2696ms; } .staff .note-interval.ni-sustain-2697::after { -webkit-animation-duration: 2697ms; animation-duration: 2697ms; } .staff .note-interval.ni-sustain-2698::after { -webkit-animation-duration: 2698ms; animation-duration: 2698ms; } .staff .note-interval.ni-sustain-2699::after { -webkit-animation-duration: 2699ms; animation-duration: 2699ms; } .staff .note-interval.ni-sustain-2700::after { -webkit-animation-duration: 2700ms; animation-duration: 2700ms; } .staff .note-interval.ni-sustain-2701::after { -webkit-animation-duration: 2701ms; animation-duration: 2701ms; } .staff .note-interval.ni-sustain-2702::after { -webkit-animation-duration: 2702ms; animation-duration: 2702ms; } .staff .note-interval.ni-sustain-2703::after { -webkit-animation-duration: 2703ms; animation-duration: 2703ms; } .staff .note-interval.ni-sustain-2704::after { -webkit-animation-duration: 2704ms; animation-duration: 2704ms; } .staff .note-interval.ni-sustain-2705::after { -webkit-animation-duration: 2705ms; animation-duration: 2705ms; } .staff .note-interval.ni-sustain-2706::after { -webkit-animation-duration: 2706ms; animation-duration: 2706ms; } .staff .note-interval.ni-sustain-2707::after { -webkit-animation-duration: 2707ms; animation-duration: 2707ms; } .staff .note-interval.ni-sustain-2708::after { -webkit-animation-duration: 2708ms; animation-duration: 2708ms; } .staff .note-interval.ni-sustain-2709::after { -webkit-animation-duration: 2709ms; animation-duration: 2709ms; } .staff .note-interval.ni-sustain-2710::after { -webkit-animation-duration: 2710ms; animation-duration: 2710ms; } .staff .note-interval.ni-sustain-2711::after { -webkit-animation-duration: 2711ms; animation-duration: 2711ms; } .staff .note-interval.ni-sustain-2712::after { -webkit-animation-duration: 2712ms; animation-duration: 2712ms; } .staff .note-interval.ni-sustain-2713::after { -webkit-animation-duration: 2713ms; animation-duration: 2713ms; } .staff .note-interval.ni-sustain-2714::after { -webkit-animation-duration: 2714ms; animation-duration: 2714ms; } .staff .note-interval.ni-sustain-2715::after { -webkit-animation-duration: 2715ms; animation-duration: 2715ms; } .staff .note-interval.ni-sustain-2716::after { -webkit-animation-duration: 2716ms; animation-duration: 2716ms; } .staff .note-interval.ni-sustain-2717::after { -webkit-animation-duration: 2717ms; animation-duration: 2717ms; } .staff .note-interval.ni-sustain-2718::after { -webkit-animation-duration: 2718ms; animation-duration: 2718ms; } .staff .note-interval.ni-sustain-2719::after { -webkit-animation-duration: 2719ms; animation-duration: 2719ms; } .staff .note-interval.ni-sustain-2720::after { -webkit-animation-duration: 2720ms; animation-duration: 2720ms; } .staff .note-interval.ni-sustain-2721::after { -webkit-animation-duration: 2721ms; animation-duration: 2721ms; } .staff .note-interval.ni-sustain-2722::after { -webkit-animation-duration: 2722ms; animation-duration: 2722ms; } .staff .note-interval.ni-sustain-2723::after { -webkit-animation-duration: 2723ms; animation-duration: 2723ms; } .staff .note-interval.ni-sustain-2724::after { -webkit-animation-duration: 2724ms; animation-duration: 2724ms; } .staff .note-interval.ni-sustain-2725::after { -webkit-animation-duration: 2725ms; animation-duration: 2725ms; } .staff .note-interval.ni-sustain-2726::after { -webkit-animation-duration: 2726ms; animation-duration: 2726ms; } .staff .note-interval.ni-sustain-2727::after { -webkit-animation-duration: 2727ms; animation-duration: 2727ms; } .staff .note-interval.ni-sustain-2728::after { -webkit-animation-duration: 2728ms; animation-duration: 2728ms; } .staff .note-interval.ni-sustain-2729::after { -webkit-animation-duration: 2729ms; animation-duration: 2729ms; } .staff .note-interval.ni-sustain-2730::after { -webkit-animation-duration: 2730ms; animation-duration: 2730ms; } .staff .note-interval.ni-sustain-2731::after { -webkit-animation-duration: 2731ms; animation-duration: 2731ms; } .staff .note-interval.ni-sustain-2732::after { -webkit-animation-duration: 2732ms; animation-duration: 2732ms; } .staff .note-interval.ni-sustain-2733::after { -webkit-animation-duration: 2733ms; animation-duration: 2733ms; } .staff .note-interval.ni-sustain-2734::after { -webkit-animation-duration: 2734ms; animation-duration: 2734ms; } .staff .note-interval.ni-sustain-2735::after { -webkit-animation-duration: 2735ms; animation-duration: 2735ms; } .staff .note-interval.ni-sustain-2736::after { -webkit-animation-duration: 2736ms; animation-duration: 2736ms; } .staff .note-interval.ni-sustain-2737::after { -webkit-animation-duration: 2737ms; animation-duration: 2737ms; } .staff .note-interval.ni-sustain-2738::after { -webkit-animation-duration: 2738ms; animation-duration: 2738ms; } .staff .note-interval.ni-sustain-2739::after { -webkit-animation-duration: 2739ms; animation-duration: 2739ms; } .staff .note-interval.ni-sustain-2740::after { -webkit-animation-duration: 2740ms; animation-duration: 2740ms; } .staff .note-interval.ni-sustain-2741::after { -webkit-animation-duration: 2741ms; animation-duration: 2741ms; } .staff .note-interval.ni-sustain-2742::after { -webkit-animation-duration: 2742ms; animation-duration: 2742ms; } .staff .note-interval.ni-sustain-2743::after { -webkit-animation-duration: 2743ms; animation-duration: 2743ms; } .staff .note-interval.ni-sustain-2744::after { -webkit-animation-duration: 2744ms; animation-duration: 2744ms; } .staff .note-interval.ni-sustain-2745::after { -webkit-animation-duration: 2745ms; animation-duration: 2745ms; } .staff .note-interval.ni-sustain-2746::after { -webkit-animation-duration: 2746ms; animation-duration: 2746ms; } .staff .note-interval.ni-sustain-2747::after { -webkit-animation-duration: 2747ms; animation-duration: 2747ms; } .staff .note-interval.ni-sustain-2748::after { -webkit-animation-duration: 2748ms; animation-duration: 2748ms; } .staff .note-interval.ni-sustain-2749::after { -webkit-animation-duration: 2749ms; animation-duration: 2749ms; } .staff .note-interval.ni-sustain-2750::after { -webkit-animation-duration: 2750ms; animation-duration: 2750ms; } .staff .note-interval.ni-sustain-2751::after { -webkit-animation-duration: 2751ms; animation-duration: 2751ms; } .staff .note-interval.ni-sustain-2752::after { -webkit-animation-duration: 2752ms; animation-duration: 2752ms; } .staff .note-interval.ni-sustain-2753::after { -webkit-animation-duration: 2753ms; animation-duration: 2753ms; } .staff .note-interval.ni-sustain-2754::after { -webkit-animation-duration: 2754ms; animation-duration: 2754ms; } .staff .note-interval.ni-sustain-2755::after { -webkit-animation-duration: 2755ms; animation-duration: 2755ms; } .staff .note-interval.ni-sustain-2756::after { -webkit-animation-duration: 2756ms; animation-duration: 2756ms; } .staff .note-interval.ni-sustain-2757::after { -webkit-animation-duration: 2757ms; animation-duration: 2757ms; } .staff .note-interval.ni-sustain-2758::after { -webkit-animation-duration: 2758ms; animation-duration: 2758ms; } .staff .note-interval.ni-sustain-2759::after { -webkit-animation-duration: 2759ms; animation-duration: 2759ms; } .staff .note-interval.ni-sustain-2760::after { -webkit-animation-duration: 2760ms; animation-duration: 2760ms; } .staff .note-interval.ni-sustain-2761::after { -webkit-animation-duration: 2761ms; animation-duration: 2761ms; } .staff .note-interval.ni-sustain-2762::after { -webkit-animation-duration: 2762ms; animation-duration: 2762ms; } .staff .note-interval.ni-sustain-2763::after { -webkit-animation-duration: 2763ms; animation-duration: 2763ms; } .staff .note-interval.ni-sustain-2764::after { -webkit-animation-duration: 2764ms; animation-duration: 2764ms; } .staff .note-interval.ni-sustain-2765::after { -webkit-animation-duration: 2765ms; animation-duration: 2765ms; } .staff .note-interval.ni-sustain-2766::after { -webkit-animation-duration: 2766ms; animation-duration: 2766ms; } .staff .note-interval.ni-sustain-2767::after { -webkit-animation-duration: 2767ms; animation-duration: 2767ms; } .staff .note-interval.ni-sustain-2768::after { -webkit-animation-duration: 2768ms; animation-duration: 2768ms; } .staff .note-interval.ni-sustain-2769::after { -webkit-animation-duration: 2769ms; animation-duration: 2769ms; } .staff .note-interval.ni-sustain-2770::after { -webkit-animation-duration: 2770ms; animation-duration: 2770ms; } .staff .note-interval.ni-sustain-2771::after { -webkit-animation-duration: 2771ms; animation-duration: 2771ms; } .staff .note-interval.ni-sustain-2772::after { -webkit-animation-duration: 2772ms; animation-duration: 2772ms; } .staff .note-interval.ni-sustain-2773::after { -webkit-animation-duration: 2773ms; animation-duration: 2773ms; } .staff .note-interval.ni-sustain-2774::after { -webkit-animation-duration: 2774ms; animation-duration: 2774ms; } .staff .note-interval.ni-sustain-2775::after { -webkit-animation-duration: 2775ms; animation-duration: 2775ms; } .staff .note-interval.ni-sustain-2776::after { -webkit-animation-duration: 2776ms; animation-duration: 2776ms; } .staff .note-interval.ni-sustain-2777::after { -webkit-animation-duration: 2777ms; animation-duration: 2777ms; } .staff .note-interval.ni-sustain-2778::after { -webkit-animation-duration: 2778ms; animation-duration: 2778ms; } .staff .note-interval.ni-sustain-2779::after { -webkit-animation-duration: 2779ms; animation-duration: 2779ms; } .staff .note-interval.ni-sustain-2780::after { -webkit-animation-duration: 2780ms; animation-duration: 2780ms; } .staff .note-interval.ni-sustain-2781::after { -webkit-animation-duration: 2781ms; animation-duration: 2781ms; } .staff .note-interval.ni-sustain-2782::after { -webkit-animation-duration: 2782ms; animation-duration: 2782ms; } .staff .note-interval.ni-sustain-2783::after { -webkit-animation-duration: 2783ms; animation-duration: 2783ms; } .staff .note-interval.ni-sustain-2784::after { -webkit-animation-duration: 2784ms; animation-duration: 2784ms; } .staff .note-interval.ni-sustain-2785::after { -webkit-animation-duration: 2785ms; animation-duration: 2785ms; } .staff .note-interval.ni-sustain-2786::after { -webkit-animation-duration: 2786ms; animation-duration: 2786ms; } .staff .note-interval.ni-sustain-2787::after { -webkit-animation-duration: 2787ms; animation-duration: 2787ms; } .staff .note-interval.ni-sustain-2788::after { -webkit-animation-duration: 2788ms; animation-duration: 2788ms; } .staff .note-interval.ni-sustain-2789::after { -webkit-animation-duration: 2789ms; animation-duration: 2789ms; } .staff .note-interval.ni-sustain-2790::after { -webkit-animation-duration: 2790ms; animation-duration: 2790ms; } .staff .note-interval.ni-sustain-2791::after { -webkit-animation-duration: 2791ms; animation-duration: 2791ms; } .staff .note-interval.ni-sustain-2792::after { -webkit-animation-duration: 2792ms; animation-duration: 2792ms; } .staff .note-interval.ni-sustain-2793::after { -webkit-animation-duration: 2793ms; animation-duration: 2793ms; } .staff .note-interval.ni-sustain-2794::after { -webkit-animation-duration: 2794ms; animation-duration: 2794ms; } .staff .note-interval.ni-sustain-2795::after { -webkit-animation-duration: 2795ms; animation-duration: 2795ms; } .staff .note-interval.ni-sustain-2796::after { -webkit-animation-duration: 2796ms; animation-duration: 2796ms; } .staff .note-interval.ni-sustain-2797::after { -webkit-animation-duration: 2797ms; animation-duration: 2797ms; } .staff .note-interval.ni-sustain-2798::after { -webkit-animation-duration: 2798ms; animation-duration: 2798ms; } .staff .note-interval.ni-sustain-2799::after { -webkit-animation-duration: 2799ms; animation-duration: 2799ms; } .staff .note-interval.ni-sustain-2800::after { -webkit-animation-duration: 2800ms; animation-duration: 2800ms; } .staff .note-interval.ni-sustain-2801::after { -webkit-animation-duration: 2801ms; animation-duration: 2801ms; } .staff .note-interval.ni-sustain-2802::after { -webkit-animation-duration: 2802ms; animation-duration: 2802ms; } .staff .note-interval.ni-sustain-2803::after { -webkit-animation-duration: 2803ms; animation-duration: 2803ms; } .staff .note-interval.ni-sustain-2804::after { -webkit-animation-duration: 2804ms; animation-duration: 2804ms; } .staff .note-interval.ni-sustain-2805::after { -webkit-animation-duration: 2805ms; animation-duration: 2805ms; } .staff .note-interval.ni-sustain-2806::after { -webkit-animation-duration: 2806ms; animation-duration: 2806ms; } .staff .note-interval.ni-sustain-2807::after { -webkit-animation-duration: 2807ms; animation-duration: 2807ms; } .staff .note-interval.ni-sustain-2808::after { -webkit-animation-duration: 2808ms; animation-duration: 2808ms; } .staff .note-interval.ni-sustain-2809::after { -webkit-animation-duration: 2809ms; animation-duration: 2809ms; } .staff .note-interval.ni-sustain-2810::after { -webkit-animation-duration: 2810ms; animation-duration: 2810ms; } .staff .note-interval.ni-sustain-2811::after { -webkit-animation-duration: 2811ms; animation-duration: 2811ms; } .staff .note-interval.ni-sustain-2812::after { -webkit-animation-duration: 2812ms; animation-duration: 2812ms; } .staff .note-interval.ni-sustain-2813::after { -webkit-animation-duration: 2813ms; animation-duration: 2813ms; } .staff .note-interval.ni-sustain-2814::after { -webkit-animation-duration: 2814ms; animation-duration: 2814ms; } .staff .note-interval.ni-sustain-2815::after { -webkit-animation-duration: 2815ms; animation-duration: 2815ms; } .staff .note-interval.ni-sustain-2816::after { -webkit-animation-duration: 2816ms; animation-duration: 2816ms; } .staff .note-interval.ni-sustain-2817::after { -webkit-animation-duration: 2817ms; animation-duration: 2817ms; } .staff .note-interval.ni-sustain-2818::after { -webkit-animation-duration: 2818ms; animation-duration: 2818ms; } .staff .note-interval.ni-sustain-2819::after { -webkit-animation-duration: 2819ms; animation-duration: 2819ms; } .staff .note-interval.ni-sustain-2820::after { -webkit-animation-duration: 2820ms; animation-duration: 2820ms; } .staff .note-interval.ni-sustain-2821::after { -webkit-animation-duration: 2821ms; animation-duration: 2821ms; } .staff .note-interval.ni-sustain-2822::after { -webkit-animation-duration: 2822ms; animation-duration: 2822ms; } .staff .note-interval.ni-sustain-2823::after { -webkit-animation-duration: 2823ms; animation-duration: 2823ms; } .staff .note-interval.ni-sustain-2824::after { -webkit-animation-duration: 2824ms; animation-duration: 2824ms; } .staff .note-interval.ni-sustain-2825::after { -webkit-animation-duration: 2825ms; animation-duration: 2825ms; } .staff .note-interval.ni-sustain-2826::after { -webkit-animation-duration: 2826ms; animation-duration: 2826ms; } .staff .note-interval.ni-sustain-2827::after { -webkit-animation-duration: 2827ms; animation-duration: 2827ms; } .staff .note-interval.ni-sustain-2828::after { -webkit-animation-duration: 2828ms; animation-duration: 2828ms; } .staff .note-interval.ni-sustain-2829::after { -webkit-animation-duration: 2829ms; animation-duration: 2829ms; } .staff .note-interval.ni-sustain-2830::after { -webkit-animation-duration: 2830ms; animation-duration: 2830ms; } .staff .note-interval.ni-sustain-2831::after { -webkit-animation-duration: 2831ms; animation-duration: 2831ms; } .staff .note-interval.ni-sustain-2832::after { -webkit-animation-duration: 2832ms; animation-duration: 2832ms; } .staff .note-interval.ni-sustain-2833::after { -webkit-animation-duration: 2833ms; animation-duration: 2833ms; } .staff .note-interval.ni-sustain-2834::after { -webkit-animation-duration: 2834ms; animation-duration: 2834ms; } .staff .note-interval.ni-sustain-2835::after { -webkit-animation-duration: 2835ms; animation-duration: 2835ms; } .staff .note-interval.ni-sustain-2836::after { -webkit-animation-duration: 2836ms; animation-duration: 2836ms; } .staff .note-interval.ni-sustain-2837::after { -webkit-animation-duration: 2837ms; animation-duration: 2837ms; } .staff .note-interval.ni-sustain-2838::after { -webkit-animation-duration: 2838ms; animation-duration: 2838ms; } .staff .note-interval.ni-sustain-2839::after { -webkit-animation-duration: 2839ms; animation-duration: 2839ms; } .staff .note-interval.ni-sustain-2840::after { -webkit-animation-duration: 2840ms; animation-duration: 2840ms; } .staff .note-interval.ni-sustain-2841::after { -webkit-animation-duration: 2841ms; animation-duration: 2841ms; } .staff .note-interval.ni-sustain-2842::after { -webkit-animation-duration: 2842ms; animation-duration: 2842ms; } .staff .note-interval.ni-sustain-2843::after { -webkit-animation-duration: 2843ms; animation-duration: 2843ms; } .staff .note-interval.ni-sustain-2844::after { -webkit-animation-duration: 2844ms; animation-duration: 2844ms; } .staff .note-interval.ni-sustain-2845::after { -webkit-animation-duration: 2845ms; animation-duration: 2845ms; } .staff .note-interval.ni-sustain-2846::after { -webkit-animation-duration: 2846ms; animation-duration: 2846ms; } .staff .note-interval.ni-sustain-2847::after { -webkit-animation-duration: 2847ms; animation-duration: 2847ms; } .staff .note-interval.ni-sustain-2848::after { -webkit-animation-duration: 2848ms; animation-duration: 2848ms; } .staff .note-interval.ni-sustain-2849::after { -webkit-animation-duration: 2849ms; animation-duration: 2849ms; } .staff .note-interval.ni-sustain-2850::after { -webkit-animation-duration: 2850ms; animation-duration: 2850ms; } .staff .note-interval.ni-sustain-2851::after { -webkit-animation-duration: 2851ms; animation-duration: 2851ms; } .staff .note-interval.ni-sustain-2852::after { -webkit-animation-duration: 2852ms; animation-duration: 2852ms; } .staff .note-interval.ni-sustain-2853::after { -webkit-animation-duration: 2853ms; animation-duration: 2853ms; } .staff .note-interval.ni-sustain-2854::after { -webkit-animation-duration: 2854ms; animation-duration: 2854ms; } .staff .note-interval.ni-sustain-2855::after { -webkit-animation-duration: 2855ms; animation-duration: 2855ms; } .staff .note-interval.ni-sustain-2856::after { -webkit-animation-duration: 2856ms; animation-duration: 2856ms; } .staff .note-interval.ni-sustain-2857::after { -webkit-animation-duration: 2857ms; animation-duration: 2857ms; } .staff .note-interval.ni-sustain-2858::after { -webkit-animation-duration: 2858ms; animation-duration: 2858ms; } .staff .note-interval.ni-sustain-2859::after { -webkit-animation-duration: 2859ms; animation-duration: 2859ms; } .staff .note-interval.ni-sustain-2860::after { -webkit-animation-duration: 2860ms; animation-duration: 2860ms; } .staff .note-interval.ni-sustain-2861::after { -webkit-animation-duration: 2861ms; animation-duration: 2861ms; } .staff .note-interval.ni-sustain-2862::after { -webkit-animation-duration: 2862ms; animation-duration: 2862ms; } .staff .note-interval.ni-sustain-2863::after { -webkit-animation-duration: 2863ms; animation-duration: 2863ms; } .staff .note-interval.ni-sustain-2864::after { -webkit-animation-duration: 2864ms; animation-duration: 2864ms; } .staff .note-interval.ni-sustain-2865::after { -webkit-animation-duration: 2865ms; animation-duration: 2865ms; } .staff .note-interval.ni-sustain-2866::after { -webkit-animation-duration: 2866ms; animation-duration: 2866ms; } .staff .note-interval.ni-sustain-2867::after { -webkit-animation-duration: 2867ms; animation-duration: 2867ms; } .staff .note-interval.ni-sustain-2868::after { -webkit-animation-duration: 2868ms; animation-duration: 2868ms; } .staff .note-interval.ni-sustain-2869::after { -webkit-animation-duration: 2869ms; animation-duration: 2869ms; } .staff .note-interval.ni-sustain-2870::after { -webkit-animation-duration: 2870ms; animation-duration: 2870ms; } .staff .note-interval.ni-sustain-2871::after { -webkit-animation-duration: 2871ms; animation-duration: 2871ms; } .staff .note-interval.ni-sustain-2872::after { -webkit-animation-duration: 2872ms; animation-duration: 2872ms; } .staff .note-interval.ni-sustain-2873::after { -webkit-animation-duration: 2873ms; animation-duration: 2873ms; } .staff .note-interval.ni-sustain-2874::after { -webkit-animation-duration: 2874ms; animation-duration: 2874ms; } .staff .note-interval.ni-sustain-2875::after { -webkit-animation-duration: 2875ms; animation-duration: 2875ms; } .staff .note-interval.ni-sustain-2876::after { -webkit-animation-duration: 2876ms; animation-duration: 2876ms; } .staff .note-interval.ni-sustain-2877::after { -webkit-animation-duration: 2877ms; animation-duration: 2877ms; } .staff .note-interval.ni-sustain-2878::after { -webkit-animation-duration: 2878ms; animation-duration: 2878ms; } .staff .note-interval.ni-sustain-2879::after { -webkit-animation-duration: 2879ms; animation-duration: 2879ms; } .staff .note-interval.ni-sustain-2880::after { -webkit-animation-duration: 2880ms; animation-duration: 2880ms; } .staff .note-interval.ni-sustain-2881::after { -webkit-animation-duration: 2881ms; animation-duration: 2881ms; } .staff .note-interval.ni-sustain-2882::after { -webkit-animation-duration: 2882ms; animation-duration: 2882ms; } .staff .note-interval.ni-sustain-2883::after { -webkit-animation-duration: 2883ms; animation-duration: 2883ms; } .staff .note-interval.ni-sustain-2884::after { -webkit-animation-duration: 2884ms; animation-duration: 2884ms; } .staff .note-interval.ni-sustain-2885::after { -webkit-animation-duration: 2885ms; animation-duration: 2885ms; } .staff .note-interval.ni-sustain-2886::after { -webkit-animation-duration: 2886ms; animation-duration: 2886ms; } .staff .note-interval.ni-sustain-2887::after { -webkit-animation-duration: 2887ms; animation-duration: 2887ms; } .staff .note-interval.ni-sustain-2888::after { -webkit-animation-duration: 2888ms; animation-duration: 2888ms; } .staff .note-interval.ni-sustain-2889::after { -webkit-animation-duration: 2889ms; animation-duration: 2889ms; } .staff .note-interval.ni-sustain-2890::after { -webkit-animation-duration: 2890ms; animation-duration: 2890ms; } .staff .note-interval.ni-sustain-2891::after { -webkit-animation-duration: 2891ms; animation-duration: 2891ms; } .staff .note-interval.ni-sustain-2892::after { -webkit-animation-duration: 2892ms; animation-duration: 2892ms; } .staff .note-interval.ni-sustain-2893::after { -webkit-animation-duration: 2893ms; animation-duration: 2893ms; } .staff .note-interval.ni-sustain-2894::after { -webkit-animation-duration: 2894ms; animation-duration: 2894ms; } .staff .note-interval.ni-sustain-2895::after { -webkit-animation-duration: 2895ms; animation-duration: 2895ms; } .staff .note-interval.ni-sustain-2896::after { -webkit-animation-duration: 2896ms; animation-duration: 2896ms; } .staff .note-interval.ni-sustain-2897::after { -webkit-animation-duration: 2897ms; animation-duration: 2897ms; } .staff .note-interval.ni-sustain-2898::after { -webkit-animation-duration: 2898ms; animation-duration: 2898ms; } .staff .note-interval.ni-sustain-2899::after { -webkit-animation-duration: 2899ms; animation-duration: 2899ms; } .staff .note-interval.ni-sustain-2900::after { -webkit-animation-duration: 2900ms; animation-duration: 2900ms; } .staff .note-interval.ni-sustain-2901::after { -webkit-animation-duration: 2901ms; animation-duration: 2901ms; } .staff .note-interval.ni-sustain-2902::after { -webkit-animation-duration: 2902ms; animation-duration: 2902ms; } .staff .note-interval.ni-sustain-2903::after { -webkit-animation-duration: 2903ms; animation-duration: 2903ms; } .staff .note-interval.ni-sustain-2904::after { -webkit-animation-duration: 2904ms; animation-duration: 2904ms; } .staff .note-interval.ni-sustain-2905::after { -webkit-animation-duration: 2905ms; animation-duration: 2905ms; } .staff .note-interval.ni-sustain-2906::after { -webkit-animation-duration: 2906ms; animation-duration: 2906ms; } .staff .note-interval.ni-sustain-2907::after { -webkit-animation-duration: 2907ms; animation-duration: 2907ms; } .staff .note-interval.ni-sustain-2908::after { -webkit-animation-duration: 2908ms; animation-duration: 2908ms; } .staff .note-interval.ni-sustain-2909::after { -webkit-animation-duration: 2909ms; animation-duration: 2909ms; } .staff .note-interval.ni-sustain-2910::after { -webkit-animation-duration: 2910ms; animation-duration: 2910ms; } .staff .note-interval.ni-sustain-2911::after { -webkit-animation-duration: 2911ms; animation-duration: 2911ms; } .staff .note-interval.ni-sustain-2912::after { -webkit-animation-duration: 2912ms; animation-duration: 2912ms; } .staff .note-interval.ni-sustain-2913::after { -webkit-animation-duration: 2913ms; animation-duration: 2913ms; } .staff .note-interval.ni-sustain-2914::after { -webkit-animation-duration: 2914ms; animation-duration: 2914ms; } .staff .note-interval.ni-sustain-2915::after { -webkit-animation-duration: 2915ms; animation-duration: 2915ms; } .staff .note-interval.ni-sustain-2916::after { -webkit-animation-duration: 2916ms; animation-duration: 2916ms; } .staff .note-interval.ni-sustain-2917::after { -webkit-animation-duration: 2917ms; animation-duration: 2917ms; } .staff .note-interval.ni-sustain-2918::after { -webkit-animation-duration: 2918ms; animation-duration: 2918ms; } .staff .note-interval.ni-sustain-2919::after { -webkit-animation-duration: 2919ms; animation-duration: 2919ms; } .staff .note-interval.ni-sustain-2920::after { -webkit-animation-duration: 2920ms; animation-duration: 2920ms; } .staff .note-interval.ni-sustain-2921::after { -webkit-animation-duration: 2921ms; animation-duration: 2921ms; } .staff .note-interval.ni-sustain-2922::after { -webkit-animation-duration: 2922ms; animation-duration: 2922ms; } .staff .note-interval.ni-sustain-2923::after { -webkit-animation-duration: 2923ms; animation-duration: 2923ms; } .staff .note-interval.ni-sustain-2924::after { -webkit-animation-duration: 2924ms; animation-duration: 2924ms; } .staff .note-interval.ni-sustain-2925::after { -webkit-animation-duration: 2925ms; animation-duration: 2925ms; } .staff .note-interval.ni-sustain-2926::after { -webkit-animation-duration: 2926ms; animation-duration: 2926ms; } .staff .note-interval.ni-sustain-2927::after { -webkit-animation-duration: 2927ms; animation-duration: 2927ms; } .staff .note-interval.ni-sustain-2928::after { -webkit-animation-duration: 2928ms; animation-duration: 2928ms; } .staff .note-interval.ni-sustain-2929::after { -webkit-animation-duration: 2929ms; animation-duration: 2929ms; } .staff .note-interval.ni-sustain-2930::after { -webkit-animation-duration: 2930ms; animation-duration: 2930ms; } .staff .note-interval.ni-sustain-2931::after { -webkit-animation-duration: 2931ms; animation-duration: 2931ms; } .staff .note-interval.ni-sustain-2932::after { -webkit-animation-duration: 2932ms; animation-duration: 2932ms; } .staff .note-interval.ni-sustain-2933::after { -webkit-animation-duration: 2933ms; animation-duration: 2933ms; } .staff .note-interval.ni-sustain-2934::after { -webkit-animation-duration: 2934ms; animation-duration: 2934ms; } .staff .note-interval.ni-sustain-2935::after { -webkit-animation-duration: 2935ms; animation-duration: 2935ms; } .staff .note-interval.ni-sustain-2936::after { -webkit-animation-duration: 2936ms; animation-duration: 2936ms; } .staff .note-interval.ni-sustain-2937::after { -webkit-animation-duration: 2937ms; animation-duration: 2937ms; } .staff .note-interval.ni-sustain-2938::after { -webkit-animation-duration: 2938ms; animation-duration: 2938ms; } .staff .note-interval.ni-sustain-2939::after { -webkit-animation-duration: 2939ms; animation-duration: 2939ms; } .staff .note-interval.ni-sustain-2940::after { -webkit-animation-duration: 2940ms; animation-duration: 2940ms; } .staff .note-interval.ni-sustain-2941::after { -webkit-animation-duration: 2941ms; animation-duration: 2941ms; } .staff .note-interval.ni-sustain-2942::after { -webkit-animation-duration: 2942ms; animation-duration: 2942ms; } .staff .note-interval.ni-sustain-2943::after { -webkit-animation-duration: 2943ms; animation-duration: 2943ms; } .staff .note-interval.ni-sustain-2944::after { -webkit-animation-duration: 2944ms; animation-duration: 2944ms; } .staff .note-interval.ni-sustain-2945::after { -webkit-animation-duration: 2945ms; animation-duration: 2945ms; } .staff .note-interval.ni-sustain-2946::after { -webkit-animation-duration: 2946ms; animation-duration: 2946ms; } .staff .note-interval.ni-sustain-2947::after { -webkit-animation-duration: 2947ms; animation-duration: 2947ms; } .staff .note-interval.ni-sustain-2948::after { -webkit-animation-duration: 2948ms; animation-duration: 2948ms; } .staff .note-interval.ni-sustain-2949::after { -webkit-animation-duration: 2949ms; animation-duration: 2949ms; } .staff .note-interval.ni-sustain-2950::after { -webkit-animation-duration: 2950ms; animation-duration: 2950ms; } .staff .note-interval.ni-sustain-2951::after { -webkit-animation-duration: 2951ms; animation-duration: 2951ms; } .staff .note-interval.ni-sustain-2952::after { -webkit-animation-duration: 2952ms; animation-duration: 2952ms; } .staff .note-interval.ni-sustain-2953::after { -webkit-animation-duration: 2953ms; animation-duration: 2953ms; } .staff .note-interval.ni-sustain-2954::after { -webkit-animation-duration: 2954ms; animation-duration: 2954ms; } .staff .note-interval.ni-sustain-2955::after { -webkit-animation-duration: 2955ms; animation-duration: 2955ms; } .staff .note-interval.ni-sustain-2956::after { -webkit-animation-duration: 2956ms; animation-duration: 2956ms; } .staff .note-interval.ni-sustain-2957::after { -webkit-animation-duration: 2957ms; animation-duration: 2957ms; } .staff .note-interval.ni-sustain-2958::after { -webkit-animation-duration: 2958ms; animation-duration: 2958ms; } .staff .note-interval.ni-sustain-2959::after { -webkit-animation-duration: 2959ms; animation-duration: 2959ms; } .staff .note-interval.ni-sustain-2960::after { -webkit-animation-duration: 2960ms; animation-duration: 2960ms; } .staff .note-interval.ni-sustain-2961::after { -webkit-animation-duration: 2961ms; animation-duration: 2961ms; } .staff .note-interval.ni-sustain-2962::after { -webkit-animation-duration: 2962ms; animation-duration: 2962ms; } .staff .note-interval.ni-sustain-2963::after { -webkit-animation-duration: 2963ms; animation-duration: 2963ms; } .staff .note-interval.ni-sustain-2964::after { -webkit-animation-duration: 2964ms; animation-duration: 2964ms; } .staff .note-interval.ni-sustain-2965::after { -webkit-animation-duration: 2965ms; animation-duration: 2965ms; } .staff .note-interval.ni-sustain-2966::after { -webkit-animation-duration: 2966ms; animation-duration: 2966ms; } .staff .note-interval.ni-sustain-2967::after { -webkit-animation-duration: 2967ms; animation-duration: 2967ms; } .staff .note-interval.ni-sustain-2968::after { -webkit-animation-duration: 2968ms; animation-duration: 2968ms; } .staff .note-interval.ni-sustain-2969::after { -webkit-animation-duration: 2969ms; animation-duration: 2969ms; } .staff .note-interval.ni-sustain-2970::after { -webkit-animation-duration: 2970ms; animation-duration: 2970ms; } .staff .note-interval.ni-sustain-2971::after { -webkit-animation-duration: 2971ms; animation-duration: 2971ms; } .staff .note-interval.ni-sustain-2972::after { -webkit-animation-duration: 2972ms; animation-duration: 2972ms; } .staff .note-interval.ni-sustain-2973::after { -webkit-animation-duration: 2973ms; animation-duration: 2973ms; } .staff .note-interval.ni-sustain-2974::after { -webkit-animation-duration: 2974ms; animation-duration: 2974ms; } .staff .note-interval.ni-sustain-2975::after { -webkit-animation-duration: 2975ms; animation-duration: 2975ms; } .staff .note-interval.ni-sustain-2976::after { -webkit-animation-duration: 2976ms; animation-duration: 2976ms; } .staff .note-interval.ni-sustain-2977::after { -webkit-animation-duration: 2977ms; animation-duration: 2977ms; } .staff .note-interval.ni-sustain-2978::after { -webkit-animation-duration: 2978ms; animation-duration: 2978ms; } .staff .note-interval.ni-sustain-2979::after { -webkit-animation-duration: 2979ms; animation-duration: 2979ms; } .staff .note-interval.ni-sustain-2980::after { -webkit-animation-duration: 2980ms; animation-duration: 2980ms; } .staff .note-interval.ni-sustain-2981::after { -webkit-animation-duration: 2981ms; animation-duration: 2981ms; } .staff .note-interval.ni-sustain-2982::after { -webkit-animation-duration: 2982ms; animation-duration: 2982ms; } .staff .note-interval.ni-sustain-2983::after { -webkit-animation-duration: 2983ms; animation-duration: 2983ms; } .staff .note-interval.ni-sustain-2984::after { -webkit-animation-duration: 2984ms; animation-duration: 2984ms; } .staff .note-interval.ni-sustain-2985::after { -webkit-animation-duration: 2985ms; animation-duration: 2985ms; } .staff .note-interval.ni-sustain-2986::after { -webkit-animation-duration: 2986ms; animation-duration: 2986ms; } .staff .note-interval.ni-sustain-2987::after { -webkit-animation-duration: 2987ms; animation-duration: 2987ms; } .staff .note-interval.ni-sustain-2988::after { -webkit-animation-duration: 2988ms; animation-duration: 2988ms; } .staff .note-interval.ni-sustain-2989::after { -webkit-animation-duration: 2989ms; animation-duration: 2989ms; } .staff .note-interval.ni-sustain-2990::after { -webkit-animation-duration: 2990ms; animation-duration: 2990ms; } .staff .note-interval.ni-sustain-2991::after { -webkit-animation-duration: 2991ms; animation-duration: 2991ms; } .staff .note-interval.ni-sustain-2992::after { -webkit-animation-duration: 2992ms; animation-duration: 2992ms; } .staff .note-interval.ni-sustain-2993::after { -webkit-animation-duration: 2993ms; animation-duration: 2993ms; } .staff .note-interval.ni-sustain-2994::after { -webkit-animation-duration: 2994ms; animation-duration: 2994ms; } .staff .note-interval.ni-sustain-2995::after { -webkit-animation-duration: 2995ms; animation-duration: 2995ms; } .staff .note-interval.ni-sustain-2996::after { -webkit-animation-duration: 2996ms; animation-duration: 2996ms; } .staff .note-interval.ni-sustain-2997::after { -webkit-animation-duration: 2997ms; animation-duration: 2997ms; } .staff .note-interval.ni-sustain-2998::after { -webkit-animation-duration: 2998ms; animation-duration: 2998ms; } .staff .note-interval.ni-sustain-2999::after { -webkit-animation-duration: 2999ms; animation-duration: 2999ms; } .staff .note-interval.ni-sustain-3000::after { -webkit-animation-duration: 3000ms; animation-duration: 3000ms; } .staff.treble .note-interval.ni-1 { color: #33eeff; background-color: #33eeff; } .staff.treble .note-interval.ni-1::after { background-color: #33eeff; } .staff.treble .note-interval.ni-2 { color: #33ddff; background-color: #33ddff; } .staff.treble .note-interval.ni-2::after { background-color: #33ddff; } .staff.treble .note-interval.ni-3 { color: #33ccff; background-color: #33ccff; } .staff.treble .note-interval.ni-3::after { background-color: #33ccff; } .staff.treble .note-interval.ni-4 { color: #33bbff; background-color: #33bbff; } .staff.treble .note-interval.ni-4::after { background-color: #33bbff; } .staff.treble .note-interval.ni-5 { color: #33aaff; background-color: #33aaff; } .staff.treble .note-interval.ni-5::after { background-color: #33aaff; } .staff.treble .note-interval.ni-6 { color: #3399ff; background-color: #3399ff; } .staff.treble .note-interval.ni-6::after { background-color: #3399ff; } .staff.treble .note-interval.ni-7 { color: #3388ff; background-color: #3388ff; } .staff.treble .note-interval.ni-7::after { background-color: #3388ff; } .staff.treble .note-interval.ni-8 { color: #3377ff; background-color: #3377ff; } .staff.treble .note-interval.ni-8::after { background-color: #3377ff; } .staff.treble .note-interval.ni-9 { color: #3366ff; background-color: #3366ff; } .staff.treble .note-interval.ni-9::after { background-color: #3366ff; } .staff.treble .note-interval.ni-10 { color: #3355ff; background-color: #3355ff; } .staff.treble .note-interval.ni-10::after { background-color: #3355ff; } .staff.treble .note-interval.ni-11 { color: #3344ff; background-color: #3344ff; } .staff.treble .note-interval.ni-11::after { background-color: #3344ff; } .staff.treble .note-interval.ni-12 { color: #3333ff; background-color: #3333ff; } .staff.treble .note-interval.ni-12::after { background-color: #3333ff; } .staff.treble .note-interval.ni-13 { color: #4433ff; background-color: #4433ff; } .staff.treble .note-interval.ni-13::after { background-color: #4433ff; } .staff.treble .note-interval.ni-14 { color: #5533ff; background-color: #5533ff; } .staff.treble .note-interval.ni-14::after { background-color: #5533ff; } .staff.treble .note-interval.ni-15 { color: #6633ff; background-color: #6633ff; } .staff.treble .note-interval.ni-15::after { background-color: #6633ff; } .staff.treble .note-interval.ni-16 { color: #7733ff; background-color: #7733ff; } .staff.treble .note-interval.ni-16::after { background-color: #7733ff; } .staff.treble .note-interval.ni-17 { color: #8833ff; background-color: #8833ff; } .staff.treble .note-interval.ni-17::after { background-color: #8833ff; } .staff.treble .note-interval.ni-18 { color: #9933ff; background-color: #9933ff; } .staff.treble .note-interval.ni-18::after { background-color: #9933ff; } .staff.treble .note-interval.ni-19 { color: #aa33ff; background-color: #aa33ff; } .staff.treble .note-interval.ni-19::after { background-color: #aa33ff; } .staff.treble .note-interval.ni-20 { color: #bb33ff; background-color: #bb33ff; } .staff.treble .note-interval.ni-20::after { background-color: #bb33ff; } .staff.treble .note-interval.ni-21 { color: #cc33ff; background-color: #cc33ff; } .staff.treble .note-interval.ni-21::after { background-color: #cc33ff; } .staff.treble .note-interval.ni-22 { color: #dd33ff; background-color: #dd33ff; } .staff.treble .note-interval.ni-22::after { background-color: #dd33ff; } .staff.treble .note-interval.ni-23 { color: #ee33ff; background-color: #ee33ff; } .staff.treble .note-interval.ni-23::after { background-color: #ee33ff; } .staff.treble .note-interval.ni-24 { color: #ff33ff; background-color: #ff33ff; } .staff.treble .note-interval.ni-24::after { background-color: #ff33ff; } .staff.treble .note-interval.ni-25 { color: #ff33ee; background-color: #ff33ee; } .staff.treble .note-interval.ni-25::after { background-color: #ff33ee; } .staff.treble .note-interval.ni-26 { color: #ff33dd; background-color: #ff33dd; } .staff.treble .note-interval.ni-26::after { background-color: #ff33dd; } .staff.treble .note-interval.ni-27 { color: #ff33cc; background-color: #ff33cc; } .staff.treble .note-interval.ni-27::after { background-color: #ff33cc; } .staff.treble .note-interval.ni-28 { color: #ff33bb; background-color: #ff33bb; } .staff.treble .note-interval.ni-28::after { background-color: #ff33bb; } .staff.treble .note-interval.ni-29 { color: #ff33aa; background-color: #ff33aa; } .staff.treble .note-interval.ni-29::after { background-color: #ff33aa; } .staff.treble .note-interval.ni-30 { color: #ff3399; background-color: #ff3399; } .staff.treble .note-interval.ni-30::after { background-color: #ff3399; } .staff.treble .note-interval.ni-31 { color: #ff3388; background-color: #ff3388; } .staff.treble .note-interval.ni-31::after { background-color: #ff3388; } .staff.treble .note-interval.ni-32 { color: #ff3377; background-color: #ff3377; } .staff.treble .note-interval.ni-32::after { background-color: #ff3377; } .staff.treble .note-interval.ni-33 { color: #ff3366; background-color: #ff3366; } .staff.treble .note-interval.ni-33::after { background-color: #ff3366; } .staff.treble .note-interval.ni-34 { color: #ff3355; background-color: #ff3355; } .staff.treble .note-interval.ni-34::after { background-color: #ff3355; } .staff.treble .note-interval.ni-35 { color: #ff3344; background-color: #ff3344; } .staff.treble .note-interval.ni-35::after { background-color: #ff3344; } .staff.treble .note-interval.ni-36 { color: #ff3333; background-color: #ff3333; } .staff.treble .note-interval.ni-36::after { background-color: #ff3333; } .staff.bass .note-interval.ni-1 { color: #ff4433; background-color: #ff4433; } .staff.bass .note-interval.ni-1::after { background-color: #ff4433; } .staff.bass .note-interval.ni-2 { color: #ff5533; background-color: #ff5533; } .staff.bass .note-interval.ni-2::after { background-color: #ff5533; } .staff.bass .note-interval.ni-3 { color: #ff6633; background-color: #ff6633; } .staff.bass .note-interval.ni-3::after { background-color: #ff6633; } .staff.bass .note-interval.ni-4 { color: #ff7733; background-color: #ff7733; } .staff.bass .note-interval.ni-4::after { background-color: #ff7733; } .staff.bass .note-interval.ni-5 { color: #ff8833; background-color: #ff8833; } .staff.bass .note-interval.ni-5::after { background-color: #ff8833; } .staff.bass .note-interval.ni-6 { color: #ff9933; background-color: #ff9933; } .staff.bass .note-interval.ni-6::after { background-color: #ff9933; } .staff.bass .note-interval.ni-7 { color: #ffaa33; background-color: #ffaa33; } .staff.bass .note-interval.ni-7::after { background-color: #ffaa33; } .staff.bass .note-interval.ni-8 { color: #ffbb33; background-color: #ffbb33; } .staff.bass .note-interval.ni-8::after { background-color: #ffbb33; } .staff.bass .note-interval.ni-9 { color: #ffcc33; background-color: #ffcc33; } .staff.bass .note-interval.ni-9::after { background-color: #ffcc33; } .staff.bass .note-interval.ni-10 { color: #ffdd33; background-color: #ffdd33; } .staff.bass .note-interval.ni-10::after { background-color: #ffdd33; } .staff.bass .note-interval.ni-11 { color: #ffee33; background-color: #ffee33; } .staff.bass .note-interval.ni-11::after { background-color: #ffee33; } .staff.bass .note-interval.ni-12 { color: #ffff33; background-color: #ffff33; } .staff.bass .note-interval.ni-12::after { background-color: #ffff33; } .staff.bass .note-interval.ni-13 { color: #eeff33; background-color: #eeff33; } .staff.bass .note-interval.ni-13::after { background-color: #eeff33; } .staff.bass .note-interval.ni-14 { color: #ddff33; background-color: #ddff33; } .staff.bass .note-interval.ni-14::after { background-color: #ddff33; } .staff.bass .note-interval.ni-15 { color: #ccff33; background-color: #ccff33; } .staff.bass .note-interval.ni-15::after { background-color: #ccff33; } .staff.bass .note-interval.ni-16 { color: #bbff33; background-color: #bbff33; } .staff.bass .note-interval.ni-16::after { background-color: #bbff33; } .staff.bass .note-interval.ni-17 { color: #aaff33; background-color: #aaff33; } .staff.bass .note-interval.ni-17::after { background-color: #aaff33; } .staff.bass .note-interval.ni-18 { color: #99ff33; background-color: #99ff33; } .staff.bass .note-interval.ni-18::after { background-color: #99ff33; } .staff.bass .note-interval.ni-19 { color: #88ff33; background-color: #88ff33; } .staff.bass .note-interval.ni-19::after { background-color: #88ff33; } .staff.bass .note-interval.ni-20 { color: #77ff33; background-color: #77ff33; } .staff.bass .note-interval.ni-20::after { background-color: #77ff33; } .staff.bass .note-interval.ni-21 { color: #66ff33; background-color: #66ff33; } .staff.bass .note-interval.ni-21::after { background-color: #66ff33; } .staff.bass .note-interval.ni-22 { color: #55ff33; background-color: #55ff33; } .staff.bass .note-interval.ni-22::after { background-color: #55ff33; } .staff.bass .note-interval.ni-23 { color: #44ff33; background-color: #44ff33; } .staff.bass .note-interval.ni-23::after { background-color: #44ff33; } .staff.bass .note-interval.ni-24 { color: #33ff33; background-color: #33ff33; } .staff.bass .note-interval.ni-24::after { background-color: #33ff33; } .staff.bass .note-interval.ni-25 { color: #33ff44; background-color: #33ff44; } .staff.bass .note-interval.ni-25::after { background-color: #33ff44; } .staff.bass .note-interval.ni-26 { color: #33ff55; background-color: #33ff55; } .staff.bass .note-interval.ni-26::after { background-color: #33ff55; } .staff.bass .note-interval.ni-27 { color: #33ff66; background-color: #33ff66; } .staff.bass .note-interval.ni-27::after { background-color: #33ff66; } .staff.bass .note-interval.ni-28 { color: #33ff77; background-color: #33ff77; } .staff.bass .note-interval.ni-28::after { background-color: #33ff77; } .staff.bass .note-interval.ni-29 { color: #33ff88; background-color: #33ff88; } .staff.bass .note-interval.ni-29::after { background-color: #33ff88; } .staff.bass .note-interval.ni-30 { color: #33ff99; background-color: #33ff99; } .staff.bass .note-interval.ni-30::after { background-color: #33ff99; } .staff.bass .note-interval.ni-31 { color: #33ffaa; background-color: #33ffaa; } .staff.bass .note-interval.ni-31::after { background-color: #33ffaa; } .staff.bass .note-interval.ni-32 { color: #33ffbb; background-color: #33ffbb; } .staff.bass .note-interval.ni-32::after { background-color: #33ffbb; } .staff.bass .note-interval.ni-33 { color: #33ffcc; background-color: #33ffcc; } .staff.bass .note-interval.ni-33::after { background-color: #33ffcc; } .staff.bass .note-interval.ni-34 { color: #33ffdd; background-color: #33ffdd; } .staff.bass .note-interval.ni-34::after { background-color: #33ffdd; } .staff.bass .note-interval.ni-35 { color: #33ffee; background-color: #33ffee; } .staff.bass .note-interval.ni-35::after { background-color: #33ffee; } .staff.bass .note-interval.ni-36 { color: #33ffff; background-color: #33ffff; } .staff.bass .note-interval.ni-36::after { background-color: #33ffff; } .staff .beat { display: block; float: left; height: 100%; position: relative; } .staff .beat::after { content: ''; position: absolute; top: 0; bottom: 0; right: 0; border-right: 1px solid rgba(255, 255, 255, 0.05); } .staff .beat:first-child::before { content: ''; position: absolute; top: 0; bottom: 0; left: 0; border-left: 1px solid rgba(255, 255, 255, 0.15); } .staff .beat.chord .note-interval { display: block; position: absolute; height: 4px; left: 0; border-radius: 0%; -webkit-transition: height 100ms, box-shadow 100ms ease-out; transition: height 100ms, box-shadow 100ms ease-out; -webkit-transition: opacity 400ms; transition: opacity 400ms; -webkit-transform: translate3d(0, -50%, 0); transform: translate3d(0, -50%, 0); opacity: 0.5; z-index: 1; } .staff .beat.chord .note-interval::after { content: ''; -webkit-animation-timing-function: linear; animation-timing-function: linear; position: absolute; color: inherit; } .staff .beat.active .note-interval { opacity: 1; -webkit-transition: opacity 400ms; transition: opacity 400ms; } .staff .beat.active .note-interval::after { -webkit-animation-name: zip; animation-name: zip; height: 8px; top: -2px; } @-webkit-keyframes zip { 0% { width: 0; } 100% { width: 100%; } } @keyframes zip { 0% { width: 0; } 100% { width: 100%; } } .grid-lines { z-index: 1; } .grid-lines .gl-staff { height: 200px; position: absolute; left: 2em; right: 2em; top: 2em; } .grid-lines .gl-staff.gl-staff-1 { top: calc(2em + 200px); } .grid-lines .gl-staff .gl-octave { height: 66.66667px; width: 100%; display: block; position: relative; } .grid-lines .gl-staff .gl-octave .gl-interval { border-bottom: 1px dotted rgba(255, 255, 255, 0.1); width: 100%; position: absolute; left: 0; } .grid-lines .gl-staff .gl-octave .gl-interval:nth-child(1) { top: 0%; } .grid-lines .gl-staff .gl-octave .gl-interval:nth-child(2) { top: 8.33333%; } .grid-lines .gl-staff .gl-octave .gl-interval:nth-child(3) { top: 16.66667%; } .grid-lines .gl-staff .gl-octave .gl-interval:nth-child(4) { top: 25%; } .grid-lines .gl-staff .gl-octave .gl-interval:nth-child(4) { border-bottom: 1px dotted rgba(255, 255, 255, 0.3); } .grid-lines .gl-staff .gl-octave .gl-interval:nth-child(5) { top: 33.33333%; } .grid-lines .gl-staff .gl-octave .gl-interval:nth-child(6) { top: 41.66667%; } .grid-lines .gl-staff .gl-octave .gl-interval:nth-child(7) { top: 50%; } .grid-lines .gl-staff .gl-octave .gl-interval:nth-child(8) { top: 58.33333%; } .grid-lines .gl-staff .gl-octave .gl-interval:nth-child(8) { border-bottom: 1px dotted rgba(255, 255, 255, 0.3); } .grid-lines .gl-staff .gl-octave .gl-interval:nth-child(9) { top: 66.66667%; } .grid-lines .gl-staff .gl-octave .gl-interval:nth-child(10) { top: 75%; } .grid-lines .gl-staff .gl-octave .gl-interval:nth-child(11) { top: 83.33333%; } .grid-lines .gl-staff .gl-octave .gl-interval:nth-child(12) { top: 91.66667%; } .grid-lines .gl-staff .gl-octave .gl-interval:nth-child(12) { border-bottom: 1px dotted rgba(255, 255, 255, 0.3); } .editor-canvas { position: fixed; top: 0; bottom: 0; left: 0; right: 0; padding: 0; z-index: 9; background-color: rgba(16, 16, 16, 0.9); overflow: scroll; } .editor-canvas.ng-enter { -webkit-animation: slide-up 250ms; animation: slide-up 250ms; } .editor-canvas.ng-leave { -webkit-animation: slide-down 250ms; animation: slide-down 250ms; } .editor-menu { text-align: center; } .editor-menu ul { list-style: none; padding: 0; } .editor-menu ul li { display: inline-block; border-right: 1px solid #101010; text-transform: uppercase; letter-spacing: 0.1em; } .editor-menu ul li:first-child { border-left: 1px solid #101010; } @-webkit-keyframes slide-up { from { top: 100%; bottom: -100%; } to { top: 0; bottom: 0; } } @keyframes slide-up { from { top: 100%; bottom: -100%; } to { top: 0; bottom: 0; } } @-webkit-keyframes slide-down { from { top: 0; bottom: 0; } to { top: 100%; bottom: -100%; } } @keyframes slide-down { from { top: 0; bottom: 0; } to { top: 100%; bottom: -100%; } } .button-about { position: fixed; top: 0; right: 0; z-index: 9999; padding: 1em; background-color: rgba(217, 217, 217, 0.2); color: #101010; font-weight: 400; } .button-about:hover, .button-about:active { background-color: #d9d9d9; } .about-wrapper { height: 300px; z-index: 9998; position: fixed; padding: 4em 2em; box-sizing: border-box; left: 0; right: 0; text-align: center; background-color: rgba(16, 16, 16, 0.95); border-bottom: 1px solid rgba(255, 255, 255, 0.2); } .about-wrapper.ng-enter { -webkit-animation: slide-about-down 250ms linear; animation: slide-about-down 250ms linear; } .about-wrapper.ng-leave { -webkit-animation: slide-about-up 250ms linear; animation: slide-about-up 250ms linear; } .about-wrapper h1 { font-weight: 300; font-size: 2em; border-bottom: 1px solid rgba(255, 255, 255, 0.2); padding-bottom: 0.5em; margin-bottom: 0.5em; } .about-wrapper ul { list-style: none; padding: 0; margin: 0; } .about-wrapper ul li { font-size: 1.2em; font-weight: 300; margin-bottom: 0.75em; } .about-wrapper ul a { text-decoration: underline; } @-webkit-keyframes slide-about-down { from { top: -300px; } to { top: 0; } } @keyframes slide-about-down { from { top: -300px; } to { top: 0; } } @-webkit-keyframes slide-about-up { from { top: 0; } to { top: -300px; } } @keyframes slide-about-up { from { top: 0; } to { top: -300px; } }
0.39129
0.077727
<style type="text/css"> table { max-width: 100%; background-color: transparent; border-collapse: collapse; border-spacing: 0; } .table { width: 88%; margin-bottom: 18px; } .table th, .table td { padding: 8px; line-height: 18px; text-align: left; vertical-align: top; border-top: 1px solid #dddddd; } .table th { font-weight: bold; } .table thead th { vertical-align: bottom; } .table caption + thead tr:first-child th, .table caption + thead tr:first-child td, .table colgroup + thead tr:first-child th, .table colgroup + thead tr:first-child td, .table thead:first-child tr:first-child th, .table thead:first-child tr:first-child td { border-top: 0; } .table tbody + tbody { border-top: 2px solid #dddddd; } .table-condensed th, .table-condensed td { padding: 4px 5px; } .table-bordered { border: 1px solid #dddddd; border-collapse: separate; *border-collapse: collapsed; border-left: 0; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; } .table-bordered th, .table-bordered td { border-left: 1px solid #dddddd; } .table-bordered caption + thead tr:first-child th, .table-bordered caption + tbody tr:first-child th, .table-bordered caption + tbody tr:first-child td, .table-bordered colgroup + thead tr:first-child th, .table-bordered colgroup + tbody tr:first-child th, .table-bordered colgroup + tbody tr:first-child td, .table-bordered thead:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child td { border-top: 0; } .table-bordered thead:first-child tr:first-child th:first-child, .table-bordered tbody:first-child tr:first-child td:first-child { -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-topleft: 4px; } .table-bordered thead:first-child tr:first-child th:last-child, .table-bordered tbody:first-child tr:first-child td:last-child { -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; -moz-border-radius-topright: 4px; } .table-bordered thead:last-child tr:last-child th:first-child, .table-bordered tbody:last-child tr:last-child td:first-child { -webkit-border-radius: 0 0 0 4px; -moz-border-radius: 0 0 0 4px; border-radius: 0 0 0 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; -moz-border-radius-bottomleft: 4px; } .table-bordered thead:last-child tr:last-child th:last-child, .table-bordered tbody:last-child tr:last-child td:last-child { -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; -moz-border-radius-bottomright: 4px; } .table-striped tbody tr:nth-child(odd) td, .table-striped tbody tr:nth-child(odd) th { background-color: ; } .table tbody tr:hover td, .table tbody tr:hover th { background-color: #000000; } </style>
ServerTest/assets/css/table_style.css
<style type="text/css"> table { max-width: 100%; background-color: transparent; border-collapse: collapse; border-spacing: 0; } .table { width: 88%; margin-bottom: 18px; } .table th, .table td { padding: 8px; line-height: 18px; text-align: left; vertical-align: top; border-top: 1px solid #dddddd; } .table th { font-weight: bold; } .table thead th { vertical-align: bottom; } .table caption + thead tr:first-child th, .table caption + thead tr:first-child td, .table colgroup + thead tr:first-child th, .table colgroup + thead tr:first-child td, .table thead:first-child tr:first-child th, .table thead:first-child tr:first-child td { border-top: 0; } .table tbody + tbody { border-top: 2px solid #dddddd; } .table-condensed th, .table-condensed td { padding: 4px 5px; } .table-bordered { border: 1px solid #dddddd; border-collapse: separate; *border-collapse: collapsed; border-left: 0; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; } .table-bordered th, .table-bordered td { border-left: 1px solid #dddddd; } .table-bordered caption + thead tr:first-child th, .table-bordered caption + tbody tr:first-child th, .table-bordered caption + tbody tr:first-child td, .table-bordered colgroup + thead tr:first-child th, .table-bordered colgroup + tbody tr:first-child th, .table-bordered colgroup + tbody tr:first-child td, .table-bordered thead:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child td { border-top: 0; } .table-bordered thead:first-child tr:first-child th:first-child, .table-bordered tbody:first-child tr:first-child td:first-child { -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-topleft: 4px; } .table-bordered thead:first-child tr:first-child th:last-child, .table-bordered tbody:first-child tr:first-child td:last-child { -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; -moz-border-radius-topright: 4px; } .table-bordered thead:last-child tr:last-child th:first-child, .table-bordered tbody:last-child tr:last-child td:first-child { -webkit-border-radius: 0 0 0 4px; -moz-border-radius: 0 0 0 4px; border-radius: 0 0 0 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; -moz-border-radius-bottomleft: 4px; } .table-bordered thead:last-child tr:last-child th:last-child, .table-bordered tbody:last-child tr:last-child td:last-child { -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; -moz-border-radius-bottomright: 4px; } .table-striped tbody tr:nth-child(odd) td, .table-striped tbody tr:nth-child(odd) th { background-color: ; } .table tbody tr:hover td, .table tbody tr:hover th { background-color: #000000; } </style>
0.275325
0.133359
alignment: right; } .tabName { padding: 15; font-size: 15%; height: 60; background-color: #ffffff; color: #4b4b4b; width: auto; text-align: center; } .page_border { height: 100%; align-items: stretch; border-width: 5; border-color: black; border-radius: 5; padding: 10; } .info-dockLayout { margin: 5 10; } .info-dockLayout Label { color: black; } dock-layout label { padding: 10; } .drop-down { text-align: center; padding: 5; font-size: 14; font-family: FontAwesome; background-color: #044200; border-radius: 5; color: #ffffff; margin-bottom: 5; } .itemCss { text-align: center; padding: 5; font-size: 14; font-family: FontAwesome; background-color: #044200; border-radius: 5; color: #ffffff; margin-bottom: 5; } .lbl { text-align: center; padding: 10 5; border-color: #000; border-width: 1; font-size: 11; } :disabled { opacity: 0.5; } .operation { padding-top: 10; font-size: 20; text-align: center; } .rtl { direction: rtl; } .displayRtl { display: flex; flex-direction: column-reverse; } .savee { background-color: black; color: white; font-size: 12; margin: 5; padding: 10; width: 100%; } .bodyTbl { text-align: center; } .gridd label { border-width: 1; padding: 5 10; } .standardTitle { margin: 5 7; font-size: 16; text-align: right; width: 130; font-weight: bold; } .standardContent { width: 60; font-size: 18; text-align: center; margin: 0; border-radius: 50; } .equipTitle { margin: 5 7; font-size: 16; text-align: right; width: 130; font-weight: bold; } .instanceBtn { width: 60; font-size: 18; text-align: center; margin: 0; border-radius: 50; } .equipContent { margin: 5 7; font-size: 16; text-align: left; font-weight: bold; } .btnSave { background-color: darkgreen; color: white; height: 48; width: 80 }
src/app/inspection-module/tabs/tabs.component.css
alignment: right; } .tabName { padding: 15; font-size: 15%; height: 60; background-color: #ffffff; color: #4b4b4b; width: auto; text-align: center; } .page_border { height: 100%; align-items: stretch; border-width: 5; border-color: black; border-radius: 5; padding: 10; } .info-dockLayout { margin: 5 10; } .info-dockLayout Label { color: black; } dock-layout label { padding: 10; } .drop-down { text-align: center; padding: 5; font-size: 14; font-family: FontAwesome; background-color: #044200; border-radius: 5; color: #ffffff; margin-bottom: 5; } .itemCss { text-align: center; padding: 5; font-size: 14; font-family: FontAwesome; background-color: #044200; border-radius: 5; color: #ffffff; margin-bottom: 5; } .lbl { text-align: center; padding: 10 5; border-color: #000; border-width: 1; font-size: 11; } :disabled { opacity: 0.5; } .operation { padding-top: 10; font-size: 20; text-align: center; } .rtl { direction: rtl; } .displayRtl { display: flex; flex-direction: column-reverse; } .savee { background-color: black; color: white; font-size: 12; margin: 5; padding: 10; width: 100%; } .bodyTbl { text-align: center; } .gridd label { border-width: 1; padding: 5 10; } .standardTitle { margin: 5 7; font-size: 16; text-align: right; width: 130; font-weight: bold; } .standardContent { width: 60; font-size: 18; text-align: center; margin: 0; border-radius: 50; } .equipTitle { margin: 5 7; font-size: 16; text-align: right; width: 130; font-weight: bold; } .instanceBtn { width: 60; font-size: 18; text-align: center; margin: 0; border-radius: 50; } .equipContent { margin: 5 7; font-size: 16; text-align: left; font-weight: bold; } .btnSave { background-color: darkgreen; color: white; height: 48; width: 80 }
0.705684
0.174094
.wpb_start_animation{ opacity: 1!important; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; } @-webkit-keyframes bounce { 0%, 20%, 50%, 80%, 100% { -webkit-transform: translateY(0); transform: translateY(0); } 40% { -webkit-transform: translateY(-30px); transform: translateY(-30px); } 60% { -webkit-transform: translateY(-15px); transform: translateY(-15px); } } @keyframes bounce { 0%, 20%, 50%, 80%, 100% { -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); } 40% { -webkit-transform: translateY(-30px); -ms-transform: translateY(-30px); transform: translateY(-30px); } 60% { -webkit-transform: translateY(-15px); -ms-transform: translateY(-15px); transform: translateY(-15px); } } .wpb_start_animation.wpb_bounce { -webkit-animation-name: bounce; animation-name: bounce; } @-webkit-keyframes flash { 0%, 50%, 100% { opacity: 1; } 25%, 75% { opacity: 0; } } @keyframes flash { 0%, 50%, 100% { opacity: 1; } 25%, 75% { opacity: 0; } } .wpb_start_animation.wpb_flash { -webkit-animation-name: flash; animation-name: flash; } @-webkit-keyframes pulse { 0% { -webkit-transform: scale(1); transform: scale(1); } 50% { -webkit-transform: scale(1.1); transform: scale(1.1); } 100% { -webkit-transform: scale(1); transform: scale(1); } } @keyframes pulse { 0% { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); } 50% { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); } 100% { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); } } .wpb_start_animation.wpb_pulse { -webkit-animation-name: pulse; animation-name: pulse; } @-webkit-keyframes shake { 0%, 100% { -webkit-transform: translateX(0); transform: translateX(0); } 10%, 30%, 50%, 70%, 90% { -webkit-transform: translateX(-10px); transform: translateX(-10px); } 20%, 40%, 60%, 80% { -webkit-transform: translateX(10px); transform: translateX(10px); } } @keyframes shake { 0%, 100% { -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); } 10%, 30%, 50%, 70%, 90% { -webkit-transform: translateX(-10px); -ms-transform: translateX(-10px); transform: translateX(-10px); } 20%, 40%, 60%, 80% { -webkit-transform: translateX(10px); -ms-transform: translateX(10px); transform: translateX(10px); } } .wpb_start_animation.wpb_shake { -webkit-animation-name: shake; animation-name: shake; } @-webkit-keyframes rubberBand { 0% { -webkit-transform: scale(1); transform: scale(1) } 30% { -webkit-transform: scaleX(1.25)scaleY(.75); transform: scaleX(1.25)scaleY(.75) } 40% { -webkit-transform: scaleX(.75)scaleY(1.25); transform: scaleX(.75)scaleY(1.25) } 60% { -webkit-transform: scaleX(1.15)scaleY(.85); transform: scaleX(1.15)scaleY(.85) } 100% { -webkit-transform: scale(1); transform: scale(1) } } @keyframes rubberBand { 0% { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1) } 30% { -webkit-transform: scaleX(1.25)scaleY(.75); -ms-transform: scaleX(1.25)scaleY(.75); transform: scaleX(1.25)scaleY(.75) } 40% { -webkit-transform: scaleX(.75)scaleY(1.25); -ms-transform: scaleX(.75)scaleY(1.25); transform: scaleX(.75)scaleY(1.25) } 60% { -webkit-transform: scaleX(1.15)scaleY(.85); -ms-transform: scaleX(1.15)scaleY(.85); transform: scaleX(1.15)scaleY(.85) } 100% { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1) } } .wpb_start_animation.wpb_rubberBand { -webkit-animation-name: rubberBand; animation-name: rubberBand } @-webkit-keyframes swing { 20% { -webkit-transform: rotate(15deg); transform: rotate(15deg); } 40% { -webkit-transform: rotate(-10deg); transform: rotate(-10deg); } 60% { -webkit-transform: rotate(5deg); transform: rotate(5deg); } 80% { -webkit-transform: rotate(-5deg); transform: rotate(-5deg); } 100% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } } @keyframes swing { 20% { -webkit-transform: rotate(15deg); -ms-transform: rotate(15deg); transform: rotate(15deg); } 40% { -webkit-transform: rotate(-10deg); -ms-transform: rotate(-10deg); transform: rotate(-10deg); } 60% { -webkit-transform: rotate(5deg); -ms-transform: rotate(5deg); transform: rotate(5deg); } 80% { -webkit-transform: rotate(-5deg); -ms-transform: rotate(-5deg); transform: rotate(-5deg); } 100% { -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); } } @-webkit-keyframes tada { 0% { -webkit-transform: scale(1); transform: scale(1); } 10%, 20% { -webkit-transform: scale(0.9) rotate(-3deg); transform: scale(0.9) rotate(-3deg); } 30%, 50%, 70%, 90% { -webkit-transform: scale(1.1) rotate(3deg); transform: scale(1.1) rotate(3deg); } 40%, 60%, 80% { -webkit-transform: scale(1.1) rotate(-3deg); transform: scale(1.1) rotate(-3deg); } 100% { -webkit-transform: scale(1) rotate(0); transform: scale(1) rotate(0); } } @keyframes tada { 0% { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); } 10%, 20% { -webkit-transform: scale(0.9) rotate(-3deg); -ms-transform: scale(0.9) rotate(-3deg); transform: scale(0.9) rotate(-3deg); } 30%, 50%, 70%, 90% { -webkit-transform: scale(1.1) rotate(3deg); -ms-transform: scale(1.1) rotate(3deg); transform: scale(1.1) rotate(3deg); } 40%, 60%, 80% { -webkit-transform: scale(1.1) rotate(-3deg); -ms-transform: scale(1.1) rotate(-3deg); transform: scale(1.1) rotate(-3deg); } 100% { -webkit-transform: scale(1) rotate(0); -ms-transform: scale(1) rotate(0); transform: scale(1) rotate(0); } } @-webkit-keyframes wobble { 0% { -webkit-transform: translateX(0%); transform: translateX(0%); } 15% { -webkit-transform: translateX(-25%) rotate(-5deg); transform: translateX(-25%) rotate(-5deg); } 30% { -webkit-transform: translateX(20%) rotate(3deg); transform: translateX(20%) rotate(3deg); } 45% { -webkit-transform: translateX(-15%) rotate(-3deg); transform: translateX(-15%) rotate(-3deg); } 60% { -webkit-transform: translateX(10%) rotate(2deg); transform: translateX(10%) rotate(2deg); } 75% { -webkit-transform: translateX(-5%) rotate(-1deg); transform: translateX(-5%) rotate(-1deg); } 100% { -webkit-transform: translateX(0%); transform: translateX(0%); } } @keyframes wobble { 0% { -webkit-transform: translateX(0%); -ms-transform: translateX(0%); transform: translateX(0%); } 15% { -webkit-transform: translateX(-25%) rotate(-5deg); -ms-transform: translateX(-25%) rotate(-5deg); transform: translateX(-25%) rotate(-5deg); } 30% { -webkit-transform: translateX(20%) rotate(3deg); -ms-transform: translateX(20%) rotate(3deg); transform: translateX(20%) rotate(3deg); } 45% { -webkit-transform: translateX(-15%) rotate(-3deg); -ms-transform: translateX(-15%) rotate(-3deg); transform: translateX(-15%) rotate(-3deg); } 60% { -webkit-transform: translateX(10%) rotate(2deg); -ms-transform: translateX(10%) rotate(2deg); transform: translateX(10%) rotate(2deg); } 75% { -webkit-transform: translateX(-5%) rotate(-1deg); -ms-transform: translateX(-5%) rotate(-1deg); transform: translateX(-5%) rotate(-1deg); } 100% { -webkit-transform: translateX(0%); -ms-transform: translateX(0%); transform: translateX(0%); } } @-webkit-keyframes bounceIn { 0% { opacity: 0; -webkit-transform: scale(.3); transform: scale(.3); } 50% { opacity: 1; -webkit-transform: scale(1.05); transform: scale(1.05); } 70% { -webkit-transform: scale(.9); transform: scale(.9); } 100% { -webkit-transform: scale(1); transform: scale(1); } } @keyframes bounceIn { 0% { opacity: 0; -webkit-transform: scale(.3); -ms-transform: scale(.3); transform: scale(.3); } 50% { opacity: 1; -webkit-transform: scale(1.05); -ms-transform: scale(1.05); transform: scale(1.05); } 70% { -webkit-transform: scale(.9); -ms-transform: scale(.9); transform: scale(.9); } 100% { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); } } @-webkit-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } } @keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } } @-webkit-keyframes fadeInDown { 0% { opacity: 0; -webkit-transform: translateY(-20px); transform: translateY(-20px); } 100% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } } @keyframes fadeInDown { 0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); } 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); } } @-webkit-keyframes fadeInDownBig { 0% { opacity: 0; -webkit-transform: translateY(-2000px); transform: translateY(-2000px); } 100% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } } @keyframes fadeInDownBig { 0% { opacity: 0; -webkit-transform: translateY(-2000px); -ms-transform: translateY(-2000px); transform: translateY(-2000px); } 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); } } @-webkit-keyframes fadeInLeft { 0% { opacity: 0; -webkit-transform: translateX(-20px); transform: translateX(-20px); } 100% { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); } } @keyframes fadeInLeft { 0% { opacity: 0; -webkit-transform: translateX(-20px); -ms-transform: translateX(-20px); transform: translateX(-20px); } 100% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); } } @-webkit-keyframes fadeInLeftBig { 0% { opacity: 0; -webkit-transform: translateX(-2000px); transform: translateX(-2000px); } 100% { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); } } @keyframes fadeInLeftBig { 0% { opacity: 0; -webkit-transform: translateX(-2000px); -ms-transform: translateX(-2000px); transform: translateX(-2000px); } 100% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); } } @-webkit-keyframes fadeInRight { 0% { opacity: 0; -webkit-transform: translateX(20px); transform: translateX(20px); } 100% { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); } } @keyframes fadeInRight { 0% { opacity: 0; -webkit-transform: translateX(20px); -ms-transform: translateX(20px); transform: translateX(20px); } 100% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); } } @-webkit-keyframes fadeInRightBig { 0% { opacity: 0; -webkit-transform: translateX(2000px); transform: translateX(2000px); } 100% { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); } } @keyframes fadeInRightBig { 0% { opacity: 0; -webkit-transform: translateX(2000px); -ms-transform: translateX(2000px); transform: translateX(2000px); } 100% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); } } @-webkit-keyframes fadeInUp { 0% { opacity: 0; -webkit-transform: translateY(20px); transform: translateY(20px); } 100% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } } @keyframes fadeInUp { 0% { opacity: 0; -webkit-transform: translateY(20px); -ms-transform: translateY(20px); transform: translateY(20px); } 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); } } @-webkit-keyframes fadeInUpBig { 0% { opacity: 0; -webkit-transform: translateY(2000px); transform: translateY(2000px); } 100% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } } @keyframes fadeInUpBig { 0% { opacity: 0; -webkit-transform: translateY(2000px); -ms-transform: translateY(2000px); transform: translateY(2000px); } 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); } } @-webkit-keyframes flip { 0% { -webkit-transform: perspective(400px)translateZ(0)rotateY(0)scale(1); transform: perspective(400px)translateZ(0)rotateY(0)scale(1) } 0%,40% { -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out } 40% { -webkit-transform: perspective(400px)translateZ(150px)rotateY(170deg)scale(1); transform: perspective(400px)translateZ(150px)rotateY(170deg)scale(1) } 50% { -webkit-transform: perspective(400px)translateZ(150px)rotateY(190deg)scale(1); transform: perspective(400px)translateZ(150px)rotateY(190deg)scale(1); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in } 80% { -webkit-transform: perspective(400px)translateZ(0)rotateY(360deg)scale(.95); transform: perspective(400px)translateZ(0)rotateY(360deg)scale(.95) } 80%,100% { -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in } 100% { -webkit-transform: perspective(400px)translateZ(0)rotateY(360deg)scale(1); transform: perspective(400px)translateZ(0)rotateY(360deg)scale(1) } } @keyframes flip { 0% { -webkit-transform: perspective(400px)translateZ(0)rotateY(0)scale(1); -ms-transform: perspective(400px)translateZ(0)rotateY(0)scale(1); transform: perspective(400px)translateZ(0)rotateY(0)scale(1) } 0%,40% { -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out } 40% { -webkit-transform: perspective(400px)translateZ(150px)rotateY(170deg)scale(1); -ms-transform: perspective(400px)translateZ(150px)rotateY(170deg)scale(1); transform: perspective(400px)translateZ(150px)rotateY(170deg)scale(1) } 50% { -webkit-transform: perspective(400px)translateZ(150px)rotateY(190deg)scale(1); -ms-transform: perspective(400px)translateZ(150px)rotateY(190deg)scale(1); transform: perspective(400px)translateZ(150px)rotateY(190deg)scale(1); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in } 80% { -webkit-transform: perspective(400px)translateZ(0)rotateY(360deg)scale(.95); -ms-transform: perspective(400px)translateZ(0)rotateY(360deg)scale(.95); transform: perspective(400px)translateZ(0)rotateY(360deg)scale(.95) } 80%,100% { -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in } 100% { -webkit-transform: perspective(400px)translateZ(0)rotateY(360deg)scale(1); -ms-transform: perspective(400px)translateZ(0)rotateY(360deg)scale(1); transform: perspective(400px)translateZ(0)rotateY(360deg)scale(1) } } @-webkit-keyframes flipInX { 0% { -webkit-transform: perspective(400px) rotateX(90deg); transform: perspective(400px) rotateX(90deg); opacity: 0; } 40% { -webkit-transform: perspective(400px) rotateX(-10deg); transform: perspective(400px) rotateX(-10deg); } 70% { -webkit-transform: perspective(400px) rotateX(10deg); transform: perspective(400px) rotateX(10deg); } 100% { -webkit-transform: perspective(400px) rotateX(0deg); transform: perspective(400px) rotateX(0deg); opacity: 1; } } @keyframes flipInX { 0% { -webkit-transform: perspective(400px) rotateX(90deg); -ms-transform: perspective(400px) rotateX(90deg); transform: perspective(400px) rotateX(90deg); opacity: 0; } 40% { -webkit-transform: perspective(400px) rotateX(-10deg); -ms-transform: perspective(400px) rotateX(-10deg); transform: perspective(400px) rotateX(-10deg); } 70% { -webkit-transform: perspective(400px) rotateX(10deg); -ms-transform: perspective(400px) rotateX(10deg); transform: perspective(400px) rotateX(10deg); } 100% { -webkit-transform: perspective(400px) rotateX(0deg); -ms-transform: perspective(400px) rotateX(0deg); transform: perspective(400px) rotateX(0deg); opacity: 1; } } @-webkit-keyframes flipInY { 0% { -webkit-transform: perspective(400px) rotateY(90deg); transform: perspective(400px) rotateY(90deg); opacity: 0; } 40% { -webkit-transform: perspective(400px) rotateY(-10deg); transform: perspective(400px) rotateY(-10deg); } 70% { -webkit-transform: perspective(400px) rotateY(10deg); transform: perspective(400px) rotateY(10deg); } 100% { -webkit-transform: perspective(400px) rotateY(0deg); transform: perspective(400px) rotateY(0deg); opacity: 1; } } @keyframes flipInY { 0% { -webkit-transform: perspective(400px) rotateY(90deg); -ms-transform: perspective(400px) rotateY(90deg); transform: perspective(400px) rotateY(90deg); opacity: 0; } 40% { -webkit-transform: perspective(400px) rotateY(-10deg); -ms-transform: perspective(400px) rotateY(-10deg); transform: perspective(400px) rotateY(-10deg); } 70% { -webkit-transform: perspective(400px) rotateY(10deg); -ms-transform: perspective(400px) rotateY(10deg); transform: perspective(400px) rotateY(10deg); } 100% { -webkit-transform: perspective(400px) rotateY(0deg); -ms-transform: perspective(400px) rotateY(0deg); transform: perspective(400px) rotateY(0deg); opacity: 1; } } @-webkit-keyframes lightSpeedIn { 0% { -webkit-transform: translateX(100%) skewX(-30deg); transform: translateX(100%) skewX(-30deg); opacity: 0; } 60% { -webkit-transform: translateX(-20%) skewX(30deg); transform: translateX(-20%) skewX(30deg); opacity: 1; } 80% { -webkit-transform: translateX(0%) skewX(-15deg); transform: translateX(0%) skewX(-15deg); opacity: 1; } 100% { -webkit-transform: translateX(0%) skewX(0deg); transform: translateX(0%) skewX(0deg); opacity: 1; } } @keyframes lightSpeedIn { 0% { -webkit-transform: translateX(100%) skewX(-30deg); -ms-transform: translateX(100%) skewX(-30deg); transform: translateX(100%) skewX(-30deg); opacity: 0; } 60% { -webkit-transform: translateX(-20%) skewX(30deg); -ms-transform: translateX(-20%) skewX(30deg); transform: translateX(-20%) skewX(30deg); opacity: 1; } 80% { -webkit-transform: translateX(0%) skewX(-15deg); -ms-transform: translateX(0%) skewX(-15deg); transform: translateX(0%) skewX(-15deg); opacity: 1; } 100% { -webkit-transform: translateX(0%) skewX(0deg); -ms-transform: translateX(0%) skewX(0deg); transform: translateX(0%) skewX(0deg); opacity: 1; } } @-webkit-keyframes rotateIn { 0% { -webkit-transform-origin: center center; transform-origin: center center; -webkit-transform: rotate(-200deg); transform: rotate(-200deg); opacity: 0; } 100% { -webkit-transform-origin: center center; transform-origin: center center; -webkit-transform: rotate(0); transform: rotate(0); opacity: 1; } } @keyframes rotateIn { 0% { -webkit-transform-origin: center center; -ms-transform-origin: center center; transform-origin: center center; -webkit-transform: rotate(-200deg); -ms-transform: rotate(-200deg); transform: rotate(-200deg); opacity: 0; } 100% { -webkit-transform-origin: center center; -ms-transform-origin: center center; transform-origin: center center; -webkit-transform: rotate(0); -ms-transform: rotate(0); transform: rotate(0); opacity: 1; } } @-webkit-keyframes rotateInDownLeft { 0% { -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate(-90deg); transform: rotate(-90deg); opacity: 0; } 100% { -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate(0); transform: rotate(0); opacity: 1; } } @keyframes rotateInDownLeft { 0% { -webkit-transform-origin: left bottom; -ms-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate(-90deg); -ms-transform: rotate(-90deg); transform: rotate(-90deg); opacity: 0; } 100% { -webkit-transform-origin: left bottom; -ms-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate(0); -ms-transform: rotate(0); transform: rotate(0); opacity: 1; } } @-webkit-keyframes rotateInDownRight { 0% { -webkit-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate(90deg); transform: rotate(90deg); opacity: 0; } 100% { -webkit-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate(0); transform: rotate(0); opacity: 1; } } @keyframes rotateInDownRight { 0% { -webkit-transform-origin: right bottom; -ms-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); opacity: 0; } 100% { -webkit-transform-origin: right bottom; -ms-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate(0); -ms-transform: rotate(0); transform: rotate(0); opacity: 1; } } @-webkit-keyframes rotateInUpLeft { 0% { -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate(90deg); transform: rotate(90deg); opacity: 0; } 100% { -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate(0); transform: rotate(0); opacity: 1; } } @keyframes rotateInUpLeft { 0% { -webkit-transform-origin: left bottom; -ms-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); opacity: 0; } 100% { -webkit-transform-origin: left bottom; -ms-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate(0); -ms-transform: rotate(0); transform: rotate(0); opacity: 1; } } @-webkit-keyframes rotateInUpRight { 0% { -webkit-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate(-90deg); transform: rotate(-90deg); opacity: 0; } 100% { -webkit-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate(0); transform: rotate(0); opacity: 1; } } @keyframes rotateInUpRight { 0% { -webkit-transform-origin: right bottom; -ms-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate(-90deg); -ms-transform: rotate(-90deg); transform: rotate(-90deg); opacity: 0; } 100% { -webkit-transform-origin: right bottom; -ms-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate(0); -ms-transform: rotate(0); transform: rotate(0); opacity: 1; } } @-webkit-keyframes slideInDown { 0% { opacity: 0; -webkit-transform: translateY(-2000px); transform: translateY(-2000px); } 100% { -webkit-transform: translateY(0); transform: translateY(0); } } @keyframes slideInDown { 0% { opacity: 0; -webkit-transform: translateY(-2000px); -ms-transform: translateY(-2000px); transform: translateY(-2000px); } 100% { -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); } } @-webkit-keyframes slideInLeft { 0% { opacity: 0; -webkit-transform: translateX(-2000px); transform: translateX(-2000px); } 100% { -webkit-transform: translateX(0); transform: translateX(0); } } @keyframes slideInLeft { 0% { opacity: 0; -webkit-transform: translateX(-2000px); -ms-transform: translateX(-2000px); transform: translateX(-2000px); } 100% { -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); } } @-webkit-keyframes slideInRight { 0% { opacity: 0; -webkit-transform: translateX(2000px); transform: translateX(2000px); } 100% { -webkit-transform: translateX(0); transform: translateX(0); } } @keyframes slideInRight { 0% { opacity: 0; -webkit-transform: translateX(2000px); -ms-transform: translateX(2000px); transform: translateX(2000px); } 100% { -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); } } @-webkit-keyframes rollIn { 0% { opacity: 0; -webkit-transform: translateX(-100%) rotate(-120deg); transform: translateX(-100%) rotate(-120deg); } 100% { opacity: 1; -webkit-transform: translateX(0px) rotate(0deg); transform: translateX(0px) rotate(0deg); } } @keyframes rollIn { 0% { opacity: 0; -webkit-transform: translateX(-100%) rotate(-120deg); -ms-transform: translateX(-100%) rotate(-120deg); transform: translateX(-100%) rotate(-120deg); } 100% { opacity: 1; -webkit-transform: translateX(0px) rotate(0deg); -ms-transform: translateX(0px) rotate(0deg); transform: translateX(0px) rotate(0deg); } } .wpb_start_animation.wpb_rollIn { -webkit-animation-name: rollIn; animation-name: rollIn; } .wpb_start_animation.wpb_slideInRight { -webkit-animation-name: slideInRight; animation-name: slideInRight; } .wpb_start_animation.wpb_slideInLeft { -webkit-animation-name: slideInLeft; animation-name: slideInLeft; } .wpb_start_animation.wpb_slideInDown { -webkit-animation-name: slideInDown; animation-name: slideInDown; } .wpb_start_animation.wpb_rotateInUpRight { -webkit-animation-name: rotateInUpRight; animation-name: rotateInUpRight; } .wpb_start_animation.wpb_rotateInUpLeft { -webkit-animation-name: rotateInUpLeft; animation-name: rotateInUpLeft; } .wpb_start_animation.wpb_rotateInDownRight { -webkit-animation-name: rotateInDownRight; animation-name: rotateInDownRight; } .wpb_start_animation.wpb_rotateInDownLeft { -webkit-animation-name: rotateInDownLeft; animation-name: rotateInDownLeft; } .wpb_start_animation.wpb_rotateIn { -webkit-animation-name: rotateIn; animation-name: rotateIn; } .wpb_start_animation.wpb_lightSpeedIn { -webkit-animation-name: lightSpeedIn; animation-name: lightSpeedIn; -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; } .wpb_start_animation.wpb_flipInY { -webkit-backface-visibility: visible !important; -ms-backface-visibility: visible !important; backface-visibility: visible !important; -webkit-animation-name: flipInY; animation-name: flipInY; } .wpb_start_animation.wpb_flipInX { -webkit-backface-visibility: visible !important; -ms-backface-visibility: visible !important; backface-visibility: visible !important; -webkit-animation-name: flipInX; animation-name: flipInX; } .wpb_start_animation.wpb_flip { -webkit-backface-visibility: visible; -ms-backface-visibility: visible; backface-visibility: visible; -webkit-animation-name: flip; animation-name: flip } .wpb_start_animation.wpb_fadeInUpBig { -webkit-animation-name: fadeInUpBig; animation-name: fadeInUpBig; } .wpb_start_animation.wpb_fadeInUp { -webkit-animation-name: fadeInUp; animation-name: fadeInUp; } .wpb_start_animation.wpb_fadeInRightBig { -webkit-animation-name: fadeInRightBig; animation-name: fadeInRightBig; } .wpb_start_animation.wpb_fadeInRight { -webkit-animation-name: fadeInRight; animation-name: fadeInRight; } .wpb_start_animation.wpb_fadeInLeftBig { -webkit-animation-name: fadeInLeftBig; animation-name: fadeInLeftBig; } .wpb_start_animation.wpb_fadeInLeft { -webkit-animation-name: fadeInLeft; animation-name: fadeInLeft; } .wpb_start_animation.wpb_fadeInDownBig { -webkit-animation-name: fadeInDownBig; animation-name: fadeInDownBig; } .wpb_start_animation.wpb_fadeInDown { -webkit-animation-name: fadeInDown; animation-name: fadeInDown; } .wpb_start_animation.wpb_fadeIn { -webkit-animation-name: fadeIn; animation-name: fadeIn; } .wpb_start_animation.wpb_bounceIn { -webkit-animation-name: bounceIn; animation-name: bounceIn; } .wpb_start_animation.wpb_wobble { -webkit-animation-name: wobble; animation-name: wobble; } .wpb_start_animation.wpb_tada { -webkit-animation-name: tada; animation-name: tada; } .wpb_start_animation.wpb_swing { -webkit-transform-origin: top center; -ms-transform-origin: top center; transform-origin: top center; -webkit-animation-name: swing; animation-name: swing; }
wp-content/themes/fashion/framework/assets/css/animationb41e.css
.wpb_start_animation{ opacity: 1!important; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; } @-webkit-keyframes bounce { 0%, 20%, 50%, 80%, 100% { -webkit-transform: translateY(0); transform: translateY(0); } 40% { -webkit-transform: translateY(-30px); transform: translateY(-30px); } 60% { -webkit-transform: translateY(-15px); transform: translateY(-15px); } } @keyframes bounce { 0%, 20%, 50%, 80%, 100% { -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); } 40% { -webkit-transform: translateY(-30px); -ms-transform: translateY(-30px); transform: translateY(-30px); } 60% { -webkit-transform: translateY(-15px); -ms-transform: translateY(-15px); transform: translateY(-15px); } } .wpb_start_animation.wpb_bounce { -webkit-animation-name: bounce; animation-name: bounce; } @-webkit-keyframes flash { 0%, 50%, 100% { opacity: 1; } 25%, 75% { opacity: 0; } } @keyframes flash { 0%, 50%, 100% { opacity: 1; } 25%, 75% { opacity: 0; } } .wpb_start_animation.wpb_flash { -webkit-animation-name: flash; animation-name: flash; } @-webkit-keyframes pulse { 0% { -webkit-transform: scale(1); transform: scale(1); } 50% { -webkit-transform: scale(1.1); transform: scale(1.1); } 100% { -webkit-transform: scale(1); transform: scale(1); } } @keyframes pulse { 0% { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); } 50% { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); } 100% { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); } } .wpb_start_animation.wpb_pulse { -webkit-animation-name: pulse; animation-name: pulse; } @-webkit-keyframes shake { 0%, 100% { -webkit-transform: translateX(0); transform: translateX(0); } 10%, 30%, 50%, 70%, 90% { -webkit-transform: translateX(-10px); transform: translateX(-10px); } 20%, 40%, 60%, 80% { -webkit-transform: translateX(10px); transform: translateX(10px); } } @keyframes shake { 0%, 100% { -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); } 10%, 30%, 50%, 70%, 90% { -webkit-transform: translateX(-10px); -ms-transform: translateX(-10px); transform: translateX(-10px); } 20%, 40%, 60%, 80% { -webkit-transform: translateX(10px); -ms-transform: translateX(10px); transform: translateX(10px); } } .wpb_start_animation.wpb_shake { -webkit-animation-name: shake; animation-name: shake; } @-webkit-keyframes rubberBand { 0% { -webkit-transform: scale(1); transform: scale(1) } 30% { -webkit-transform: scaleX(1.25)scaleY(.75); transform: scaleX(1.25)scaleY(.75) } 40% { -webkit-transform: scaleX(.75)scaleY(1.25); transform: scaleX(.75)scaleY(1.25) } 60% { -webkit-transform: scaleX(1.15)scaleY(.85); transform: scaleX(1.15)scaleY(.85) } 100% { -webkit-transform: scale(1); transform: scale(1) } } @keyframes rubberBand { 0% { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1) } 30% { -webkit-transform: scaleX(1.25)scaleY(.75); -ms-transform: scaleX(1.25)scaleY(.75); transform: scaleX(1.25)scaleY(.75) } 40% { -webkit-transform: scaleX(.75)scaleY(1.25); -ms-transform: scaleX(.75)scaleY(1.25); transform: scaleX(.75)scaleY(1.25) } 60% { -webkit-transform: scaleX(1.15)scaleY(.85); -ms-transform: scaleX(1.15)scaleY(.85); transform: scaleX(1.15)scaleY(.85) } 100% { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1) } } .wpb_start_animation.wpb_rubberBand { -webkit-animation-name: rubberBand; animation-name: rubberBand } @-webkit-keyframes swing { 20% { -webkit-transform: rotate(15deg); transform: rotate(15deg); } 40% { -webkit-transform: rotate(-10deg); transform: rotate(-10deg); } 60% { -webkit-transform: rotate(5deg); transform: rotate(5deg); } 80% { -webkit-transform: rotate(-5deg); transform: rotate(-5deg); } 100% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } } @keyframes swing { 20% { -webkit-transform: rotate(15deg); -ms-transform: rotate(15deg); transform: rotate(15deg); } 40% { -webkit-transform: rotate(-10deg); -ms-transform: rotate(-10deg); transform: rotate(-10deg); } 60% { -webkit-transform: rotate(5deg); -ms-transform: rotate(5deg); transform: rotate(5deg); } 80% { -webkit-transform: rotate(-5deg); -ms-transform: rotate(-5deg); transform: rotate(-5deg); } 100% { -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); } } @-webkit-keyframes tada { 0% { -webkit-transform: scale(1); transform: scale(1); } 10%, 20% { -webkit-transform: scale(0.9) rotate(-3deg); transform: scale(0.9) rotate(-3deg); } 30%, 50%, 70%, 90% { -webkit-transform: scale(1.1) rotate(3deg); transform: scale(1.1) rotate(3deg); } 40%, 60%, 80% { -webkit-transform: scale(1.1) rotate(-3deg); transform: scale(1.1) rotate(-3deg); } 100% { -webkit-transform: scale(1) rotate(0); transform: scale(1) rotate(0); } } @keyframes tada { 0% { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); } 10%, 20% { -webkit-transform: scale(0.9) rotate(-3deg); -ms-transform: scale(0.9) rotate(-3deg); transform: scale(0.9) rotate(-3deg); } 30%, 50%, 70%, 90% { -webkit-transform: scale(1.1) rotate(3deg); -ms-transform: scale(1.1) rotate(3deg); transform: scale(1.1) rotate(3deg); } 40%, 60%, 80% { -webkit-transform: scale(1.1) rotate(-3deg); -ms-transform: scale(1.1) rotate(-3deg); transform: scale(1.1) rotate(-3deg); } 100% { -webkit-transform: scale(1) rotate(0); -ms-transform: scale(1) rotate(0); transform: scale(1) rotate(0); } } @-webkit-keyframes wobble { 0% { -webkit-transform: translateX(0%); transform: translateX(0%); } 15% { -webkit-transform: translateX(-25%) rotate(-5deg); transform: translateX(-25%) rotate(-5deg); } 30% { -webkit-transform: translateX(20%) rotate(3deg); transform: translateX(20%) rotate(3deg); } 45% { -webkit-transform: translateX(-15%) rotate(-3deg); transform: translateX(-15%) rotate(-3deg); } 60% { -webkit-transform: translateX(10%) rotate(2deg); transform: translateX(10%) rotate(2deg); } 75% { -webkit-transform: translateX(-5%) rotate(-1deg); transform: translateX(-5%) rotate(-1deg); } 100% { -webkit-transform: translateX(0%); transform: translateX(0%); } } @keyframes wobble { 0% { -webkit-transform: translateX(0%); -ms-transform: translateX(0%); transform: translateX(0%); } 15% { -webkit-transform: translateX(-25%) rotate(-5deg); -ms-transform: translateX(-25%) rotate(-5deg); transform: translateX(-25%) rotate(-5deg); } 30% { -webkit-transform: translateX(20%) rotate(3deg); -ms-transform: translateX(20%) rotate(3deg); transform: translateX(20%) rotate(3deg); } 45% { -webkit-transform: translateX(-15%) rotate(-3deg); -ms-transform: translateX(-15%) rotate(-3deg); transform: translateX(-15%) rotate(-3deg); } 60% { -webkit-transform: translateX(10%) rotate(2deg); -ms-transform: translateX(10%) rotate(2deg); transform: translateX(10%) rotate(2deg); } 75% { -webkit-transform: translateX(-5%) rotate(-1deg); -ms-transform: translateX(-5%) rotate(-1deg); transform: translateX(-5%) rotate(-1deg); } 100% { -webkit-transform: translateX(0%); -ms-transform: translateX(0%); transform: translateX(0%); } } @-webkit-keyframes bounceIn { 0% { opacity: 0; -webkit-transform: scale(.3); transform: scale(.3); } 50% { opacity: 1; -webkit-transform: scale(1.05); transform: scale(1.05); } 70% { -webkit-transform: scale(.9); transform: scale(.9); } 100% { -webkit-transform: scale(1); transform: scale(1); } } @keyframes bounceIn { 0% { opacity: 0; -webkit-transform: scale(.3); -ms-transform: scale(.3); transform: scale(.3); } 50% { opacity: 1; -webkit-transform: scale(1.05); -ms-transform: scale(1.05); transform: scale(1.05); } 70% { -webkit-transform: scale(.9); -ms-transform: scale(.9); transform: scale(.9); } 100% { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); } } @-webkit-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } } @keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } } @-webkit-keyframes fadeInDown { 0% { opacity: 0; -webkit-transform: translateY(-20px); transform: translateY(-20px); } 100% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } } @keyframes fadeInDown { 0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); } 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); } } @-webkit-keyframes fadeInDownBig { 0% { opacity: 0; -webkit-transform: translateY(-2000px); transform: translateY(-2000px); } 100% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } } @keyframes fadeInDownBig { 0% { opacity: 0; -webkit-transform: translateY(-2000px); -ms-transform: translateY(-2000px); transform: translateY(-2000px); } 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); } } @-webkit-keyframes fadeInLeft { 0% { opacity: 0; -webkit-transform: translateX(-20px); transform: translateX(-20px); } 100% { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); } } @keyframes fadeInLeft { 0% { opacity: 0; -webkit-transform: translateX(-20px); -ms-transform: translateX(-20px); transform: translateX(-20px); } 100% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); } } @-webkit-keyframes fadeInLeftBig { 0% { opacity: 0; -webkit-transform: translateX(-2000px); transform: translateX(-2000px); } 100% { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); } } @keyframes fadeInLeftBig { 0% { opacity: 0; -webkit-transform: translateX(-2000px); -ms-transform: translateX(-2000px); transform: translateX(-2000px); } 100% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); } } @-webkit-keyframes fadeInRight { 0% { opacity: 0; -webkit-transform: translateX(20px); transform: translateX(20px); } 100% { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); } } @keyframes fadeInRight { 0% { opacity: 0; -webkit-transform: translateX(20px); -ms-transform: translateX(20px); transform: translateX(20px); } 100% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); } } @-webkit-keyframes fadeInRightBig { 0% { opacity: 0; -webkit-transform: translateX(2000px); transform: translateX(2000px); } 100% { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); } } @keyframes fadeInRightBig { 0% { opacity: 0; -webkit-transform: translateX(2000px); -ms-transform: translateX(2000px); transform: translateX(2000px); } 100% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); } } @-webkit-keyframes fadeInUp { 0% { opacity: 0; -webkit-transform: translateY(20px); transform: translateY(20px); } 100% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } } @keyframes fadeInUp { 0% { opacity: 0; -webkit-transform: translateY(20px); -ms-transform: translateY(20px); transform: translateY(20px); } 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); } } @-webkit-keyframes fadeInUpBig { 0% { opacity: 0; -webkit-transform: translateY(2000px); transform: translateY(2000px); } 100% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } } @keyframes fadeInUpBig { 0% { opacity: 0; -webkit-transform: translateY(2000px); -ms-transform: translateY(2000px); transform: translateY(2000px); } 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); } } @-webkit-keyframes flip { 0% { -webkit-transform: perspective(400px)translateZ(0)rotateY(0)scale(1); transform: perspective(400px)translateZ(0)rotateY(0)scale(1) } 0%,40% { -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out } 40% { -webkit-transform: perspective(400px)translateZ(150px)rotateY(170deg)scale(1); transform: perspective(400px)translateZ(150px)rotateY(170deg)scale(1) } 50% { -webkit-transform: perspective(400px)translateZ(150px)rotateY(190deg)scale(1); transform: perspective(400px)translateZ(150px)rotateY(190deg)scale(1); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in } 80% { -webkit-transform: perspective(400px)translateZ(0)rotateY(360deg)scale(.95); transform: perspective(400px)translateZ(0)rotateY(360deg)scale(.95) } 80%,100% { -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in } 100% { -webkit-transform: perspective(400px)translateZ(0)rotateY(360deg)scale(1); transform: perspective(400px)translateZ(0)rotateY(360deg)scale(1) } } @keyframes flip { 0% { -webkit-transform: perspective(400px)translateZ(0)rotateY(0)scale(1); -ms-transform: perspective(400px)translateZ(0)rotateY(0)scale(1); transform: perspective(400px)translateZ(0)rotateY(0)scale(1) } 0%,40% { -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out } 40% { -webkit-transform: perspective(400px)translateZ(150px)rotateY(170deg)scale(1); -ms-transform: perspective(400px)translateZ(150px)rotateY(170deg)scale(1); transform: perspective(400px)translateZ(150px)rotateY(170deg)scale(1) } 50% { -webkit-transform: perspective(400px)translateZ(150px)rotateY(190deg)scale(1); -ms-transform: perspective(400px)translateZ(150px)rotateY(190deg)scale(1); transform: perspective(400px)translateZ(150px)rotateY(190deg)scale(1); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in } 80% { -webkit-transform: perspective(400px)translateZ(0)rotateY(360deg)scale(.95); -ms-transform: perspective(400px)translateZ(0)rotateY(360deg)scale(.95); transform: perspective(400px)translateZ(0)rotateY(360deg)scale(.95) } 80%,100% { -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in } 100% { -webkit-transform: perspective(400px)translateZ(0)rotateY(360deg)scale(1); -ms-transform: perspective(400px)translateZ(0)rotateY(360deg)scale(1); transform: perspective(400px)translateZ(0)rotateY(360deg)scale(1) } } @-webkit-keyframes flipInX { 0% { -webkit-transform: perspective(400px) rotateX(90deg); transform: perspective(400px) rotateX(90deg); opacity: 0; } 40% { -webkit-transform: perspective(400px) rotateX(-10deg); transform: perspective(400px) rotateX(-10deg); } 70% { -webkit-transform: perspective(400px) rotateX(10deg); transform: perspective(400px) rotateX(10deg); } 100% { -webkit-transform: perspective(400px) rotateX(0deg); transform: perspective(400px) rotateX(0deg); opacity: 1; } } @keyframes flipInX { 0% { -webkit-transform: perspective(400px) rotateX(90deg); -ms-transform: perspective(400px) rotateX(90deg); transform: perspective(400px) rotateX(90deg); opacity: 0; } 40% { -webkit-transform: perspective(400px) rotateX(-10deg); -ms-transform: perspective(400px) rotateX(-10deg); transform: perspective(400px) rotateX(-10deg); } 70% { -webkit-transform: perspective(400px) rotateX(10deg); -ms-transform: perspective(400px) rotateX(10deg); transform: perspective(400px) rotateX(10deg); } 100% { -webkit-transform: perspective(400px) rotateX(0deg); -ms-transform: perspective(400px) rotateX(0deg); transform: perspective(400px) rotateX(0deg); opacity: 1; } } @-webkit-keyframes flipInY { 0% { -webkit-transform: perspective(400px) rotateY(90deg); transform: perspective(400px) rotateY(90deg); opacity: 0; } 40% { -webkit-transform: perspective(400px) rotateY(-10deg); transform: perspective(400px) rotateY(-10deg); } 70% { -webkit-transform: perspective(400px) rotateY(10deg); transform: perspective(400px) rotateY(10deg); } 100% { -webkit-transform: perspective(400px) rotateY(0deg); transform: perspective(400px) rotateY(0deg); opacity: 1; } } @keyframes flipInY { 0% { -webkit-transform: perspective(400px) rotateY(90deg); -ms-transform: perspective(400px) rotateY(90deg); transform: perspective(400px) rotateY(90deg); opacity: 0; } 40% { -webkit-transform: perspective(400px) rotateY(-10deg); -ms-transform: perspective(400px) rotateY(-10deg); transform: perspective(400px) rotateY(-10deg); } 70% { -webkit-transform: perspective(400px) rotateY(10deg); -ms-transform: perspective(400px) rotateY(10deg); transform: perspective(400px) rotateY(10deg); } 100% { -webkit-transform: perspective(400px) rotateY(0deg); -ms-transform: perspective(400px) rotateY(0deg); transform: perspective(400px) rotateY(0deg); opacity: 1; } } @-webkit-keyframes lightSpeedIn { 0% { -webkit-transform: translateX(100%) skewX(-30deg); transform: translateX(100%) skewX(-30deg); opacity: 0; } 60% { -webkit-transform: translateX(-20%) skewX(30deg); transform: translateX(-20%) skewX(30deg); opacity: 1; } 80% { -webkit-transform: translateX(0%) skewX(-15deg); transform: translateX(0%) skewX(-15deg); opacity: 1; } 100% { -webkit-transform: translateX(0%) skewX(0deg); transform: translateX(0%) skewX(0deg); opacity: 1; } } @keyframes lightSpeedIn { 0% { -webkit-transform: translateX(100%) skewX(-30deg); -ms-transform: translateX(100%) skewX(-30deg); transform: translateX(100%) skewX(-30deg); opacity: 0; } 60% { -webkit-transform: translateX(-20%) skewX(30deg); -ms-transform: translateX(-20%) skewX(30deg); transform: translateX(-20%) skewX(30deg); opacity: 1; } 80% { -webkit-transform: translateX(0%) skewX(-15deg); -ms-transform: translateX(0%) skewX(-15deg); transform: translateX(0%) skewX(-15deg); opacity: 1; } 100% { -webkit-transform: translateX(0%) skewX(0deg); -ms-transform: translateX(0%) skewX(0deg); transform: translateX(0%) skewX(0deg); opacity: 1; } } @-webkit-keyframes rotateIn { 0% { -webkit-transform-origin: center center; transform-origin: center center; -webkit-transform: rotate(-200deg); transform: rotate(-200deg); opacity: 0; } 100% { -webkit-transform-origin: center center; transform-origin: center center; -webkit-transform: rotate(0); transform: rotate(0); opacity: 1; } } @keyframes rotateIn { 0% { -webkit-transform-origin: center center; -ms-transform-origin: center center; transform-origin: center center; -webkit-transform: rotate(-200deg); -ms-transform: rotate(-200deg); transform: rotate(-200deg); opacity: 0; } 100% { -webkit-transform-origin: center center; -ms-transform-origin: center center; transform-origin: center center; -webkit-transform: rotate(0); -ms-transform: rotate(0); transform: rotate(0); opacity: 1; } } @-webkit-keyframes rotateInDownLeft { 0% { -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate(-90deg); transform: rotate(-90deg); opacity: 0; } 100% { -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate(0); transform: rotate(0); opacity: 1; } } @keyframes rotateInDownLeft { 0% { -webkit-transform-origin: left bottom; -ms-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate(-90deg); -ms-transform: rotate(-90deg); transform: rotate(-90deg); opacity: 0; } 100% { -webkit-transform-origin: left bottom; -ms-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate(0); -ms-transform: rotate(0); transform: rotate(0); opacity: 1; } } @-webkit-keyframes rotateInDownRight { 0% { -webkit-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate(90deg); transform: rotate(90deg); opacity: 0; } 100% { -webkit-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate(0); transform: rotate(0); opacity: 1; } } @keyframes rotateInDownRight { 0% { -webkit-transform-origin: right bottom; -ms-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); opacity: 0; } 100% { -webkit-transform-origin: right bottom; -ms-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate(0); -ms-transform: rotate(0); transform: rotate(0); opacity: 1; } } @-webkit-keyframes rotateInUpLeft { 0% { -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate(90deg); transform: rotate(90deg); opacity: 0; } 100% { -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate(0); transform: rotate(0); opacity: 1; } } @keyframes rotateInUpLeft { 0% { -webkit-transform-origin: left bottom; -ms-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); opacity: 0; } 100% { -webkit-transform-origin: left bottom; -ms-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate(0); -ms-transform: rotate(0); transform: rotate(0); opacity: 1; } } @-webkit-keyframes rotateInUpRight { 0% { -webkit-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate(-90deg); transform: rotate(-90deg); opacity: 0; } 100% { -webkit-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate(0); transform: rotate(0); opacity: 1; } } @keyframes rotateInUpRight { 0% { -webkit-transform-origin: right bottom; -ms-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate(-90deg); -ms-transform: rotate(-90deg); transform: rotate(-90deg); opacity: 0; } 100% { -webkit-transform-origin: right bottom; -ms-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate(0); -ms-transform: rotate(0); transform: rotate(0); opacity: 1; } } @-webkit-keyframes slideInDown { 0% { opacity: 0; -webkit-transform: translateY(-2000px); transform: translateY(-2000px); } 100% { -webkit-transform: translateY(0); transform: translateY(0); } } @keyframes slideInDown { 0% { opacity: 0; -webkit-transform: translateY(-2000px); -ms-transform: translateY(-2000px); transform: translateY(-2000px); } 100% { -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); } } @-webkit-keyframes slideInLeft { 0% { opacity: 0; -webkit-transform: translateX(-2000px); transform: translateX(-2000px); } 100% { -webkit-transform: translateX(0); transform: translateX(0); } } @keyframes slideInLeft { 0% { opacity: 0; -webkit-transform: translateX(-2000px); -ms-transform: translateX(-2000px); transform: translateX(-2000px); } 100% { -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); } } @-webkit-keyframes slideInRight { 0% { opacity: 0; -webkit-transform: translateX(2000px); transform: translateX(2000px); } 100% { -webkit-transform: translateX(0); transform: translateX(0); } } @keyframes slideInRight { 0% { opacity: 0; -webkit-transform: translateX(2000px); -ms-transform: translateX(2000px); transform: translateX(2000px); } 100% { -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); } } @-webkit-keyframes rollIn { 0% { opacity: 0; -webkit-transform: translateX(-100%) rotate(-120deg); transform: translateX(-100%) rotate(-120deg); } 100% { opacity: 1; -webkit-transform: translateX(0px) rotate(0deg); transform: translateX(0px) rotate(0deg); } } @keyframes rollIn { 0% { opacity: 0; -webkit-transform: translateX(-100%) rotate(-120deg); -ms-transform: translateX(-100%) rotate(-120deg); transform: translateX(-100%) rotate(-120deg); } 100% { opacity: 1; -webkit-transform: translateX(0px) rotate(0deg); -ms-transform: translateX(0px) rotate(0deg); transform: translateX(0px) rotate(0deg); } } .wpb_start_animation.wpb_rollIn { -webkit-animation-name: rollIn; animation-name: rollIn; } .wpb_start_animation.wpb_slideInRight { -webkit-animation-name: slideInRight; animation-name: slideInRight; } .wpb_start_animation.wpb_slideInLeft { -webkit-animation-name: slideInLeft; animation-name: slideInLeft; } .wpb_start_animation.wpb_slideInDown { -webkit-animation-name: slideInDown; animation-name: slideInDown; } .wpb_start_animation.wpb_rotateInUpRight { -webkit-animation-name: rotateInUpRight; animation-name: rotateInUpRight; } .wpb_start_animation.wpb_rotateInUpLeft { -webkit-animation-name: rotateInUpLeft; animation-name: rotateInUpLeft; } .wpb_start_animation.wpb_rotateInDownRight { -webkit-animation-name: rotateInDownRight; animation-name: rotateInDownRight; } .wpb_start_animation.wpb_rotateInDownLeft { -webkit-animation-name: rotateInDownLeft; animation-name: rotateInDownLeft; } .wpb_start_animation.wpb_rotateIn { -webkit-animation-name: rotateIn; animation-name: rotateIn; } .wpb_start_animation.wpb_lightSpeedIn { -webkit-animation-name: lightSpeedIn; animation-name: lightSpeedIn; -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; } .wpb_start_animation.wpb_flipInY { -webkit-backface-visibility: visible !important; -ms-backface-visibility: visible !important; backface-visibility: visible !important; -webkit-animation-name: flipInY; animation-name: flipInY; } .wpb_start_animation.wpb_flipInX { -webkit-backface-visibility: visible !important; -ms-backface-visibility: visible !important; backface-visibility: visible !important; -webkit-animation-name: flipInX; animation-name: flipInX; } .wpb_start_animation.wpb_flip { -webkit-backface-visibility: visible; -ms-backface-visibility: visible; backface-visibility: visible; -webkit-animation-name: flip; animation-name: flip } .wpb_start_animation.wpb_fadeInUpBig { -webkit-animation-name: fadeInUpBig; animation-name: fadeInUpBig; } .wpb_start_animation.wpb_fadeInUp { -webkit-animation-name: fadeInUp; animation-name: fadeInUp; } .wpb_start_animation.wpb_fadeInRightBig { -webkit-animation-name: fadeInRightBig; animation-name: fadeInRightBig; } .wpb_start_animation.wpb_fadeInRight { -webkit-animation-name: fadeInRight; animation-name: fadeInRight; } .wpb_start_animation.wpb_fadeInLeftBig { -webkit-animation-name: fadeInLeftBig; animation-name: fadeInLeftBig; } .wpb_start_animation.wpb_fadeInLeft { -webkit-animation-name: fadeInLeft; animation-name: fadeInLeft; } .wpb_start_animation.wpb_fadeInDownBig { -webkit-animation-name: fadeInDownBig; animation-name: fadeInDownBig; } .wpb_start_animation.wpb_fadeInDown { -webkit-animation-name: fadeInDown; animation-name: fadeInDown; } .wpb_start_animation.wpb_fadeIn { -webkit-animation-name: fadeIn; animation-name: fadeIn; } .wpb_start_animation.wpb_bounceIn { -webkit-animation-name: bounceIn; animation-name: bounceIn; } .wpb_start_animation.wpb_wobble { -webkit-animation-name: wobble; animation-name: wobble; } .wpb_start_animation.wpb_tada { -webkit-animation-name: tada; animation-name: tada; } .wpb_start_animation.wpb_swing { -webkit-transform-origin: top center; -ms-transform-origin: top center; transform-origin: top center; -webkit-animation-name: swing; animation-name: swing; }
0.416915
0.072637
body { font-family:arial,helvetica,sans-serif; font-size:12px; background-color: white; } #wrapper { width:600px; height:520px; margin:auto 50px; border:1px solid gray; padding:10px; } #absFrame { width:180px; height:250px; padding:10px; border:1px solid gray; float:left; white-space: nowrap; } #conFrame { width:366px; height:250px; margin-left:10px; padding:10px; border:1px solid gray; float:left; white-space: normal; overflow:auto; } #actFrame { width:180px; height:170px; margin-top:10px; padding:10px; border:1px solid gray; float:left; overflow:auto; } #refFrame { width:366px; height:170px; margin-left:10px; margin-top:10px; padding:10px; border:1px solid gray; float:left; overflow:auto; } #messageFrame { width:366px; height:15px; margin-top:10px; margin-right:10px; padding:10px; border:1px solid gray; float:left; overflow:auto; } #clipboardFrame { width:180px; height:15px; margin-top:10px; padding:10px; border:1px solid gray; float:left; overflow:auto; } #tree { left: -10px; top: -10px; width: 180px; height: 250px; margin: 0px; padding: 10px; overflow: auto; } ul { position: relative; list-style: none; margin-left: 20px; padding: 0px; } li { position: relative; } img.tree-menu { margin-right: 5px; } a.tree:link, a.tree:visited, a.tree:active { color: black; background-color: white; text-decoration: none; margin-right:10px; } a.tree:hover { color: blue; background-color: white; text-decoration: underline; margin-right:10px; } a.treeSelected:link, a.treeSelected:visited, a.treeSelected:active { color: white; background-color: #3366CC; text-decoration: none; margin-right:10px; } a.treeSelected:hover { color: white; background-color: #3366CC; text-decoration: underline; margin-right:10px; } table.action, table.refinement, table.wrapper { margin: 0px; padding: 0px; border-style: none; border-collapse: collapse; border-spacing: 0px; } tr.selected { color: white; background-color: #3366CC; } tr.unavailable, tr.closed { color: silver; background-color: white; } tr.unavailable:hover { color: silver; background-color: #3366CC; } tr.action, tr.refinement, tr.wrapper { color: black; background-color: white; } tr.action:hover, tr.refinement:hover, tr.wrapper:hover { color: white; background-color: #3366CC; } td.action { width: 220px; margin: 0px; padding: 0px; } td.refinement, td.wrapper { width: 515px; margin: 0px; padding: 0px; } td.hotKey { width: 30px; margin: 0px; padding: 0px; text-align: right; } p { margin-bottom: 40px; text-align: justify; } span.normal { color: black; background-color: white; text-decoration: none; } span.selected { color: white; background-color: #3366CC; text-decoration: none; }
demos/resource-api/style.css
body { font-family:arial,helvetica,sans-serif; font-size:12px; background-color: white; } #wrapper { width:600px; height:520px; margin:auto 50px; border:1px solid gray; padding:10px; } #absFrame { width:180px; height:250px; padding:10px; border:1px solid gray; float:left; white-space: nowrap; } #conFrame { width:366px; height:250px; margin-left:10px; padding:10px; border:1px solid gray; float:left; white-space: normal; overflow:auto; } #actFrame { width:180px; height:170px; margin-top:10px; padding:10px; border:1px solid gray; float:left; overflow:auto; } #refFrame { width:366px; height:170px; margin-left:10px; margin-top:10px; padding:10px; border:1px solid gray; float:left; overflow:auto; } #messageFrame { width:366px; height:15px; margin-top:10px; margin-right:10px; padding:10px; border:1px solid gray; float:left; overflow:auto; } #clipboardFrame { width:180px; height:15px; margin-top:10px; padding:10px; border:1px solid gray; float:left; overflow:auto; } #tree { left: -10px; top: -10px; width: 180px; height: 250px; margin: 0px; padding: 10px; overflow: auto; } ul { position: relative; list-style: none; margin-left: 20px; padding: 0px; } li { position: relative; } img.tree-menu { margin-right: 5px; } a.tree:link, a.tree:visited, a.tree:active { color: black; background-color: white; text-decoration: none; margin-right:10px; } a.tree:hover { color: blue; background-color: white; text-decoration: underline; margin-right:10px; } a.treeSelected:link, a.treeSelected:visited, a.treeSelected:active { color: white; background-color: #3366CC; text-decoration: none; margin-right:10px; } a.treeSelected:hover { color: white; background-color: #3366CC; text-decoration: underline; margin-right:10px; } table.action, table.refinement, table.wrapper { margin: 0px; padding: 0px; border-style: none; border-collapse: collapse; border-spacing: 0px; } tr.selected { color: white; background-color: #3366CC; } tr.unavailable, tr.closed { color: silver; background-color: white; } tr.unavailable:hover { color: silver; background-color: #3366CC; } tr.action, tr.refinement, tr.wrapper { color: black; background-color: white; } tr.action:hover, tr.refinement:hover, tr.wrapper:hover { color: white; background-color: #3366CC; } td.action { width: 220px; margin: 0px; padding: 0px; } td.refinement, td.wrapper { width: 515px; margin: 0px; padding: 0px; } td.hotKey { width: 30px; margin: 0px; padding: 0px; text-align: right; } p { margin-bottom: 40px; text-align: justify; } span.normal { color: black; background-color: white; text-decoration: none; } span.selected { color: white; background-color: #3366CC; text-decoration: none; }
0.310276
0.069258
@media (min-width: 1170px) and (max-width: 1400px) { .container{width:1170px} .hero-item .content { margin-top: 116px; text-align: center; } .hero-item .content p { padding: 0 10%; } .welcome-text { display: block; overflow: hidden; padding: 95px 100px 100px 55px; } .frequently-left { padding: 95px 100px 80px; } .frequently-right { padding: 117px 100px 123px; } .single { left: 60px; } .single-two { right: 155px; } .single-three { bottom: 70px; } .bg-6 { background: rgba(0, 0, 0, 0) url("../img/bg/footerBack.png") repeat scroll 27% center / cover ; box-shadow: 0 14px 20px 0 rgba(0, 0, 0, 0.5), 0 20px 50px 0 rgba(0, 0, 0, 0.5); } .bg{ background: rgba(0,0,0,0) url("../img/hero/JoinForTheCause.jpg"); } } /* Normal desktop :992px. */ @media (min-width: 992px) and (max-width: 1200px) { .header-social ul li { margin-left: 15px; margin-top: 15px; } .hero-item .content { margin-top: -42px; text-align: center; } .hero-item .content h1 { padding-top:225px; font-size: 44px; } .hero-item .content p { padding: 0 9%; padding-bottom: 135px !important; } .fes-ser-hover { padding: 35px 30px; width: 310px; left:10px; } .welcome-text { padding: 95px 60px 0px 55px; } .image-box.two img { height: 233px; width: 100%; } .frequently-left { padding: 95px 50px 80px; } .frequently-right { padding: 126px 50px 132px; } .contact-address { padding: 80px 55px; } .notfound-content p { padding: 0 25%; } .single { left: 50px; } .single-two { right: 110px; } .single-three { bottom: 50px; } } /* Tablet desktop :768px. */ @media (min-width: 768px) and (max-width: 991px) { .logo-img { text-align: center; } .header-social { float: none; } .header-social ul li { margin-left: 20px; margin-top: 25px; } .main-menu nav ul li a { padding: 28px 12px; } .hero-item { padding: 100px 0; } .hero-item .content { margin-top: 0px; } .hero-item .content h1 { font-size: 36px; } .hero-item .content p { padding: 0 20%; } .welcome-text { padding: 42px 35px 0 30px; } .our-service-right .service-img { float: left; } .our-service-right .servce-cntnt { margin-left: 65px; margin-right: 0; } .image-box.two > img { height: 173px; width: 100%; } .image-box:hover .titel-venobox { height: 60px; } .titel-venobox > span { padding: 25px 0 0; font-size: 16px; } .team-img > img { width: 100%; } .team-area { padding-bottom: 60px; padding-top: 100px; } .team-single { margin-bottom: 40px; border-radius:50%; } .frequently-left, .frequently-right { float: none; width: 100%; } .about-us-left { margin-bottom: 50px; margin-top: 0; } .about-us-right { text-align: center; } .contact-address-from { width: 100%; } .contact-address { bottom: 0; padding: 100px 90px; position: inherit; right: 0; width: 100%; top:0; } .contact-address-from { padding: 100px; } .search-news { margin-top: 55px; } .tag-list ul li:nth-child(2) a, .tag-list ul li:nth-child(4) a { margin-right: 20px; } .tag-list ul li a { margin-bottom: 0; } .notfound-content p { padding: 0 20%; } .single { left: 0; } .single-two { right: 0; } .single-three { bottom: 20px; } .fes-ser-hover { width: 370px; } .welcome-content h2 { font-size: 28px; } .frequently-left { padding: 95px 60px 80px; } .frequently-right { padding: 117px 60px 123px; } .breadcamb-area.ptb-170 { padding: 80px 0; } .hero-item { padding: 100px 0; } } /* small mobile :320px. */ @media (max-width: 767px) { .container {width:300px} .header-menu { display: none; } .mobile-menu-area { display: block; } .logo-img { text-align: center; } .header-social { float: none; } .header-social ul li { margin-left: 0; margin-top: 25px; } .hero-item { padding: 100px 0; background-size: cover; /*-webkit-background-size: contain;*/ /*-moz-background-size: contain;*/ /*-o-background-size: contain;*/ /*background-size: contain;*/ /*background-repeat: no-repeat;*/ } .hero-item .content { margin-top: 0px; } .hero-item .content h1 { font-size: 30px; } .hero-item .content p { display:none; } .hero-item .content a { margin-left: 15px; width: 125px; font-size:14px; } .fes-ser-hover { left: 0px; padding: 32px 30px; top: -18px; width: 300px; } .features-service { padding-bottom: 45px; padding-top: 75px; } .features-service-single { margin-bottom: 30px; } .welcome-video, .welcome-text { float: none; width: 100%; } .welcome-text { height: inherit; padding: 31px 41px 40px 40px; } .welcome-video { height: 400px; } .welcome-content h2 { font-size: 24px; } .welcome-content > a { margin-top: 20px; } .service-single img { margin-bottom: 30px; } .our-service-right .service-img { float: left; } .our-service-right .servce-cntnt { margin-left: 65px; margin-right: 0; } .image-box:hover .titel-venobox { height: 60px; } .titel-venobox > span { padding: 28px 0 0; } .our-blog-area { padding-bottom: 70px; padding-top: 100px; } .our-blog-single { margin-bottom: 30px; } .funfact-single { float: left; width: 100%; } .client-say-text { padding: 80px 19px 40px; } .team-area { padding-bottom: 60px; padding-top: 100px; } .frequently-titel > h2 { width: 100%; } .frequently-left { float: none; height: inherit; padding: 70px 28px 57px 25px; width: 100%; } .frequently-right { float: none; height: inherit; padding: 57px 28px 63px 25px; width: 100%; } .footer-top-left,.address-area { margin-bottom: 30px; } .brand-logo { padding-bottom: 0; } .footer-top { margin-top: 84px; padding-top: 265px; } .footer-intragram li { margin-bottom: 8px; } .about-us-left { margin-bottom: 50px; margin-top: 0; } .skill-area { margin-top: 0; } .skill { padding-right: 0; } .team-area.two { padding-bottom: 0; } .our-blog-area.two { padding-bottom: 0; padding-top: 100px; } .res-mr-0{margin:0;} .contact-address-from { width: 100%; padding: 50px 30px; } .contact-address { bottom: 0; padding: 80px 40px; position: inherit; right: 0; top: 0; width: 100%; } .contact-address-area { padding-bottom: 0; } .search-news { margin-top: 55px; } .tag-list ul li:nth-child(2) a, .tag-list ul li:nth-child(4) a { margin-right: 15px; } .tag-list ul li:nth-child(5) a{margin-bottom:0;} .text-single { padding-right: 0; width: 100%; } .text-img-left { width: 100%; } .comment-single-box.two { margin-left: 0; } .tag-list ul li a { margin-right: 12px; } .blog-details-area { padding-bottom: 0; } .our-project-area { padding-bottom: 0; } .single-project.res { margin: 0; } .notfound-content p { padding: 0; } .single,.single-two,.single-three { display:none; } .search-input .search-button { bottom: 30px; } .breadcamb-area.ptb-170 { padding: 80px 0; } .hero-item { padding: 70px 0; } .bg-6 { background: rgba(0, 0, 0, 0) url("../img/bg/footerBack.png") repeat scroll 11% center / cover ; } } /* Large Mobile :480px. */ @media only screen and (min-width: 480px) and (max-width: 767px) { .container {width:450px} .header-social ul li { margin-left: 0; margin-right: 10px; margin-top: 25px; } .header-social ul li:last-child { display: none; } .fes-ser-hover { top: -23px; width: 465px; } .welcome-text { padding: 100px 50px 0 74px; } .blog-img > img,.image-box > img,.team-img > img { width: 100%; } .frequently-left, .frequently-right { height: auto; } .footer-intragram li:nth-child(3), .footer-intragram li:nth-child(6) { margin-bottom: 16px; margin-right: 1px; } .footer-intragram li { margin-bottom: 16px; margin-right: 1px; } .footer-intragram li:last-child{display:none;} }
assets/css/responsive.css
@media (min-width: 1170px) and (max-width: 1400px) { .container{width:1170px} .hero-item .content { margin-top: 116px; text-align: center; } .hero-item .content p { padding: 0 10%; } .welcome-text { display: block; overflow: hidden; padding: 95px 100px 100px 55px; } .frequently-left { padding: 95px 100px 80px; } .frequently-right { padding: 117px 100px 123px; } .single { left: 60px; } .single-two { right: 155px; } .single-three { bottom: 70px; } .bg-6 { background: rgba(0, 0, 0, 0) url("../img/bg/footerBack.png") repeat scroll 27% center / cover ; box-shadow: 0 14px 20px 0 rgba(0, 0, 0, 0.5), 0 20px 50px 0 rgba(0, 0, 0, 0.5); } .bg{ background: rgba(0,0,0,0) url("../img/hero/JoinForTheCause.jpg"); } } /* Normal desktop :992px. */ @media (min-width: 992px) and (max-width: 1200px) { .header-social ul li { margin-left: 15px; margin-top: 15px; } .hero-item .content { margin-top: -42px; text-align: center; } .hero-item .content h1 { padding-top:225px; font-size: 44px; } .hero-item .content p { padding: 0 9%; padding-bottom: 135px !important; } .fes-ser-hover { padding: 35px 30px; width: 310px; left:10px; } .welcome-text { padding: 95px 60px 0px 55px; } .image-box.two img { height: 233px; width: 100%; } .frequently-left { padding: 95px 50px 80px; } .frequently-right { padding: 126px 50px 132px; } .contact-address { padding: 80px 55px; } .notfound-content p { padding: 0 25%; } .single { left: 50px; } .single-two { right: 110px; } .single-three { bottom: 50px; } } /* Tablet desktop :768px. */ @media (min-width: 768px) and (max-width: 991px) { .logo-img { text-align: center; } .header-social { float: none; } .header-social ul li { margin-left: 20px; margin-top: 25px; } .main-menu nav ul li a { padding: 28px 12px; } .hero-item { padding: 100px 0; } .hero-item .content { margin-top: 0px; } .hero-item .content h1 { font-size: 36px; } .hero-item .content p { padding: 0 20%; } .welcome-text { padding: 42px 35px 0 30px; } .our-service-right .service-img { float: left; } .our-service-right .servce-cntnt { margin-left: 65px; margin-right: 0; } .image-box.two > img { height: 173px; width: 100%; } .image-box:hover .titel-venobox { height: 60px; } .titel-venobox > span { padding: 25px 0 0; font-size: 16px; } .team-img > img { width: 100%; } .team-area { padding-bottom: 60px; padding-top: 100px; } .team-single { margin-bottom: 40px; border-radius:50%; } .frequently-left, .frequently-right { float: none; width: 100%; } .about-us-left { margin-bottom: 50px; margin-top: 0; } .about-us-right { text-align: center; } .contact-address-from { width: 100%; } .contact-address { bottom: 0; padding: 100px 90px; position: inherit; right: 0; width: 100%; top:0; } .contact-address-from { padding: 100px; } .search-news { margin-top: 55px; } .tag-list ul li:nth-child(2) a, .tag-list ul li:nth-child(4) a { margin-right: 20px; } .tag-list ul li a { margin-bottom: 0; } .notfound-content p { padding: 0 20%; } .single { left: 0; } .single-two { right: 0; } .single-three { bottom: 20px; } .fes-ser-hover { width: 370px; } .welcome-content h2 { font-size: 28px; } .frequently-left { padding: 95px 60px 80px; } .frequently-right { padding: 117px 60px 123px; } .breadcamb-area.ptb-170 { padding: 80px 0; } .hero-item { padding: 100px 0; } } /* small mobile :320px. */ @media (max-width: 767px) { .container {width:300px} .header-menu { display: none; } .mobile-menu-area { display: block; } .logo-img { text-align: center; } .header-social { float: none; } .header-social ul li { margin-left: 0; margin-top: 25px; } .hero-item { padding: 100px 0; background-size: cover; /*-webkit-background-size: contain;*/ /*-moz-background-size: contain;*/ /*-o-background-size: contain;*/ /*background-size: contain;*/ /*background-repeat: no-repeat;*/ } .hero-item .content { margin-top: 0px; } .hero-item .content h1 { font-size: 30px; } .hero-item .content p { display:none; } .hero-item .content a { margin-left: 15px; width: 125px; font-size:14px; } .fes-ser-hover { left: 0px; padding: 32px 30px; top: -18px; width: 300px; } .features-service { padding-bottom: 45px; padding-top: 75px; } .features-service-single { margin-bottom: 30px; } .welcome-video, .welcome-text { float: none; width: 100%; } .welcome-text { height: inherit; padding: 31px 41px 40px 40px; } .welcome-video { height: 400px; } .welcome-content h2 { font-size: 24px; } .welcome-content > a { margin-top: 20px; } .service-single img { margin-bottom: 30px; } .our-service-right .service-img { float: left; } .our-service-right .servce-cntnt { margin-left: 65px; margin-right: 0; } .image-box:hover .titel-venobox { height: 60px; } .titel-venobox > span { padding: 28px 0 0; } .our-blog-area { padding-bottom: 70px; padding-top: 100px; } .our-blog-single { margin-bottom: 30px; } .funfact-single { float: left; width: 100%; } .client-say-text { padding: 80px 19px 40px; } .team-area { padding-bottom: 60px; padding-top: 100px; } .frequently-titel > h2 { width: 100%; } .frequently-left { float: none; height: inherit; padding: 70px 28px 57px 25px; width: 100%; } .frequently-right { float: none; height: inherit; padding: 57px 28px 63px 25px; width: 100%; } .footer-top-left,.address-area { margin-bottom: 30px; } .brand-logo { padding-bottom: 0; } .footer-top { margin-top: 84px; padding-top: 265px; } .footer-intragram li { margin-bottom: 8px; } .about-us-left { margin-bottom: 50px; margin-top: 0; } .skill-area { margin-top: 0; } .skill { padding-right: 0; } .team-area.two { padding-bottom: 0; } .our-blog-area.two { padding-bottom: 0; padding-top: 100px; } .res-mr-0{margin:0;} .contact-address-from { width: 100%; padding: 50px 30px; } .contact-address { bottom: 0; padding: 80px 40px; position: inherit; right: 0; top: 0; width: 100%; } .contact-address-area { padding-bottom: 0; } .search-news { margin-top: 55px; } .tag-list ul li:nth-child(2) a, .tag-list ul li:nth-child(4) a { margin-right: 15px; } .tag-list ul li:nth-child(5) a{margin-bottom:0;} .text-single { padding-right: 0; width: 100%; } .text-img-left { width: 100%; } .comment-single-box.two { margin-left: 0; } .tag-list ul li a { margin-right: 12px; } .blog-details-area { padding-bottom: 0; } .our-project-area { padding-bottom: 0; } .single-project.res { margin: 0; } .notfound-content p { padding: 0; } .single,.single-two,.single-three { display:none; } .search-input .search-button { bottom: 30px; } .breadcamb-area.ptb-170 { padding: 80px 0; } .hero-item { padding: 70px 0; } .bg-6 { background: rgba(0, 0, 0, 0) url("../img/bg/footerBack.png") repeat scroll 11% center / cover ; } } /* Large Mobile :480px. */ @media only screen and (min-width: 480px) and (max-width: 767px) { .container {width:450px} .header-social ul li { margin-left: 0; margin-right: 10px; margin-top: 25px; } .header-social ul li:last-child { display: none; } .fes-ser-hover { top: -23px; width: 465px; } .welcome-text { padding: 100px 50px 0 74px; } .blog-img > img,.image-box > img,.team-img > img { width: 100%; } .frequently-left, .frequently-right { height: auto; } .footer-intragram li:nth-child(3), .footer-intragram li:nth-child(6) { margin-bottom: 16px; margin-right: 1px; } .footer-intragram li { margin-bottom: 16px; margin-right: 1px; } .footer-intragram li:last-child{display:none;} }
0.253491
0.084455
html { height: 100%; /* To be able to have full page designs in themes */ min-height:100%; } body /* These becomes the initial settings for most other elements */ { font-family: Arial, Helvetica, sans-serif; font-size: 0.8em; background-color: #ffffff; margin: 0; padding: 0; height: 100%; min-height:100%; } /* HEADINGS */ h1, h2, h3, h4, h5, h6 /* Set general styles for all headings; some may be overridden later */ { font-family: Helvetica, Arial, sans-serif; margin: 0.5em 0 0.2em 0; padding: 0; } h1 { font-size: 1.8em; } h2 { font-size: 1.4em; } h3 { font-size: 1.1em; } h4, h5, h6 { font-size: 1em; } h6 { margin: 0.4em 0 0.1em 0; } /* PARAGRAPHS */ p { margin: 0.5em 0 0.5em 0; line-height: 1.25em; /* This is aprox. default line height in most popular browsers; set explicitly to ensure consitency. */ } /* LINKS */ a { color: #0b4e7a; text-decoration: underline; } a:hover { color: black; text-decoration: underline; cursor: pointer; } a img { border: none; /* Some browsers may display a border around a linked image without this attribute set to _none_. */ } /* PRE TEXT */ pre, code { font-family: "Courier New", Courier, monospace; /* Usually defaulted to monospaced font anyway, but browwsers may vary which one is used, so giving exact alternatives helps visual consistenct */ font-size: 1em; /* Setting this exact size may also help visual consistency */ } pre { background-color: #f8f8f8; margin: 1em 0 1em 0; padding: 0.2em; border: 1px solid #e0e0e0; } pre.wordwrap /* Style for ensuring long lines in pre field won't break the design; use &nbsp; instead to preserve white-space where desired */ { white-space: normal; } pre.wordwrap span.line /* Style for tag wrapping around each line of text */ { display: block; } /* Typography & Font Icons*/ @font-face { font-family: 'IcoMoon'; src: url('../fonts/IcoMoon.eot'); src: url('../fonts/IcoMoon.eot?#iefix') format('embedded-opentype'), url('../fonts/IcoMoon.svg#IcoMoon') format('svg'), url('../fonts/IcoMoon.woff') format('woff'), url('../fonts/IcoMoon.ttf') format('truetype'); font-weight: normal; font-style: normal; } [data-icon]:before { font-family: 'IcoMoon'; content: attr(data-icon); speak: none; } /* TABLES */ table { font-size: 1em; /* Fix for size "loss" in tables in IE; redundant for most other browsers */ margin: 0; padding: 0; } tr { background: white; } th, td { padding: 0; } th { font-size:1.1em; } table.list td { font-size:1.05em; } table.list, table.special /* Standard class usable for most regular tables presenting lists, with additional related styles */ { width: 100%; empty-cells: show; } table.list th, table.list td, table.special th, table.special td { padding: 0.4em; text-align: left; vertical-align: middle; } table.list th, table.special th { font-weight: normal; white-space: nowrap; } table.list td { font-weight: normal; } table.list tr:first-child td { border-top: 0 none; } /* 'not available rate' */ table.list td.na-rate, table.special td.na-rate { text-align: right; font-style: italic; color: #C0C0C0; } table.list tr.bglight { background-color: #fff; } table.list tr.bgdark, table.special tr.bgdark { background-color: #f5f5f5; } table.list tr.bglight:hover, table.list tr.bgdark:hover /* This has no effect in IE6 and below */ { background-color: #e8e8e8; } table.list img { vertical-align: middle; } th.tight, td.tight { width: 1%; } td.nowrap { white-space: nowrap; } td.number, table.list td.number, table.special td.number, table.list td.right { text-align: right; } /* ORDERED AND UNORDERED LISTS */ ul, ol { margin: 0.75em 0 1em 2.5em; padding: 0; } ul ul, ol ul { margin: 0.3em 0 0.5em 1.3em; } ul ol, ol ol { margin: 0.3em 0 0.5em 1.9em; } ul, ul ul { list-style-type: disc; } li { margin: 0 0 0.3em 0; padding: 0; line-height: 1.25em; } /* DEFINITION LISTS */ dl { margin: 0.25em 0 0.25em 0; padding: 0; } dt, dd { font-style: normal; margin: 0 0 0.25em 0; } dt { font-weight: bold; } dd { margin: 0 1em 0.5em 2.5em; } /* FORM ELEMENTS */ form { margin: 0; padding: 0; } label { font-weight: bold; padding-right: 0.5em; display: block; white-space: nowrap; font-size:1.1em; } input, select { font-family: Arial, Helvetica, sans-serif; /* Needs to be set for some browsers, to prevent other default font from being used */ font-size: 1em; } input.box, input.halfbox { font-size: 1em; } textarea { font-family: Arial, Helvetica, sans-serif; /* Usually defaulted to monospaced font; so it needs to be set if to change */ font-size: 1em; /* Needs to be specified for IE */ } optgroup { font-weight: bold; font-style: normal; } input.button, button, input.defaultbutton, input.button-disabled { font-family: Verdana, Arial, Helvetica, sans-serif; text-align: center; vertical-align: middle; cursor: pointer; font-size: 0.9em; font-weight: normal; padding-left: 0.25em; padding-right: 0.25em; } input.defaultbutton { font-weight: bold; padding-left: 0.45em; padding-right: 0.45em; color: #094564; } input.button-disabled, input.button[disabled="disabled"] { cursor: default; color: #888; } input.disabled[type="image"] { opacity: 0.7; cursor: default; } input.box, textarea.box { width: 100%; } input.halfbox, textarea.halfbox { width: 48%; } td input.halfbox, td textarea.halfbox { width: 98%; } fieldset { border: 1px solid #CACACA; background-color: #F8F8F8; padding: 0.7em; margin: 0em; } fieldset.block { padding-bottom: 0em; } legend { font-weight: bold; color: #000000; padding: 0 0.35em 0 0.35em; font-size:1.1em; } /* Make sure long legend texts do not overflow */ /* https://jira.ez.no/browse/EZP-20316 */ /* IE8, IE9 */ fieldset legend { white-space: normal; display: table; } /* IE7/ IE6 */ legend span.long-legend-wrap { white-space: normal; display: block; width: 100%; } /* end: overflow workaroud */ fieldset label { color: #000000; font-size:1em; } label select { font-size:0.9em; } /* HORIZONTAL RULERS */ hr /* General formatting for all horizontal rulers */ { color: #ffffff; /* Color must be set to the same as the background color to hide default formatting in IE */ border: none; /* All borders must be removed as they are default for Opera */ border-top: 1px solid #e7e8e0; /* This single top border is the one replacing the default look of the ruler */ height: 1px; margin: 0.35em 0 0.35em 0; /* Be aware that these margins may not be calculated consistently across browsers */ } /* MESSAGES TO THE USER */ div.message-confirmation, div.message-feedback, div.message-warning, div.message-error { margin: 0.5em 0 1em 0; padding: 0.25em 1em 0.75em 1em; border: 6px solid #000000; } div.box-content div.message-confirmation, div.box-content div.message-feedback, div.box-content div.message-warning, div.box-content div.message-error { margin-top: 0; padding: 0.25em 0.5em 0.25em 0.5em; border: none; background-color: transparent; } div.message-feedback h2, div.message-warning h2, div.message-error h2 { background-repeat: no-repeat; background-position: 0 0; margin-left: 0.5em; padding: 0.25em 0.5em 0.5em 2.5em; } div.message-feedback { border-color: #3e8d29; } div.message-feedback h2 { background-image: url(../images/message-feedback.gif); } div.message-warning { border-color: #ff910d; background: #fff; } div.message-warning h2 { background-image: url(../images/message-warning.gif); } div.message-error { border-color: #C11B17; } div.message-error h2 { background-image: url(../images/message-error.gif); } div.message-feedback span.time, div.message-warning span.time, div.message-error span.time { font-size: 0.8em; margin-top: 0.15em; display: block; float: right; } label.message-error, legend.message-error { color: maroon; } /* The remaining styles are important for proper content rendering in eZ publish - Do not remove or alter them without proper knowledge of the possible consequences */ /* POSITION CONTROL */ div.block /* Used around groups of objects which are connected in some way, and requires extra margins to the surroundings */ { margin: 0.5em 0 0.5em 0; padding: 0; clear: both; } div.block div.element, div.block div.halfelement /* Used if several objects are to be stacked horizontally within the same block */ { padding-right: 1em; float: left; } div.halfelement { width: 48%; } div.block div.left /* Floats elements to the left in a block */ { width: 48%; float: left; clear: left; } div.block div.right /* Floats elements to the right in a block */ { width: 48%; float: right; clear: right; } div.button-left { float: left; } div.button-right { float: right; margin-left: 1em; } div.button-header { margin-top: 1em; } p.text-left, td.text-left, th.text-left, *.text-left { text-align: left; } p.text-right, td.text-right, th.text-right, *.text-right { text-align: right; } p.text-center, td.text-center, th.text-center, *.text-center { text-align: center; } p.text-justify, td.text-justify, th.text-justify, *.text-justify { text-align: justify; } div.object-left, table.object-left /* Used for floating images and other content elements to the left inside other content */ { margin: 0.25em 0.25em 0.25em 0; float: left; clear: left; } div.object-right, table.object-right /* Used for floating images and other content elements to the right inside other content */ { margin: 0.25em 0 0.25em 0.25em; float: right; clear: right; } div.object-center, table.object-center { margin: 0.25em auto 0.25em auto; text-align: center; } .float-break { height: 1%; /* Fix for IE */ } .float-break:after /* Terminate floating elements flow */ { content: "-"; height: 0; font-size: 0; visibility: hidden; display: block; clear: both; } div.break /* Old method for terminating floating elements flow; kept for backwards compatibility */ { clear: both; font-size: 1px; /* Fix for IE */ height: 1px; margin-bottom: -1px; } /* SPLIT THREE */ div.split { clear: both; } div.split div.three-left { width: 31%; float: left; } div.split div.three-right { width: 31%; float: right; } div.split div.three-center { margin: 0 35% 0 35%; } /* MISCELLANEOUS STYLES */ div.oe-window /* Needed by OE 5.0 when translating content */ { clear: both; } .small { font-size: 85%; } .hide /* Used on elements which should only be visible if CSS in disabled or unavailable */ { display: none; } .spamfilter /* Simple fix for stopping spambots from getting correct e-mail addresses from a web page: info<span class="spamfilter>SPAMFILTER</span>@ez.no <span class="spamfilter>(Remove SPAMFILTER to reply)</span> */ { display: none; } /* multioption */ table.multioption { font-size:1em; } table.multioption input.button { margin-left:0; } table.multioption, table.multioption table { border-collapse: collapse; width: 100%; margin: 0; } table.multioption table { margin-top: 0.5em; } table.multioption th, table.multioption td { padding:0.35em 0.7em; border: 1px solid #aaa; vertical-align: middle; text-align: left; } table.multioption table.options-list th, table.multioption table.options-list td { border: 1px solid #bebebe; } table.multioption th { vertical-align:top; background-color: #cccccc; } table.multioption table.options-list th { padding:0.35em 0.5em; vertical-align:middle; background-color: #eee; } table.multioption div.controlbar div.block { padding: 0; } table.multioption input.box { width: 98%; } .multioption label { font-weight: bold; padding: 0.5em 0; } .multioption .toolbar { padding:0.4em 0 0.2em 0; } option.disabled { color: #a0a0a0; } div.attribute-multioption ul { margin: 0 0 0 1em; padding: 0; } div.attribute-multioption li { margin: 0; padding: 0; list-style-type: none; }
web/design/admin/stylesheets/core.css
html { height: 100%; /* To be able to have full page designs in themes */ min-height:100%; } body /* These becomes the initial settings for most other elements */ { font-family: Arial, Helvetica, sans-serif; font-size: 0.8em; background-color: #ffffff; margin: 0; padding: 0; height: 100%; min-height:100%; } /* HEADINGS */ h1, h2, h3, h4, h5, h6 /* Set general styles for all headings; some may be overridden later */ { font-family: Helvetica, Arial, sans-serif; margin: 0.5em 0 0.2em 0; padding: 0; } h1 { font-size: 1.8em; } h2 { font-size: 1.4em; } h3 { font-size: 1.1em; } h4, h5, h6 { font-size: 1em; } h6 { margin: 0.4em 0 0.1em 0; } /* PARAGRAPHS */ p { margin: 0.5em 0 0.5em 0; line-height: 1.25em; /* This is aprox. default line height in most popular browsers; set explicitly to ensure consitency. */ } /* LINKS */ a { color: #0b4e7a; text-decoration: underline; } a:hover { color: black; text-decoration: underline; cursor: pointer; } a img { border: none; /* Some browsers may display a border around a linked image without this attribute set to _none_. */ } /* PRE TEXT */ pre, code { font-family: "Courier New", Courier, monospace; /* Usually defaulted to monospaced font anyway, but browwsers may vary which one is used, so giving exact alternatives helps visual consistenct */ font-size: 1em; /* Setting this exact size may also help visual consistency */ } pre { background-color: #f8f8f8; margin: 1em 0 1em 0; padding: 0.2em; border: 1px solid #e0e0e0; } pre.wordwrap /* Style for ensuring long lines in pre field won't break the design; use &nbsp; instead to preserve white-space where desired */ { white-space: normal; } pre.wordwrap span.line /* Style for tag wrapping around each line of text */ { display: block; } /* Typography & Font Icons*/ @font-face { font-family: 'IcoMoon'; src: url('../fonts/IcoMoon.eot'); src: url('../fonts/IcoMoon.eot?#iefix') format('embedded-opentype'), url('../fonts/IcoMoon.svg#IcoMoon') format('svg'), url('../fonts/IcoMoon.woff') format('woff'), url('../fonts/IcoMoon.ttf') format('truetype'); font-weight: normal; font-style: normal; } [data-icon]:before { font-family: 'IcoMoon'; content: attr(data-icon); speak: none; } /* TABLES */ table { font-size: 1em; /* Fix for size "loss" in tables in IE; redundant for most other browsers */ margin: 0; padding: 0; } tr { background: white; } th, td { padding: 0; } th { font-size:1.1em; } table.list td { font-size:1.05em; } table.list, table.special /* Standard class usable for most regular tables presenting lists, with additional related styles */ { width: 100%; empty-cells: show; } table.list th, table.list td, table.special th, table.special td { padding: 0.4em; text-align: left; vertical-align: middle; } table.list th, table.special th { font-weight: normal; white-space: nowrap; } table.list td { font-weight: normal; } table.list tr:first-child td { border-top: 0 none; } /* 'not available rate' */ table.list td.na-rate, table.special td.na-rate { text-align: right; font-style: italic; color: #C0C0C0; } table.list tr.bglight { background-color: #fff; } table.list tr.bgdark, table.special tr.bgdark { background-color: #f5f5f5; } table.list tr.bglight:hover, table.list tr.bgdark:hover /* This has no effect in IE6 and below */ { background-color: #e8e8e8; } table.list img { vertical-align: middle; } th.tight, td.tight { width: 1%; } td.nowrap { white-space: nowrap; } td.number, table.list td.number, table.special td.number, table.list td.right { text-align: right; } /* ORDERED AND UNORDERED LISTS */ ul, ol { margin: 0.75em 0 1em 2.5em; padding: 0; } ul ul, ol ul { margin: 0.3em 0 0.5em 1.3em; } ul ol, ol ol { margin: 0.3em 0 0.5em 1.9em; } ul, ul ul { list-style-type: disc; } li { margin: 0 0 0.3em 0; padding: 0; line-height: 1.25em; } /* DEFINITION LISTS */ dl { margin: 0.25em 0 0.25em 0; padding: 0; } dt, dd { font-style: normal; margin: 0 0 0.25em 0; } dt { font-weight: bold; } dd { margin: 0 1em 0.5em 2.5em; } /* FORM ELEMENTS */ form { margin: 0; padding: 0; } label { font-weight: bold; padding-right: 0.5em; display: block; white-space: nowrap; font-size:1.1em; } input, select { font-family: Arial, Helvetica, sans-serif; /* Needs to be set for some browsers, to prevent other default font from being used */ font-size: 1em; } input.box, input.halfbox { font-size: 1em; } textarea { font-family: Arial, Helvetica, sans-serif; /* Usually defaulted to monospaced font; so it needs to be set if to change */ font-size: 1em; /* Needs to be specified for IE */ } optgroup { font-weight: bold; font-style: normal; } input.button, button, input.defaultbutton, input.button-disabled { font-family: Verdana, Arial, Helvetica, sans-serif; text-align: center; vertical-align: middle; cursor: pointer; font-size: 0.9em; font-weight: normal; padding-left: 0.25em; padding-right: 0.25em; } input.defaultbutton { font-weight: bold; padding-left: 0.45em; padding-right: 0.45em; color: #094564; } input.button-disabled, input.button[disabled="disabled"] { cursor: default; color: #888; } input.disabled[type="image"] { opacity: 0.7; cursor: default; } input.box, textarea.box { width: 100%; } input.halfbox, textarea.halfbox { width: 48%; } td input.halfbox, td textarea.halfbox { width: 98%; } fieldset { border: 1px solid #CACACA; background-color: #F8F8F8; padding: 0.7em; margin: 0em; } fieldset.block { padding-bottom: 0em; } legend { font-weight: bold; color: #000000; padding: 0 0.35em 0 0.35em; font-size:1.1em; } /* Make sure long legend texts do not overflow */ /* https://jira.ez.no/browse/EZP-20316 */ /* IE8, IE9 */ fieldset legend { white-space: normal; display: table; } /* IE7/ IE6 */ legend span.long-legend-wrap { white-space: normal; display: block; width: 100%; } /* end: overflow workaroud */ fieldset label { color: #000000; font-size:1em; } label select { font-size:0.9em; } /* HORIZONTAL RULERS */ hr /* General formatting for all horizontal rulers */ { color: #ffffff; /* Color must be set to the same as the background color to hide default formatting in IE */ border: none; /* All borders must be removed as they are default for Opera */ border-top: 1px solid #e7e8e0; /* This single top border is the one replacing the default look of the ruler */ height: 1px; margin: 0.35em 0 0.35em 0; /* Be aware that these margins may not be calculated consistently across browsers */ } /* MESSAGES TO THE USER */ div.message-confirmation, div.message-feedback, div.message-warning, div.message-error { margin: 0.5em 0 1em 0; padding: 0.25em 1em 0.75em 1em; border: 6px solid #000000; } div.box-content div.message-confirmation, div.box-content div.message-feedback, div.box-content div.message-warning, div.box-content div.message-error { margin-top: 0; padding: 0.25em 0.5em 0.25em 0.5em; border: none; background-color: transparent; } div.message-feedback h2, div.message-warning h2, div.message-error h2 { background-repeat: no-repeat; background-position: 0 0; margin-left: 0.5em; padding: 0.25em 0.5em 0.5em 2.5em; } div.message-feedback { border-color: #3e8d29; } div.message-feedback h2 { background-image: url(../images/message-feedback.gif); } div.message-warning { border-color: #ff910d; background: #fff; } div.message-warning h2 { background-image: url(../images/message-warning.gif); } div.message-error { border-color: #C11B17; } div.message-error h2 { background-image: url(../images/message-error.gif); } div.message-feedback span.time, div.message-warning span.time, div.message-error span.time { font-size: 0.8em; margin-top: 0.15em; display: block; float: right; } label.message-error, legend.message-error { color: maroon; } /* The remaining styles are important for proper content rendering in eZ publish - Do not remove or alter them without proper knowledge of the possible consequences */ /* POSITION CONTROL */ div.block /* Used around groups of objects which are connected in some way, and requires extra margins to the surroundings */ { margin: 0.5em 0 0.5em 0; padding: 0; clear: both; } div.block div.element, div.block div.halfelement /* Used if several objects are to be stacked horizontally within the same block */ { padding-right: 1em; float: left; } div.halfelement { width: 48%; } div.block div.left /* Floats elements to the left in a block */ { width: 48%; float: left; clear: left; } div.block div.right /* Floats elements to the right in a block */ { width: 48%; float: right; clear: right; } div.button-left { float: left; } div.button-right { float: right; margin-left: 1em; } div.button-header { margin-top: 1em; } p.text-left, td.text-left, th.text-left, *.text-left { text-align: left; } p.text-right, td.text-right, th.text-right, *.text-right { text-align: right; } p.text-center, td.text-center, th.text-center, *.text-center { text-align: center; } p.text-justify, td.text-justify, th.text-justify, *.text-justify { text-align: justify; } div.object-left, table.object-left /* Used for floating images and other content elements to the left inside other content */ { margin: 0.25em 0.25em 0.25em 0; float: left; clear: left; } div.object-right, table.object-right /* Used for floating images and other content elements to the right inside other content */ { margin: 0.25em 0 0.25em 0.25em; float: right; clear: right; } div.object-center, table.object-center { margin: 0.25em auto 0.25em auto; text-align: center; } .float-break { height: 1%; /* Fix for IE */ } .float-break:after /* Terminate floating elements flow */ { content: "-"; height: 0; font-size: 0; visibility: hidden; display: block; clear: both; } div.break /* Old method for terminating floating elements flow; kept for backwards compatibility */ { clear: both; font-size: 1px; /* Fix for IE */ height: 1px; margin-bottom: -1px; } /* SPLIT THREE */ div.split { clear: both; } div.split div.three-left { width: 31%; float: left; } div.split div.three-right { width: 31%; float: right; } div.split div.three-center { margin: 0 35% 0 35%; } /* MISCELLANEOUS STYLES */ div.oe-window /* Needed by OE 5.0 when translating content */ { clear: both; } .small { font-size: 85%; } .hide /* Used on elements which should only be visible if CSS in disabled or unavailable */ { display: none; } .spamfilter /* Simple fix for stopping spambots from getting correct e-mail addresses from a web page: info<span class="spamfilter>SPAMFILTER</span>@ez.no <span class="spamfilter>(Remove SPAMFILTER to reply)</span> */ { display: none; } /* multioption */ table.multioption { font-size:1em; } table.multioption input.button { margin-left:0; } table.multioption, table.multioption table { border-collapse: collapse; width: 100%; margin: 0; } table.multioption table { margin-top: 0.5em; } table.multioption th, table.multioption td { padding:0.35em 0.7em; border: 1px solid #aaa; vertical-align: middle; text-align: left; } table.multioption table.options-list th, table.multioption table.options-list td { border: 1px solid #bebebe; } table.multioption th { vertical-align:top; background-color: #cccccc; } table.multioption table.options-list th { padding:0.35em 0.5em; vertical-align:middle; background-color: #eee; } table.multioption div.controlbar div.block { padding: 0; } table.multioption input.box { width: 98%; } .multioption label { font-weight: bold; padding: 0.5em 0; } .multioption .toolbar { padding:0.4em 0 0.2em 0; } option.disabled { color: #a0a0a0; } div.attribute-multioption ul { margin: 0 0 0 1em; padding: 0; } div.attribute-multioption li { margin: 0; padding: 0; list-style-type: none; }
0.507812
0.118385
body { padding-top: 50px; padding-bottom: 20px; } #slide-img{ height:400px; width:100%; } /* Set padding to keep content from hitting the edges */ .body-content { padding-left: 30px; padding-right: 15px; margin-top: 90px; } /* Override the default bootstrap behavior where horizontal description lists will truncate terms that are too long to fit in the left column */ .dl-horizontal dt { white-space: normal; } /* Set width on the form input elements since they're 100% wide by default */ input, select, textarea { max-width: 280px; } .container-fluid { height: 70px; padding: 20px, 30px; line-height: 50px; } .navbar-nav > li > a { line-height: 50px; } .navbar-brand { line-height: 50px; } .navbar-inverse { background-color: #437043; border-color: lightslategrey; } .navbar-fixed-left { width: 50px; position: fixed; border-radius: 0; background-color: #437043; border-color: #437043; height: 100%; z-index: 99999; position: fixed; left: 0; top: 0; transition: width 0.4s ease; } .navbar-fixed-left:hover { -webkit-box-shadow: 54px 0px 124px 36px rgba(0,0,0,0.56); -moz-box-shadow: 54px 0px 124px 36px rgba(0,0,0,0.56); box-shadow: 54px 0px 124px 36px rgba(0,0,0,0.56); position: fixed; width: 176px; /*transition: box-shadow 0.4s ease;*/ } .navbar-fixed-left .navbar-nav > li { float: none; /* Cancel default li float: left */ } .navbar-fixed-left .navbar-nav > li > a { height: 70px; padding-left: 0; padding-right: 0; box-sizing: border-box; padding-left: 15px; color: white; } .navbar-fixed-left .navbar-nav > li > a:hover { background-color: #305030; } .navbar-fixed-left + .container { padding-left: 160px; } /* On using dropdown menu (To right shift popuped) */ .navbar-fixed-left .navbar-nav > li > .dropdown-menu { margin-top: -50px; margin-left: 140px; } .text-for-icons { position: relative; left: -200px; } .navbar-fixed-left:hover .spanche { left: 0; } .spanche { position: relative; left: -2000px; padding-left: 20px; } #greasy-line { border-color: lightslategrey; background-color: lightslategrey; margin-top: 9px; width: 100%; } .navbar-fixed-left:hover #greasy-line { width: 178px; } #side { width: 50px; } .navbar-fixed-left:hover #side { width: 175px; } .navbar-inverse .navbar-nav > li > a { color: white; } .navbar-inverse .navbar-nav > li > a:hover { background-color: #305030; } .navbar-inverse .navbar-brand { color: white; } .navbar-inverse .navbar-brand:hover { background-color: #305030; } .reduced{ width:200px; height:150px; }
SKSLearningSystem/SKSLearningSystem/Content/Site.css
body { padding-top: 50px; padding-bottom: 20px; } #slide-img{ height:400px; width:100%; } /* Set padding to keep content from hitting the edges */ .body-content { padding-left: 30px; padding-right: 15px; margin-top: 90px; } /* Override the default bootstrap behavior where horizontal description lists will truncate terms that are too long to fit in the left column */ .dl-horizontal dt { white-space: normal; } /* Set width on the form input elements since they're 100% wide by default */ input, select, textarea { max-width: 280px; } .container-fluid { height: 70px; padding: 20px, 30px; line-height: 50px; } .navbar-nav > li > a { line-height: 50px; } .navbar-brand { line-height: 50px; } .navbar-inverse { background-color: #437043; border-color: lightslategrey; } .navbar-fixed-left { width: 50px; position: fixed; border-radius: 0; background-color: #437043; border-color: #437043; height: 100%; z-index: 99999; position: fixed; left: 0; top: 0; transition: width 0.4s ease; } .navbar-fixed-left:hover { -webkit-box-shadow: 54px 0px 124px 36px rgba(0,0,0,0.56); -moz-box-shadow: 54px 0px 124px 36px rgba(0,0,0,0.56); box-shadow: 54px 0px 124px 36px rgba(0,0,0,0.56); position: fixed; width: 176px; /*transition: box-shadow 0.4s ease;*/ } .navbar-fixed-left .navbar-nav > li { float: none; /* Cancel default li float: left */ } .navbar-fixed-left .navbar-nav > li > a { height: 70px; padding-left: 0; padding-right: 0; box-sizing: border-box; padding-left: 15px; color: white; } .navbar-fixed-left .navbar-nav > li > a:hover { background-color: #305030; } .navbar-fixed-left + .container { padding-left: 160px; } /* On using dropdown menu (To right shift popuped) */ .navbar-fixed-left .navbar-nav > li > .dropdown-menu { margin-top: -50px; margin-left: 140px; } .text-for-icons { position: relative; left: -200px; } .navbar-fixed-left:hover .spanche { left: 0; } .spanche { position: relative; left: -2000px; padding-left: 20px; } #greasy-line { border-color: lightslategrey; background-color: lightslategrey; margin-top: 9px; width: 100%; } .navbar-fixed-left:hover #greasy-line { width: 178px; } #side { width: 50px; } .navbar-fixed-left:hover #side { width: 175px; } .navbar-inverse .navbar-nav > li > a { color: white; } .navbar-inverse .navbar-nav > li > a:hover { background-color: #305030; } .navbar-inverse .navbar-brand { color: white; } .navbar-inverse .navbar-brand:hover { background-color: #305030; } .reduced{ width:200px; height:150px; }
0.396769
0.094093
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap'); * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: 'Poppins', sans-serif; font-size: 20px; letter-spacing: 0.5px; word-spacing: 2px; } .wrap { border: 1px solid gray; border-radius: 5px; width: 80%; margin: 40px auto; } .resume h1 { text-align: center; padding: 10px 0px; border-bottom: 1px solid gray; } .foto-name { display: flex; justify-content: space-around; align-items: center; } .name { font-size: 2.5rem; margin: 10px; padding: 10px; } .foto { width: 190px; height: auto; margin: 20px; } .tech-skills { display: grid; height: 19vh; grid-template-areas: 'skill1 skill2 skill3 skill4 skill5 skill6 skill7' 'skill8 skill8 skill9 skill10 skill10 skill11 skill11'; grid-template-columns: repeat(autofill, 1fr); grid-template-rows: auto auto; border-top: 1px solid gray; border-bottom: 1px solid gray; padding: 10px; } .skill { background-color: whitesmoke; border: 1px solid gray; margin: 10px; text-align: center; align-content: center; } .skill-1 { grid-area: skill1; } .skill-2 { grid-area: skill2; } .skill-3 { grid-area: skill3; } .skill-4 { grid-area: skill4; } .skill-5 { grid-area: skill5; } .skill-6 { grid-area: skill6; } .skill-7 { grid-area: skill7; } .skill-8 { grid-area: skill8; } .skill-9 { grid-area: skill9; } .skill-10 { grid-area: skill10; } .skill-11 { grid-area: skill11; } .contact { float: left; width: 30%; padding: 10px; } .contact h2 { text-align: center; margin: 25px 5px; } ul { list-style: none; margin: 10px; padding: 5px; } li { margin: 10px; padding: 5px; } .contact ul { list-style: none; margin: 20px 10px; padding: 5px; } .contact li { margin: 30px 10px; padding: 5px; } a { color: blue; } a:hover { color: orangered; transition: 0.4s; } .content { border-left: 1px solid gray; float: right; width: 70%; padding: 25px; } .content h2 { margin: 5px; padding: 5px; } .content p { margin: 5px; padding: 10px; } .content ul { margin: 5px; padding: 5px; } .content ul li { margin: 5px; padding: 5px; } .language-skills { clear: both; border-top: 1px solid gray; } .language-skills h2 { margin: 10px; padding: 10px; } .languages { display: flex; flex-direction: row; margin: 10px; padding: 10px; margin-right: 20px; } .language { margin-right: 40px; } .language p { margin: 5px 0; text-align: center; }
week1/main.css
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap'); * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: 'Poppins', sans-serif; font-size: 20px; letter-spacing: 0.5px; word-spacing: 2px; } .wrap { border: 1px solid gray; border-radius: 5px; width: 80%; margin: 40px auto; } .resume h1 { text-align: center; padding: 10px 0px; border-bottom: 1px solid gray; } .foto-name { display: flex; justify-content: space-around; align-items: center; } .name { font-size: 2.5rem; margin: 10px; padding: 10px; } .foto { width: 190px; height: auto; margin: 20px; } .tech-skills { display: grid; height: 19vh; grid-template-areas: 'skill1 skill2 skill3 skill4 skill5 skill6 skill7' 'skill8 skill8 skill9 skill10 skill10 skill11 skill11'; grid-template-columns: repeat(autofill, 1fr); grid-template-rows: auto auto; border-top: 1px solid gray; border-bottom: 1px solid gray; padding: 10px; } .skill { background-color: whitesmoke; border: 1px solid gray; margin: 10px; text-align: center; align-content: center; } .skill-1 { grid-area: skill1; } .skill-2 { grid-area: skill2; } .skill-3 { grid-area: skill3; } .skill-4 { grid-area: skill4; } .skill-5 { grid-area: skill5; } .skill-6 { grid-area: skill6; } .skill-7 { grid-area: skill7; } .skill-8 { grid-area: skill8; } .skill-9 { grid-area: skill9; } .skill-10 { grid-area: skill10; } .skill-11 { grid-area: skill11; } .contact { float: left; width: 30%; padding: 10px; } .contact h2 { text-align: center; margin: 25px 5px; } ul { list-style: none; margin: 10px; padding: 5px; } li { margin: 10px; padding: 5px; } .contact ul { list-style: none; margin: 20px 10px; padding: 5px; } .contact li { margin: 30px 10px; padding: 5px; } a { color: blue; } a:hover { color: orangered; transition: 0.4s; } .content { border-left: 1px solid gray; float: right; width: 70%; padding: 25px; } .content h2 { margin: 5px; padding: 5px; } .content p { margin: 5px; padding: 10px; } .content ul { margin: 5px; padding: 5px; } .content ul li { margin: 5px; padding: 5px; } .language-skills { clear: both; border-top: 1px solid gray; } .language-skills h2 { margin: 10px; padding: 10px; } .languages { display: flex; flex-direction: row; margin: 10px; padding: 10px; margin-right: 20px; } .language { margin-right: 40px; } .language p { margin: 5px 0; text-align: center; }
0.314577
0.089933
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, button { margin: 0; padding: 0; border: 0; background-color:transparent; font-size: 100%; font: inherit; font-family: Poppins, Arial; vertical-align: baseline; } body { background-color:#F7F7F7; } label input[type="checkbox"] { position: fixed; z-index: -10; opacity: 0; left: 0; top: 0; } /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } table { border-collapse: collapse; border-spacing: 0; } h1, h2 { font-weight:700; } h1 { font-size:32px; } h2 { font-size:36px; text-align:center; margin:30px 0; } h3 { border-bottom:solid 2px #CCC; padding-bottom:10px; margin-bottom:20px; font-weight:700; } .main h1, h2, h3, h4, h5, p, input { color: #043f42 !important; } /*BOOTSTRAP OVERRIDE */ .table .bmd-form-group { padding-top:0; } .table .table { background:transparent } /* Radio button inner circle color */ .radio label input[type=radio]:checked~.bmd-radio:before, label.radio-inline input[type=radio]:checked~.bmd-radio:before { background-color: #043f42; } /* Radio button outer circle color */ .radio label input[type=radio]:checked~.bmd-radio:after, label.radio-inline input[type=radio]:checked~.bmd-radio:after { border-color: #043f42; } /* The sidebar menu */ .sidenav { display: none; height: 100%; color:#FFF; text-align:center; position: fixed; z-index: 1; top: 0; left: 0; width:320px; background-color: #02565B; overflow-x: hidden; } .sidenav button { text-align:center; color:#FFF; cursor:pointer; } .sidenav button:hover { text-decoration:underline; } /* Hide past appointments nav link so we can unhide it for second login */ .sidenav div.pastAppointments { display: none; } .main { margin-left: 320px; /* Same as the width of the sidebar */ padding: 20px; display: none; } .section { display:none; } .rectangle { background-color:#04464A; padding:40px 0; } .table { display:table; text-align:left; margin:0 auto; } .sidenav .row { display:table-row; } .cell { display:table-cell; padding:0 0; } .cell-divider { background:#FFF; width:3px; height:30px; margin-left:8px } .buttonWithUnderline { border-bottom:solid 1px #FFF; padding-bottom:30px; } #navigation .cell:first-of-type { padding-left:20px; padding-right:10px; } .footer { margin-top:100px; margin-left:100px; margin-right:100px; padding-bottom:40px; } .footer button:first-of-type { float:left; } .footer button { float:right; } /* ICONS */ .openCircle { display: inline-block; height:20px; width:20px; content: ""; vertical-align: middle; background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23ffffff' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z' clip-rule='evenodd'/></svg>"); background-repeat: no-repeat; } .selectedCircle { display: inline-block; height:20px; width:20px; content: ""; vertical-align: middle; background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23ffffff' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-3.97-3.03a.75.75 0 0 0-1.08.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-.01-1.05z' clip-rule='evenodd'/></svg>"); background-repeat: no-repeat; } .centerSection { border-radius: 10px; max-width:860px; background:#FFF; margin:0 auto; padding:32px; margin-top:40px; } .button { box-shadow:0px 0px 1px 1px rgba(3,45,47,0.16); color:#025257; font-weight:700; font-size:14px; padding:15px; background:#EAF1F0; cursor:pointer; border-radius:24px; border:solid 1px #025257; } .primary { background:#025257; color:#FFF; } input.chk-btn { display: none; } input.chk-btn + label { font-size: 14px; border: 1px solid #145256; color: #145256; background: transparent; padding: 7px 12px; cursor: pointer; border-radius: 20px; } input.chk-btn:not(:checked) + label:hover { background: #145256; color:#FFF; } input.chk-btn + label:active, input.chk-btn:checked + label { background: #145256 !IMPORTANT; color:#FFF !IMPORTANT; } input.size1 { width: 30px !important; } input.size2 { width: 60px !important; } .align-left { text-align:left; padding:10px; } .cell input[type="checkbox"] { margin-top:10px; } .max-width { width: 100%; } .loginPage img { max-height: 100vh; } .loginPage .passwordPrompt { font-weight: bold; font-size: 18px; margin-bottom: 1em; } .loginPage input { width: 3em; height: 3em; margin: 10px; text-align: center; } .loginPage button { opacity: 0; transition: opacity 300ms ease-in-out; } #upcommingAppointments { line-height: 1.5em; } #upcommingAppointments label { margin: 4px; } #upcommingAppointments textarea { height: fill-available; margin-top: 3em; } /** * Hide both contents of the upcoming appointments so we can * unhide them with jquery based on the code the user put in */ #upcommingAppointments div.centerSection.firstSignIn, #upcommingAppointments div.centerSection.secondSignIn { display: none; } .section#pastAppointments { line-height: 1.5em; } i.material-icons { vertical-align: bottom; }
css/stylesheet.css
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, button { margin: 0; padding: 0; border: 0; background-color:transparent; font-size: 100%; font: inherit; font-family: Poppins, Arial; vertical-align: baseline; } body { background-color:#F7F7F7; } label input[type="checkbox"] { position: fixed; z-index: -10; opacity: 0; left: 0; top: 0; } /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } table { border-collapse: collapse; border-spacing: 0; } h1, h2 { font-weight:700; } h1 { font-size:32px; } h2 { font-size:36px; text-align:center; margin:30px 0; } h3 { border-bottom:solid 2px #CCC; padding-bottom:10px; margin-bottom:20px; font-weight:700; } .main h1, h2, h3, h4, h5, p, input { color: #043f42 !important; } /*BOOTSTRAP OVERRIDE */ .table .bmd-form-group { padding-top:0; } .table .table { background:transparent } /* Radio button inner circle color */ .radio label input[type=radio]:checked~.bmd-radio:before, label.radio-inline input[type=radio]:checked~.bmd-radio:before { background-color: #043f42; } /* Radio button outer circle color */ .radio label input[type=radio]:checked~.bmd-radio:after, label.radio-inline input[type=radio]:checked~.bmd-radio:after { border-color: #043f42; } /* The sidebar menu */ .sidenav { display: none; height: 100%; color:#FFF; text-align:center; position: fixed; z-index: 1; top: 0; left: 0; width:320px; background-color: #02565B; overflow-x: hidden; } .sidenav button { text-align:center; color:#FFF; cursor:pointer; } .sidenav button:hover { text-decoration:underline; } /* Hide past appointments nav link so we can unhide it for second login */ .sidenav div.pastAppointments { display: none; } .main { margin-left: 320px; /* Same as the width of the sidebar */ padding: 20px; display: none; } .section { display:none; } .rectangle { background-color:#04464A; padding:40px 0; } .table { display:table; text-align:left; margin:0 auto; } .sidenav .row { display:table-row; } .cell { display:table-cell; padding:0 0; } .cell-divider { background:#FFF; width:3px; height:30px; margin-left:8px } .buttonWithUnderline { border-bottom:solid 1px #FFF; padding-bottom:30px; } #navigation .cell:first-of-type { padding-left:20px; padding-right:10px; } .footer { margin-top:100px; margin-left:100px; margin-right:100px; padding-bottom:40px; } .footer button:first-of-type { float:left; } .footer button { float:right; } /* ICONS */ .openCircle { display: inline-block; height:20px; width:20px; content: ""; vertical-align: middle; background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23ffffff' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z' clip-rule='evenodd'/></svg>"); background-repeat: no-repeat; } .selectedCircle { display: inline-block; height:20px; width:20px; content: ""; vertical-align: middle; background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23ffffff' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-3.97-3.03a.75.75 0 0 0-1.08.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-.01-1.05z' clip-rule='evenodd'/></svg>"); background-repeat: no-repeat; } .centerSection { border-radius: 10px; max-width:860px; background:#FFF; margin:0 auto; padding:32px; margin-top:40px; } .button { box-shadow:0px 0px 1px 1px rgba(3,45,47,0.16); color:#025257; font-weight:700; font-size:14px; padding:15px; background:#EAF1F0; cursor:pointer; border-radius:24px; border:solid 1px #025257; } .primary { background:#025257; color:#FFF; } input.chk-btn { display: none; } input.chk-btn + label { font-size: 14px; border: 1px solid #145256; color: #145256; background: transparent; padding: 7px 12px; cursor: pointer; border-radius: 20px; } input.chk-btn:not(:checked) + label:hover { background: #145256; color:#FFF; } input.chk-btn + label:active, input.chk-btn:checked + label { background: #145256 !IMPORTANT; color:#FFF !IMPORTANT; } input.size1 { width: 30px !important; } input.size2 { width: 60px !important; } .align-left { text-align:left; padding:10px; } .cell input[type="checkbox"] { margin-top:10px; } .max-width { width: 100%; } .loginPage img { max-height: 100vh; } .loginPage .passwordPrompt { font-weight: bold; font-size: 18px; margin-bottom: 1em; } .loginPage input { width: 3em; height: 3em; margin: 10px; text-align: center; } .loginPage button { opacity: 0; transition: opacity 300ms ease-in-out; } #upcommingAppointments { line-height: 1.5em; } #upcommingAppointments label { margin: 4px; } #upcommingAppointments textarea { height: fill-available; margin-top: 3em; } /** * Hide both contents of the upcoming appointments so we can * unhide them with jquery based on the code the user put in */ #upcommingAppointments div.centerSection.firstSignIn, #upcommingAppointments div.centerSection.secondSignIn { display: none; } .section#pastAppointments { line-height: 1.5em; } i.material-icons { vertical-align: bottom; }
0.26569
0.078536
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; } audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; } audio:not([controls]) { display: none; } html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } sub, sup { position: relative; font-size: 75%; line-height: 0; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } img { width: auto\9; height: auto; max-width: 100%; vertical-align: middle; border: 0; -ms-interpolation-mode: bicubic; } button, input, select, textarea { margin: 0; font-size: 100%; vertical-align: middle; } button, input { *overflow: visible; line-height: normal; } button::-moz-focus-inner, input::-moz-focus-inner { padding: 0; border: 0; } button, html input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; } label, select, button, input[type="button"], input[type="reset"], input[type="submit"], input[type="radio"], input[type="checkbox"] { cursor: pointer; } input[type="search"] { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; -webkit-appearance: textfield; } input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; } textarea { overflow: auto; vertical-align: top; } html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent; } body { line-height:1; width: 100%; height: 100%; overflow-x: hidden; } article,aside,details,figcaption,figure, footer,header,hgroup,menu,nav,section { display:block; } nav ul { list-style:none; } blockquote, q { quotes:none; } blockquote:before, blockquote:after, q:before, q:after { content:''; content:none; } a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; text-decoration: none; } ins { text-decoration:none; } del { text-decoration: line-through; } abbr[title], dfn[title] { cursor:help; } table { border-collapse:collapse; border-spacing:0; } hr { display:block; min-height:1px; border:0; padding:0; margin: 0; } input, select { vertical-align:middle; } .clearfix{*zoom:1}.clearfix:before,.clearfix:after{display:table;line-height:0;content:""}.clearfix:after{clear:both} ul{ list-style: none; } /* jalapeno Page Start*/ .jalapenoBg{ background: url("../images/Jalapeno_bg.jpg") no-repeat center center; background-size: cover; width: 100%; height: 100%; cursor: url("../images/tortilla-chip.png"), move ; position: relative; overflow: hidden; } .jalapenoBg .container > div{ position: absolute; } .blurChili01{ background: url("../images/chilli-blur-01.png") no-repeat center center; width: 221px; height: 140px; background-size: contain; left: 32%; top: 0; } .blurChili02{ width: 286px; height: 312px; background: url("../images/chilli-blur-02.png") no-repeat center; background-size: contain; top: 34%; left: 1%; } .blurChili03{ width: 301px; height: 245px; background: url("../images/chilli-blur-03.png") no-repeat center; background-size: contain; top: 31%; right: 34%; } .blurChili04{ width: 187px; height: 288px; background: url("../images/chilli-blur-04.png") no-repeat center; background-size: contain; right: 0; top: 16%; } .chili01{ width: 96px; height: 56px; background: url("../images/chilli-01.png") no-repeat center; background-size: contain; top: 9%; left: 29%; } .chili02{ width: 154px; height: 156px; background: url("../images/chilli-02.png") no-repeat center; background-size: contain; top: 35%; left: 23%; } .chili03{ width: 113px; height: 79px; background: url("../images/chilli-03.png") no-repeat center; background-size: contain; top: 70%; left: 45%; } .chili04{ width: 111px; height: 78px; background: url("../images/chilli-04.png") no-repeat center; background-size: contain; top: 13%; right: 6%; } .doubleChili{ width: 170px; height: 139px; background: url("../images/doubleChilli.png") no-repeat center; background-size: contain; bottom: 17%; right: 14%; } .jalapenoHeading{ width: 533px; height: 176px; background: url("../images/Jalapeno-heading.png") no-repeat center; background-size: contain; top: 16%; left: 9%; } .jalapenoTips1{ width: 447px; height: 160px; background: url("../images/Jalapeno_jhatka_tips.png") no-repeat center; background-size: contain; top: 36%; left: 22%; display: none; } .jalapenoTips2{ width: 497px; height: 191px; background: url("../images/Jalapeno_chunkySalsa_tips.png") no-repeat center; background-size: contain; top: 37%; left: 24%; display: none; } .jalapenoPouch{ width: 327px; height: 429px; background: url("../images/Jalapeno_pouch.png") no-repeat center; background-size: contain; top: 11%; right: 16%; } .jalapenoHeadingShadow{ width: 691px; height: 224px; background: url("../images/Jalapeno-heading_shadow.png") no-repeat center; background-size: contain; top: 37%; left: 10%; } .jalapenoPouchShadow{ width: 513px; height: 205px; background: url("../images/Jalapeno_pouch_shadow.png") no-repeat center; background-size: contain; bottom: 18%; right: 13%; } .hide{ display: none; }
css/style.css
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; } audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; } audio:not([controls]) { display: none; } html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } sub, sup { position: relative; font-size: 75%; line-height: 0; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } img { width: auto\9; height: auto; max-width: 100%; vertical-align: middle; border: 0; -ms-interpolation-mode: bicubic; } button, input, select, textarea { margin: 0; font-size: 100%; vertical-align: middle; } button, input { *overflow: visible; line-height: normal; } button::-moz-focus-inner, input::-moz-focus-inner { padding: 0; border: 0; } button, html input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; } label, select, button, input[type="button"], input[type="reset"], input[type="submit"], input[type="radio"], input[type="checkbox"] { cursor: pointer; } input[type="search"] { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; -webkit-appearance: textfield; } input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; } textarea { overflow: auto; vertical-align: top; } html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent; } body { line-height:1; width: 100%; height: 100%; overflow-x: hidden; } article,aside,details,figcaption,figure, footer,header,hgroup,menu,nav,section { display:block; } nav ul { list-style:none; } blockquote, q { quotes:none; } blockquote:before, blockquote:after, q:before, q:after { content:''; content:none; } a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; text-decoration: none; } ins { text-decoration:none; } del { text-decoration: line-through; } abbr[title], dfn[title] { cursor:help; } table { border-collapse:collapse; border-spacing:0; } hr { display:block; min-height:1px; border:0; padding:0; margin: 0; } input, select { vertical-align:middle; } .clearfix{*zoom:1}.clearfix:before,.clearfix:after{display:table;line-height:0;content:""}.clearfix:after{clear:both} ul{ list-style: none; } /* jalapeno Page Start*/ .jalapenoBg{ background: url("../images/Jalapeno_bg.jpg") no-repeat center center; background-size: cover; width: 100%; height: 100%; cursor: url("../images/tortilla-chip.png"), move ; position: relative; overflow: hidden; } .jalapenoBg .container > div{ position: absolute; } .blurChili01{ background: url("../images/chilli-blur-01.png") no-repeat center center; width: 221px; height: 140px; background-size: contain; left: 32%; top: 0; } .blurChili02{ width: 286px; height: 312px; background: url("../images/chilli-blur-02.png") no-repeat center; background-size: contain; top: 34%; left: 1%; } .blurChili03{ width: 301px; height: 245px; background: url("../images/chilli-blur-03.png") no-repeat center; background-size: contain; top: 31%; right: 34%; } .blurChili04{ width: 187px; height: 288px; background: url("../images/chilli-blur-04.png") no-repeat center; background-size: contain; right: 0; top: 16%; } .chili01{ width: 96px; height: 56px; background: url("../images/chilli-01.png") no-repeat center; background-size: contain; top: 9%; left: 29%; } .chili02{ width: 154px; height: 156px; background: url("../images/chilli-02.png") no-repeat center; background-size: contain; top: 35%; left: 23%; } .chili03{ width: 113px; height: 79px; background: url("../images/chilli-03.png") no-repeat center; background-size: contain; top: 70%; left: 45%; } .chili04{ width: 111px; height: 78px; background: url("../images/chilli-04.png") no-repeat center; background-size: contain; top: 13%; right: 6%; } .doubleChili{ width: 170px; height: 139px; background: url("../images/doubleChilli.png") no-repeat center; background-size: contain; bottom: 17%; right: 14%; } .jalapenoHeading{ width: 533px; height: 176px; background: url("../images/Jalapeno-heading.png") no-repeat center; background-size: contain; top: 16%; left: 9%; } .jalapenoTips1{ width: 447px; height: 160px; background: url("../images/Jalapeno_jhatka_tips.png") no-repeat center; background-size: contain; top: 36%; left: 22%; display: none; } .jalapenoTips2{ width: 497px; height: 191px; background: url("../images/Jalapeno_chunkySalsa_tips.png") no-repeat center; background-size: contain; top: 37%; left: 24%; display: none; } .jalapenoPouch{ width: 327px; height: 429px; background: url("../images/Jalapeno_pouch.png") no-repeat center; background-size: contain; top: 11%; right: 16%; } .jalapenoHeadingShadow{ width: 691px; height: 224px; background: url("../images/Jalapeno-heading_shadow.png") no-repeat center; background-size: contain; top: 37%; left: 10%; } .jalapenoPouchShadow{ width: 513px; height: 205px; background: url("../images/Jalapeno_pouch_shadow.png") no-repeat center; background-size: contain; bottom: 18%; right: 13%; } .hide{ display: none; }
0.377426
0.081593
* { padding: 0px; margin: 0px; box-sizing: border-box; font-family: Arial, Helvetica, sans-serif; } .main-wrap { width: 100%; background: #fff; } .footer-wrap { position: relative; width: 100%; background: black; } .footer-wrap-1 { display: flex; } .footer-section { display: block; padding-left: 20%; } .footer-section:last-of-type { width: 32%; } .footer-section p { color: #fff; font-size: 16px; } .footer-section h1 { font-size: 22px; color: #fff; margin-bottom: 8px; } .footer-section a { color: #fff; display: block; text-decoration: none; padding: 4px 0px; } form { position: relative; } form input { position: absolute; height: 32px; width: 220px; margin: 8px 0px; border: none; outline: none; padding: 6px; font-size: 14px; } form .btn { height: 32px; background: rgb(79, 156, 69); border: none; padding: 0px 6px; margin: 8px 0px; position: absolute; left: 60%; font-weight: 600; cursor: pointer; color: #fff; } .btn:hover { background: rgb(107, 204, 94); } .line { margin-top: 20px; width: 100%; height: 1px; background: rgb(143, 142, 142); } .social-link { padding-top: 25px; text-align: center; } .footer-bottom { background: rgb(12, 12, 12); width: 100%; padding: 20px; display: flex; justify-content: space-between; } .footer-bottom a { color: #fff; font-size: 14px; margin-left: 20px; text-decoration: none; } .first-box { margin-left: 20px; } .last-box { margin-right: 20px; } .popup { margin-top: 6px; color: white; position: relative; display: inline-block; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } /* The actual popup */ .popup .popuptext { visibility: hidden; width: 160px; background-color: #555; color: #fff; text-align: center; border-radius: 6px; padding: 8px 0; position: absolute; z-index: 1; bottom: 125%; left: 50%; margin-left: -80px; } /* Popup arrow */ .popup .popuptext::after { content: ""; position: absolute; top: 100%; left: 50%; margin-left: -5px; border-width: 5px; border-style: solid; border-color: #555 transparent transparent transparent; } /* Toggle this class - hide and show the popup */ .popup .show { visibility: visible; -webkit-animation: fadeIn 1s; animation: fadeIn 1s; } /* Add animation (fade in the popup) */ @-webkit-keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } } @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
src/css/footer.css
* { padding: 0px; margin: 0px; box-sizing: border-box; font-family: Arial, Helvetica, sans-serif; } .main-wrap { width: 100%; background: #fff; } .footer-wrap { position: relative; width: 100%; background: black; } .footer-wrap-1 { display: flex; } .footer-section { display: block; padding-left: 20%; } .footer-section:last-of-type { width: 32%; } .footer-section p { color: #fff; font-size: 16px; } .footer-section h1 { font-size: 22px; color: #fff; margin-bottom: 8px; } .footer-section a { color: #fff; display: block; text-decoration: none; padding: 4px 0px; } form { position: relative; } form input { position: absolute; height: 32px; width: 220px; margin: 8px 0px; border: none; outline: none; padding: 6px; font-size: 14px; } form .btn { height: 32px; background: rgb(79, 156, 69); border: none; padding: 0px 6px; margin: 8px 0px; position: absolute; left: 60%; font-weight: 600; cursor: pointer; color: #fff; } .btn:hover { background: rgb(107, 204, 94); } .line { margin-top: 20px; width: 100%; height: 1px; background: rgb(143, 142, 142); } .social-link { padding-top: 25px; text-align: center; } .footer-bottom { background: rgb(12, 12, 12); width: 100%; padding: 20px; display: flex; justify-content: space-between; } .footer-bottom a { color: #fff; font-size: 14px; margin-left: 20px; text-decoration: none; } .first-box { margin-left: 20px; } .last-box { margin-right: 20px; } .popup { margin-top: 6px; color: white; position: relative; display: inline-block; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } /* The actual popup */ .popup .popuptext { visibility: hidden; width: 160px; background-color: #555; color: #fff; text-align: center; border-radius: 6px; padding: 8px 0; position: absolute; z-index: 1; bottom: 125%; left: 50%; margin-left: -80px; } /* Popup arrow */ .popup .popuptext::after { content: ""; position: absolute; top: 100%; left: 50%; margin-left: -5px; border-width: 5px; border-style: solid; border-color: #555 transparent transparent transparent; } /* Toggle this class - hide and show the popup */ .popup .show { visibility: visible; -webkit-animation: fadeIn 1s; animation: fadeIn 1s; } /* Add animation (fade in the popup) */ @-webkit-keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } } @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
0.551091
0.107578
@import url("https://code.cdn.mozilla.net/fonts/fira.css"); @import url("Font-Awesome/css/font-awesome.min.css"); body { background : rgb(238,238,236); color : rgb(46,52,54); font-family : "Fira Sans", sans-serif; font-size : 13pt; } div#content { background-color : rgb(255,255,255); background-repeat : no-repeat; background-position : bottom right; padding-left : 8pt; padding-right : 8pt; padding-top : 1ex; padding-bottom : 1ex; margin-top : 8pt; margin-bottom : 8pt; border-radius : 4pt 4pt 4pt 4pt; position: relative; } .spacer { clear: both; } #navbar { color: #cf6656; /*background-color: #ffe9e6;*/ /*border-radius: .25em;*/ padding-left: .1em; padding-right: .1em; padding-top: .1ex; padding-top: .1ex; position: absolute; top: 0; right: 0; font-weight: bold; font-size: 90%; z-index: 2; display: block; margin: 0; font-size: 125%; list-style: none; } #navbar li { display: inline; margin-left: .2em; margin-right: .2em; } #navbar a[href] { color: #c4d0ab; text-decoration: none; } #navbar a[href]:hover { color: #d35a47; text-decoration: none; } #navbar a[href] span { display: none; } #bottombar { list-style: none; } #bottombar li { display: inline; } #bottombar li:first-child:before { content: none; } #bottombar li:before { content: " · "; } span.at:before { content: "@"; } h1 { font-size: 175%; font-weight: bold; float: left; margin-top: 0; margin-left: 0; float: none; color: #b24f3f; } .article-meta, .docutils.field-list { margin-top: -3.5ex; color: #9ca3a8; font-size: 80%; } .docutils.field-list th.field-name { font-weight: normal; } h2 { font-size: 125%; font-weight: bold; color: #8a6b4a; } h3 { font-size: 95%; font-weight: bold; color: #7b7268; margin: 0; margin-top: 1ex; } p, .line-block { margin-top: 1ex; margin-bottom: 1ex; } a[href] { color: #8a6b4a; } a[href]:hover { background-color: #ffe1c0; border-radius: .2em; color: #d35a47; } footer { color: #9ca3a8; font-size: 75%; } footer a[href] { color: #9ca3a8; } /* Syntax highlighting */ .code .tag, .highlight .gp, .highlight .nt, .highlight .ow { color: #a08f7d; } .code .attribute, .highlight .na, .highlight .nc { color: #ce9d68; } .code .entity, .highlight .ni, .highlight .cp { color: #ce7668; } .code .string, .highlight .s, .highlight .s2, .highlight .nv { color: #7c94a4; } .code .keyword, .highlight .k, .highlight .kt, .highlight .kr { color: #82a63b; } .code .punctuation, .highlight .p { color: #7f8487; } .code .function { color: #8a6b4a; } .code .operator, .highlight .o { color: #af9793; } .code .comment, .highlight .c1, .highlight .cm { color: #a08f7d; } .code .number, .highlight .mi, .highlight .mf { color: #ce9d68; } .code.gas .error, .code.gas .label { color: #a08f7d; } .code.gas .constant { color: #82a63b; } pre { margin : 4pt 4pt 8pt 4pt; border-left : solid 0.5em rgb(233,226,211); padding-left : 1em; font-family : "Fira Mono", monospace; } tt { font-family : "Fira Mono", monospace; } /* Function descriptions */ tt.descname { font-weight: bold; color: #5e6550; } dl.function > dt { background-color: #f5f8ef; } dl.class > dt { background-color: #fff3e6; } dl.class > dd { } /* Docutils messages */ .system-messages, .system-message { margin : 4pt 4pt 8pt 4pt; border-left : solid 0.5em #ffd9d3; padding-left : 1em; background-color : #fff7f6; } .system-messages h2, .system-message-title { color: #d35a47; } a[href^="http://www.linkedin.com"] { content: ""; } a[href^="http://www.linkedin.com"]:before { font-family: FontAwesome; content: "\f0e1"; margin-right: .25em; } a[href$=".tar.xz"]:before { font-family: FontAwesome; content: "\f187"; margin-right: .25em; } #content a[href^="https://git.atelo.org/"]:before { font-family: FontAwesome; content: "\f126"; margin-right: .25em; } a[href^="https://github.com/"]:before { font-family: FontAwesome; content: "\f09b"; margin-right: .25em; } .headerlink { opacity: 0.08; margin-left: .5em; } .headerlink:hover { opacity: 1; } .highlighted { background-color: #ffd8ad; } a.sphinx-source { margin-left: .1em; margin-right: .1em; } a.sphinx-source:before { padding-right: .2em; } a.sphinx-source span { display: none; } /* Old style */ a { text-decoration : none; } code { font-family : "Fira Mono", sans-serif; font-size : 13pt; } ul li p:before { color : rgb(252,175,62); content : "» "; } ul#recent-posts { font-size : 10pt; margin-top : 0pt; margin-bottom : 0pt; } div#welcome { padding-right : 188px; } div.info { color : rgb(186,189,182); font-size : 10pt; margin-top : -8pt; margin-bottom : 12pt; } div.figure { text-align : center; } p.caption { color : rgb(136,138,133); font-style : italic; font-size : 10pt; } blockquote { font-style : italic; text-align : right; } /* Small size display */ img.welcome { display: none; } #intro { float: right; margin-right: 1em; margin-top: 1ex; margin-bottom: .5ex; } @media (min-width:840px) { img.welcome { margin-top: 3.5ex; width: 9.3em; display: inline; } #intro { margin-right: 4em; margin-top: 4ex; margin-bottom: 2ex; } #main-pages #research { float: left; width: 33%; } #main-pages #misc { float: right; width: 33%; } #main-pages #code { display: inline-block; width: 33%; } } @media (min-width:1024px) { body { margin-left : auto; margin-right : auto; width : 50em; } }
static/poco.css
@import url("https://code.cdn.mozilla.net/fonts/fira.css"); @import url("Font-Awesome/css/font-awesome.min.css"); body { background : rgb(238,238,236); color : rgb(46,52,54); font-family : "Fira Sans", sans-serif; font-size : 13pt; } div#content { background-color : rgb(255,255,255); background-repeat : no-repeat; background-position : bottom right; padding-left : 8pt; padding-right : 8pt; padding-top : 1ex; padding-bottom : 1ex; margin-top : 8pt; margin-bottom : 8pt; border-radius : 4pt 4pt 4pt 4pt; position: relative; } .spacer { clear: both; } #navbar { color: #cf6656; /*background-color: #ffe9e6;*/ /*border-radius: .25em;*/ padding-left: .1em; padding-right: .1em; padding-top: .1ex; padding-top: .1ex; position: absolute; top: 0; right: 0; font-weight: bold; font-size: 90%; z-index: 2; display: block; margin: 0; font-size: 125%; list-style: none; } #navbar li { display: inline; margin-left: .2em; margin-right: .2em; } #navbar a[href] { color: #c4d0ab; text-decoration: none; } #navbar a[href]:hover { color: #d35a47; text-decoration: none; } #navbar a[href] span { display: none; } #bottombar { list-style: none; } #bottombar li { display: inline; } #bottombar li:first-child:before { content: none; } #bottombar li:before { content: " · "; } span.at:before { content: "@"; } h1 { font-size: 175%; font-weight: bold; float: left; margin-top: 0; margin-left: 0; float: none; color: #b24f3f; } .article-meta, .docutils.field-list { margin-top: -3.5ex; color: #9ca3a8; font-size: 80%; } .docutils.field-list th.field-name { font-weight: normal; } h2 { font-size: 125%; font-weight: bold; color: #8a6b4a; } h3 { font-size: 95%; font-weight: bold; color: #7b7268; margin: 0; margin-top: 1ex; } p, .line-block { margin-top: 1ex; margin-bottom: 1ex; } a[href] { color: #8a6b4a; } a[href]:hover { background-color: #ffe1c0; border-radius: .2em; color: #d35a47; } footer { color: #9ca3a8; font-size: 75%; } footer a[href] { color: #9ca3a8; } /* Syntax highlighting */ .code .tag, .highlight .gp, .highlight .nt, .highlight .ow { color: #a08f7d; } .code .attribute, .highlight .na, .highlight .nc { color: #ce9d68; } .code .entity, .highlight .ni, .highlight .cp { color: #ce7668; } .code .string, .highlight .s, .highlight .s2, .highlight .nv { color: #7c94a4; } .code .keyword, .highlight .k, .highlight .kt, .highlight .kr { color: #82a63b; } .code .punctuation, .highlight .p { color: #7f8487; } .code .function { color: #8a6b4a; } .code .operator, .highlight .o { color: #af9793; } .code .comment, .highlight .c1, .highlight .cm { color: #a08f7d; } .code .number, .highlight .mi, .highlight .mf { color: #ce9d68; } .code.gas .error, .code.gas .label { color: #a08f7d; } .code.gas .constant { color: #82a63b; } pre { margin : 4pt 4pt 8pt 4pt; border-left : solid 0.5em rgb(233,226,211); padding-left : 1em; font-family : "Fira Mono", monospace; } tt { font-family : "Fira Mono", monospace; } /* Function descriptions */ tt.descname { font-weight: bold; color: #5e6550; } dl.function > dt { background-color: #f5f8ef; } dl.class > dt { background-color: #fff3e6; } dl.class > dd { } /* Docutils messages */ .system-messages, .system-message { margin : 4pt 4pt 8pt 4pt; border-left : solid 0.5em #ffd9d3; padding-left : 1em; background-color : #fff7f6; } .system-messages h2, .system-message-title { color: #d35a47; } a[href^="http://www.linkedin.com"] { content: ""; } a[href^="http://www.linkedin.com"]:before { font-family: FontAwesome; content: "\f0e1"; margin-right: .25em; } a[href$=".tar.xz"]:before { font-family: FontAwesome; content: "\f187"; margin-right: .25em; } #content a[href^="https://git.atelo.org/"]:before { font-family: FontAwesome; content: "\f126"; margin-right: .25em; } a[href^="https://github.com/"]:before { font-family: FontAwesome; content: "\f09b"; margin-right: .25em; } .headerlink { opacity: 0.08; margin-left: .5em; } .headerlink:hover { opacity: 1; } .highlighted { background-color: #ffd8ad; } a.sphinx-source { margin-left: .1em; margin-right: .1em; } a.sphinx-source:before { padding-right: .2em; } a.sphinx-source span { display: none; } /* Old style */ a { text-decoration : none; } code { font-family : "Fira Mono", sans-serif; font-size : 13pt; } ul li p:before { color : rgb(252,175,62); content : "» "; } ul#recent-posts { font-size : 10pt; margin-top : 0pt; margin-bottom : 0pt; } div#welcome { padding-right : 188px; } div.info { color : rgb(186,189,182); font-size : 10pt; margin-top : -8pt; margin-bottom : 12pt; } div.figure { text-align : center; } p.caption { color : rgb(136,138,133); font-style : italic; font-size : 10pt; } blockquote { font-style : italic; text-align : right; } /* Small size display */ img.welcome { display: none; } #intro { float: right; margin-right: 1em; margin-top: 1ex; margin-bottom: .5ex; } @media (min-width:840px) { img.welcome { margin-top: 3.5ex; width: 9.3em; display: inline; } #intro { margin-right: 4em; margin-top: 4ex; margin-bottom: 2ex; } #main-pages #research { float: left; width: 33%; } #main-pages #misc { float: right; width: 33%; } #main-pages #code { display: inline-block; width: 33%; } } @media (min-width:1024px) { body { margin-left : auto; margin-right : auto; width : 50em; } }
0.464659
0.085786
body { background-color: #171717; font-size: 14px; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; position: relative; } .footer { color: #4a4a4a !important; position: absolute; right: 0; bottom: 0; left: 0; padding: 1rem; text-align: center; font-size: 13px; } .container { display: flex; flex-direction: column; height: 100vh; } footer { height: 50px; flex-shrink: 0; } .max { max-width: 100px; max-height: 100px; } .jumbotron{ background-color: #303030; } .form-control:read-only,.form-control:focus,.form-control{ border-color: #303030; background-color: #565656 !important; border-radius: .25rem; border: 1px solid #284d66; color: white } .btn,.btn-primary { border: 1px solid #284d66; background-color: #232323 !important; } .card{ background-color: #3d3d3d3d; border: 1px solid #284d66 !important; color:white } .card-header{ background-color: #444444; } .navbar{ background-color: #303030 !important; } .pagination > .active > a { color: white !important; border-color: #203e52 !important; background-color: #232323 !important ; } .pagination > .current > a { color: white !important; border-color: #4684ad !important; background-color: #232323 !important ; } .pagination > li > a { color: #444444 !important; border-color: #444444 !important; background-color: #232323 !important ; } .toast-header { color: white !important; border-color: #444444 !important; background-color: #444444 !important ; } .toast{ color: white !important; border-color: #444444 !important; background-color: #232323 !important ; } .close { color: white !important; } .table td, th { text-align: left; padding: .5rem 1rem; border-top: 1px solid #4684ad } tbody tr:nth-child(odd) { background-color: #303030; color: #fff; } tbody tr { background: #444; color: #fff; } th { border-color: #444444 !important; background-color: #444444; color: #fff; }
frontend/src/assets/style.css
body { background-color: #171717; font-size: 14px; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; position: relative; } .footer { color: #4a4a4a !important; position: absolute; right: 0; bottom: 0; left: 0; padding: 1rem; text-align: center; font-size: 13px; } .container { display: flex; flex-direction: column; height: 100vh; } footer { height: 50px; flex-shrink: 0; } .max { max-width: 100px; max-height: 100px; } .jumbotron{ background-color: #303030; } .form-control:read-only,.form-control:focus,.form-control{ border-color: #303030; background-color: #565656 !important; border-radius: .25rem; border: 1px solid #284d66; color: white } .btn,.btn-primary { border: 1px solid #284d66; background-color: #232323 !important; } .card{ background-color: #3d3d3d3d; border: 1px solid #284d66 !important; color:white } .card-header{ background-color: #444444; } .navbar{ background-color: #303030 !important; } .pagination > .active > a { color: white !important; border-color: #203e52 !important; background-color: #232323 !important ; } .pagination > .current > a { color: white !important; border-color: #4684ad !important; background-color: #232323 !important ; } .pagination > li > a { color: #444444 !important; border-color: #444444 !important; background-color: #232323 !important ; } .toast-header { color: white !important; border-color: #444444 !important; background-color: #444444 !important ; } .toast{ color: white !important; border-color: #444444 !important; background-color: #232323 !important ; } .close { color: white !important; } .table td, th { text-align: left; padding: .5rem 1rem; border-top: 1px solid #4684ad } tbody tr:nth-child(odd) { background-color: #303030; color: #fff; } tbody tr { background: #444; color: #fff; } th { border-color: #444444 !important; background-color: #444444; color: #fff; }
0.293506
0.077518
html { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 100%; color: white; } body { background-image: linear-gradient(to top, #30cfd0 0%, #330867 100%); background-image: linear-gradient(to right, #74ebd5 0%, #9face6 100%); color: white; } img { display: block; width: 100%; } section { margin: 3rem 4rem 8rem; } ul { background-color: white; box-shadow: 3px 2px 12px rgba(0, 0, 0, 0.4); list-style: none; margin: 2rem 0; padding: 2.2rem; } h1 { font-size: 1.5rem; font-weight: normal; margin: 0; margin-bottom: 0.8rem; line-height: 1; } main > h1 { font-size: 3rem; padding: 1em 0.3em 0; text-align: center; } /* Grid stuffs */ .fixed ul { display: grid; grid-template-columns: repeat(4, 200px); grid-gap: 4px; width: calc(800px + 12px); } .fluid ul { display: grid; grid-template-columns: repeat(5, 1fr); grid-gap: 0.25rem; max-width: 100%; } .responsive ul { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); grid-gap: 0.25rem; } .explicitly-placed ul { display: grid; grid-template-columns: repeat(4, 1fr); max-width: 600px; } .explicitly-placed li:nth-child(1) { grid-column: 2 / 3; grid-row: 1 / 2; } .explicitly-placed li:nth-child(2) { grid-column: 4 / 5; grid-row: 2 / 3; } .explicitly-placed li:nth-child(3) { grid-column: 3 / 4; grid-row: 3 / 4; } .explicitly-placed li:nth-child(4) { grid-column: 1 / 2; grid-row: 5 / 6; } .explicitly-placed li:nth-child(5) { grid-column: 4 / 5; grid-row: 5 / 6; } .overlapping h1 { margin-bottom: 1.2rem; } .overlapping ul { display: grid; grid-template-columns: 4fr 2fr 2fr 3fr 6fr; max-width: 600px; } .overlapping li:nth-child(1) { grid-row: 1 / span 2; grid-column: 1 / span 2; z-index: 2; } .overlapping li:nth-child(2) { grid-row: 2 / span 4; grid-column: 2 / span 3; } .overlapping li:nth-child(3) { grid-row: 4 / span 3; grid-column: 4 / span 2; z-index: 2; }
layouts/css/grid-gallery-examples.css
html { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 100%; color: white; } body { background-image: linear-gradient(to top, #30cfd0 0%, #330867 100%); background-image: linear-gradient(to right, #74ebd5 0%, #9face6 100%); color: white; } img { display: block; width: 100%; } section { margin: 3rem 4rem 8rem; } ul { background-color: white; box-shadow: 3px 2px 12px rgba(0, 0, 0, 0.4); list-style: none; margin: 2rem 0; padding: 2.2rem; } h1 { font-size: 1.5rem; font-weight: normal; margin: 0; margin-bottom: 0.8rem; line-height: 1; } main > h1 { font-size: 3rem; padding: 1em 0.3em 0; text-align: center; } /* Grid stuffs */ .fixed ul { display: grid; grid-template-columns: repeat(4, 200px); grid-gap: 4px; width: calc(800px + 12px); } .fluid ul { display: grid; grid-template-columns: repeat(5, 1fr); grid-gap: 0.25rem; max-width: 100%; } .responsive ul { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); grid-gap: 0.25rem; } .explicitly-placed ul { display: grid; grid-template-columns: repeat(4, 1fr); max-width: 600px; } .explicitly-placed li:nth-child(1) { grid-column: 2 / 3; grid-row: 1 / 2; } .explicitly-placed li:nth-child(2) { grid-column: 4 / 5; grid-row: 2 / 3; } .explicitly-placed li:nth-child(3) { grid-column: 3 / 4; grid-row: 3 / 4; } .explicitly-placed li:nth-child(4) { grid-column: 1 / 2; grid-row: 5 / 6; } .explicitly-placed li:nth-child(5) { grid-column: 4 / 5; grid-row: 5 / 6; } .overlapping h1 { margin-bottom: 1.2rem; } .overlapping ul { display: grid; grid-template-columns: 4fr 2fr 2fr 3fr 6fr; max-width: 600px; } .overlapping li:nth-child(1) { grid-row: 1 / span 2; grid-column: 1 / span 2; z-index: 2; } .overlapping li:nth-child(2) { grid-row: 2 / span 4; grid-column: 2 / span 3; } .overlapping li:nth-child(3) { grid-row: 4 / span 3; grid-column: 4 / span 2; z-index: 2; }
0.584153
0.167083
.style1 { COLOR: #360508 } ."style4" { FONT-SIZE: 11px } .style5 { FONT-SIZE: 12px } .style6 { COLOR: #ffffff; FONT-WEIGHT: bold } BODY { TEXT-AliGN: center; FONT-FAMILY: tahoma, helvetica, arial, sans-serif; FONT-SIZE: 11px; PADDING-BOTTOM: 0px; liST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; liST-STYLE-IMAGE: none; PADDING-TOP: 0px; BACKGROUND: #5d1f1f; COLOR: #251200; } #wrapper { PADDING-BOTTOM: 0px; liST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; liST-STYLE-IMAGE: none; PADDING-TOP: 0px } h1 { PADDING-BOTTOM: 0px; liST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; liST-STYLE-IMAGE: none; PADDING-TOP: 0px; FONT-SIZE: 10px; } h2 { PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px; FONT-SIZE: 10px; } h3 { PADDING-BOTTOM: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 4px; FONT-SIZE: 10px; } TH { FONT-SIZE: 11px } TD { FONT-SIZE: 11px } img { BORDER-BOTTOM: 0px; BORDER-LEFT: 0px; BORDER-TOP: 0px; BORDER-RIGHT: 0px } P { PADDING-BOTTOM: 0px; MARGIN: 1em 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px } #nav-top { PADDING-BOTTOM: 0px; liST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; liST-STYLE-IMAGE: none; PADDING-TOP: 0px } #nav-top li { PADDING-BOTTOM: 0px; liST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; liST-STYLE-IMAGE: none; PADDING-TOP: 0px } #nav-left { PADDING-BOTTOM: 0px; liST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; liST-STYLE-IMAGE: none; PADDING-TOP: 0px } #nav-top li { PADDING-BOTTOM: 0px; liST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; liST-STYLE-IMAGE: none; PADDING-TOP: 0px } #wrapper { POSITION: relative; TEXT-AliGN: left; MARGIN: 16px auto; WIDTH: 750px; TOP: 1px } .block { DISPLAY: block } .clear { liNE-HEIGHT: 1px; MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px; HEIGHT: 1px; CLEAR: both; FONT-SIZE: 1px; PADDING-TOP: 0px } * HTML .clear { MARGIN-TOP: -5px; MARGIN-BOTTOM: -4px } .left { MARGIN: 1px 8px 0px 0px; FLOAT: left } .softright { TEXT-AliGN: right } ."readmore" { TEXT-AliGN: right } #wrapper { WIDTH: 780px; BACKGROUND: #ad803d } A { COLOR: #422100 } A:hover { COLOR: #231201 } #body #events ."readmore" A { COLOR: #e2c3a5; TEXT-DECORATION: none } #body ."readmore" A { COLOR: #e2c3a5; TEXT-DECORATION: none } #hotstuff ."readmore" A { COLOR: #e2c3a5; TEXT-DECORATION: none } #body ."readmore" A:hover { TEXT-DECORATION: underline } #body #events ."readmore" A:hover { TEXT-DECORATION: underline } #hotstuff ."readmore" A:hover { TEXT-DECORATION: underline } #header { BORDER-BOTTOM: white 1px solid; MARGIN: 0px; WIDTH: 100%; BACKGROUND: url(images/header-corner.jpg) no-repeat left top; HEIGHT: 299px } #header h1 { TEXT-AliGN: right } #header #nav { BORDER-BOTTOM: white 1px solid; POSITION: absolute; TEXT-AliGN: center; PADDING-BOTTOM: 10px; MARGIN: 0px; PADDING-LEFT: 0px; WIDTH: 489px; PADDING-RIGHT: 0px; BACKGROUND: #170e01; COLOR: #d4a66f; FONT-SIZE: 9px; BORDER-TOP: white 1px solid; TOP: 86px; FONT-WEIGHT: bold; PADDING-TOP: 9px; LEFT: 291px } #header #nav li { DISPLAY: inline } #header #nav A { COLOR: #d4a66f; TEXT-DECORATION: none } #header #nav A:hover { COLOR: #fff; TEXT-DECORATION: underline } #header #welcome { POSITION: absolute; WIDTH: 482px; HEIGHT: 173px; OVERFLOW: auto; TOP: 122px; LEFT: 291px } #header #welcome h2 { PADDING-BOTTOM: 0px; liNE-HEIGHT: 1; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0.2em } #header #welcome P { MARGIN: 0.5em 0px; font-size: 11px; } * HTML #header #welcome P { MARGIN: 0.5em 0px } #header #welcome P { PADDING-LEFT: 2em; padding-right: 2em; } #body { POSITION: relative; BACKGROUND: url(images/body_bg.gif) repeat-y; COLOR: #251200 } #body-i { WIDTH: 100%; BACKGROUND: url(images/feature-table.jpg) no-repeat right top } #body #hevents { POSITION: absolute; TOP: 0px; LEFT: 291px } * HTML #body #hevents { POSITION: relative; MARGIN-TOP: -32px; TOP: 0px; LEFT: 0px } #body #specials { WIDTH: 286px; DISPLAY: inline; FLOAT: left; MARGIN-LEFT: 2px } #body #events { WIDTH: 235px; DISPLAY: inline; FLOAT: left; MARGIN-LEFT: 10px } #body .imagebox { PADDING-BOTTOM: 2px; MARGIN: 2px 0px; PADDING-LEFT: 110px; PADDING-RIGHT: 8px; BACKGROUND: #9b6f2d no-repeat 4px 50%; PADDING-TOP: 2px } #body h3 { MARGIN: 0px 0px 0.2em } #body P { MARGIN: 0px 0px 0.2em } #body #events A { COLOR: #ce9b5e } #body #events A:hover { COLOR: #fff } #events ."readmore" { MARGIN-BOTTOM: 0px } #hotstuff { WIDTH: 100%; BACKGROUND: url(images/hotstuff_bg.gif) repeat-y } * HTML #hotstuff { PADDING-BOTTOM: 10px } #hotstuff h2 { BACKGROUND: #3b2000; BORDER-TOP: #fff 1px solid } * HTML #hotstuff h2 { WIDTH: 100% } #hotstuff .imagebox { PADDING-BOTTOM: 2px; MARGIN: 2px 0px; PADDING-LEFT: 110px; WIDTH: 140px; PADDING-RIGHT: 8px; BACKGROUND: no-repeat 4px 50%; FLOAT: left; PADDING-TOP: 2px } #hotstuff #hot-one { WIDTH: 140px; height: 110px; } #hotstuff #hot-two { WIDTH: 140px; height: 110px; MARGIN-LEFT: 2px; } #hotstuff #hot-three { WIDTH: 140px; height: 110px; MARGIN-LEFT: 2px } * HTML #hotstuff #hot-one { WIDTH: 140px; height: 110px; } * HTML #hotstuff #hot-two { WIDTH: 140px; height: 110px; } * HTML #hotstuff #hot-three { WIDTH: 140px; height: 110px; } #hotstuff h3 { MARGIN: 0px 0px 0.2em } #hotstuff P { MARGIN: 0px 0px 0.2em } * HTML #spacer { MARGIN-TOP: 8px } #footer { PADDING-BOTTOM: 2em } #footer { COLOR: #360508 } #footer A { COLOR: #360508 } #footer A:hover { COLOR: #fff } .body-main { margin-bottom: 10px; margin-left: 10px; margin-right: 10px; margin-top: 10px; font-size: 13px; }
thai.css
.style1 { COLOR: #360508 } ."style4" { FONT-SIZE: 11px } .style5 { FONT-SIZE: 12px } .style6 { COLOR: #ffffff; FONT-WEIGHT: bold } BODY { TEXT-AliGN: center; FONT-FAMILY: tahoma, helvetica, arial, sans-serif; FONT-SIZE: 11px; PADDING-BOTTOM: 0px; liST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; liST-STYLE-IMAGE: none; PADDING-TOP: 0px; BACKGROUND: #5d1f1f; COLOR: #251200; } #wrapper { PADDING-BOTTOM: 0px; liST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; liST-STYLE-IMAGE: none; PADDING-TOP: 0px } h1 { PADDING-BOTTOM: 0px; liST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; liST-STYLE-IMAGE: none; PADDING-TOP: 0px; FONT-SIZE: 10px; } h2 { PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px; FONT-SIZE: 10px; } h3 { PADDING-BOTTOM: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 4px; FONT-SIZE: 10px; } TH { FONT-SIZE: 11px } TD { FONT-SIZE: 11px } img { BORDER-BOTTOM: 0px; BORDER-LEFT: 0px; BORDER-TOP: 0px; BORDER-RIGHT: 0px } P { PADDING-BOTTOM: 0px; MARGIN: 1em 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px } #nav-top { PADDING-BOTTOM: 0px; liST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; liST-STYLE-IMAGE: none; PADDING-TOP: 0px } #nav-top li { PADDING-BOTTOM: 0px; liST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; liST-STYLE-IMAGE: none; PADDING-TOP: 0px } #nav-left { PADDING-BOTTOM: 0px; liST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; liST-STYLE-IMAGE: none; PADDING-TOP: 0px } #nav-top li { PADDING-BOTTOM: 0px; liST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; liST-STYLE-IMAGE: none; PADDING-TOP: 0px } #wrapper { POSITION: relative; TEXT-AliGN: left; MARGIN: 16px auto; WIDTH: 750px; TOP: 1px } .block { DISPLAY: block } .clear { liNE-HEIGHT: 1px; MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px; HEIGHT: 1px; CLEAR: both; FONT-SIZE: 1px; PADDING-TOP: 0px } * HTML .clear { MARGIN-TOP: -5px; MARGIN-BOTTOM: -4px } .left { MARGIN: 1px 8px 0px 0px; FLOAT: left } .softright { TEXT-AliGN: right } ."readmore" { TEXT-AliGN: right } #wrapper { WIDTH: 780px; BACKGROUND: #ad803d } A { COLOR: #422100 } A:hover { COLOR: #231201 } #body #events ."readmore" A { COLOR: #e2c3a5; TEXT-DECORATION: none } #body ."readmore" A { COLOR: #e2c3a5; TEXT-DECORATION: none } #hotstuff ."readmore" A { COLOR: #e2c3a5; TEXT-DECORATION: none } #body ."readmore" A:hover { TEXT-DECORATION: underline } #body #events ."readmore" A:hover { TEXT-DECORATION: underline } #hotstuff ."readmore" A:hover { TEXT-DECORATION: underline } #header { BORDER-BOTTOM: white 1px solid; MARGIN: 0px; WIDTH: 100%; BACKGROUND: url(images/header-corner.jpg) no-repeat left top; HEIGHT: 299px } #header h1 { TEXT-AliGN: right } #header #nav { BORDER-BOTTOM: white 1px solid; POSITION: absolute; TEXT-AliGN: center; PADDING-BOTTOM: 10px; MARGIN: 0px; PADDING-LEFT: 0px; WIDTH: 489px; PADDING-RIGHT: 0px; BACKGROUND: #170e01; COLOR: #d4a66f; FONT-SIZE: 9px; BORDER-TOP: white 1px solid; TOP: 86px; FONT-WEIGHT: bold; PADDING-TOP: 9px; LEFT: 291px } #header #nav li { DISPLAY: inline } #header #nav A { COLOR: #d4a66f; TEXT-DECORATION: none } #header #nav A:hover { COLOR: #fff; TEXT-DECORATION: underline } #header #welcome { POSITION: absolute; WIDTH: 482px; HEIGHT: 173px; OVERFLOW: auto; TOP: 122px; LEFT: 291px } #header #welcome h2 { PADDING-BOTTOM: 0px; liNE-HEIGHT: 1; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0.2em } #header #welcome P { MARGIN: 0.5em 0px; font-size: 11px; } * HTML #header #welcome P { MARGIN: 0.5em 0px } #header #welcome P { PADDING-LEFT: 2em; padding-right: 2em; } #body { POSITION: relative; BACKGROUND: url(images/body_bg.gif) repeat-y; COLOR: #251200 } #body-i { WIDTH: 100%; BACKGROUND: url(images/feature-table.jpg) no-repeat right top } #body #hevents { POSITION: absolute; TOP: 0px; LEFT: 291px } * HTML #body #hevents { POSITION: relative; MARGIN-TOP: -32px; TOP: 0px; LEFT: 0px } #body #specials { WIDTH: 286px; DISPLAY: inline; FLOAT: left; MARGIN-LEFT: 2px } #body #events { WIDTH: 235px; DISPLAY: inline; FLOAT: left; MARGIN-LEFT: 10px } #body .imagebox { PADDING-BOTTOM: 2px; MARGIN: 2px 0px; PADDING-LEFT: 110px; PADDING-RIGHT: 8px; BACKGROUND: #9b6f2d no-repeat 4px 50%; PADDING-TOP: 2px } #body h3 { MARGIN: 0px 0px 0.2em } #body P { MARGIN: 0px 0px 0.2em } #body #events A { COLOR: #ce9b5e } #body #events A:hover { COLOR: #fff } #events ."readmore" { MARGIN-BOTTOM: 0px } #hotstuff { WIDTH: 100%; BACKGROUND: url(images/hotstuff_bg.gif) repeat-y } * HTML #hotstuff { PADDING-BOTTOM: 10px } #hotstuff h2 { BACKGROUND: #3b2000; BORDER-TOP: #fff 1px solid } * HTML #hotstuff h2 { WIDTH: 100% } #hotstuff .imagebox { PADDING-BOTTOM: 2px; MARGIN: 2px 0px; PADDING-LEFT: 110px; WIDTH: 140px; PADDING-RIGHT: 8px; BACKGROUND: no-repeat 4px 50%; FLOAT: left; PADDING-TOP: 2px } #hotstuff #hot-one { WIDTH: 140px; height: 110px; } #hotstuff #hot-two { WIDTH: 140px; height: 110px; MARGIN-LEFT: 2px; } #hotstuff #hot-three { WIDTH: 140px; height: 110px; MARGIN-LEFT: 2px } * HTML #hotstuff #hot-one { WIDTH: 140px; height: 110px; } * HTML #hotstuff #hot-two { WIDTH: 140px; height: 110px; } * HTML #hotstuff #hot-three { WIDTH: 140px; height: 110px; } #hotstuff h3 { MARGIN: 0px 0px 0.2em } #hotstuff P { MARGIN: 0px 0px 0.2em } * HTML #spacer { MARGIN-TOP: 8px } #footer { PADDING-BOTTOM: 2em } #footer { COLOR: #360508 } #footer A { COLOR: #360508 } #footer A:hover { COLOR: #fff } .body-main { margin-bottom: 10px; margin-left: 10px; margin-right: 10px; margin-top: 10px; font-size: 13px; }
0.205057
0.070368
.ace--seahorse .ace_gutter { background: rgba(37,38,43,1); color: rgb(125,126,131) } .ace--seahorse .ace_print-margin { width: 1px; background: #e8e8e8 } .ace--seahorse { background-color: rgba(37,38,43,1); color: rgba(213,214,219,1) } .ace--seahorse .ace_cursor { color: rgba(248,248,240,1) } .ace--seahorse .ace_marker-layer .ace_active-line, .ace--seahorse .ace_marker-layer .ace_selection { background: rgba(53,54,59,1) } .ace--seahorse.ace_multiselect .ace_selection.ace_start { box-shadow: 0 0 3px 0px rgba(37,38,43,1); border-radius: 2px } .ace--seahorse .ace_marker-layer .ace_step { background: rgb(198, 219, 174) } .ace--seahorse .ace_marker-layer .ace_bracket { margin: -1px 0 0 -1px; border: 1px solid rgba(59,58,50,1) } .ace--seahorse .ace_gutter-active-line { background-color: rgba(53,54,59,1) } .ace--seahorse .ace_marker-layer .ace_selected-word { border: 1px solid rgba(53,54,59,1) } .ace--seahorse .ace_fold { background-color: rgba(160,249,140,1); border-color: rgba(213,214,219,1) } .ace--seahorse .ace_entity.ace_name.ace_tag, .ace--seahorse .ace_keyword, .ace--seahorse .ace_storage { color: rgba(249,140,207,1) } .ace--seahorse .ace_constant.ace_character, .ace--seahorse .ace_constant.ace_language, .ace--seahorse .ace_constant.ace_numeric, .ace--seahorse .ace_constant.ace_other, .ace--seahorse .ace_string.ace_regexp { color: rgba(195,149,247,1) } .ace--seahorse .ace_support.ace_constant, .ace--seahorse .ace_support.ace_function { color: rgba(140,196,249,1) } .ace--seahorse .ace_storage.ace_type, .ace--seahorse .ace_support.ace_class, .ace--seahorse .ace_support.ace_type { font-style: italic; color: rgba(140,196,249,1) } .ace--seahorse .ace_invalid { color: rgba(248,248,240,1); background-color: rgba(249,140,207,1) } .ace--seahorse .ace_invalid.ace_deprecated { color: rgba(248,248,240,1); background-color: rgba(195,149,247,1) } .ace--seahorse .ace_markup.ace_heading, .ace--seahorse .ace_string { color: rgba(243,249,140,1) } .ace--seahorse .ace_comment { color: rgba(101,102,107,1) } .ace--seahorse .ace_entity.ace_name.ace_function, .ace--seahorse .ace_entity.ace_other.ace_attribute-name, .ace--seahorse .ace_variable { color: rgba(160,249,140,1) } .ace--seahorse .ace_variable.ace_language { color: rgba(213,214,219,1) } .ace--seahorse .ace_variable.ace_parameter { font-style: italic; color: rgba(249,199,140,1) }
ace/lib/ace/theme/Seahorse.css
.ace--seahorse .ace_gutter { background: rgba(37,38,43,1); color: rgb(125,126,131) } .ace--seahorse .ace_print-margin { width: 1px; background: #e8e8e8 } .ace--seahorse { background-color: rgba(37,38,43,1); color: rgba(213,214,219,1) } .ace--seahorse .ace_cursor { color: rgba(248,248,240,1) } .ace--seahorse .ace_marker-layer .ace_active-line, .ace--seahorse .ace_marker-layer .ace_selection { background: rgba(53,54,59,1) } .ace--seahorse.ace_multiselect .ace_selection.ace_start { box-shadow: 0 0 3px 0px rgba(37,38,43,1); border-radius: 2px } .ace--seahorse .ace_marker-layer .ace_step { background: rgb(198, 219, 174) } .ace--seahorse .ace_marker-layer .ace_bracket { margin: -1px 0 0 -1px; border: 1px solid rgba(59,58,50,1) } .ace--seahorse .ace_gutter-active-line { background-color: rgba(53,54,59,1) } .ace--seahorse .ace_marker-layer .ace_selected-word { border: 1px solid rgba(53,54,59,1) } .ace--seahorse .ace_fold { background-color: rgba(160,249,140,1); border-color: rgba(213,214,219,1) } .ace--seahorse .ace_entity.ace_name.ace_tag, .ace--seahorse .ace_keyword, .ace--seahorse .ace_storage { color: rgba(249,140,207,1) } .ace--seahorse .ace_constant.ace_character, .ace--seahorse .ace_constant.ace_language, .ace--seahorse .ace_constant.ace_numeric, .ace--seahorse .ace_constant.ace_other, .ace--seahorse .ace_string.ace_regexp { color: rgba(195,149,247,1) } .ace--seahorse .ace_support.ace_constant, .ace--seahorse .ace_support.ace_function { color: rgba(140,196,249,1) } .ace--seahorse .ace_storage.ace_type, .ace--seahorse .ace_support.ace_class, .ace--seahorse .ace_support.ace_type { font-style: italic; color: rgba(140,196,249,1) } .ace--seahorse .ace_invalid { color: rgba(248,248,240,1); background-color: rgba(249,140,207,1) } .ace--seahorse .ace_invalid.ace_deprecated { color: rgba(248,248,240,1); background-color: rgba(195,149,247,1) } .ace--seahorse .ace_markup.ace_heading, .ace--seahorse .ace_string { color: rgba(243,249,140,1) } .ace--seahorse .ace_comment { color: rgba(101,102,107,1) } .ace--seahorse .ace_entity.ace_name.ace_function, .ace--seahorse .ace_entity.ace_other.ace_attribute-name, .ace--seahorse .ace_variable { color: rgba(160,249,140,1) } .ace--seahorse .ace_variable.ace_language { color: rgba(213,214,219,1) } .ace--seahorse .ace_variable.ace_parameter { font-style: italic; color: rgba(249,199,140,1) }
0.618089
0.126758
@charset "utf-8"; /* CSS Document */ /* 首页 */ .header-bot-item{ height:1.75rem; line-height:1.75rem; background-color:#fa4b28; color:#fff; width:100%; display: -moz-box; display: -webkit-box; display: box; -ms-flex-align: center; -webkit-align-items: center; -webkit-box-align: center; align-items: center; } .header-bot-item em{ font-size:0.7rem; display:block; margin-left:0.625rem; text-align: center;} .header-bot-item h2{ font-size:0.75rem; text-align:center;-webkit-box-flex: 1;-moz-box-flex: 1;-ms-box-flex: 1; box-flex: 1; } .header-bot-item .tel{margin-right:0.625rem; width:0.8rem; height:0.8rem; display:block; background:url(../images/header-bot-tel.jpg) center center no-repeat; background-size:cover;} /*banner*/ .banner {position:relative;background:#fff;} .banner-pics-list li {width:100%;} .banner-pics-list li a img {display:block;width:100%;} .banner-tit {position:absolute;left:50%; bottom:0.375rem;height:0.5rem; width:2.1rem; margin-left:-1.05rem; background-color:transparent;} .banner-tit li {float:left;width:0.5rem;height:0.5rem;background-color:rgba(255, 255, 255, 1);-webkit-border-radius:100%;border-radius:100%;margin-right:0.2rem; } .banner-tit li.on {background-color:rgba(0, 0, 0, .4);} /*ind-nav*/ .ind-nav{ margin-bottom:0.35rem; position: relative; } .ind-nav::after { content: ''; height: 1px; width: 100%; background:#ededed; position: absolute; bottom: 0; left: 0;} .ind-nav .ind-tit{ height:1.55rem; background-color:#FFF; } .ind-nav .ind-tit h2{height:1.55rem;line-height:1.65rem;width:3.7rem;color:#fff;font-size:0.6rem;text-align:center;background:url(../images/ind-tit.png) center center no-repeat;background-size:contain; } .ind-nav ul{height:8rem; border-top:1px solid #efefef;overflow:hidden; } .ind-nav ul.intro{ height:auto; } .ind-nav ul li{float:left;width:25%; height:4rem; box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;border-right:1px solid #ededed;border-bottom:1px solid #ededed; -webkit-box-align: center; box-align: center;-webkit-align-items: center; align-items: center;display:-moz-box; display:-webkit-box; display:box; } .ind-nav ul li:last-child{ border-right:none; } ul.intro li:last-child{border-right:1px solid #ededed;} .ind-nav ul li div{ margin:0 auto; } .ind-nav ul li a i,.more i{ width:1.5rem; height:1.5rem; display:block; margin:0 auto 0.3rem; } .ind-nav ul li a em,.ind-nav .more{ color:#222222; font-size:0.6rem;text-align:center; display: block;} .ind-nav .more{ width:25%; position:absolute; bottom:0; right:0; padding: 0.6rem 0; z-index:10; background-color:#fff;border-bottom:1px solid #ededed;} .ind-nav .add-more{ width:100%; position:static;border-bottom:none;} .ind-nav .hide-more{ display:none;} /*二手置换 货运配送*/ .ind-item a{ padding:0.4rem 0; background-color:#fff;margin-bottom:0.35rem;display:-moz-box; display:-webkit-box; display:box; -ms-flex-align: center; -webkit-align-items: center; -webkit-box-align: center; align-items: center;} .ind-item .ind-item-img{ height:3rem; width:3rem; margin:0 0.5rem 0 0.8rem; } .ind-item h3{ font-size:0.7rem; margin-bottom:0.2rem; } .ind-item h3.red{ color:#ed5a37; } .ind-item h3.green{ color:#3cad7b; } .ind-item p{ color:#9d9a9b; font-size:0.6rem; } /*-------我的-------*/ .my-face{ height:6.65rem; width:100%;display:-moz-box; display:-webkit-box; display:box; -ms-flex-align: center; -webkit-align-items: center; -webkit-box-align: center; align-items: center; background:url(../images/face-bg.jpg) center center no-repeat; background-size:cover; } .my-face .my-face-con{ height:5rem; width:5rem; margin:0 auto; position:relative;} .my-face .my-face-pic{ width:3.75rem; height:3.75rem; margin:0 auto; overflow:hidden; border:2px solid #fff; -moz-border-radius:100%; -webkit-border-radius:100%; border-radius:100%;} .my-face p{ width:100%; text-align:center; color:#fff; font-size:0.7rem; position:absolute; bottom:0; left:0; } .personal-list ul { margin-bottom:0.25rem; border-top: 1px solid #f5f5f5; border-bottom: 1px solid #f5f5f5; } .personal-list ul li { padding:0 5%; height:2.25rem;line-height:2.25rem;border-bottom: 1px solid #e5e5e5;background:url(../images/my-arrow.png) 95% center no-repeat;background-size:0.275rem 0.5rem; } .personal-list ul li:last-child {border-bottom:none;} .personal-list ul li a.my-icon-wddd{background-image:url(../images/my-icon-wddd.png);} .personal-list ul li a.my-icon-ddjd{background-image:url(../images/my-icon-ddjd.png);} .personal-list ul li a.my-icon-grzl{background-image:url(../images/my-icon-grzl.png);} .personal-list ul li a.my-icon-yhq{background-image:url(../images/my-icon-yhq.png);} .personal-list ul li a.my-icon-wdjf{background-image:url(../images/my-icon-wdjf.png);} .personal-list ul li a.my-icon-gsjj{background-image:url(../images/my-icon-gsjj.png);} .personal-list ul li a.my-icon-bzzx{background-image:url(../images/my-icon-bzzx.png);} .personal-list ul li a.my-icon-kfzx{background-image:url(../images/my-icon-kfzx.png);} .personal-list ul li a {color:#181818;font-size:0.7rem;padding-left:2.5em; background-position:left center; background-repeat:no-repeat; background-size:auto 45%;} .personal-list ul li a .my-tel{ float:right; display:inline-block; margin-right:5%; color:#999999; font-size:0.7rem;} /*-------个人资料-------*/ .personal-data1 ul li{ height:2.25rem; line-height:2.25rem; overflow:hidden;border-bottom:1px solid #e5e5e5; padding:0 0.5rem; background:url(../images/my-arrow.png) 95% center no-repeat; background-size:0.275rem 0.5rem;} .personal-data1 ul li a{color:#181818; font-size:0.6rem;} .personal-data1 ul li a span{ display:block; max-width:40%; float:left; overflow:hidden; } .personal-data1 ul li a em { max-width:60%; text-align:right; color:#999999; float: right; margin-right:5%; display:-webkit-box; -webkit-line-clamp:1;-webkit-box-orient:vertical; word-wrap: break-word;overflow:hidden; -webkit-box-pack:center;} /*----选择分类-----*/ .classification ul li{ padding:1rem 0; width:50%; float:left; border-bottom:1px solid #f0f0f0; border-right:1px solid #f0f0f0;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;} .classification ul li:nth-last-child(odd){ border-right:none; } .classification ul li a{ display:block; width:6.5rem; margin:0 auto;} .classification ul li a img{ width:6.5rem; height:5.5rem;} .classification ul li a span{ display:block; font-size:0.6rem; margin-top:0.5rem; color:#181818; text-align:center;} /*-----其他分类-----*/ .classification ul.other li a .other-img{ width:4.5rem; height:4.5rem; margin:0 auto; overflow:hidden; -moz-border-radius:100%; -webkit-border-radius:100%; border-radius:100%; } /*----产品列表------*/ .pro-list ul li{ padding:0.5rem 0.4rem; border-bottom:1px solid #e5e5e5; } .pro-list ul li a{ display:-moz-box; display:-webkit-box; display:box;-webkit-box-align: center; box-align: center; -webkit-align-items: center;align-items: center;box-sizing:border-box; -moz-box-sizing:border-box;-webkit-box-sizing:border-box;} .pro-list ul li a .pro-list-img{ width:4.7rem; height:3.85rem;} .pro-list ul li a .pro-list-txt{ padding:0 0.5rem; -webkit-box-flex: 1;-moz-box-flex: 1;-ms-box-flex: 1; box-flex: 1;} .pro-list ul li a .pro-list-txt .pro-list-txt-tit{ font-size:0.7rem; color:#181818; display: -webkit-box;-webkit-line-clamp: 2; -webkit-box-orient: vertical; word-wrap: break-word; overflow: hidden; -webkit-box-pack: center; } .pro-list ul li a .pro-list-txt span{ color:#fff; font-size:0.6rem; background-color:#fa4b28; padding:0 0.1rem; } .pro-list ul li a .pro-list-txt p{ color:#999999; font-size:0.7rem; } /*----货运配送------*/ .goods-allocation ul{ background-color:transparent; } .goods-allocation ul li{ background-color:#fff; margin-top:0.3rem; padding:0.6rem; } .goods-allocation ul li a{background:url(../images/my-arrow.png) 95% center no-repeat; background-size:0.275rem 0.5rem; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-align: center; box-align: center; -webkit-align-items: center; align-items: center;} .goods-allocation-img{ width:3.2rem; height:3.2rem; margin-right:0.5rem; overflow:hidden; } .goods-allocation-txt h2{ color:#222222; font-size:0.7rem; margin-bottom:0.2rem;} .goods-allocation-txt p{ color:#666666; font-size:0.6rem; } /*----详情------*/ .details-price,.min-price{ background-color:#fff; padding:0 0.5rem; font-size:0.6rem; margin-bottom:0.3rem; color:#181818; } .details-price li{ height:1.9rem; line-height:1.9rem; border-bottom:1px solid #efefef; } .details-price li:last-child{border-bottom:none;} .details-price li em{ color:#fa4b28; font-size:0.85rem; } .min-price-tit{ padding:0.5rem 0; } .min-price-tit h2{border-left:2px solid #fa4b28; padding-left:0.25rem; color:#999999; font-size: 0.6rem;} .min-price-con{ line-height:1rem; padding-bottom:0.75rem; } .min-price-bot{width:100%; position:fixed; bottom:0; left:0; height:2.1rem; line-height:2.1rem; } .min-price-bot a{ color:#fff;font-size:0.75rem; text-align:center; display:block; } .min-price-bot div{width:50%; height:100%; float:left;} .min-price-tel{ background-color:#1a85f8; } .min-price-order{background-color:#ff731c;} /*----面包车详情------*/ .car-description{ color:#181818; font-size:0.6rem; line-height:1rem; background-color:#fff; padding:0.5rem; border-bottom:1px solid #e5e5e5; } ul.car-details{ margin-bottom:0.3rem; padding:0.5rem; font-size:0.6rem; color:#999999; } ul.car-details li{ width:100%; float:left; margin-bottom:0.5rem; padding-left:1rem; background-size:0.75rem 0.75rem; background-position:left center; background-repeat:no-repeat; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;} ul.car-details li.fwfw{ background-image:url(../images/fwfw.png);} ul.car-details li.fwqy{ background-image:url(../images/fwqy.png);} ul.car-details li.fwdz{ background-image:url(../images/fwdz.png);} ul.car-details li.fwdh{ background-image:url(../images/fwdh.png);} /*----维修详情------*/ ul.repair-price li span{ color:#999999; } ul.repair-price li span i{ color:#fa4b28; } ul.repair-price li span em{ font-size:0.9rem; } .tip{ margin-bottom:0.3rem; margin-left:0.5rem; padding:0.3rem 0.3rem 0.3rem 1rem; background:url(../images/tip.png) left center no-repeat; background-size:auto 60%; color:#ff731c; font-size:0.5rem; } .repair-price-con ul li{ font-size: 0.2rem; list-style-type:none; color:#0c75e7; margin-left:0.5rem; list-style:disc;} .repair-price-con ul li a{ font-size: 0.6rem; color:#0c75e7; text-decoration:underline; } /*----订单确认------*/ .order-confirm{ padding:0.3rem 0; } ul.order-confirm-list li{ width:100%; padding:0.3rem 0.5rem; float:left; display:-moz-box;display:-webkit-box; display:box; box-sizing:border-box; -moz-box-sizing:border-box;-webkit-box-sizing:border-box; } ul.order-confirm-list li h2{ margin-right:0.5rem; display:block;color:#666666; font-size:0.6rem;} ul.order-confirm-list li span{ display:block; color:#181818;font-size:0.6rem;-webkit-box-flex: 1;-moz-box-flex: 1;-ms-box-flex: 1; box-flex: 1;} ul.order-price{ padding:0 0.5rem; margin:0.3rem 0; } ul.order-price li{width: 100%; height:1.9rem; line-height:1.9rem; float: left; display: -moz-box; display: -webkit-box; display: box;} ul.order-price li:last-child{ border-top:1px solid #f5f5f5; } ul.order-price li h2{ margin-right:0.5rem; display:block;color:#666666; font-size:0.6rem;} ul.order-price li span{ color:#fa4b28; font-size:0.6rem; text-align:right; display:block; -webkit-box-flex: 1;-moz-box-flex: 1;-ms-box-flex: 1; box-flex: 1;} ul.order-price li p{ width:100%; font-size:0.7rem; color:#181818; text-align:right; } ul.order-price li p em{ color:#fa4b28;} /*------订单进度------*/ .order-schedule-img{ padding:0.5rem 0; } /*----通用黄色大按钮-----*/ a.pay,span.cancel,.submit-btn,.confirm-payment,.order,.sure-order,.tjxx{ display:block; width:90%; height:2.1rem; line-height:2.1rem; margin:0.6rem auto; background-color:#ff731c; color:#fff; text-align:center; -moz-border-radius:0.2rem; -webkit-border-radius:0.2rem; border-radius:0.2rem; font-size:0.8rem; } /*----订单详情-订单取消------*/ .order-num span.state{ color:#1a85f9; font-size:0.6rem; } ul.order-cancel-list li:last-child{ height:2rem; line-height:2rem; padding:0 0.5rem; border-top:1px solid #e5e5e5; } ul.order-cancel-list li p { width: 100%; font-size: 0.7rem; color: #181818; text-align:left;} ul.order-cancel-list li p em { color: #fa4b28; } span.cancel{ color:#ff731c; background-color:transparent; border:1px solid #ff731c; } /*----订单支付------*/ .order-num,.payways{ background-color:#fff; margin-bottom: 0.3rem; color:#181818; font-size:0.7rem;} .order-num,.payways-tit{ height:1.85rem; line-height:1.85rem; padding:0 0.6rem; } .payways ul li,.payways-tit{ border-bottom:1px solid #f3f3f3; } .payways ul li a{padding:0.6rem; background:url(../images/my-arrow.png) 95% center no-repeat; background-size:0.275rem 0.5rem; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-align: center; box-align: center; -webkit-align-items: center; align-items: center;} .payways-img{ width:2rem; height:2rem; margin-right:0.5rem; overflow:hidden; } .payways-txt{-webkit-box-flex: 1;-moz-box-flex: 1;-ms-box-flex: 1; box-flex: 1;} .payways-txt h2{color:#181818; } .payways-txt p{ color:#999999; font-size:0.6rem; } /*-------积分------*/ .integral-head{ height:4.45rem; width:100%; background:url(../images/integral-bg.jpg) center center repeat-x; box-sizing:border-box; -moz-box-sizing:border-box;-webkit-box-sizing:border-box; padding-top:0.5rem;} .integral-head p{ color:#fff; font-size:0.6rem; text-align:center; } .integral-head p em{font-size:1.8rem;text-shadow:0 0 0.1rem rgba(161,9,24, 0.4);} .integral-rule{ background-color: #fff; padding: 0 0.5rem; font-size: 0.6rem; margin-bottom: 0.3rem; color: #181818;} .integral-rule-tit{ padding: 0.5rem 0;} .integral-rule-tit h2{ border-left: 2px solid #fa4b28; padding-left: 0.25rem; color: #999999; font-size: 0.6rem; } .integral-rule-con { line-height: 1.2rem; padding-bottom: 1rem;} /*-------修改------*/ .modify input{width:100%;line-height:2.2rem;height:2.2rem;margin-top:0.3rem;padding: 0 0.5rem;font-size:0.6rem;background-color:#fff;border-bottom:1px solid #e9e9e9;border-top:1px solid #e9e9e9;box-sizing:border-box; -moz-box-sizing:border-box;-webkit-box-sizing:border-box; } .modify input::-webkit-input-placeholder {color:#181818;font-size:0.6rem;} .modify input:-moz-placeholder {color:#181818;font-size:0.6rem;} .modify input::-moz-placeholder {color:#181818;font-size:0.6rem;} .modify input:-ms-input-placeholder {color:#181818;font-size:0.6rem;} /*-------登录------*/ .registered{ margin-top:0.3rem; padding:0 0.5rem; background-color: #fff; border-top: 1px solid #e8e8e8; border-bottom: 1px solid #e8e8e8; } .registered .field{ border-bottom:1px solid #efefef; position:relative;} .registered .field:last-child{border-bottom:none; } .registered .field a.fsyzm{ position:absolute; right:0.5rem; bottom:0.5rem; display:block; width:3.85rem; height:1.35rem; line-height:1.35rem; font-size:0.6rem; text-align:center; color:#ff731c; border:1px solid #ff731c; -moz-border-radius:0.3rem; -webkit-border-radius:0.3rem; border-radius:0.3rem; } .registered .field input{height:2.2rem; line-height:2.2rem; font-size:0.75rem; color:#c8c8c8; } .registered .field input.username{ width:100%; } .registered .field input.yzm{ width:50%; } .registered .field input::-webkit-input-placeholder,.add-class ul li input::-webkit-input-placeholder{color:#c8c8c8; } .registered .field input:-moz-placeholder,.add-class ul li input:-moz-placeholder{color:#c8c8c8; } .registered .field input::-moz-placeholder,.add-class ul li input::-moz-placeholder{color:#c8c8c8; } .registered .field input:-ms-input-placeholder,.add-class ul li input:-ms-input-placeholder{color:#c8c8c8; } /*-------修改姓名------*/ .modify{position:relative; } .clear-close{ display: none; position:absolute; right:1rem; bottom:50%; margin-bottom:-0.5rem; width:0.7rem; height:0.7rem; background:url(../images/clear.png) no-repeat; background-size:contain; outline: none; } .username::-ms-clear { display: none; } .username:valid + .clear-close{ display: inline; } /*-------现场增项------*/ .add-class ul{ margin-bottom:0.3rem; } .add-class ul li{ padding:0.5rem; border-bottom:1px solid #e5e5e5; } .add-class ul li label{ color:#181818; font-size:0.7rem; margin-right:0.5rem; text-align:right; min-width:2rem; display:block; float:left; } .add-class ul li input,.add-class ul li button{ float:left; text-align:left; color:#c8c8c8; font-size:0.7rem; width:11rem; } /*-------在线评估------*/ .online-evaluation-textarea{ margin-bottom:0 !important; } .upload-photos{ padding:0.5rem; background-color:#fff; } .upload-photos span{ display:block; width:3.1rem; height:3.1rem; background:url(../images/camera.png) center center no-repeat; background-size:contain; } /*-------订单评价------*/ .order-evaluation .maintenance-reservation-textarea{ min-height:6rem;} .order-evaluation .maintenance-reservation-textarea span { padding:1.5rem 0 1.5rem 2rem; margin-top:-1.5rem; background: url(../images/order-evaluation-icon.png) left center no-repeat; background-size:1.65rem 1.175rem;} .service-evaluation{ background-color:#fff; padding:0.5rem; border-top:1px solid #e8f3fe; } .service-evaluation span{ font-size:0.6rem; margin-right:0.3rem; float:left; display:block; height:0.75rem; line-height:0.75rem;} /*-------师傅详情------*/ .worker-item{ margin-bottom:0.3rem; background-color:#fff; padding:0 0.5rem; font-size:0.6rem; color:#181818;} .worker-item-tit{padding: 0.5rem 0;} .worker-item-tit h2{ border-left:2px solid #fa4b28; padding-left:0.25rem; color:#999999; font-size:0.6rem; } .worker-item-con{ line-height:1rem; padding-bottom:0.75rem; } .worker{ padding:0; } .worker .worker-top{ padding:0.5rem; border-bottom:1px solid #efefef; display:-moz-box;display:-webkit-box;display:box; -webkit-box-align: center; box-align: center; -webkit-align-items: center; align-items: center;} .worker .worker-top .worker-top-img{ width:3.25rem; height:3rem; margin-right:0.5rem; border:1px solid #e8e8e8; } .worker .worker-top .worker-top-txt{-webkit-box-flex: 1;-moz-box-flex: 1;-ms-box-flex: 1; box-flex: 1;} .worker .worker-top .worker-top-txt h2{ font-size:0.7rem; margin-bottom:0.2rem; } .worker .worker-top .worker-top-txt span{ line-height:1rem; color:#777777; margin-right:0.5rem; } .worker .worker-top .worker-top-txt span:last-child{ display:block; } .worker .worker-bot{ padding:0 0.5rem; height:1.75rem; line-height:1.75rem; background:url(../images/my-arrow.png) 95% center no-repeat; background-size:0.275rem 0.5rem;} .worker .worker-bot a{-webkit-box-align:center; box-align:center; -webkit-align-items:center; align-items:center;display:-moz-box; display:-webkit-box; display:box; } .worker .worker-bot span{ display:inline-block; margin-right:0.1rem; vertical-align:middle; } .worker .worker-bot span:first-child{ color:#181818; font-size:0.6rem; } .worker .worker-bot span:last-child{ color:#777777; font-size:0.5rem; } /*星形评分*/ .sa_star{background:url(../images/star.png) no-repeat transparent; background-size:7.575rem auto; background-position:-3.75rem 0;width:3.75rem;height:0.6rem;display:block;} .sa_d{background:url(../images/star.png) no-repeat transparent; background-size:7.575rem auto; background-position:0px 0;height:0.6rem;display:block;} /*用户评价*/ .user-evaluation-item{ padding:0.5rem; font-size:0.6rem; border-bottom:1px solid #e5e5e5; } .user-evaluation-item .phone{ color:#181818; margin-right:0.5rem; } .user-evaluation-item .time{ color:#999999; } .user-evaluation-item-con-txt,.user-evaluation-item-con-img{ margin-top:0.5rem; } .user-evaluation-item-con-img{ margin-right:-0.35rem; } .user-evaluation-item-con-img img{ float:left; width:2.7rem; height:2.7rem; margin-right:0.35rem; margin-top:0.35rem;} /*----预约回收------*/ .book-process,.project-description{ background-color:#fff; margin-bottom:0.3rem; } .book-process-tit{ line-height:1.7rem; font-size:0.7rem; color:#181818; padding-left:0.5rem; } .book-process-con{ padding-bottom:0.5rem; } .project-description{ padding:0 0.6rem; } .project-description-tit{ padding: 0.5rem 0;} .project-description-tit h2 { font-size: 0.6rem; border-left: 2px solid #fa4b28; padding-left: 0.25rem; color: #999999; } .project-description-con{ font-size: 0.6rem; line-height:1rem; padding-bottom:0.75rem;} .book-recovery-bot{ width: 100%; position:fixed; bottom: 0;left: 0; height: 2.1rem; line-height: 2.1rem;} .book-recovery-bot div{ width: 50%; height: 100%; float: left;} .book-recovery-bot a{ color: #fff;font-size: 0.75rem; text-align: center; display: block;} .assessment{ background-color:#30b507;} .book{ background-color:#ff731c; } /*------维修预约------*/ .maintenance-reservation ul{ padding:0 0.5rem; } .maintenance-reservation ul li{ height:2.25rem; line-height:2.25rem; background:url(../images/my-arrow.png) right center no-repeat; background-size:0.275rem 0.5rem; } .maintenance-reservation ul li a{ font-size:0.6rem; color:#181818; display:-moz-box; display:-webkit-box;display:box; -webkit-box-align: center; box-align: center;-webkit-align-items: center; align-items: center;} .maintenance-reservation ul li a i{display:block; width:0.75rem; height:0.9rem; margin-right:0.45rem; } .maintenance-reservation ul li a span{display:block; border-bottom:1px solid #e5e5e5; -webkit-box-flex: 1;-moz-box-flex: 1;-ms-box-flex: 1; box-flex: 1;} .maintenance-reservation ul li:last-child a span{ border-bottom:none; } .maintenance-reservation-textarea{ min-height:3.5rem; font-size:0.6rem; margin-bottom:0.3rem; padding:0.5rem; background-color:#fff; position:relative; } .maintenance-reservation-textarea .textarea{ width:100%; } .maintenance-reservation-textarea .layer{ position:absolute; top:0.5rem; left:0.5rem; right:0.5rem; bottom:0.5rem; background-color:#fff; left:0.5rem; top:0.5rem; } .maintenance-reservation-textarea span{display: block; background:url(../images/input-icon.png) left center no-repeat; background-size:1.2rem 1rem; padding-left:1.5rem; font-size:0.6rem; color:#bbbbbb; } /*------预约------*/ .order-details{ margin-bottom:0.3rem; padding:0 0.5rem 0.5rem 0.5rem; background-color:#fff; font-size:0.6rem;} .order-details-tit{ background:url(../images/order-details-icon.png) left center no-repeat; background-size:0.75rem 0.75rem; padding-left:1rem; height:2.25rem; line-height:2.25rem; color:#181818; border-bottom:1px solid #e5e5e5; } .order-details-con p{ padding:0.5rem 0; position:relative;} .order-details-con p input.order-number{ width:3rem; padding:0.25rem; height:100%; line-height:normal; border:1px solid #aaaaaa; margin:0 0.3rem; } .order-details-con p input[type="checkbox"]{position:absolute; right:0; top:0.5rem; width:0.9rem; height:0.9rem; background-image:url(../images/checkbox.png);background-repeat: no-repeat;background-size:cover;vertical-align: middle;-webkit-appearance: none;border: 0;} .order-details-con p input[type=checkbox]:checked{ background-image:url(../images/checkbox-on.png);} .reservation{ margin-bottom:0.3rem; } /*------工人入驻------*/ .worker-join .worker-join-item{ font-size:0.7rem; padding:0.5rem; background-color:#fff; border-bottom:1px solid #e5e5e5; } .worker-join .worker-join-item label{ float:left; min-width:2.2rem; margin-right:0.3rem; text-align:right; } .worker-join .worker-join-item input{ float:left; } .worker-join-item.file,.worker-join-item.select{position:relative; background:#fff url(../images/my-arrow.png) 95% center no-repeat;background-size:0.275rem 0.5rem; } .worker-join .worker-join-item.file .worker-img{ position:absolute; right:10%; top:0.2rem; width:1.5rem; height:1.4rem; border:1px solid #e8e8e8; -moz-border-radius:0.3rem; -webkit-border-radius:0.3rem; border-radius:0.3rem; overflow:hidden; } /*------我的优惠券------*/ #nav{ position:fixed; left:0; right:0; z-index:1000; } #menu_con{ overflow:hidden; } .coupons-tabBox ul{padding:0 0.5rem;} .coupons-tabBox ul{ display:-moz-box; /* Firefox */display:-webkit-box; /* Safari and Chrome */display:box; } .coupons-tabBox ul li{ -webkit-box-flex: 1;-moz-box-flex: 1;-ms-box-flex: 1; box-flex: 1; font-size:0.7rem; color:#181818; text-align:center; } .coupons-tabBox ul li:last-child{ border-right:none; } .coupons-tabBox ul li span{ display:block;padding:0.5rem 0;} .coupons-tabBox ul li span.selected{ border-bottom:2px solid #fa4b28; color:#fa4b28; } .coupons-tabBox ul li span h2{ border-right:1px solid #f1f1f1;} .coupons-tabBox ul li span h2:last-child{ border-right:none;} .coupons-tabBox .coupons-tabBoxitem{ height:3rem; background-color:#fff; margin-top:0.5rem; display:-moz-box; display:-webkit-box; display:box; -webkit-box-align: center; box-align: center;-webkit-align-items: center; align-items: center;} .coupons-tabBox .coupons-tabBoxitem .coupons-img{height:3rem; line-height:3rem; text-align:center; color:#fff; font-size:1rem; font-weight:bold; width:4.75rem;} .coupons-tabBox .coupons-tabBoxitem .coupons-img.coupons-redbg{ background-color:#f54545; } .coupons-tabBox .coupons-tabBoxitem .coupons-img.coupons-greybg{background-color:#b2b2b3; } .coupons-tabBox .coupons-tabBoxitem .coupons-img em{ font-size:1.5rem; } .coupons-tabBox .coupons-tabBoxitem .coupons-txt{ margin-left:0.5rem; -webkit-box-flex: 1;-moz-box-flex: 1;-ms-box-flex: 1; box-flex: 1;} .coupons-tabBox .coupons-tabBoxitem .coupons-txt h3{display:block; color:#181818; font-size:0.7rem; } .coupons-tabBox .coupons-tabBoxitem .coupons-txt span{ display:block; color:#999999; font-size:0.6rem; } /*------我的订单------*/ .my-order ul{padding:0 0.5rem;} .my-order #nav{ border-bottom:1px solid #e5e5e5; } .my-order ul{ display:-moz-box; /* Firefox */display:-webkit-box; /* Safari and Chrome */display:box; } .my-order ul li{ -webkit-box-flex: 1;-moz-box-flex: 1;-ms-box-flex: 1; box-flex: 1; font-size:0.7rem; color:#181818; text-align:center;} .my-order ul li:last-child{ border-right:none; } .my-order ul li span{ display:block;padding:0.5rem 0;} .my-order ul li span.selected{ border-bottom:2px solid #fa4b28; color:#fa4b28; } .my-order ul li span h2{ border-right:1px solid #f1f1f1; } .my-order ul li span h2:last-child{ border-right:none;} .my-order-item{ background-color:#fff; margin-bottom:0.3rem; } .my-order-item-tit{ padding:0 0.5rem; font-size:0.7rem; height:1.5rem; line-height:1.5rem; } .my-order-item-tit h3{ float:left; } .my-order-item-tit span{ float:right;} .my-order-wait-zf{ color:#fa4b28;} .my-order-acceptance{ color:#fa4b28;} .my-order-wait-pj{ color:#fa4b28;} .my-order-over{ color:#fa4b28;} .my-order-item-txt{ padding:0.5rem; border-top:1px solid #e5e5e5; border-bottom:1px solid #e5e5e5; font-size:0.6rem; color:#666666; } .my-order-time{ background:url(../images/my-order-time.png) left center no-repeat; background-size:0.9rem 0.9rem; padding-left:1rem; margin-bottom:0.3rem; } .my-order-address{ background:url(../images/my-order-address.png) left center no-repeat; background-size:0.9rem 0.9rem; padding-left:1rem; } .my-order-item-btn{ position:relative; height:2rem; } .my-order-item-btn span{ display:block; float:left; text-align:center; border:1px solid #fa4b28; width:3.1rem; height:1.3rem; line-height:1.3rem; font-size:0.6rem; color:#fa4b28; margin-left:0.3rem; -moz-border-radius:0.2rem;-webkit-border-radius:0.2rem;border-radius:0.2rem; } .my-order-item-btn span.my-order-item-red{border:1px solid #fa4b28;color:#fa4b28;} .my-order-item-btn span.my-order-item-red a,.my-order-item-btn span.my-order-item-jindu a{ color:#fa4b28;} .pos-r{ position:absolute; right:0.5rem; top:0.35rem; } /*------我的订单------*/ .jbsf-item{ border-bottom:1px solid #e5e5e5; padding:0.5rem; position:relative; } .top:after{content: ''; display:block; width:1.325rem; height:1.325rem; font-size:0.6rem; color:#fff; position: absolute; top:0; left: 0; background:url(../images/topthree-icon.png) left center no-repeat; background-size:contain; } .topone:after{content: '01';} .toptwo:after{content: '02';} .topthree:after{content: '03';} .jbsf-item a{display:-moz-box; display:-webkit-box; display:box;-webkit-box-align: center;box-align: center; -webkit-align-items: center; align-items: center;} .jbsf-item .jbsf-item-img{ border:1px solid #dfdfdf; width:3.25rem; height:3rem; } .jbsf-item .jbsf-item-txt{ padding:0 0.3rem;-webkit-box-flex: 1;-moz-box-flex: 1;-ms-box-flex: 1; box-flex: 1; } .jbsf-item .jbsf-item-txt h2{ font-size:0.7rem; color:#181818; } .jbsf-item .jbsf-item-txt .order-total,.jbsf-item .jbsf-item-txt .jbsf-details{ height:1rem; line-height:1rem;} .jbsf-item .jbsf-item-txt .order-total span,.jbsf-item .jbsf-item-txt .jbsf-details span{display: inline-block; vertical-align: middle; color:#777777; font-size:0.6rem; } .jbsf-item .jbsf-item-txt .order-total .sa_star{ margin-right:0.5rem; } .jbsf-details span.work-type{ background-image:url(../images/work-type.png);} .jbsf-details span.work-ages{ background-image:url(../images/work-ages.png);} .jbsf-details span.worker-address{ background-image:url(../images/worker-address.png);} .jbsf-details span{ margin-right:0.3rem; padding-left:0.7rem; background-repeat:no-repeat; background-position:left center; background-size:0.6rem 0.6rem; }
public/index/css/commonbake.css
@charset "utf-8"; /* CSS Document */ /* 首页 */ .header-bot-item{ height:1.75rem; line-height:1.75rem; background-color:#fa4b28; color:#fff; width:100%; display: -moz-box; display: -webkit-box; display: box; -ms-flex-align: center; -webkit-align-items: center; -webkit-box-align: center; align-items: center; } .header-bot-item em{ font-size:0.7rem; display:block; margin-left:0.625rem; text-align: center;} .header-bot-item h2{ font-size:0.75rem; text-align:center;-webkit-box-flex: 1;-moz-box-flex: 1;-ms-box-flex: 1; box-flex: 1; } .header-bot-item .tel{margin-right:0.625rem; width:0.8rem; height:0.8rem; display:block; background:url(../images/header-bot-tel.jpg) center center no-repeat; background-size:cover;} /*banner*/ .banner {position:relative;background:#fff;} .banner-pics-list li {width:100%;} .banner-pics-list li a img {display:block;width:100%;} .banner-tit {position:absolute;left:50%; bottom:0.375rem;height:0.5rem; width:2.1rem; margin-left:-1.05rem; background-color:transparent;} .banner-tit li {float:left;width:0.5rem;height:0.5rem;background-color:rgba(255, 255, 255, 1);-webkit-border-radius:100%;border-radius:100%;margin-right:0.2rem; } .banner-tit li.on {background-color:rgba(0, 0, 0, .4);} /*ind-nav*/ .ind-nav{ margin-bottom:0.35rem; position: relative; } .ind-nav::after { content: ''; height: 1px; width: 100%; background:#ededed; position: absolute; bottom: 0; left: 0;} .ind-nav .ind-tit{ height:1.55rem; background-color:#FFF; } .ind-nav .ind-tit h2{height:1.55rem;line-height:1.65rem;width:3.7rem;color:#fff;font-size:0.6rem;text-align:center;background:url(../images/ind-tit.png) center center no-repeat;background-size:contain; } .ind-nav ul{height:8rem; border-top:1px solid #efefef;overflow:hidden; } .ind-nav ul.intro{ height:auto; } .ind-nav ul li{float:left;width:25%; height:4rem; box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;border-right:1px solid #ededed;border-bottom:1px solid #ededed; -webkit-box-align: center; box-align: center;-webkit-align-items: center; align-items: center;display:-moz-box; display:-webkit-box; display:box; } .ind-nav ul li:last-child{ border-right:none; } ul.intro li:last-child{border-right:1px solid #ededed;} .ind-nav ul li div{ margin:0 auto; } .ind-nav ul li a i,.more i{ width:1.5rem; height:1.5rem; display:block; margin:0 auto 0.3rem; } .ind-nav ul li a em,.ind-nav .more{ color:#222222; font-size:0.6rem;text-align:center; display: block;} .ind-nav .more{ width:25%; position:absolute; bottom:0; right:0; padding: 0.6rem 0; z-index:10; background-color:#fff;border-bottom:1px solid #ededed;} .ind-nav .add-more{ width:100%; position:static;border-bottom:none;} .ind-nav .hide-more{ display:none;} /*二手置换 货运配送*/ .ind-item a{ padding:0.4rem 0; background-color:#fff;margin-bottom:0.35rem;display:-moz-box; display:-webkit-box; display:box; -ms-flex-align: center; -webkit-align-items: center; -webkit-box-align: center; align-items: center;} .ind-item .ind-item-img{ height:3rem; width:3rem; margin:0 0.5rem 0 0.8rem; } .ind-item h3{ font-size:0.7rem; margin-bottom:0.2rem; } .ind-item h3.red{ color:#ed5a37; } .ind-item h3.green{ color:#3cad7b; } .ind-item p{ color:#9d9a9b; font-size:0.6rem; } /*-------我的-------*/ .my-face{ height:6.65rem; width:100%;display:-moz-box; display:-webkit-box; display:box; -ms-flex-align: center; -webkit-align-items: center; -webkit-box-align: center; align-items: center; background:url(../images/face-bg.jpg) center center no-repeat; background-size:cover; } .my-face .my-face-con{ height:5rem; width:5rem; margin:0 auto; position:relative;} .my-face .my-face-pic{ width:3.75rem; height:3.75rem; margin:0 auto; overflow:hidden; border:2px solid #fff; -moz-border-radius:100%; -webkit-border-radius:100%; border-radius:100%;} .my-face p{ width:100%; text-align:center; color:#fff; font-size:0.7rem; position:absolute; bottom:0; left:0; } .personal-list ul { margin-bottom:0.25rem; border-top: 1px solid #f5f5f5; border-bottom: 1px solid #f5f5f5; } .personal-list ul li { padding:0 5%; height:2.25rem;line-height:2.25rem;border-bottom: 1px solid #e5e5e5;background:url(../images/my-arrow.png) 95% center no-repeat;background-size:0.275rem 0.5rem; } .personal-list ul li:last-child {border-bottom:none;} .personal-list ul li a.my-icon-wddd{background-image:url(../images/my-icon-wddd.png);} .personal-list ul li a.my-icon-ddjd{background-image:url(../images/my-icon-ddjd.png);} .personal-list ul li a.my-icon-grzl{background-image:url(../images/my-icon-grzl.png);} .personal-list ul li a.my-icon-yhq{background-image:url(../images/my-icon-yhq.png);} .personal-list ul li a.my-icon-wdjf{background-image:url(../images/my-icon-wdjf.png);} .personal-list ul li a.my-icon-gsjj{background-image:url(../images/my-icon-gsjj.png);} .personal-list ul li a.my-icon-bzzx{background-image:url(../images/my-icon-bzzx.png);} .personal-list ul li a.my-icon-kfzx{background-image:url(../images/my-icon-kfzx.png);} .personal-list ul li a {color:#181818;font-size:0.7rem;padding-left:2.5em; background-position:left center; background-repeat:no-repeat; background-size:auto 45%;} .personal-list ul li a .my-tel{ float:right; display:inline-block; margin-right:5%; color:#999999; font-size:0.7rem;} /*-------个人资料-------*/ .personal-data1 ul li{ height:2.25rem; line-height:2.25rem; overflow:hidden;border-bottom:1px solid #e5e5e5; padding:0 0.5rem; background:url(../images/my-arrow.png) 95% center no-repeat; background-size:0.275rem 0.5rem;} .personal-data1 ul li a{color:#181818; font-size:0.6rem;} .personal-data1 ul li a span{ display:block; max-width:40%; float:left; overflow:hidden; } .personal-data1 ul li a em { max-width:60%; text-align:right; color:#999999; float: right; margin-right:5%; display:-webkit-box; -webkit-line-clamp:1;-webkit-box-orient:vertical; word-wrap: break-word;overflow:hidden; -webkit-box-pack:center;} /*----选择分类-----*/ .classification ul li{ padding:1rem 0; width:50%; float:left; border-bottom:1px solid #f0f0f0; border-right:1px solid #f0f0f0;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;} .classification ul li:nth-last-child(odd){ border-right:none; } .classification ul li a{ display:block; width:6.5rem; margin:0 auto;} .classification ul li a img{ width:6.5rem; height:5.5rem;} .classification ul li a span{ display:block; font-size:0.6rem; margin-top:0.5rem; color:#181818; text-align:center;} /*-----其他分类-----*/ .classification ul.other li a .other-img{ width:4.5rem; height:4.5rem; margin:0 auto; overflow:hidden; -moz-border-radius:100%; -webkit-border-radius:100%; border-radius:100%; } /*----产品列表------*/ .pro-list ul li{ padding:0.5rem 0.4rem; border-bottom:1px solid #e5e5e5; } .pro-list ul li a{ display:-moz-box; display:-webkit-box; display:box;-webkit-box-align: center; box-align: center; -webkit-align-items: center;align-items: center;box-sizing:border-box; -moz-box-sizing:border-box;-webkit-box-sizing:border-box;} .pro-list ul li a .pro-list-img{ width:4.7rem; height:3.85rem;} .pro-list ul li a .pro-list-txt{ padding:0 0.5rem; -webkit-box-flex: 1;-moz-box-flex: 1;-ms-box-flex: 1; box-flex: 1;} .pro-list ul li a .pro-list-txt .pro-list-txt-tit{ font-size:0.7rem; color:#181818; display: -webkit-box;-webkit-line-clamp: 2; -webkit-box-orient: vertical; word-wrap: break-word; overflow: hidden; -webkit-box-pack: center; } .pro-list ul li a .pro-list-txt span{ color:#fff; font-size:0.6rem; background-color:#fa4b28; padding:0 0.1rem; } .pro-list ul li a .pro-list-txt p{ color:#999999; font-size:0.7rem; } /*----货运配送------*/ .goods-allocation ul{ background-color:transparent; } .goods-allocation ul li{ background-color:#fff; margin-top:0.3rem; padding:0.6rem; } .goods-allocation ul li a{background:url(../images/my-arrow.png) 95% center no-repeat; background-size:0.275rem 0.5rem; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-align: center; box-align: center; -webkit-align-items: center; align-items: center;} .goods-allocation-img{ width:3.2rem; height:3.2rem; margin-right:0.5rem; overflow:hidden; } .goods-allocation-txt h2{ color:#222222; font-size:0.7rem; margin-bottom:0.2rem;} .goods-allocation-txt p{ color:#666666; font-size:0.6rem; } /*----详情------*/ .details-price,.min-price{ background-color:#fff; padding:0 0.5rem; font-size:0.6rem; margin-bottom:0.3rem; color:#181818; } .details-price li{ height:1.9rem; line-height:1.9rem; border-bottom:1px solid #efefef; } .details-price li:last-child{border-bottom:none;} .details-price li em{ color:#fa4b28; font-size:0.85rem; } .min-price-tit{ padding:0.5rem 0; } .min-price-tit h2{border-left:2px solid #fa4b28; padding-left:0.25rem; color:#999999; font-size: 0.6rem;} .min-price-con{ line-height:1rem; padding-bottom:0.75rem; } .min-price-bot{width:100%; position:fixed; bottom:0; left:0; height:2.1rem; line-height:2.1rem; } .min-price-bot a{ color:#fff;font-size:0.75rem; text-align:center; display:block; } .min-price-bot div{width:50%; height:100%; float:left;} .min-price-tel{ background-color:#1a85f8; } .min-price-order{background-color:#ff731c;} /*----面包车详情------*/ .car-description{ color:#181818; font-size:0.6rem; line-height:1rem; background-color:#fff; padding:0.5rem; border-bottom:1px solid #e5e5e5; } ul.car-details{ margin-bottom:0.3rem; padding:0.5rem; font-size:0.6rem; color:#999999; } ul.car-details li{ width:100%; float:left; margin-bottom:0.5rem; padding-left:1rem; background-size:0.75rem 0.75rem; background-position:left center; background-repeat:no-repeat; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;} ul.car-details li.fwfw{ background-image:url(../images/fwfw.png);} ul.car-details li.fwqy{ background-image:url(../images/fwqy.png);} ul.car-details li.fwdz{ background-image:url(../images/fwdz.png);} ul.car-details li.fwdh{ background-image:url(../images/fwdh.png);} /*----维修详情------*/ ul.repair-price li span{ color:#999999; } ul.repair-price li span i{ color:#fa4b28; } ul.repair-price li span em{ font-size:0.9rem; } .tip{ margin-bottom:0.3rem; margin-left:0.5rem; padding:0.3rem 0.3rem 0.3rem 1rem; background:url(../images/tip.png) left center no-repeat; background-size:auto 60%; color:#ff731c; font-size:0.5rem; } .repair-price-con ul li{ font-size: 0.2rem; list-style-type:none; color:#0c75e7; margin-left:0.5rem; list-style:disc;} .repair-price-con ul li a{ font-size: 0.6rem; color:#0c75e7; text-decoration:underline; } /*----订单确认------*/ .order-confirm{ padding:0.3rem 0; } ul.order-confirm-list li{ width:100%; padding:0.3rem 0.5rem; float:left; display:-moz-box;display:-webkit-box; display:box; box-sizing:border-box; -moz-box-sizing:border-box;-webkit-box-sizing:border-box; } ul.order-confirm-list li h2{ margin-right:0.5rem; display:block;color:#666666; font-size:0.6rem;} ul.order-confirm-list li span{ display:block; color:#181818;font-size:0.6rem;-webkit-box-flex: 1;-moz-box-flex: 1;-ms-box-flex: 1; box-flex: 1;} ul.order-price{ padding:0 0.5rem; margin:0.3rem 0; } ul.order-price li{width: 100%; height:1.9rem; line-height:1.9rem; float: left; display: -moz-box; display: -webkit-box; display: box;} ul.order-price li:last-child{ border-top:1px solid #f5f5f5; } ul.order-price li h2{ margin-right:0.5rem; display:block;color:#666666; font-size:0.6rem;} ul.order-price li span{ color:#fa4b28; font-size:0.6rem; text-align:right; display:block; -webkit-box-flex: 1;-moz-box-flex: 1;-ms-box-flex: 1; box-flex: 1;} ul.order-price li p{ width:100%; font-size:0.7rem; color:#181818; text-align:right; } ul.order-price li p em{ color:#fa4b28;} /*------订单进度------*/ .order-schedule-img{ padding:0.5rem 0; } /*----通用黄色大按钮-----*/ a.pay,span.cancel,.submit-btn,.confirm-payment,.order,.sure-order,.tjxx{ display:block; width:90%; height:2.1rem; line-height:2.1rem; margin:0.6rem auto; background-color:#ff731c; color:#fff; text-align:center; -moz-border-radius:0.2rem; -webkit-border-radius:0.2rem; border-radius:0.2rem; font-size:0.8rem; } /*----订单详情-订单取消------*/ .order-num span.state{ color:#1a85f9; font-size:0.6rem; } ul.order-cancel-list li:last-child{ height:2rem; line-height:2rem; padding:0 0.5rem; border-top:1px solid #e5e5e5; } ul.order-cancel-list li p { width: 100%; font-size: 0.7rem; color: #181818; text-align:left;} ul.order-cancel-list li p em { color: #fa4b28; } span.cancel{ color:#ff731c; background-color:transparent; border:1px solid #ff731c; } /*----订单支付------*/ .order-num,.payways{ background-color:#fff; margin-bottom: 0.3rem; color:#181818; font-size:0.7rem;} .order-num,.payways-tit{ height:1.85rem; line-height:1.85rem; padding:0 0.6rem; } .payways ul li,.payways-tit{ border-bottom:1px solid #f3f3f3; } .payways ul li a{padding:0.6rem; background:url(../images/my-arrow.png) 95% center no-repeat; background-size:0.275rem 0.5rem; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-align: center; box-align: center; -webkit-align-items: center; align-items: center;} .payways-img{ width:2rem; height:2rem; margin-right:0.5rem; overflow:hidden; } .payways-txt{-webkit-box-flex: 1;-moz-box-flex: 1;-ms-box-flex: 1; box-flex: 1;} .payways-txt h2{color:#181818; } .payways-txt p{ color:#999999; font-size:0.6rem; } /*-------积分------*/ .integral-head{ height:4.45rem; width:100%; background:url(../images/integral-bg.jpg) center center repeat-x; box-sizing:border-box; -moz-box-sizing:border-box;-webkit-box-sizing:border-box; padding-top:0.5rem;} .integral-head p{ color:#fff; font-size:0.6rem; text-align:center; } .integral-head p em{font-size:1.8rem;text-shadow:0 0 0.1rem rgba(161,9,24, 0.4);} .integral-rule{ background-color: #fff; padding: 0 0.5rem; font-size: 0.6rem; margin-bottom: 0.3rem; color: #181818;} .integral-rule-tit{ padding: 0.5rem 0;} .integral-rule-tit h2{ border-left: 2px solid #fa4b28; padding-left: 0.25rem; color: #999999; font-size: 0.6rem; } .integral-rule-con { line-height: 1.2rem; padding-bottom: 1rem;} /*-------修改------*/ .modify input{width:100%;line-height:2.2rem;height:2.2rem;margin-top:0.3rem;padding: 0 0.5rem;font-size:0.6rem;background-color:#fff;border-bottom:1px solid #e9e9e9;border-top:1px solid #e9e9e9;box-sizing:border-box; -moz-box-sizing:border-box;-webkit-box-sizing:border-box; } .modify input::-webkit-input-placeholder {color:#181818;font-size:0.6rem;} .modify input:-moz-placeholder {color:#181818;font-size:0.6rem;} .modify input::-moz-placeholder {color:#181818;font-size:0.6rem;} .modify input:-ms-input-placeholder {color:#181818;font-size:0.6rem;} /*-------登录------*/ .registered{ margin-top:0.3rem; padding:0 0.5rem; background-color: #fff; border-top: 1px solid #e8e8e8; border-bottom: 1px solid #e8e8e8; } .registered .field{ border-bottom:1px solid #efefef; position:relative;} .registered .field:last-child{border-bottom:none; } .registered .field a.fsyzm{ position:absolute; right:0.5rem; bottom:0.5rem; display:block; width:3.85rem; height:1.35rem; line-height:1.35rem; font-size:0.6rem; text-align:center; color:#ff731c; border:1px solid #ff731c; -moz-border-radius:0.3rem; -webkit-border-radius:0.3rem; border-radius:0.3rem; } .registered .field input{height:2.2rem; line-height:2.2rem; font-size:0.75rem; color:#c8c8c8; } .registered .field input.username{ width:100%; } .registered .field input.yzm{ width:50%; } .registered .field input::-webkit-input-placeholder,.add-class ul li input::-webkit-input-placeholder{color:#c8c8c8; } .registered .field input:-moz-placeholder,.add-class ul li input:-moz-placeholder{color:#c8c8c8; } .registered .field input::-moz-placeholder,.add-class ul li input::-moz-placeholder{color:#c8c8c8; } .registered .field input:-ms-input-placeholder,.add-class ul li input:-ms-input-placeholder{color:#c8c8c8; } /*-------修改姓名------*/ .modify{position:relative; } .clear-close{ display: none; position:absolute; right:1rem; bottom:50%; margin-bottom:-0.5rem; width:0.7rem; height:0.7rem; background:url(../images/clear.png) no-repeat; background-size:contain; outline: none; } .username::-ms-clear { display: none; } .username:valid + .clear-close{ display: inline; } /*-------现场增项------*/ .add-class ul{ margin-bottom:0.3rem; } .add-class ul li{ padding:0.5rem; border-bottom:1px solid #e5e5e5; } .add-class ul li label{ color:#181818; font-size:0.7rem; margin-right:0.5rem; text-align:right; min-width:2rem; display:block; float:left; } .add-class ul li input,.add-class ul li button{ float:left; text-align:left; color:#c8c8c8; font-size:0.7rem; width:11rem; } /*-------在线评估------*/ .online-evaluation-textarea{ margin-bottom:0 !important; } .upload-photos{ padding:0.5rem; background-color:#fff; } .upload-photos span{ display:block; width:3.1rem; height:3.1rem; background:url(../images/camera.png) center center no-repeat; background-size:contain; } /*-------订单评价------*/ .order-evaluation .maintenance-reservation-textarea{ min-height:6rem;} .order-evaluation .maintenance-reservation-textarea span { padding:1.5rem 0 1.5rem 2rem; margin-top:-1.5rem; background: url(../images/order-evaluation-icon.png) left center no-repeat; background-size:1.65rem 1.175rem;} .service-evaluation{ background-color:#fff; padding:0.5rem; border-top:1px solid #e8f3fe; } .service-evaluation span{ font-size:0.6rem; margin-right:0.3rem; float:left; display:block; height:0.75rem; line-height:0.75rem;} /*-------师傅详情------*/ .worker-item{ margin-bottom:0.3rem; background-color:#fff; padding:0 0.5rem; font-size:0.6rem; color:#181818;} .worker-item-tit{padding: 0.5rem 0;} .worker-item-tit h2{ border-left:2px solid #fa4b28; padding-left:0.25rem; color:#999999; font-size:0.6rem; } .worker-item-con{ line-height:1rem; padding-bottom:0.75rem; } .worker{ padding:0; } .worker .worker-top{ padding:0.5rem; border-bottom:1px solid #efefef; display:-moz-box;display:-webkit-box;display:box; -webkit-box-align: center; box-align: center; -webkit-align-items: center; align-items: center;} .worker .worker-top .worker-top-img{ width:3.25rem; height:3rem; margin-right:0.5rem; border:1px solid #e8e8e8; } .worker .worker-top .worker-top-txt{-webkit-box-flex: 1;-moz-box-flex: 1;-ms-box-flex: 1; box-flex: 1;} .worker .worker-top .worker-top-txt h2{ font-size:0.7rem; margin-bottom:0.2rem; } .worker .worker-top .worker-top-txt span{ line-height:1rem; color:#777777; margin-right:0.5rem; } .worker .worker-top .worker-top-txt span:last-child{ display:block; } .worker .worker-bot{ padding:0 0.5rem; height:1.75rem; line-height:1.75rem; background:url(../images/my-arrow.png) 95% center no-repeat; background-size:0.275rem 0.5rem;} .worker .worker-bot a{-webkit-box-align:center; box-align:center; -webkit-align-items:center; align-items:center;display:-moz-box; display:-webkit-box; display:box; } .worker .worker-bot span{ display:inline-block; margin-right:0.1rem; vertical-align:middle; } .worker .worker-bot span:first-child{ color:#181818; font-size:0.6rem; } .worker .worker-bot span:last-child{ color:#777777; font-size:0.5rem; } /*星形评分*/ .sa_star{background:url(../images/star.png) no-repeat transparent; background-size:7.575rem auto; background-position:-3.75rem 0;width:3.75rem;height:0.6rem;display:block;} .sa_d{background:url(../images/star.png) no-repeat transparent; background-size:7.575rem auto; background-position:0px 0;height:0.6rem;display:block;} /*用户评价*/ .user-evaluation-item{ padding:0.5rem; font-size:0.6rem; border-bottom:1px solid #e5e5e5; } .user-evaluation-item .phone{ color:#181818; margin-right:0.5rem; } .user-evaluation-item .time{ color:#999999; } .user-evaluation-item-con-txt,.user-evaluation-item-con-img{ margin-top:0.5rem; } .user-evaluation-item-con-img{ margin-right:-0.35rem; } .user-evaluation-item-con-img img{ float:left; width:2.7rem; height:2.7rem; margin-right:0.35rem; margin-top:0.35rem;} /*----预约回收------*/ .book-process,.project-description{ background-color:#fff; margin-bottom:0.3rem; } .book-process-tit{ line-height:1.7rem; font-size:0.7rem; color:#181818; padding-left:0.5rem; } .book-process-con{ padding-bottom:0.5rem; } .project-description{ padding:0 0.6rem; } .project-description-tit{ padding: 0.5rem 0;} .project-description-tit h2 { font-size: 0.6rem; border-left: 2px solid #fa4b28; padding-left: 0.25rem; color: #999999; } .project-description-con{ font-size: 0.6rem; line-height:1rem; padding-bottom:0.75rem;} .book-recovery-bot{ width: 100%; position:fixed; bottom: 0;left: 0; height: 2.1rem; line-height: 2.1rem;} .book-recovery-bot div{ width: 50%; height: 100%; float: left;} .book-recovery-bot a{ color: #fff;font-size: 0.75rem; text-align: center; display: block;} .assessment{ background-color:#30b507;} .book{ background-color:#ff731c; } /*------维修预约------*/ .maintenance-reservation ul{ padding:0 0.5rem; } .maintenance-reservation ul li{ height:2.25rem; line-height:2.25rem; background:url(../images/my-arrow.png) right center no-repeat; background-size:0.275rem 0.5rem; } .maintenance-reservation ul li a{ font-size:0.6rem; color:#181818; display:-moz-box; display:-webkit-box;display:box; -webkit-box-align: center; box-align: center;-webkit-align-items: center; align-items: center;} .maintenance-reservation ul li a i{display:block; width:0.75rem; height:0.9rem; margin-right:0.45rem; } .maintenance-reservation ul li a span{display:block; border-bottom:1px solid #e5e5e5; -webkit-box-flex: 1;-moz-box-flex: 1;-ms-box-flex: 1; box-flex: 1;} .maintenance-reservation ul li:last-child a span{ border-bottom:none; } .maintenance-reservation-textarea{ min-height:3.5rem; font-size:0.6rem; margin-bottom:0.3rem; padding:0.5rem; background-color:#fff; position:relative; } .maintenance-reservation-textarea .textarea{ width:100%; } .maintenance-reservation-textarea .layer{ position:absolute; top:0.5rem; left:0.5rem; right:0.5rem; bottom:0.5rem; background-color:#fff; left:0.5rem; top:0.5rem; } .maintenance-reservation-textarea span{display: block; background:url(../images/input-icon.png) left center no-repeat; background-size:1.2rem 1rem; padding-left:1.5rem; font-size:0.6rem; color:#bbbbbb; } /*------预约------*/ .order-details{ margin-bottom:0.3rem; padding:0 0.5rem 0.5rem 0.5rem; background-color:#fff; font-size:0.6rem;} .order-details-tit{ background:url(../images/order-details-icon.png) left center no-repeat; background-size:0.75rem 0.75rem; padding-left:1rem; height:2.25rem; line-height:2.25rem; color:#181818; border-bottom:1px solid #e5e5e5; } .order-details-con p{ padding:0.5rem 0; position:relative;} .order-details-con p input.order-number{ width:3rem; padding:0.25rem; height:100%; line-height:normal; border:1px solid #aaaaaa; margin:0 0.3rem; } .order-details-con p input[type="checkbox"]{position:absolute; right:0; top:0.5rem; width:0.9rem; height:0.9rem; background-image:url(../images/checkbox.png);background-repeat: no-repeat;background-size:cover;vertical-align: middle;-webkit-appearance: none;border: 0;} .order-details-con p input[type=checkbox]:checked{ background-image:url(../images/checkbox-on.png);} .reservation{ margin-bottom:0.3rem; } /*------工人入驻------*/ .worker-join .worker-join-item{ font-size:0.7rem; padding:0.5rem; background-color:#fff; border-bottom:1px solid #e5e5e5; } .worker-join .worker-join-item label{ float:left; min-width:2.2rem; margin-right:0.3rem; text-align:right; } .worker-join .worker-join-item input{ float:left; } .worker-join-item.file,.worker-join-item.select{position:relative; background:#fff url(../images/my-arrow.png) 95% center no-repeat;background-size:0.275rem 0.5rem; } .worker-join .worker-join-item.file .worker-img{ position:absolute; right:10%; top:0.2rem; width:1.5rem; height:1.4rem; border:1px solid #e8e8e8; -moz-border-radius:0.3rem; -webkit-border-radius:0.3rem; border-radius:0.3rem; overflow:hidden; } /*------我的优惠券------*/ #nav{ position:fixed; left:0; right:0; z-index:1000; } #menu_con{ overflow:hidden; } .coupons-tabBox ul{padding:0 0.5rem;} .coupons-tabBox ul{ display:-moz-box; /* Firefox */display:-webkit-box; /* Safari and Chrome */display:box; } .coupons-tabBox ul li{ -webkit-box-flex: 1;-moz-box-flex: 1;-ms-box-flex: 1; box-flex: 1; font-size:0.7rem; color:#181818; text-align:center; } .coupons-tabBox ul li:last-child{ border-right:none; } .coupons-tabBox ul li span{ display:block;padding:0.5rem 0;} .coupons-tabBox ul li span.selected{ border-bottom:2px solid #fa4b28; color:#fa4b28; } .coupons-tabBox ul li span h2{ border-right:1px solid #f1f1f1;} .coupons-tabBox ul li span h2:last-child{ border-right:none;} .coupons-tabBox .coupons-tabBoxitem{ height:3rem; background-color:#fff; margin-top:0.5rem; display:-moz-box; display:-webkit-box; display:box; -webkit-box-align: center; box-align: center;-webkit-align-items: center; align-items: center;} .coupons-tabBox .coupons-tabBoxitem .coupons-img{height:3rem; line-height:3rem; text-align:center; color:#fff; font-size:1rem; font-weight:bold; width:4.75rem;} .coupons-tabBox .coupons-tabBoxitem .coupons-img.coupons-redbg{ background-color:#f54545; } .coupons-tabBox .coupons-tabBoxitem .coupons-img.coupons-greybg{background-color:#b2b2b3; } .coupons-tabBox .coupons-tabBoxitem .coupons-img em{ font-size:1.5rem; } .coupons-tabBox .coupons-tabBoxitem .coupons-txt{ margin-left:0.5rem; -webkit-box-flex: 1;-moz-box-flex: 1;-ms-box-flex: 1; box-flex: 1;} .coupons-tabBox .coupons-tabBoxitem .coupons-txt h3{display:block; color:#181818; font-size:0.7rem; } .coupons-tabBox .coupons-tabBoxitem .coupons-txt span{ display:block; color:#999999; font-size:0.6rem; } /*------我的订单------*/ .my-order ul{padding:0 0.5rem;} .my-order #nav{ border-bottom:1px solid #e5e5e5; } .my-order ul{ display:-moz-box; /* Firefox */display:-webkit-box; /* Safari and Chrome */display:box; } .my-order ul li{ -webkit-box-flex: 1;-moz-box-flex: 1;-ms-box-flex: 1; box-flex: 1; font-size:0.7rem; color:#181818; text-align:center;} .my-order ul li:last-child{ border-right:none; } .my-order ul li span{ display:block;padding:0.5rem 0;} .my-order ul li span.selected{ border-bottom:2px solid #fa4b28; color:#fa4b28; } .my-order ul li span h2{ border-right:1px solid #f1f1f1; } .my-order ul li span h2:last-child{ border-right:none;} .my-order-item{ background-color:#fff; margin-bottom:0.3rem; } .my-order-item-tit{ padding:0 0.5rem; font-size:0.7rem; height:1.5rem; line-height:1.5rem; } .my-order-item-tit h3{ float:left; } .my-order-item-tit span{ float:right;} .my-order-wait-zf{ color:#fa4b28;} .my-order-acceptance{ color:#fa4b28;} .my-order-wait-pj{ color:#fa4b28;} .my-order-over{ color:#fa4b28;} .my-order-item-txt{ padding:0.5rem; border-top:1px solid #e5e5e5; border-bottom:1px solid #e5e5e5; font-size:0.6rem; color:#666666; } .my-order-time{ background:url(../images/my-order-time.png) left center no-repeat; background-size:0.9rem 0.9rem; padding-left:1rem; margin-bottom:0.3rem; } .my-order-address{ background:url(../images/my-order-address.png) left center no-repeat; background-size:0.9rem 0.9rem; padding-left:1rem; } .my-order-item-btn{ position:relative; height:2rem; } .my-order-item-btn span{ display:block; float:left; text-align:center; border:1px solid #fa4b28; width:3.1rem; height:1.3rem; line-height:1.3rem; font-size:0.6rem; color:#fa4b28; margin-left:0.3rem; -moz-border-radius:0.2rem;-webkit-border-radius:0.2rem;border-radius:0.2rem; } .my-order-item-btn span.my-order-item-red{border:1px solid #fa4b28;color:#fa4b28;} .my-order-item-btn span.my-order-item-red a,.my-order-item-btn span.my-order-item-jindu a{ color:#fa4b28;} .pos-r{ position:absolute; right:0.5rem; top:0.35rem; } /*------我的订单------*/ .jbsf-item{ border-bottom:1px solid #e5e5e5; padding:0.5rem; position:relative; } .top:after{content: ''; display:block; width:1.325rem; height:1.325rem; font-size:0.6rem; color:#fff; position: absolute; top:0; left: 0; background:url(../images/topthree-icon.png) left center no-repeat; background-size:contain; } .topone:after{content: '01';} .toptwo:after{content: '02';} .topthree:after{content: '03';} .jbsf-item a{display:-moz-box; display:-webkit-box; display:box;-webkit-box-align: center;box-align: center; -webkit-align-items: center; align-items: center;} .jbsf-item .jbsf-item-img{ border:1px solid #dfdfdf; width:3.25rem; height:3rem; } .jbsf-item .jbsf-item-txt{ padding:0 0.3rem;-webkit-box-flex: 1;-moz-box-flex: 1;-ms-box-flex: 1; box-flex: 1; } .jbsf-item .jbsf-item-txt h2{ font-size:0.7rem; color:#181818; } .jbsf-item .jbsf-item-txt .order-total,.jbsf-item .jbsf-item-txt .jbsf-details{ height:1rem; line-height:1rem;} .jbsf-item .jbsf-item-txt .order-total span,.jbsf-item .jbsf-item-txt .jbsf-details span{display: inline-block; vertical-align: middle; color:#777777; font-size:0.6rem; } .jbsf-item .jbsf-item-txt .order-total .sa_star{ margin-right:0.5rem; } .jbsf-details span.work-type{ background-image:url(../images/work-type.png);} .jbsf-details span.work-ages{ background-image:url(../images/work-ages.png);} .jbsf-details span.worker-address{ background-image:url(../images/worker-address.png);} .jbsf-details span{ margin-right:0.3rem; padding-left:0.7rem; background-repeat:no-repeat; background-position:left center; background-size:0.6rem 0.6rem; }
0.258139
0.049359
/*creates transparancy by 50% in background*/ .imageclass { opacity: 0.5; filter: alpha(opacity=50) } /*create a class for image background (2) */ .imageclass2 { background-image:url("runner.png"); background-size: 100% 100%; background-repeat: no-repeat; } /*create a class for image background (3) */ .imageclass3 { background-image:url("run.png"); background-size: 100% 100%; background-repeat: no-repeat; } h1 { color: lightslategrey; font-family: "Time new Roman", Times, serif; font-size: 40px; color: white; text-shadow: 1px 1px 2px black, 0 0 25px darkslategray, 0 0 5px darkblue; } /*directly style the heading h3*/ h3{ color:white; font-family: "Time new Roman", Times, serif; font-size: 30px; text-shadow: 1px 1px 2px black, 0 0 25px darkslategray, 0 0 5px darkblue } /*Font classes*/ /*create a class for things*/ .h1Class { font-weight:bold; font-family: "Times New Roman", Times, serif; font-size: 40px; } /*create a class for things*/ .h2Class { color: blue font-weight:bold; font-family: "Times New Roman", Times, serif; font-size: 30px; } /*create a class for things*/ .h3Class { font-weight:bold; font-family: "Times New Roman", Times, serif; font-size: 20px; } /*list styling for rounded numbers, taken from red-team-design.com/css3-ordered-list-styles/ */ .rounded-list a{ position: relative; display: block; padding: .4em .4em .4em 2em; *padding: .4em; margin: .5em 0; background: #ddd; color: #444; text-decoration: none; border-radius: .3em; transition: all .3s ease-out; } .rounded-list a:hover{ background: #eee; } .rounded-list a:hover:before{ transform: rotate(360deg); } .rounded-list a:before{ content: counter(li); counter-increment: li; position: absolute; left: -1.3em; top: 50%; margin-top: -1.3em; background: #87ceeb; height: 2em; width: 2em; line-height: 2em; border: .3em solid #fff; text-align: center; font-weight: bold; border-radius: 2em; transition: all .3s ease-out; /*Box Model classes*/ /*create a class that sizes content, pads, adds border and margin around tables/images*/ /*poorly written padding img{ padding-top: 50px; padding-right: 30px; padding-bottom: 50px; padding-lfet: 80px; } */ table{ padding-top: 50px; padding-right: 30px; padding-bottom: 50px; padding-lfet: 80px; } /**create a boarder*/ img.inset{ border-style: inset; } table.inset{ border-style: inset; } /**create a margin img { margin-top: 100px; margin-bottom: 100px; margin-right: 150px; margin-left: 80px; } */ table { margin-top: 100px; margin-bottom: 100px; margin-right: 150px; margin-left: 80px; } /*Semantic layout classes*/ /*create a class that sizes and orients the header */ /*create a class that sizes and orients the nav bar */ /*create a class that organizes the section, article, aside and footer*/ /*Section */ /*article*/ /*aside*/ /*footer*/ }
styles.css
/*creates transparancy by 50% in background*/ .imageclass { opacity: 0.5; filter: alpha(opacity=50) } /*create a class for image background (2) */ .imageclass2 { background-image:url("runner.png"); background-size: 100% 100%; background-repeat: no-repeat; } /*create a class for image background (3) */ .imageclass3 { background-image:url("run.png"); background-size: 100% 100%; background-repeat: no-repeat; } h1 { color: lightslategrey; font-family: "Time new Roman", Times, serif; font-size: 40px; color: white; text-shadow: 1px 1px 2px black, 0 0 25px darkslategray, 0 0 5px darkblue; } /*directly style the heading h3*/ h3{ color:white; font-family: "Time new Roman", Times, serif; font-size: 30px; text-shadow: 1px 1px 2px black, 0 0 25px darkslategray, 0 0 5px darkblue } /*Font classes*/ /*create a class for things*/ .h1Class { font-weight:bold; font-family: "Times New Roman", Times, serif; font-size: 40px; } /*create a class for things*/ .h2Class { color: blue font-weight:bold; font-family: "Times New Roman", Times, serif; font-size: 30px; } /*create a class for things*/ .h3Class { font-weight:bold; font-family: "Times New Roman", Times, serif; font-size: 20px; } /*list styling for rounded numbers, taken from red-team-design.com/css3-ordered-list-styles/ */ .rounded-list a{ position: relative; display: block; padding: .4em .4em .4em 2em; *padding: .4em; margin: .5em 0; background: #ddd; color: #444; text-decoration: none; border-radius: .3em; transition: all .3s ease-out; } .rounded-list a:hover{ background: #eee; } .rounded-list a:hover:before{ transform: rotate(360deg); } .rounded-list a:before{ content: counter(li); counter-increment: li; position: absolute; left: -1.3em; top: 50%; margin-top: -1.3em; background: #87ceeb; height: 2em; width: 2em; line-height: 2em; border: .3em solid #fff; text-align: center; font-weight: bold; border-radius: 2em; transition: all .3s ease-out; /*Box Model classes*/ /*create a class that sizes content, pads, adds border and margin around tables/images*/ /*poorly written padding img{ padding-top: 50px; padding-right: 30px; padding-bottom: 50px; padding-lfet: 80px; } */ table{ padding-top: 50px; padding-right: 30px; padding-bottom: 50px; padding-lfet: 80px; } /**create a boarder*/ img.inset{ border-style: inset; } table.inset{ border-style: inset; } /**create a margin img { margin-top: 100px; margin-bottom: 100px; margin-right: 150px; margin-left: 80px; } */ table { margin-top: 100px; margin-bottom: 100px; margin-right: 150px; margin-left: 80px; } /*Semantic layout classes*/ /*create a class that sizes and orients the header */ /*create a class that sizes and orients the nav bar */ /*create a class that organizes the section, article, aside and footer*/ /*Section */ /*article*/ /*aside*/ /*footer*/ }
0.155591
0.079926
main{ height: 100vh; overflow: hidden; } .top-nav{ width: 100%; height: 70px; display: flex; justify-content: space-between; align-items: center; } .top-nav-logo{ margin-left: 30px; font-size: 24px; font-weight: 800; color: #569AFF; display: flex; justify-content: center; align-items: center; } .top-nav-logo > span{ color: #FF6666; } .profile-info{ display: flex; align-items: center; cursor: pointer; margin-right: 10px; padding: 5px; border-radius: 50px; transition: 0.2s ease-in-out; } .profile-info:hover{ background: #22223a; } .profile-info > span{ margin: 0 15px; } .nav-container{ height: calc(100vh - 70px); display: flex; } .sidebar{ width: 100px; } .sidebar-content{ margin-top: 40px; display: flex; flex-direction: column; align-items: flex-end; } .sidebar-item{ display: flex; flex-direction: column; justify-content: center; align-items: center; max-width: 90px; height: 80px; border-radius: 20px 0 0 20px; overflow: hidden; width: 100%; cursor: pointer; transition: 0.1s ease-in-out; margin: 5px 0; color: #72728f; } .sidebar-item:hover{ color: #fff; } .sidebar-item.active-item{ display: flex; flex-direction: column; justify-content: center; align-items: center; max-width: 90px; height: 80px; border-radius: 20px 0 0 20px; overflow: hidden; width: 100%; cursor: pointer; transition: 0.1s ease-in-out; margin: 5px 0; color: #fff; background: #262641; } .sidebar-label{ margin-top: 5px; font-size: 14px; } .content{ flex: 1; background: #262641; border-top-left-radius: 40px; overflow: hidden; padding: 40px 30px; overflow-y: scroll; } .content::-webkit-scrollbar { width: 5px; } .content::-webkit-scrollbar-track { background: transparent; } .content::-webkit-scrollbar-thumb { background-color: #569AFF; } .responsive-icon{ display: none !important; } @media only screen and (max-width: 450px) { .responsive-icon{ display: block !important; } .profile-info > span{ display: none; } .sidebar{ position: fixed; bottom: 0; left: -150px; background: #1A1A2E; height: calc(100vh - 70px); transition: 0.5s ease-in-out; } .sidebar.active-bar{ left: 0; } .sidebar-content{ align-items: center; } .sidebar-item{ border-radius: 20px !important; } .content{ border-top-left-radius: 0; } }
src/app/css/stack.css
main{ height: 100vh; overflow: hidden; } .top-nav{ width: 100%; height: 70px; display: flex; justify-content: space-between; align-items: center; } .top-nav-logo{ margin-left: 30px; font-size: 24px; font-weight: 800; color: #569AFF; display: flex; justify-content: center; align-items: center; } .top-nav-logo > span{ color: #FF6666; } .profile-info{ display: flex; align-items: center; cursor: pointer; margin-right: 10px; padding: 5px; border-radius: 50px; transition: 0.2s ease-in-out; } .profile-info:hover{ background: #22223a; } .profile-info > span{ margin: 0 15px; } .nav-container{ height: calc(100vh - 70px); display: flex; } .sidebar{ width: 100px; } .sidebar-content{ margin-top: 40px; display: flex; flex-direction: column; align-items: flex-end; } .sidebar-item{ display: flex; flex-direction: column; justify-content: center; align-items: center; max-width: 90px; height: 80px; border-radius: 20px 0 0 20px; overflow: hidden; width: 100%; cursor: pointer; transition: 0.1s ease-in-out; margin: 5px 0; color: #72728f; } .sidebar-item:hover{ color: #fff; } .sidebar-item.active-item{ display: flex; flex-direction: column; justify-content: center; align-items: center; max-width: 90px; height: 80px; border-radius: 20px 0 0 20px; overflow: hidden; width: 100%; cursor: pointer; transition: 0.1s ease-in-out; margin: 5px 0; color: #fff; background: #262641; } .sidebar-label{ margin-top: 5px; font-size: 14px; } .content{ flex: 1; background: #262641; border-top-left-radius: 40px; overflow: hidden; padding: 40px 30px; overflow-y: scroll; } .content::-webkit-scrollbar { width: 5px; } .content::-webkit-scrollbar-track { background: transparent; } .content::-webkit-scrollbar-thumb { background-color: #569AFF; } .responsive-icon{ display: none !important; } @media only screen and (max-width: 450px) { .responsive-icon{ display: block !important; } .profile-info > span{ display: none; } .sidebar{ position: fixed; bottom: 0; left: -150px; background: #1A1A2E; height: calc(100vh - 70px); transition: 0.5s ease-in-out; } .sidebar.active-bar{ left: 0; } .sidebar-content{ align-items: center; } .sidebar-item{ border-radius: 20px !important; } .content{ border-top-left-radius: 0; } }
0.535827
0.075448
position: absolute; top: 0; left: 0; width: 100%; min-width: 833px; height: 100%; min-height: 500px; background-color: #eee; z-index: 100; font-size: 20px; opacity: 1; -webkit-transition-property: opacity, background; -moz-transition-property: opacity, background; transition-property: opacity, background; -webkit-transition-duration: 0.3s, 0.5s; -moz-transition-duration: 0.3s, 0.5s; transition-duration: 0.3s, 0.5s; -webkit-transition-timing-function: ease-in-out, linear; -moz-transition-timing-function: ease-in-out, linear; transition-timing-function: ease-in-out, linear; /* Sky */ background: #79fcfa; background: -moz-radial-gradient(center, circle cover, #79fcfa 0%, #e8ffff 95%); background: -webkit-radial-gradient(center, circle cover, #79fcfa 0%,#e8ffff 95%); background: radial-gradient(circle at center, #79fcfa 0%,#e8ffff 95%); } .darkui #loading { background: #47638C; background: -moz-radial-gradient(center, circle cover, #47638C 0%, #000000 95%); background: -webkit-radial-gradient(center, circle cover, #47638C 0%,#000000 95%); background: radial-gradient(circle at center, #47638C 0%,#000000 95%); } #spinny-ur { animation: 80s rotate infinite linear; -moz-animation: 80s rotate infinite linear; -webkit-animation: 80s rotate infinite linear; width: 85%; position: absolute; top: 50%; left: 50%; transform: translate3d(-50%, -50%, 0); z-index: -1; } @keyframes rotate { from { transform: translate3d(-50%, -50%, 0) rotate(0deg); } to { transform: translate3d(-50%, -50%, 0) rotate(360deg); } } @-webkit-keyframes rotate { from { -webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg); } to { -webkit-transform: translate3d(-50%, -50%, 0) rotate(360deg); } } @-moz-keyframes rotate { from { transform: translate3d(-50%, -50%, 0) rotate(0deg); } to { transform: translate3d(-50%, -50%, 0) rotate(360deg); } } cou-login { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); } #loading #loadstatus { font-size: 14px; position: absolute; bottom: 45px; left: 8px; } .darkui #loadstatus { color: #fff; } #loading #loadstatus2 { font-size: 12px; position: absolute; bottom: 33px; left: 8px; opacity: 0.7; } .darkui #loadstatus2 { color: #eee; } /* Loading a street */ #MapLoadingScreen { position: absolute; top: 0; left: 0; right: 0; bottom: 0; opacity: 1; z-index: 3; pointer-events: none; transition-property: opacity; transition-duration: 0.5s; transition-timing-function: linear; transition-delay: 0.5s; -webkit-transition-property: opacity; -webkit-transition-duration: 0.5s; -webkit-transition-timing-function: linear; -webkit-transition-delay: 0.5s; display: flex; flex-direction: row; background: #829363; } .street-load-section { flex: 1; padding: 64px; } .street-load-section-entering { box-shadow: 0 0 30px rgba(0, 0, 0, 0.5); } .street-load-image { width: calc(100% - 20px); height: auto; margin: auto; border: 10px solid rgba(255, 255, 255, 0.3); border-radius: 3px; z-index: -1; } .street-load-section h1 { color: #f7ff95; /* I'm not using 'vh' because there's no 'font-size-max' property. */ font-size: 50px; line-height: 50px; margin: 0; text-shadow: 0 4px rgba(0, 0, 0, 0.3); } .street-load-section h2 { color: #fff; text-shadow: 0 4px rgba(0, 0, 0, 0.3); font-size: 30px; line-height: 30px; } .street-load-section h3 { color: #fff; text-shadow: 0 2px rgba(0, 0, 0, 0.3); font-size: 15px; line-height: 15px; } .street-load-section p h3 { display: inline; } .street-load-section p { color: #fff; width: 80%; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7); } .street-load-progress { position: absolute; left: 64px; width: calc(100% - 132px); bottom: 12%; box-shadow: 0 0 30px rgba(0, 0, 0, 0.5); } .street-load-section .entity-list { white-space: nowrap; } @media(max-height: 700px) { .street-load-section .entity-list { display: none; } } /* Browser Errors */ #browser-error { background-color: #eee; position: absolute; top: 0; left: 0; width: calc(100% - 60px); height: calc(100% - 60px); padding: 30px; z-index: 1024; color: #000 !important; font-family: "Lato", sans-serif !important; } #browser-error p { margin: 20px 0; } #browser-error a { cursor: pointer; text-decoration: underline;; }
web/files/css/desktop/loader.css
position: absolute; top: 0; left: 0; width: 100%; min-width: 833px; height: 100%; min-height: 500px; background-color: #eee; z-index: 100; font-size: 20px; opacity: 1; -webkit-transition-property: opacity, background; -moz-transition-property: opacity, background; transition-property: opacity, background; -webkit-transition-duration: 0.3s, 0.5s; -moz-transition-duration: 0.3s, 0.5s; transition-duration: 0.3s, 0.5s; -webkit-transition-timing-function: ease-in-out, linear; -moz-transition-timing-function: ease-in-out, linear; transition-timing-function: ease-in-out, linear; /* Sky */ background: #79fcfa; background: -moz-radial-gradient(center, circle cover, #79fcfa 0%, #e8ffff 95%); background: -webkit-radial-gradient(center, circle cover, #79fcfa 0%,#e8ffff 95%); background: radial-gradient(circle at center, #79fcfa 0%,#e8ffff 95%); } .darkui #loading { background: #47638C; background: -moz-radial-gradient(center, circle cover, #47638C 0%, #000000 95%); background: -webkit-radial-gradient(center, circle cover, #47638C 0%,#000000 95%); background: radial-gradient(circle at center, #47638C 0%,#000000 95%); } #spinny-ur { animation: 80s rotate infinite linear; -moz-animation: 80s rotate infinite linear; -webkit-animation: 80s rotate infinite linear; width: 85%; position: absolute; top: 50%; left: 50%; transform: translate3d(-50%, -50%, 0); z-index: -1; } @keyframes rotate { from { transform: translate3d(-50%, -50%, 0) rotate(0deg); } to { transform: translate3d(-50%, -50%, 0) rotate(360deg); } } @-webkit-keyframes rotate { from { -webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg); } to { -webkit-transform: translate3d(-50%, -50%, 0) rotate(360deg); } } @-moz-keyframes rotate { from { transform: translate3d(-50%, -50%, 0) rotate(0deg); } to { transform: translate3d(-50%, -50%, 0) rotate(360deg); } } cou-login { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); } #loading #loadstatus { font-size: 14px; position: absolute; bottom: 45px; left: 8px; } .darkui #loadstatus { color: #fff; } #loading #loadstatus2 { font-size: 12px; position: absolute; bottom: 33px; left: 8px; opacity: 0.7; } .darkui #loadstatus2 { color: #eee; } /* Loading a street */ #MapLoadingScreen { position: absolute; top: 0; left: 0; right: 0; bottom: 0; opacity: 1; z-index: 3; pointer-events: none; transition-property: opacity; transition-duration: 0.5s; transition-timing-function: linear; transition-delay: 0.5s; -webkit-transition-property: opacity; -webkit-transition-duration: 0.5s; -webkit-transition-timing-function: linear; -webkit-transition-delay: 0.5s; display: flex; flex-direction: row; background: #829363; } .street-load-section { flex: 1; padding: 64px; } .street-load-section-entering { box-shadow: 0 0 30px rgba(0, 0, 0, 0.5); } .street-load-image { width: calc(100% - 20px); height: auto; margin: auto; border: 10px solid rgba(255, 255, 255, 0.3); border-radius: 3px; z-index: -1; } .street-load-section h1 { color: #f7ff95; /* I'm not using 'vh' because there's no 'font-size-max' property. */ font-size: 50px; line-height: 50px; margin: 0; text-shadow: 0 4px rgba(0, 0, 0, 0.3); } .street-load-section h2 { color: #fff; text-shadow: 0 4px rgba(0, 0, 0, 0.3); font-size: 30px; line-height: 30px; } .street-load-section h3 { color: #fff; text-shadow: 0 2px rgba(0, 0, 0, 0.3); font-size: 15px; line-height: 15px; } .street-load-section p h3 { display: inline; } .street-load-section p { color: #fff; width: 80%; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7); } .street-load-progress { position: absolute; left: 64px; width: calc(100% - 132px); bottom: 12%; box-shadow: 0 0 30px rgba(0, 0, 0, 0.5); } .street-load-section .entity-list { white-space: nowrap; } @media(max-height: 700px) { .street-load-section .entity-list { display: none; } } /* Browser Errors */ #browser-error { background-color: #eee; position: absolute; top: 0; left: 0; width: calc(100% - 60px); height: calc(100% - 60px); padding: 30px; z-index: 1024; color: #000 !important; font-family: "Lato", sans-serif !important; } #browser-error p { margin: 20px 0; } #browser-error a { cursor: pointer; text-decoration: underline;; }
0.507568
0.082809
.SIMRacingApps-Widget-StandingsTop35 { line-height: 170%; overflow:hidden; /* background: dimgray; */ color: white; padding: 0; } .SIMRacingApps-Widget-StandingsTop35-TitleHeader { background-color: rgba(0,0,0,.7); } .SIMRacingApps-Widget-StandingsTop35-Title { font-size: 140%; font-weight: bold; color: gold; padding-bottom: 1%; padding-left: 1%; white-space: nowrap; } .SIMRacingApps-Widget-StandingsTop35-SOF { font-size: 140%; color: gold; padding-bottom: 1%; padding-right: 1%; white-space: nowrap; text-align: right; } .SIMRacingApps-Widget-StandingsTop35-col-POS { width: 3%; } .SIMRacingApps-Widget-StandingsTop35-col-POSClass{ width: 3%; } .SIMRacingApps-Widget-StandingsTop35-col-POSQual{ width: 3%; } .SIMRacingApps-Widget-StandingsTop35-col-MfrLogo{ width: 3%; } .SIMRacingApps-Widget-StandingsTop35-col-CarNumber{ width: 4%; } .SIMRacingApps-Widget-StandingsTop35-col-CarDriverName{ width: 24.5%; } .SIMRacingApps-Widget-StandingsTop35-col-Discontinuality{ width: 2.5%; } .SIMRacingApps-Widget-StandingsTop35-col-Rating{ width: 12%; } .SIMRacingApps-Widget-StandingsTop35-col-Pit{ width: 6%; } .SIMRacingApps-Widget-StandingsTop35-col-Run{ width: 5%; } .SIMRacingApps-Widget-StandingsTop35-col-Behind{ width: 10%; } .SIMRacingApps-Widget-StandingsTop35-col-Best{ width: 10%; } .SIMRacingApps-Widget-StandingsTop35-col-Last{ width: 10%; } .SIMRacingApps-Widget-StandingsTop35-col-POSDiff{ width: 4%; } .SIMRacingApps-Widget-StandingsTop35-GridHeader { background-color: black; color: white; } .SIMRacingApps-Widget-StandingsTop35-GridBody { font-size: 100%; line-height: 125%; /* this controls the height of the entire table at the given font and padding*/ } .SIMRacingApps-Widget-StandingsTop35-GridRow { } .SIMRacingApps-Widget-StandingsTop35-GridRowBackground-talking { background-color: orange !important; } .SIMRacingApps-Widget-StandingsTop35-GridRowBackground-reference { background-color: black !important; } .SIMRacingApps-Widget-StandingsTop35-GridRowForeground { } .SIMRacingApps-Widget-StandingsTop35-POS { width: 6%; text-align: center; } .SIMRacingApps-Widget-StandingsTop35-POSClass { width: 6%; text-align: center; } .SIMRacingApps-Widget-StandingsTop35-POSQual { width: 6%; text-align: center; } .SIMRacingApps-Widget-StandingsTop35-CarNumber { width: 6%; } .SIMRacingApps-Widget-StandingsTop35-MfrLogo { background-repeat: no-repeat; background-size: contain; background-position: center; } .SIMRacingApps-Widget-StandingsTop35-CarDriverName { text-align: left; padding-left: 1%; white-space: nowrap; overflow: hidden; border-color: transparent; border-width: thin; border-style: inset; } .SIMRacingApps-Widget-StandingsTop35-CarDriverName-Club { font-size: 80%; font-style: italic; } .SIMRacingApps-Widget-StandingsTop35-DiscontinualityHeader { font-size: 80%; } .SIMRacingApps-Widget-StandingsTop35-Discontinuality { white-space: nowrap; overflow: hidden; text-align: right; padding-right: .5%; } .SIMRacingApps-Widget-StandingsTop35-Rating { white-space: nowrap; overflow: hidden; text-align: center; font-size: 80%; } .SIMRacingApps-Widget-StandingsTop35-Lap { white-space: nowrap; overflow: hidden; text-align: center; } .SIMRacingApps-Widget-StandingsTop35-Run { white-space: nowrap; overflow: hidden; text-align: center; } .SIMRacingApps-Widget-StandingsTop35-Pit { white-space: nowrap; overflow: hidden; text-align: right; } .SIMRacingApps-Widget-StandingsTop35-Behind { white-space: nowrap; overflow: hidden; text-align: right; } .SIMRacingApps-Widget-StandingsTop35-Best { white-space: nowrap; overflow: hidden; text-align: right; border-color: transparent; border-width: thin; border-style: inset; } .SIMRacingApps-Widget-StandingsTop35-Last { white-space: nowrap; overflow: hidden; text-align: right; padding-right: 1%; border-color: transparent; border-width: thin; border-style: inset; } .SIMRacingApps-Widget-StandingsTop35-POSDiff { width: 6%; text-align: center; } .SIMRacingApps-Widget-StandingsTop35-Best-Y { border-color: chartreuse; border-width: thin; border-style: inset; } .SIMRacingApps-Widget-StandingsTop35-Fastest-Y { border-color: chartreuse; border-width: thin; border-style: inset; } .SIMRacingApps-Widget-StandingsTop35-BelowMinimumSpeed-Y { border-color: red !important; border-width: thin; border-style: inset; }
widgets/StandingsTop35/StandingsTop35.css
.SIMRacingApps-Widget-StandingsTop35 { line-height: 170%; overflow:hidden; /* background: dimgray; */ color: white; padding: 0; } .SIMRacingApps-Widget-StandingsTop35-TitleHeader { background-color: rgba(0,0,0,.7); } .SIMRacingApps-Widget-StandingsTop35-Title { font-size: 140%; font-weight: bold; color: gold; padding-bottom: 1%; padding-left: 1%; white-space: nowrap; } .SIMRacingApps-Widget-StandingsTop35-SOF { font-size: 140%; color: gold; padding-bottom: 1%; padding-right: 1%; white-space: nowrap; text-align: right; } .SIMRacingApps-Widget-StandingsTop35-col-POS { width: 3%; } .SIMRacingApps-Widget-StandingsTop35-col-POSClass{ width: 3%; } .SIMRacingApps-Widget-StandingsTop35-col-POSQual{ width: 3%; } .SIMRacingApps-Widget-StandingsTop35-col-MfrLogo{ width: 3%; } .SIMRacingApps-Widget-StandingsTop35-col-CarNumber{ width: 4%; } .SIMRacingApps-Widget-StandingsTop35-col-CarDriverName{ width: 24.5%; } .SIMRacingApps-Widget-StandingsTop35-col-Discontinuality{ width: 2.5%; } .SIMRacingApps-Widget-StandingsTop35-col-Rating{ width: 12%; } .SIMRacingApps-Widget-StandingsTop35-col-Pit{ width: 6%; } .SIMRacingApps-Widget-StandingsTop35-col-Run{ width: 5%; } .SIMRacingApps-Widget-StandingsTop35-col-Behind{ width: 10%; } .SIMRacingApps-Widget-StandingsTop35-col-Best{ width: 10%; } .SIMRacingApps-Widget-StandingsTop35-col-Last{ width: 10%; } .SIMRacingApps-Widget-StandingsTop35-col-POSDiff{ width: 4%; } .SIMRacingApps-Widget-StandingsTop35-GridHeader { background-color: black; color: white; } .SIMRacingApps-Widget-StandingsTop35-GridBody { font-size: 100%; line-height: 125%; /* this controls the height of the entire table at the given font and padding*/ } .SIMRacingApps-Widget-StandingsTop35-GridRow { } .SIMRacingApps-Widget-StandingsTop35-GridRowBackground-talking { background-color: orange !important; } .SIMRacingApps-Widget-StandingsTop35-GridRowBackground-reference { background-color: black !important; } .SIMRacingApps-Widget-StandingsTop35-GridRowForeground { } .SIMRacingApps-Widget-StandingsTop35-POS { width: 6%; text-align: center; } .SIMRacingApps-Widget-StandingsTop35-POSClass { width: 6%; text-align: center; } .SIMRacingApps-Widget-StandingsTop35-POSQual { width: 6%; text-align: center; } .SIMRacingApps-Widget-StandingsTop35-CarNumber { width: 6%; } .SIMRacingApps-Widget-StandingsTop35-MfrLogo { background-repeat: no-repeat; background-size: contain; background-position: center; } .SIMRacingApps-Widget-StandingsTop35-CarDriverName { text-align: left; padding-left: 1%; white-space: nowrap; overflow: hidden; border-color: transparent; border-width: thin; border-style: inset; } .SIMRacingApps-Widget-StandingsTop35-CarDriverName-Club { font-size: 80%; font-style: italic; } .SIMRacingApps-Widget-StandingsTop35-DiscontinualityHeader { font-size: 80%; } .SIMRacingApps-Widget-StandingsTop35-Discontinuality { white-space: nowrap; overflow: hidden; text-align: right; padding-right: .5%; } .SIMRacingApps-Widget-StandingsTop35-Rating { white-space: nowrap; overflow: hidden; text-align: center; font-size: 80%; } .SIMRacingApps-Widget-StandingsTop35-Lap { white-space: nowrap; overflow: hidden; text-align: center; } .SIMRacingApps-Widget-StandingsTop35-Run { white-space: nowrap; overflow: hidden; text-align: center; } .SIMRacingApps-Widget-StandingsTop35-Pit { white-space: nowrap; overflow: hidden; text-align: right; } .SIMRacingApps-Widget-StandingsTop35-Behind { white-space: nowrap; overflow: hidden; text-align: right; } .SIMRacingApps-Widget-StandingsTop35-Best { white-space: nowrap; overflow: hidden; text-align: right; border-color: transparent; border-width: thin; border-style: inset; } .SIMRacingApps-Widget-StandingsTop35-Last { white-space: nowrap; overflow: hidden; text-align: right; padding-right: 1%; border-color: transparent; border-width: thin; border-style: inset; } .SIMRacingApps-Widget-StandingsTop35-POSDiff { width: 6%; text-align: center; } .SIMRacingApps-Widget-StandingsTop35-Best-Y { border-color: chartreuse; border-width: thin; border-style: inset; } .SIMRacingApps-Widget-StandingsTop35-Fastest-Y { border-color: chartreuse; border-width: thin; border-style: inset; } .SIMRacingApps-Widget-StandingsTop35-BelowMinimumSpeed-Y { border-color: red !important; border-width: thin; border-style: inset; }
0.569134
0.058723
>>> TABLE OF CONTENTS: ---------------------------------------------------------------- # Normalize # Typography # Elements # Forms # Navigation ## Links ## Menus # Accessibility # Alignments # Clearings # Widgets # Content ## Posts and pages ## Comments # Infinite scroll # Media ## Captions ## Galleries --------------------------------------------------------------*/ /*-------------------------------------------------------------- # Normalize --------------------------------------------------------------*/ /* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */ /* Document ========================================================================== */ /** * 1. Correct the line height in all browsers. * 2. Prevent adjustments of font size after orientation changes in iOS. */ html { line-height: 1.15; /* 1 */ -webkit-text-size-adjust: 100%; /* 2 */ } /* Sections ========================================================================== */ /** * Remove the margin in all browsers. */ body { margin: 0; font-family: var(--body-font); text-rendering: optimizeLegibility !important; min-height: 100vh; } body, html { overflow-x: hidden !important; position: relative; } * { -webkit-tap-highlight-color: transparent; } /* Grouping content ========================================================================== */ /** * 1. Add the correct box sizing in Firefox. * 2. Show the overflow in Edge and IE. */ hr { box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */ } /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ pre { font-size: 1em; /* 2 */ } /* Text-level semantics ========================================================================== */ /** * Remove the gray background on active links in IE 10. */ a { background-color: transparent; text-decoration: none !important; outline: none !important; } /** * 1. Remove the bottom border in Chrome 57- * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */ abbr[title] { border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ text-decoration: underline dotted; /* 2 */ } /** * Add the correct font weight in Chrome, Edge, and Safari. */ b, strong { font-weight: bolder; } /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ code, kbd, samp { font-size: 1em; /* 2 */ } /** * Add the correct font size in all browsers. */ small { font-size: 80%; } /** * Prevent `sub` and `sup` elements from affecting the line height in * all browsers. */ sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sub { bottom: -0.25em; } sup { top: -0.5em; } /* Embedded content ========================================================================== */ /** * Remove the border on images inside links in IE 10. */ img { border-style: none; } /* Forms ========================================================================== */ /** * 1. Change the font styles in all browsers. * 2. Remove the margin in Firefox and Safari. */ button, input, optgroup, select, textarea { font-family: inherit; /* 1 */ font-size: 100%; /* 1 */ line-height: 1.15; /* 1 */ margin: 0; /* 2 */ } /** * Show the overflow in IE. * 1. Show the overflow in Edge. */ button, input { /* 1 */ overflow: visible; } /** * Remove the inheritance of text transform in Edge, Firefox, and IE. * 1. Remove the inheritance of text transform in Firefox. */ button, select { /* 1 */ text-transform: none; } /** * Correct the inability to style clickable types in iOS and Safari. */ button, [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; } /** * Remove the inner border and padding in Firefox. */ button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; } /** * 1. Correct the text wrapping in Edge and IE. * 2. Correct the color inheritance from `fieldset` elements in IE. * 3. Remove the padding so developers are not caught out when they zero out * `fieldset` elements in all browsers. */ legend { box-sizing: border-box; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */ } /* Interactive ========================================================================== */ /* * Add the correct display in Edge, IE 10+, and Firefox. */ details { display: block; } /* * Add the correct display in all browsers. */ summary { display: list-item; } /* Misc ========================================================================== */ /** * Add the correct display in IE 10+. */ template { display: none; } /** * Add the correct display in IE 10. */ [hidden] { display: none; } /*-------------------------------------------------------------- # Typography --------------------------------------------------------------*/ body, button, input, select, optgroup, textarea { color: var(--dark-color); font-size: 16px; line-height: 26px; } h1, h2, h3, h4, h5, h6 { clear: both; } dfn, cite, em, i { font-style: italic; } blockquote { margin: 0 1.5em; } address { margin: 0 0 1.5em; } pre { background: #eee; font-size: 15px; font-size: 0.9375rem; line-height: 1.6; margin-bottom: 1.6em; max-width: 100%; overflow: auto; padding: 1.6em; } code, kbd, tt, var { font-size: 15px; font-size: 0.9375rem; } abbr, acronym { border-bottom: 1px dotted #666; cursor: help; } mark, ins { background: #fff9c0; text-decoration: none; } big { font-size: 125%; } /*-------------------------------------------------------------- # Elements --------------------------------------------------------------*/ ul, ol { margin: 0 0 1.5em 3em; } ul { list-style: none; margin: 0; padding: 0; } ol { list-style: decimal; } li>ul, li>ol { margin-bottom: 0; margin-left: 1.5em; } dt { font-weight: bold; } dd { margin: 0 1.5em 1.5em; } img { height: auto; /* Make sure images are scaled correctly. */ max-width: 100%; /* Adhere to container width. */ } figure { margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */ } table { margin: 0 0 1.5em; width: 100%; } /*-------------------------------------------------------------- # Navigation --------------------------------------------------------------*/ @media screen and (min-width: 992px) { .menu-toggle { display: none; } } .site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation { margin: 0 0 1.5em; overflow: hidden; } .comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous { float: left; width: 50%; } .comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next { float: right; text-align: right; width: 50%; } /*-------------------------------------------------------------- # Accessibility --------------------------------------------------------------*/ /* Text meant only for screen readers. */ .screen-reader-text { border: 0; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute !important; width: 1px; word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */ } .screen-reader-text:focus { background-color: #f1f1f1; border-radius: 3px; box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); clip: auto !important; clip-path: none; color: #21759b; display: block; font-size: 14px; font-size: 0.875rem; font-weight: bold; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; /* Above WP toolbar. */ } /* Do not show the outline on the skip link target. */ #content[tabindex="-1"]:focus { outline: 0; } /*-------------------------------------------------------------- # Clearings --------------------------------------------------------------*/ .clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after { content: ""; display: table; table-layout: fixed; } .clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after { clear: both; } /*-------------------------------------------------------------- # Widgets --------------------------------------------------------------*/ .widget { margin: 0 0 1.5em; /* Make sure select elements fit in widgets. */ } .widget select { max-width: 100%; } /*-------------------------------------------------------------- # Content --------------------------------------------------------------*/ /*-------------------------------------------------------------- ## Posts and pages --------------------------------------------------------------*/ .updated:not(.published) { display: none; } .page-links { clear: both; margin: 0 0 1.5em; } /*-------------------------------------------------------------- ## Comments --------------------------------------------------------------*/ .comment-content a { word-wrap: break-word; } .bypostauthor { display: block; } /*-------------------------------------------------------------- # Infinite scroll --------------------------------------------------------------*/ /* Globally hidden elements when Infinite Scroll is supported and in use. */ .infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */ display: none; } /* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */ .infinity-end.neverending .site-footer { display: block; } /*-------------------------------------------------------------- # Media --------------------------------------------------------------*/ .page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley { border: none; margin-bottom: 0; margin-top: 0; padding: 0; } /* Make sure embeds and iframes fit their containers. */ embed, iframe, object { max-width: 100%; } /* Make sure logo link wraps around logo image. */ .custom-logo-link { display: inline-block; } /*-------------------------------------------------------------- ## Captions --------------------------------------------------------------*/ .wp-caption { margin-bottom: 1.5em; max-width: 100%; } .wp-caption img[class*="wp-image-"] { display: block; margin-left: auto; margin-right: auto; } .wp-caption .wp-caption-text { margin: 0.8075em 0; } .wp-caption-text { text-align: center; } /*==========Fonts Start==========*/ @font-face { font-family: 'Roboto'; src: url('../fonts/Roboto-Bold.eot'); src: url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Bold.woff2') format('woff2'), url('../fonts/Roboto-Bold.woff') format('woff'), url('../fonts/Roboto-Bold.ttf') format('truetype'); font-weight: bold; font-style: normal; font-display: swap; } @font-face { font-family: 'Roboto'; src: url('../fonts/Roboto-Regular.eot'); src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Regular.woff2') format('woff2'), url('../fonts/Roboto-Regular.woff') format('woff'), url('../fonts/Roboto-Regular.ttf') format('truetype'); font-weight: normal; font-style: normal; font-display: swap; } @font-face { font-family: 'Roboto'; src: url('../fonts/Roboto-Medium.eot'); src: url('../fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Medium.woff2') format('woff2'), url('../fonts/Roboto-Medium.woff') format('woff'), url('../fonts/Roboto-Medium.ttf') format('truetype'); font-weight: 500; font-style: normal; font-display: swap; } @font-face { font-family: 'Roboto'; src: url('../fonts/Roboto-Thin.eot'); src: url('../fonts/Roboto-Thin.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Thin.woff2') format('woff2'), url('../fonts/Roboto-Thin.woff') format('woff'), url('../fonts/Roboto-Thin.ttf') format('truetype'); font-weight: 100; font-style: normal; font-display: swap; } @font-face { font-family: 'Roboto'; src: url('../fonts/Roboto-Italic.eot'); src: url('../fonts/Roboto-Italic.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Italic.woff2') format('woff2'), url('../fonts/Roboto-Italic.woff') format('woff'), url('../fonts/Roboto-Italic.ttf') format('truetype'); font-weight: normal; font-style: italic; font-display: swap; } @font-face { font-family: 'Roboto'; src: url('../fonts/Roboto-Black.eot'); src: url('../fonts/Roboto-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Black.woff2') format('woff2'), url('../fonts/Roboto-Black.woff') format('woff'), url('../fonts/Roboto-Black.ttf') format('truetype'); font-weight: 900; font-style: normal; font-display: swap; } @font-face { font-family: 'Roboto'; src: url('../fonts/Roboto-Light.eot'); src: url('../fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Light.woff2') format('woff2'), url('../fonts/Roboto-Light.woff') format('woff'), url('../fonts/Roboto-Light.ttf') format('truetype'); font-weight: 300; font-style: normal; font-display: swap; } /*==========Fonts End==========*/ /*==========Form CSS==========*/ select { -moz-appearance: none; -webkit-appearance: none; } .form-element { position: relative; } .form-element i { position: absolute; top: 15px; right: 20px; pointer-events: none; color: var(--blue-color); } div.wpcf7-mail-sent-ok { display: none !important; } span.wpcf7-not-valid-tip { position: absolute; bottom: -30px; left: 0; font-size: 14px; } .wpcf7-form-control-wrap, .form-input-span { display: block; margin-bottom: 30px; position: relative; } .screen-reader-response { display: none; } .wpcf7-response-output.wpcf7-validation-errors { margin: 2em 0.5em 1em; padding: 0.2em 1em; border: 2px solid var(--red-color); color: var(--red-color); } .form-input::-webkit-input-placeholder, .input-text::-webkit-input-placeholder { color: rgba(var(--input-color-rgb), 0.5); } .form-input::-moz-placeholder, .input-text::-moz-placeholder { color: rgba(var(--input-color-rgb), 0.5); } .form-input:-ms-input-placeholder, .input-text:-ms-input-placeholder { color: rgba(var(--input-color-rgb), 0.5); } .form-input::-ms-input-placeholder, .input-text::-ms-input-placeholder { color: rgba(var(--input-color-rgb), 0.5); } .form-input::placeholder, .input-text::placeholder { color: rgba(var(--input-color-rgb), 0.5); } select option { color: var(--input-color); } select { color: var(--input-color) !important; } select::-ms-expand { display: none; } input[type=file].form-input { padding-top: 9px; padding-bottom: 9px; } .form-input, .input-text, .select2-container--default .select2-selection--single .select2-selection__rendered, select { width: 100%; height: 50px; border: none; outline: none !important; padding: 0 30px; color: var(--fulldark-color); background: var(--white-color); -webkit-appearance: none; border-radius: 8px; box-shadow: var(--box-shadow); } .form-input.wpcf7-textarea, textarea.form-input { height: 120px; resize: none; padding: 18px 30px; display: block; } .form-label { color: var(--fulldark-color); } /* .submit-btn { text-align: right; } */ /* input[type=checkbox], input[type=radio] { position: absolute; top: 0; left: 0; width: 100%; height: 26px; background: 0 0; border: none; outline: none; opacity: 0; z-index: 5; cursor: pointer; } */ span.wpcf7-list-item-label, .woocommerce-form__label-for-checkbox span { padding-left: 30px; } span.wpcf7-list-item-label:before, span.wpcf7-list-item-label:after, .woocommerce-form__label-for-checkbox span:before, .woocommerce-form__label-for-checkbox span:after { content: " "; } span.wpcf7-list-item-label:before, .woocommerce-form__label-for-checkbox span:before { content: ''; position: absolute; top: 50%; left: 0; transform: translate(0, -50%); width: 20px; height: 20px; border-radius: 20px; border: 2px solid var(--blue-color); z-index: 1; } span.wpcf7-list-item-label:after, .woocommerce-form__label-for-checkbox span:after { content: ''; position: absolute; top: 50%; left: 0; transform: translate(0, -50%); width: 12px; height: 12px; border-radius: 15px; background: var(--blue-color); display: flex; justify-content: center; align-items: center; color: var(--white-color); opacity: 0; transition: .3s; z-index: 0; } input[type=radio]:checked~span:after { opacity: 1; } .checkbox-wp .wpcf7-list-item { margin: 0; } .woocommerce-form__label-for-checkbox span:before, .checkbox-wp .wpcf7-list-item-label:before { border-radius: 0; margin-top: -1px; } .checkbox-wp .wpcf7-list-item-label:after, .woocommerce-form__label-for-checkbox span:after { content: "\f00c"; width: 20px; height: 20px; background: transparent; color: var(--white-color); border-radius: 0; font-family: "Font Awesome 5 Pro"; font-weight: 900; font-size: 10px; background: var(--gradient-color); border-radius: 3px; } .woocommerce-form__label-for-checkbox span:before { border-radius: 0; margin-top: -1px; border-color: #fff; } input[type=checkbox]:checked~span.wpcf7-list-item-label:after, input[type=checkbox]:checked~span.wpcf7-list-item-label:before, input[type=checkbox]:checked~span:after { opacity: 1 } .checkbox-wp .wpcf7-not-valid-tip { display: none; } .checkbox-wp .wpcf7-not-valid .wpcf7-list-item-label:before { border-color: #ff0404; opacity: 0.7; } .form-input-checkbox .wpcf7-list-item { position: relative; margin: 0; margin-right: 40px; } span.wpcf7-list-item { position: relative; } .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors { margin: 2em 0.5em 1em; padding: 0.2em 1em; border: 2px solid var(--red-color); color: var(--red-color); } input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button { opacity: 1; } /*==========Form CSS End==========*/ /*==========Typography CSS==========*/ p { font-size: 16px; line-height: 26px; } h1, h2, h3, h4, h5, h6 { font-weight: bold; color: var(--blue-color); font-family: var(--title-font); } .h1-title { font-size: 60px; line-height: 70px; margin-bottom: 27px; } .h2-title { font-size: 40px; line-height: 50px; color: var(--blue-color); margin-bottom: 13px; } .h3-title { font-size: 28px; line-height: 38px; } .h4-title { font-size: 20px; line-height: 28px; } .h5-title { font-size: 18px; line-height: 28px; } .h2-title span, .h3-title span, .h4-title span, .h5-title span, .sub-title span { display: block; } .green-title { color: var(--green-color); } .blue-title { color: var(--blue-color); } .fulldark-title { color: var(--fulldark-color); } .badge-title { display: inline-block; padding: 8px 20px; border-radius: 50px; font-size: 18px; line-height: 1.3; font-weight: 400; box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.30) inset; -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.30) inset; -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.30) inset; } /*==========Typography CSS End==========*/ /*==========Common CSS ==========*/ :root { --body-color: #EEEEEE; --blue-color: #2953E8; --green-color: #0FCA93; --gradient-color: linear-gradient(100deg, var(--green-color) 0%, var(--blue-color) 100%); --repeat-gradient-color: linear-gradient(100deg, var(--blue-color) 0%, var(--green-color) 100%); --black-color: #000000; --white-color: #ffffff; --white-light-color: #CCCCCC; --f6f9fe-color: #f6f9fe; --dark-color: #707070; --fulldark-color: #282f37; --red-color: #ff0000; --box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16); --transition: 0.5s; --input-color: var(--fulldark-color); --body-font: 'Poppins'; --title-font: 'Poppins'; --scrollbar-track-color: var(--fulldark-color); --scrollbar-thumb-color: var(--red-color); --blue-color-rgb: 41, 83, 232; --green-color-rgb: 15, 202, 147; --input-color-rgb: 40, 47, 55; } .grecaptcha-badge { display: none !important; } .main-seo-content .excerpt-content { max-height: 320px; margin-bottom: 30px; overflow: hidden; } .wow { visibility: hidden; } .for-des { display: block !important; } .for-mob { display: none !important; } .sec-wp { position: relative; z-index: 4; } input:focus, button:focus, a:focus { outline: none !important; } .back-img { background-position: center; background-repeat: no-repeat; background-size: cover; } .radius-10 { border-radius: 10px !important; } .sec-title { margin-bottom: 80px; } .common-sec { padding-top: 120px; padding-bottom: 120px; position: relative; } .pt-120 { padding-top: 120px; } .pb-120 { padding-bottom: 120px; } .mt-120 { margin-top: 120px; } .mb-120 { margin-bottom: 120px; } .center-text { text-align: center; } .m-lr { margin-left: 150px; margin-right: 150px; } .column-btn { height: 100%; display: flex; align-items: center; justify-content: flex-end; } .common-top-row { margin-bottom: 80px; } .common-top-row .sec-title, .common-top-row .sec-title p { margin-bottom: 0; } @keyframes rotate { from { transform: rotate(0); } to { transform: rotate(360deg); } } .gradient-text { background-image: var(--gradient-color); background-size: 100%; background-repeat: repeat; -webkit-background-clip: text; -webkit-text-fill-color: transparent; -moz-background-clip: text; -moz-text-fill-color: transparent; } .row-bottom-btn { padding-top: 30px; text-align: center; } ::selection { background: var(--blue-color); color: var(--white-color); } .custom-checkbox-input { height: 20px; width: 32px; cursor: pointer; position: relative; border-radius: 10px; -moz-appearance: none; -webkit-appearance: none; appearance: none; transition: var(--transition); background: var(--white-light-color); } .custom-checkbox-input:before { content: ''; position: absolute; width: 16px; height: 16px; top: 2px; left: 0; background: var(--white-color); border-radius: 50%; -webkit-transform: translateX(2px); -ms-transform: translateX(2px); transform: translateX(2px); transition: var(--transition); } .custom-checkbox-input:checked:before { -webkit-transform: translateX(14px); -ms-transform: translateX(14px); transform: translateX(14px); } .custom-checkbox-input:checked { background: var(--gradient-color); } .add-custom-input { width: 100%; height: 100%; position: absolute; top: 0; left: 0; overflow: hidden; z-index: 5; border-radius: 50%; } .add-custom-input input { width: 100%; height: 100%; border-radius: 50%; cursor: pointer; opacity: 0; text-indent: -9999px; } /*==========Common CSS End==========*/ /*==========Btn CSS==========*/ .sec-btn, .form-submit .submit { width: 200px; height: 50px; background: var(--green-color); border: 1px solid var(--green-color); display: inline-flex; justify-content: center; align-items: center; border-radius: 30px; -webkit-appearance: none; font-size: 16px; color: var(--white-color); font-weight: 700; text-align: center; cursor: pointer; outline: none !important; transition: var(--transition); padding: 0; overflow: hidden; position: relative; z-index: 2; } .sec-btn:hover, .form-submit .submit:hover { background: var(--fulldark-color); border-color: var(--fulldark-color); color: var(--white-color); } .sec-btn.dark { background: var(--fulldark-color); border-color: var(--fulldark-color); } .sec-btn.light { background: var(--body-color); border-color: var(--body-color); color: var(--fulldark-color); } .sec-btn.blue { background: var(--blue-color); border-color: var(--blue-color); } .sec-btn.gradient { background: var(--gradient-color); border-color: var(--gradient-color); } .sec-btn.gradient:hover { background: var(--repeat-gradient-color); border-color: var(--repeat-gradient-color); } .sec-btn i { margin-left: 5px; } .sec-btn:active { opacity: 0.9; } .sec-btn.big-btn { width: 240px; height: 60px; } .play-btn { width: 60px; height: 60px; color: var(--blue-color); background: var(--white-color); border-radius: 50%; display: flex; align-items: center; justify-content: center; padding-left: 3px; box-shadow: var(--box-shadow); transition: 0.8s cubic-bezier(0.22, 0.78, 0.45, 1.02); } .play-btn:hover { background: var(--blue-color); color: var(--white-color); } /*==========Btn CSS End==========*/ /*==========Slider Css==========*/ .slick-dots { bottom: -35px; } .slick-dots li { width: 30px; height: 10px; margin: 0 8px; transition: var(--transition); } .slick-dots li.slick-active { width: 40px; } .slick-dots li button { width: 100%; height: 100%; background: transparent; border: 1px solid var(--blue-color); border-radius: 3px; padding: 0; transition: 0.5s; } .slick-dots li button:before { display: none; } .slick-dots li.slick-active button, .slick-dots li button:hover { background: var(--blue-color); } .slick-initialized .slick-slide { outline: none !important; } #sb_instagram #sbi_images .sbi_item.sbi_transition { opacity: 1 !important; max-height: unset !important; } .slick-arrow { position: absolute; bottom: 0; left: 0; width: 30px; height: 30px; padding: 0; border: none !important; background: var(--blue-color); outline: none !important; color: var(--white-color); font-weight: bold; font-size: 20px; transition: 0.3s; z-index: 2; display: flex; justify-content: center; align-items: center; } .slide-arrow.prev-arrow.slick-arrow { margin-left: -50px; } .slick-arrow.prev-arrow { background: var(--blue-color); } .slick-arrow.prev-arrow:hover { background: var(--green-color); } .slick-arrow.next-arrow { background: var(--green-color); } .slick-arrow.next-arrow:hover { background: var(--blue-color); } .slick-dots li:only-child { display: none; } .slick-dots li:first-child { margin-left: 0; } .slick-dots li:last-child { margin-right: 0; } /*==========Slider Css End==========*/ /*==========Overflow CSS==========*/ .overflow-text { height: 300px; -webkit-overflow-scrolling: touch; } .overflow-text::-webkit-scrollbar, [data-simplebar=init]::-webkit-scrollbar, .simplebar-scroll-content::-webkit-scrollbar { width: 0; opacity: 0 !important; display: none; clip-path: inset(0 0 30px 0); } .simplebar-track.horizontal { display: none; } .overflow-text::-webkit-scrollbar-thumb { opacity: 0 !important; } .overflow-text::-webkit-scrollbar-track { opacity: 0 !important; } .simplebar-track { width: 3px; background: var(--white-light-color); } .simplebar-scrollbar { right: 0; z-index: 66; background: var(--blue-color); opacity: 1 !important; width: 100%; } [data-simplebar=init] { padding-right: 8px; } .simplebar-scroll-content { padding-right: 0 !important; margin-bottom: 0 !important; } .simplebar-content { margin-right: 0 !important; padding-bottom: 0 !important; overflow: hidden; } .compensate-for-scrollbar { margin-right: 0 !important; } ::-webkit-scrollbar { width: 6px; } ::-webkit-scrollbar-thumb { background: var(--white-light-color); } ::-webkit-scrollbar-track { border: 1px solid var(--white-light-color); background: transparent; } /*==========Overflow CSS End==========*/ /*==========White text CSS==========*/ .white-text p, .white-text h1, .white-text h2, .white-text h3, .white-text h4, .white-text h5, .white-text h6, .white-text a, .white-text ul li { color: var(--white-color); } .fancybox-video { background-color: var(--white-color); } .white-arrow-dots .slick-dots li button { border: 1px solid var(--white-color); } .white-arrow-dots .slick-dots li.slick-active button, .white-arrow-dots .slick-dots li button:hover { background: var(--white-color); } .white-arrow-dots .slick-arrow { background: var(--white-color); color: var(--dark-color); } .white-arrow-dots .slick-arrow:hover { background: var(--dark-color); color: var(--white-color); } /*==========White text CSS End==========*/ /*==========Header CSS==========*/ .main-navigation { display: inline-block; width: 100%; height: 100%; } .main-navigation .menu li { display: inline-block; float: left; position: relative; margin: 0 20px; } .main-navigation .menu li:first-child { margin-left: 0; } .main-navigation .menu li:last-child { margin-right: 0; } .menu-menu-1-container, .menu-menu-1-container ul { height: 100%; } .main-navigation .menu ul ul { box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); float: left; position: absolute; top: 100%; left: -999em; z-index: 99999; } .main-navigation .menu ul ul ul { left: -999em; top: 0; } .main-navigation .menu ul ul li:hover>ul, .main-navigation .menu ul ul li.focus>ul { left: 100%; } .main-navigation .menu ul ul a { width: 200px; } .main-navigation .menu ul li:hover>ul, .main-navigation .menu ul li.focus>ul { left: auto; } .main-navigation .menu li a { display: flex; transition: .3s; position: relative; justify-content: center; align-items: center; } /*==========Header CSS End==========*/ /*==========link Page CSS Start==========*/ .body-inner { position: relative; width: 100%; height: 100vh; display: flex; } .main-wrap { min-height: 100vh; overflow: hidden; position: relative; flex: 1; } .site-header { height: 80px; display: flex; align-items: center; padding: 8px 25px; border: 1px solid var(--white-light-color); border-right: none; background: var(--white-color); width: 100%; z-index: 100; } .site-branding { width: 150px; height: 100%; display: flex; align-items: center; justify-content: center; } .site-branding a { display: inline-block; width: 100%; } .site-branding img { width: 100%; } .site-header-inner { width: 100%; } /*==========link Page CSS End==========*/ /*==========Sidebar CSS Start==========*/ .sidebar { position: absolute; top: 80px; left: 0; width: 80px; height: calc(100% - 80px); background: var(--white-color); border: 1px solid var(--white-light-color); border-top: none; padding: 15px 10px; display: inline-flex; flex-direction: column; justify-content: flex-end; align-items: center; } .sidebar-nav { text-align: center; } .sidebar-nav ul.sidebar-nav-list>li { margin-bottom: 25px; position: relative; } .sidebar-nav ul.sidebar-nav-list>li:last-child { margin-bottom: 0; } .sidebar-nav ul.sidebar-nav-list>li>a { width: 44px; height: 44px; font-size: 24px; display: inline-flex; justify-content: center; align-items: center; border-radius: 50%; background: var(--f6f9fe-color); color: var(--fulldark-color); transition: var(--transition); } .sidebar-nav ul.sidebar-nav-list>li>a:hover, .sidebar-nav ul.sidebar-nav-list>li.active a { background: var(--blue-color); color: var(--white-color); } .sidebar-nav ul.sidebar-nav-list>li>a:hover svg, .sidebar-nav ul.sidebar-nav-list>li.active a svg { fill: var(--white-color); color: var(--white-color); } .sidebar-nav ul.sidebar-nav-list>li>a svg { transition: var(--transition); fill: var(--fulldark-color); color: var(--fulldark-color); } .sidebar--profile-img { width: 100%; height: 100%; border-radius: 10px; } .sidebar-nav ul.sidebar-nav-list>li.sidebar--profile>a { width: 50px; height: 50px; } .sidebar--dropdown-nav { position: absolute; min-width: 250px; max-height: calc(100vh - 80px); left: 100%; bottom: 100%; text-align: left; display: block; width: 100%; height: auto; background-color: var(--white-color); border-radius: 8px; transition: var(--transition); box-shadow: var(--box-shadow); z-index: 10; opacity: 0; visibility: hidden; } .sidebar--dropdown-nav--divider { padding: 10px 12px 5px; color: var(--fulldark-color); text-transform: uppercase; font-size: 12px; font-weight: 700; } .sidebar--dropdown-nav ul { padding: 10px; } .sidebar--dropdown-nav ul li { margin-bottom: 10px; } .sidebar--dropdown-nav ul li:last-child { margin-bottom: 0; } .sidebar--dropdown-nav ul li a { width: 100%; display: block; padding: 5px 15px; border-radius: 10px; color: var(--fulldark-color); transition: var(--transition); position: relative; } .sidebar--dropdown-nav ul li a:hover { background: var(--blue-color); color: var(--white-color); } .sidebar--dropdown-nav ul li.active-account a { background: var(--green-color); } .sidebar--dropdown-nav ul li a i { position: absolute; top: 50%; right: 10px; transform: translate(0, -50%); font-size: 10px; color: #ffca00; } .sidebar-nav ul.sidebar-nav-list>li.sidebar--profile:hover .sidebar--dropdown-nav { opacity: 1; visibility: visible; } /*==========Sidebar CSS End==========*/ /*==========Action Area CSS Start==========*/ .action-area-wp { margin-left: 80px; padding-top: 50px; height: calc(100vh - 80px); position: relative; overflow-y: auto; overflow-x: hidden; } .action-area-wp::-webkit-scrollbar-track { border-left-width: 2px; } .action-area-wrap { height: 100%; } .action-area { max-width: 600px; margin-left: auto; margin-right: auto; height: 100%; } .action-primary { height: 100%; display: flex; flex-direction: column; } .button-group { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; margin-bottom: 30px; } .button-group .tab-btn { width: 200px; height: 50px; display: inline-flex; justify-content: center; align-items: center; border-radius: 30px; box-shadow: var(--box-shadow); background: var(--white-color); color: var(--fulldark-color); font-size: 18px; font-weight: bold; margin-right: 30px; transition: var(--transition); } .button-group .tab-btn svg { margin-right: 10px; transition: var(--transition); fill: var(--fulldark-color); } .button-group .tab-btn:last-child { margin-right: 0; } .button-group .tab-btn:hover, .button-group .tab-btn.tab-active { background: var(--green-color); color: var(--white-color); } .button-group .tab-btn:hover svg, .button-group .tab-btn.tab-active svg { fill: var(--white-color); } .tab-box { height: 100%; display: flex; flex-direction: column; } /* .tab-box.links-tab-box { display: none; } */ .tab-box.themes-tab-box { display: none; } .tab-inner-box.themes-inner-box { display: none; } .tab-inner-box.background-inner-box { display: none; } /* .tab-inner-box.buttons-inner-box { display: none; } */ .tab-inner-box.font-inner-box { display: none; } .tab-inner-box.profile-inner-box { display: none; } .link-header-wp { margin-bottom: 30px; } .link-header-wp ul { display: flex; align-items: center; } .link-header-wp ul li.link-item { display: inline-block; width: 50px; height: 50px; flex: 0 0 auto; } .link-header-wp ul li { margin-right: 15px; } .link-header-wp ul li:last-child { margin-right: 0; } .link-header-wp ul li.link-item a { width: 100%; height: 100%; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; background: var(--white-color); box-shadow: var(--box-shadow); transition: var(--transition); } .link-header-wp ul li.link-item a svg { transition: var(--transition); fill: var(--fulldark-color); } .link-header-wp ul li.link-item a:hover, .link-header-wp ul li.link-item.active a { background: var(--green-color); } .link-header-wp ul li.link-item a:hover svg, .link-header-wp ul li.link-item.active a svg { fill: var(--white-color); } .link-header-wp ul li.form-item { flex: 1; position: relative; } .form-input-wp { display: block; position: relative; } .form-input-wp i { position: absolute; top: 15px; left: 15px; font-size: 18px; color: var(--fulldark-color); } .search-input { padding: 0 50px; } .addlink-boxes-inner { height: 100%; } .addlink-boxes-wp { position: relative; height: 100%; margin-bottom: 30px; } .addlink-box-wp { margin-bottom: 30px; } .addlink-box-wp:last-child { margin-bottom: 0; } .addlink-box { position: relative; display: flex; width: 100%; border-radius: 5px; background: var(--white-color); box-shadow: var(--box-shadow); } .addlink-box .addlink-drag { width: 20px; position: relative; border-right: 1px solid var(--white-light-color); flex: 0 0 auto; cursor: grab; } .addlink-box .addlink-drag:before { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 4px; height: 30px; background: var(--white-light-color); border-radius: 4px; } .addlink-box .addlink-right-content-wp { flex: 1; padding: 20px 20px 0; display: flex; flex-flow: column; justify-content: space-between; } .addlink-box .addlink-right-content { display: flex; } .addlink-right-content .addlink-plus { width: 50px; height: 50px; display: inline-flex; justify-content: center; align-items: center; border-radius: 50%; position: relative; cursor: pointer; flex: 0 0 auto; transition: var(--transition); margin-right: 15px; overflow: hidden; } .addlink-right-content .addlink-plus .addlink-plus-svg { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; } .addlink-right-content .addlink-plus .addlink-plus-svg:before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-radius: 50%; background: var(--blue-color); opacity: 0.4; transition: var(--transition); } .addlink-right-content .addlink-plus-img { width: 100%; height: 100%; border-radius: 50%; } .addlink-right-content .addlink-plus svg { position: relative; z-index: 2; fill: var(--blue-color); transition: var(--transition); } .addlink-right-content .addlink-plus:hover .addlink-plus-svg:before { opacity: 1; } .addlink-right-content .addlink-plus:hover .addlink-plus-svg svg { fill: var(--white-color); } .addlink-right-content .addlink-con-inr-top { flex: 1; width: 100%; padding-right: 12px; } /* start */ .kKLFiX { width: 100%; } .hBaLvR { display: grid; margin-bottom: 4px; width: 100%; grid-template-columns: minmax(0px, 94%); justify-content: left; -webkit-box-align: baseline; align-items: baseline; } .fSmszX { justify-content: left; grid-area: 1 / 1 / auto / auto; display: inline-flex; } .hLcPlL { display: inline-flex; -webkit-box-align: center; align-items: center; -webkit-box-pack: center; justify-content: center; max-width: 100%; font-family: inherit; font-weight: inherit; font-size: inherit; background: none; border: none; padding: 0px; outline: inherit; height: auto; cursor: pointer; appearance: none; text-align: center; box-sizing: border-box; } .dAmNHn { padding: 0px; margin: 0px; color: var(--fulldark-color); font-size: 16px; line-height: 26px; font-weight: 500; letter-spacing: normal; text-overflow: ellipsis; max-width: 100%; white-space: nowrap; overflow: hidden; } .eQIJpy { display: flex; padding-left: 8px; cursor: pointer; } .hmsSkt { display: inline-flex; -webkit-box-align: center; align-items: center; -webkit-box-pack: center; justify-content: center; font-family: inherit; font-weight: inherit; font-size: inherit; background: none; border: none; padding: 0px; outline: inherit; height: auto; cursor: pointer; appearance: none; text-align: center; box-sizing: border-box; } .eHXlyc { fill: currentcolor; color: rgb(190, 193, 195); font-style: italic; width: 16px; height: 16px; } .fjbvLJ { opacity: 0; grid-area: 1 / 1 / auto / auto; pointer-events: none; } .dQTQyT { background-color: transparent; background-image: none; border-radius: 0px; box-shadow: none; font-style: inherit; font-variant: inherit; font-stretch: inherit; line-height: inherit; font-family: inherit; box-sizing: border-box; appearance: none; border: 0px; color: var(--fulldark-color); width: 100%; height: 20px; margin: 0px; padding: 0px; font-weight: 500; } .dFNFWE { background-color: transparent; background-image: none; border-radius: 0px; box-shadow: none; font-style: inherit; font-variant: inherit; font-stretch: inherit; line-height: inherit; font-family: inherit; box-sizing: border-box; appearance: none; border: 0px; color: var(--dark-color); width: 100%; height: 20px; margin: 0px; padding: 0px; font-weight: 400; } .jpzPff { opacity: 1; grid-area: 1 / 1 / auto / auto; pointer-events: inherit; } .hqQOJG { justify-content: left; grid-area: 1 / 1 / auto / auto; display: none; } .iwtTzU { padding: 0px; margin: 0px; color: var(--dark-color); font-weight: 400; text-overflow: ellipsis; max-width: 100%; white-space: nowrap; overflow: hidden; } /* end */ /* addlink header start */ .addlink-box-header-wp .hBaLvR { -webkit-box-pack: center; justify-content: center; -webkit-box-align: center; align-items: center; } .addlink-box-header-wp .fSmszX { -webkit-box-pack: center; justify-content: center; } .addlink-box-header-wp .dQTQyT { text-align: center; } .addlink-box-header-wp .fjbvLJ { margin-right: 24px; } /* addlink header end */ .addlink-con-title .addlink-con-title-text { color: var(--fulldark-color); font-weight: 500; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; } .addlink-con-inr-top .addlink-con-title { display: flex; align-items: center; } .add-edit-button { padding: 0; border: none; outline: none; background: no-repeat; width: 18px; height: 18px; font-size: 18px; line-height: 1; cursor: pointer; margin-left: 10px; } .add-edit-button svg { fill: var(--dark-color); } .addlink-con-link .addlink-con-link-text { color: var(--dark-color); display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; } .addlink-con-inr-top .addlink-con-link { display: flex; align-items: center; } .addlink-more-box-wp { margin-top: 15px; padding: 0 35px 0; } .addlink-more-box-btn { border: none; background: var(--green-color); color: var(--white-color); width: 30px; height: 30px; padding: 0; display: flex; align-items: center; justify-content: center; transition: var(--transition); border-radius: 5px 5px 0 0; display: none; } .addlink-more-box-btn i:before { transition: var(--transition); } .addlink-more-box { position: relative; width: 100%; padding: 10px; border-radius: 50px 50px 0 0; background: var(--green-color); display: flex; align-items: center; justify-content: center; flex-direction: column; min-height: 51px; } .addlink-more-box ul { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; } .addlink-more-box ul li { margin-right: 15px; display: inline-block; } .addlink-more-box ul li:last-child { margin-right: 0; } .addlink-more-box ul li a { display: inline-flex; color: var(--fulldark-color); align-items: center; font-size: 16px; } .addlink-more-box ul li a .icon { width: 30px; height: 30px; display: inline-flex; align-items: center; justify-content: center; border-radius: 30px; background: var(--white-color); box-shadow: var(--box-shadow); transition: var(--transition); } .addlink-more-box ul li a .icon svg { fill: var(--green-color); transition: var(--transition); } .addlink-more-box ul li.addlink-delete a .icon svg { fill: var(--red-color); } .addlink-more-box-btn.active i:before { content: "\f00d"; } .addlink-checkbox { flex: 0 0 auto; } .addlink-box-checkbox-label { margin: 0; display: flex; } /*==========Action Area CSS End==========*/ /*==========Themes CSS Start==========*/ .tab-title { margin-bottom: 30px; } .tab-title .h4-title { color: var(--fulldark-color); margin-bottom: 0; } .theme-box { box-shadow: var(--box-shadow); background: var(--white-color); border-radius: 8px; min-height: 280px; margin-bottom: 30px; } .theme-box.active { background: var(--green-color); } .tab-sub-title { margin-bottom: 15px; } .tab-sub-title .h5-title { color: var(--fulldark-color); margin-bottom: 0; font-weight: 400; } .color-boxes ul { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: -8px; } .color-boxes ul li { margin: 8px; flex: 0 0 auto; max-width: 30px; } .color-boxes ul li span { width: 30px; height: 30px; box-shadow: var(--box-shadow); border-radius: 50%; display: block; background: var(--white-color); cursor: pointer; } .color-picker-wrap { display: flex; align-items: center; flex-wrap: wrap; } .color-picker-btn { width: 40px; height: 40px; display: inline-flex; justify-content: center; align-items: center; background: var(--white-color); border-radius: 10px; box-shadow: var(--box-shadow); margin-right: 15px; cursor: pointer; position: relative; flex: 0 0 auto; } .color-picker-input { margin-right: 15px; } .color-picker-input input { height: 40px; max-width: 120px; width: 100%; border: none; border-radius: 10px; padding: 10px; color: var(--fulldark-color); box-shadow: var(--box-shadow); background-color: var(--white-color); } .color-picker-preview { width: 40px; height: 40px; box-shadow: var(--box-shadow); background-color: var(--white-color); border-radius: 10px; flex: 0 0 auto; } .background-inner-box .color-picker-wrap { margin: 15px 0 50px 0; } .gradient-box { position: relative; margin-bottom: 30px; } .gradient-box-preview { position: relative; width: 100%; min-height: 280px; background-color: var(--white-color); border-radius: 8px; box-shadow: var(--box-shadow); padding: 10px; cursor: pointer; } .gradient-rotate-btn { border: none; background-color: var(--white-color); padding: 0; box-shadow: var(--box-shadow); width: 30px; height: 30px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; } .gradient-box-content { text-align: center; padding: 10px 0 0 0; } .gradient-box-content p { margin-bottom: 0; color: var(--fulldark-color); } .back-image-box { position: relative; margin-bottom: 30px; cursor: pointer; } .back-image-box-preview { position: relative; width: 100%; min-height: 280px; background-color: var(--white-color); border-radius: 8px; box-shadow: var(--box-shadow); padding: 10px; } .add-custom-btn { border: none; background-color: var(--white-color); color: var(--fulldark-color); padding: 0; box-shadow: var(--box-shadow); width: 50px; height: 50px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-size: 20px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); transition: var(--transition); } .add-custom-btn:hover { background-color: var(--green-color); color: var(--white-color); } .sec-box { background: var(--white-color); padding: 30px; box-shadow: var(--box-shadow); border-radius: 10px; margin-bottom: 30px; } .buttons-box-color-wp { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; align-items: flex-start; } .buttons-box-color-wp .color-boxes { flex: 1; padding: 10px 15px 0 0; } .buttons-preview-row { display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 20px 20px; } /* .buttons-preview-row:not(:last-child) { margin-bottom: 15px; } */ .buttons-preview-col { display: flex; flex-direction: column; } .buttons-preview-col-inner { display: flex; align-items: center; justify-content: center; position: relative; cursor: pointer; height: 50px; z-index: 2; } .buttons-preview { font-weight: bold; color: var(--fulldark-color); position: relative; z-index: 2; } .buttons-preview.white { color: var(--white-color); } .btnfill { background-color: var(--fulldark-color); color: var(--white-color); } .round { border-radius: 8px; } .circular { border-radius: 100px; } .btnoutline { border: 2px solid var(--fulldark-color); color: var(--fulldark-color); } .btndoubleoutline { border: 5px double var(--fulldark-color); color: var(--fulldark-color); } .btndashedoutline { border: 2px dashed var(--fulldark-color); color: var(--fulldark-color); } .btnhardshadow { border: 2px solid var(--fulldark-color); color: var(--fulldark-color); box-shadow: 4px 4px 0 0 var(--fulldark-color); } .btnsoftshadow { border: 2px solid var(--fulldark-color); color: var(--fulldark-color); box-shadow: 0 4px 4px 0 rgb(40 47 55 / 16%); } .overflow-hide { overflow: hidden; } .arrowright span { margin-left: -20px; } .arrowright:before { content: '\f054'; position: absolute; top: 0; right: 0; width: 40px; height: 100%; display: flex; align-items: center; justify-content: center; background-color: var(--dark-color); color: var(--white-color); font-size: 16px; line-height: 26px; font-weight: 900; font-family: "Font Awesome 5 Free"; z-index: 1; } .formal-2-stroke { color: var(--fulldark-color); } .formal-2-stroke:before { content: ""; position: absolute; top: 5px; left: 0; right: 0; bottom: 5px; display: block; border: 2px solid var(--fulldark-color); padding: 0; } .formal-2-stroke:after { content: ""; position: absolute; top: 0; left: 5px; right: 5px; bottom: 0; display: block; border: 2px solid var(--fulldark-color); padding: 0; } .topbottom-stroke:before { content: ""; position: absolute; top: -5px; left: 0; background: var(--fulldark-color); width: 25px; height: 2px; } .topbottom-stroke:after { content: ""; position: absolute; bottom: -5px; right: 0; background: var(--fulldark-color); width: 25px; height: 2px; } .torn-edges:before, .torn-edges:after { content: ""; position: absolute; display: block; padding: 0; top: -4px; left: 0; right: 0; height: 5px; background-color: var(--fulldark-color); -webkit-mask-size: 640px 100%; mask-size: 640px 100%; -webkit-mask-position: 0 top; mask-position: 0 top; -webkit-mask-image: url(../images/torn-edges-top.svg); mask-image: url(../images/torn-edges-top.svg); z-index: 2; } .torn-edges:after { top: auto; bottom: -4px; -webkit-mask-image: url(../images/torn-edges-bottom.svg); mask-image: url(../images/torn-edges-bottom.svg); } .box-border:after { content: ""; position: absolute; width: 100%; height: 100%; top: 5px; left: 5px; border: 2px solid var(--green-color); z-index: -1; } .font-preview-row { display: grid; grid-gap: 30px; grid-template-columns: repeat(auto-fit, minmax(85px, 1fr)); } .font-preview-box { position: relative; border-radius: 15px; border: 1px solid #ebeef1; display: block; padding-bottom: 100%; cursor: pointer; } .font-preview-box-inr { position: absolute; top: 0; right: 0; bottom: 0; left: 0; display: flex; align-items: center; justify-content: center; color: var(--fulldark-color); font-size: 40px; line-height: 50px; } .font-preview-label { text-align: center; color: var(--fulldark-color); margin-top: 10px; font-size: 14px; line-height: 1.2; } .font-preview-box-inr svg { width: 100%; height: 100%; } .font-preview-box-inr svg text { fill: var(--fulldark-color); font-size: 40px; dominant-baseline: central; text-anchor: middle; } .profile-header { text-align: center; border-radius: 10px; display: flex; align-items: center; flex-direction: row; margin-bottom: 30px; } .profile-header-image { width: 120px; height: 120px; border-radius: 10px; margin-right: 30px; flex: 0 0 auto; overflow: hidden; position: relative; cursor: pointer; } .input-file-wp { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .input-file-wp input[type="file"] { width: 100%; height: 100%; opacity: 0; cursor: pointer; } .profile-header-content { flex: 1; display: grid; gap: 20px; grid-template-columns: repeat(1, 1fr); } .profile-header-content .sec-btn { width: 100%; } .profile-form .form-input-span:last-child { margin-bottom: 0; } /*==========Themes CSS End==========*/ /*==========Preview Themes 1 CSS Start==========*/ @media (min-width: 576px) { .preview_img_theme_1_back { background-image: url('../images/preview_img_theme_1_des.jpg') !important; } } /* @media (max-width:575px) { .preview_img_theme_1_back { background-image: url('../images/preview_img_theme_1_mob.jpg'); } } */ /*==========Preview Themes 1 CSS End==========*/ /*==========Add New Module CSS Start==========*/ .link-header-wp ul li.link-item.add-module-item { width: 60px; height: 60px; } .add-module-plus-btn { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; cursor: pointer; background-color: var(--green-color); color: var(--white-color); transition: var(--transition); border-radius: 50%; box-shadow: var(--box-shadow); font-size: 22px; } .link-header-wp ul li.link-item.add-module-item.active .add-module-plus-btn i { transform: rotate(45deg); } .add-new-modules-box { width: 100%; padding: 15px; background: var(--white-color); box-shadow: var(--box-shadow); border-radius: 5px; margin-bottom: 30px; position: relative; display: none; } /* .add-new-modules-box:before { content: ''; position: absolute; bottom: 100%; right: 15px; border-left: 10px solid transparent; border-right: 10px solid transparent; border-bottom: 15px solid var(--white-color); z-index: 1; } */ .add-new-modules-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; } .add-new-module { display: flex; align-items: center; justify-content: center; align-content: center; flex-direction: column; flex-wrap: wrap; color: var(--fulldark-color); background: var(--white-color); border: 1px solid var(--body-color); border-radius: 5px; padding: 8px; cursor: pointer; transition: var(--transition); } .add-new-module:hover { background: var(--green-color); border-color: var(--green-color); color: var(--white-color); } .add-new-module .add-new-module-icon { font-size: 20px; } .add-new-module .add-new-module-text { font-size: 12px; line-height: 22px; } /*==========Add New Module CSS End==========*/ /*==========Toolbar CSS Start==========*/ .toolbar-wrap { width: 600px; flex: 0 0 auto; height: 100vh; display: flex; flex-direction: column; } .toolbar-header { width: 100%; display: flex; align-items: center; padding: 0 30px; border: 1px solid var(--white-light-color); background: var(--white-color); height: 80px; flex: 0 0 auto; } .toolbar-header-inner { font-size: 18px; line-height: 28px; width: 100%; display: flex; align-items: center; } .toolbar-label { color: var(--fulldark-color); font-weight: 700; flex: 0; margin-right: 5px; white-space: nowrap; } .toolbar-url { color: var(--dark-color); flex: 1; min-width: 0; margin-right: 16px; white-space: nowrap; } .toolbar-url-text { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; text-decoration: underline !important; font-size: 16px; line-height: 26px; color: var(--fulldark-color); } .toolbar-header-buttons ul { display: flex; align-items: center; font-size: 0; line-height: 0; } .toolbar-header-buttons ul li { margin-right: 15px; } .toolbar-header-buttons ul li:last-child { margin-right: 0; } .toolbar-header-buttons ul li a { display: inline-flex; width: 50px; height: 50px; align-items: center; justify-content: center; border-radius: 50%; background: var(--white-color); color: var(--fulldark-color); border: 1px solid var(--body-color); box-shadow: var(--box-shadow); cursor: pointer; font-size: 20px; transition: var(--transition); } .toolbar-header-buttons ul li a:hover, .toolbar-link-copy.active { background: var(--green-color); border-color: var(--green-color); color: var(--white-color); } .toolbar-link-copy.active i { font-weight: 900; } .toolbar-content-box { height: 100%; width: 100%; background: var(--white-color); border: 1px solid var(--white-light-color); border-top: none; overflow: auto; position: relative; display: flex; align-items: center; justify-content: center; } .toolbar-mobile-frame { width: 370px; height: 730px; background-color: var(--body-color); border: 18px solid var(--fulldark-color); border-radius: 30px; position: relative; margin: auto; overflow-x: hidden; overflow-y: auto; display: flex; flex-direction: column; justify-content: space-between; z-index: 2; padding: 20px 15px; } .toolbar-mf-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: var(--body-color); border-radius: 10px; z-index: -1; } .toolbar-mf-box { flex: 1; position: relative; z-index: 2; } .toolbar-mf-logo { flex: 0 0 auto; text-align: center; padding-top: 30px; } .toolbar-mf-logo a { width: 100px; display: inline-block; } .toolbar-mf-header { text-align: center; background: rgb(255 255 255 / 20%); border-radius: 10px; padding: 15px; margin: 50px 0 20px 0; } .toolbar-mf-prof-image { width: 100px; height: 100px; border-radius: 50%; margin: -65px auto 0; } .toolbar-mf-header-content .h4-title { color: var(--white-color); margin-bottom: 2px; } .toolbar-mf-header-text p { margin-bottom: 0; color: var(--white-color); } .toolbar-mf-header-content { margin: 15px 0 0 0; } .toolbar-mf-button-group { text-align: center; margin-bottom: 20px; } .toolbar-mf-button-group ul li { display: block; margin-bottom: 15px; } .toolbar-mf-button-group ul li:last-child { margin-bottom: 0; } .toolbar-def-btn { width: 100%; min-height: 60px; padding: 15px 30px; display: flex; align-items: center; justify-content: center; position: relative; font-size: 16px; line-height: 26px; font-weight: 700; transition: var(--transition); } /* .toolbar-def-btn:hover { transform: scale(0.97); } */ .toolbar-white-btn { background: var(--white-color); color: var(--fulldark-color); border-radius: 30px; } .toolbar-oflow-btn { overflow-wrap: break-word; word-break: break-word; hyphens: auto; white-space: normal; } .toolbar-mf-social-group { text-align: center; } .toolbar-mf-social-group ul li { display: inline-block; margin: 0 10px 10px; } .toolbar-mf-social-group ul li a { color: var(--white-color); font-weight: 700; font-size: 24px; width: 50px; height: 50px; display: inline-flex; align-items: center; justify-content: center; transition: var(--transition); } .toolbar-mf-social-group ul li a:hover { transform: scale(0.95); } .toolbar-btn-img-wp { padding: 15px 60px; } .toolbar-btn-img { position: absolute; top: 50%; transform: translateY(-50%); pointer-events: none; overflow: hidden; -webkit-box-pack: center; justify-content: center; -webkit-box-align: center; align-items: center; border-radius: 50%; background-color: transparent; width: 40px; height: 40px; left: 8px; } .toolbar-btn-img.toolbar-btn-icon { background-color: currentcolor; -webkit-mask-size: 100%; } .toolbar-btn-img img { width: auto; height: 100%; display: block; object-fit: contain; object-position: initial; } /* --- page-view-section start --- */ .page-view-section { min-height: 100vh; height: 100%; padding: 50px 15px; position: relative; display: flex; flex-flow: column; } .page-view-section .toolbar-mf-bg { border-radius: 0; } .page-view-section .sec-wp, .page-view-section .container, .page-view-section .container .row, .page-view-section .container .row [class*=col-], .page-view-section .page-view-box-wp { display: flex; flex: 1; flex-flow: column; height: 100%; } /* --- page-view-section end--- */ /*==========Toolbar CSS End==========*/ /*==========Main Header CSS Start==========*/ .main-header { height: 80px; position: fixed; top: 0; left: 0; width: 100%; transition: var(--transition); z-index: 100; } .main-header .container, .main-header .row { height: 100%; } .main-navigation-inr { height: 100%; display: flex; align-items: center; justify-content: flex-end; } .main-navigation-inr ul { height: 100%; } .main-navigation ul li { height: 100%; display: inline-flex; align-items: center; margin-left: 25px; } .main-navigation ul li:first-child { margin-left: 0; } .main-navigation ul li a { font-size: 18px; line-height: 1.1; color: var(--white-color); display: inline-flex; align-items: center; padding: 5px 5px; position: relative; z-index: 2; } .main-navigation ul li a:before { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 40%; background-color: var(--green-color); -webkit-transform: scaleX(0); transform: scaleX(0); -webkit-transform-origin: right; transform-origin: right; -webkit-transition: -webkit-transform .95s cubic-bezier(.23, 1, .23, 1); transition: -webkit-transform .95s cubic-bezier(.23, 1, .23, 1); transition: transform .95s cubic-bezier(.23, 1, .23, 1); transition: transform .95s cubic-bezier(.23, 1, .23, 1), -webkit-transform .95s cubic-bezier(.23, 1, .23, 1); z-index: -1; } .main-navigation ul li a:hover:before { -webkit-transform: scaleX(1); transform: scaleX(1); -webkit-transform-origin: left; transform-origin: left; } .login-buttons { margin-left: 30px; display: grid; gap: 20px; grid-template-columns: repeat(2, 1fr); } .login-buttons .sec-btn { width: 160px; } .main-header.sticky-header { background: var(--blue-color); box-shadow: var(--box-shadow); height: 70px; } /*==========Main Header CSS End==========*/ /*==========Banner CSS==========*/ .main-banner .banner-video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .main-banner .banner-video video { width: auto; } .main-banner { padding: 210px 0 140px 0; position: relative; background-size: cover; background-position: center; overflow: hidden; } .banner-back { position: absolute; top: 0; left: 0; width: 62%; height: 100%; background: var(--blue-color); border-radius: 0 0 120px 0; display: flex; align-items: flex-end; z-index: 2; } .banner-back img { opacity: 0.2; width: 100%; max-width: 410px; pointer-events: none; } .banner-btn .sec-btn+.sec-btn { margin-left: 27px; } .banner-content .sec-btn { margin: 40px 0 15px 0; } .banner-content p { margin-bottom: 0; } .banner-content p a { transition: var(--transition); } .banner-content p a i { vertical-align: middle; transform: translateX(-10px); transition: var(--transition); opacity: 0; } .banner-content p a:hover { color: var(--green-color); } .banner-content p a:hover i { transform: translateX(0); opacity: 1; } .banner-image { padding-left: 55px; } .banner-image img { max-width: 320px; pointer-events: none; animation: bounce 2s infinite linear; } @keyframes bounce { 0% { transform: translateY(0); } 50% { transform: translateY(-20px); } 100% { transform: translateY(0); } } .banner-welcome-label { position: absolute; top: 50%; right: -5px; transform: translate(0, -50%); width: 20%; height: 45px; color: var(--fulldark-color); border: 2px solid var(--blue-color); border-radius: 10px 0 0 10px; background-color: var(--white-color); box-shadow: 5px 5px var(--green-color); display: flex; align-items: center; justify-content: center; z-index: 2; } .banner-welcome-label:before { content: ''; position: absolute; top: -8px; left: 50%; width: 100%; height: 2px; background-color: var(--blue-color); } /*==========Banner CSS End==========*/ /*==========About CSS Start==========*/ .about-image { margin-left: -35%; padding-right: 15%; } .about-image img { width: 100%; } /*==========About CSS End==========*/ /*==========Feature CSS Start==========*/ .feature-box { background: var(--white-color); border: 1px solid var(--body-color); border-radius: 30px; padding: 70px 30px; text-align: center; transition: var(--transition), box-shadow 1s; } .feature-box-img { margin-bottom: 30px; } .feature-box-img svg, .feature-box-img img { max-width: 120px; max-height: 120px; transition: var(--transition); } .svg-blue { fill: var(--blue-color); } .svg-green { fill: var(--green-color); } .svg-white { fill: var(--white-color); } .feature-box-content .h4-title { font-size: 25px; line-height: 33px; transition: var(--transition); margin-bottom: 0; } .feature-box:hover { background: var(--blue-color); border-color: var(--blue-color); box-shadow: 7px 7px var(--green-color); } .feature-box:hover .h4-title { color: var(--white-color); } .feature-box:hover .svg-blue { fill: var(--white-color); } .feature-box:hover .svg-white { fill: var(--green-color); } /*==========Feature CSS End==========*/ /*==========Pricing CSS Start==========*/ .main-plan { background-color: var(--f6f9fe-color); } .plans-row { position: relative; } .plans-row:before { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100vw; height: 2px; background-image: linear-gradient(to right, var(--blue-color) 33%, rgba(255, 255, 255, 1) 80%); background-position: center; background-size: 15px 2px; background-repeat: repeat-x; z-index: -1; } .plans-row [class*=col-] { margin-bottom: 25px; } .plan-box { position: relative; background-color: var(--white-color); box-shadow: var(--box-shadow); border-radius: 20px; text-align: center; padding: 50px; display: flex; flex-flow: column nowrap; height: 100%; transition: var(--transition); } .plan-box:hover { transform: translateY(-5px); } .plan-box-img { margin-bottom: 15px; } .plan-box-img-inr { width: 100px; height: 100px; margin: auto; border-radius: 20px; background: var(--gradient-color); display: flex; align-items: center; justify-content: center; color: var(--white-color); } .plan-box-img svg { max-width: 60px; max-height: 60px; fill: currentColor; } .plan-title { margin-bottom: 15px; } .plan-title .h4-title { margin-bottom: 0; color: var(--fulldark-color); font-weight: 500; font-size: 25px; line-height: 35px; text-transform: uppercase; letter-spacing: 2px; } .plan-price { margin-bottom: 15px; } .plan-price .h3-title { margin-bottom: 0; font-size: 45px; line-height: 55px; } .plan-price .h3-title small { font-size: 60%; color: var(--green-color); } .plan-price .h3-title .per-m { font-size: 30%; display: block; line-height: 1; } .plan-description { margin-bottom: 30px; } .plan-description ul li { padding: 15px 0; border-top: 1px solid var(--white-light-color); color: var(--fulldark-color); } .plan-description ul li:last-child { border-bottom: 1px solid var(--white-light-color); } .plan-description p { color: var(--fulldark-color); } .plan-description p:last-child { margin-bottom: 0; } .plan-button { position: absolute; bottom: 0; left: 50%; transform: translate(-50%, 50%); z-index: 2; } .plan-box-tag { position: absolute; bottom: 100%; left: 50%; transform: translate(-50%, 0); width: auto; border-radius: 5px; padding: 5px 10px; line-height: 1; background: var( --blue-color); color: var( --white-color); } .plan-box-tag:after { content: ''; position: absolute; top: 100%; left: 50%; transform: translate(-50%, 0); border-top: 8px solid var(--blue-color); border-left: 8px solid transparent; border-right: 8px solid transparent; } .pricing-menu-wp { display: flex; -webkit-box-align: center; align-items: center; -webkit-box-pack: center; justify-content: center; margin-bottom: 80px; } .pricing-menu { display: inline-flex; position: relative; width: 250px; } .pricing-menu li { flex: 1; display: flex; align-items: center; justify-content: flex-start; text-transform: capitalize; padding: 5px 10px; position: relative; color: var(--fulldark-color); font-weight: bold; font-size: 18px; cursor: pointer; transition: var(--transition); } .pricing-menu li:nth-child(even) { justify-content: flex-end; } .pricing-menu li:before { content: ""; position: absolute; right: -43px; top: 50%; transform: translate(0, -50%); width: 70px; height: 40px; border-radius: 20px; background: var(--gradient-color); } .pricing-menu li:nth-child(even)::before { left: -27px; right: auto; } .pricing-menu li:nth-child(even)::after { right: auto; left: -22px; animation: fadeInRight 0.3s; } .pricing-menu li::after { content: ""; position: absolute; top: 50%; right: -38px; margin-top: -15px; width: 30px; height: 30px; background: var(--white-color); border-radius: 15px; z-index: 1; transition: var(--transition); animation: fadeInLeft 0.3s; } .pricing-menu li.active::after, .pricing-menu li.active::before { display: none; z-index: -9 } .pricing-menu li.active { background-image: var(--gradient-color); background-size: 100%; background-repeat: repeat; -webkit-background-clip: text; -webkit-text-fill-color: transparent; -moz-background-clip: text; -moz-text-fill-color: transparent; } /*==========Pricing CSS End==========*/ /*==========Testimonial CSS Start==========*/ .testimonial-box { border-radius: 30px; padding: 50px 40px; position: relative; background: var(--white-color); border: 1px solid var(--body-color); transition: var(--transition), box-shadow 1s; } .testimonial-box:hover { border-color: var(--blue-color); box-shadow: -7px 7px var(--green-color); } .quotes { position: absolute; top: 40px; right: 30px; width: 80px; height: 52px; } .quotes svg { max-width: 100%; max-height: 100%; } .testimonial-box-img { width: 120px; height: 120px; border-radius: 50%; } .testimonial-box-top { margin-bottom: 40px; } .testimonial-box-rating { margin-bottom: 20px; } .testimonial-box-rating i { color: var(--blue-color); } .testimonial-box-text { height: 105px; margin-bottom: 30px; } .testimonial-box-text p:last-child { margin-bottom: 0; } .testimonial-box-bottom .h5-title { margin-bottom: 0; font-weight: 400; font-size: 16px; line-height: 26px; } .testimonial-box-bottom .h4-title { margin-bottom: 2px; } .testimonial-slider .slide-arrow { width: 80px; height: 40px; border-radius: 10px; font-size: 16px; transform: translate(-50%, 0); left: -50px; } .testimonial-slider .slide-arrow.prev-arrow { margin-left: 0; top: calc(50% - 30px); } .testimonial-slider .slide-arrow.next-arrow { top: calc(50% + 30px); } .testimonial-slider .slick-list { width: calc(100% + 50%); padding-right: 50%; padding-bottom: 7px; } .testimonial-slider .slick-dots { text-align: left; padding-left: 15px; } /*==========Testimonial CSS End==========*/ /*==========Partners CSS Start==========*/ .main-partners { background: var(--blue-color); overflow: hidden; } .partners-shape1-wp { display: block; position: absolute; top: 50%; left: 0; width: 500px; height: 500px; transform: translate(0, -50%); } .partners-shape1 { display: block; width: 100%; height: 100%; border-radius: 50%; background: rgb(105, 134, 229); background: -moz-linear-gradient(left, rgba(105, 134, 229, 1) 10%, rgba(41, 83, 232, 1) 98%); background: -webkit-linear-gradient(left, rgba(105, 134, 229, 1) 10%, rgba(41, 83, 232, 1) 98%); background: linear-gradient(to right, rgba(105, 134, 229, 1) 10%, rgba(41, 83, 232, 1) 98%); filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#6986e5', endColorstr='#2953e8', GradientType=1); animation: rotate 5s infinite linear; } .partners-shape2-wp { display: block; position: absolute; top: -200px; right: -200px; width: 500px; height: 500px; } .partners-shape2 { display: block; width: 100%; height: 100%; border-radius: 50%; background: rgb(105, 134, 229); background: -moz-linear-gradient(left, rgba(105, 134, 229, 1) 10%, rgba(41, 83, 232, 1) 98%); background: -webkit-linear-gradient(left, rgba(105, 134, 229, 1) 10%, rgba(41, 83, 232, 1) 98%); background: linear-gradient(to right, rgba(105, 134, 229, 1) 10%, rgba(41, 83, 232, 1) 98%); filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#6986e5', endColorstr='#2953e8', GradientType=1); animation: rotate 5s infinite linear; animation-delay: 1s; } .partners-shape3-wp { display: block; background: var(--green-color); width: 200px; height: 50px; position: absolute; bottom: 5%; right: 0; border-radius: 30px 0px 0px 30px; } .partners-shape3 { display: block; position: absolute; top: 0; right: 105%; width: 50px; height: 100%; background: var(--green-color); border-radius: 50%; } .partner-box { background: var(--white-color); padding: 20px; text-align: center; border-radius: 20px; display: flex; align-items: center; justify-content: center; height: 85px; transition: var(--transition), box-shadow 1s; box-shadow: 0 0 var(--green-color), -5px -5px 5px 1px rgb(0 0 0 / 20%) inset; } .partner-box:hover { box-shadow: 7px 7px var(--white-color), -5px -5px 5px 1px rgb(0 0 0 / 20%) inset; background: var(--green-color); } .partner-box:hover img { filter: brightness(0) invert(1); } .partner-box img { max-width: 200px; max-height: 45px; transition: var(--transition); } /*==========Partners CSS End==========*/ /*==========Faq CSS Start==========*/ .main-faq .sec-inner { background: var(--f6f9fe-color); padding: 100px 0; border-radius: 50px; overflow: hidden; } .faq-shap2-wp { position: absolute; bottom: 0; left: 0; transform: translate(-50%, 50%); width: 150px; } .faq-shap2-wp img { width: 100%; animation: rotate 20s infinite linear; pointer-events: none; } .faq-shap1-wp { display: block; background: var(--blue-color); width: 50px; height: 140px; position: absolute; top: 0; right: 15%; border-radius: 0 0 30px 30px; } .faq-shap1 { display: block; position: absolute; top: 105%; left: 0; width: 100%; height: 50px; background: var(--blue-color); border-radius: 50%; } .faq-box { margin-bottom: 15px; } .faq-box h3 { padding: 22px 90px 22px 30px; position: relative; margin: 0; background: var(--white-color); color: var(--green-color); border-radius: 20px; font-size: 18px; line-height: 1.2; box-shadow: 0 0 30px 0px rgb(0 0 0 / 10%); transition: var(--transition); cursor: pointer; z-index: 2; } .faq-box h3 span { width: 60px; height: calc(100% - 15px); position: absolute; top: 50%; right: 15px; transform: translate(0, -50%); display: flex; align-items: center; justify-content: center; background: var(--green-color); color: var(--white-color); border-radius: 12px; transition: var(--transition); } .faq-box h3 span i { transition: var(--transition); transform: scale(1, 1); } .faq-content { padding: 55px 30px 30px; background: var(--white-color); border-radius: 20px; box-shadow: 0 0 30px 0px rgb(0 0 0 / 10%); margin-top: -25px; } .faq-text p:last-child { margin: 0; } .faq-box h3.active-faq { background: var(--green-color); color: var(--white-color); } .faq-box h3.active-faq span { background: var(--white-color); color: var(--green-color); } .faq-box h3.active-faq span i { transform: scale(1, -1); } /*==========Faq CSS End==========*/ /*==========Blog CSS Start==========*/ .blog-box { padding: 50px 15px; border-top: 1px solid var(--white-light-color); transition: var(--transition); background: var(--white-color); } .blog-box:last-child { border-bottom: 1px solid var(--white-light-color); } .blog-box:hover { box-shadow: 0px 0 30px -5px rgb(0 0 0 / 16%); -webkit-box-shadow: 0px 0 30px -5px rgb(0 0 0 / 16%); -moz-box-shadow: 0px 0 30px -5px rgba(0, 0, 0, 0.16); } .blog-box-inner { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-right: -15px; margin-left: -15px; align-items: center; } .blog-box-col { position: relative; padding: 0 15px; } .blog-box-col.first { -ms-flex: 0 0 400px; flex: 0 0 400px; max-width: 400px; } .blog-box-col.second { flex: 1; } .blog-box-col.third { -ms-flex: 0 0 90px; flex: 0 0 90px; max-width: 90px; } .blog-box-img-wp { width: 100%; height: 250px; position: relative; } .blog-box-img, .blog-box-img-link { width: 100%; height: 100%; border-radius: 20px; display: inline-block; } .blog-box-button-wp { text-align: right; width: 100%; } .blog-box-btn { width: 60px; height: 60px; border-radius: 15px; } .blog-box-btn:hover { background: var(--green-color); border-color: var(--green-color); } .blog-box-content-wp { padding-left: 50px; width: 100%; } .blog-box-meta { margin-bottom: 20px; } .blog-box-meta li { display: inline-block; padding: 0 15px; position: relative; } .blog-box-meta li:first-child { padding-left: 0; margin-left: 0; } .blog-box-meta li:last-child { margin-right: 0; padding-right: 0; } .blog-box-meta li:before { content: ''; position: absolute; top: 11px; right: 0; width: 5px; height: 5px; background: var(--fulldark-color); transform: translate(50%); } .blog-box-meta li:last-child:before { content: none; } .blog-box-meta li.meta-posted { padding: 0; color: var(--green-color); } .blog-box-meta li.meta-posted:before { content: none; } .blog-box-meta li.meta-category a { color: var(--blue-color); transition: var(--transition); } .blog-box-meta li.meta-category a:hover { color: var(--green-color); } .blog-box-title .h2-title a { color: var(--fulldark-color); transition: var(--transition); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; } .blog-box-title .h2-title a:hover { color: var(--blue-color); } /*==========Blog CSS End==========*/ /*==========Newsletter CSS Start==========*/ .newsletter-form .form-input { height: 70px; padding: 0 230px 0 30px; border-radius: 50px; } .newsletter-form .submit-btn { position: absolute; top: 50%; right: 15px; transform: translate(0, -50%); } /*==========Newsletter CSS End==========*/ /*==========Footer CSS Start==========*/ .top-footer { position: relative; background-color: var(--blue-color); border-radius: 30px; padding: 70px 0; overflow: hidden; } /* .top-footer:before { content: ''; position: absolute; top: 50%; left: 50%; width: 50px; height: 100%; box-shadow: var(--box-shadow); transform: translate(-50%, -50%) skewX(30deg); } .top-footer:after { content: ''; position: absolute; top: 50%; left: 50%; width: 50px; height: 100%; box-shadow: var(--box-shadow); transform: translate(-50%, -50%) skewX(-30deg); } */ .footer-shape1 { position: absolute; top: 0; right: 0; transform: translate(50%, -50%); width: 150px; } .footer-shape1 img { width: 100%; animation: rotate 30s infinite linear; pointer-events: none; } .footer-shape2 { position: absolute; top: 0; left: 30%; transform: translate(0, -50%); z-index: 1; } .footer-shape2 img { width: 100%; animation: rotate 60s infinite linear; pointer-events: none; } .footer-info { padding-right: 120px; } .footer-logo { margin-bottom: 20px; } .footer-logo a { display: inline-block; width: 130px; } .footer-logo a img { width: 100%; } .footer-info-text p { color: var(--white-color); font-size: 14px; line-height: 24px; font-weight: 300; opacity: 0.8; } .footer-info-text p:last-child { margin-bottom: 0; } .footer-info-text { margin-bottom: 20px; } .footer-social ul li { display: inline-block; margin-right: 5px; } .footer-social ul li:last-child { margin-right: 0; } .footer-social ul li a { width: 30px; height: 30px; display: inline-flex; align-items: center; justify-content: center; background: var(--green-color); color: var(--white-color); box-shadow: var(--box-shadow); border-radius: 50%; transition: var(--transition); } .footer-title { margin-bottom: 15px; } .footer-title .h5-title { color: var(--white-color); margin-bottom: 0; font-weight: 500; } .footer-nav ul li { margin-bottom: 2px; } .footer-nav ul li:last-child { margin-bottom: 0; } .footer-nav ul li a { color: var(--white-color); transition: var(--transition); opacity: 0.8; font-weight: 300; font-size: 14px; line-height: 24px; } .footer-nav ul li a:hover { opacity: 1; } .bottom-footer { padding: 30px 0; position: relative; } .copyright-text p { margin-bottom: 0; font-size: 14px; line-height: 1.2; } .copyright-link { text-align: right; } .copyright-link ul li { display: inline-block; padding: 0 10px; line-height: 1; border-right: 1px solid var(--dark-color); } .copyright-link ul li:last-child { padding-right: 0; border-right: none; } .copyright-link ul li a { color: var(--dark-color); font-size: 14px; line-height: 1.2; } /*==========Footer CSS End==========*/ /*==========[Page]About CSS Start==========*/ .main-banner.inner-banner { padding: 210px 0 150px 0; } .main-banner.inner-banner .banner-back { width: 100%; border-radius: 0; } .main-banner.inner-banner .banner-back img { max-width: 300px; } .main-banner.inner-banner:after { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 50px; background-position: center; background-size: cover; background-repeat: no-repeat; background-image: url(../images/curved-shape.svg); z-index: 2; } .story-image { width: 100%; height: 400px; border-radius: 30px; box-shadow: 10px 10px 0 0 rgba(var(--blue-color-rgb), 1); } .team-box { width: 100%; height: 400px; border-radius: 20px; position: relative; overflow: hidden; } .team-box:after { content: ''; position: absolute; top: 0; left: 0; bottom: 0; right: 0; background: rgb(255, 255, 255); background: linear-gradient(180deg, rgba(255, 255, 255, 0) 70%, rgba(0, 0, 0, 0.60) 100%); z-index: 1; } .team-box-content { position: absolute; bottom: 0; left: 0; width: 100%; height: auto; transition: var(--transition); padding: 30px; z-index: 2; } .team-box-content .h4-title { color: var(--white-color); transition: var(--transition); } .team-box-content p { color: var(--white-color); opacity: 0.8; margin-bottom: 0; transition: var(--transition); } .team-social { padding-top: 10px; opacity: 0; transition: var(--transition); position: relative; margin-bottom: -36px; } .team-social ul li { display: inline-block; margin-right: 10px; } .team-social ul li a { color: var(--white-color); transition: var(--transition); } .team-social ul li:last-child { margin-right: 0; } .team-box:hover .team-social { opacity: 1; margin-bottom: 0; } /*==========[Page]About CSS End==========*/ /*==========[Page]Contact CSS Start==========*/ .contact-info-wp { padding-right: 100px; } .contact-info-box { position: relative; margin-bottom: 20px; } .contact-info-box:last-child { margin-bottom: 0; } .contact-info-box a { display: flex; align-items: center; color: var(--dark-color); } .contact-info-icon { flex: 0 0 50px; display: flex; align-items: center; justify-content: center; background: var(--blue-color); height: 50px; border-radius: 10px; color: var(--white-color); font-size: 22px; box-shadow: var(--box-shadow); } .contact-info-text { flex: 1; padding-left: 20px; } .contact-iframe { margin-top: 40px; width: 100%; height: 205px; position: relative; } .contact-iframe iframe { width: 100%; height: 100%; } /*==========[Page]Contact CSS End==========*/ /*==========[Page]Career CSS Start==========*/ .career-image-wp { width: 100%; height: 400px; position: relative; box-shadow: var(--box-shadow); border-radius: 20px; background: var(--white-color); padding: 20px; } .career-image { width: 100%; height: 100%; border-radius: 20px; } .career-shape1 { position: absolute; top: 50%; width: 80px; left: -101px; transform: translate(0, -50%) rotate(90deg); } .career-circle-shape-wp { position: absolute; top: 0; right: 0; transform: translate(50%, -50%); width: 150px; height: 150px; z-index: -1; } .career-circle-shape { width: 100%; height: 100%; background: var(--gradient-color); border-radius: 50%; animation: rotate 10s infinite linear; display: block; } .career-row.second .career-circle-shape-wp { left: 0; right: auto; transform: translate(-50%, -50%); } .main-career-icon-sec .sec-inner { padding: 70px; background-color: var(--f6f9fe-color); border-radius: 30px; } .career-icon-box { display: flex; align-items: flex-start; } .career-icon-img { width: 80px; height: 80px; display: flex; align-items: center; justify-content: center; border-radius: 15px; background: var(--white-color); box-shadow: var(--box-shadow); flex: 0 0 auto; margin-right: 30px; } .career-icon-img img { max-width: 40px; max-height: 40px; } .career-icon-box-content .h4-title { margin-bottom: 15px; } .career-icon-box-content p:last-child { margin-bottom: 0; } .main-position-sec { background-color: var(--f6f9fe-color); } .main-position-sec:before { content: ''; position: absolute; top: 0; left: 8%; width: 2px; height: 100%; background-image: linear-gradient(to bottom, var(--blue-color) 33%, rgba(255, 255, 255, 1) 80%); background-position: top; background-size: 2px 15px; background-repeat: repeat-y; z-index: 1; } .main-position-sec:after { content: ''; position: absolute; top: 0; right: 8%; width: 2px; height: 100%; background-image: linear-gradient(to top, var(--blue-color) 33%, rgba(255, 255, 255, 1) 80%); background-position: top; background-size: 2px 15px; background-repeat: repeat-y; z-index: 1; } .position-boxes-title { margin-bottom: 30px; } .position-boxes-title .h3-title { color: var(--fulldark-color); } .position-box { background: var(--white-color); box-shadow: var(--box-shadow); padding: 30px; display: flex; flex-flow: column nowrap; min-height: 220px; border-radius: 20px; margin-bottom: 30px; height: calc(100% - 30px); } .position-box-button { margin-top: auto; } .position-form-row { margin-bottom: 50px; } .position-form-bottom-row-wp { padding: 50px 0 0 0; } .position-form-bottom-row-inr { margin-top: 40px; display: none; } /*==========[Page]Career CSS End==========*/ /*==========[Page]Blog Single CSS Start==========*/ .single-blog-image-wp { position: relative; width: 100%; height: 600px; margin-top: -120px; margin-bottom: 50px; } .single-blog-image { border-radius: 30px; width: 100%; height: 100%; } .single-blog-share { display: flex; align-items: center; justify-content: space-between; padding: 30px 0; margin: 70px 0 0 0; border-top: 1px solid var(--white-light-color); border-bottom: 1px solid var(--white-light-color); } .single-blog-share:hover .single-blog-share-label i { margin-left: 20px; } .single-blog-share-label { display: inline-flex; align-items: center; justify-content: center; } .single-blog-share-label i { margin-left: 10px; color: var(--green-color); font-size: 18px; transition: var(--transition); } .single-blog-share-label .h5-title { margin-bottom: 0; } .single-blog-share ul li { display: inline-block; margin-left: 10px; } .single-blog-share ul li a { color: var(--green-color); transition: var(--transition); font-size: 18px; } .single-blog-share ul li a:hover { color: var(--blue-color); } /*==========[Page]Blog Single CSS End==========*/ /*==========[Page]Faq CSS Start==========*/ .faq-page-box .sec-title, .faq-form .sec-title { margin-bottom: 30px; } .faq-page-box { margin-bottom: 30px; } .faq-page-box:last-child { margin-bottom: 0; } /*==========[Page]Faq CSS End==========*/ /*==========[Page]Login CSS Start==========*/ .inner-banner.login-banner, .inner-banner.register-banner { padding: 150px 0 150px 0; } .login-form-wp { background-color: var(--f6f9fe-color); padding: 50px 50px; position: relative; border-radius: 30px; text-align: center; display: flex; flex-flow: column nowrap; } .login-form-wp .h2-title { margin-bottom: 20px; } .login-form-wp .sec-title { margin-bottom: 20px; } .forgot-link-wp { margin: 20px 0; } .forgot-link-wp a { transition: var(--transition); color: var(--green-color); } .forgot-link-wp a:hover { color: var(--blue-color); } .login-next-link { padding-top: 20px; border-top: 1px solid var(--white-light-color); } .login-next-link p { margin: 0; } .login-next-link p a { transition: var(--transition); color: var(--blue-color); text-decoration: underline !important; } .login-next-link p a:hover { transition: var(--transition); color: var(--green-color); } .form-checkbox-wp { position: relative; } .form-checkbox { width: 25px; height: 25px; position: absolute; top: 0; left: 0; border: 1px solid var(--dark-color); border-radius: 5px; -webkit-appearance: none; -moz-appearance: none; appearance: none; outline: 0; cursor: pointer; transition: var(--transition); } .form-checkbox:checked { border: 8px solid var(--blue-color); background-color: var(--green-color); } .form-checkbox-wp label { padding-left: 40px; text-align: left; margin-bottom: 0; cursor: pointer; font-size: 12px; line-height: 20px; } .login-signup-social { margin-bottom: 1rem; } .login-signup-social ul li { display: inline-block; margin: 0 4px 4px 4px; } .login-signup-social ul li a { width: 30px; height: 30px; display: flex; align-items: center; justify-content: center; background: var(--green-color); box-shadow: var(--box-shadow); border-radius: 5px; transition: var(--transition); color: var(--white-color); } .login-signup-social ul li a:hover { background-color: var(--blue-color); opacity: 0.8; } .login-signup-social ul li.social-icon-google a { background: #DB4437; } .login-signup-social ul li.social-icon-facebook a { background: #1874eb; } .login-signup-social ul li.social-icon-twitter a { background: #00ACEE; } .login-signup-social ul li.social-icon-linkedin a { background: #0E76A8; } /*==========[Page]Login CSS End==========*/ /*==========[Page]Pricing CSS Start==========*/ .pr--grid { display: grid; grid-template-columns: 6fr repeat(2, 3fr); grid-template-rows: 1fr; align-items: flex-start; } .pricing-table-row-wp:not(:last-child) { padding-bottom: 70px; } .pricing-ri--ph-label { font-size: 1.5rem; color: var(--fulldark-color); padding: 5px 0; } .pricing-table-header .pricing-table-header-box { align-self: flex-end; } .pricing-table-header .pricing-table-header-box .h3-title { margin: 0; } .pricing-table-body { margin-top: 30px; border-radius: 8px; border-left: 8px solid var(--green-color); border-right: 8px solid var(--green-color); } .pricing-table-body.blue { border-color: var(--blue-color); } .pricing-tr { display: grid; grid-template-columns: 6fr repeat(2, 3fr); grid-template-rows: 1fr; align-items: flex-start; } .pricing-tr--col--iconbox svg { width: 25px; height: 25px; fill: currentcolor; } .svg-fill-white { fill: var(--white-color); } .svg-fill-blue { fill: var(--blue-color); } .svg-fill-green { fill: var(--green-color); } .pricing-tr> :first-child { padding-right: 15px; } .pricing-tr--col>* { height: 100%; } .pricing-tr--col--head { position: relative; } .pricing-tr--col--head--title { cursor: pointer; appearance: button; display: flex; -webkit-box-pack: justify; justify-content: space-between; -webkit-box-align: center; align-items: center; width: 100%; font-size: 24px; padding: 20px 0 20px 30px; } .pricing-tr--col--head--title .h4-title { margin-bottom: 0; font-weight: 400; } .pricing-tr--col--head--title i { font-size: 18px; line-height: 1; color: var(--fulldark-color); } .pricing-table-body> :nth-child(2n+1) { background: var(--f6f9fe-color); } .pricing-tr--col--head--des { display: none; padding: 0 0 20px 30px; } .pricing-tr--col--head--des p:last-child { margin: 0; } .pricing-tr--col--iconbox { display: flex; -webkit-box-pack: center; justify-content: center; -webkit-box-align: center; align-items: center; width: 100%; position: relative; } .pricing-tr--col { height: 100%; } .pricing-tr .pricing-tr--col:nth-child(2) { background-color: rgba(var(--blue-color-rgb), 0.05); } .pricing-tr--col--iconbox i { width: 25px; height: 25px; display: flex; align-items: center; justify-content: center; border-radius: 8px; font-size: 13px; } .pr--icon-box-yes i { background: var(--blue-color); color: var(--white-color); } .pr--icon-box-no i { background: var(--white-light-color); color: var(--white-color); } .pr--icon-box-text { color: var(--fulldark-color); } .pricing-row-bottom-wp { text-align: center; padding-top: 70px; } .pricing-row-bottom-wp .h4-title { margin-bottom: 30px; } /*==========[Page]Pricing CSS End==========*/ /*==========[Page]Setting CSS Start==========*/ .setting-box-wp { padding: 0 0 30px 0; } /*==========[Page]Setting CSS End==========*/ /*==========[Page]Form Sec CSS Start==========*/ .enterprise-form { padding: 20px 0; } .enterprise-content ul { list-style: disc; list-style-position: inside; padding-left: 16px; margin-bottom: 16px; } /*==========[Page]Form Sec CSS End==========*/ /*==========Popup CSS==========*/ .modal-body.overflow-text { height: 600px; padding: 30px; } button.close { position: absolute; top: 10px; right: 10px; width: 30px; height: 30px; background: var(--blue-color); opacity: 1 !important; text-shadow: none; border-radius: 50%; z-index: 2; color: var(--white-color); transition: 0.3s; outline: none; font-weight: normal; display: flex; justify-content: center; align-items: center; padding-top: 3px; } button.close:hover { background: var(--dark-color); color: var(--white-color); } .modal-content { border: none; border-radius: 0; background: var(--white-color); } .modal-dialog { margin: 0 auto; height: 100%; display: flex; align-items: center; } .modal-open .modal { padding: 0 15px !important; } .modal-open { padding-right: 0 !important; } .modal-open { position: fixed; width: 100%; } /*==========Popup CSS End==========*/ /*==========Custom Loader CSS==========*/ .custom-loader { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, .3); z-index: 5; display: flex; align-items: center; justify-content: center; } .custom-loader i { color: var(--white-color); font-size: 50px; position: absolute; top: 50%; left: 50%; animation: loader 2s linear infinite; z-index: 2; } @keyframes loader { from { transform: translate(-50%, -50%) rotate(360deg); } to { transform: translate(-50%, -50%) rotate(0); } } /*==========Custom Loader CSS End==========*/ /*==========404 CSS==========*/ .error-404 { padding: 30px 0 30px 0; text-align: center; } .error-404 img { width: 35vw; pointer-events: none; } /*==========404 CSS End==========*/ /*==========Cta Btn CSS End==========*/ .sec-btn.cta-btn { position: fixed; top: 50%; right: -63px; transform: translate(0, -50%) rotate(-90deg); z-index: 98; } /*==========Cta Btn CSS End==========*/ /*==========Scroll To Top CSS Start==========*/ .scrolltop { width: 58px; height: 55px; text-align: center; background: var(--blue-color); font-size: 28px; line-height: 52px; cursor: pointer; transition: 0.3s; position: fixed; bottom: 10px; right: 10px; z-index: 98; } .scrolltop i { color: var(--white-color); position: relative; animation: move .4s linear infinite alternate; z-index: 2; } .scrolltop:hover { background: var(--blue-color); } .scrolltop:hover i { color: var(--white-color); } @keyframes move { 0% { top: 0; } 100% { top: 5px; } } /*==========Scroll To Top CSS End==========*/ /*========== View All Services css ==========*/ .footer-last { text-align: center; margin-top: 10px; } .footer-last .text:hover { color: var(--blue-color) !important; text-decoration: underline !important; } .footer-last .text, .menu-seo-menu-container ul li a { font-size: 13px; color: var(--dark-color); cursor: pointer; transition: 0.3s; } .all-services { display: none; } .menu-seo-menu-container ul { margin: 0; padding: 0; list-style: none; font-size: 0; } .menu-seo-menu-container ul li { display: inline-block; } .menu-seo-menu-container ul li a { padding-right: 7px; margin-right: 7px; border-right: 1px solid var(--dark-color); transition: 0.3s; } .menu-seo-menu-container ul li:last-child a { margin: 0; padding: 0; border: none; } .menu-seo-menu-container ul li a:hover { color: var(--blue-color); } /*========== View All Services css End ==========*/ /*=== Blog css ===*/ .type-post { margin-bottom: 30px } .entry-header { margin-bottom: 10px; margin-top: 15px } .posted-on a, .byline a, .widget ul li a, .entry-title a, .logged-in-as a { transition: .3s; color: var(--blue-color) } .type-post .entry-content p { margin-bottom: 10px; } .entry-footer span { margin-right: 10px; } .entry-footer span a { color: var(--blue-color); } .entry-title { font-size: 30px; text-transform: uppercase; color: var(--blue-color); margin-bottom: 20px } .post-thumbnail { display: block; margin: 10px 0 } .post-thumbnail img { width: 100% } .widget-area .widget_search .search-form, .page-content .search-form { position: relative } .widget-area .widget_search .search-form label, .page-content .search-form label { width: calc(100% - 74px); margin-bottom: 0 } .widget-area .widget_search .search-form .search-field, .page-content .search-form .search-field { background: var(--white-color); font-size: 16px; outline: none; width: 100%; height: 50px; border-radius: 0; -webkit-appearance: none; border: 1px solid var(--blue-color); padding: 13px 20px 12px; } .widget-area .widget_search .search-form .search-submit, .page-content .search-form .search-submit { padding: 10px 16px; font-size: 15px; font-weight: 700; border-radius: 0; height: 50px; color: var(--white-color); position: absolute; right: 0; bottom: 0; outline: none; border: none; cursor: pointer; background: var(--dark-color); } .entry-title a:hover, .posted-on a:hover, .byline a:hover, .widget ul li a:hover { text-decoration: underline !important; color: var(--dark-color); } .entry-content { margin: 0 } .comments-area p input, .comments-area textarea { border: none; border-radius: 10px; height: 46px; width: 100%; outline: none; box-shadow: 0 0 20px rgba(0, 0, 0, .06); padding: 15px } p.comment-form-cookies-consent>input { width: auto; display: inline-block; height: auto; margin-right: 15px; position: absolute; top: 6px; left: 0; } .comment-form-author, .comment-form-email { width: 47.5%; display: inline-block; margin-right: 28px; } .comment-form-email { margin: 0 } .comment-form-cookies-consent label { padding-left: 25px; } h2.widget-title { font-size: 20px; } .widget-area { margin-top: 70px; width: 100%; } .comment-form-cookies-consent { position: relative; } .widget_search .widget-title { display: none; } .widget ul { margin: 0; } .comment-list { padding: 0; margin: 0; list-style: none; } .avatar.photo { width: 60px; height: 60px; border-radius: 50%; overflow: hidden; object-fit: cover; object-position: center; margin-right: 20px; } .comment-meta .url, .comment-content a { color: var(--blue-color); } .comment-author.vcard { margin-bottom: 20px; } .comment-metadata a { color: var(--blue-color); display: inline-block; margin-right: 10px; margin-bottom: 15px; } .reply a { color: var(--blue-color); display: inline-block; margin-bottom: 10px; } .comment-reply-title { margin-bottom: 20px; } .comment-form-comment label { margin-bottom: 10px; } .comment-form-comment textarea { border: none; outline: none !important; resize: none; padding: 18px; height: 180px; } .comment-form-comment .form-submit #submit { padding: 0; line-height: 42px; } .comments-area { margin-top: 60px; } .comments-title { margin-bottom: 30px; text-transform: uppercase; font-size: 30px; line-height: 40px; } .comment-body { margin-bottom: 30px; } .comment-form-url { margin-right: 0; } .comment-form-author label, .comment-form-email label, .comment-form-url label { display: block; } .comment-form-author input, .comment-form-email input, .comment-form-url input { width: 100%; } .single-post .widget-area { margin-top: 15px; } .nav-previous a, .nav-next a { color: var(--blue-color); } .comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous, .comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next { width: 100%; float: none; } .result-pagination li a, .result-pagination li, .result-pagination .page-numbers { width: 50px; height: 50px; background: var(--white-color); box-shadow: 0 10px 40px rgba(37, 58, 105, .09); border-radius: 10px; border: none; outline: none; color: var(--dark-color); font-size: 20px; z-index: 10; transition: .3s; display: inline-flex; justify-content: center; align-items: center; margin: 0 5px; } .result-pagination a:hover, .result-pagination .current { background: var(--blue-color); color: var(--white-color) } .page-numbers:first-child { margin-left: 0; } .page-numbers:last-child { margin-right: 0; } /*=== End of Blog css ===*/ /*==== thank-you page css end ====*/ .thank-text { text-align: center; padding-top: 170px; position: relative; } .thank-text:before { content: ''; position: absolute; top: 0; left: 50%; transform: translate(-50%); width: 147px; height: 151px; background-image: url('assets/images/thank-you.gif'); background-size: 100%; background-position: center; background-repeat: no-repeat; border-radius: 10px; overflow: hidden; } .thank-text p a { text-decoration: underline !important; color: var(--dark-color); } /*==== thank-you page css end ====*/ /*==== Inner-page css end ====*/ .inner-page-text { padding: 60px 0; } .privacy-content p { margin-bottom: 15px; } .privacy-content ol, .privacy-content ul { padding: 0; margin: 0 0 1.5em 3em; } .privacy-content ol li, .privacy-content ul li { margin-bottom: 10px; list-style: decimal; } .privacy-content a { transition: .3s; color: var(--blue-color); } .privacy-content a:hover { color: var(--dark-color); } /*==== Inner-page page css end ====*/ /*==========Responsive Start==========*/ @media (min-width: 1500px) { .container { max-width: 1200px; } .big-container { max-width: 1440px; } .main-banner .banner-video video { width: 100%; } } @media(min-width: 2100px) { .container { max-width: 1400px; } p, body, button, input, select, optgroup, textarea { font-size: 18px; line-height: 32px; } .main-navigation .menu li a { font-size: 16px; } .site-branding { width: 140px; } .h1-title { font-size: 90px; line-height: 100px; } .h2-title { font-size: 50px; line-height: 58px; } .h3-title { font-size: 30px; line-height: 40px } .h4-title { font-size: 22px; line-height: 30px } .h5-title { font-size: 20px; line-height: 30px } .footer-bottom-link ul p, .footer-bottom-link li, .copyright-right-text p, .footer-menu ul li a { font-size: 14px; line-height: 14px; } .footer-bottom-link { margin-bottom: 12px; } .sec-btn { font-size: 18px; width: 190px; } .banner-btn .sec-btn { width: 230px; } .sec-btn.cta-btn { right: -72px; } [data-simplebar=init] { padding-right: 11px; } } @media (min-width: 576px) and (max-width: 991px) { .container-fluid { max-width: 540px; } } @media(min-width: 768px) and (max-width: 991px) { .container-fluid { max-width: 720px; } } @media(max-width: 1199px) { .comment-form-author, .comment-form-email { width: 47%; } .banner-btn .sec-btn+.sec-btn { margin-left: 15px; } } @media(max-width: 991px) { .for-des { display: none !important } .for-mob { display: block !important } .site-header .container { max-width: 100%; padding: 0; height: 100%; } .site-header .container .row { margin: 0; height: 100%; } .site-header .container .row .col-lg-3 { width: auto; padding: 0; height: 100%; position: absolute; top: 0; left: 30px; z-index: 2; } .site-branding { width: 120px; height: 100%; display: flex; align-items: center; } .menu-toggle { position: absolute; top: 50%; right: 30px; border: none; outline: none !important; background: transparent; width: 30px; padding: 0; transform: translate(0, -50%); z-index: 100; } .menu-toggle span { display: block; width: 100%; height: 4px; background: var(--dark-color); margin-bottom: 5px; border-radius: 2px; transition: 0.3s; } .menu-toggle span:last-child { margin: 0; } .toggled .menu-toggle span:nth-child(1) { transform: rotate(45deg); position: relative; top: 9px; } .toggled .menu-toggle span:nth-child(2) { transform: rotate(-45deg); } .toggled .menu-toggle span:nth-child(3) { opacity: 0; height: 0; } .toggled .menu-toggle span { background: var(--white-color); } .toggled .header-menu { transform: translatey(0); } .header-menu { height: 100vh; position: absolute; top: 0; left: 0; width: 100%; padding-top: max(8vh, 30px); padding-left: max(8vh, 30px); z-index: 99; transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1); overflow-y: auto; transform: translatey(-100%); background: var(--dark-color); } .main-navigation .menu li { display: block; float: none; margin: 0; margin-bottom: max(20px, 4vh); } .main-navigation .menu li a { display: inline-block; font-size: max(16px, 2vh); } .scrolltop { display: none !important; } .widget-area { margin-top: 50px; } .main-banner .banner-video { display: none; } .sec-btn.cta-btn { top: auto; bottom: 0; right: auto; left: 50%; transform: translate(-50%, 0) rotate(0); z-index: 98; display: none; } .modal-body.overflow-text { padding: 42px 15px 15px 15px !important; } } @media(max-width: 767px) { .comment-form-author, .comment-form-email { width: 100%; } .error-404 img { width: 50vw; } .widget-area { margin-top: 50px; } } @media(max-width: 575px) { .thank-text { padding-top: 80px; margin: 20px 0; } .thank-text:before { width: 57px; height: 61px; } .container, .container-fluid { padding: 0 30px; } .privacy-content ol, .privacy-content ul { margin-left: 20px; } .avatar.photo { margin-right: 8px; width: 50px; height: 50px; } button.close { top: 0px; right: 20px; font-size: 45px; } } @media(max-width: 400px) { .container, .container-fluid { padding: 0 15px; } .menu-toggle { right: 15px; } .site-header .container .row .col-lg-3 { left: 15px; } .banner-btn .sec-btn+.sec-btn { margin: 0; margin-top: 15px; } } @media(max-height: 620px) { .modal-body.overflow-text { height: 491px; padding-top: 22px; } .modal-body .wpcf7-form-control-wrap { margin-bottom: 20px; } .modal-body .form-input.wpcf7-textarea { height: 100px; } } @media(max-height: 500px) { .modal-body.overflow-text { height: 470px; } .modal-body .form-input { height: 40px; padding: 10px 20px; } .modal-body .form-input.wpcf7-textarea { padding: 18px 20px; } .modal-body span.wpcf7-not-valid-tip { font-size: 14px; bottom: -24px; } } @media(max-height: 475px) { .modal-body.overflow-text { height: 400px; } } /*==========Responsive End==========*/
public/assets/css/style.css
>>> TABLE OF CONTENTS: ---------------------------------------------------------------- # Normalize # Typography # Elements # Forms # Navigation ## Links ## Menus # Accessibility # Alignments # Clearings # Widgets # Content ## Posts and pages ## Comments # Infinite scroll # Media ## Captions ## Galleries --------------------------------------------------------------*/ /*-------------------------------------------------------------- # Normalize --------------------------------------------------------------*/ /* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */ /* Document ========================================================================== */ /** * 1. Correct the line height in all browsers. * 2. Prevent adjustments of font size after orientation changes in iOS. */ html { line-height: 1.15; /* 1 */ -webkit-text-size-adjust: 100%; /* 2 */ } /* Sections ========================================================================== */ /** * Remove the margin in all browsers. */ body { margin: 0; font-family: var(--body-font); text-rendering: optimizeLegibility !important; min-height: 100vh; } body, html { overflow-x: hidden !important; position: relative; } * { -webkit-tap-highlight-color: transparent; } /* Grouping content ========================================================================== */ /** * 1. Add the correct box sizing in Firefox. * 2. Show the overflow in Edge and IE. */ hr { box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */ } /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ pre { font-size: 1em; /* 2 */ } /* Text-level semantics ========================================================================== */ /** * Remove the gray background on active links in IE 10. */ a { background-color: transparent; text-decoration: none !important; outline: none !important; } /** * 1. Remove the bottom border in Chrome 57- * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */ abbr[title] { border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ text-decoration: underline dotted; /* 2 */ } /** * Add the correct font weight in Chrome, Edge, and Safari. */ b, strong { font-weight: bolder; } /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ code, kbd, samp { font-size: 1em; /* 2 */ } /** * Add the correct font size in all browsers. */ small { font-size: 80%; } /** * Prevent `sub` and `sup` elements from affecting the line height in * all browsers. */ sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sub { bottom: -0.25em; } sup { top: -0.5em; } /* Embedded content ========================================================================== */ /** * Remove the border on images inside links in IE 10. */ img { border-style: none; } /* Forms ========================================================================== */ /** * 1. Change the font styles in all browsers. * 2. Remove the margin in Firefox and Safari. */ button, input, optgroup, select, textarea { font-family: inherit; /* 1 */ font-size: 100%; /* 1 */ line-height: 1.15; /* 1 */ margin: 0; /* 2 */ } /** * Show the overflow in IE. * 1. Show the overflow in Edge. */ button, input { /* 1 */ overflow: visible; } /** * Remove the inheritance of text transform in Edge, Firefox, and IE. * 1. Remove the inheritance of text transform in Firefox. */ button, select { /* 1 */ text-transform: none; } /** * Correct the inability to style clickable types in iOS and Safari. */ button, [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; } /** * Remove the inner border and padding in Firefox. */ button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; } /** * 1. Correct the text wrapping in Edge and IE. * 2. Correct the color inheritance from `fieldset` elements in IE. * 3. Remove the padding so developers are not caught out when they zero out * `fieldset` elements in all browsers. */ legend { box-sizing: border-box; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */ } /* Interactive ========================================================================== */ /* * Add the correct display in Edge, IE 10+, and Firefox. */ details { display: block; } /* * Add the correct display in all browsers. */ summary { display: list-item; } /* Misc ========================================================================== */ /** * Add the correct display in IE 10+. */ template { display: none; } /** * Add the correct display in IE 10. */ [hidden] { display: none; } /*-------------------------------------------------------------- # Typography --------------------------------------------------------------*/ body, button, input, select, optgroup, textarea { color: var(--dark-color); font-size: 16px; line-height: 26px; } h1, h2, h3, h4, h5, h6 { clear: both; } dfn, cite, em, i { font-style: italic; } blockquote { margin: 0 1.5em; } address { margin: 0 0 1.5em; } pre { background: #eee; font-size: 15px; font-size: 0.9375rem; line-height: 1.6; margin-bottom: 1.6em; max-width: 100%; overflow: auto; padding: 1.6em; } code, kbd, tt, var { font-size: 15px; font-size: 0.9375rem; } abbr, acronym { border-bottom: 1px dotted #666; cursor: help; } mark, ins { background: #fff9c0; text-decoration: none; } big { font-size: 125%; } /*-------------------------------------------------------------- # Elements --------------------------------------------------------------*/ ul, ol { margin: 0 0 1.5em 3em; } ul { list-style: none; margin: 0; padding: 0; } ol { list-style: decimal; } li>ul, li>ol { margin-bottom: 0; margin-left: 1.5em; } dt { font-weight: bold; } dd { margin: 0 1.5em 1.5em; } img { height: auto; /* Make sure images are scaled correctly. */ max-width: 100%; /* Adhere to container width. */ } figure { margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */ } table { margin: 0 0 1.5em; width: 100%; } /*-------------------------------------------------------------- # Navigation --------------------------------------------------------------*/ @media screen and (min-width: 992px) { .menu-toggle { display: none; } } .site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation { margin: 0 0 1.5em; overflow: hidden; } .comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous { float: left; width: 50%; } .comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next { float: right; text-align: right; width: 50%; } /*-------------------------------------------------------------- # Accessibility --------------------------------------------------------------*/ /* Text meant only for screen readers. */ .screen-reader-text { border: 0; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute !important; width: 1px; word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */ } .screen-reader-text:focus { background-color: #f1f1f1; border-radius: 3px; box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); clip: auto !important; clip-path: none; color: #21759b; display: block; font-size: 14px; font-size: 0.875rem; font-weight: bold; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; /* Above WP toolbar. */ } /* Do not show the outline on the skip link target. */ #content[tabindex="-1"]:focus { outline: 0; } /*-------------------------------------------------------------- # Clearings --------------------------------------------------------------*/ .clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after { content: ""; display: table; table-layout: fixed; } .clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after { clear: both; } /*-------------------------------------------------------------- # Widgets --------------------------------------------------------------*/ .widget { margin: 0 0 1.5em; /* Make sure select elements fit in widgets. */ } .widget select { max-width: 100%; } /*-------------------------------------------------------------- # Content --------------------------------------------------------------*/ /*-------------------------------------------------------------- ## Posts and pages --------------------------------------------------------------*/ .updated:not(.published) { display: none; } .page-links { clear: both; margin: 0 0 1.5em; } /*-------------------------------------------------------------- ## Comments --------------------------------------------------------------*/ .comment-content a { word-wrap: break-word; } .bypostauthor { display: block; } /*-------------------------------------------------------------- # Infinite scroll --------------------------------------------------------------*/ /* Globally hidden elements when Infinite Scroll is supported and in use. */ .infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */ display: none; } /* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */ .infinity-end.neverending .site-footer { display: block; } /*-------------------------------------------------------------- # Media --------------------------------------------------------------*/ .page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley { border: none; margin-bottom: 0; margin-top: 0; padding: 0; } /* Make sure embeds and iframes fit their containers. */ embed, iframe, object { max-width: 100%; } /* Make sure logo link wraps around logo image. */ .custom-logo-link { display: inline-block; } /*-------------------------------------------------------------- ## Captions --------------------------------------------------------------*/ .wp-caption { margin-bottom: 1.5em; max-width: 100%; } .wp-caption img[class*="wp-image-"] { display: block; margin-left: auto; margin-right: auto; } .wp-caption .wp-caption-text { margin: 0.8075em 0; } .wp-caption-text { text-align: center; } /*==========Fonts Start==========*/ @font-face { font-family: 'Roboto'; src: url('../fonts/Roboto-Bold.eot'); src: url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Bold.woff2') format('woff2'), url('../fonts/Roboto-Bold.woff') format('woff'), url('../fonts/Roboto-Bold.ttf') format('truetype'); font-weight: bold; font-style: normal; font-display: swap; } @font-face { font-family: 'Roboto'; src: url('../fonts/Roboto-Regular.eot'); src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Regular.woff2') format('woff2'), url('../fonts/Roboto-Regular.woff') format('woff'), url('../fonts/Roboto-Regular.ttf') format('truetype'); font-weight: normal; font-style: normal; font-display: swap; } @font-face { font-family: 'Roboto'; src: url('../fonts/Roboto-Medium.eot'); src: url('../fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Medium.woff2') format('woff2'), url('../fonts/Roboto-Medium.woff') format('woff'), url('../fonts/Roboto-Medium.ttf') format('truetype'); font-weight: 500; font-style: normal; font-display: swap; } @font-face { font-family: 'Roboto'; src: url('../fonts/Roboto-Thin.eot'); src: url('../fonts/Roboto-Thin.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Thin.woff2') format('woff2'), url('../fonts/Roboto-Thin.woff') format('woff'), url('../fonts/Roboto-Thin.ttf') format('truetype'); font-weight: 100; font-style: normal; font-display: swap; } @font-face { font-family: 'Roboto'; src: url('../fonts/Roboto-Italic.eot'); src: url('../fonts/Roboto-Italic.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Italic.woff2') format('woff2'), url('../fonts/Roboto-Italic.woff') format('woff'), url('../fonts/Roboto-Italic.ttf') format('truetype'); font-weight: normal; font-style: italic; font-display: swap; } @font-face { font-family: 'Roboto'; src: url('../fonts/Roboto-Black.eot'); src: url('../fonts/Roboto-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Black.woff2') format('woff2'), url('../fonts/Roboto-Black.woff') format('woff'), url('../fonts/Roboto-Black.ttf') format('truetype'); font-weight: 900; font-style: normal; font-display: swap; } @font-face { font-family: 'Roboto'; src: url('../fonts/Roboto-Light.eot'); src: url('../fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Light.woff2') format('woff2'), url('../fonts/Roboto-Light.woff') format('woff'), url('../fonts/Roboto-Light.ttf') format('truetype'); font-weight: 300; font-style: normal; font-display: swap; } /*==========Fonts End==========*/ /*==========Form CSS==========*/ select { -moz-appearance: none; -webkit-appearance: none; } .form-element { position: relative; } .form-element i { position: absolute; top: 15px; right: 20px; pointer-events: none; color: var(--blue-color); } div.wpcf7-mail-sent-ok { display: none !important; } span.wpcf7-not-valid-tip { position: absolute; bottom: -30px; left: 0; font-size: 14px; } .wpcf7-form-control-wrap, .form-input-span { display: block; margin-bottom: 30px; position: relative; } .screen-reader-response { display: none; } .wpcf7-response-output.wpcf7-validation-errors { margin: 2em 0.5em 1em; padding: 0.2em 1em; border: 2px solid var(--red-color); color: var(--red-color); } .form-input::-webkit-input-placeholder, .input-text::-webkit-input-placeholder { color: rgba(var(--input-color-rgb), 0.5); } .form-input::-moz-placeholder, .input-text::-moz-placeholder { color: rgba(var(--input-color-rgb), 0.5); } .form-input:-ms-input-placeholder, .input-text:-ms-input-placeholder { color: rgba(var(--input-color-rgb), 0.5); } .form-input::-ms-input-placeholder, .input-text::-ms-input-placeholder { color: rgba(var(--input-color-rgb), 0.5); } .form-input::placeholder, .input-text::placeholder { color: rgba(var(--input-color-rgb), 0.5); } select option { color: var(--input-color); } select { color: var(--input-color) !important; } select::-ms-expand { display: none; } input[type=file].form-input { padding-top: 9px; padding-bottom: 9px; } .form-input, .input-text, .select2-container--default .select2-selection--single .select2-selection__rendered, select { width: 100%; height: 50px; border: none; outline: none !important; padding: 0 30px; color: var(--fulldark-color); background: var(--white-color); -webkit-appearance: none; border-radius: 8px; box-shadow: var(--box-shadow); } .form-input.wpcf7-textarea, textarea.form-input { height: 120px; resize: none; padding: 18px 30px; display: block; } .form-label { color: var(--fulldark-color); } /* .submit-btn { text-align: right; } */ /* input[type=checkbox], input[type=radio] { position: absolute; top: 0; left: 0; width: 100%; height: 26px; background: 0 0; border: none; outline: none; opacity: 0; z-index: 5; cursor: pointer; } */ span.wpcf7-list-item-label, .woocommerce-form__label-for-checkbox span { padding-left: 30px; } span.wpcf7-list-item-label:before, span.wpcf7-list-item-label:after, .woocommerce-form__label-for-checkbox span:before, .woocommerce-form__label-for-checkbox span:after { content: " "; } span.wpcf7-list-item-label:before, .woocommerce-form__label-for-checkbox span:before { content: ''; position: absolute; top: 50%; left: 0; transform: translate(0, -50%); width: 20px; height: 20px; border-radius: 20px; border: 2px solid var(--blue-color); z-index: 1; } span.wpcf7-list-item-label:after, .woocommerce-form__label-for-checkbox span:after { content: ''; position: absolute; top: 50%; left: 0; transform: translate(0, -50%); width: 12px; height: 12px; border-radius: 15px; background: var(--blue-color); display: flex; justify-content: center; align-items: center; color: var(--white-color); opacity: 0; transition: .3s; z-index: 0; } input[type=radio]:checked~span:after { opacity: 1; } .checkbox-wp .wpcf7-list-item { margin: 0; } .woocommerce-form__label-for-checkbox span:before, .checkbox-wp .wpcf7-list-item-label:before { border-radius: 0; margin-top: -1px; } .checkbox-wp .wpcf7-list-item-label:after, .woocommerce-form__label-for-checkbox span:after { content: "\f00c"; width: 20px; height: 20px; background: transparent; color: var(--white-color); border-radius: 0; font-family: "Font Awesome 5 Pro"; font-weight: 900; font-size: 10px; background: var(--gradient-color); border-radius: 3px; } .woocommerce-form__label-for-checkbox span:before { border-radius: 0; margin-top: -1px; border-color: #fff; } input[type=checkbox]:checked~span.wpcf7-list-item-label:after, input[type=checkbox]:checked~span.wpcf7-list-item-label:before, input[type=checkbox]:checked~span:after { opacity: 1 } .checkbox-wp .wpcf7-not-valid-tip { display: none; } .checkbox-wp .wpcf7-not-valid .wpcf7-list-item-label:before { border-color: #ff0404; opacity: 0.7; } .form-input-checkbox .wpcf7-list-item { position: relative; margin: 0; margin-right: 40px; } span.wpcf7-list-item { position: relative; } .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors { margin: 2em 0.5em 1em; padding: 0.2em 1em; border: 2px solid var(--red-color); color: var(--red-color); } input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button { opacity: 1; } /*==========Form CSS End==========*/ /*==========Typography CSS==========*/ p { font-size: 16px; line-height: 26px; } h1, h2, h3, h4, h5, h6 { font-weight: bold; color: var(--blue-color); font-family: var(--title-font); } .h1-title { font-size: 60px; line-height: 70px; margin-bottom: 27px; } .h2-title { font-size: 40px; line-height: 50px; color: var(--blue-color); margin-bottom: 13px; } .h3-title { font-size: 28px; line-height: 38px; } .h4-title { font-size: 20px; line-height: 28px; } .h5-title { font-size: 18px; line-height: 28px; } .h2-title span, .h3-title span, .h4-title span, .h5-title span, .sub-title span { display: block; } .green-title { color: var(--green-color); } .blue-title { color: var(--blue-color); } .fulldark-title { color: var(--fulldark-color); } .badge-title { display: inline-block; padding: 8px 20px; border-radius: 50px; font-size: 18px; line-height: 1.3; font-weight: 400; box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.30) inset; -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.30) inset; -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.30) inset; } /*==========Typography CSS End==========*/ /*==========Common CSS ==========*/ :root { --body-color: #EEEEEE; --blue-color: #2953E8; --green-color: #0FCA93; --gradient-color: linear-gradient(100deg, var(--green-color) 0%, var(--blue-color) 100%); --repeat-gradient-color: linear-gradient(100deg, var(--blue-color) 0%, var(--green-color) 100%); --black-color: #000000; --white-color: #ffffff; --white-light-color: #CCCCCC; --f6f9fe-color: #f6f9fe; --dark-color: #707070; --fulldark-color: #282f37; --red-color: #ff0000; --box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16); --transition: 0.5s; --input-color: var(--fulldark-color); --body-font: 'Poppins'; --title-font: 'Poppins'; --scrollbar-track-color: var(--fulldark-color); --scrollbar-thumb-color: var(--red-color); --blue-color-rgb: 41, 83, 232; --green-color-rgb: 15, 202, 147; --input-color-rgb: 40, 47, 55; } .grecaptcha-badge { display: none !important; } .main-seo-content .excerpt-content { max-height: 320px; margin-bottom: 30px; overflow: hidden; } .wow { visibility: hidden; } .for-des { display: block !important; } .for-mob { display: none !important; } .sec-wp { position: relative; z-index: 4; } input:focus, button:focus, a:focus { outline: none !important; } .back-img { background-position: center; background-repeat: no-repeat; background-size: cover; } .radius-10 { border-radius: 10px !important; } .sec-title { margin-bottom: 80px; } .common-sec { padding-top: 120px; padding-bottom: 120px; position: relative; } .pt-120 { padding-top: 120px; } .pb-120 { padding-bottom: 120px; } .mt-120 { margin-top: 120px; } .mb-120 { margin-bottom: 120px; } .center-text { text-align: center; } .m-lr { margin-left: 150px; margin-right: 150px; } .column-btn { height: 100%; display: flex; align-items: center; justify-content: flex-end; } .common-top-row { margin-bottom: 80px; } .common-top-row .sec-title, .common-top-row .sec-title p { margin-bottom: 0; } @keyframes rotate { from { transform: rotate(0); } to { transform: rotate(360deg); } } .gradient-text { background-image: var(--gradient-color); background-size: 100%; background-repeat: repeat; -webkit-background-clip: text; -webkit-text-fill-color: transparent; -moz-background-clip: text; -moz-text-fill-color: transparent; } .row-bottom-btn { padding-top: 30px; text-align: center; } ::selection { background: var(--blue-color); color: var(--white-color); } .custom-checkbox-input { height: 20px; width: 32px; cursor: pointer; position: relative; border-radius: 10px; -moz-appearance: none; -webkit-appearance: none; appearance: none; transition: var(--transition); background: var(--white-light-color); } .custom-checkbox-input:before { content: ''; position: absolute; width: 16px; height: 16px; top: 2px; left: 0; background: var(--white-color); border-radius: 50%; -webkit-transform: translateX(2px); -ms-transform: translateX(2px); transform: translateX(2px); transition: var(--transition); } .custom-checkbox-input:checked:before { -webkit-transform: translateX(14px); -ms-transform: translateX(14px); transform: translateX(14px); } .custom-checkbox-input:checked { background: var(--gradient-color); } .add-custom-input { width: 100%; height: 100%; position: absolute; top: 0; left: 0; overflow: hidden; z-index: 5; border-radius: 50%; } .add-custom-input input { width: 100%; height: 100%; border-radius: 50%; cursor: pointer; opacity: 0; text-indent: -9999px; } /*==========Common CSS End==========*/ /*==========Btn CSS==========*/ .sec-btn, .form-submit .submit { width: 200px; height: 50px; background: var(--green-color); border: 1px solid var(--green-color); display: inline-flex; justify-content: center; align-items: center; border-radius: 30px; -webkit-appearance: none; font-size: 16px; color: var(--white-color); font-weight: 700; text-align: center; cursor: pointer; outline: none !important; transition: var(--transition); padding: 0; overflow: hidden; position: relative; z-index: 2; } .sec-btn:hover, .form-submit .submit:hover { background: var(--fulldark-color); border-color: var(--fulldark-color); color: var(--white-color); } .sec-btn.dark { background: var(--fulldark-color); border-color: var(--fulldark-color); } .sec-btn.light { background: var(--body-color); border-color: var(--body-color); color: var(--fulldark-color); } .sec-btn.blue { background: var(--blue-color); border-color: var(--blue-color); } .sec-btn.gradient { background: var(--gradient-color); border-color: var(--gradient-color); } .sec-btn.gradient:hover { background: var(--repeat-gradient-color); border-color: var(--repeat-gradient-color); } .sec-btn i { margin-left: 5px; } .sec-btn:active { opacity: 0.9; } .sec-btn.big-btn { width: 240px; height: 60px; } .play-btn { width: 60px; height: 60px; color: var(--blue-color); background: var(--white-color); border-radius: 50%; display: flex; align-items: center; justify-content: center; padding-left: 3px; box-shadow: var(--box-shadow); transition: 0.8s cubic-bezier(0.22, 0.78, 0.45, 1.02); } .play-btn:hover { background: var(--blue-color); color: var(--white-color); } /*==========Btn CSS End==========*/ /*==========Slider Css==========*/ .slick-dots { bottom: -35px; } .slick-dots li { width: 30px; height: 10px; margin: 0 8px; transition: var(--transition); } .slick-dots li.slick-active { width: 40px; } .slick-dots li button { width: 100%; height: 100%; background: transparent; border: 1px solid var(--blue-color); border-radius: 3px; padding: 0; transition: 0.5s; } .slick-dots li button:before { display: none; } .slick-dots li.slick-active button, .slick-dots li button:hover { background: var(--blue-color); } .slick-initialized .slick-slide { outline: none !important; } #sb_instagram #sbi_images .sbi_item.sbi_transition { opacity: 1 !important; max-height: unset !important; } .slick-arrow { position: absolute; bottom: 0; left: 0; width: 30px; height: 30px; padding: 0; border: none !important; background: var(--blue-color); outline: none !important; color: var(--white-color); font-weight: bold; font-size: 20px; transition: 0.3s; z-index: 2; display: flex; justify-content: center; align-items: center; } .slide-arrow.prev-arrow.slick-arrow { margin-left: -50px; } .slick-arrow.prev-arrow { background: var(--blue-color); } .slick-arrow.prev-arrow:hover { background: var(--green-color); } .slick-arrow.next-arrow { background: var(--green-color); } .slick-arrow.next-arrow:hover { background: var(--blue-color); } .slick-dots li:only-child { display: none; } .slick-dots li:first-child { margin-left: 0; } .slick-dots li:last-child { margin-right: 0; } /*==========Slider Css End==========*/ /*==========Overflow CSS==========*/ .overflow-text { height: 300px; -webkit-overflow-scrolling: touch; } .overflow-text::-webkit-scrollbar, [data-simplebar=init]::-webkit-scrollbar, .simplebar-scroll-content::-webkit-scrollbar { width: 0; opacity: 0 !important; display: none; clip-path: inset(0 0 30px 0); } .simplebar-track.horizontal { display: none; } .overflow-text::-webkit-scrollbar-thumb { opacity: 0 !important; } .overflow-text::-webkit-scrollbar-track { opacity: 0 !important; } .simplebar-track { width: 3px; background: var(--white-light-color); } .simplebar-scrollbar { right: 0; z-index: 66; background: var(--blue-color); opacity: 1 !important; width: 100%; } [data-simplebar=init] { padding-right: 8px; } .simplebar-scroll-content { padding-right: 0 !important; margin-bottom: 0 !important; } .simplebar-content { margin-right: 0 !important; padding-bottom: 0 !important; overflow: hidden; } .compensate-for-scrollbar { margin-right: 0 !important; } ::-webkit-scrollbar { width: 6px; } ::-webkit-scrollbar-thumb { background: var(--white-light-color); } ::-webkit-scrollbar-track { border: 1px solid var(--white-light-color); background: transparent; } /*==========Overflow CSS End==========*/ /*==========White text CSS==========*/ .white-text p, .white-text h1, .white-text h2, .white-text h3, .white-text h4, .white-text h5, .white-text h6, .white-text a, .white-text ul li { color: var(--white-color); } .fancybox-video { background-color: var(--white-color); } .white-arrow-dots .slick-dots li button { border: 1px solid var(--white-color); } .white-arrow-dots .slick-dots li.slick-active button, .white-arrow-dots .slick-dots li button:hover { background: var(--white-color); } .white-arrow-dots .slick-arrow { background: var(--white-color); color: var(--dark-color); } .white-arrow-dots .slick-arrow:hover { background: var(--dark-color); color: var(--white-color); } /*==========White text CSS End==========*/ /*==========Header CSS==========*/ .main-navigation { display: inline-block; width: 100%; height: 100%; } .main-navigation .menu li { display: inline-block; float: left; position: relative; margin: 0 20px; } .main-navigation .menu li:first-child { margin-left: 0; } .main-navigation .menu li:last-child { margin-right: 0; } .menu-menu-1-container, .menu-menu-1-container ul { height: 100%; } .main-navigation .menu ul ul { box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); float: left; position: absolute; top: 100%; left: -999em; z-index: 99999; } .main-navigation .menu ul ul ul { left: -999em; top: 0; } .main-navigation .menu ul ul li:hover>ul, .main-navigation .menu ul ul li.focus>ul { left: 100%; } .main-navigation .menu ul ul a { width: 200px; } .main-navigation .menu ul li:hover>ul, .main-navigation .menu ul li.focus>ul { left: auto; } .main-navigation .menu li a { display: flex; transition: .3s; position: relative; justify-content: center; align-items: center; } /*==========Header CSS End==========*/ /*==========link Page CSS Start==========*/ .body-inner { position: relative; width: 100%; height: 100vh; display: flex; } .main-wrap { min-height: 100vh; overflow: hidden; position: relative; flex: 1; } .site-header { height: 80px; display: flex; align-items: center; padding: 8px 25px; border: 1px solid var(--white-light-color); border-right: none; background: var(--white-color); width: 100%; z-index: 100; } .site-branding { width: 150px; height: 100%; display: flex; align-items: center; justify-content: center; } .site-branding a { display: inline-block; width: 100%; } .site-branding img { width: 100%; } .site-header-inner { width: 100%; } /*==========link Page CSS End==========*/ /*==========Sidebar CSS Start==========*/ .sidebar { position: absolute; top: 80px; left: 0; width: 80px; height: calc(100% - 80px); background: var(--white-color); border: 1px solid var(--white-light-color); border-top: none; padding: 15px 10px; display: inline-flex; flex-direction: column; justify-content: flex-end; align-items: center; } .sidebar-nav { text-align: center; } .sidebar-nav ul.sidebar-nav-list>li { margin-bottom: 25px; position: relative; } .sidebar-nav ul.sidebar-nav-list>li:last-child { margin-bottom: 0; } .sidebar-nav ul.sidebar-nav-list>li>a { width: 44px; height: 44px; font-size: 24px; display: inline-flex; justify-content: center; align-items: center; border-radius: 50%; background: var(--f6f9fe-color); color: var(--fulldark-color); transition: var(--transition); } .sidebar-nav ul.sidebar-nav-list>li>a:hover, .sidebar-nav ul.sidebar-nav-list>li.active a { background: var(--blue-color); color: var(--white-color); } .sidebar-nav ul.sidebar-nav-list>li>a:hover svg, .sidebar-nav ul.sidebar-nav-list>li.active a svg { fill: var(--white-color); color: var(--white-color); } .sidebar-nav ul.sidebar-nav-list>li>a svg { transition: var(--transition); fill: var(--fulldark-color); color: var(--fulldark-color); } .sidebar--profile-img { width: 100%; height: 100%; border-radius: 10px; } .sidebar-nav ul.sidebar-nav-list>li.sidebar--profile>a { width: 50px; height: 50px; } .sidebar--dropdown-nav { position: absolute; min-width: 250px; max-height: calc(100vh - 80px); left: 100%; bottom: 100%; text-align: left; display: block; width: 100%; height: auto; background-color: var(--white-color); border-radius: 8px; transition: var(--transition); box-shadow: var(--box-shadow); z-index: 10; opacity: 0; visibility: hidden; } .sidebar--dropdown-nav--divider { padding: 10px 12px 5px; color: var(--fulldark-color); text-transform: uppercase; font-size: 12px; font-weight: 700; } .sidebar--dropdown-nav ul { padding: 10px; } .sidebar--dropdown-nav ul li { margin-bottom: 10px; } .sidebar--dropdown-nav ul li:last-child { margin-bottom: 0; } .sidebar--dropdown-nav ul li a { width: 100%; display: block; padding: 5px 15px; border-radius: 10px; color: var(--fulldark-color); transition: var(--transition); position: relative; } .sidebar--dropdown-nav ul li a:hover { background: var(--blue-color); color: var(--white-color); } .sidebar--dropdown-nav ul li.active-account a { background: var(--green-color); } .sidebar--dropdown-nav ul li a i { position: absolute; top: 50%; right: 10px; transform: translate(0, -50%); font-size: 10px; color: #ffca00; } .sidebar-nav ul.sidebar-nav-list>li.sidebar--profile:hover .sidebar--dropdown-nav { opacity: 1; visibility: visible; } /*==========Sidebar CSS End==========*/ /*==========Action Area CSS Start==========*/ .action-area-wp { margin-left: 80px; padding-top: 50px; height: calc(100vh - 80px); position: relative; overflow-y: auto; overflow-x: hidden; } .action-area-wp::-webkit-scrollbar-track { border-left-width: 2px; } .action-area-wrap { height: 100%; } .action-area { max-width: 600px; margin-left: auto; margin-right: auto; height: 100%; } .action-primary { height: 100%; display: flex; flex-direction: column; } .button-group { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; margin-bottom: 30px; } .button-group .tab-btn { width: 200px; height: 50px; display: inline-flex; justify-content: center; align-items: center; border-radius: 30px; box-shadow: var(--box-shadow); background: var(--white-color); color: var(--fulldark-color); font-size: 18px; font-weight: bold; margin-right: 30px; transition: var(--transition); } .button-group .tab-btn svg { margin-right: 10px; transition: var(--transition); fill: var(--fulldark-color); } .button-group .tab-btn:last-child { margin-right: 0; } .button-group .tab-btn:hover, .button-group .tab-btn.tab-active { background: var(--green-color); color: var(--white-color); } .button-group .tab-btn:hover svg, .button-group .tab-btn.tab-active svg { fill: var(--white-color); } .tab-box { height: 100%; display: flex; flex-direction: column; } /* .tab-box.links-tab-box { display: none; } */ .tab-box.themes-tab-box { display: none; } .tab-inner-box.themes-inner-box { display: none; } .tab-inner-box.background-inner-box { display: none; } /* .tab-inner-box.buttons-inner-box { display: none; } */ .tab-inner-box.font-inner-box { display: none; } .tab-inner-box.profile-inner-box { display: none; } .link-header-wp { margin-bottom: 30px; } .link-header-wp ul { display: flex; align-items: center; } .link-header-wp ul li.link-item { display: inline-block; width: 50px; height: 50px; flex: 0 0 auto; } .link-header-wp ul li { margin-right: 15px; } .link-header-wp ul li:last-child { margin-right: 0; } .link-header-wp ul li.link-item a { width: 100%; height: 100%; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; background: var(--white-color); box-shadow: var(--box-shadow); transition: var(--transition); } .link-header-wp ul li.link-item a svg { transition: var(--transition); fill: var(--fulldark-color); } .link-header-wp ul li.link-item a:hover, .link-header-wp ul li.link-item.active a { background: var(--green-color); } .link-header-wp ul li.link-item a:hover svg, .link-header-wp ul li.link-item.active a svg { fill: var(--white-color); } .link-header-wp ul li.form-item { flex: 1; position: relative; } .form-input-wp { display: block; position: relative; } .form-input-wp i { position: absolute; top: 15px; left: 15px; font-size: 18px; color: var(--fulldark-color); } .search-input { padding: 0 50px; } .addlink-boxes-inner { height: 100%; } .addlink-boxes-wp { position: relative; height: 100%; margin-bottom: 30px; } .addlink-box-wp { margin-bottom: 30px; } .addlink-box-wp:last-child { margin-bottom: 0; } .addlink-box { position: relative; display: flex; width: 100%; border-radius: 5px; background: var(--white-color); box-shadow: var(--box-shadow); } .addlink-box .addlink-drag { width: 20px; position: relative; border-right: 1px solid var(--white-light-color); flex: 0 0 auto; cursor: grab; } .addlink-box .addlink-drag:before { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 4px; height: 30px; background: var(--white-light-color); border-radius: 4px; } .addlink-box .addlink-right-content-wp { flex: 1; padding: 20px 20px 0; display: flex; flex-flow: column; justify-content: space-between; } .addlink-box .addlink-right-content { display: flex; } .addlink-right-content .addlink-plus { width: 50px; height: 50px; display: inline-flex; justify-content: center; align-items: center; border-radius: 50%; position: relative; cursor: pointer; flex: 0 0 auto; transition: var(--transition); margin-right: 15px; overflow: hidden; } .addlink-right-content .addlink-plus .addlink-plus-svg { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; } .addlink-right-content .addlink-plus .addlink-plus-svg:before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-radius: 50%; background: var(--blue-color); opacity: 0.4; transition: var(--transition); } .addlink-right-content .addlink-plus-img { width: 100%; height: 100%; border-radius: 50%; } .addlink-right-content .addlink-plus svg { position: relative; z-index: 2; fill: var(--blue-color); transition: var(--transition); } .addlink-right-content .addlink-plus:hover .addlink-plus-svg:before { opacity: 1; } .addlink-right-content .addlink-plus:hover .addlink-plus-svg svg { fill: var(--white-color); } .addlink-right-content .addlink-con-inr-top { flex: 1; width: 100%; padding-right: 12px; } /* start */ .kKLFiX { width: 100%; } .hBaLvR { display: grid; margin-bottom: 4px; width: 100%; grid-template-columns: minmax(0px, 94%); justify-content: left; -webkit-box-align: baseline; align-items: baseline; } .fSmszX { justify-content: left; grid-area: 1 / 1 / auto / auto; display: inline-flex; } .hLcPlL { display: inline-flex; -webkit-box-align: center; align-items: center; -webkit-box-pack: center; justify-content: center; max-width: 100%; font-family: inherit; font-weight: inherit; font-size: inherit; background: none; border: none; padding: 0px; outline: inherit; height: auto; cursor: pointer; appearance: none; text-align: center; box-sizing: border-box; } .dAmNHn { padding: 0px; margin: 0px; color: var(--fulldark-color); font-size: 16px; line-height: 26px; font-weight: 500; letter-spacing: normal; text-overflow: ellipsis; max-width: 100%; white-space: nowrap; overflow: hidden; } .eQIJpy { display: flex; padding-left: 8px; cursor: pointer; } .hmsSkt { display: inline-flex; -webkit-box-align: center; align-items: center; -webkit-box-pack: center; justify-content: center; font-family: inherit; font-weight: inherit; font-size: inherit; background: none; border: none; padding: 0px; outline: inherit; height: auto; cursor: pointer; appearance: none; text-align: center; box-sizing: border-box; } .eHXlyc { fill: currentcolor; color: rgb(190, 193, 195); font-style: italic; width: 16px; height: 16px; } .fjbvLJ { opacity: 0; grid-area: 1 / 1 / auto / auto; pointer-events: none; } .dQTQyT { background-color: transparent; background-image: none; border-radius: 0px; box-shadow: none; font-style: inherit; font-variant: inherit; font-stretch: inherit; line-height: inherit; font-family: inherit; box-sizing: border-box; appearance: none; border: 0px; color: var(--fulldark-color); width: 100%; height: 20px; margin: 0px; padding: 0px; font-weight: 500; } .dFNFWE { background-color: transparent; background-image: none; border-radius: 0px; box-shadow: none; font-style: inherit; font-variant: inherit; font-stretch: inherit; line-height: inherit; font-family: inherit; box-sizing: border-box; appearance: none; border: 0px; color: var(--dark-color); width: 100%; height: 20px; margin: 0px; padding: 0px; font-weight: 400; } .jpzPff { opacity: 1; grid-area: 1 / 1 / auto / auto; pointer-events: inherit; } .hqQOJG { justify-content: left; grid-area: 1 / 1 / auto / auto; display: none; } .iwtTzU { padding: 0px; margin: 0px; color: var(--dark-color); font-weight: 400; text-overflow: ellipsis; max-width: 100%; white-space: nowrap; overflow: hidden; } /* end */ /* addlink header start */ .addlink-box-header-wp .hBaLvR { -webkit-box-pack: center; justify-content: center; -webkit-box-align: center; align-items: center; } .addlink-box-header-wp .fSmszX { -webkit-box-pack: center; justify-content: center; } .addlink-box-header-wp .dQTQyT { text-align: center; } .addlink-box-header-wp .fjbvLJ { margin-right: 24px; } /* addlink header end */ .addlink-con-title .addlink-con-title-text { color: var(--fulldark-color); font-weight: 500; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; } .addlink-con-inr-top .addlink-con-title { display: flex; align-items: center; } .add-edit-button { padding: 0; border: none; outline: none; background: no-repeat; width: 18px; height: 18px; font-size: 18px; line-height: 1; cursor: pointer; margin-left: 10px; } .add-edit-button svg { fill: var(--dark-color); } .addlink-con-link .addlink-con-link-text { color: var(--dark-color); display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; } .addlink-con-inr-top .addlink-con-link { display: flex; align-items: center; } .addlink-more-box-wp { margin-top: 15px; padding: 0 35px 0; } .addlink-more-box-btn { border: none; background: var(--green-color); color: var(--white-color); width: 30px; height: 30px; padding: 0; display: flex; align-items: center; justify-content: center; transition: var(--transition); border-radius: 5px 5px 0 0; display: none; } .addlink-more-box-btn i:before { transition: var(--transition); } .addlink-more-box { position: relative; width: 100%; padding: 10px; border-radius: 50px 50px 0 0; background: var(--green-color); display: flex; align-items: center; justify-content: center; flex-direction: column; min-height: 51px; } .addlink-more-box ul { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; } .addlink-more-box ul li { margin-right: 15px; display: inline-block; } .addlink-more-box ul li:last-child { margin-right: 0; } .addlink-more-box ul li a { display: inline-flex; color: var(--fulldark-color); align-items: center; font-size: 16px; } .addlink-more-box ul li a .icon { width: 30px; height: 30px; display: inline-flex; align-items: center; justify-content: center; border-radius: 30px; background: var(--white-color); box-shadow: var(--box-shadow); transition: var(--transition); } .addlink-more-box ul li a .icon svg { fill: var(--green-color); transition: var(--transition); } .addlink-more-box ul li.addlink-delete a .icon svg { fill: var(--red-color); } .addlink-more-box-btn.active i:before { content: "\f00d"; } .addlink-checkbox { flex: 0 0 auto; } .addlink-box-checkbox-label { margin: 0; display: flex; } /*==========Action Area CSS End==========*/ /*==========Themes CSS Start==========*/ .tab-title { margin-bottom: 30px; } .tab-title .h4-title { color: var(--fulldark-color); margin-bottom: 0; } .theme-box { box-shadow: var(--box-shadow); background: var(--white-color); border-radius: 8px; min-height: 280px; margin-bottom: 30px; } .theme-box.active { background: var(--green-color); } .tab-sub-title { margin-bottom: 15px; } .tab-sub-title .h5-title { color: var(--fulldark-color); margin-bottom: 0; font-weight: 400; } .color-boxes ul { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: -8px; } .color-boxes ul li { margin: 8px; flex: 0 0 auto; max-width: 30px; } .color-boxes ul li span { width: 30px; height: 30px; box-shadow: var(--box-shadow); border-radius: 50%; display: block; background: var(--white-color); cursor: pointer; } .color-picker-wrap { display: flex; align-items: center; flex-wrap: wrap; } .color-picker-btn { width: 40px; height: 40px; display: inline-flex; justify-content: center; align-items: center; background: var(--white-color); border-radius: 10px; box-shadow: var(--box-shadow); margin-right: 15px; cursor: pointer; position: relative; flex: 0 0 auto; } .color-picker-input { margin-right: 15px; } .color-picker-input input { height: 40px; max-width: 120px; width: 100%; border: none; border-radius: 10px; padding: 10px; color: var(--fulldark-color); box-shadow: var(--box-shadow); background-color: var(--white-color); } .color-picker-preview { width: 40px; height: 40px; box-shadow: var(--box-shadow); background-color: var(--white-color); border-radius: 10px; flex: 0 0 auto; } .background-inner-box .color-picker-wrap { margin: 15px 0 50px 0; } .gradient-box { position: relative; margin-bottom: 30px; } .gradient-box-preview { position: relative; width: 100%; min-height: 280px; background-color: var(--white-color); border-radius: 8px; box-shadow: var(--box-shadow); padding: 10px; cursor: pointer; } .gradient-rotate-btn { border: none; background-color: var(--white-color); padding: 0; box-shadow: var(--box-shadow); width: 30px; height: 30px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; } .gradient-box-content { text-align: center; padding: 10px 0 0 0; } .gradient-box-content p { margin-bottom: 0; color: var(--fulldark-color); } .back-image-box { position: relative; margin-bottom: 30px; cursor: pointer; } .back-image-box-preview { position: relative; width: 100%; min-height: 280px; background-color: var(--white-color); border-radius: 8px; box-shadow: var(--box-shadow); padding: 10px; } .add-custom-btn { border: none; background-color: var(--white-color); color: var(--fulldark-color); padding: 0; box-shadow: var(--box-shadow); width: 50px; height: 50px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-size: 20px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); transition: var(--transition); } .add-custom-btn:hover { background-color: var(--green-color); color: var(--white-color); } .sec-box { background: var(--white-color); padding: 30px; box-shadow: var(--box-shadow); border-radius: 10px; margin-bottom: 30px; } .buttons-box-color-wp { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; align-items: flex-start; } .buttons-box-color-wp .color-boxes { flex: 1; padding: 10px 15px 0 0; } .buttons-preview-row { display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 20px 20px; } /* .buttons-preview-row:not(:last-child) { margin-bottom: 15px; } */ .buttons-preview-col { display: flex; flex-direction: column; } .buttons-preview-col-inner { display: flex; align-items: center; justify-content: center; position: relative; cursor: pointer; height: 50px; z-index: 2; } .buttons-preview { font-weight: bold; color: var(--fulldark-color); position: relative; z-index: 2; } .buttons-preview.white { color: var(--white-color); } .btnfill { background-color: var(--fulldark-color); color: var(--white-color); } .round { border-radius: 8px; } .circular { border-radius: 100px; } .btnoutline { border: 2px solid var(--fulldark-color); color: var(--fulldark-color); } .btndoubleoutline { border: 5px double var(--fulldark-color); color: var(--fulldark-color); } .btndashedoutline { border: 2px dashed var(--fulldark-color); color: var(--fulldark-color); } .btnhardshadow { border: 2px solid var(--fulldark-color); color: var(--fulldark-color); box-shadow: 4px 4px 0 0 var(--fulldark-color); } .btnsoftshadow { border: 2px solid var(--fulldark-color); color: var(--fulldark-color); box-shadow: 0 4px 4px 0 rgb(40 47 55 / 16%); } .overflow-hide { overflow: hidden; } .arrowright span { margin-left: -20px; } .arrowright:before { content: '\f054'; position: absolute; top: 0; right: 0; width: 40px; height: 100%; display: flex; align-items: center; justify-content: center; background-color: var(--dark-color); color: var(--white-color); font-size: 16px; line-height: 26px; font-weight: 900; font-family: "Font Awesome 5 Free"; z-index: 1; } .formal-2-stroke { color: var(--fulldark-color); } .formal-2-stroke:before { content: ""; position: absolute; top: 5px; left: 0; right: 0; bottom: 5px; display: block; border: 2px solid var(--fulldark-color); padding: 0; } .formal-2-stroke:after { content: ""; position: absolute; top: 0; left: 5px; right: 5px; bottom: 0; display: block; border: 2px solid var(--fulldark-color); padding: 0; } .topbottom-stroke:before { content: ""; position: absolute; top: -5px; left: 0; background: var(--fulldark-color); width: 25px; height: 2px; } .topbottom-stroke:after { content: ""; position: absolute; bottom: -5px; right: 0; background: var(--fulldark-color); width: 25px; height: 2px; } .torn-edges:before, .torn-edges:after { content: ""; position: absolute; display: block; padding: 0; top: -4px; left: 0; right: 0; height: 5px; background-color: var(--fulldark-color); -webkit-mask-size: 640px 100%; mask-size: 640px 100%; -webkit-mask-position: 0 top; mask-position: 0 top; -webkit-mask-image: url(../images/torn-edges-top.svg); mask-image: url(../images/torn-edges-top.svg); z-index: 2; } .torn-edges:after { top: auto; bottom: -4px; -webkit-mask-image: url(../images/torn-edges-bottom.svg); mask-image: url(../images/torn-edges-bottom.svg); } .box-border:after { content: ""; position: absolute; width: 100%; height: 100%; top: 5px; left: 5px; border: 2px solid var(--green-color); z-index: -1; } .font-preview-row { display: grid; grid-gap: 30px; grid-template-columns: repeat(auto-fit, minmax(85px, 1fr)); } .font-preview-box { position: relative; border-radius: 15px; border: 1px solid #ebeef1; display: block; padding-bottom: 100%; cursor: pointer; } .font-preview-box-inr { position: absolute; top: 0; right: 0; bottom: 0; left: 0; display: flex; align-items: center; justify-content: center; color: var(--fulldark-color); font-size: 40px; line-height: 50px; } .font-preview-label { text-align: center; color: var(--fulldark-color); margin-top: 10px; font-size: 14px; line-height: 1.2; } .font-preview-box-inr svg { width: 100%; height: 100%; } .font-preview-box-inr svg text { fill: var(--fulldark-color); font-size: 40px; dominant-baseline: central; text-anchor: middle; } .profile-header { text-align: center; border-radius: 10px; display: flex; align-items: center; flex-direction: row; margin-bottom: 30px; } .profile-header-image { width: 120px; height: 120px; border-radius: 10px; margin-right: 30px; flex: 0 0 auto; overflow: hidden; position: relative; cursor: pointer; } .input-file-wp { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .input-file-wp input[type="file"] { width: 100%; height: 100%; opacity: 0; cursor: pointer; } .profile-header-content { flex: 1; display: grid; gap: 20px; grid-template-columns: repeat(1, 1fr); } .profile-header-content .sec-btn { width: 100%; } .profile-form .form-input-span:last-child { margin-bottom: 0; } /*==========Themes CSS End==========*/ /*==========Preview Themes 1 CSS Start==========*/ @media (min-width: 576px) { .preview_img_theme_1_back { background-image: url('../images/preview_img_theme_1_des.jpg') !important; } } /* @media (max-width:575px) { .preview_img_theme_1_back { background-image: url('../images/preview_img_theme_1_mob.jpg'); } } */ /*==========Preview Themes 1 CSS End==========*/ /*==========Add New Module CSS Start==========*/ .link-header-wp ul li.link-item.add-module-item { width: 60px; height: 60px; } .add-module-plus-btn { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; cursor: pointer; background-color: var(--green-color); color: var(--white-color); transition: var(--transition); border-radius: 50%; box-shadow: var(--box-shadow); font-size: 22px; } .link-header-wp ul li.link-item.add-module-item.active .add-module-plus-btn i { transform: rotate(45deg); } .add-new-modules-box { width: 100%; padding: 15px; background: var(--white-color); box-shadow: var(--box-shadow); border-radius: 5px; margin-bottom: 30px; position: relative; display: none; } /* .add-new-modules-box:before { content: ''; position: absolute; bottom: 100%; right: 15px; border-left: 10px solid transparent; border-right: 10px solid transparent; border-bottom: 15px solid var(--white-color); z-index: 1; } */ .add-new-modules-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; } .add-new-module { display: flex; align-items: center; justify-content: center; align-content: center; flex-direction: column; flex-wrap: wrap; color: var(--fulldark-color); background: var(--white-color); border: 1px solid var(--body-color); border-radius: 5px; padding: 8px; cursor: pointer; transition: var(--transition); } .add-new-module:hover { background: var(--green-color); border-color: var(--green-color); color: var(--white-color); } .add-new-module .add-new-module-icon { font-size: 20px; } .add-new-module .add-new-module-text { font-size: 12px; line-height: 22px; } /*==========Add New Module CSS End==========*/ /*==========Toolbar CSS Start==========*/ .toolbar-wrap { width: 600px; flex: 0 0 auto; height: 100vh; display: flex; flex-direction: column; } .toolbar-header { width: 100%; display: flex; align-items: center; padding: 0 30px; border: 1px solid var(--white-light-color); background: var(--white-color); height: 80px; flex: 0 0 auto; } .toolbar-header-inner { font-size: 18px; line-height: 28px; width: 100%; display: flex; align-items: center; } .toolbar-label { color: var(--fulldark-color); font-weight: 700; flex: 0; margin-right: 5px; white-space: nowrap; } .toolbar-url { color: var(--dark-color); flex: 1; min-width: 0; margin-right: 16px; white-space: nowrap; } .toolbar-url-text { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; text-decoration: underline !important; font-size: 16px; line-height: 26px; color: var(--fulldark-color); } .toolbar-header-buttons ul { display: flex; align-items: center; font-size: 0; line-height: 0; } .toolbar-header-buttons ul li { margin-right: 15px; } .toolbar-header-buttons ul li:last-child { margin-right: 0; } .toolbar-header-buttons ul li a { display: inline-flex; width: 50px; height: 50px; align-items: center; justify-content: center; border-radius: 50%; background: var(--white-color); color: var(--fulldark-color); border: 1px solid var(--body-color); box-shadow: var(--box-shadow); cursor: pointer; font-size: 20px; transition: var(--transition); } .toolbar-header-buttons ul li a:hover, .toolbar-link-copy.active { background: var(--green-color); border-color: var(--green-color); color: var(--white-color); } .toolbar-link-copy.active i { font-weight: 900; } .toolbar-content-box { height: 100%; width: 100%; background: var(--white-color); border: 1px solid var(--white-light-color); border-top: none; overflow: auto; position: relative; display: flex; align-items: center; justify-content: center; } .toolbar-mobile-frame { width: 370px; height: 730px; background-color: var(--body-color); border: 18px solid var(--fulldark-color); border-radius: 30px; position: relative; margin: auto; overflow-x: hidden; overflow-y: auto; display: flex; flex-direction: column; justify-content: space-between; z-index: 2; padding: 20px 15px; } .toolbar-mf-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: var(--body-color); border-radius: 10px; z-index: -1; } .toolbar-mf-box { flex: 1; position: relative; z-index: 2; } .toolbar-mf-logo { flex: 0 0 auto; text-align: center; padding-top: 30px; } .toolbar-mf-logo a { width: 100px; display: inline-block; } .toolbar-mf-header { text-align: center; background: rgb(255 255 255 / 20%); border-radius: 10px; padding: 15px; margin: 50px 0 20px 0; } .toolbar-mf-prof-image { width: 100px; height: 100px; border-radius: 50%; margin: -65px auto 0; } .toolbar-mf-header-content .h4-title { color: var(--white-color); margin-bottom: 2px; } .toolbar-mf-header-text p { margin-bottom: 0; color: var(--white-color); } .toolbar-mf-header-content { margin: 15px 0 0 0; } .toolbar-mf-button-group { text-align: center; margin-bottom: 20px; } .toolbar-mf-button-group ul li { display: block; margin-bottom: 15px; } .toolbar-mf-button-group ul li:last-child { margin-bottom: 0; } .toolbar-def-btn { width: 100%; min-height: 60px; padding: 15px 30px; display: flex; align-items: center; justify-content: center; position: relative; font-size: 16px; line-height: 26px; font-weight: 700; transition: var(--transition); } /* .toolbar-def-btn:hover { transform: scale(0.97); } */ .toolbar-white-btn { background: var(--white-color); color: var(--fulldark-color); border-radius: 30px; } .toolbar-oflow-btn { overflow-wrap: break-word; word-break: break-word; hyphens: auto; white-space: normal; } .toolbar-mf-social-group { text-align: center; } .toolbar-mf-social-group ul li { display: inline-block; margin: 0 10px 10px; } .toolbar-mf-social-group ul li a { color: var(--white-color); font-weight: 700; font-size: 24px; width: 50px; height: 50px; display: inline-flex; align-items: center; justify-content: center; transition: var(--transition); } .toolbar-mf-social-group ul li a:hover { transform: scale(0.95); } .toolbar-btn-img-wp { padding: 15px 60px; } .toolbar-btn-img { position: absolute; top: 50%; transform: translateY(-50%); pointer-events: none; overflow: hidden; -webkit-box-pack: center; justify-content: center; -webkit-box-align: center; align-items: center; border-radius: 50%; background-color: transparent; width: 40px; height: 40px; left: 8px; } .toolbar-btn-img.toolbar-btn-icon { background-color: currentcolor; -webkit-mask-size: 100%; } .toolbar-btn-img img { width: auto; height: 100%; display: block; object-fit: contain; object-position: initial; } /* --- page-view-section start --- */ .page-view-section { min-height: 100vh; height: 100%; padding: 50px 15px; position: relative; display: flex; flex-flow: column; } .page-view-section .toolbar-mf-bg { border-radius: 0; } .page-view-section .sec-wp, .page-view-section .container, .page-view-section .container .row, .page-view-section .container .row [class*=col-], .page-view-section .page-view-box-wp { display: flex; flex: 1; flex-flow: column; height: 100%; } /* --- page-view-section end--- */ /*==========Toolbar CSS End==========*/ /*==========Main Header CSS Start==========*/ .main-header { height: 80px; position: fixed; top: 0; left: 0; width: 100%; transition: var(--transition); z-index: 100; } .main-header .container, .main-header .row { height: 100%; } .main-navigation-inr { height: 100%; display: flex; align-items: center; justify-content: flex-end; } .main-navigation-inr ul { height: 100%; } .main-navigation ul li { height: 100%; display: inline-flex; align-items: center; margin-left: 25px; } .main-navigation ul li:first-child { margin-left: 0; } .main-navigation ul li a { font-size: 18px; line-height: 1.1; color: var(--white-color); display: inline-flex; align-items: center; padding: 5px 5px; position: relative; z-index: 2; } .main-navigation ul li a:before { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 40%; background-color: var(--green-color); -webkit-transform: scaleX(0); transform: scaleX(0); -webkit-transform-origin: right; transform-origin: right; -webkit-transition: -webkit-transform .95s cubic-bezier(.23, 1, .23, 1); transition: -webkit-transform .95s cubic-bezier(.23, 1, .23, 1); transition: transform .95s cubic-bezier(.23, 1, .23, 1); transition: transform .95s cubic-bezier(.23, 1, .23, 1), -webkit-transform .95s cubic-bezier(.23, 1, .23, 1); z-index: -1; } .main-navigation ul li a:hover:before { -webkit-transform: scaleX(1); transform: scaleX(1); -webkit-transform-origin: left; transform-origin: left; } .login-buttons { margin-left: 30px; display: grid; gap: 20px; grid-template-columns: repeat(2, 1fr); } .login-buttons .sec-btn { width: 160px; } .main-header.sticky-header { background: var(--blue-color); box-shadow: var(--box-shadow); height: 70px; } /*==========Main Header CSS End==========*/ /*==========Banner CSS==========*/ .main-banner .banner-video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .main-banner .banner-video video { width: auto; } .main-banner { padding: 210px 0 140px 0; position: relative; background-size: cover; background-position: center; overflow: hidden; } .banner-back { position: absolute; top: 0; left: 0; width: 62%; height: 100%; background: var(--blue-color); border-radius: 0 0 120px 0; display: flex; align-items: flex-end; z-index: 2; } .banner-back img { opacity: 0.2; width: 100%; max-width: 410px; pointer-events: none; } .banner-btn .sec-btn+.sec-btn { margin-left: 27px; } .banner-content .sec-btn { margin: 40px 0 15px 0; } .banner-content p { margin-bottom: 0; } .banner-content p a { transition: var(--transition); } .banner-content p a i { vertical-align: middle; transform: translateX(-10px); transition: var(--transition); opacity: 0; } .banner-content p a:hover { color: var(--green-color); } .banner-content p a:hover i { transform: translateX(0); opacity: 1; } .banner-image { padding-left: 55px; } .banner-image img { max-width: 320px; pointer-events: none; animation: bounce 2s infinite linear; } @keyframes bounce { 0% { transform: translateY(0); } 50% { transform: translateY(-20px); } 100% { transform: translateY(0); } } .banner-welcome-label { position: absolute; top: 50%; right: -5px; transform: translate(0, -50%); width: 20%; height: 45px; color: var(--fulldark-color); border: 2px solid var(--blue-color); border-radius: 10px 0 0 10px; background-color: var(--white-color); box-shadow: 5px 5px var(--green-color); display: flex; align-items: center; justify-content: center; z-index: 2; } .banner-welcome-label:before { content: ''; position: absolute; top: -8px; left: 50%; width: 100%; height: 2px; background-color: var(--blue-color); } /*==========Banner CSS End==========*/ /*==========About CSS Start==========*/ .about-image { margin-left: -35%; padding-right: 15%; } .about-image img { width: 100%; } /*==========About CSS End==========*/ /*==========Feature CSS Start==========*/ .feature-box { background: var(--white-color); border: 1px solid var(--body-color); border-radius: 30px; padding: 70px 30px; text-align: center; transition: var(--transition), box-shadow 1s; } .feature-box-img { margin-bottom: 30px; } .feature-box-img svg, .feature-box-img img { max-width: 120px; max-height: 120px; transition: var(--transition); } .svg-blue { fill: var(--blue-color); } .svg-green { fill: var(--green-color); } .svg-white { fill: var(--white-color); } .feature-box-content .h4-title { font-size: 25px; line-height: 33px; transition: var(--transition); margin-bottom: 0; } .feature-box:hover { background: var(--blue-color); border-color: var(--blue-color); box-shadow: 7px 7px var(--green-color); } .feature-box:hover .h4-title { color: var(--white-color); } .feature-box:hover .svg-blue { fill: var(--white-color); } .feature-box:hover .svg-white { fill: var(--green-color); } /*==========Feature CSS End==========*/ /*==========Pricing CSS Start==========*/ .main-plan { background-color: var(--f6f9fe-color); } .plans-row { position: relative; } .plans-row:before { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100vw; height: 2px; background-image: linear-gradient(to right, var(--blue-color) 33%, rgba(255, 255, 255, 1) 80%); background-position: center; background-size: 15px 2px; background-repeat: repeat-x; z-index: -1; } .plans-row [class*=col-] { margin-bottom: 25px; } .plan-box { position: relative; background-color: var(--white-color); box-shadow: var(--box-shadow); border-radius: 20px; text-align: center; padding: 50px; display: flex; flex-flow: column nowrap; height: 100%; transition: var(--transition); } .plan-box:hover { transform: translateY(-5px); } .plan-box-img { margin-bottom: 15px; } .plan-box-img-inr { width: 100px; height: 100px; margin: auto; border-radius: 20px; background: var(--gradient-color); display: flex; align-items: center; justify-content: center; color: var(--white-color); } .plan-box-img svg { max-width: 60px; max-height: 60px; fill: currentColor; } .plan-title { margin-bottom: 15px; } .plan-title .h4-title { margin-bottom: 0; color: var(--fulldark-color); font-weight: 500; font-size: 25px; line-height: 35px; text-transform: uppercase; letter-spacing: 2px; } .plan-price { margin-bottom: 15px; } .plan-price .h3-title { margin-bottom: 0; font-size: 45px; line-height: 55px; } .plan-price .h3-title small { font-size: 60%; color: var(--green-color); } .plan-price .h3-title .per-m { font-size: 30%; display: block; line-height: 1; } .plan-description { margin-bottom: 30px; } .plan-description ul li { padding: 15px 0; border-top: 1px solid var(--white-light-color); color: var(--fulldark-color); } .plan-description ul li:last-child { border-bottom: 1px solid var(--white-light-color); } .plan-description p { color: var(--fulldark-color); } .plan-description p:last-child { margin-bottom: 0; } .plan-button { position: absolute; bottom: 0; left: 50%; transform: translate(-50%, 50%); z-index: 2; } .plan-box-tag { position: absolute; bottom: 100%; left: 50%; transform: translate(-50%, 0); width: auto; border-radius: 5px; padding: 5px 10px; line-height: 1; background: var( --blue-color); color: var( --white-color); } .plan-box-tag:after { content: ''; position: absolute; top: 100%; left: 50%; transform: translate(-50%, 0); border-top: 8px solid var(--blue-color); border-left: 8px solid transparent; border-right: 8px solid transparent; } .pricing-menu-wp { display: flex; -webkit-box-align: center; align-items: center; -webkit-box-pack: center; justify-content: center; margin-bottom: 80px; } .pricing-menu { display: inline-flex; position: relative; width: 250px; } .pricing-menu li { flex: 1; display: flex; align-items: center; justify-content: flex-start; text-transform: capitalize; padding: 5px 10px; position: relative; color: var(--fulldark-color); font-weight: bold; font-size: 18px; cursor: pointer; transition: var(--transition); } .pricing-menu li:nth-child(even) { justify-content: flex-end; } .pricing-menu li:before { content: ""; position: absolute; right: -43px; top: 50%; transform: translate(0, -50%); width: 70px; height: 40px; border-radius: 20px; background: var(--gradient-color); } .pricing-menu li:nth-child(even)::before { left: -27px; right: auto; } .pricing-menu li:nth-child(even)::after { right: auto; left: -22px; animation: fadeInRight 0.3s; } .pricing-menu li::after { content: ""; position: absolute; top: 50%; right: -38px; margin-top: -15px; width: 30px; height: 30px; background: var(--white-color); border-radius: 15px; z-index: 1; transition: var(--transition); animation: fadeInLeft 0.3s; } .pricing-menu li.active::after, .pricing-menu li.active::before { display: none; z-index: -9 } .pricing-menu li.active { background-image: var(--gradient-color); background-size: 100%; background-repeat: repeat; -webkit-background-clip: text; -webkit-text-fill-color: transparent; -moz-background-clip: text; -moz-text-fill-color: transparent; } /*==========Pricing CSS End==========*/ /*==========Testimonial CSS Start==========*/ .testimonial-box { border-radius: 30px; padding: 50px 40px; position: relative; background: var(--white-color); border: 1px solid var(--body-color); transition: var(--transition), box-shadow 1s; } .testimonial-box:hover { border-color: var(--blue-color); box-shadow: -7px 7px var(--green-color); } .quotes { position: absolute; top: 40px; right: 30px; width: 80px; height: 52px; } .quotes svg { max-width: 100%; max-height: 100%; } .testimonial-box-img { width: 120px; height: 120px; border-radius: 50%; } .testimonial-box-top { margin-bottom: 40px; } .testimonial-box-rating { margin-bottom: 20px; } .testimonial-box-rating i { color: var(--blue-color); } .testimonial-box-text { height: 105px; margin-bottom: 30px; } .testimonial-box-text p:last-child { margin-bottom: 0; } .testimonial-box-bottom .h5-title { margin-bottom: 0; font-weight: 400; font-size: 16px; line-height: 26px; } .testimonial-box-bottom .h4-title { margin-bottom: 2px; } .testimonial-slider .slide-arrow { width: 80px; height: 40px; border-radius: 10px; font-size: 16px; transform: translate(-50%, 0); left: -50px; } .testimonial-slider .slide-arrow.prev-arrow { margin-left: 0; top: calc(50% - 30px); } .testimonial-slider .slide-arrow.next-arrow { top: calc(50% + 30px); } .testimonial-slider .slick-list { width: calc(100% + 50%); padding-right: 50%; padding-bottom: 7px; } .testimonial-slider .slick-dots { text-align: left; padding-left: 15px; } /*==========Testimonial CSS End==========*/ /*==========Partners CSS Start==========*/ .main-partners { background: var(--blue-color); overflow: hidden; } .partners-shape1-wp { display: block; position: absolute; top: 50%; left: 0; width: 500px; height: 500px; transform: translate(0, -50%); } .partners-shape1 { display: block; width: 100%; height: 100%; border-radius: 50%; background: rgb(105, 134, 229); background: -moz-linear-gradient(left, rgba(105, 134, 229, 1) 10%, rgba(41, 83, 232, 1) 98%); background: -webkit-linear-gradient(left, rgba(105, 134, 229, 1) 10%, rgba(41, 83, 232, 1) 98%); background: linear-gradient(to right, rgba(105, 134, 229, 1) 10%, rgba(41, 83, 232, 1) 98%); filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#6986e5', endColorstr='#2953e8', GradientType=1); animation: rotate 5s infinite linear; } .partners-shape2-wp { display: block; position: absolute; top: -200px; right: -200px; width: 500px; height: 500px; } .partners-shape2 { display: block; width: 100%; height: 100%; border-radius: 50%; background: rgb(105, 134, 229); background: -moz-linear-gradient(left, rgba(105, 134, 229, 1) 10%, rgba(41, 83, 232, 1) 98%); background: -webkit-linear-gradient(left, rgba(105, 134, 229, 1) 10%, rgba(41, 83, 232, 1) 98%); background: linear-gradient(to right, rgba(105, 134, 229, 1) 10%, rgba(41, 83, 232, 1) 98%); filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#6986e5', endColorstr='#2953e8', GradientType=1); animation: rotate 5s infinite linear; animation-delay: 1s; } .partners-shape3-wp { display: block; background: var(--green-color); width: 200px; height: 50px; position: absolute; bottom: 5%; right: 0; border-radius: 30px 0px 0px 30px; } .partners-shape3 { display: block; position: absolute; top: 0; right: 105%; width: 50px; height: 100%; background: var(--green-color); border-radius: 50%; } .partner-box { background: var(--white-color); padding: 20px; text-align: center; border-radius: 20px; display: flex; align-items: center; justify-content: center; height: 85px; transition: var(--transition), box-shadow 1s; box-shadow: 0 0 var(--green-color), -5px -5px 5px 1px rgb(0 0 0 / 20%) inset; } .partner-box:hover { box-shadow: 7px 7px var(--white-color), -5px -5px 5px 1px rgb(0 0 0 / 20%) inset; background: var(--green-color); } .partner-box:hover img { filter: brightness(0) invert(1); } .partner-box img { max-width: 200px; max-height: 45px; transition: var(--transition); } /*==========Partners CSS End==========*/ /*==========Faq CSS Start==========*/ .main-faq .sec-inner { background: var(--f6f9fe-color); padding: 100px 0; border-radius: 50px; overflow: hidden; } .faq-shap2-wp { position: absolute; bottom: 0; left: 0; transform: translate(-50%, 50%); width: 150px; } .faq-shap2-wp img { width: 100%; animation: rotate 20s infinite linear; pointer-events: none; } .faq-shap1-wp { display: block; background: var(--blue-color); width: 50px; height: 140px; position: absolute; top: 0; right: 15%; border-radius: 0 0 30px 30px; } .faq-shap1 { display: block; position: absolute; top: 105%; left: 0; width: 100%; height: 50px; background: var(--blue-color); border-radius: 50%; } .faq-box { margin-bottom: 15px; } .faq-box h3 { padding: 22px 90px 22px 30px; position: relative; margin: 0; background: var(--white-color); color: var(--green-color); border-radius: 20px; font-size: 18px; line-height: 1.2; box-shadow: 0 0 30px 0px rgb(0 0 0 / 10%); transition: var(--transition); cursor: pointer; z-index: 2; } .faq-box h3 span { width: 60px; height: calc(100% - 15px); position: absolute; top: 50%; right: 15px; transform: translate(0, -50%); display: flex; align-items: center; justify-content: center; background: var(--green-color); color: var(--white-color); border-radius: 12px; transition: var(--transition); } .faq-box h3 span i { transition: var(--transition); transform: scale(1, 1); } .faq-content { padding: 55px 30px 30px; background: var(--white-color); border-radius: 20px; box-shadow: 0 0 30px 0px rgb(0 0 0 / 10%); margin-top: -25px; } .faq-text p:last-child { margin: 0; } .faq-box h3.active-faq { background: var(--green-color); color: var(--white-color); } .faq-box h3.active-faq span { background: var(--white-color); color: var(--green-color); } .faq-box h3.active-faq span i { transform: scale(1, -1); } /*==========Faq CSS End==========*/ /*==========Blog CSS Start==========*/ .blog-box { padding: 50px 15px; border-top: 1px solid var(--white-light-color); transition: var(--transition); background: var(--white-color); } .blog-box:last-child { border-bottom: 1px solid var(--white-light-color); } .blog-box:hover { box-shadow: 0px 0 30px -5px rgb(0 0 0 / 16%); -webkit-box-shadow: 0px 0 30px -5px rgb(0 0 0 / 16%); -moz-box-shadow: 0px 0 30px -5px rgba(0, 0, 0, 0.16); } .blog-box-inner { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-right: -15px; margin-left: -15px; align-items: center; } .blog-box-col { position: relative; padding: 0 15px; } .blog-box-col.first { -ms-flex: 0 0 400px; flex: 0 0 400px; max-width: 400px; } .blog-box-col.second { flex: 1; } .blog-box-col.third { -ms-flex: 0 0 90px; flex: 0 0 90px; max-width: 90px; } .blog-box-img-wp { width: 100%; height: 250px; position: relative; } .blog-box-img, .blog-box-img-link { width: 100%; height: 100%; border-radius: 20px; display: inline-block; } .blog-box-button-wp { text-align: right; width: 100%; } .blog-box-btn { width: 60px; height: 60px; border-radius: 15px; } .blog-box-btn:hover { background: var(--green-color); border-color: var(--green-color); } .blog-box-content-wp { padding-left: 50px; width: 100%; } .blog-box-meta { margin-bottom: 20px; } .blog-box-meta li { display: inline-block; padding: 0 15px; position: relative; } .blog-box-meta li:first-child { padding-left: 0; margin-left: 0; } .blog-box-meta li:last-child { margin-right: 0; padding-right: 0; } .blog-box-meta li:before { content: ''; position: absolute; top: 11px; right: 0; width: 5px; height: 5px; background: var(--fulldark-color); transform: translate(50%); } .blog-box-meta li:last-child:before { content: none; } .blog-box-meta li.meta-posted { padding: 0; color: var(--green-color); } .blog-box-meta li.meta-posted:before { content: none; } .blog-box-meta li.meta-category a { color: var(--blue-color); transition: var(--transition); } .blog-box-meta li.meta-category a:hover { color: var(--green-color); } .blog-box-title .h2-title a { color: var(--fulldark-color); transition: var(--transition); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; } .blog-box-title .h2-title a:hover { color: var(--blue-color); } /*==========Blog CSS End==========*/ /*==========Newsletter CSS Start==========*/ .newsletter-form .form-input { height: 70px; padding: 0 230px 0 30px; border-radius: 50px; } .newsletter-form .submit-btn { position: absolute; top: 50%; right: 15px; transform: translate(0, -50%); } /*==========Newsletter CSS End==========*/ /*==========Footer CSS Start==========*/ .top-footer { position: relative; background-color: var(--blue-color); border-radius: 30px; padding: 70px 0; overflow: hidden; } /* .top-footer:before { content: ''; position: absolute; top: 50%; left: 50%; width: 50px; height: 100%; box-shadow: var(--box-shadow); transform: translate(-50%, -50%) skewX(30deg); } .top-footer:after { content: ''; position: absolute; top: 50%; left: 50%; width: 50px; height: 100%; box-shadow: var(--box-shadow); transform: translate(-50%, -50%) skewX(-30deg); } */ .footer-shape1 { position: absolute; top: 0; right: 0; transform: translate(50%, -50%); width: 150px; } .footer-shape1 img { width: 100%; animation: rotate 30s infinite linear; pointer-events: none; } .footer-shape2 { position: absolute; top: 0; left: 30%; transform: translate(0, -50%); z-index: 1; } .footer-shape2 img { width: 100%; animation: rotate 60s infinite linear; pointer-events: none; } .footer-info { padding-right: 120px; } .footer-logo { margin-bottom: 20px; } .footer-logo a { display: inline-block; width: 130px; } .footer-logo a img { width: 100%; } .footer-info-text p { color: var(--white-color); font-size: 14px; line-height: 24px; font-weight: 300; opacity: 0.8; } .footer-info-text p:last-child { margin-bottom: 0; } .footer-info-text { margin-bottom: 20px; } .footer-social ul li { display: inline-block; margin-right: 5px; } .footer-social ul li:last-child { margin-right: 0; } .footer-social ul li a { width: 30px; height: 30px; display: inline-flex; align-items: center; justify-content: center; background: var(--green-color); color: var(--white-color); box-shadow: var(--box-shadow); border-radius: 50%; transition: var(--transition); } .footer-title { margin-bottom: 15px; } .footer-title .h5-title { color: var(--white-color); margin-bottom: 0; font-weight: 500; } .footer-nav ul li { margin-bottom: 2px; } .footer-nav ul li:last-child { margin-bottom: 0; } .footer-nav ul li a { color: var(--white-color); transition: var(--transition); opacity: 0.8; font-weight: 300; font-size: 14px; line-height: 24px; } .footer-nav ul li a:hover { opacity: 1; } .bottom-footer { padding: 30px 0; position: relative; } .copyright-text p { margin-bottom: 0; font-size: 14px; line-height: 1.2; } .copyright-link { text-align: right; } .copyright-link ul li { display: inline-block; padding: 0 10px; line-height: 1; border-right: 1px solid var(--dark-color); } .copyright-link ul li:last-child { padding-right: 0; border-right: none; } .copyright-link ul li a { color: var(--dark-color); font-size: 14px; line-height: 1.2; } /*==========Footer CSS End==========*/ /*==========[Page]About CSS Start==========*/ .main-banner.inner-banner { padding: 210px 0 150px 0; } .main-banner.inner-banner .banner-back { width: 100%; border-radius: 0; } .main-banner.inner-banner .banner-back img { max-width: 300px; } .main-banner.inner-banner:after { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 50px; background-position: center; background-size: cover; background-repeat: no-repeat; background-image: url(../images/curved-shape.svg); z-index: 2; } .story-image { width: 100%; height: 400px; border-radius: 30px; box-shadow: 10px 10px 0 0 rgba(var(--blue-color-rgb), 1); } .team-box { width: 100%; height: 400px; border-radius: 20px; position: relative; overflow: hidden; } .team-box:after { content: ''; position: absolute; top: 0; left: 0; bottom: 0; right: 0; background: rgb(255, 255, 255); background: linear-gradient(180deg, rgba(255, 255, 255, 0) 70%, rgba(0, 0, 0, 0.60) 100%); z-index: 1; } .team-box-content { position: absolute; bottom: 0; left: 0; width: 100%; height: auto; transition: var(--transition); padding: 30px; z-index: 2; } .team-box-content .h4-title { color: var(--white-color); transition: var(--transition); } .team-box-content p { color: var(--white-color); opacity: 0.8; margin-bottom: 0; transition: var(--transition); } .team-social { padding-top: 10px; opacity: 0; transition: var(--transition); position: relative; margin-bottom: -36px; } .team-social ul li { display: inline-block; margin-right: 10px; } .team-social ul li a { color: var(--white-color); transition: var(--transition); } .team-social ul li:last-child { margin-right: 0; } .team-box:hover .team-social { opacity: 1; margin-bottom: 0; } /*==========[Page]About CSS End==========*/ /*==========[Page]Contact CSS Start==========*/ .contact-info-wp { padding-right: 100px; } .contact-info-box { position: relative; margin-bottom: 20px; } .contact-info-box:last-child { margin-bottom: 0; } .contact-info-box a { display: flex; align-items: center; color: var(--dark-color); } .contact-info-icon { flex: 0 0 50px; display: flex; align-items: center; justify-content: center; background: var(--blue-color); height: 50px; border-radius: 10px; color: var(--white-color); font-size: 22px; box-shadow: var(--box-shadow); } .contact-info-text { flex: 1; padding-left: 20px; } .contact-iframe { margin-top: 40px; width: 100%; height: 205px; position: relative; } .contact-iframe iframe { width: 100%; height: 100%; } /*==========[Page]Contact CSS End==========*/ /*==========[Page]Career CSS Start==========*/ .career-image-wp { width: 100%; height: 400px; position: relative; box-shadow: var(--box-shadow); border-radius: 20px; background: var(--white-color); padding: 20px; } .career-image { width: 100%; height: 100%; border-radius: 20px; } .career-shape1 { position: absolute; top: 50%; width: 80px; left: -101px; transform: translate(0, -50%) rotate(90deg); } .career-circle-shape-wp { position: absolute; top: 0; right: 0; transform: translate(50%, -50%); width: 150px; height: 150px; z-index: -1; } .career-circle-shape { width: 100%; height: 100%; background: var(--gradient-color); border-radius: 50%; animation: rotate 10s infinite linear; display: block; } .career-row.second .career-circle-shape-wp { left: 0; right: auto; transform: translate(-50%, -50%); } .main-career-icon-sec .sec-inner { padding: 70px; background-color: var(--f6f9fe-color); border-radius: 30px; } .career-icon-box { display: flex; align-items: flex-start; } .career-icon-img { width: 80px; height: 80px; display: flex; align-items: center; justify-content: center; border-radius: 15px; background: var(--white-color); box-shadow: var(--box-shadow); flex: 0 0 auto; margin-right: 30px; } .career-icon-img img { max-width: 40px; max-height: 40px; } .career-icon-box-content .h4-title { margin-bottom: 15px; } .career-icon-box-content p:last-child { margin-bottom: 0; } .main-position-sec { background-color: var(--f6f9fe-color); } .main-position-sec:before { content: ''; position: absolute; top: 0; left: 8%; width: 2px; height: 100%; background-image: linear-gradient(to bottom, var(--blue-color) 33%, rgba(255, 255, 255, 1) 80%); background-position: top; background-size: 2px 15px; background-repeat: repeat-y; z-index: 1; } .main-position-sec:after { content: ''; position: absolute; top: 0; right: 8%; width: 2px; height: 100%; background-image: linear-gradient(to top, var(--blue-color) 33%, rgba(255, 255, 255, 1) 80%); background-position: top; background-size: 2px 15px; background-repeat: repeat-y; z-index: 1; } .position-boxes-title { margin-bottom: 30px; } .position-boxes-title .h3-title { color: var(--fulldark-color); } .position-box { background: var(--white-color); box-shadow: var(--box-shadow); padding: 30px; display: flex; flex-flow: column nowrap; min-height: 220px; border-radius: 20px; margin-bottom: 30px; height: calc(100% - 30px); } .position-box-button { margin-top: auto; } .position-form-row { margin-bottom: 50px; } .position-form-bottom-row-wp { padding: 50px 0 0 0; } .position-form-bottom-row-inr { margin-top: 40px; display: none; } /*==========[Page]Career CSS End==========*/ /*==========[Page]Blog Single CSS Start==========*/ .single-blog-image-wp { position: relative; width: 100%; height: 600px; margin-top: -120px; margin-bottom: 50px; } .single-blog-image { border-radius: 30px; width: 100%; height: 100%; } .single-blog-share { display: flex; align-items: center; justify-content: space-between; padding: 30px 0; margin: 70px 0 0 0; border-top: 1px solid var(--white-light-color); border-bottom: 1px solid var(--white-light-color); } .single-blog-share:hover .single-blog-share-label i { margin-left: 20px; } .single-blog-share-label { display: inline-flex; align-items: center; justify-content: center; } .single-blog-share-label i { margin-left: 10px; color: var(--green-color); font-size: 18px; transition: var(--transition); } .single-blog-share-label .h5-title { margin-bottom: 0; } .single-blog-share ul li { display: inline-block; margin-left: 10px; } .single-blog-share ul li a { color: var(--green-color); transition: var(--transition); font-size: 18px; } .single-blog-share ul li a:hover { color: var(--blue-color); } /*==========[Page]Blog Single CSS End==========*/ /*==========[Page]Faq CSS Start==========*/ .faq-page-box .sec-title, .faq-form .sec-title { margin-bottom: 30px; } .faq-page-box { margin-bottom: 30px; } .faq-page-box:last-child { margin-bottom: 0; } /*==========[Page]Faq CSS End==========*/ /*==========[Page]Login CSS Start==========*/ .inner-banner.login-banner, .inner-banner.register-banner { padding: 150px 0 150px 0; } .login-form-wp { background-color: var(--f6f9fe-color); padding: 50px 50px; position: relative; border-radius: 30px; text-align: center; display: flex; flex-flow: column nowrap; } .login-form-wp .h2-title { margin-bottom: 20px; } .login-form-wp .sec-title { margin-bottom: 20px; } .forgot-link-wp { margin: 20px 0; } .forgot-link-wp a { transition: var(--transition); color: var(--green-color); } .forgot-link-wp a:hover { color: var(--blue-color); } .login-next-link { padding-top: 20px; border-top: 1px solid var(--white-light-color); } .login-next-link p { margin: 0; } .login-next-link p a { transition: var(--transition); color: var(--blue-color); text-decoration: underline !important; } .login-next-link p a:hover { transition: var(--transition); color: var(--green-color); } .form-checkbox-wp { position: relative; } .form-checkbox { width: 25px; height: 25px; position: absolute; top: 0; left: 0; border: 1px solid var(--dark-color); border-radius: 5px; -webkit-appearance: none; -moz-appearance: none; appearance: none; outline: 0; cursor: pointer; transition: var(--transition); } .form-checkbox:checked { border: 8px solid var(--blue-color); background-color: var(--green-color); } .form-checkbox-wp label { padding-left: 40px; text-align: left; margin-bottom: 0; cursor: pointer; font-size: 12px; line-height: 20px; } .login-signup-social { margin-bottom: 1rem; } .login-signup-social ul li { display: inline-block; margin: 0 4px 4px 4px; } .login-signup-social ul li a { width: 30px; height: 30px; display: flex; align-items: center; justify-content: center; background: var(--green-color); box-shadow: var(--box-shadow); border-radius: 5px; transition: var(--transition); color: var(--white-color); } .login-signup-social ul li a:hover { background-color: var(--blue-color); opacity: 0.8; } .login-signup-social ul li.social-icon-google a { background: #DB4437; } .login-signup-social ul li.social-icon-facebook a { background: #1874eb; } .login-signup-social ul li.social-icon-twitter a { background: #00ACEE; } .login-signup-social ul li.social-icon-linkedin a { background: #0E76A8; } /*==========[Page]Login CSS End==========*/ /*==========[Page]Pricing CSS Start==========*/ .pr--grid { display: grid; grid-template-columns: 6fr repeat(2, 3fr); grid-template-rows: 1fr; align-items: flex-start; } .pricing-table-row-wp:not(:last-child) { padding-bottom: 70px; } .pricing-ri--ph-label { font-size: 1.5rem; color: var(--fulldark-color); padding: 5px 0; } .pricing-table-header .pricing-table-header-box { align-self: flex-end; } .pricing-table-header .pricing-table-header-box .h3-title { margin: 0; } .pricing-table-body { margin-top: 30px; border-radius: 8px; border-left: 8px solid var(--green-color); border-right: 8px solid var(--green-color); } .pricing-table-body.blue { border-color: var(--blue-color); } .pricing-tr { display: grid; grid-template-columns: 6fr repeat(2, 3fr); grid-template-rows: 1fr; align-items: flex-start; } .pricing-tr--col--iconbox svg { width: 25px; height: 25px; fill: currentcolor; } .svg-fill-white { fill: var(--white-color); } .svg-fill-blue { fill: var(--blue-color); } .svg-fill-green { fill: var(--green-color); } .pricing-tr> :first-child { padding-right: 15px; } .pricing-tr--col>* { height: 100%; } .pricing-tr--col--head { position: relative; } .pricing-tr--col--head--title { cursor: pointer; appearance: button; display: flex; -webkit-box-pack: justify; justify-content: space-between; -webkit-box-align: center; align-items: center; width: 100%; font-size: 24px; padding: 20px 0 20px 30px; } .pricing-tr--col--head--title .h4-title { margin-bottom: 0; font-weight: 400; } .pricing-tr--col--head--title i { font-size: 18px; line-height: 1; color: var(--fulldark-color); } .pricing-table-body> :nth-child(2n+1) { background: var(--f6f9fe-color); } .pricing-tr--col--head--des { display: none; padding: 0 0 20px 30px; } .pricing-tr--col--head--des p:last-child { margin: 0; } .pricing-tr--col--iconbox { display: flex; -webkit-box-pack: center; justify-content: center; -webkit-box-align: center; align-items: center; width: 100%; position: relative; } .pricing-tr--col { height: 100%; } .pricing-tr .pricing-tr--col:nth-child(2) { background-color: rgba(var(--blue-color-rgb), 0.05); } .pricing-tr--col--iconbox i { width: 25px; height: 25px; display: flex; align-items: center; justify-content: center; border-radius: 8px; font-size: 13px; } .pr--icon-box-yes i { background: var(--blue-color); color: var(--white-color); } .pr--icon-box-no i { background: var(--white-light-color); color: var(--white-color); } .pr--icon-box-text { color: var(--fulldark-color); } .pricing-row-bottom-wp { text-align: center; padding-top: 70px; } .pricing-row-bottom-wp .h4-title { margin-bottom: 30px; } /*==========[Page]Pricing CSS End==========*/ /*==========[Page]Setting CSS Start==========*/ .setting-box-wp { padding: 0 0 30px 0; } /*==========[Page]Setting CSS End==========*/ /*==========[Page]Form Sec CSS Start==========*/ .enterprise-form { padding: 20px 0; } .enterprise-content ul { list-style: disc; list-style-position: inside; padding-left: 16px; margin-bottom: 16px; } /*==========[Page]Form Sec CSS End==========*/ /*==========Popup CSS==========*/ .modal-body.overflow-text { height: 600px; padding: 30px; } button.close { position: absolute; top: 10px; right: 10px; width: 30px; height: 30px; background: var(--blue-color); opacity: 1 !important; text-shadow: none; border-radius: 50%; z-index: 2; color: var(--white-color); transition: 0.3s; outline: none; font-weight: normal; display: flex; justify-content: center; align-items: center; padding-top: 3px; } button.close:hover { background: var(--dark-color); color: var(--white-color); } .modal-content { border: none; border-radius: 0; background: var(--white-color); } .modal-dialog { margin: 0 auto; height: 100%; display: flex; align-items: center; } .modal-open .modal { padding: 0 15px !important; } .modal-open { padding-right: 0 !important; } .modal-open { position: fixed; width: 100%; } /*==========Popup CSS End==========*/ /*==========Custom Loader CSS==========*/ .custom-loader { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, .3); z-index: 5; display: flex; align-items: center; justify-content: center; } .custom-loader i { color: var(--white-color); font-size: 50px; position: absolute; top: 50%; left: 50%; animation: loader 2s linear infinite; z-index: 2; } @keyframes loader { from { transform: translate(-50%, -50%) rotate(360deg); } to { transform: translate(-50%, -50%) rotate(0); } } /*==========Custom Loader CSS End==========*/ /*==========404 CSS==========*/ .error-404 { padding: 30px 0 30px 0; text-align: center; } .error-404 img { width: 35vw; pointer-events: none; } /*==========404 CSS End==========*/ /*==========Cta Btn CSS End==========*/ .sec-btn.cta-btn { position: fixed; top: 50%; right: -63px; transform: translate(0, -50%) rotate(-90deg); z-index: 98; } /*==========Cta Btn CSS End==========*/ /*==========Scroll To Top CSS Start==========*/ .scrolltop { width: 58px; height: 55px; text-align: center; background: var(--blue-color); font-size: 28px; line-height: 52px; cursor: pointer; transition: 0.3s; position: fixed; bottom: 10px; right: 10px; z-index: 98; } .scrolltop i { color: var(--white-color); position: relative; animation: move .4s linear infinite alternate; z-index: 2; } .scrolltop:hover { background: var(--blue-color); } .scrolltop:hover i { color: var(--white-color); } @keyframes move { 0% { top: 0; } 100% { top: 5px; } } /*==========Scroll To Top CSS End==========*/ /*========== View All Services css ==========*/ .footer-last { text-align: center; margin-top: 10px; } .footer-last .text:hover { color: var(--blue-color) !important; text-decoration: underline !important; } .footer-last .text, .menu-seo-menu-container ul li a { font-size: 13px; color: var(--dark-color); cursor: pointer; transition: 0.3s; } .all-services { display: none; } .menu-seo-menu-container ul { margin: 0; padding: 0; list-style: none; font-size: 0; } .menu-seo-menu-container ul li { display: inline-block; } .menu-seo-menu-container ul li a { padding-right: 7px; margin-right: 7px; border-right: 1px solid var(--dark-color); transition: 0.3s; } .menu-seo-menu-container ul li:last-child a { margin: 0; padding: 0; border: none; } .menu-seo-menu-container ul li a:hover { color: var(--blue-color); } /*========== View All Services css End ==========*/ /*=== Blog css ===*/ .type-post { margin-bottom: 30px } .entry-header { margin-bottom: 10px; margin-top: 15px } .posted-on a, .byline a, .widget ul li a, .entry-title a, .logged-in-as a { transition: .3s; color: var(--blue-color) } .type-post .entry-content p { margin-bottom: 10px; } .entry-footer span { margin-right: 10px; } .entry-footer span a { color: var(--blue-color); } .entry-title { font-size: 30px; text-transform: uppercase; color: var(--blue-color); margin-bottom: 20px } .post-thumbnail { display: block; margin: 10px 0 } .post-thumbnail img { width: 100% } .widget-area .widget_search .search-form, .page-content .search-form { position: relative } .widget-area .widget_search .search-form label, .page-content .search-form label { width: calc(100% - 74px); margin-bottom: 0 } .widget-area .widget_search .search-form .search-field, .page-content .search-form .search-field { background: var(--white-color); font-size: 16px; outline: none; width: 100%; height: 50px; border-radius: 0; -webkit-appearance: none; border: 1px solid var(--blue-color); padding: 13px 20px 12px; } .widget-area .widget_search .search-form .search-submit, .page-content .search-form .search-submit { padding: 10px 16px; font-size: 15px; font-weight: 700; border-radius: 0; height: 50px; color: var(--white-color); position: absolute; right: 0; bottom: 0; outline: none; border: none; cursor: pointer; background: var(--dark-color); } .entry-title a:hover, .posted-on a:hover, .byline a:hover, .widget ul li a:hover { text-decoration: underline !important; color: var(--dark-color); } .entry-content { margin: 0 } .comments-area p input, .comments-area textarea { border: none; border-radius: 10px; height: 46px; width: 100%; outline: none; box-shadow: 0 0 20px rgba(0, 0, 0, .06); padding: 15px } p.comment-form-cookies-consent>input { width: auto; display: inline-block; height: auto; margin-right: 15px; position: absolute; top: 6px; left: 0; } .comment-form-author, .comment-form-email { width: 47.5%; display: inline-block; margin-right: 28px; } .comment-form-email { margin: 0 } .comment-form-cookies-consent label { padding-left: 25px; } h2.widget-title { font-size: 20px; } .widget-area { margin-top: 70px; width: 100%; } .comment-form-cookies-consent { position: relative; } .widget_search .widget-title { display: none; } .widget ul { margin: 0; } .comment-list { padding: 0; margin: 0; list-style: none; } .avatar.photo { width: 60px; height: 60px; border-radius: 50%; overflow: hidden; object-fit: cover; object-position: center; margin-right: 20px; } .comment-meta .url, .comment-content a { color: var(--blue-color); } .comment-author.vcard { margin-bottom: 20px; } .comment-metadata a { color: var(--blue-color); display: inline-block; margin-right: 10px; margin-bottom: 15px; } .reply a { color: var(--blue-color); display: inline-block; margin-bottom: 10px; } .comment-reply-title { margin-bottom: 20px; } .comment-form-comment label { margin-bottom: 10px; } .comment-form-comment textarea { border: none; outline: none !important; resize: none; padding: 18px; height: 180px; } .comment-form-comment .form-submit #submit { padding: 0; line-height: 42px; } .comments-area { margin-top: 60px; } .comments-title { margin-bottom: 30px; text-transform: uppercase; font-size: 30px; line-height: 40px; } .comment-body { margin-bottom: 30px; } .comment-form-url { margin-right: 0; } .comment-form-author label, .comment-form-email label, .comment-form-url label { display: block; } .comment-form-author input, .comment-form-email input, .comment-form-url input { width: 100%; } .single-post .widget-area { margin-top: 15px; } .nav-previous a, .nav-next a { color: var(--blue-color); } .comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous, .comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next { width: 100%; float: none; } .result-pagination li a, .result-pagination li, .result-pagination .page-numbers { width: 50px; height: 50px; background: var(--white-color); box-shadow: 0 10px 40px rgba(37, 58, 105, .09); border-radius: 10px; border: none; outline: none; color: var(--dark-color); font-size: 20px; z-index: 10; transition: .3s; display: inline-flex; justify-content: center; align-items: center; margin: 0 5px; } .result-pagination a:hover, .result-pagination .current { background: var(--blue-color); color: var(--white-color) } .page-numbers:first-child { margin-left: 0; } .page-numbers:last-child { margin-right: 0; } /*=== End of Blog css ===*/ /*==== thank-you page css end ====*/ .thank-text { text-align: center; padding-top: 170px; position: relative; } .thank-text:before { content: ''; position: absolute; top: 0; left: 50%; transform: translate(-50%); width: 147px; height: 151px; background-image: url('assets/images/thank-you.gif'); background-size: 100%; background-position: center; background-repeat: no-repeat; border-radius: 10px; overflow: hidden; } .thank-text p a { text-decoration: underline !important; color: var(--dark-color); } /*==== thank-you page css end ====*/ /*==== Inner-page css end ====*/ .inner-page-text { padding: 60px 0; } .privacy-content p { margin-bottom: 15px; } .privacy-content ol, .privacy-content ul { padding: 0; margin: 0 0 1.5em 3em; } .privacy-content ol li, .privacy-content ul li { margin-bottom: 10px; list-style: decimal; } .privacy-content a { transition: .3s; color: var(--blue-color); } .privacy-content a:hover { color: var(--dark-color); } /*==== Inner-page page css end ====*/ /*==========Responsive Start==========*/ @media (min-width: 1500px) { .container { max-width: 1200px; } .big-container { max-width: 1440px; } .main-banner .banner-video video { width: 100%; } } @media(min-width: 2100px) { .container { max-width: 1400px; } p, body, button, input, select, optgroup, textarea { font-size: 18px; line-height: 32px; } .main-navigation .menu li a { font-size: 16px; } .site-branding { width: 140px; } .h1-title { font-size: 90px; line-height: 100px; } .h2-title { font-size: 50px; line-height: 58px; } .h3-title { font-size: 30px; line-height: 40px } .h4-title { font-size: 22px; line-height: 30px } .h5-title { font-size: 20px; line-height: 30px } .footer-bottom-link ul p, .footer-bottom-link li, .copyright-right-text p, .footer-menu ul li a { font-size: 14px; line-height: 14px; } .footer-bottom-link { margin-bottom: 12px; } .sec-btn { font-size: 18px; width: 190px; } .banner-btn .sec-btn { width: 230px; } .sec-btn.cta-btn { right: -72px; } [data-simplebar=init] { padding-right: 11px; } } @media (min-width: 576px) and (max-width: 991px) { .container-fluid { max-width: 540px; } } @media(min-width: 768px) and (max-width: 991px) { .container-fluid { max-width: 720px; } } @media(max-width: 1199px) { .comment-form-author, .comment-form-email { width: 47%; } .banner-btn .sec-btn+.sec-btn { margin-left: 15px; } } @media(max-width: 991px) { .for-des { display: none !important } .for-mob { display: block !important } .site-header .container { max-width: 100%; padding: 0; height: 100%; } .site-header .container .row { margin: 0; height: 100%; } .site-header .container .row .col-lg-3 { width: auto; padding: 0; height: 100%; position: absolute; top: 0; left: 30px; z-index: 2; } .site-branding { width: 120px; height: 100%; display: flex; align-items: center; } .menu-toggle { position: absolute; top: 50%; right: 30px; border: none; outline: none !important; background: transparent; width: 30px; padding: 0; transform: translate(0, -50%); z-index: 100; } .menu-toggle span { display: block; width: 100%; height: 4px; background: var(--dark-color); margin-bottom: 5px; border-radius: 2px; transition: 0.3s; } .menu-toggle span:last-child { margin: 0; } .toggled .menu-toggle span:nth-child(1) { transform: rotate(45deg); position: relative; top: 9px; } .toggled .menu-toggle span:nth-child(2) { transform: rotate(-45deg); } .toggled .menu-toggle span:nth-child(3) { opacity: 0; height: 0; } .toggled .menu-toggle span { background: var(--white-color); } .toggled .header-menu { transform: translatey(0); } .header-menu { height: 100vh; position: absolute; top: 0; left: 0; width: 100%; padding-top: max(8vh, 30px); padding-left: max(8vh, 30px); z-index: 99; transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1); overflow-y: auto; transform: translatey(-100%); background: var(--dark-color); } .main-navigation .menu li { display: block; float: none; margin: 0; margin-bottom: max(20px, 4vh); } .main-navigation .menu li a { display: inline-block; font-size: max(16px, 2vh); } .scrolltop { display: none !important; } .widget-area { margin-top: 50px; } .main-banner .banner-video { display: none; } .sec-btn.cta-btn { top: auto; bottom: 0; right: auto; left: 50%; transform: translate(-50%, 0) rotate(0); z-index: 98; display: none; } .modal-body.overflow-text { padding: 42px 15px 15px 15px !important; } } @media(max-width: 767px) { .comment-form-author, .comment-form-email { width: 100%; } .error-404 img { width: 50vw; } .widget-area { margin-top: 50px; } } @media(max-width: 575px) { .thank-text { padding-top: 80px; margin: 20px 0; } .thank-text:before { width: 57px; height: 61px; } .container, .container-fluid { padding: 0 30px; } .privacy-content ol, .privacy-content ul { margin-left: 20px; } .avatar.photo { margin-right: 8px; width: 50px; height: 50px; } button.close { top: 0px; right: 20px; font-size: 45px; } } @media(max-width: 400px) { .container, .container-fluid { padding: 0 15px; } .menu-toggle { right: 15px; } .site-header .container .row .col-lg-3 { left: 15px; } .banner-btn .sec-btn+.sec-btn { margin: 0; margin-top: 15px; } } @media(max-height: 620px) { .modal-body.overflow-text { height: 491px; padding-top: 22px; } .modal-body .wpcf7-form-control-wrap { margin-bottom: 20px; } .modal-body .form-input.wpcf7-textarea { height: 100px; } } @media(max-height: 500px) { .modal-body.overflow-text { height: 470px; } .modal-body .form-input { height: 40px; padding: 10px 20px; } .modal-body .form-input.wpcf7-textarea { padding: 18px 20px; } .modal-body span.wpcf7-not-valid-tip { font-size: 14px; bottom: -24px; } } @media(max-height: 475px) { .modal-body.overflow-text { height: 400px; } } /*==========Responsive End==========*/
0.704973
0.109753
.navbar-inverse .nav > li { color: #ddd; } /* line 16, ../sass/navbar.scss */ .navbar-inverse .nav > li > a { padding: 8px 12px 7px 18px; color: #ddd; font-size: 13px; } /* line 22, ../sass/navbar.scss */ .navbar-inverse .navbar-inner { background-color: #333; background-image: none; border: 1px solid #f00; min-height: 36px; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; } /* line 30, ../sass/navbar.scss */ .navbar-inverse .nav li.dropdown > .dropdown-toggle .caret { border-top-color: #ddd; } /* line 35, ../sass/navbar.scss */ .nav a:hover { color: #fff; text-decoration: none; cursor: pointer; } /* line 41, ../sass/navbar.scss */ .nav-left > li:nth-child(n+2) { padding: 9px 12px 0 12px; } /* line 46, ../sass/navbar.scss */ .nav-left a { color: #ddd; } /* line 49, ../sass/navbar.scss */ .nav-left li { color: #ddd; } /* line 54, ../sass/navbar.scss */ .nav-right { padding: 8px 13px 0 0; } /* line 56, ../sass/navbar.scss */ .nav-right .dropdown-toggle a { color: #ddd; background-color: #333; border: none; } /* line 61, ../sass/navbar.scss */ .nav-right .dropdown-toggle a:hover { color: #fff; } /* line 68, ../sass/navbar.scss */ .navbar-collapse { min-height: 36px; background: #333; min-width: 1024px; } /* line 74, ../sass/navbar.scss */ .navbar-default { background-image: -webkit-linear-gradient(top, #000 0, #333 100%); background-image: linear-gradient(to bottom, #000 0, #333 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#fff8f8f8',GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075); } /* Override for < 768px screen widths */ /* line 86, ../sass/navbar.scss */ .navbar-nav > li, .navbar-nav { float: left !important; } @media screen and (max-width: 767px) { /* line 90, ../sass/navbar.scss */ .navbar-nav { margin: 0 0 0 -15px; } }
public/cadviewer_toplevel_vue/app/user_resources/css/navbar.css
.navbar-inverse .nav > li { color: #ddd; } /* line 16, ../sass/navbar.scss */ .navbar-inverse .nav > li > a { padding: 8px 12px 7px 18px; color: #ddd; font-size: 13px; } /* line 22, ../sass/navbar.scss */ .navbar-inverse .navbar-inner { background-color: #333; background-image: none; border: 1px solid #f00; min-height: 36px; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; } /* line 30, ../sass/navbar.scss */ .navbar-inverse .nav li.dropdown > .dropdown-toggle .caret { border-top-color: #ddd; } /* line 35, ../sass/navbar.scss */ .nav a:hover { color: #fff; text-decoration: none; cursor: pointer; } /* line 41, ../sass/navbar.scss */ .nav-left > li:nth-child(n+2) { padding: 9px 12px 0 12px; } /* line 46, ../sass/navbar.scss */ .nav-left a { color: #ddd; } /* line 49, ../sass/navbar.scss */ .nav-left li { color: #ddd; } /* line 54, ../sass/navbar.scss */ .nav-right { padding: 8px 13px 0 0; } /* line 56, ../sass/navbar.scss */ .nav-right .dropdown-toggle a { color: #ddd; background-color: #333; border: none; } /* line 61, ../sass/navbar.scss */ .nav-right .dropdown-toggle a:hover { color: #fff; } /* line 68, ../sass/navbar.scss */ .navbar-collapse { min-height: 36px; background: #333; min-width: 1024px; } /* line 74, ../sass/navbar.scss */ .navbar-default { background-image: -webkit-linear-gradient(top, #000 0, #333 100%); background-image: linear-gradient(to bottom, #000 0, #333 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#fff8f8f8',GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075); } /* Override for < 768px screen widths */ /* line 86, ../sass/navbar.scss */ .navbar-nav > li, .navbar-nav { float: left !important; } @media screen and (max-width: 767px) { /* line 90, ../sass/navbar.scss */ .navbar-nav { margin: 0 0 0 -15px; } }
0.307462
0.055209
p.caption { color: #777; margin-top: 10px; } code { white-space: inherit; font-size: 1rem; } button { font-family: et-book, Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif; font-size: 1.4rem; } .header-section-number { color: dimgrey; } p, ol, ul { font-size: 1.2rem; line-height: 1.6rem; margin-top: 1rem; margin-bottom: 1rem; } h1.title { font-size: 2.8rem; margin-bottom: 0; } h3.subtitle { font-size: 1.9rem; margin-top: 10; margin-bottom: 0; width: 55%; } h4.author { font-size: 1.3rem; width: 55%; margin-left: 0; line-height: 1.4rem; } h1 { font-size: 2rem; } h2 { font-size: 1.6rem; } .learning-goals { padding-left: 1em; padding-right: 1em; box-sizing: border-box; border: 2px solid dimgray; margin: 1em; width: 50%; } .learning-goals p { width: 100%; } .learning-goals ol { width: 90%; } .learning-goals ul { padding-left: 30px; width: 90%; } .case-study { padding-left: 1em; padding-right: 1em; box-sizing: border-box; border: 2px solid dimgray; margin: 1em; width: 50%; } .case-study p { width: 100%; } .ethics-box { padding-left: 1em; padding-right: 1em; box-sizing: border-box; border: 2px solid dimgray; margin: 1em; width: 50%; } .ethics-box p { width: 100%; } .accident-report { padding-left: 1em; padding-right: 1em; box-sizing: border-box; border: 2px solid dimgray; margin: 1em; width: 50%; } .accident-report p { width: 100%; } .exercise { padding-left: 1em; padding-right: 1em; box-sizing: border-box; border: 2px solid dimgray; margin: 1em; width: 50%; } .exercise p { width: 100%; } .exercise ol { width: 90%; } .interactive { padding-left: 1em; padding-right: 1em; box-sizing: border-box; border: 2px solid dimgray; margin: 1em; width: 50%; } .interactive p { width: 100%; } .sidenote .marginnote, .marginnote .marginnote { margin-right: 0px; margin-top: 1rem; width: 90% } @media screen and (max-width: 760px) { .learning-goals, .case-study, .ethics-box, .accident-report, .exercise, .interactive { width: 85%; } } /* don't show the wrong footnote calls */ .footnote-ref sup, .footnoteRef sup { display: none; } /* use a counter for footnote calls */ .page-inner { counter-reset: fn-call; } .footnote-ref, .footnoteRef { counter-increment: fn-call; } /* generate new footnote calls */ .footnote-ref::after, .footnoteRef::after { content: counter(fn-call); position: relative; top: -.5em; font-size: 85%; line-height: 0; vertical-align: baseline; } /* use a counter for footnotes numbering */ .footnotes ol { list-style: none; counter-reset: fn-number; } .footnotes li { counter-increment: fn-number; } .footnotes li p:first-child::before { content: counter(fn-number) '. '; width: 1.5em; float: left; } .references { width: 55%; } .csl-entry { --indent: 1.5em; text-indent: calc(var(--indent) * -1); padding: 0.5em 0 0.5em var(--indent); }
css/style.css
p.caption { color: #777; margin-top: 10px; } code { white-space: inherit; font-size: 1rem; } button { font-family: et-book, Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif; font-size: 1.4rem; } .header-section-number { color: dimgrey; } p, ol, ul { font-size: 1.2rem; line-height: 1.6rem; margin-top: 1rem; margin-bottom: 1rem; } h1.title { font-size: 2.8rem; margin-bottom: 0; } h3.subtitle { font-size: 1.9rem; margin-top: 10; margin-bottom: 0; width: 55%; } h4.author { font-size: 1.3rem; width: 55%; margin-left: 0; line-height: 1.4rem; } h1 { font-size: 2rem; } h2 { font-size: 1.6rem; } .learning-goals { padding-left: 1em; padding-right: 1em; box-sizing: border-box; border: 2px solid dimgray; margin: 1em; width: 50%; } .learning-goals p { width: 100%; } .learning-goals ol { width: 90%; } .learning-goals ul { padding-left: 30px; width: 90%; } .case-study { padding-left: 1em; padding-right: 1em; box-sizing: border-box; border: 2px solid dimgray; margin: 1em; width: 50%; } .case-study p { width: 100%; } .ethics-box { padding-left: 1em; padding-right: 1em; box-sizing: border-box; border: 2px solid dimgray; margin: 1em; width: 50%; } .ethics-box p { width: 100%; } .accident-report { padding-left: 1em; padding-right: 1em; box-sizing: border-box; border: 2px solid dimgray; margin: 1em; width: 50%; } .accident-report p { width: 100%; } .exercise { padding-left: 1em; padding-right: 1em; box-sizing: border-box; border: 2px solid dimgray; margin: 1em; width: 50%; } .exercise p { width: 100%; } .exercise ol { width: 90%; } .interactive { padding-left: 1em; padding-right: 1em; box-sizing: border-box; border: 2px solid dimgray; margin: 1em; width: 50%; } .interactive p { width: 100%; } .sidenote .marginnote, .marginnote .marginnote { margin-right: 0px; margin-top: 1rem; width: 90% } @media screen and (max-width: 760px) { .learning-goals, .case-study, .ethics-box, .accident-report, .exercise, .interactive { width: 85%; } } /* don't show the wrong footnote calls */ .footnote-ref sup, .footnoteRef sup { display: none; } /* use a counter for footnote calls */ .page-inner { counter-reset: fn-call; } .footnote-ref, .footnoteRef { counter-increment: fn-call; } /* generate new footnote calls */ .footnote-ref::after, .footnoteRef::after { content: counter(fn-call); position: relative; top: -.5em; font-size: 85%; line-height: 0; vertical-align: baseline; } /* use a counter for footnotes numbering */ .footnotes ol { list-style: none; counter-reset: fn-number; } .footnotes li { counter-increment: fn-number; } .footnotes li p:first-child::before { content: counter(fn-number) '. '; width: 1.5em; float: left; } .references { width: 55%; } .csl-entry { --indent: 1.5em; text-indent: calc(var(--indent) * -1); padding: 0.5em 0 0.5em var(--indent); }
0.4856
0.198821
@import url("https://fonts.googleapis.com/css?family=Roboto+Mono|Source+Sans+Pro:300,400,600"); * { -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-overflow-scrolling: touch; box-sizing: border-box; -webkit-touch-callout: none; } body:not(.ready) { background-color: #fff; overflow: hidden; } body:not(.ready) [data-cloak], body:not(.ready) nav { display: none; } .app { font-size: 1.875rem; font-weight: lighter; text-align: center; margin: 40vh auto; } .app:empty:before { content: "Loading..."; } .emoji { vertical-align: middle; height: 18px; } .progress { background-color: #6257a8; position: fixed; z-index: 999999; top: 0; right: 0; left: 0; width: 0; height: 2px; transition: width 0.2s, opacity 0.4s; } .search a:hover { color: #6257a8; } .search .search-keyword { font-style: normal; color: #6257a8; } body, html { height: 100%; } body { font-family: Roboto, Helvetica, Arial, sans-serif; letter-spacing: 0; color: #34495e; overflow-x: hidden; margin: 0; } img { max-width: 100%; } .app-nav { text-align: right; position: absolute; z-index: 10; right: 0; left: 0; margin: 1.5625rem 3.75rem 0 0; } .app-nav.no-badge { margin-right: 1.5625rem; } .app-nav p { margin: 0; } .app-nav > a { color: #6257a8; margin: 0 0.9375rem; padding: 0.3125rem 0; } .app-nav li, .app-nav ul { display: inline-block; margin: 0; list-style: none; } .app-nav a { font-size: 1rem; text-decoration: none; color: #6257a8; transition: color 0.3s; } .app-nav a.active, .app-nav a:hover { border-bottom: 2px solid #9189c2; color: #9189c2; } .app-nav li { position: relative; display: inline-block; margin: 0 0.9375rem; padding: 0.3125rem 0; } .app-nav li ul { text-align: left; white-space: nowrap; background-color: #fff; border: 1px solid #e0e0e0; border-bottom-color: #bdbdbd; border-radius: 4px; position: absolute; top: 100%; right: -15px; display: none; overflow-y: scroll; box-sizing: border-box; max-height: calc(100vh - 61px); padding: 0.625rem 0; } .app-nav li ul li { font-size: 0.875rem; line-height: 1; white-space: nowrap; display: block; margin: 0.5rem 0.875rem; } .app-nav li ul a { font-size: inherit; display: block; margin: 0; padding: 0; } .app-nav li ul a.active { border-bottom: 0; } .app-nav li:hover ul { display: block; } .github-corner { text-decoration: none; border-bottom: 0; position: fixed; z-index: 1; top: 0; right: 0; } .github-corner:hover .octo-arm { -webkit-animation: octocat-wave 0.56s ease-in-out; animation: octocat-wave 0.56s ease-in-out; } .github-corner svg { color: #fff; width: 80px; height: 80px; fill: #6257a8; } main { position: relative; display: block; width: 100vw 100%; } .anchor { text-decoration: none; display: inline-block; transition: all 0.3s; } .anchor span { font-weight: 700; color: #6257a8; } .anchor:hover { text-decoration: none; } .anchor:hover span { border-bottom: 2px solid #6257a8; } .sidebar { background-color: #fff; border-right: 1px solid rgba(0, 0, 0, 0.07); color: #364149; position: absolute; z-index: 20; overflow-y: auto; width: 300px; margin: 0; padding: 2.5rem 0; transition: -webkit-transform 0.25s ease-out; transition: transform 0.25s ease-out; transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out; } .sidebar > h1 { font-size: 1.375rem; font-weight: 300; text-align: center; margin: 0 auto 0.9375rem; } .sidebar > h1 a { text-decoration: none; color: inherit; } .sidebar ul { margin: 0; padding: 0; } .sidebar li { margin: 0.375rem 0 0.375rem 0.9375rem; } .sidebar li > p { font-weight: 700; margin: 0; } .sidebar ul, .sidebar ul li { list-style: none; } .sidebar ul.active > a, .sidebar ul li.active > a { font-weight: 600; border-right: 2px solid; color: #6257a8; } .sidebar ul li a { font-size: 0.875rem; font-weight: 400; white-space: nowrap; text-decoration: none; text-overflow: ellipsis; border-bottom: none; color: #505d6b; display: block; overflow: hidden; } .sidebar ul li a:hover { text-decoration: underline; } .sidebar ul li ul { padding: 0; } .sidebar::-webkit-scrollbar { width: 4px; } .sidebar::-webkit-scrollbar-thumb { background: transparent; border-radius: 4px; } .sidebar:hover::-webkit-scrollbar-thumb { background: hsla(0, 0%, 53.3%, 0.4); } .sidebar:hover::-webkit-scrollbar-track { background: hsla(0, 0%, 53.3%, 0.1); } .sidebar-toggle { text-align: center; background-color: transparent; border: 0; outline: none; position: fixed; z-index: 4; bottom: 0; left: 0; width: 30px; width: 284px; margin: 0; padding: 0.625rem; cursor: pointer; transition: opacity 0.3s; } .sidebar-toggle .sidebar-toggle-button:hover { opacity: 0.4; } .sidebar-toggle span { background-color: #6257a8; display: block; width: 16px; height: 2px; margin-bottom: 0.25rem; padding: 0.0625rem 0.125rem; } .sticky .sidebar, .sticky .sidebar-toggle { position: fixed; } .content { position: absolute; margin: 0 0 0 18.75rem; padding-top: 1.25rem; transition: left 0.25s ease; } .markdown-section { position: relative; max-width: 800px; margin: 0 auto; padding: 1.25rem 0.9375rem 2.5rem; } .markdown-section:first-child { margin-top: 0 !important; } .markdown-section h1, .markdown-section h2, .markdown-section h3, .markdown-section h4, .markdown-section strong { font-weight: 600; color: #2c3e50; } .markdown-section a { font-weight: 600; text-decoration: none; color: #6257a8; } .markdown-section a:hover { border-bottom: 2px solid #6257a8; } .markdown-section p a:hover { border-bottom: 2px solid #6257a8; } .markdown-section h1 { font-size: 1.875rem; margin: 0 0 0.9375rem; } .markdown-section h2 { font-size: 1.625rem; margin: 2.8125rem 0 0.75rem; } .markdown-section h3 { font-size: 1.375rem; margin: 2.5rem 0 0.5625rem; } .markdown-section h4 { font-size: 1.125rem; } .markdown-section h5 { font-size: 0.9375rem; } .markdown-section h6 { font-size: 0.9375rem; color: #757575; } .markdown-section figure, .markdown-section ol, .markdown-section p, .markdown-section ul { margin: 1.125rem 0; } .markdown-section ol, .markdown-section p, .markdown-section ul { line-height: 1.6; word-spacing: 0.053em; } .markdown-section ol, .markdown-section ul { margin-left: 1.125rem; padding-left: 1.375rem; } .markdown-section blockquote { border-left: 4px solid #6257a8; color: #9e9e9e; margin: 1.875rem 0; padding-left: 1.25rem; } .markdown-section blockquote p { font-weight: 600; margin-left: 0; } .markdown-section iframe { margin: 0.9375rem 0; } .markdown-section em { color: #7f8c8d; } .markdown-section hr { border: none; border-bottom: 1px solid #e0e0e0; margin: 1.875rem 0; } .markdown-section table { display: block; overflow: auto; width: 100%; margin-bottom: 0.9375rem; border-spacing: 0; border-collapse: collapse; } .markdown-section th { font-weight: 700; } .markdown-section td, .markdown-section th { border: 1px solid #e0e0e0; padding: 0.375rem 0.8125rem; } .markdown-section tr { border-top: 1px solid #e0e0e0; } .markdown-section tr:nth-child(2n) { background-color: #fafafa; } .markdown-section code { font-family: Monaco, Andale Mono, Courier New, Courier, Mono; font-size: 0.75rem; white-space: nowrap; background-color: #f5f5f5; border-radius: 2px; color: #258cf4; margin: 0 0.125rem; padding: 0.1875rem 0.3125rem; } .markdown-section code:after, .markdown-section code:before { letter-spacing: 0.053em; } .markdown-section pre { line-height: 1.4667; word-wrap: normal; position: relative; overflow: auto; margin: 1.125rem 0; padding: 0 1.3125rem; } .markdown-section pre, .markdown-section pre code { font-family: Monaco, Andale Mono, Courier New, Courier, Mono; background-color: #f5f5f5; } .markdown-section pre code { font-size: 0.75rem; line-height: inherit; white-space: inherit; border-radius: 2px; color: #f56e4d; display: block; overflow: inherit; max-width: inherit; margin: 0 0.125rem; padding: 2.0625rem 0.3125rem; } .markdown-section .anchor:hover { text-decoration: none; border: none; } .markdown-section .anchor:hover span { text-decoration: underline; border: none; } .markdown-section .tip { background-color: #fafafa; border-left: 4px solid #f66; border-top-right-radius: 2px; border-bottom-right-radius: 2px; position: relative; margin: 1.875rem 0; padding: 0.75rem 1.5rem 0.75rem 1.875rem; } .markdown-section .tip:before { font-family: Dosis, Source Sans Pro, Helvetica Neue, Arial, sans-serif; font-size: 0.875rem; font-weight: 700; line-height: 1.4286; text-align: center; background-color: #f66; border-radius: 100%; color: #fff; position: absolute; top: 14px; left: -12px; width: 20px; content: "!"; } .markdown-section .tip code { background-color: #f5f5f5; } .markdown-section .tip em { color: #000; } .markdown-section .warn { background: rgba(98, 87, 168, 0.1); border-radius: 2px; padding: 0.9375rem; } .markdown-section pre, .markdown-section pre code, .markdown-section pre code .token { -webkit-font-smoothing: initial; -moz-osx-font-smoothing: initial; } .close .sidebar { -webkit-transform: translateX(-300px); transform: translateX(-300px); } .close .sidebar-toggle { width: 36px; } .close .content { left: 0; } @media (max-width: 600px) { .github-corner, .sidebar, .sidebar-toggle { position: fixed; } nav { margin-top: 1rem; } nav li ul { top: 30px; } main { overflow-x: hidden; height: auto; } .sidebar { left: -300px; transition: -webkit-transform 0.25s ease-out; transition: transform 0.25s ease-out; transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out; } .sidebar-toggle { background-color: transparent; width: auto; } .content { position: static; left: 0; max-width: 100vw; transition: -webkit-transform 0.25s ease; transition: transform 0.25s ease; transition: transform 0.25s ease, -webkit-transform 0.25s ease; } .github-corner, nav { transition: -webkit-transform 0.25s ease-out; transition: transform 0.25s ease-out; transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out; } .close .sidebar { -webkit-transform: translateX(300px); transform: translateX(300px); } .close .sidebar-toggle { background-color: hsla(0, 0%, 100%, 0.8); width: 284px; transition: background-color 1s; } .close .content { -webkit-transform: translateX(300px); transform: translateX(300px); } .close .github-corner, .close nav { display: none; } .github-corner:hover .octo-arm { -webkit-animation: none; animation: none; } .github-corner .octo-arm { -webkit-animation: octocat-wave 0.56s ease-in-out; animation: octocat-wave 0.56s ease-in-out; } } @-webkit-keyframes octocat-wave { 0%, to { -webkit-transform: rotate(0); transform: rotate(0); } 20%, 60% { -webkit-transform: rotate(-25deg); transform: rotate(-25deg); } 40%, 80% { -webkit-transform: rotate(10deg); transform: rotate(10deg); } } @keyframes octocat-wave { 0%, to { -webkit-transform: rotate(0); transform: rotate(0); } 20%, 60% { -webkit-transform: rotate(-25deg); transform: rotate(-25deg); } 40%, 80% { -webkit-transform: rotate(10deg); transform: rotate(10deg); } } .cover { background-repeat: no-repeat; background-position: 50%; background-size: cover; display: none; -webkit-align-items: center; align-items: center; height: 100vh; } .cover.show { display: -webkit-flex; display: flex; } .cover.has-mask .mask { background-color: #fff; opacity: 0.8; position: absolute; width: 100%; } .cover .cover-main { text-align: center; z-index: 1; -webkit-flex: 1; flex: 1; margin: -1.25rem 1rem 0; } .cover a { font-weight: 700; text-decoration: none; color: #6257a8; } .cover a:hover { text-decoration: none; border-bottom: 2px solid #6257a8; } .cover p { line-height: 1.4667; color: #fff; margin: 0.9375rem 0; } .cover h1 { font-size: 2.25rem; font-weight: 300; text-align: center; color: #fff; position: relative; margin: 0.5625rem 0 2.25rem; } .cover h1 a { font-weight: 700; color: #6257a8; display: block; } .cover h1 a:hover { border: none; } .cover h1 small { font-size: 0.9375rem; position: absolute; bottom: -7px; } .cover blockquote { font-size: 1.375rem; text-align: center; color: #fff; } .cover ul { line-height: 1.8; color: #fff; max-width: 500px; margin: 1em auto; padding: 0; list-style-type: none; } .cover .cover-main > p:last-child a { font-size: 1rem; text-decoration: none; letter-spacing: 0.094em; border: 1px solid #fff; border-radius: 30px; color: #fff; display: inline-block; box-sizing: border-box; margin-right: 0.9375rem; padding: 0.6875rem 1.875rem; transition: all 0.15s ease; } .cover .cover-main > p:last-child a:last-child { background-color: #6257a8; border-color: #6257a8; color: #fff; margin-right: 0; } .cover .cover-main > p:last-child a:last-child:hover { background-color: #9189c2; border-color: #9189c2; } .cover .cover-main > p:last-child a:hover { background-color: #9189c2; border-color: #9189c2; color: #fff; } .cover blockquote > p > a { border-bottom: 2px solid #6257a8; transition: color 0.3s; } .cover blockquote > p > a:hover { color: #6257a8; } .app-sub-sidebar .section-link:before { padding-right: 0.25rem; content: "-"; } .token.cdata, .token.comment, .token.doctype, .token.prolog { font-style: italic; color: #ccd7da; } .token.namespace { opacity: 0.7; } .token.boolean, .token.number { color: #f56e4d; } .token.parent.important { color: #fc5572; } .token.punctuation { color: #40adb4; } .token.property { color: #8896af; } .token.string { color: #92b75e; } .token.selector { color: #fdb53e; } .token.important, .token.keyword { color: #7c55fb; } .token.atrule, .token.placeholder, .token.variable { color: #83cbc4; } .token.deleted { text-decoration: line-through; } .token.regex, .token.statement { color: #22a2c9; } .token.tag { color: #fc5572; } .token.attr-name { color: #fdb53e; } .token.attr-value, .token.control, .token.directive, .token.unit { color: #42b983; } .language-css .token.string, .style .token.string, .token.entity, .token.url { color: #6283b6; } .token.inserted { text-decoration: none; border-bottom: 1px dotted #202746; } .token.italic { font-style: italic; } .token.bold, .token.important { font-weight: 700; } .token.entity { cursor: help; } code .token { min-height: 22px; } pre:after { font-size: 0.5625rem; font-weight: 600; line-height: 0.6; text-align: right; color: #ccc; position: absolute; top: 0; right: 0; height: 15px; padding: 0.3125rem 0.625rem 0; content: attr(data-lang); } /*# sourceMappingURL=theme.0.20.0.min.css.map */ /*# sourceMappingURL=theme.0.20.0.min.css.map */ /*# sourceMappingURL=theme.0.20.0.min.css.map */ /*# sourceMappingURL=theme.0.20.0.min.css.map */ /*# sourceMappingURL=theme.0.20.0.min.css.map */ /*# sourceMappingURL=theme.0.20.0.min.css.map */ /*# sourceMappingURL=theme.0.20.0.min.css.map */ /*# sourceMappingURL=theme.0.20.0.min.css.map */ /*# sourceMappingURL=theme.0.20.0.min.css.map */ /*# sourceMappingURL=theme.0.20.0.min.css.map */ /*# sourceMappingURL=theme.0.20.0.min.css.map */ /*# sourceMappingURL=theme.0.20.0.min.css.map */ /*# sourceMappingURL=theme.0.20.0.min.css.map */ /*# sourceMappingURL=theme.0.20.0.min.css.map */ /*# sourceMappingURL=theme.0.20.0.min.css.map */
docs/_media/old/theme.0.20.0.min.css
@import url("https://fonts.googleapis.com/css?family=Roboto+Mono|Source+Sans+Pro:300,400,600"); * { -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-overflow-scrolling: touch; box-sizing: border-box; -webkit-touch-callout: none; } body:not(.ready) { background-color: #fff; overflow: hidden; } body:not(.ready) [data-cloak], body:not(.ready) nav { display: none; } .app { font-size: 1.875rem; font-weight: lighter; text-align: center; margin: 40vh auto; } .app:empty:before { content: "Loading..."; } .emoji { vertical-align: middle; height: 18px; } .progress { background-color: #6257a8; position: fixed; z-index: 999999; top: 0; right: 0; left: 0; width: 0; height: 2px; transition: width 0.2s, opacity 0.4s; } .search a:hover { color: #6257a8; } .search .search-keyword { font-style: normal; color: #6257a8; } body, html { height: 100%; } body { font-family: Roboto, Helvetica, Arial, sans-serif; letter-spacing: 0; color: #34495e; overflow-x: hidden; margin: 0; } img { max-width: 100%; } .app-nav { text-align: right; position: absolute; z-index: 10; right: 0; left: 0; margin: 1.5625rem 3.75rem 0 0; } .app-nav.no-badge { margin-right: 1.5625rem; } .app-nav p { margin: 0; } .app-nav > a { color: #6257a8; margin: 0 0.9375rem; padding: 0.3125rem 0; } .app-nav li, .app-nav ul { display: inline-block; margin: 0; list-style: none; } .app-nav a { font-size: 1rem; text-decoration: none; color: #6257a8; transition: color 0.3s; } .app-nav a.active, .app-nav a:hover { border-bottom: 2px solid #9189c2; color: #9189c2; } .app-nav li { position: relative; display: inline-block; margin: 0 0.9375rem; padding: 0.3125rem 0; } .app-nav li ul { text-align: left; white-space: nowrap; background-color: #fff; border: 1px solid #e0e0e0; border-bottom-color: #bdbdbd; border-radius: 4px; position: absolute; top: 100%; right: -15px; display: none; overflow-y: scroll; box-sizing: border-box; max-height: calc(100vh - 61px); padding: 0.625rem 0; } .app-nav li ul li { font-size: 0.875rem; line-height: 1; white-space: nowrap; display: block; margin: 0.5rem 0.875rem; } .app-nav li ul a { font-size: inherit; display: block; margin: 0; padding: 0; } .app-nav li ul a.active { border-bottom: 0; } .app-nav li:hover ul { display: block; } .github-corner { text-decoration: none; border-bottom: 0; position: fixed; z-index: 1; top: 0; right: 0; } .github-corner:hover .octo-arm { -webkit-animation: octocat-wave 0.56s ease-in-out; animation: octocat-wave 0.56s ease-in-out; } .github-corner svg { color: #fff; width: 80px; height: 80px; fill: #6257a8; } main { position: relative; display: block; width: 100vw 100%; } .anchor { text-decoration: none; display: inline-block; transition: all 0.3s; } .anchor span { font-weight: 700; color: #6257a8; } .anchor:hover { text-decoration: none; } .anchor:hover span { border-bottom: 2px solid #6257a8; } .sidebar { background-color: #fff; border-right: 1px solid rgba(0, 0, 0, 0.07); color: #364149; position: absolute; z-index: 20; overflow-y: auto; width: 300px; margin: 0; padding: 2.5rem 0; transition: -webkit-transform 0.25s ease-out; transition: transform 0.25s ease-out; transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out; } .sidebar > h1 { font-size: 1.375rem; font-weight: 300; text-align: center; margin: 0 auto 0.9375rem; } .sidebar > h1 a { text-decoration: none; color: inherit; } .sidebar ul { margin: 0; padding: 0; } .sidebar li { margin: 0.375rem 0 0.375rem 0.9375rem; } .sidebar li > p { font-weight: 700; margin: 0; } .sidebar ul, .sidebar ul li { list-style: none; } .sidebar ul.active > a, .sidebar ul li.active > a { font-weight: 600; border-right: 2px solid; color: #6257a8; } .sidebar ul li a { font-size: 0.875rem; font-weight: 400; white-space: nowrap; text-decoration: none; text-overflow: ellipsis; border-bottom: none; color: #505d6b; display: block; overflow: hidden; } .sidebar ul li a:hover { text-decoration: underline; } .sidebar ul li ul { padding: 0; } .sidebar::-webkit-scrollbar { width: 4px; } .sidebar::-webkit-scrollbar-thumb { background: transparent; border-radius: 4px; } .sidebar:hover::-webkit-scrollbar-thumb { background: hsla(0, 0%, 53.3%, 0.4); } .sidebar:hover::-webkit-scrollbar-track { background: hsla(0, 0%, 53.3%, 0.1); } .sidebar-toggle { text-align: center; background-color: transparent; border: 0; outline: none; position: fixed; z-index: 4; bottom: 0; left: 0; width: 30px; width: 284px; margin: 0; padding: 0.625rem; cursor: pointer; transition: opacity 0.3s; } .sidebar-toggle .sidebar-toggle-button:hover { opacity: 0.4; } .sidebar-toggle span { background-color: #6257a8; display: block; width: 16px; height: 2px; margin-bottom: 0.25rem; padding: 0.0625rem 0.125rem; } .sticky .sidebar, .sticky .sidebar-toggle { position: fixed; } .content { position: absolute; margin: 0 0 0 18.75rem; padding-top: 1.25rem; transition: left 0.25s ease; } .markdown-section { position: relative; max-width: 800px; margin: 0 auto; padding: 1.25rem 0.9375rem 2.5rem; } .markdown-section:first-child { margin-top: 0 !important; } .markdown-section h1, .markdown-section h2, .markdown-section h3, .markdown-section h4, .markdown-section strong { font-weight: 600; color: #2c3e50; } .markdown-section a { font-weight: 600; text-decoration: none; color: #6257a8; } .markdown-section a:hover { border-bottom: 2px solid #6257a8; } .markdown-section p a:hover { border-bottom: 2px solid #6257a8; } .markdown-section h1 { font-size: 1.875rem; margin: 0 0 0.9375rem; } .markdown-section h2 { font-size: 1.625rem; margin: 2.8125rem 0 0.75rem; } .markdown-section h3 { font-size: 1.375rem; margin: 2.5rem 0 0.5625rem; } .markdown-section h4 { font-size: 1.125rem; } .markdown-section h5 { font-size: 0.9375rem; } .markdown-section h6 { font-size: 0.9375rem; color: #757575; } .markdown-section figure, .markdown-section ol, .markdown-section p, .markdown-section ul { margin: 1.125rem 0; } .markdown-section ol, .markdown-section p, .markdown-section ul { line-height: 1.6; word-spacing: 0.053em; } .markdown-section ol, .markdown-section ul { margin-left: 1.125rem; padding-left: 1.375rem; } .markdown-section blockquote { border-left: 4px solid #6257a8; color: #9e9e9e; margin: 1.875rem 0; padding-left: 1.25rem; } .markdown-section blockquote p { font-weight: 600; margin-left: 0; } .markdown-section iframe { margin: 0.9375rem 0; } .markdown-section em { color: #7f8c8d; } .markdown-section hr { border: none; border-bottom: 1px solid #e0e0e0; margin: 1.875rem 0; } .markdown-section table { display: block; overflow: auto; width: 100%; margin-bottom: 0.9375rem; border-spacing: 0; border-collapse: collapse; } .markdown-section th { font-weight: 700; } .markdown-section td, .markdown-section th { border: 1px solid #e0e0e0; padding: 0.375rem 0.8125rem; } .markdown-section tr { border-top: 1px solid #e0e0e0; } .markdown-section tr:nth-child(2n) { background-color: #fafafa; } .markdown-section code { font-family: Monaco, Andale Mono, Courier New, Courier, Mono; font-size: 0.75rem; white-space: nowrap; background-color: #f5f5f5; border-radius: 2px; color: #258cf4; margin: 0 0.125rem; padding: 0.1875rem 0.3125rem; } .markdown-section code:after, .markdown-section code:before { letter-spacing: 0.053em; } .markdown-section pre { line-height: 1.4667; word-wrap: normal; position: relative; overflow: auto; margin: 1.125rem 0; padding: 0 1.3125rem; } .markdown-section pre, .markdown-section pre code { font-family: Monaco, Andale Mono, Courier New, Courier, Mono; background-color: #f5f5f5; } .markdown-section pre code { font-size: 0.75rem; line-height: inherit; white-space: inherit; border-radius: 2px; color: #f56e4d; display: block; overflow: inherit; max-width: inherit; margin: 0 0.125rem; padding: 2.0625rem 0.3125rem; } .markdown-section .anchor:hover { text-decoration: none; border: none; } .markdown-section .anchor:hover span { text-decoration: underline; border: none; } .markdown-section .tip { background-color: #fafafa; border-left: 4px solid #f66; border-top-right-radius: 2px; border-bottom-right-radius: 2px; position: relative; margin: 1.875rem 0; padding: 0.75rem 1.5rem 0.75rem 1.875rem; } .markdown-section .tip:before { font-family: Dosis, Source Sans Pro, Helvetica Neue, Arial, sans-serif; font-size: 0.875rem; font-weight: 700; line-height: 1.4286; text-align: center; background-color: #f66; border-radius: 100%; color: #fff; position: absolute; top: 14px; left: -12px; width: 20px; content: "!"; } .markdown-section .tip code { background-color: #f5f5f5; } .markdown-section .tip em { color: #000; } .markdown-section .warn { background: rgba(98, 87, 168, 0.1); border-radius: 2px; padding: 0.9375rem; } .markdown-section pre, .markdown-section pre code, .markdown-section pre code .token { -webkit-font-smoothing: initial; -moz-osx-font-smoothing: initial; } .close .sidebar { -webkit-transform: translateX(-300px); transform: translateX(-300px); } .close .sidebar-toggle { width: 36px; } .close .content { left: 0; } @media (max-width: 600px) { .github-corner, .sidebar, .sidebar-toggle { position: fixed; } nav { margin-top: 1rem; } nav li ul { top: 30px; } main { overflow-x: hidden; height: auto; } .sidebar { left: -300px; transition: -webkit-transform 0.25s ease-out; transition: transform 0.25s ease-out; transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out; } .sidebar-toggle { background-color: transparent; width: auto; } .content { position: static; left: 0; max-width: 100vw; transition: -webkit-transform 0.25s ease; transition: transform 0.25s ease; transition: transform 0.25s ease, -webkit-transform 0.25s ease; } .github-corner, nav { transition: -webkit-transform 0.25s ease-out; transition: transform 0.25s ease-out; transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out; } .close .sidebar { -webkit-transform: translateX(300px); transform: translateX(300px); } .close .sidebar-toggle { background-color: hsla(0, 0%, 100%, 0.8); width: 284px; transition: background-color 1s; } .close .content { -webkit-transform: translateX(300px); transform: translateX(300px); } .close .github-corner, .close nav { display: none; } .github-corner:hover .octo-arm { -webkit-animation: none; animation: none; } .github-corner .octo-arm { -webkit-animation: octocat-wave 0.56s ease-in-out; animation: octocat-wave 0.56s ease-in-out; } } @-webkit-keyframes octocat-wave { 0%, to { -webkit-transform: rotate(0); transform: rotate(0); } 20%, 60% { -webkit-transform: rotate(-25deg); transform: rotate(-25deg); } 40%, 80% { -webkit-transform: rotate(10deg); transform: rotate(10deg); } } @keyframes octocat-wave { 0%, to { -webkit-transform: rotate(0); transform: rotate(0); } 20%, 60% { -webkit-transform: rotate(-25deg); transform: rotate(-25deg); } 40%, 80% { -webkit-transform: rotate(10deg); transform: rotate(10deg); } } .cover { background-repeat: no-repeat; background-position: 50%; background-size: cover; display: none; -webkit-align-items: center; align-items: center; height: 100vh; } .cover.show { display: -webkit-flex; display: flex; } .cover.has-mask .mask { background-color: #fff; opacity: 0.8; position: absolute; width: 100%; } .cover .cover-main { text-align: center; z-index: 1; -webkit-flex: 1; flex: 1; margin: -1.25rem 1rem 0; } .cover a { font-weight: 700; text-decoration: none; color: #6257a8; } .cover a:hover { text-decoration: none; border-bottom: 2px solid #6257a8; } .cover p { line-height: 1.4667; color: #fff; margin: 0.9375rem 0; } .cover h1 { font-size: 2.25rem; font-weight: 300; text-align: center; color: #fff; position: relative; margin: 0.5625rem 0 2.25rem; } .cover h1 a { font-weight: 700; color: #6257a8; display: block; } .cover h1 a:hover { border: none; } .cover h1 small { font-size: 0.9375rem; position: absolute; bottom: -7px; } .cover blockquote { font-size: 1.375rem; text-align: center; color: #fff; } .cover ul { line-height: 1.8; color: #fff; max-width: 500px; margin: 1em auto; padding: 0; list-style-type: none; } .cover .cover-main > p:last-child a { font-size: 1rem; text-decoration: none; letter-spacing: 0.094em; border: 1px solid #fff; border-radius: 30px; color: #fff; display: inline-block; box-sizing: border-box; margin-right: 0.9375rem; padding: 0.6875rem 1.875rem; transition: all 0.15s ease; } .cover .cover-main > p:last-child a:last-child { background-color: #6257a8; border-color: #6257a8; color: #fff; margin-right: 0; } .cover .cover-main > p:last-child a:last-child:hover { background-color: #9189c2; border-color: #9189c2; } .cover .cover-main > p:last-child a:hover { background-color: #9189c2; border-color: #9189c2; color: #fff; } .cover blockquote > p > a { border-bottom: 2px solid #6257a8; transition: color 0.3s; } .cover blockquote > p > a:hover { color: #6257a8; } .app-sub-sidebar .section-link:before { padding-right: 0.25rem; content: "-"; } .token.cdata, .token.comment, .token.doctype, .token.prolog { font-style: italic; color: #ccd7da; } .token.namespace { opacity: 0.7; } .token.boolean, .token.number { color: #f56e4d; } .token.parent.important { color: #fc5572; } .token.punctuation { color: #40adb4; } .token.property { color: #8896af; } .token.string { color: #92b75e; } .token.selector { color: #fdb53e; } .token.important, .token.keyword { color: #7c55fb; } .token.atrule, .token.placeholder, .token.variable { color: #83cbc4; } .token.deleted { text-decoration: line-through; } .token.regex, .token.statement { color: #22a2c9; } .token.tag { color: #fc5572; } .token.attr-name { color: #fdb53e; } .token.attr-value, .token.control, .token.directive, .token.unit { color: #42b983; } .language-css .token.string, .style .token.string, .token.entity, .token.url { color: #6283b6; } .token.inserted { text-decoration: none; border-bottom: 1px dotted #202746; } .token.italic { font-style: italic; } .token.bold, .token.important { font-weight: 700; } .token.entity { cursor: help; } code .token { min-height: 22px; } pre:after { font-size: 0.5625rem; font-weight: 600; line-height: 0.6; text-align: right; color: #ccc; position: absolute; top: 0; right: 0; height: 15px; padding: 0.3125rem 0.625rem 0; content: attr(data-lang); } /*# sourceMappingURL=theme.0.20.0.min.css.map */ /*# sourceMappingURL=theme.0.20.0.min.css.map */ /*# sourceMappingURL=theme.0.20.0.min.css.map */ /*# sourceMappingURL=theme.0.20.0.min.css.map */ /*# sourceMappingURL=theme.0.20.0.min.css.map */ /*# sourceMappingURL=theme.0.20.0.min.css.map */ /*# sourceMappingURL=theme.0.20.0.min.css.map */ /*# sourceMappingURL=theme.0.20.0.min.css.map */ /*# sourceMappingURL=theme.0.20.0.min.css.map */ /*# sourceMappingURL=theme.0.20.0.min.css.map */ /*# sourceMappingURL=theme.0.20.0.min.css.map */ /*# sourceMappingURL=theme.0.20.0.min.css.map */ /*# sourceMappingURL=theme.0.20.0.min.css.map */ /*# sourceMappingURL=theme.0.20.0.min.css.map */ /*# sourceMappingURL=theme.0.20.0.min.css.map */
0.425367
0.058858
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,400&display=swap"); @import url("https://fonts.googleapis.com/css2?family=Caveat:wght@500&family=Kalam&family=Montserrat:wght@400;500;600&family=Poppins:wght@100;300;400;500&family=Roboto:wght@100;300;400&display=swap"); *, *::after, *::before { -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0; padding: 0; text-decoration: none; } html { scroll-behavior: smooth; overflow-x: hidden; } .loading-div { height: 100vh; width: 100vw; display: -webkit-box; display: -ms-flexbox; display: flex; z-index: 99999; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; background-color: #0a0a0a; position: relative; } .loading-div .loading-bar { position: absolute; top: 0; left: 0; width: 0; height: 0.3rem; background-color: #fff; } .loading-div h1 { font-size: 5rem; color: #3a3a3a; opacity: 0.4; font-size: 10rem; } .loading-div .svg-div { height: 150px; width: 150px; z-index: 99; position: absolute; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: absolute; left: 0px; background: none no-repeat center center; -webkit-animation: carslide 5s linear 1; animation: carslide 5s linear 1; } .loading-div p { color: #3a3a3a; opacity: 0.4; margin-left: 0.4rem; font-weight: bold; } .slider { background-color: #fff; height: 100vh; width: 50vw; position: absolute; z-index: 999; -webkit-transition: 1s linear; transition: 1s linear; } .slider.s1 { left: -100%; } .slider.s2 { left: 100%; } .slider.slide-left { left: 0%; } .slider.slide-right { left: 50%; } @-webkit-keyframes carslide { 0% { left: 0vw; background-image: url(../svg/Asset4.svg); } 25% { left: 25vw; background-image: url(../svg/Asset3.svg); } 50% { left: 50vw; background-image: url(../svg/Asset1.svg); } 75% { left: 75vw; background-image: url(../svg/Asset2.svg); } 100% { left: 100vw; background-image: url(../svg/Asset2.svg); } } @keyframes carslide { 0% { left: 0vw; background-image: url(../svg/Asset4.svg); } 25% { left: 25vw; background-image: url(../svg/Asset3.svg); } 50% { left: 50vw; background-image: url(../svg/Asset1.svg); } 75% { left: 75vw; background-image: url(../svg/Asset2.svg); } 100% { left: 100vw; background-image: url(../svg/Asset2.svg); } } .main-head { z-index: 9999; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); -webkit-text-fill-color: white; /* Will override color (regardless of order) */ -webkit-text-stroke-width: 1px; -webkit-text-stroke-color: black; font-size: 3rem; } body { display: -webkit-box; display: -ms-flexbox; display: flex; height: 100vh; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; color: #fff; margin: 0; font-family: 'Poppins' , sans-serif; } body .conatiner-md { width: 100%; background-color: #000; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .navbar { width: 90%; background: black; padding: 1em; } .navbar .navbar-brand { font-weight: bold; } .logo-gif { width: auto; margin-top: -15px; height: 60px; } .active { font-weight: bold !important; color: #2d5eff !important; } .hero { background: linear-gradient(292deg, #fff0, #110d17), url(../imgs/banner.jpg) no-repeat; height: 100vh; width: 100%; background-size: cover; } .hero .hero-title { font-size: 4rem; } .hero p { font-size: 1.8rem; } .hero .register { width: 2rem; display: -webkit-box; display: -ms-flexbox; display: flex; } .hero .register button { width: 22rem; height: 3.5rem; border-radius: .3rem; background: linear-gradient(-292deg, #9838a58f, #9d78d54f); color: #fff; font-weight: bold; border: none; } .col1 { height: 80vh; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } @media only screen and (max-width: 360px) { .navbar { width: 100%; } .navbar-item { text-align: center; } } /*# sourceMappingURL=style.css.map */
css/style.css
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,400&display=swap"); @import url("https://fonts.googleapis.com/css2?family=Caveat:wght@500&family=Kalam&family=Montserrat:wght@400;500;600&family=Poppins:wght@100;300;400;500&family=Roboto:wght@100;300;400&display=swap"); *, *::after, *::before { -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0; padding: 0; text-decoration: none; } html { scroll-behavior: smooth; overflow-x: hidden; } .loading-div { height: 100vh; width: 100vw; display: -webkit-box; display: -ms-flexbox; display: flex; z-index: 99999; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; background-color: #0a0a0a; position: relative; } .loading-div .loading-bar { position: absolute; top: 0; left: 0; width: 0; height: 0.3rem; background-color: #fff; } .loading-div h1 { font-size: 5rem; color: #3a3a3a; opacity: 0.4; font-size: 10rem; } .loading-div .svg-div { height: 150px; width: 150px; z-index: 99; position: absolute; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: absolute; left: 0px; background: none no-repeat center center; -webkit-animation: carslide 5s linear 1; animation: carslide 5s linear 1; } .loading-div p { color: #3a3a3a; opacity: 0.4; margin-left: 0.4rem; font-weight: bold; } .slider { background-color: #fff; height: 100vh; width: 50vw; position: absolute; z-index: 999; -webkit-transition: 1s linear; transition: 1s linear; } .slider.s1 { left: -100%; } .slider.s2 { left: 100%; } .slider.slide-left { left: 0%; } .slider.slide-right { left: 50%; } @-webkit-keyframes carslide { 0% { left: 0vw; background-image: url(../svg/Asset4.svg); } 25% { left: 25vw; background-image: url(../svg/Asset3.svg); } 50% { left: 50vw; background-image: url(../svg/Asset1.svg); } 75% { left: 75vw; background-image: url(../svg/Asset2.svg); } 100% { left: 100vw; background-image: url(../svg/Asset2.svg); } } @keyframes carslide { 0% { left: 0vw; background-image: url(../svg/Asset4.svg); } 25% { left: 25vw; background-image: url(../svg/Asset3.svg); } 50% { left: 50vw; background-image: url(../svg/Asset1.svg); } 75% { left: 75vw; background-image: url(../svg/Asset2.svg); } 100% { left: 100vw; background-image: url(../svg/Asset2.svg); } } .main-head { z-index: 9999; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); -webkit-text-fill-color: white; /* Will override color (regardless of order) */ -webkit-text-stroke-width: 1px; -webkit-text-stroke-color: black; font-size: 3rem; } body { display: -webkit-box; display: -ms-flexbox; display: flex; height: 100vh; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; color: #fff; margin: 0; font-family: 'Poppins' , sans-serif; } body .conatiner-md { width: 100%; background-color: #000; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .navbar { width: 90%; background: black; padding: 1em; } .navbar .navbar-brand { font-weight: bold; } .logo-gif { width: auto; margin-top: -15px; height: 60px; } .active { font-weight: bold !important; color: #2d5eff !important; } .hero { background: linear-gradient(292deg, #fff0, #110d17), url(../imgs/banner.jpg) no-repeat; height: 100vh; width: 100%; background-size: cover; } .hero .hero-title { font-size: 4rem; } .hero p { font-size: 1.8rem; } .hero .register { width: 2rem; display: -webkit-box; display: -ms-flexbox; display: flex; } .hero .register button { width: 22rem; height: 3.5rem; border-radius: .3rem; background: linear-gradient(-292deg, #9838a58f, #9d78d54f); color: #fff; font-weight: bold; border: none; } .col1 { height: 80vh; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } @media only screen and (max-width: 360px) { .navbar { width: 100%; } .navbar-item { text-align: center; } } /*# sourceMappingURL=style.css.map */
0.382257
0.057493
html { background: antiquewhite; } .membership, .contact, .galleries, .posts, .new_post, .deacon { background: antiquewhite; } .posts, .view_questions, .view_members { margin-bottom: 200px; } /* header style */ .head1 { background: darkred; display: flex; justify-content: space-between; color: white; } .george, .mary { height: 200px; } /* navigation style */ .drop { color: #DEB887; } nav li { list-style-type: none; margin: 2vw 0; font-weight: bold; } .top { display: inline; } .dropdown-content { display: none; position: absolute; background: navy; min-width: 160px; box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); z-index: 1; border-top: 2px darkblue solid; } div.dropdown-content li { margin: 0.6vw 0; border-bottom: 1px lightgray solid; } .dropdown-content a { color: white; padding: 10px 20px; text-decoration: none; } .dropdown:hover .dropdown-content { display: block; } /* header li style */ li { list-style: none; font-family: 'Arvo', serif; line-height: 40px; } /* nav achors stayle */ nav a { text-decoration: none; padding: 1vw; color: white; } /* nav a hover style */ nav ul li a:hover { background-color: white; color: #671a04; border: 1px solid #671a04; } /* ul and li style inside main tag */ .main-service ul li { list-style: circle; } /* nav width and background style */ nav { width: 100vw; background-color: #003366; } #myLinks { background: #003366; display: flex; } #myLinks div:hover { background: orange; } nav ul li { display: inline; line-height: 80px; } /* body tag styale */ body { margin: 0; } /* heads style */ h1, h2, h3, h4, h5 { font-family: 'Abril Fatface', cursive; } /* header head style */ .name { padding-top: 1rem; color: white; text-align: center; } /* quick sccess button style */ .access { float: left; padding: 1rem; } /* social media stuff style */ .Social_quick { float: right; } .Social_quick a { text-decoration: none; color: blue; font-size: 20px; } .access li { border: 1px solid transparent; margin: 1rem; background: green; border-radius: 6px; } .access li:hover { background-color: darkgreen; } .access li a { text-decoration: none; color: white; font-size: 1.6rem; } /* membership button that takes you membership page style */ a.membership { margin-top: 20px; background-color: green; width: 120px; color: white; padding: 0.5rem; border-radius: 4px; text-decoration: none; } a.membership:hover { background-color: darkgreen; } /* post page style */ .post { margin-top: 20px; } .post a { text-decoration: none; } .new { color: white; width: auto; padding: 12px; background-color: #1877f2; } .new:hover { background: #4682B4; } .edit:hover { background-color: Teal; } .edit, .new { border-radius: 5px; } .edit { color: white; width: auto; padding: 12px; background-color: SeaGreen; } #danger { background-color: red; } #danger:hover { background-color: brown; } #new_posts { background-color: #F2F3F5; padding-left: 10px; margin-top: 20px; border-radius: 10px; } .title { font-style: bold; } .by { color: darkblue; font-style: italic; } /* important information in the home page */ .events { background-color: #F2F3F5; color: #DC143C; font-style: italic; padding-left: 20px; } .important { color: #DC143C; text-decoration: underline; } /* drop down up ||≈ Ç©˙¨¥∂ßΩ圴ƒ∆øπ“æ…¬˚∆˙©˜∫“‘«÷…≥¬¶§∞¢£™´ß∑ƒ©˙*/ .button { display: none; } .span { color: #F5FFFA; font-size: 20px; padding-left: 3rem; } /* tables style */ /* footer style */ footer { background: #000000; height: 20%; } footer h3 { padding-top: 2rem; text-align: center; color: white; } .contacts { color: white; display: flex; justify-content: space-around; font-size: 1.3rem; } .fb, .youtube { padding: .5rem; } .fb a img, .youtube a img { border-radius: 50%; height: 40px; width: 40px; border: 1px solid red; } .fb a img:hover, .youtube a img:hover { border: 3px solid green; } .Social a { color: white; font-size: 20px; text-decoration: none; } .Social a:hover { color: blue; text-decoration: underline; } /* main tage style basically body of each pages */ main { padding-top: 1rem; padding-left: 20%; padding-right: 20%; font-size: 18px; } main h2, main h1 { color: darkblue; } .register h1, .login h1 { color: white; padding-left: 70px; } p { font-family: 'Antic Slab', serif; line-height: 26pt; text-align: justify; } /* images style */ img.img { width: 600px; height: 400px; padding: 1rem; } /* gallery page's pics */ img.imgs { width: 400px; height: 300px; padding: 1rem; } #img-dn { width: 300px; height: 400px; } /* text area style */ input, textarea { width: 100%; padding: 12px; border: 1px solid #ccc; border-radius: 4px; resize: vertical; } input.comment { width: 50%; } textarea { height: 200px; font-size: 20px; color: green; } .submit, .danger { margin-top: 1rem; width: auto; } label { padding: 12px 12px 12px 0; display: inline-block; } input[type=submit] { color: white; background: black; border: 2px #b2d237 solid; } input[type=submit]:hover { background-color: #b2d237; } /* forms style */ .form { border-radius: 5px; background-color: #18354c; color: white; margin-top: 10rem; padding-left: 40px; padding-right: 60px; } .register_form, .login_form { width: 50%; padding-left: 5rem; } .source { color: green; font-style: italic; } .Copyright { margin-bottom: 1rem; text-align: center; height: 40px; color: white; } .Copyright a { color: #F5F5DC; text-decoration: none; } .Copyright a:hover { color: #8B0000; } .email { color: #F5F5DC; font-style: italic; } #register { border: white solid 1px; background: green; color: white; text-align: center; text-decoration: none; } /* header contents of font style and size */ .header { font-size: 25px; font-family: sans-serif; } nav { font-family: fantasy; } /* error message style */ .flash { color: red; } /* videos style */ object.videos { padding-top: 10px; height: 400px; width: 600px; } /* conformation page style */ .confirm { margin-top: 14rem; } /* gallery page style */ .gallery { display: grid; grid-template-columns: auto auto; padding: 10px; } .imgs { background-color: rgba(255, 255, 255, 0.8); padding: 20px; font-size: 30px; text-align: center; } /* learning_page style */ .learning_page div.learning { display: flex; justify-content: space-between; } .learning_page .access, .learning_page .Social_quick { display: none; } .col div { background-color: #F2F3F5; margin: 1rem; padding: 1rem; border-radius: 10px; } .learning_page { padding-top: 10rem; padding-left: 2rem; padding-right: 2rem; } /* donate page */ .donate-facebook { background-color: #1877f2; width: 250px; height: 40px; border: #1877f2 1px solid; border-radius: 6px; } .donate-facebook a { color: white; font-size: 20px; text-decoration: none; } /* table format */ table { width: 100%; } table, th, td { border: 1px solid lightgray; background-color: #A0522D; border-collapse: collapse; font-size: 16px; color: white; line-height: 2; } th, td { padding: 1rem; text-align: left; } th { background-color: #8B4513; color: white; } /* responsive design */ /* responsive design */ @media only screen and (max-width: 800px) { .button { display: block; padding: 2vw; margin-left: 50px; background-color: #003366; font-size: 25px; border: none; outline: none; cursor: pointer; color: white; } .header { font-size: 16px; } #myLinks { display: none; padding-left: 0px; } #myLinks li { border-bottom: 1px black solid; } .dropdown-content { display: none; margin-left: 250px; margin-top: -80px; box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2); z-index: 1; border-top: none; border-left: darkcyan 2px solid; } .access { float: left; padding: 0px; } .Social_quick { display: none; } img.img { height: 200px; width: 300px; } object.videos { height: 200px; width: 300px; } .map { width: 200px; height: 170px; } .Copyright { height: 60px; } /* index page style */ .church_history-pdf { width: 340px; height: 00px; } /* pos, sundaySchool, and deacons page margin style */ .post, .sundaySchool, .deacons { margin-top: 11rem; } .posts { padding-left: 5px; padding-right: 1px; margin-bottom: 200px; } /* drop down style */ /* main element style -- main body or content of the page basically */ main { padding-top: 1rem; padding-left: 2rem; padding-right: 2rem; } #first_name { font-size: 20; } /* gallery page */ img.imgs { width: 300px; height: 200px; margin-left: 2px; padding: 1rem; } /* learning page style */ .learning_page div.learning { display: block; } .learning_page { padding-left: 0rem; padding-right: 0rem; } .gallery { margin-top: 120px; padding: 10px; } .galleries { padding-left: 0rem; } map { width: 200px; height: 170px; } } @media only screen and (max-width: 500px) { /* header's image style */ .header { font-size: 11px; } .name { padding-top: 0rem; } .george, .mary { height: 100px; width: 80px } /* header's button style */ .button { display: block; padding: 2vw; margin-left: 100px; font-size: 3vh; background-color: #003366; border: none; outline: none; cursor: pointer; } /* nav's ul style */ ul { flex-direction: column; } li { margin: 0; } a { display: block; } nav li { padding-bottom: 1rem; padding-top: 1rem; } /* main tag style */ main { padding-left: 10px; padding-right: 0px; } /* imgs style */ img.imgs { height: 230px; width: 250px; } /* footer style */ footer { height: 700px; } /* lists style */ li { line-height: normal; } a.membership { background-color: green; width: 120px; } .gallery { margin-top: 120px; display: block; padding: 10px; } /* index page style */ .church_history-pdf { width: 450px; height: 600px; } map { width: 200px; height: 170px; } }
website/static/main.css
html { background: antiquewhite; } .membership, .contact, .galleries, .posts, .new_post, .deacon { background: antiquewhite; } .posts, .view_questions, .view_members { margin-bottom: 200px; } /* header style */ .head1 { background: darkred; display: flex; justify-content: space-between; color: white; } .george, .mary { height: 200px; } /* navigation style */ .drop { color: #DEB887; } nav li { list-style-type: none; margin: 2vw 0; font-weight: bold; } .top { display: inline; } .dropdown-content { display: none; position: absolute; background: navy; min-width: 160px; box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); z-index: 1; border-top: 2px darkblue solid; } div.dropdown-content li { margin: 0.6vw 0; border-bottom: 1px lightgray solid; } .dropdown-content a { color: white; padding: 10px 20px; text-decoration: none; } .dropdown:hover .dropdown-content { display: block; } /* header li style */ li { list-style: none; font-family: 'Arvo', serif; line-height: 40px; } /* nav achors stayle */ nav a { text-decoration: none; padding: 1vw; color: white; } /* nav a hover style */ nav ul li a:hover { background-color: white; color: #671a04; border: 1px solid #671a04; } /* ul and li style inside main tag */ .main-service ul li { list-style: circle; } /* nav width and background style */ nav { width: 100vw; background-color: #003366; } #myLinks { background: #003366; display: flex; } #myLinks div:hover { background: orange; } nav ul li { display: inline; line-height: 80px; } /* body tag styale */ body { margin: 0; } /* heads style */ h1, h2, h3, h4, h5 { font-family: 'Abril Fatface', cursive; } /* header head style */ .name { padding-top: 1rem; color: white; text-align: center; } /* quick sccess button style */ .access { float: left; padding: 1rem; } /* social media stuff style */ .Social_quick { float: right; } .Social_quick a { text-decoration: none; color: blue; font-size: 20px; } .access li { border: 1px solid transparent; margin: 1rem; background: green; border-radius: 6px; } .access li:hover { background-color: darkgreen; } .access li a { text-decoration: none; color: white; font-size: 1.6rem; } /* membership button that takes you membership page style */ a.membership { margin-top: 20px; background-color: green; width: 120px; color: white; padding: 0.5rem; border-radius: 4px; text-decoration: none; } a.membership:hover { background-color: darkgreen; } /* post page style */ .post { margin-top: 20px; } .post a { text-decoration: none; } .new { color: white; width: auto; padding: 12px; background-color: #1877f2; } .new:hover { background: #4682B4; } .edit:hover { background-color: Teal; } .edit, .new { border-radius: 5px; } .edit { color: white; width: auto; padding: 12px; background-color: SeaGreen; } #danger { background-color: red; } #danger:hover { background-color: brown; } #new_posts { background-color: #F2F3F5; padding-left: 10px; margin-top: 20px; border-radius: 10px; } .title { font-style: bold; } .by { color: darkblue; font-style: italic; } /* important information in the home page */ .events { background-color: #F2F3F5; color: #DC143C; font-style: italic; padding-left: 20px; } .important { color: #DC143C; text-decoration: underline; } /* drop down up ||≈ Ç©˙¨¥∂ßΩ圴ƒ∆øπ“æ…¬˚∆˙©˜∫“‘«÷…≥¬¶§∞¢£™´ß∑ƒ©˙*/ .button { display: none; } .span { color: #F5FFFA; font-size: 20px; padding-left: 3rem; } /* tables style */ /* footer style */ footer { background: #000000; height: 20%; } footer h3 { padding-top: 2rem; text-align: center; color: white; } .contacts { color: white; display: flex; justify-content: space-around; font-size: 1.3rem; } .fb, .youtube { padding: .5rem; } .fb a img, .youtube a img { border-radius: 50%; height: 40px; width: 40px; border: 1px solid red; } .fb a img:hover, .youtube a img:hover { border: 3px solid green; } .Social a { color: white; font-size: 20px; text-decoration: none; } .Social a:hover { color: blue; text-decoration: underline; } /* main tage style basically body of each pages */ main { padding-top: 1rem; padding-left: 20%; padding-right: 20%; font-size: 18px; } main h2, main h1 { color: darkblue; } .register h1, .login h1 { color: white; padding-left: 70px; } p { font-family: 'Antic Slab', serif; line-height: 26pt; text-align: justify; } /* images style */ img.img { width: 600px; height: 400px; padding: 1rem; } /* gallery page's pics */ img.imgs { width: 400px; height: 300px; padding: 1rem; } #img-dn { width: 300px; height: 400px; } /* text area style */ input, textarea { width: 100%; padding: 12px; border: 1px solid #ccc; border-radius: 4px; resize: vertical; } input.comment { width: 50%; } textarea { height: 200px; font-size: 20px; color: green; } .submit, .danger { margin-top: 1rem; width: auto; } label { padding: 12px 12px 12px 0; display: inline-block; } input[type=submit] { color: white; background: black; border: 2px #b2d237 solid; } input[type=submit]:hover { background-color: #b2d237; } /* forms style */ .form { border-radius: 5px; background-color: #18354c; color: white; margin-top: 10rem; padding-left: 40px; padding-right: 60px; } .register_form, .login_form { width: 50%; padding-left: 5rem; } .source { color: green; font-style: italic; } .Copyright { margin-bottom: 1rem; text-align: center; height: 40px; color: white; } .Copyright a { color: #F5F5DC; text-decoration: none; } .Copyright a:hover { color: #8B0000; } .email { color: #F5F5DC; font-style: italic; } #register { border: white solid 1px; background: green; color: white; text-align: center; text-decoration: none; } /* header contents of font style and size */ .header { font-size: 25px; font-family: sans-serif; } nav { font-family: fantasy; } /* error message style */ .flash { color: red; } /* videos style */ object.videos { padding-top: 10px; height: 400px; width: 600px; } /* conformation page style */ .confirm { margin-top: 14rem; } /* gallery page style */ .gallery { display: grid; grid-template-columns: auto auto; padding: 10px; } .imgs { background-color: rgba(255, 255, 255, 0.8); padding: 20px; font-size: 30px; text-align: center; } /* learning_page style */ .learning_page div.learning { display: flex; justify-content: space-between; } .learning_page .access, .learning_page .Social_quick { display: none; } .col div { background-color: #F2F3F5; margin: 1rem; padding: 1rem; border-radius: 10px; } .learning_page { padding-top: 10rem; padding-left: 2rem; padding-right: 2rem; } /* donate page */ .donate-facebook { background-color: #1877f2; width: 250px; height: 40px; border: #1877f2 1px solid; border-radius: 6px; } .donate-facebook a { color: white; font-size: 20px; text-decoration: none; } /* table format */ table { width: 100%; } table, th, td { border: 1px solid lightgray; background-color: #A0522D; border-collapse: collapse; font-size: 16px; color: white; line-height: 2; } th, td { padding: 1rem; text-align: left; } th { background-color: #8B4513; color: white; } /* responsive design */ /* responsive design */ @media only screen and (max-width: 800px) { .button { display: block; padding: 2vw; margin-left: 50px; background-color: #003366; font-size: 25px; border: none; outline: none; cursor: pointer; color: white; } .header { font-size: 16px; } #myLinks { display: none; padding-left: 0px; } #myLinks li { border-bottom: 1px black solid; } .dropdown-content { display: none; margin-left: 250px; margin-top: -80px; box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2); z-index: 1; border-top: none; border-left: darkcyan 2px solid; } .access { float: left; padding: 0px; } .Social_quick { display: none; } img.img { height: 200px; width: 300px; } object.videos { height: 200px; width: 300px; } .map { width: 200px; height: 170px; } .Copyright { height: 60px; } /* index page style */ .church_history-pdf { width: 340px; height: 00px; } /* pos, sundaySchool, and deacons page margin style */ .post, .sundaySchool, .deacons { margin-top: 11rem; } .posts { padding-left: 5px; padding-right: 1px; margin-bottom: 200px; } /* drop down style */ /* main element style -- main body or content of the page basically */ main { padding-top: 1rem; padding-left: 2rem; padding-right: 2rem; } #first_name { font-size: 20; } /* gallery page */ img.imgs { width: 300px; height: 200px; margin-left: 2px; padding: 1rem; } /* learning page style */ .learning_page div.learning { display: block; } .learning_page { padding-left: 0rem; padding-right: 0rem; } .gallery { margin-top: 120px; padding: 10px; } .galleries { padding-left: 0rem; } map { width: 200px; height: 170px; } } @media only screen and (max-width: 500px) { /* header's image style */ .header { font-size: 11px; } .name { padding-top: 0rem; } .george, .mary { height: 100px; width: 80px } /* header's button style */ .button { display: block; padding: 2vw; margin-left: 100px; font-size: 3vh; background-color: #003366; border: none; outline: none; cursor: pointer; } /* nav's ul style */ ul { flex-direction: column; } li { margin: 0; } a { display: block; } nav li { padding-bottom: 1rem; padding-top: 1rem; } /* main tag style */ main { padding-left: 10px; padding-right: 0px; } /* imgs style */ img.imgs { height: 230px; width: 250px; } /* footer style */ footer { height: 700px; } /* lists style */ li { line-height: normal; } a.membership { background-color: green; width: 120px; } .gallery { margin-top: 120px; display: block; padding: 10px; } /* index page style */ .church_history-pdf { width: 450px; height: 600px; } map { width: 200px; height: 170px; } }
0.35768
0.056993
.homeContainer { display: flex; background-color: #c7b299; height: 100vh; width: 100vw; flex-direction: column; } .headerContainer { height: 18vh; width: 40vw; margin-left: 2.25vw; } .headerText { display: flex; align-items: center; margin-left: 2.25vw; color: #534741; font-size: 3rem; font-weight: 400; } .headerLogo { width: 8.5vw; height: 8.5vw; display: flex; align-items: center; justify-content: center; color: #c7b299; font-size: 3rem; font-weight: 400; } .homeGridContainer { display: grid; grid-template-columns: 46% 54%; height: 80vh; width: 100vw; } .nftImageContainerOuter { height: 100%; width: 100%; display: flex; align-items: center; justify-content: center; } .nftImageContainerInner { height: 35vw; width: 35vw; display: flex; justify-content: center; align-items: center; color: #c7b299; } .walletContainer { display: flex; align-items: center; justify-content: center; flex-direction: column; } .walletButton { background-color: #c7b299 !important; } .walletImage { width: 20vw; } .walletInnerContainer { width: 80%; display: flex; justify-content: space-between; align-items: center; flex-direction: column; } .walletTextAreaContainer { width: 100%; } .walletInnerTextContainer{ display: flex; justify-content: space-between; width: 100%; font-size: 1.5rem; line-height: 0.5rem; } .walletInnerTextLeft{ color: #b22234; } .walletInnerTextRight{ color: #534741; } .mintButton { background-color: #c7b299 !important; } .mintImage { width: 10vw; } .MuiButton-contained:hover { box-shadow: none !important; } .MuiButton-contained { box-shadow: none !important; } .imageContainer { height: 100%; width: 100%; } /* Mobile */ .mHomeContainer { display: flex; background-color: #c7b299; flex-direction: column; } .mHeaderContainer { display: flex; flex-direction: row; margin: 2rem; } .mHeaderLogo { height: 4rem; width: 4rem; } .mHeaderText { display: flex; align-items: center; margin-left: 2.25vw; color: #534741; font-size: 1.3rem; font-weight: 400; } .mNftImageContainerOuter { height: 85vw; width: 100vw; display: flex; align-items: center; justify-content: center; } .mNftImageContainerInner { height: 70vw; width: 70vw; display: flex; align-items: center; justify-content: center; } .mWalletContainer { height: 10rem; display: flex; align-items: center; justify-content: center; flex-direction: column; } .mWalletImage{ width: 50vw; } .mWalletTextAreaContainer { /* width: 100vw; */ margin: 0 12vw; } .mMintContainer { height: 5rem; display: flex; align-items: center; justify-content: center; flex-direction: column; } .mWalletInnerTextContainer{ display: flex; justify-content: space-between; width: 100%; } @media (max-width: 1000px) { .mMintImage { width: 20vw; } .mWalletInnerTextContainer{ font-size: 1.1rem; } } @media (max-width: 500px) { .mMintImage { width: 30vw; } .mWalletInnerTextContainer{ font-size: 1rem; } } @media (max-width: 350px) { .mMintImage { width: 30vw; } .mWalletInnerTextContainer{ font-size: 0.8rem; } }
src/Home.css
.homeContainer { display: flex; background-color: #c7b299; height: 100vh; width: 100vw; flex-direction: column; } .headerContainer { height: 18vh; width: 40vw; margin-left: 2.25vw; } .headerText { display: flex; align-items: center; margin-left: 2.25vw; color: #534741; font-size: 3rem; font-weight: 400; } .headerLogo { width: 8.5vw; height: 8.5vw; display: flex; align-items: center; justify-content: center; color: #c7b299; font-size: 3rem; font-weight: 400; } .homeGridContainer { display: grid; grid-template-columns: 46% 54%; height: 80vh; width: 100vw; } .nftImageContainerOuter { height: 100%; width: 100%; display: flex; align-items: center; justify-content: center; } .nftImageContainerInner { height: 35vw; width: 35vw; display: flex; justify-content: center; align-items: center; color: #c7b299; } .walletContainer { display: flex; align-items: center; justify-content: center; flex-direction: column; } .walletButton { background-color: #c7b299 !important; } .walletImage { width: 20vw; } .walletInnerContainer { width: 80%; display: flex; justify-content: space-between; align-items: center; flex-direction: column; } .walletTextAreaContainer { width: 100%; } .walletInnerTextContainer{ display: flex; justify-content: space-between; width: 100%; font-size: 1.5rem; line-height: 0.5rem; } .walletInnerTextLeft{ color: #b22234; } .walletInnerTextRight{ color: #534741; } .mintButton { background-color: #c7b299 !important; } .mintImage { width: 10vw; } .MuiButton-contained:hover { box-shadow: none !important; } .MuiButton-contained { box-shadow: none !important; } .imageContainer { height: 100%; width: 100%; } /* Mobile */ .mHomeContainer { display: flex; background-color: #c7b299; flex-direction: column; } .mHeaderContainer { display: flex; flex-direction: row; margin: 2rem; } .mHeaderLogo { height: 4rem; width: 4rem; } .mHeaderText { display: flex; align-items: center; margin-left: 2.25vw; color: #534741; font-size: 1.3rem; font-weight: 400; } .mNftImageContainerOuter { height: 85vw; width: 100vw; display: flex; align-items: center; justify-content: center; } .mNftImageContainerInner { height: 70vw; width: 70vw; display: flex; align-items: center; justify-content: center; } .mWalletContainer { height: 10rem; display: flex; align-items: center; justify-content: center; flex-direction: column; } .mWalletImage{ width: 50vw; } .mWalletTextAreaContainer { /* width: 100vw; */ margin: 0 12vw; } .mMintContainer { height: 5rem; display: flex; align-items: center; justify-content: center; flex-direction: column; } .mWalletInnerTextContainer{ display: flex; justify-content: space-between; width: 100%; } @media (max-width: 1000px) { .mMintImage { width: 20vw; } .mWalletInnerTextContainer{ font-size: 1.1rem; } } @media (max-width: 500px) { .mMintImage { width: 30vw; } .mWalletInnerTextContainer{ font-size: 1rem; } } @media (max-width: 350px) { .mMintImage { width: 30vw; } .mWalletInnerTextContainer{ font-size: 0.8rem; } }
0.462473
0.132066
html, body { margin: 0; padding: 0; } body { font-family: arial, sans-serif; background-color: #fff; } /*Main*/ * { box-sizing: border-box; } #main { overflow: auto; } .side-menu { float: left; width: 25%; padding-right: 10px; margin-right: 10px; background-color: #f1f1f1; border-radius: 4px; border: 2px solid #f1f1f1; } .side-menu h2 { margin-left: 20px; } .item { padding: 8px; margin-top: 7px; border-bottom: 1px solid #f1f1f1; list-style-type: none; } .main { float: left; width: 60%; padding: 0 20px; overflow: hidden; } /*Media Queries*/ @media only screen and (max-width:800px) { /* For tablets: */ .main { width: 80%; padding: 0; } } @media only screen and (max-width:500px) { /* For mobile phones: */ .side-menu, .main{ width: 100%; } } /*Main Container*/ .main { display: -webkit-flex; display: flex; width: 80%; height: auto; background-color: #f1f1f1; border-radius: 4px; border: 2px solid #f1f1f1; } .flex-item { margin: 10px; padding-left: 5px; } .journal { -webkit-flex: 2; flex: 2; } .discipline { -webkit-flex: 2; flex: 2; } .OSS { -webkit-flex: 2; flex: 2; } .list { list-style-type: none; padding: 0; line-height: 4; } .list a:link { color: #3597D3; } .list a:hover { color: #E7403C; } /*Navigation*/ .nav-bar { margin: 0; padding: 0; overflow: hidden; background-color: #069; } .nav-bar li { float: left; padding-top: 20px; right: 0; left: auto; list-style-type: none; } .nav-bar li a { display: block; color: white; text-align: center; padding: 14px 18px; text-decoration: none; } .nav-bar li a:hover:not(.active) { border-bottom: 3px solid #E7403C; color: #E7403C; } .active { border-bottom: 3px solid #E7403C; } /*Media Queries*/ @media only screen and (max-width:800px) { /* For tablets: */ .journal { -webkit-flex: 3; flex: 3; } .discipline { -webkit-flex: 3; flex: 3; } .OSS { -webkit-flex: 2; flex: 2; } .container { width: 100%; margin: 0; } } @media only screen and (max-width:500px) { /* For mobile phones: */ .side-menu, .main{ width: 100%; } .container { width: 100%; margin: 0; } } #main { /* Sizing */ max-width: 1200px; width: 90%; /* Position */ position: relative; margin: 120px auto 20px; /* Flex properties */ display: flex; flex-direction: row; } /*Logo*/ .logo { float: left; margin: 10px; margin-right: 10em; margin-left: 10em; } nav { /* Sizing */ height: auto; width: 100%; /* Position */ position: fixed; top: 0; left: 0; z-index: 5; /* Flex properties */ display: flex; flex-direction: column; /* Material shadow */ box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); } .search { margin-top: 23px; } /*To avoid conflicts used class instead of type*/ input[type=text] { width: 60%; padding: 10px 20px; border: 2px solid #E7403C; border-radius: 4px; } input[type=text]:focus { border: 2px solid #3597D3; border-radius: 4px; } input.search { width: 20%; box-sizing: border-box; border: 2px solid #3597D3; border-radius: 4px; background-image: url('../images/searchicon.png'); background-position: 5px 10px; background-repeat: no-repeat; padding: 12px 20px 12px 40px; margin-left: 2em; } input[type=button] { border-radius: 4px; padding: 14px 40px; background: #E7403C; border: 2px solid #E7403C; text-align: center; color: #fff; font-weight:bold; text-transform: uppercase; } input[type=button]:hover { background: #3597D3; border: 2px solid #3597D3; } /*Headings*/ h2, h4 { color: #4C4C4D; } h3 { color: #E7403C; } /*Footer*/ footer { background-color:#069; padding:50px; margin-top:7px; color: #fff; } .div-one { float: left; } .div-one a, .div-two a, .div-three a { color: #E7403C; } .div-one a:hover, .div-two a:hover, .div-three a:hover { color: #fff; } .div-two { float: left; margin-left: 30%; } .div-three { float: right; } /*Form*/ label { float:left; width: 5em; text-align: right; margin-right:10px; } .container{ margin: 10px auto; width: 60%; overflow: hidden; padding: 30px; box-shadow: 0 4px 8px 0 rgba(231,64,60, 0.2), 0 2px 20px 0 rgba(231,64,60, 0.19); font-size: 15px; border-radius: 4px; } .code-is-science-hugo header { padding:1em 1em; color:#fff; display:flex; } .code-is-science-hugo header img { margin-right:1em; } .code-is-science-hugo header a { color: #fff; text-decoration:none; } .code-is-science-hugo main { padding:1em } .code-is-science-hugo footer a { color:#fff; }
themes/codeisscience/static/css/style.css
html, body { margin: 0; padding: 0; } body { font-family: arial, sans-serif; background-color: #fff; } /*Main*/ * { box-sizing: border-box; } #main { overflow: auto; } .side-menu { float: left; width: 25%; padding-right: 10px; margin-right: 10px; background-color: #f1f1f1; border-radius: 4px; border: 2px solid #f1f1f1; } .side-menu h2 { margin-left: 20px; } .item { padding: 8px; margin-top: 7px; border-bottom: 1px solid #f1f1f1; list-style-type: none; } .main { float: left; width: 60%; padding: 0 20px; overflow: hidden; } /*Media Queries*/ @media only screen and (max-width:800px) { /* For tablets: */ .main { width: 80%; padding: 0; } } @media only screen and (max-width:500px) { /* For mobile phones: */ .side-menu, .main{ width: 100%; } } /*Main Container*/ .main { display: -webkit-flex; display: flex; width: 80%; height: auto; background-color: #f1f1f1; border-radius: 4px; border: 2px solid #f1f1f1; } .flex-item { margin: 10px; padding-left: 5px; } .journal { -webkit-flex: 2; flex: 2; } .discipline { -webkit-flex: 2; flex: 2; } .OSS { -webkit-flex: 2; flex: 2; } .list { list-style-type: none; padding: 0; line-height: 4; } .list a:link { color: #3597D3; } .list a:hover { color: #E7403C; } /*Navigation*/ .nav-bar { margin: 0; padding: 0; overflow: hidden; background-color: #069; } .nav-bar li { float: left; padding-top: 20px; right: 0; left: auto; list-style-type: none; } .nav-bar li a { display: block; color: white; text-align: center; padding: 14px 18px; text-decoration: none; } .nav-bar li a:hover:not(.active) { border-bottom: 3px solid #E7403C; color: #E7403C; } .active { border-bottom: 3px solid #E7403C; } /*Media Queries*/ @media only screen and (max-width:800px) { /* For tablets: */ .journal { -webkit-flex: 3; flex: 3; } .discipline { -webkit-flex: 3; flex: 3; } .OSS { -webkit-flex: 2; flex: 2; } .container { width: 100%; margin: 0; } } @media only screen and (max-width:500px) { /* For mobile phones: */ .side-menu, .main{ width: 100%; } .container { width: 100%; margin: 0; } } #main { /* Sizing */ max-width: 1200px; width: 90%; /* Position */ position: relative; margin: 120px auto 20px; /* Flex properties */ display: flex; flex-direction: row; } /*Logo*/ .logo { float: left; margin: 10px; margin-right: 10em; margin-left: 10em; } nav { /* Sizing */ height: auto; width: 100%; /* Position */ position: fixed; top: 0; left: 0; z-index: 5; /* Flex properties */ display: flex; flex-direction: column; /* Material shadow */ box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); } .search { margin-top: 23px; } /*To avoid conflicts used class instead of type*/ input[type=text] { width: 60%; padding: 10px 20px; border: 2px solid #E7403C; border-radius: 4px; } input[type=text]:focus { border: 2px solid #3597D3; border-radius: 4px; } input.search { width: 20%; box-sizing: border-box; border: 2px solid #3597D3; border-radius: 4px; background-image: url('../images/searchicon.png'); background-position: 5px 10px; background-repeat: no-repeat; padding: 12px 20px 12px 40px; margin-left: 2em; } input[type=button] { border-radius: 4px; padding: 14px 40px; background: #E7403C; border: 2px solid #E7403C; text-align: center; color: #fff; font-weight:bold; text-transform: uppercase; } input[type=button]:hover { background: #3597D3; border: 2px solid #3597D3; } /*Headings*/ h2, h4 { color: #4C4C4D; } h3 { color: #E7403C; } /*Footer*/ footer { background-color:#069; padding:50px; margin-top:7px; color: #fff; } .div-one { float: left; } .div-one a, .div-two a, .div-three a { color: #E7403C; } .div-one a:hover, .div-two a:hover, .div-three a:hover { color: #fff; } .div-two { float: left; margin-left: 30%; } .div-three { float: right; } /*Form*/ label { float:left; width: 5em; text-align: right; margin-right:10px; } .container{ margin: 10px auto; width: 60%; overflow: hidden; padding: 30px; box-shadow: 0 4px 8px 0 rgba(231,64,60, 0.2), 0 2px 20px 0 rgba(231,64,60, 0.19); font-size: 15px; border-radius: 4px; } .code-is-science-hugo header { padding:1em 1em; color:#fff; display:flex; } .code-is-science-hugo header img { margin-right:1em; } .code-is-science-hugo header a { color: #fff; text-decoration:none; } .code-is-science-hugo main { padding:1em } .code-is-science-hugo footer a { color:#fff; }
0.418578
0.0686
body { background-image: url("https://cloud.githubusercontent.com/assets/15900954/18045726/ed2dbc90-6df1-11e6-99b4-5c3e681f926d.jpg"); } .main_div_css { width: 20%; height: 22%; padding: 3%; border: 5px solid #181717; margin-right: 1%; margin-left: 1%; display: inline-block; font-family: 'Black Ops One', 'Copperplate Gothic Light', fantasy; font-size: 75px; box-shadow: 0 0 18px gray; z-index: 9; position: relative; } #min_container { z-index: 9; position: relative; } #min_str { z-index: 9; position: relative; } #sec_container { z-index: 9; position: relative; } #sec_str { z-index: 9; position: relative; } .slide-container { margin-top: 7%; } .normal_text { font-family: 'Black Ops One', 'Copperplate Gothic Light', fantasy; font-size: 25px; color:#ffff; } .status-div-style { font-family: 'Baloo Chettan', 'Copperplate Gothic Light', fantasy; font-size: 22px; color:#000; text-align: center; } .pomodoro-settings-text { font-family: 'Baloo Chettan'; font-size: 20px; font-weight: 900; } .pomodoro-settings-div { padding-left: 35%; width: 90%; height: 50%; overflow: auto; } .pomodoro-settings-col-div { margin: 10px auto; width: 30%; overflow: auto; } h1 { font-family: 'Black Ops One', 'Gravitas One', 'Copperplate Gothic Light', fantasy; line-height: 40px; text-align: center; font-weight: bold; } h3 { font-family: 'Baloo Chettan'; } .round-button-container { margin-top: 2%; margin-bottom: 2%; display: inline-block; } .round-button { float: left; width: 100%; line-height: 1em; text-align: center; font-family: Verdana; font-size: 1.2em; font-weight: bold; text-decoration: none; } .round-button-play { background-color:#4679BD; color: #e2eaf3; } .round-button-play:hover { background: #262626; } .round-button-reset { background-color:#4679BD; color: #e2eaf3; } .round-button-reset:hover { background: #262626; } .site-footer { background-color: #000; border-top: 1px solid #333; color: #999; font-size: 15px; text-align: center; padding: 15px 0; font-family: Alegreya; margin-top: 2%; } .site-header { position: relative; height: 90px; width: 100%; margin: 0 0 8px; border-bottom: 2px solid rgb(70, 121, 189); background-color: #000; color: #fff; } .pomodoro-info { width: 35%; display: inline; float: left; text-align: left; margin-left: 2%; } .text-fields-style { width: 70% !important; font-weight: bolder; } .bullet-style { font-family: 'Baloo Chettan'; } .div-progress-style { background-color: #ff6961; z-index;1 width: 0px; position:absolute; left:0px; top:0px; width: 100%; }
css/style.css
body { background-image: url("https://cloud.githubusercontent.com/assets/15900954/18045726/ed2dbc90-6df1-11e6-99b4-5c3e681f926d.jpg"); } .main_div_css { width: 20%; height: 22%; padding: 3%; border: 5px solid #181717; margin-right: 1%; margin-left: 1%; display: inline-block; font-family: 'Black Ops One', 'Copperplate Gothic Light', fantasy; font-size: 75px; box-shadow: 0 0 18px gray; z-index: 9; position: relative; } #min_container { z-index: 9; position: relative; } #min_str { z-index: 9; position: relative; } #sec_container { z-index: 9; position: relative; } #sec_str { z-index: 9; position: relative; } .slide-container { margin-top: 7%; } .normal_text { font-family: 'Black Ops One', 'Copperplate Gothic Light', fantasy; font-size: 25px; color:#ffff; } .status-div-style { font-family: 'Baloo Chettan', 'Copperplate Gothic Light', fantasy; font-size: 22px; color:#000; text-align: center; } .pomodoro-settings-text { font-family: 'Baloo Chettan'; font-size: 20px; font-weight: 900; } .pomodoro-settings-div { padding-left: 35%; width: 90%; height: 50%; overflow: auto; } .pomodoro-settings-col-div { margin: 10px auto; width: 30%; overflow: auto; } h1 { font-family: 'Black Ops One', 'Gravitas One', 'Copperplate Gothic Light', fantasy; line-height: 40px; text-align: center; font-weight: bold; } h3 { font-family: 'Baloo Chettan'; } .round-button-container { margin-top: 2%; margin-bottom: 2%; display: inline-block; } .round-button { float: left; width: 100%; line-height: 1em; text-align: center; font-family: Verdana; font-size: 1.2em; font-weight: bold; text-decoration: none; } .round-button-play { background-color:#4679BD; color: #e2eaf3; } .round-button-play:hover { background: #262626; } .round-button-reset { background-color:#4679BD; color: #e2eaf3; } .round-button-reset:hover { background: #262626; } .site-footer { background-color: #000; border-top: 1px solid #333; color: #999; font-size: 15px; text-align: center; padding: 15px 0; font-family: Alegreya; margin-top: 2%; } .site-header { position: relative; height: 90px; width: 100%; margin: 0 0 8px; border-bottom: 2px solid rgb(70, 121, 189); background-color: #000; color: #fff; } .pomodoro-info { width: 35%; display: inline; float: left; text-align: left; margin-left: 2%; } .text-fields-style { width: 70% !important; font-weight: bolder; } .bullet-style { font-family: 'Baloo Chettan'; } .div-progress-style { background-color: #ff6961; z-index;1 width: 0px; position:absolute; left:0px; top:0px; width: 100%; }
0.36693
0.131424
.main-application-container { background-color: white; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); width: 50%; margin-top: 4%; margin-right: auto; margin-left: auto; height: 100%; } .application-form { width:80%; margin-left:11%; margin-top: 2%; padding-top: 2%; position: relative; } .application-form p { font-size: 1.1vmax; } .application-form table { margin-left: 1%; margin-top:3%; margin-bottom:3%; } .application-form label { position: relative; margin-top: 20%; font-size: 1.1vmax; } .application-form input[type=text], input[type=password], select { width: 30vw; padding: 2% 3%; display: inline-block; border: 1px solid #ccc; border-radius: 4px; box-sizing: border-box; font-size: 1vmax; } textarea { width: 35vw; padding: 1% 2%; display: inline-block; border: 1px solid #ccc; border-radius: 4px; box-sizing: border-box; font-size: 1vmax; margin-left:2%; } .application-form input[type=submit], application-form-pager a, application-form-pager button { width: 100%; background-color: var(--blue-var4); color: white; padding: 12px; border: none; border-radius: 4px; cursor: pointer; font-size: 1.1vmax; margin-top: 5%; } .application-form input[type=submit]:hover { background-color: var(--blue-var3); } .application-form-pager{ margin-top:2%; margin-left:69%; padding-bottom:2%; position:relative; } .application-form-pager input[type=submit] { background-color: #222222; border-radius: 3%; border: 0.7px solid #222222; color: #f1f1f1; padding: 4%; font-size: 1vmax; width:12vw; display:inline-block; } .application-form-pager input[type=submit]:hover:enabled { background-color: var(--blue-var4); cursor: pointer; border: 0.7px solid var(--blue-var4); } input[type=submit]:disabled { background-color: #AAAAAA; } input[type=submit]:disabled:hover { background-color: #AAAAAA; } fieldset { border: 0 px solid #222222; margin-left:0; } legend { padding: 0.2em 0.5em; border: 0px solid var(--blue-var4); color: #222222; font-size: 1.1vmax; text-align: center; } .disabled-input { background-color: #ddd; pointer-events: none; color:black; } .application-form-pager a, .application-form-pager a:visited, .application-form-pager a:link, .application-form-pager a:active { background-color: #222222; border-radius: 3%; border: 0.7px solid #222222; color: #f1f1f1; padding: 2%; font-size: 1vmax; width: 6.5vw; display: inline-block; text-align:center; text-decoration:none; } .application-form-pager a:hover { background-color: var(--blue-var4); cursor: pointer; border: 0.7px solid var(--blue-var4); } .box-available-inst { margin-left: 12%; width: 65%; min-height: 10vw; } .box-chosen-inst { margin-left: 12%; width: 65%; min-height: 10vw; } .box-chosen-inst ul { width: 88%; margin:0; } .available-inst { display: block; border: 1px solid #CCC; text-align: left; border-radius: 0.2vw; opacity: 1; margin-top: 0.8%; color: #222222; cursor: default; font-size: 1.2vmax; -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .available-inst:hover { background-color: var(--blue-var5); cursor: default; } .connected { margin-top:0; } .connected li { border: 1px solid #CCC; background: #F6F6F6; color: var(--blue-var2); padding: 0.4vw; } li.sortable-placeholder { border: 1px dashed #CCC; background: none; } .myApp-institutions { margin-left:0; } .myApp-institutions li { list-style: decimal; border: 1px solid #CCC; background: #F6F6F6; color: var(--blue-var2); width:30%; cursor:default; font-size:1.1vmax; } #motivationCard-title { position: relative; display: inline-block; } #motivationCard { width: 45vw; overflow-y: auto; word-wrap: break-word; height: 21vh; position: relative; display: block; font-size: 1.10vmax; } .main-application-container p{ font-size:1.12vmax; } .open-help { width: 1.45vw; margin-left: 100%; cursor: pointer; position: relative; } .help-inst { margin-top:0%; display: none; width: 25vw; margin-left: 10%; position: absolute; background-color: white; box-shadow: 0px 8px 16px 3px rgba(0,0,0,0.2); padding: 1%; font-size: 1vmax; z-index:900; } .help-inst video { width: 22vw; left:1.5vw; position: relative; }
CIMOB_IPS/wwwroot/css/application.css
.main-application-container { background-color: white; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); width: 50%; margin-top: 4%; margin-right: auto; margin-left: auto; height: 100%; } .application-form { width:80%; margin-left:11%; margin-top: 2%; padding-top: 2%; position: relative; } .application-form p { font-size: 1.1vmax; } .application-form table { margin-left: 1%; margin-top:3%; margin-bottom:3%; } .application-form label { position: relative; margin-top: 20%; font-size: 1.1vmax; } .application-form input[type=text], input[type=password], select { width: 30vw; padding: 2% 3%; display: inline-block; border: 1px solid #ccc; border-radius: 4px; box-sizing: border-box; font-size: 1vmax; } textarea { width: 35vw; padding: 1% 2%; display: inline-block; border: 1px solid #ccc; border-radius: 4px; box-sizing: border-box; font-size: 1vmax; margin-left:2%; } .application-form input[type=submit], application-form-pager a, application-form-pager button { width: 100%; background-color: var(--blue-var4); color: white; padding: 12px; border: none; border-radius: 4px; cursor: pointer; font-size: 1.1vmax; margin-top: 5%; } .application-form input[type=submit]:hover { background-color: var(--blue-var3); } .application-form-pager{ margin-top:2%; margin-left:69%; padding-bottom:2%; position:relative; } .application-form-pager input[type=submit] { background-color: #222222; border-radius: 3%; border: 0.7px solid #222222; color: #f1f1f1; padding: 4%; font-size: 1vmax; width:12vw; display:inline-block; } .application-form-pager input[type=submit]:hover:enabled { background-color: var(--blue-var4); cursor: pointer; border: 0.7px solid var(--blue-var4); } input[type=submit]:disabled { background-color: #AAAAAA; } input[type=submit]:disabled:hover { background-color: #AAAAAA; } fieldset { border: 0 px solid #222222; margin-left:0; } legend { padding: 0.2em 0.5em; border: 0px solid var(--blue-var4); color: #222222; font-size: 1.1vmax; text-align: center; } .disabled-input { background-color: #ddd; pointer-events: none; color:black; } .application-form-pager a, .application-form-pager a:visited, .application-form-pager a:link, .application-form-pager a:active { background-color: #222222; border-radius: 3%; border: 0.7px solid #222222; color: #f1f1f1; padding: 2%; font-size: 1vmax; width: 6.5vw; display: inline-block; text-align:center; text-decoration:none; } .application-form-pager a:hover { background-color: var(--blue-var4); cursor: pointer; border: 0.7px solid var(--blue-var4); } .box-available-inst { margin-left: 12%; width: 65%; min-height: 10vw; } .box-chosen-inst { margin-left: 12%; width: 65%; min-height: 10vw; } .box-chosen-inst ul { width: 88%; margin:0; } .available-inst { display: block; border: 1px solid #CCC; text-align: left; border-radius: 0.2vw; opacity: 1; margin-top: 0.8%; color: #222222; cursor: default; font-size: 1.2vmax; -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .available-inst:hover { background-color: var(--blue-var5); cursor: default; } .connected { margin-top:0; } .connected li { border: 1px solid #CCC; background: #F6F6F6; color: var(--blue-var2); padding: 0.4vw; } li.sortable-placeholder { border: 1px dashed #CCC; background: none; } .myApp-institutions { margin-left:0; } .myApp-institutions li { list-style: decimal; border: 1px solid #CCC; background: #F6F6F6; color: var(--blue-var2); width:30%; cursor:default; font-size:1.1vmax; } #motivationCard-title { position: relative; display: inline-block; } #motivationCard { width: 45vw; overflow-y: auto; word-wrap: break-word; height: 21vh; position: relative; display: block; font-size: 1.10vmax; } .main-application-container p{ font-size:1.12vmax; } .open-help { width: 1.45vw; margin-left: 100%; cursor: pointer; position: relative; } .help-inst { margin-top:0%; display: none; width: 25vw; margin-left: 10%; position: absolute; background-color: white; box-shadow: 0px 8px 16px 3px rgba(0,0,0,0.2); padding: 1%; font-size: 1vmax; z-index:900; } .help-inst video { width: 22vw; left:1.5vw; position: relative; }
0.464902
0.117016
* { font-family: 'Open Sans', sans-serif; } @font-face { font-family: 'icomoon'; src: url('fonts/icomoon.eot?18f0y6'); src: url('fonts/icomoon.eot?18f0y6#iefix') format('embedded-opentype'), url('fonts/icomoon.ttf?18f0y6') format('truetype'), url('fonts/icomoon.woff?18f0y6') format('woff'), url('fonts/icomoon.svg?18f0y6#icomoon') format('svg'); font-weight: normal; font-style: normal; } [class^="icon-"], [class*=" icon-"] { /* use !important to prevent issues with browser extensions that change fonts */ font-family: 'icomoon' !important; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } button { display: inline-block; padding: 6px 12px; margin-bottom: 0; font-size: 14px; font-weight: 400; line-height: 22px; text-align: center; white-space: nowrap; vertical-align: middle; -ms-touch-action: manipulation; touch-action: manipulation; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-image: none; border: 1px solid transparent; border-radius: 2px; color: #000; background-color: #fff; border-color: #eee; transition: all .4s; } button:focus { outline: none; } button:hover { background-color: #FDFDFD; border-color: #ddd; } /* Since I create a dark theme, the default scroll bar is not adapted, I tune it a bit for webkit browsers. More work could be needed for other browsers. */ /*::-webkit-scrollbar { width: 12px; } ::-webkit-scrollbar-track { border-radius: 10px; } ::-webkit-scrollbar-thumb { border-radius: 10px; }*/ header { position: absolute; top: 0; left: 180px; right: 0; height: 60px; } header h1 { margin: 0; padding: 0 10px; line-height: 60px; font-size: 22px; font-weight: 500; } aside { position: absolute; left: 0; top: 0; bottom: 0; width: 180px; background-color: #464656; } aside a { position: relative; display: block; width: 160px; height: 60px; font-size: 14px; line-height: 60px; overflow: hidden; color: #fff; text-decoration: none; padding: 0 10px; transition: all 0.4s; } aside a:before { /* use !important to prevent issues with browser extensions that change fonts */ font-family: 'icomoon' !important; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\e88a"; } aside a:hover { background-color: #565686; ; } footer { position: absolute; bottom: 0; left: 180px; right: 0; height: 60px; } footer p { text-align: right; line-height: 60px; font-size: 12px; margin: 0; padding: 0 20px 0 0px; } .main-container { position: absolute; top: 60px; left: 180px; right: 0; bottom: 60px; background-color: #ededed; overflow: auto; padding: 10px; } .search-box { position: relative; margin: 30px auto; width: 600px; } .search-box input { line-height: 30px; height: 30px; font-size: 18px; width: 400px; padding: 0; margin: 0; border: none; padding: 0 0 0 10px; border-bottom: solid thin rgba(202, 202, 202, 0.2); } input { transition: all 0.4s; } input:focus { border-bottom: solid thin rgba(202, 202, 202, 1); outline: none; } .search-box button { width: 180px; } .word-of-the-day { text-align: center; margin: 40px auto; } .word-of-the-day .word { font-size: 80px; } .word-of-the-day .pinyin { font-size: 16px; } .word-of-the-day .translation { margin: 10px 0; font-size: 20px; } .card{ display: inline-block; width: 128px; max-width: 128px; height: 172px; max-height: 172px; overflow: auto; /*border: thin solid #cacaca;*/ /*border-radius: 4px;*/ /*padding: 4px;*/ margin: 4px; background-color: #fff; cursor: pointer; } .card:hover{ box-shadow: 0px 0px 3px 2px #999999; } .card .level{ float: left; height: 38px; width: 6px; margin: 0 6px; } .card .level-1{ background-color: #41d728;} .card .level-2{ background-color: #5FB928;} .card .level-3{ background-color: #7D9B28;} .card .level-4{ background-color: #9B7D28;} .card .level-5{ background-color: #B95F28;} .card .level-6{ background-color: #d74128;} .card .word { font-size: 38px; text-align: center; height: 120px; line-height: 120px; margin: 4px; background-color: #f6f6f6; transition: background-color 0.4s; } .card:hover .word { background-color: #fcfcfc; } .card .word.large{ font-size: 28px; } .card .pinyin { font-size: 12px; text-align: left; padding: 0 10px; font-style: italic; } .card .translation { font-size: 13px; text-align: left; padding: 0 10px; color: #eee; transition: color 0.4s; } .card:hover .translation { color: #464646; }
front-office/stylesheets/screen.css
* { font-family: 'Open Sans', sans-serif; } @font-face { font-family: 'icomoon'; src: url('fonts/icomoon.eot?18f0y6'); src: url('fonts/icomoon.eot?18f0y6#iefix') format('embedded-opentype'), url('fonts/icomoon.ttf?18f0y6') format('truetype'), url('fonts/icomoon.woff?18f0y6') format('woff'), url('fonts/icomoon.svg?18f0y6#icomoon') format('svg'); font-weight: normal; font-style: normal; } [class^="icon-"], [class*=" icon-"] { /* use !important to prevent issues with browser extensions that change fonts */ font-family: 'icomoon' !important; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } button { display: inline-block; padding: 6px 12px; margin-bottom: 0; font-size: 14px; font-weight: 400; line-height: 22px; text-align: center; white-space: nowrap; vertical-align: middle; -ms-touch-action: manipulation; touch-action: manipulation; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-image: none; border: 1px solid transparent; border-radius: 2px; color: #000; background-color: #fff; border-color: #eee; transition: all .4s; } button:focus { outline: none; } button:hover { background-color: #FDFDFD; border-color: #ddd; } /* Since I create a dark theme, the default scroll bar is not adapted, I tune it a bit for webkit browsers. More work could be needed for other browsers. */ /*::-webkit-scrollbar { width: 12px; } ::-webkit-scrollbar-track { border-radius: 10px; } ::-webkit-scrollbar-thumb { border-radius: 10px; }*/ header { position: absolute; top: 0; left: 180px; right: 0; height: 60px; } header h1 { margin: 0; padding: 0 10px; line-height: 60px; font-size: 22px; font-weight: 500; } aside { position: absolute; left: 0; top: 0; bottom: 0; width: 180px; background-color: #464656; } aside a { position: relative; display: block; width: 160px; height: 60px; font-size: 14px; line-height: 60px; overflow: hidden; color: #fff; text-decoration: none; padding: 0 10px; transition: all 0.4s; } aside a:before { /* use !important to prevent issues with browser extensions that change fonts */ font-family: 'icomoon' !important; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\e88a"; } aside a:hover { background-color: #565686; ; } footer { position: absolute; bottom: 0; left: 180px; right: 0; height: 60px; } footer p { text-align: right; line-height: 60px; font-size: 12px; margin: 0; padding: 0 20px 0 0px; } .main-container { position: absolute; top: 60px; left: 180px; right: 0; bottom: 60px; background-color: #ededed; overflow: auto; padding: 10px; } .search-box { position: relative; margin: 30px auto; width: 600px; } .search-box input { line-height: 30px; height: 30px; font-size: 18px; width: 400px; padding: 0; margin: 0; border: none; padding: 0 0 0 10px; border-bottom: solid thin rgba(202, 202, 202, 0.2); } input { transition: all 0.4s; } input:focus { border-bottom: solid thin rgba(202, 202, 202, 1); outline: none; } .search-box button { width: 180px; } .word-of-the-day { text-align: center; margin: 40px auto; } .word-of-the-day .word { font-size: 80px; } .word-of-the-day .pinyin { font-size: 16px; } .word-of-the-day .translation { margin: 10px 0; font-size: 20px; } .card{ display: inline-block; width: 128px; max-width: 128px; height: 172px; max-height: 172px; overflow: auto; /*border: thin solid #cacaca;*/ /*border-radius: 4px;*/ /*padding: 4px;*/ margin: 4px; background-color: #fff; cursor: pointer; } .card:hover{ box-shadow: 0px 0px 3px 2px #999999; } .card .level{ float: left; height: 38px; width: 6px; margin: 0 6px; } .card .level-1{ background-color: #41d728;} .card .level-2{ background-color: #5FB928;} .card .level-3{ background-color: #7D9B28;} .card .level-4{ background-color: #9B7D28;} .card .level-5{ background-color: #B95F28;} .card .level-6{ background-color: #d74128;} .card .word { font-size: 38px; text-align: center; height: 120px; line-height: 120px; margin: 4px; background-color: #f6f6f6; transition: background-color 0.4s; } .card:hover .word { background-color: #fcfcfc; } .card .word.large{ font-size: 28px; } .card .pinyin { font-size: 12px; text-align: left; padding: 0 10px; font-style: italic; } .card .translation { font-size: 13px; text-align: left; padding: 0 10px; color: #eee; transition: color 0.4s; } .card:hover .translation { color: #464646; }
0.336004
0.08733
body { background-color: white !important; margin-top: 80px !important; font-size: 13px !important; font-family: Arial; } .glyphicon { font-size: 30px; color: #FCF4A3; } .glyphicon:hover { color: #3f704d; } footer { left: 0; width: 100%; padding: 3px; background-color: #3f704d; color: #FCF4A3; text-align: center; font-size: 15px; } #aboutUsText { font-size: 23px; color: #3f704d; text-align: center; margin-right: 15px; margin-left: 15px; /* border-left: 2px solid #3f704d; */ } #text { font-size: 23px; color: #3f704d; text-align: center; margin-right: 15px; margin-left: 15px; /* border-right: 2px solid #3f704d; */ } #aboutUs { color: #3f704d; text-align: center; font-size: 30px; } #myModal { left: 50%; top: 65%; transform: translate(-50%, -50%); } #cursor { position: absolute; top: 50%; left: 63%; transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); background: transparent; line-height: 40px; margin-left: 3px; -webkit-animation: blink 0.8s infinite; width: 5px; height: 50px; } .jumbotron { background: url("/images/kid.jpg") center center / cover no-repeat; color: white; } #info p ,h2{ font-size: 20px; color: #3f704d; } .text { color: white; font-size: 20px; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); text-align: center; } html { scroll-behavior: smooth; } .btn-primary { border-color: #FCF4A3; cursor: pointer; background-color: #3f704d; color: #FCF4A3; padding: 1em 2.1em 1.1em; border-radius: 3px; margin: 8px 8px 8px 8px; font-size: 3vw; } .btn-primary:hover { background-color: #; } .lead{ color: white; } .lead:hover{ color: #3f704d; } * { box-sizing: border-box; } /* Float four columns side by side */ .column { float: left; width: 25%; padding: 0 10px; background-color: #ffc266; } /* Remove extra left and right margins, due to padding */ .row {margin: 0 -5px;} /* Clear floats after the columns */ .row:after { content: ""; display: table; clear: both; } /* Responsive columns */ @media screen and (max-width: 600px) { .column { width: 100%; display: block; margin-bottom: 20px; } } /* Style the counter cards */ .card { box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); padding: 16px; text-align: center; background-color: #f1f1f1; } .carousel-control { width: 3%; position: absolute; } .carousel-control:focus, .carousel-control:hover { color: black; text-decoration: none; outline: 0; filter: alpha(opacity=90); opacity: 1; } ol.carousel-indicators { position: absolute; bottom: 0; margin: 0; left: 0; right: 0; width: auto; } ol.carousel-indicators li, ol.carousel-indicators li.active { float: left; width: 33%; height: 10px; margin: 0; border-radius: 0; border: 0; background: black; opacity: 0.6; } ol.carousel-indicators li.active { background: #3f704d; } .glyphicon-chevron-left:before { content: "\e079"; color: black; } .glyphicon-chevron-right:before { content: "\e080"; color: black; } div.container { margin-top: 10%; max-width: 100% !important; padding: 10px 0; } .overlay { position: absolute; top: 0; bottom: 0; left: 0; right: 0; height: 100%; width: 100%; opacity: 0; transition: .5s ease; background-color: #3f704d; } .overlay:hover { opacity: 0.6; } .btn-login { border-color: #28a745 !important; } .btn-group .btn-login:hover { background-color: #28a745 !important; }
public/css/app_faye.css
body { background-color: white !important; margin-top: 80px !important; font-size: 13px !important; font-family: Arial; } .glyphicon { font-size: 30px; color: #FCF4A3; } .glyphicon:hover { color: #3f704d; } footer { left: 0; width: 100%; padding: 3px; background-color: #3f704d; color: #FCF4A3; text-align: center; font-size: 15px; } #aboutUsText { font-size: 23px; color: #3f704d; text-align: center; margin-right: 15px; margin-left: 15px; /* border-left: 2px solid #3f704d; */ } #text { font-size: 23px; color: #3f704d; text-align: center; margin-right: 15px; margin-left: 15px; /* border-right: 2px solid #3f704d; */ } #aboutUs { color: #3f704d; text-align: center; font-size: 30px; } #myModal { left: 50%; top: 65%; transform: translate(-50%, -50%); } #cursor { position: absolute; top: 50%; left: 63%; transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); background: transparent; line-height: 40px; margin-left: 3px; -webkit-animation: blink 0.8s infinite; width: 5px; height: 50px; } .jumbotron { background: url("/images/kid.jpg") center center / cover no-repeat; color: white; } #info p ,h2{ font-size: 20px; color: #3f704d; } .text { color: white; font-size: 20px; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); text-align: center; } html { scroll-behavior: smooth; } .btn-primary { border-color: #FCF4A3; cursor: pointer; background-color: #3f704d; color: #FCF4A3; padding: 1em 2.1em 1.1em; border-radius: 3px; margin: 8px 8px 8px 8px; font-size: 3vw; } .btn-primary:hover { background-color: #; } .lead{ color: white; } .lead:hover{ color: #3f704d; } * { box-sizing: border-box; } /* Float four columns side by side */ .column { float: left; width: 25%; padding: 0 10px; background-color: #ffc266; } /* Remove extra left and right margins, due to padding */ .row {margin: 0 -5px;} /* Clear floats after the columns */ .row:after { content: ""; display: table; clear: both; } /* Responsive columns */ @media screen and (max-width: 600px) { .column { width: 100%; display: block; margin-bottom: 20px; } } /* Style the counter cards */ .card { box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); padding: 16px; text-align: center; background-color: #f1f1f1; } .carousel-control { width: 3%; position: absolute; } .carousel-control:focus, .carousel-control:hover { color: black; text-decoration: none; outline: 0; filter: alpha(opacity=90); opacity: 1; } ol.carousel-indicators { position: absolute; bottom: 0; margin: 0; left: 0; right: 0; width: auto; } ol.carousel-indicators li, ol.carousel-indicators li.active { float: left; width: 33%; height: 10px; margin: 0; border-radius: 0; border: 0; background: black; opacity: 0.6; } ol.carousel-indicators li.active { background: #3f704d; } .glyphicon-chevron-left:before { content: "\e079"; color: black; } .glyphicon-chevron-right:before { content: "\e080"; color: black; } div.container { margin-top: 10%; max-width: 100% !important; padding: 10px 0; } .overlay { position: absolute; top: 0; bottom: 0; left: 0; right: 0; height: 100%; width: 100%; opacity: 0; transition: .5s ease; background-color: #3f704d; } .overlay:hover { opacity: 0.6; } .btn-login { border-color: #28a745 !important; } .btn-group .btn-login:hover { background-color: #28a745 !important; }
0.39257
0.108661
.animate-once { animation-fill-mode: forwards !important; } .spinning { animation: spinningAnim 2800ms infinite forwards cubic-bezier(0.5, 1.1, 0.36, 1.02); } @keyframes spinningAnim { 0% { transform-origin: center; transform: rotate3d(0, 0, 1, -200deg); opacity: 0; } 20% { transform-origin: center; transform: rotate3d(0, 0, 1, -200deg); opacity: 0; } 30% { transform-origin: center; transform: translate3d(0, 0, 0); opacity: 1; } 70% { transform-origin: center; transform: translate3d(0, 0, 0); opacity: 1; } 80% { transform-origin: center; transform: rotate3d(0, 0, 1, -200deg); opacity: 0; } 100% { transform-origin: center; transform: rotate3d(0, 0, 1, -200deg); opacity: 0; } } @keyframes changeLetter { 0% { content: attr(name); } 50% { color: white; } 100% { content: attr(title); } } .animate-content::after { content: attr(name); } .animate-content-enter::after { animation: changeLetter 1s normal forwards ease-in-out; } .animated-light { overflow: hidden; position: relative; } .animated-light::before { animation: animatedLight 5s infinite forwards cubic-bezier(0.5, 1.1, 0.36, 1.02); z-index: 200; content: ''; /* z-index: -1; */ position: absolute; top: 0%; right: 100%; margin: 0; width: 2500px; height: 100vh; background-image: linear-gradient( 102deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100% ); transform-origin: 50% 100%; } @screen sm { .animated-light::before { height: 550px; } } @keyframes animatedLight { 0% { transform: scale3d(1, 1, 1) translate3d(0, 0, 0); } 100% { transform: scale3d(1, 1, 1) translate3d(200%, 0, 0); } } .animated-pill { animation: pulseScale 5000ms infinite forwards cubic-bezier(0.5, 1.1, 0.36, 1.02); overflow: hidden; position: relative; z-index: 1; } .animated-pill::before { animation: animatedPill 3000ms infinite forwards cubic-bezier(0.5, 1.1, 0.36, 1.02); } .animated-pill::before { content: ''; z-index: -1; position: absolute; top: 0%; left: 100%; margin: 0; width: 2000px; height: 200px; background-image: linear-gradient( 150deg, rgba(190, 100, 200, 0) 0%, rgba(190, 100, 200, 0.2) 40%, rgba(190, 100, 200, 0.6) 50%, rgba(190, 100, 200, 0.1) 64%, rgba(190, 100, 200, 0) 100% ); transform-origin: 100% 50%; } @keyframes animatedPill { 0% { transform: scale3d(1, 1, 1) translate3d(0, 0, 0); } 100% { transform: scale3d(1, 1, 1) translate3d(-200%, 0, 0); } } @keyframes pulseScale { 0% { transform: scale3d(1, 1, 1); } 40% { transform: scale3d(1, 1, 1); } 50% { transform: scale3d(1.15, 1.15, 1); } 60% { transform: scale3d(1, 1, 1); } 100% { transform: scale3d(1, 1, 1); } } .fade-out-and-up--enter { animation-iteration-count: 1; animation: fadeOutAndUpAnim 1000ms forwards cubic-bezier(0.2, 0.8, 0.36, 1); pointer-events: none; } @keyframes fadeOutAndUpAnim { 0% { opacity: 1; transform: scale3d(1, 1, 1) translate3d(0, 0, 0); } 100% { opacity: 0; transform: scale3d(0.75, 0.75, 0.75) translate3d(0, -70px, 0); } } .fade-in-and-down { opacity: 0; pointer-events: none; } .fade-in-and-down--enter { animation-iteration-count: 1; animation: fadeInAndDown 600ms forwards cubic-bezier(0.2, 0.8, 0.36, 1); pointer-events: initial; } @keyframes fadeInAndDown { 0% { opacity: 0; transform: scale3d(0.75, 0.75, 0.75) translate3d(0, -70px, 0); } 100% { opacity: 1; transform: scale3d(1, 1, 1) translate3d(0, 0, 0); } } .fade { bottom: 0; left: 0; position: absolute; right: 0; top: 15vh; } @keyframes gradientAnim { 0% { background-position: 0% 50%, -200px 0; } 50% { background-position: 100% 50%, -200px 0; } 100% { background-position: 0% 50%, -200px 0; } } @keyframes prePurchaseBtnAnim { 0% { opacity: 0; } 90% { opacity: 0; } 95% { opacity: 0.15; } 100% { opacity: 0; } } .neuo-shine { overflow: hidden; position: relative; } .neuo-shine::before { animation: neuoShine 2000ms forwards cubic-bezier(0.5, 1.1, 0.36, 1.02); animation-delay: 4000ms; } .neuo-shine::before { content: ''; z-index: -1; position: absolute; top: 0%; right: 100%; margin: 0; width: 2500px; height: 30vh; background-image: linear-gradient( 102deg, rgba(150, 100, 200, 0) 0%, rgba(150, 100, 200, 0) 36%, rgba(150, 100, 200, 0.02) 43%, rgba(150, 100, 200, 0.06) 47%, rgba(150, 100, 200, 0.1) 50%, rgba(150, 100, 200, 0.07) 53%, rgba(150, 100, 200, 0.01) 57%, rgba(150, 100, 200, 0) 65%, rgba(150, 100, 200, 0) 100% ); transform-origin: 50% 100%; } @keyframes neuoShine { 0% { transform: scale3d(1, 1, 1) translate3d(0, 0, 0); } 49% { transform: scale3d(1, 1, 1) translate3d(200%, 0, 0); } 50% { transform: scale3d(1, 1, 1) translate3d(0, 0, 0); } 100% { transform: scale3d(1, 1, 1) translate3d(200%, 0, 0); } } .spinningCoin { animation: coinSpin 4s cubic-bezier(0.88, 0.04, 0.17, 1) 10s infinite; } @keyframes coinSpin { 70% { transform: rotateY(0deg); } 100% { transform: rotateY(360deg); } } .shake { animation: shakeItem 10s ease-in-out 1s infinite; } @keyframes shakeItem { 0% { transform: rotate(0deg); } 2% { transform: rotate(20deg); } 4% { transform: rotate(-20deg); } 6% { transform: rotate(20deg); } 8% { transform: rotate(-20deg); } 10% { transform: rotate(0deg); } } .test { background-size: 150% 150% !important; } .test:hover { animation: cycleBackgroundPos 2500ms infinite; } .bg-flashy { background: var(--flashyGradient); } @keyframes gradientBG { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } } .text-flashy { background: var(--flashyGradient); background-clip: text; -webkit-text-fill-color: transparent; display: inline-block; background-size: 1000% auto; animation: cycleBackgroundPos 15000ms infinite steps(60); } .border-flashy { --borderFlashyRadius: 5px; --borderFlashyWidth: 6px; position: relative; border-radius: var(--borderFlashyRadius); width: calc(100% - 5px); } @screen sm { .border-flashy { --borderFlashyWidth: 10px; width: calc(100% - 5px); } } .border-flashy:after { content: ''; position: absolute; top: calc(-1 * var(--borderFlashyWidth)); left: calc(-1 * var(--borderFlashyWidth)); height: calc(100% + var(--borderFlashyWidth) * 2); width: calc(100% + var(--borderFlashyWidth) * 2); background: var(--flashyGradient); border-radius: var(--borderFlashyRadius); animation: cycleBackgroundPos 25000ms infinite steps(140); background-size: 300% 300%; z-index: -1; } @keyframes cycleBackgroundPos { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } } .purple-pink-gradient-animation { @apply bg-body; } .purple-pink-gradient-animation:after { --borderFlashyWidth: 2px !important; animation-duration: 4000ms !important; background-image: linear-gradient(40deg, #b8add2 30%, #9c48ba 81%) !important; }
pack/react-components/src/styles/animations.css
.animate-once { animation-fill-mode: forwards !important; } .spinning { animation: spinningAnim 2800ms infinite forwards cubic-bezier(0.5, 1.1, 0.36, 1.02); } @keyframes spinningAnim { 0% { transform-origin: center; transform: rotate3d(0, 0, 1, -200deg); opacity: 0; } 20% { transform-origin: center; transform: rotate3d(0, 0, 1, -200deg); opacity: 0; } 30% { transform-origin: center; transform: translate3d(0, 0, 0); opacity: 1; } 70% { transform-origin: center; transform: translate3d(0, 0, 0); opacity: 1; } 80% { transform-origin: center; transform: rotate3d(0, 0, 1, -200deg); opacity: 0; } 100% { transform-origin: center; transform: rotate3d(0, 0, 1, -200deg); opacity: 0; } } @keyframes changeLetter { 0% { content: attr(name); } 50% { color: white; } 100% { content: attr(title); } } .animate-content::after { content: attr(name); } .animate-content-enter::after { animation: changeLetter 1s normal forwards ease-in-out; } .animated-light { overflow: hidden; position: relative; } .animated-light::before { animation: animatedLight 5s infinite forwards cubic-bezier(0.5, 1.1, 0.36, 1.02); z-index: 200; content: ''; /* z-index: -1; */ position: absolute; top: 0%; right: 100%; margin: 0; width: 2500px; height: 100vh; background-image: linear-gradient( 102deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100% ); transform-origin: 50% 100%; } @screen sm { .animated-light::before { height: 550px; } } @keyframes animatedLight { 0% { transform: scale3d(1, 1, 1) translate3d(0, 0, 0); } 100% { transform: scale3d(1, 1, 1) translate3d(200%, 0, 0); } } .animated-pill { animation: pulseScale 5000ms infinite forwards cubic-bezier(0.5, 1.1, 0.36, 1.02); overflow: hidden; position: relative; z-index: 1; } .animated-pill::before { animation: animatedPill 3000ms infinite forwards cubic-bezier(0.5, 1.1, 0.36, 1.02); } .animated-pill::before { content: ''; z-index: -1; position: absolute; top: 0%; left: 100%; margin: 0; width: 2000px; height: 200px; background-image: linear-gradient( 150deg, rgba(190, 100, 200, 0) 0%, rgba(190, 100, 200, 0.2) 40%, rgba(190, 100, 200, 0.6) 50%, rgba(190, 100, 200, 0.1) 64%, rgba(190, 100, 200, 0) 100% ); transform-origin: 100% 50%; } @keyframes animatedPill { 0% { transform: scale3d(1, 1, 1) translate3d(0, 0, 0); } 100% { transform: scale3d(1, 1, 1) translate3d(-200%, 0, 0); } } @keyframes pulseScale { 0% { transform: scale3d(1, 1, 1); } 40% { transform: scale3d(1, 1, 1); } 50% { transform: scale3d(1.15, 1.15, 1); } 60% { transform: scale3d(1, 1, 1); } 100% { transform: scale3d(1, 1, 1); } } .fade-out-and-up--enter { animation-iteration-count: 1; animation: fadeOutAndUpAnim 1000ms forwards cubic-bezier(0.2, 0.8, 0.36, 1); pointer-events: none; } @keyframes fadeOutAndUpAnim { 0% { opacity: 1; transform: scale3d(1, 1, 1) translate3d(0, 0, 0); } 100% { opacity: 0; transform: scale3d(0.75, 0.75, 0.75) translate3d(0, -70px, 0); } } .fade-in-and-down { opacity: 0; pointer-events: none; } .fade-in-and-down--enter { animation-iteration-count: 1; animation: fadeInAndDown 600ms forwards cubic-bezier(0.2, 0.8, 0.36, 1); pointer-events: initial; } @keyframes fadeInAndDown { 0% { opacity: 0; transform: scale3d(0.75, 0.75, 0.75) translate3d(0, -70px, 0); } 100% { opacity: 1; transform: scale3d(1, 1, 1) translate3d(0, 0, 0); } } .fade { bottom: 0; left: 0; position: absolute; right: 0; top: 15vh; } @keyframes gradientAnim { 0% { background-position: 0% 50%, -200px 0; } 50% { background-position: 100% 50%, -200px 0; } 100% { background-position: 0% 50%, -200px 0; } } @keyframes prePurchaseBtnAnim { 0% { opacity: 0; } 90% { opacity: 0; } 95% { opacity: 0.15; } 100% { opacity: 0; } } .neuo-shine { overflow: hidden; position: relative; } .neuo-shine::before { animation: neuoShine 2000ms forwards cubic-bezier(0.5, 1.1, 0.36, 1.02); animation-delay: 4000ms; } .neuo-shine::before { content: ''; z-index: -1; position: absolute; top: 0%; right: 100%; margin: 0; width: 2500px; height: 30vh; background-image: linear-gradient( 102deg, rgba(150, 100, 200, 0) 0%, rgba(150, 100, 200, 0) 36%, rgba(150, 100, 200, 0.02) 43%, rgba(150, 100, 200, 0.06) 47%, rgba(150, 100, 200, 0.1) 50%, rgba(150, 100, 200, 0.07) 53%, rgba(150, 100, 200, 0.01) 57%, rgba(150, 100, 200, 0) 65%, rgba(150, 100, 200, 0) 100% ); transform-origin: 50% 100%; } @keyframes neuoShine { 0% { transform: scale3d(1, 1, 1) translate3d(0, 0, 0); } 49% { transform: scale3d(1, 1, 1) translate3d(200%, 0, 0); } 50% { transform: scale3d(1, 1, 1) translate3d(0, 0, 0); } 100% { transform: scale3d(1, 1, 1) translate3d(200%, 0, 0); } } .spinningCoin { animation: coinSpin 4s cubic-bezier(0.88, 0.04, 0.17, 1) 10s infinite; } @keyframes coinSpin { 70% { transform: rotateY(0deg); } 100% { transform: rotateY(360deg); } } .shake { animation: shakeItem 10s ease-in-out 1s infinite; } @keyframes shakeItem { 0% { transform: rotate(0deg); } 2% { transform: rotate(20deg); } 4% { transform: rotate(-20deg); } 6% { transform: rotate(20deg); } 8% { transform: rotate(-20deg); } 10% { transform: rotate(0deg); } } .test { background-size: 150% 150% !important; } .test:hover { animation: cycleBackgroundPos 2500ms infinite; } .bg-flashy { background: var(--flashyGradient); } @keyframes gradientBG { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } } .text-flashy { background: var(--flashyGradient); background-clip: text; -webkit-text-fill-color: transparent; display: inline-block; background-size: 1000% auto; animation: cycleBackgroundPos 15000ms infinite steps(60); } .border-flashy { --borderFlashyRadius: 5px; --borderFlashyWidth: 6px; position: relative; border-radius: var(--borderFlashyRadius); width: calc(100% - 5px); } @screen sm { .border-flashy { --borderFlashyWidth: 10px; width: calc(100% - 5px); } } .border-flashy:after { content: ''; position: absolute; top: calc(-1 * var(--borderFlashyWidth)); left: calc(-1 * var(--borderFlashyWidth)); height: calc(100% + var(--borderFlashyWidth) * 2); width: calc(100% + var(--borderFlashyWidth) * 2); background: var(--flashyGradient); border-radius: var(--borderFlashyRadius); animation: cycleBackgroundPos 25000ms infinite steps(140); background-size: 300% 300%; z-index: -1; } @keyframes cycleBackgroundPos { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } } .purple-pink-gradient-animation { @apply bg-body; } .purple-pink-gradient-animation:after { --borderFlashyWidth: 2px !important; animation-duration: 4000ms !important; background-image: linear-gradient(40deg, #b8add2 30%, #9c48ba 81%) !important; }
0.78436
0.285294
body { padding-top: 2.5rem; display: none; } .P_Pages { padding: 0 0.5625rem 0; background: #fff; color: #fff; min-height: 100%; position: relative; } .P_Pages form { } .P_Pages .reg_nav { line-height: 2rem; } .P_Pages .reg_nav .right a { color: #939393; } .P_Pages ul { background: #fff; margin-top: 1.5rem; } .P_Pages ul li { height: 2.5rem; line-height: 2.5rem; margin-top: 1rem; border-bottom: 1px solid #dedede; position: relative; } .P_Pages ul li:nth-of-type(1) { margin-top: 0; } .P_Pages ul li input { height: 100%; border: none; color: #888888; width: 18rem; float: left; box-sizing: border-box; background: #fff; } .P_Pages ul li input#regName { width: 8.9375rem; } .P_Pages ul li .code_btn { height: 100%; text-align: center; line-height: 2.125rem; } .P_Pages ul li .code_btn input { display: inline-block; vertical-align: middle; height: 2.125rem; line-height: 2.125rem; border-radius: 0.16rem; color: #fff; background: #f9a81b; width: auto; float: initial; padding: 0 0.64rem; appearance: none; -webkit-appearance: none; } .P_Pages ul li .eye { float: right; height: 100%; text-align: right; width: 1.5625rem; } .P_Pages ul li .eye i { font-size: 1.2rem; color: #c2c0c0; } .P_Pages ul li .eye.show i { color: #fb9856 } .P_Pages ul li.promote { height: 1.25rem; line-height: 1.25rem; padding: 0 0.64rem; color: #afafaf; background: none; margin: 0; font-size: 0.65rem; } .P_Pages ul .line { display: block; height: 0.96rem; border-bottom: 1px dashed #f0efef; } .P_Pages .reg_btn { height: 2.8125rem; line-height: 2.8125rem; color: #fff; font-size: 1rem; background: #fd8100; text-align: center; border-radius: 0.25rem; width: 19rem; margin-top: 1.5rem; } .P_Pages .reg_btn a { width: 100%; height: 2.8125rem; background: none; color: #fff; line-height: 2.8125rem; display: block; } .shuoming { font-size: 0.75rem; line-height: 1rem; color: #666; margin: 0.5rem 0 0.5rem; padding: 0 0.75rem; } .shuoming a { text-decoration: underline; color: #333; padding: 0 0.125rem; } .service { background: #fff; color: #666; padding: 0.5rem 0.25rem; line-height: 1.25rem; } .service p { text-indent: 2em; } .service h1 { font-size: 1rem; text-align: center; padding-bottom: 0.5rem; } .reg_ok_mask { position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 1000; background: rgba(0,0,0,0.5) url(/Skin/Passport/Img/Reel_bj.png) no-repeat top center; background-size: 100% auto; } .reg_ok_box { width: 100%; overflow: hidden; margin-top: 10%; } .reg_ok_box .cancel { float: right; width: 2rem; height: 2rem; margin-right: 1rem; } .reg_ok_box .cancel img { display: block; width: 100%; } .reg_ok_box .reel_box { clear: both; } .reg_ok_box .reel_up { width: 100%; height: 2rem; background: url(/Skin/Passport/Img/Reel_up.png)no-repeat; background-size: cover; } .reg_ok_box .reel_down { width: 100%; height: 2rem; background: url(/Skin/Passport/Img/Reel_down.png) no-repeat; background-size: cover; } .reg_ok_box .reel_con { width: 100%; background: url(/Skin/Passport/Img/Reel_con.png)repeat-y; background-size: 100% auto; } .reg_ok_box .reel_con .title { line-height: 2rem; text-align: center; color: #ffd718; font-size: 0.875rem; width: 100%; height: 2rem; background: url(/Skin/Passport/Img/Reel_title.png) no-repeat; background-size: cover; } .reg_ok_box .reel_list { width: 14rem; height: 4rem; background: url(/Skin/Passport/Img/Reel_list.png) no-repeat; background-size: cover; margin: 0.75rem auto 0; } .reg_ok_box .reel_list dt { float: left; width: 5.25rem; text-align: center; height: 4rem; margin-right: 0.5rem; } .reg_ok_box .reel_list dt em { color: #f73535; font-size: 1.25rem; line-height: 2rem; height: 2rem; margin-top: 0.75rem; display: block; } .reg_ok_box .reel_list dt span { display: block; color: #fff; line-height: 1rem; } .reg_ok_box .reel_list dd.tit { padding-top: 0.75rem; color: #000; font-size: 0.875rem; line-height: 1.25rem; } .reg_ok_box .reel_list dd.con { line-height: 1.5rem; } .reg_ok_box a.bottom { display: block; text-align: center; margin-top: 0.75rem; line-height: 1.5rem; height: 1.5rem; color: #e02107; text-decoration: underline; } .help_box { padding: 0.75rem; line-height: 1.5rem; border: 0.5rem solid #ff5c0c; box-sizing: border-box; } .P_Pages label.error { left: 0; top: 2.75rem; } /*提示框*/ .dialog-mask-div { top: 0; left: 0; width: 100%; height: 100%; opacity: 0.3; display: block; position: fixed; z-index: 999999998; background-color: #000000; } .dialog-main-div { top: 50%; width: 70%; left: 50%; opacity: 1; position: fixed; margin-left: -35%; font-size: 20px; text-align: center; font-family: 'Microsoft Yahei'; background: #FFFFFF; border-radius: 0.35rem; z-index: 999999999; box-sizing: content-box; opacity: 1; -webkit-transition-duration: .4s; transition-duration: .4s; -webkit-transform: translate3d(0,0,0) scale(1); transform: translate3d(0,0,0) scale(1); } .modal-inner { padding: .75rem; border-radius: .35rem .35rem 0 0; position: relative; } .modal-inner:after { content: ''; position: absolute; left: 0; bottom: 0; right: auto; top: auto; height: 1.1px; width: 100%; background-color: #e0dcdc; display: block; z-index: 15; -webkit-transform-origin: 50% 100%; transform-origin: 50% 100%; } .modal-buttons { height: 2.8rem; overflow: hidden; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; justify-content: center; } .dialog-button { width: 100%; padding: 0 .25rem; height: 2.8rem; font-size: .8rem; line-height: 2.8rem; text-align: center; display: block; position: relative; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; cursor: pointer; box-sizing: border-box; -webkit-box-flex: 1; } .dialog-button:first-child { border-radius: 0 0 0 .35rem; } .dialog-button:last-child { border-radius: 0 0 .35rem 0; } .dialog-button-normal { float: left; background: #ff8201; color: #fff; } .dialog-title { font-weight: 500; font-size: .8rem; text-align: center; } .dialog-content { margin-top: .5rem; font-size: .8rem; line-height: 1.5; } /*自适应 */ /*5.5*/ @media(max-width:414px) { .dialog-main-div { width: 60%; margin-left: -30%; top: 35%; } } @media(max-width:388px) { .dialog-main-div { width: 70%; margin-left: -35%; } } @media(max-width:380px) { .dialog-main-div { width: 70%; margin-left: -35%; } } /*4.7*/ @media(max-width:375px) { .dialog-main-div { width: 70%; margin-left: -35%; } }
Iwenli.Org.Passport.Site/Skin/Passport/Css/Register.css
body { padding-top: 2.5rem; display: none; } .P_Pages { padding: 0 0.5625rem 0; background: #fff; color: #fff; min-height: 100%; position: relative; } .P_Pages form { } .P_Pages .reg_nav { line-height: 2rem; } .P_Pages .reg_nav .right a { color: #939393; } .P_Pages ul { background: #fff; margin-top: 1.5rem; } .P_Pages ul li { height: 2.5rem; line-height: 2.5rem; margin-top: 1rem; border-bottom: 1px solid #dedede; position: relative; } .P_Pages ul li:nth-of-type(1) { margin-top: 0; } .P_Pages ul li input { height: 100%; border: none; color: #888888; width: 18rem; float: left; box-sizing: border-box; background: #fff; } .P_Pages ul li input#regName { width: 8.9375rem; } .P_Pages ul li .code_btn { height: 100%; text-align: center; line-height: 2.125rem; } .P_Pages ul li .code_btn input { display: inline-block; vertical-align: middle; height: 2.125rem; line-height: 2.125rem; border-radius: 0.16rem; color: #fff; background: #f9a81b; width: auto; float: initial; padding: 0 0.64rem; appearance: none; -webkit-appearance: none; } .P_Pages ul li .eye { float: right; height: 100%; text-align: right; width: 1.5625rem; } .P_Pages ul li .eye i { font-size: 1.2rem; color: #c2c0c0; } .P_Pages ul li .eye.show i { color: #fb9856 } .P_Pages ul li.promote { height: 1.25rem; line-height: 1.25rem; padding: 0 0.64rem; color: #afafaf; background: none; margin: 0; font-size: 0.65rem; } .P_Pages ul .line { display: block; height: 0.96rem; border-bottom: 1px dashed #f0efef; } .P_Pages .reg_btn { height: 2.8125rem; line-height: 2.8125rem; color: #fff; font-size: 1rem; background: #fd8100; text-align: center; border-radius: 0.25rem; width: 19rem; margin-top: 1.5rem; } .P_Pages .reg_btn a { width: 100%; height: 2.8125rem; background: none; color: #fff; line-height: 2.8125rem; display: block; } .shuoming { font-size: 0.75rem; line-height: 1rem; color: #666; margin: 0.5rem 0 0.5rem; padding: 0 0.75rem; } .shuoming a { text-decoration: underline; color: #333; padding: 0 0.125rem; } .service { background: #fff; color: #666; padding: 0.5rem 0.25rem; line-height: 1.25rem; } .service p { text-indent: 2em; } .service h1 { font-size: 1rem; text-align: center; padding-bottom: 0.5rem; } .reg_ok_mask { position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 1000; background: rgba(0,0,0,0.5) url(/Skin/Passport/Img/Reel_bj.png) no-repeat top center; background-size: 100% auto; } .reg_ok_box { width: 100%; overflow: hidden; margin-top: 10%; } .reg_ok_box .cancel { float: right; width: 2rem; height: 2rem; margin-right: 1rem; } .reg_ok_box .cancel img { display: block; width: 100%; } .reg_ok_box .reel_box { clear: both; } .reg_ok_box .reel_up { width: 100%; height: 2rem; background: url(/Skin/Passport/Img/Reel_up.png)no-repeat; background-size: cover; } .reg_ok_box .reel_down { width: 100%; height: 2rem; background: url(/Skin/Passport/Img/Reel_down.png) no-repeat; background-size: cover; } .reg_ok_box .reel_con { width: 100%; background: url(/Skin/Passport/Img/Reel_con.png)repeat-y; background-size: 100% auto; } .reg_ok_box .reel_con .title { line-height: 2rem; text-align: center; color: #ffd718; font-size: 0.875rem; width: 100%; height: 2rem; background: url(/Skin/Passport/Img/Reel_title.png) no-repeat; background-size: cover; } .reg_ok_box .reel_list { width: 14rem; height: 4rem; background: url(/Skin/Passport/Img/Reel_list.png) no-repeat; background-size: cover; margin: 0.75rem auto 0; } .reg_ok_box .reel_list dt { float: left; width: 5.25rem; text-align: center; height: 4rem; margin-right: 0.5rem; } .reg_ok_box .reel_list dt em { color: #f73535; font-size: 1.25rem; line-height: 2rem; height: 2rem; margin-top: 0.75rem; display: block; } .reg_ok_box .reel_list dt span { display: block; color: #fff; line-height: 1rem; } .reg_ok_box .reel_list dd.tit { padding-top: 0.75rem; color: #000; font-size: 0.875rem; line-height: 1.25rem; } .reg_ok_box .reel_list dd.con { line-height: 1.5rem; } .reg_ok_box a.bottom { display: block; text-align: center; margin-top: 0.75rem; line-height: 1.5rem; height: 1.5rem; color: #e02107; text-decoration: underline; } .help_box { padding: 0.75rem; line-height: 1.5rem; border: 0.5rem solid #ff5c0c; box-sizing: border-box; } .P_Pages label.error { left: 0; top: 2.75rem; } /*提示框*/ .dialog-mask-div { top: 0; left: 0; width: 100%; height: 100%; opacity: 0.3; display: block; position: fixed; z-index: 999999998; background-color: #000000; } .dialog-main-div { top: 50%; width: 70%; left: 50%; opacity: 1; position: fixed; margin-left: -35%; font-size: 20px; text-align: center; font-family: 'Microsoft Yahei'; background: #FFFFFF; border-radius: 0.35rem; z-index: 999999999; box-sizing: content-box; opacity: 1; -webkit-transition-duration: .4s; transition-duration: .4s; -webkit-transform: translate3d(0,0,0) scale(1); transform: translate3d(0,0,0) scale(1); } .modal-inner { padding: .75rem; border-radius: .35rem .35rem 0 0; position: relative; } .modal-inner:after { content: ''; position: absolute; left: 0; bottom: 0; right: auto; top: auto; height: 1.1px; width: 100%; background-color: #e0dcdc; display: block; z-index: 15; -webkit-transform-origin: 50% 100%; transform-origin: 50% 100%; } .modal-buttons { height: 2.8rem; overflow: hidden; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; justify-content: center; } .dialog-button { width: 100%; padding: 0 .25rem; height: 2.8rem; font-size: .8rem; line-height: 2.8rem; text-align: center; display: block; position: relative; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; cursor: pointer; box-sizing: border-box; -webkit-box-flex: 1; } .dialog-button:first-child { border-radius: 0 0 0 .35rem; } .dialog-button:last-child { border-radius: 0 0 .35rem 0; } .dialog-button-normal { float: left; background: #ff8201; color: #fff; } .dialog-title { font-weight: 500; font-size: .8rem; text-align: center; } .dialog-content { margin-top: .5rem; font-size: .8rem; line-height: 1.5; } /*自适应 */ /*5.5*/ @media(max-width:414px) { .dialog-main-div { width: 60%; margin-left: -30%; top: 35%; } } @media(max-width:388px) { .dialog-main-div { width: 70%; margin-left: -35%; } } @media(max-width:380px) { .dialog-main-div { width: 70%; margin-left: -35%; } } /*4.7*/ @media(max-width:375px) { .dialog-main-div { width: 70%; margin-left: -35%; } }
0.558568
0.067332
html, body, .content-wrapper { height: 100%; margin: 0px; padding: 0px; } .content-wrapper { padding-top: 2px; display: flex; flex-direction: column; } .login-screen { flex: 1; display: flex; } .login-screen .login-left p { color: white; font-size: 20px; text-align: left; width: 100%; } .login-left { width: 50%; background: #1da1f2; display: flex; flex-direction: column; justify-content: center; align-items: center; background-image: url("./twitter.svg"); background-repeat: no-repeat; background-size: 1020px 1110px; background-position: 104px -200px; } .login-right { width: 50%; background: white; display: flex; flex-direction: column; align-items: center; } .link-terkait { background: white; padding: 0px 0px; border-top: 3px solid #a9bac4; } .link-terkait ul { list-style: none; padding: 0; display: flex; justify-content: center; padding: 0px; } .link-terkait ul li { padding: 10px 10px; font-size: 12px; } .link-terkait ul li a { color: #a9bac4; text-decoration: none; } .link-terkait ul li a:hover { text-decoration: underline; } .form { width: 200px; height: 20px; border: 1px solid #edecf0; border-radius: 4px; color: grey; padding: 10px; outline: none; margin-bottom: 5px; } .form-group { display: flex; flex-direction: column; margin-right: 10px; } .form-group a { text-decoration: none; color: gray; } .form-group a:hover { text-decoration: underline; } .btn-outline { height: 40px; padding: 10px 24px; border-radius: 5px; border: 1px solid #1da1f2; color: #1da1f2; background: white; } .btn-outline:hover { background: #1da1f2; color: white; } .btn { height: 40px; padding: 10px 24px; background: #1da1f2; color: white; border: 1px solid #1da1f2; } .btn-full { width: 100%; margin-bottom: 10px; padding: 5px 20px; border-radius: 100px; } .login-action { display: flex; justify-content: center; align-items: flex-start; margin-top: 20px; } .icon-logo { width: 50px; height: 50px; } .icon-logo img { height: 100%; } .action-wrapper { width: 50%; margin-top: 10%; } .action-wrapper h1 { font-size: 24px; font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif; } .action-wrapper h3 { font-size: 14px; margin-top: 45px; font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif; opacity: 70%; }
Prawito Hudoro (Code)/CSS Login Twitter/style.css
html, body, .content-wrapper { height: 100%; margin: 0px; padding: 0px; } .content-wrapper { padding-top: 2px; display: flex; flex-direction: column; } .login-screen { flex: 1; display: flex; } .login-screen .login-left p { color: white; font-size: 20px; text-align: left; width: 100%; } .login-left { width: 50%; background: #1da1f2; display: flex; flex-direction: column; justify-content: center; align-items: center; background-image: url("./twitter.svg"); background-repeat: no-repeat; background-size: 1020px 1110px; background-position: 104px -200px; } .login-right { width: 50%; background: white; display: flex; flex-direction: column; align-items: center; } .link-terkait { background: white; padding: 0px 0px; border-top: 3px solid #a9bac4; } .link-terkait ul { list-style: none; padding: 0; display: flex; justify-content: center; padding: 0px; } .link-terkait ul li { padding: 10px 10px; font-size: 12px; } .link-terkait ul li a { color: #a9bac4; text-decoration: none; } .link-terkait ul li a:hover { text-decoration: underline; } .form { width: 200px; height: 20px; border: 1px solid #edecf0; border-radius: 4px; color: grey; padding: 10px; outline: none; margin-bottom: 5px; } .form-group { display: flex; flex-direction: column; margin-right: 10px; } .form-group a { text-decoration: none; color: gray; } .form-group a:hover { text-decoration: underline; } .btn-outline { height: 40px; padding: 10px 24px; border-radius: 5px; border: 1px solid #1da1f2; color: #1da1f2; background: white; } .btn-outline:hover { background: #1da1f2; color: white; } .btn { height: 40px; padding: 10px 24px; background: #1da1f2; color: white; border: 1px solid #1da1f2; } .btn-full { width: 100%; margin-bottom: 10px; padding: 5px 20px; border-radius: 100px; } .login-action { display: flex; justify-content: center; align-items: flex-start; margin-top: 20px; } .icon-logo { width: 50px; height: 50px; } .icon-logo img { height: 100%; } .action-wrapper { width: 50%; margin-top: 10%; } .action-wrapper h1 { font-size: 24px; font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif; } .action-wrapper h3 { font-size: 14px; margin-top: 45px; font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif; opacity: 70%; }
0.409929
0.069858
body { font-family: 'Roboto', sans-serif; background: #7e8b91; margin: 1%; box-sizing: border-box; } .container { display: flex; display: -webkit-flex; flex-direction: row; -webkit-flex-direction: row; width: 100%; min-width: 1180px; margin: auto; justify-content: center; } .menu-column { position: relative; width: 6%; max-width: 50px; background: linear-gradient(#2e96ea, #30c8ca); min-width: 70px; } .menu-column .profile { position: absolute; bottom: 0; width: 100%; height: 65px; } .menu-column .profile img { position: relative; width: 100%; height: 100%; } .menu-column .profile:after { content: ''; display: block; height: 10px; position: absolute; bottom: 0; left: 0; width: 100%; background-color: rgba(245, 244, 120, 0.7); } .menu-column .nav { list-style-type: none; margin: 0 0 100px; padding: 0; } .menu-column .nav li { width: 100%; height: 3.5em; margin: 0; } .menu-column .nav li:hover { background-color: #57a8ed; cursor: pointer; } .menu-column .pulse, .menu-column .chat, .menu-column .calendar, .menu-column .clipboard, .menu-column .settings { background-image: url("https://svgshare.com/i/4w9.svg"); background-position: center; background-size: 25px; background-repeat: no-repeat; } .menu-column .chat { background-image: url("https://svgshare.com/i/4uF.svg"); } .menu-column .calendar { background-image: url("https://svgshare.com/i/4vc.svg"); } .menu-column .clipboard { background-image: url("https://svgshare.com/i/4wJ.svg"); } .menu-column .settings { background-image: url("https://svgshare.com/i/4vd.svg"); } .float-none { clear: both; } .summary-column { position: relative; z-index: 2; width: 17%; min-width: 225px; max-width: 300px; background: linear-gradient(#5a89b1, #42656f); } .summary-column .profile-img { position: relative; height: 331px; } .summary-column .profile-img img { width: 100%; height: 100%; } .summary-column .profile-img .name { position: absolute; bottom: 25px; left: 1em; color: white; font-size: 1.5em; font-weight: 300; } .summary-column .statistics { margin: 20px 6% 0 6%; } .summary-column .statistics h2 { color: #a1afbc; text-transform: uppercase; font-size: 0.75em; letter-spacing: 1px; } .summary-column .statistics .age, .summary-column .statistics .weight, .summary-column .statistics .bmi, .summary-column .statistics .fat { display: block; width: 50%; height: 100px; box-sizing: border-box; float: left; border-right: 1px solid rgba(255, 255, 255, 0.2); text-align: center; border-bottom: 1px solid rgba(255, 255, 255, 0.2); } .summary-column .statistics .title { color: white; letter-spacing: 2px; font-size: 1.5em; position: relative; margin-top: -13px; display: block; line-height: 100px; vertical-align: middle; } .summary-column .statistics .title:after { color: #90a0aa; font-size: 0.7em; letter-spacing: 0px; position: absolute; bottom: -26px; left: 50%; transform: translateX(-50%); } .summary-column .statistics .weight { border-right: none; } .summary-column .statistics .title-weight:after { content: 'Weight'; } .summary-column .statistics .title-age:after { content: 'Age'; } .summary-column .statistics .title-bmi:after { content: 'BMI'; } .summary-column .statistics .title-fat:after { content: 'Fat'; } .summary-column .statistics .height { height: 150px; border-bottom: 1px solid rgba(255, 255, 255, 0.2); } .summary-column .statistics .height .icon { display: block; width: 50%; height: 100%; float: left; background: url("https://svgshare.com/i/4xQ.svg"); background-size: 120px; background-repeat: no-repeat; background-position: center; } .summary-column .statistics .height .data { display: block; width: 50%; float: left; } .summary-column .statistics .height .data span { display: block; position: relative; line-height: 130px; vertical-align: middle; font-size: 1.75em; color: white; } .summary-column .statistics .height .data span:after { content: 'Height'; color: #90a0aa; font-size: 0.7em; line-height: 20px; letter-spacing: 0px; position: absolute; left: 0; bottom: 25px; } .summary-column .statistics .bmi, .summary-column .statistics .fat { border-bottom: none; } .summary-column .statistics .fat { border-right: none; } .summary-column .statistics .percentage { font-size: 0.7em; line-height: 0.7em; } .summary-column .allergies { padding-top: 20px; } .summary-column .row { position: relative; height: 50px; line-height: 50px; text-transform: capitalize; border-top: 1px solid #537482; color: #f1f3f4; font-size: 0.8em; } .summary-column .row:last-child { border-bottom: 1px solid #537482; margin-bottom: 50px; } .summary-column .row .severity { position: absolute; top: 50%; left: 75%; transform: translate(-50%, -75%); width: 100px; height: 5px; background: #567681; } .summary-column .row .fill { background: #c3f8ab; } .content-column { background: white; width: 62%; min-width: 900px; z-index: 0; } @media only screen and (max-width: 1250px) { .content-column { width: 77%; } } .content-column .header-container { width: 100%; height: 331px; overflow: hidden; } .content-column .nav { width: 50%; float: left; font-size: 0.9em; font-weight: 500; line-height: 1; } .content-column .nav .content { margin: 50px 0 0 50px; white-space: nowrap; } .content-column .nav p { text-transform: uppercase; color: #899191; letter-spacing: 1px; } .content-column .nav .name { color: #636d6d; } .content-column .nav .shape { font-family: 'Nunito', sans-serif; font-weight: 200; font-size: 6em; color: #8b9494; } .content-column .nav .score { color: #34d0c4; } .content-column .select-boxes { float: left; width: 50%; } .content-column .select-boxes .content { margin: 40px; float: right; } .content-column .split-container { display: flex; display: -webkit-flex; flex-direction: row; -webkit-flex-direction: row; width: 100%; margin: auto; justify-content: center; } .content-column .split-container .split { position: relative; width: calc(100% / 3); min-width: 300px; text-align: center; font-size: 1.7em; font-weight: 300; border-right: 1px solid #dddfe1; border-bottom: 1px solid #dddfe1; } .content-column .split-container .split .split-graph { max-width: 100%; height: 125px; overflow: hidden; } .content-column .split-container .split h3 { font-size: 1.1em; font-weight: 300; margin: 50px 0 0 0; color: #566161; } .content-column .split-container .split:last-child { border-right: none; } .content-column .split-container .temperature, .content-column .split-container .calories, .content-column .split-container .heart-rate { display: block; color: #58676c; font-size: 2em; line-height: 2em; width: 225px; margin: auto; position: relative; font-weight: 300; margin: 10px auto; } .content-column .split-container .temperature:before, .content-column .split-container .calories:before, .content-column .split-container .heart-rate:before { content: ''; position: absolute; height: 35px; width: 35px; background: url("https://svgshare.com/i/50V.svg"); background-size: 35px 35px; background-position: center; background-repeat: no-repeat; left: 20px; top: 50%; transform: translateY(-50%); } .content-column .split-container .temperature:after, .content-column .split-container .calories:after, .content-column .split-container .heart-rate:after { content: '°'; font-weight: 300; color: #889599; position: absolute; right: 35px; } .content-column .split-container .calories:before, .content-column .split-container .heart-rate:before { background: url("https://svgshare.com/i/52_.svg"); background-size: 35px 35px; } .content-column .split-container .calories:after, .content-column .split-container .heart-rate:after { content: 'cal'; font-size: 0.5em; right: 30px; bottom: -9px; } .content-column .split-container .heart-rate:before { background: url("https://svgshare.com/i/51m.svg"); background-size: 35px 35px; left: 30px; } .content-column .split-container .heart-rate:after { content: 'bpm'; right: 20px; } .content-column .sleep .totals { width: 30%; float: left; } .content-column .sleep .totals .collective { margin-top: 75px; margin-left: 15%; } .content-column .sleep .totals .collective .hours, .content-column .sleep .totals .collective .minutes { position: relative; color: #58676c; font-size: 3em; height: 20px; font-weight: 300; margin-right: 0.5em; } .content-column .sleep .totals .collective .hours:after, .content-column .sleep .totals .collective .minutes:after { position: absolute; font-size: 0.4em; color: #899599; bottom: 10px; right: -15px; height: 20px; line-height: 20px; content: 'h'; } .content-column .sleep .totals .collective .minutes:after { right: -22px; content: 'm'; } .content-column .sleep .totals .collective p { color: #a7afb2; font-weight: 300; margin: 0; margin-top: -5px; } .content-column .sleep .totals .split { display: block; float: left; width: 20%; margin: 30px 15%; font-weight: bold; color: #58676c; } .content-column .sleep .totals .split p { color: #a7afb2; font-weight: 300; margin: 0; } .content-column .sleep .totals .first { margin-right: 0; } .content-column .sleep .sleep-graph { width: 70%; float: left; } .content-column .sleep .sleep-graph .sleep-graph-container { width: 80%; margin: auto; margin-top: 30px; } .content-column .sleep .sleep-graph .sleep-graph-container .chart-container { height: 200px; margin-top: -20px; padding-bottom: 20px; } .content-column .sleep .sleep-graph h2 { display: inline-block; margin: 0; color: #828989; font-weight: 300; text-indent: 15px; line-height: 30px; } .content-column .sleep .sleep-graph .sleep-select-wrapper { display: block; float: right; } .content-column .bottom { border-bottom: none !important; border-top: 1px solid #dddfe1; } .content-column .bottom h2 { margin: 35px 0; font-size: 0.9em; font-weight: 300; } .content-column .appointments { margin: 0 20%; } .content-column .appointments .calendar-container { height: 140px; padding-top: 24px; min-width: 185px; } .content-column .appointments .calendar { width: 92px; float: left; background: #f1f4f4; padding: 14px 0; } .content-column .appointments .calendar .date { font-size: 0.7em; } .content-column .appointments .calendar .month { display: block; text-transform: capitalize; } .content-column .appointments .content { box-sizing: margin-box; width: 50%; float: left; } .content-column .appointments .content .appointment-table { margin-left: 15px; height: 92px; text-align: left; font-size: 0.55em; border-collapse: collapse; } .content-column .appointments .content .appointment-table td { padding: 0; } .content-column .map-overlay { position: absolute; top: 0; left: 50%; transform: translateX(-50%); } .content-column .map-overlay .steps { display: block; font-size: 2em; color: #58676c; } .content-column .map-overlay .distance { display: block; font-size: 0.75em; color: #a6acaf; font-weight: 400; } .search-column { background: #E3E8E9; width: 15%; z-index: 1; } @media only screen and (max-width: 1250px) { .search-column { display: none; } } .search-column h3 { text-transform: uppercase; font-size: 0.9em; font-weight: 400; color: #92999A; margin: 20px 0; letter-spacing: 1px; } .search-column .search-container { position: relative; width: 100%; height: 65px; } .search-column .search-container img { position: absolute; left: 10px; top: 50%; transform: translateY(-50%); width: 25px; height: 25px; } .search-column .search-container input { box-sizing: border-box; width: 100%; height: 100%; border: 0; background: #D9DFE1; color: #9DA5A6; font-size: 1.25em; font-weight: 300; text-indent: 20%; } .search-column .activity-list { width: 80%; margin: auto; } .search-column .activity, .search-column .doctor { font-size: 0; height: 75px; margin-bottom: 15px; cursor: pointer; } .search-column .activity .image-container, .search-column .doctor .image-container { display: inline-block; width: 20%; height: 55px; } .search-column .activity .image-container img, .search-column .doctor .image-container img { display: block; border-radius: 50%; } .search-column .activity .text, .search-column .doctor .text { display: inline-block; width: calc(80% - 10px); font-size: 0.75rem; margin-left: 10px; letter-spacing: 1px; color: #646F73; vertical-align: top; } .search-column .activity .time-ago, .search-column .doctor .time-ago { display: block; margin-top: 3px; color: #A9B1B2; } .search-column .activity .name, .search-column .doctor .name { font-weight: 500; color: #485155; } .search-column .activity .name-large, .search-column .doctor .name-large { font-size: 1.3em; } .search-column .activity .title, .search-column .doctor .title { display: block; color: #A9B1B2; } .search-column .doctor { height: 40px; margin-bottom: 30px; } .search-column .find-doctor { width: 200px; height: 40px; border-radius: 20px; background: #F9FAFB; border: 0; font-size: 0.9em; color: #5b6767; cursor: pointer; } .doctor-grid { margin: auto; } .doctor-grid img { display: block; } .graph { width: 110%; margin-top: 70px; margin-left: -7%; height: 125px; z-index: 0; } #temperatureGraph { margin: auto; } #calorieGraph { margin: auto; } #heartRateGraph { margin: auto; } #time { color: #979ea0; } #title { color: #30cec2; font-weight: 500; } #name { color: #5e696d; } #expand { color: #fdfefe; font-weight: 400; } #expand .background { width: 65px; height: 65px; line-height: 65px; background: #2bcdc1; cursor: pointer; } #map { width: 100%; height: 314px; opacity: 0.3; } .select-wrapper, .content-column .sleep .sleep-graph .sleep-select-wrapper { display: inline-block; position: relative; } .select-wrapper:after, .content-column .sleep .sleep-graph .sleep-select-wrapper:after { content: ''; width: 9px; height: 9px; background: url("https://svgshare.com/i/4xe.svg"); background-size: 9px; background-position: center; position: absolute; right: 10px; top: 50%; transform: translateY(-50%); } select { position: relative; font-family: 'Roboto', sans-serif; font-size: 0.9em; font-weight: 500; margin-left: 20px; border: 1px solid #d6dadc; color: #5d7171; width: 120px; height: 30px; border-radius: 25px; text-indent: 7px; -webkit-appearance: none; -moz-appearance: none; appearance: none; outline: 0; } #sleepChart { margin: 50px 0; height: 200px; }
projets-web/DEMO_CodePen_Dashboard/style.css
body { font-family: 'Roboto', sans-serif; background: #7e8b91; margin: 1%; box-sizing: border-box; } .container { display: flex; display: -webkit-flex; flex-direction: row; -webkit-flex-direction: row; width: 100%; min-width: 1180px; margin: auto; justify-content: center; } .menu-column { position: relative; width: 6%; max-width: 50px; background: linear-gradient(#2e96ea, #30c8ca); min-width: 70px; } .menu-column .profile { position: absolute; bottom: 0; width: 100%; height: 65px; } .menu-column .profile img { position: relative; width: 100%; height: 100%; } .menu-column .profile:after { content: ''; display: block; height: 10px; position: absolute; bottom: 0; left: 0; width: 100%; background-color: rgba(245, 244, 120, 0.7); } .menu-column .nav { list-style-type: none; margin: 0 0 100px; padding: 0; } .menu-column .nav li { width: 100%; height: 3.5em; margin: 0; } .menu-column .nav li:hover { background-color: #57a8ed; cursor: pointer; } .menu-column .pulse, .menu-column .chat, .menu-column .calendar, .menu-column .clipboard, .menu-column .settings { background-image: url("https://svgshare.com/i/4w9.svg"); background-position: center; background-size: 25px; background-repeat: no-repeat; } .menu-column .chat { background-image: url("https://svgshare.com/i/4uF.svg"); } .menu-column .calendar { background-image: url("https://svgshare.com/i/4vc.svg"); } .menu-column .clipboard { background-image: url("https://svgshare.com/i/4wJ.svg"); } .menu-column .settings { background-image: url("https://svgshare.com/i/4vd.svg"); } .float-none { clear: both; } .summary-column { position: relative; z-index: 2; width: 17%; min-width: 225px; max-width: 300px; background: linear-gradient(#5a89b1, #42656f); } .summary-column .profile-img { position: relative; height: 331px; } .summary-column .profile-img img { width: 100%; height: 100%; } .summary-column .profile-img .name { position: absolute; bottom: 25px; left: 1em; color: white; font-size: 1.5em; font-weight: 300; } .summary-column .statistics { margin: 20px 6% 0 6%; } .summary-column .statistics h2 { color: #a1afbc; text-transform: uppercase; font-size: 0.75em; letter-spacing: 1px; } .summary-column .statistics .age, .summary-column .statistics .weight, .summary-column .statistics .bmi, .summary-column .statistics .fat { display: block; width: 50%; height: 100px; box-sizing: border-box; float: left; border-right: 1px solid rgba(255, 255, 255, 0.2); text-align: center; border-bottom: 1px solid rgba(255, 255, 255, 0.2); } .summary-column .statistics .title { color: white; letter-spacing: 2px; font-size: 1.5em; position: relative; margin-top: -13px; display: block; line-height: 100px; vertical-align: middle; } .summary-column .statistics .title:after { color: #90a0aa; font-size: 0.7em; letter-spacing: 0px; position: absolute; bottom: -26px; left: 50%; transform: translateX(-50%); } .summary-column .statistics .weight { border-right: none; } .summary-column .statistics .title-weight:after { content: 'Weight'; } .summary-column .statistics .title-age:after { content: 'Age'; } .summary-column .statistics .title-bmi:after { content: 'BMI'; } .summary-column .statistics .title-fat:after { content: 'Fat'; } .summary-column .statistics .height { height: 150px; border-bottom: 1px solid rgba(255, 255, 255, 0.2); } .summary-column .statistics .height .icon { display: block; width: 50%; height: 100%; float: left; background: url("https://svgshare.com/i/4xQ.svg"); background-size: 120px; background-repeat: no-repeat; background-position: center; } .summary-column .statistics .height .data { display: block; width: 50%; float: left; } .summary-column .statistics .height .data span { display: block; position: relative; line-height: 130px; vertical-align: middle; font-size: 1.75em; color: white; } .summary-column .statistics .height .data span:after { content: 'Height'; color: #90a0aa; font-size: 0.7em; line-height: 20px; letter-spacing: 0px; position: absolute; left: 0; bottom: 25px; } .summary-column .statistics .bmi, .summary-column .statistics .fat { border-bottom: none; } .summary-column .statistics .fat { border-right: none; } .summary-column .statistics .percentage { font-size: 0.7em; line-height: 0.7em; } .summary-column .allergies { padding-top: 20px; } .summary-column .row { position: relative; height: 50px; line-height: 50px; text-transform: capitalize; border-top: 1px solid #537482; color: #f1f3f4; font-size: 0.8em; } .summary-column .row:last-child { border-bottom: 1px solid #537482; margin-bottom: 50px; } .summary-column .row .severity { position: absolute; top: 50%; left: 75%; transform: translate(-50%, -75%); width: 100px; height: 5px; background: #567681; } .summary-column .row .fill { background: #c3f8ab; } .content-column { background: white; width: 62%; min-width: 900px; z-index: 0; } @media only screen and (max-width: 1250px) { .content-column { width: 77%; } } .content-column .header-container { width: 100%; height: 331px; overflow: hidden; } .content-column .nav { width: 50%; float: left; font-size: 0.9em; font-weight: 500; line-height: 1; } .content-column .nav .content { margin: 50px 0 0 50px; white-space: nowrap; } .content-column .nav p { text-transform: uppercase; color: #899191; letter-spacing: 1px; } .content-column .nav .name { color: #636d6d; } .content-column .nav .shape { font-family: 'Nunito', sans-serif; font-weight: 200; font-size: 6em; color: #8b9494; } .content-column .nav .score { color: #34d0c4; } .content-column .select-boxes { float: left; width: 50%; } .content-column .select-boxes .content { margin: 40px; float: right; } .content-column .split-container { display: flex; display: -webkit-flex; flex-direction: row; -webkit-flex-direction: row; width: 100%; margin: auto; justify-content: center; } .content-column .split-container .split { position: relative; width: calc(100% / 3); min-width: 300px; text-align: center; font-size: 1.7em; font-weight: 300; border-right: 1px solid #dddfe1; border-bottom: 1px solid #dddfe1; } .content-column .split-container .split .split-graph { max-width: 100%; height: 125px; overflow: hidden; } .content-column .split-container .split h3 { font-size: 1.1em; font-weight: 300; margin: 50px 0 0 0; color: #566161; } .content-column .split-container .split:last-child { border-right: none; } .content-column .split-container .temperature, .content-column .split-container .calories, .content-column .split-container .heart-rate { display: block; color: #58676c; font-size: 2em; line-height: 2em; width: 225px; margin: auto; position: relative; font-weight: 300; margin: 10px auto; } .content-column .split-container .temperature:before, .content-column .split-container .calories:before, .content-column .split-container .heart-rate:before { content: ''; position: absolute; height: 35px; width: 35px; background: url("https://svgshare.com/i/50V.svg"); background-size: 35px 35px; background-position: center; background-repeat: no-repeat; left: 20px; top: 50%; transform: translateY(-50%); } .content-column .split-container .temperature:after, .content-column .split-container .calories:after, .content-column .split-container .heart-rate:after { content: '°'; font-weight: 300; color: #889599; position: absolute; right: 35px; } .content-column .split-container .calories:before, .content-column .split-container .heart-rate:before { background: url("https://svgshare.com/i/52_.svg"); background-size: 35px 35px; } .content-column .split-container .calories:after, .content-column .split-container .heart-rate:after { content: 'cal'; font-size: 0.5em; right: 30px; bottom: -9px; } .content-column .split-container .heart-rate:before { background: url("https://svgshare.com/i/51m.svg"); background-size: 35px 35px; left: 30px; } .content-column .split-container .heart-rate:after { content: 'bpm'; right: 20px; } .content-column .sleep .totals { width: 30%; float: left; } .content-column .sleep .totals .collective { margin-top: 75px; margin-left: 15%; } .content-column .sleep .totals .collective .hours, .content-column .sleep .totals .collective .minutes { position: relative; color: #58676c; font-size: 3em; height: 20px; font-weight: 300; margin-right: 0.5em; } .content-column .sleep .totals .collective .hours:after, .content-column .sleep .totals .collective .minutes:after { position: absolute; font-size: 0.4em; color: #899599; bottom: 10px; right: -15px; height: 20px; line-height: 20px; content: 'h'; } .content-column .sleep .totals .collective .minutes:after { right: -22px; content: 'm'; } .content-column .sleep .totals .collective p { color: #a7afb2; font-weight: 300; margin: 0; margin-top: -5px; } .content-column .sleep .totals .split { display: block; float: left; width: 20%; margin: 30px 15%; font-weight: bold; color: #58676c; } .content-column .sleep .totals .split p { color: #a7afb2; font-weight: 300; margin: 0; } .content-column .sleep .totals .first { margin-right: 0; } .content-column .sleep .sleep-graph { width: 70%; float: left; } .content-column .sleep .sleep-graph .sleep-graph-container { width: 80%; margin: auto; margin-top: 30px; } .content-column .sleep .sleep-graph .sleep-graph-container .chart-container { height: 200px; margin-top: -20px; padding-bottom: 20px; } .content-column .sleep .sleep-graph h2 { display: inline-block; margin: 0; color: #828989; font-weight: 300; text-indent: 15px; line-height: 30px; } .content-column .sleep .sleep-graph .sleep-select-wrapper { display: block; float: right; } .content-column .bottom { border-bottom: none !important; border-top: 1px solid #dddfe1; } .content-column .bottom h2 { margin: 35px 0; font-size: 0.9em; font-weight: 300; } .content-column .appointments { margin: 0 20%; } .content-column .appointments .calendar-container { height: 140px; padding-top: 24px; min-width: 185px; } .content-column .appointments .calendar { width: 92px; float: left; background: #f1f4f4; padding: 14px 0; } .content-column .appointments .calendar .date { font-size: 0.7em; } .content-column .appointments .calendar .month { display: block; text-transform: capitalize; } .content-column .appointments .content { box-sizing: margin-box; width: 50%; float: left; } .content-column .appointments .content .appointment-table { margin-left: 15px; height: 92px; text-align: left; font-size: 0.55em; border-collapse: collapse; } .content-column .appointments .content .appointment-table td { padding: 0; } .content-column .map-overlay { position: absolute; top: 0; left: 50%; transform: translateX(-50%); } .content-column .map-overlay .steps { display: block; font-size: 2em; color: #58676c; } .content-column .map-overlay .distance { display: block; font-size: 0.75em; color: #a6acaf; font-weight: 400; } .search-column { background: #E3E8E9; width: 15%; z-index: 1; } @media only screen and (max-width: 1250px) { .search-column { display: none; } } .search-column h3 { text-transform: uppercase; font-size: 0.9em; font-weight: 400; color: #92999A; margin: 20px 0; letter-spacing: 1px; } .search-column .search-container { position: relative; width: 100%; height: 65px; } .search-column .search-container img { position: absolute; left: 10px; top: 50%; transform: translateY(-50%); width: 25px; height: 25px; } .search-column .search-container input { box-sizing: border-box; width: 100%; height: 100%; border: 0; background: #D9DFE1; color: #9DA5A6; font-size: 1.25em; font-weight: 300; text-indent: 20%; } .search-column .activity-list { width: 80%; margin: auto; } .search-column .activity, .search-column .doctor { font-size: 0; height: 75px; margin-bottom: 15px; cursor: pointer; } .search-column .activity .image-container, .search-column .doctor .image-container { display: inline-block; width: 20%; height: 55px; } .search-column .activity .image-container img, .search-column .doctor .image-container img { display: block; border-radius: 50%; } .search-column .activity .text, .search-column .doctor .text { display: inline-block; width: calc(80% - 10px); font-size: 0.75rem; margin-left: 10px; letter-spacing: 1px; color: #646F73; vertical-align: top; } .search-column .activity .time-ago, .search-column .doctor .time-ago { display: block; margin-top: 3px; color: #A9B1B2; } .search-column .activity .name, .search-column .doctor .name { font-weight: 500; color: #485155; } .search-column .activity .name-large, .search-column .doctor .name-large { font-size: 1.3em; } .search-column .activity .title, .search-column .doctor .title { display: block; color: #A9B1B2; } .search-column .doctor { height: 40px; margin-bottom: 30px; } .search-column .find-doctor { width: 200px; height: 40px; border-radius: 20px; background: #F9FAFB; border: 0; font-size: 0.9em; color: #5b6767; cursor: pointer; } .doctor-grid { margin: auto; } .doctor-grid img { display: block; } .graph { width: 110%; margin-top: 70px; margin-left: -7%; height: 125px; z-index: 0; } #temperatureGraph { margin: auto; } #calorieGraph { margin: auto; } #heartRateGraph { margin: auto; } #time { color: #979ea0; } #title { color: #30cec2; font-weight: 500; } #name { color: #5e696d; } #expand { color: #fdfefe; font-weight: 400; } #expand .background { width: 65px; height: 65px; line-height: 65px; background: #2bcdc1; cursor: pointer; } #map { width: 100%; height: 314px; opacity: 0.3; } .select-wrapper, .content-column .sleep .sleep-graph .sleep-select-wrapper { display: inline-block; position: relative; } .select-wrapper:after, .content-column .sleep .sleep-graph .sleep-select-wrapper:after { content: ''; width: 9px; height: 9px; background: url("https://svgshare.com/i/4xe.svg"); background-size: 9px; background-position: center; position: absolute; right: 10px; top: 50%; transform: translateY(-50%); } select { position: relative; font-family: 'Roboto', sans-serif; font-size: 0.9em; font-weight: 500; margin-left: 20px; border: 1px solid #d6dadc; color: #5d7171; width: 120px; height: 30px; border-radius: 25px; text-indent: 7px; -webkit-appearance: none; -moz-appearance: none; appearance: none; outline: 0; } #sleepChart { margin: 50px 0; height: 200px; }
0.468061
0.063744
body{ overflow: scroll; padding-top: 80px; background-color: #E1EEF5; } .logo { margin-left: 15px !important; } .logo a{ margin-top: 7px; font-weight: bold; font-size: 24px !important; } /* Painel Nav-bar Topo */ .navbar-default { background-color: #424242; border-color: #6E6E6E; } .navbar-default .navbar-brand { color: #ecf0f1; } .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus { color: #77afde; } .navbar-default .navbar-text { color: #ecf0f1; } .navbar-default .navbar-nav > li > a { color: #ecf0f1; } .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus { color: #77afde; } .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus { color: #77afde; background-color: #fff; } .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus { color: #77afde; background-color: #337ab7; } .navbar-default .navbar-toggle { border-color: #fff; } .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { background-color: #77afde; } .navbar-default .navbar-toggle .icon-bar { background-color: #ecf0f1; } .navbar-default .navbar-collapse, .navbar-default .navbar-form { border-color: #77afde; } .navbar-default .navbar-link { color: #ecf0f1; } .navbar-default .navbar-link:hover { color: #272728; } a.list-group-item:focus, a.list-group-item:focus, button.list-group-item:focus, button.list-group-item:focus { color: #fff; background-color: #77afde; } /* Custom */ .main-color-bg{ background-color: #337ab7 !important; color:#ffffff !important; } .breadcrumb{ background:#424242 ; color:#333333; margin-top: 15px; margin-bottom: 20px; width:100%; } .breadcrumb a{ color:#fff; text-decoration: none; } .breadcrumb .active { color: #77afde; } .dash-box{ text-align:center; } #login{ margin-top:30px; } /* Footer */ /*#footer{ position: fixed; bottom: 0; clear: both; background:#333333; color:#ffffff; text-align:center; padding:15px; width: 100%; margin-top:30px; }*/ @media (max-width: 767px) { .navbar-default .navbar-nav .open .dropdown-menu > li > a { color: #ecf0f1; } .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus { color: #FAFAFA; } .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus { color: #272728; background-color: #fff; } } .img-profile { border: 1px solid white; background-color: #FAFAFA; margin: 2px 5px; } .msg-sys{ padding: 15px 0 0 0; min-height: auto; min-width: auto; } #areaDescricao{ box-sizing: border-box; resize: none; } .visitaMenu label{ color: #FAAC58; padding: 10px; margin-top: 5px; background-color:; font-weight: 500; } /** Estilos Botões **/ .btn-acess{ font-size: 14px; font-weight: 700; border-style: none; margin-top: 10px; } .btn-acess:hover{ color: #ffffff; box-shadow: 1px 2px 5px #000000; } .btn-add{ float:right; } .input-group .btn-acess:hover{ background-color: #08D604; box-shadow: 1px 2px 5px #000000; } .table{ table-layout:fixed; width: 100%; } .table td{ word-break: break-all; overflow:hidden; white-space: nowrap; text-overflow: ellipsis; } .table td:hover{ overflow: visible; white-space: normal; height:auto; /* just added this line */ } .colImage{ text-align: center; border: 1px solid #ddd; border-radius: 4px; } .colImage:hover{ background-color: #F7F7F7 !important; } .noResize { resize: vertical; } .displayMensagem{ min-width: : 100%; min-height: 100px; border: 1px solid; padding: 20px; } .closeModal { width: 5px; color: red; } small { text-transform: uppercase; } .loader { position: fixed; left: 0px; top: 0px; width: 100%; height: 100%; z-index: 1050; background: url('/img/loader.gif') 50% 50% no-repeat rgb(249,249,249); opacity: .8; } #guardaObg { float: left; } #guardaObgEditar { float: left; padding: 8px; } .obgCampo { color: red; font-weight: 900; }
public/css/style.css
body{ overflow: scroll; padding-top: 80px; background-color: #E1EEF5; } .logo { margin-left: 15px !important; } .logo a{ margin-top: 7px; font-weight: bold; font-size: 24px !important; } /* Painel Nav-bar Topo */ .navbar-default { background-color: #424242; border-color: #6E6E6E; } .navbar-default .navbar-brand { color: #ecf0f1; } .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus { color: #77afde; } .navbar-default .navbar-text { color: #ecf0f1; } .navbar-default .navbar-nav > li > a { color: #ecf0f1; } .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus { color: #77afde; } .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus { color: #77afde; background-color: #fff; } .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus { color: #77afde; background-color: #337ab7; } .navbar-default .navbar-toggle { border-color: #fff; } .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { background-color: #77afde; } .navbar-default .navbar-toggle .icon-bar { background-color: #ecf0f1; } .navbar-default .navbar-collapse, .navbar-default .navbar-form { border-color: #77afde; } .navbar-default .navbar-link { color: #ecf0f1; } .navbar-default .navbar-link:hover { color: #272728; } a.list-group-item:focus, a.list-group-item:focus, button.list-group-item:focus, button.list-group-item:focus { color: #fff; background-color: #77afde; } /* Custom */ .main-color-bg{ background-color: #337ab7 !important; color:#ffffff !important; } .breadcrumb{ background:#424242 ; color:#333333; margin-top: 15px; margin-bottom: 20px; width:100%; } .breadcrumb a{ color:#fff; text-decoration: none; } .breadcrumb .active { color: #77afde; } .dash-box{ text-align:center; } #login{ margin-top:30px; } /* Footer */ /*#footer{ position: fixed; bottom: 0; clear: both; background:#333333; color:#ffffff; text-align:center; padding:15px; width: 100%; margin-top:30px; }*/ @media (max-width: 767px) { .navbar-default .navbar-nav .open .dropdown-menu > li > a { color: #ecf0f1; } .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus { color: #FAFAFA; } .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus { color: #272728; background-color: #fff; } } .img-profile { border: 1px solid white; background-color: #FAFAFA; margin: 2px 5px; } .msg-sys{ padding: 15px 0 0 0; min-height: auto; min-width: auto; } #areaDescricao{ box-sizing: border-box; resize: none; } .visitaMenu label{ color: #FAAC58; padding: 10px; margin-top: 5px; background-color:; font-weight: 500; } /** Estilos Botões **/ .btn-acess{ font-size: 14px; font-weight: 700; border-style: none; margin-top: 10px; } .btn-acess:hover{ color: #ffffff; box-shadow: 1px 2px 5px #000000; } .btn-add{ float:right; } .input-group .btn-acess:hover{ background-color: #08D604; box-shadow: 1px 2px 5px #000000; } .table{ table-layout:fixed; width: 100%; } .table td{ word-break: break-all; overflow:hidden; white-space: nowrap; text-overflow: ellipsis; } .table td:hover{ overflow: visible; white-space: normal; height:auto; /* just added this line */ } .colImage{ text-align: center; border: 1px solid #ddd; border-radius: 4px; } .colImage:hover{ background-color: #F7F7F7 !important; } .noResize { resize: vertical; } .displayMensagem{ min-width: : 100%; min-height: 100px; border: 1px solid; padding: 20px; } .closeModal { width: 5px; color: red; } small { text-transform: uppercase; } .loader { position: fixed; left: 0px; top: 0px; width: 100%; height: 100%; z-index: 1050; background: url('/img/loader.gif') 50% 50% no-repeat rgb(249,249,249); opacity: .8; } #guardaObg { float: left; } #guardaObgEditar { float: left; padding: 8px; } .obgCampo { color: red; font-weight: 900; }
0.327023
0.060225
html,body{ margin: 0; padding: 0; height: 100%; } .center { position: relative; width: 100%; /*min-height: 500px;*/ height: 100%; background: url(../img/bj1.png); } .center>.cen_1 { width: 100%; min-height: 59px; background: url(../img/bj1.png); } .center>.cen_2{ margin-top: 20px; background: url(../img/bj1.png); } .center>.cen_1>h1 { margin: 0; padding: 0; font-size: 18px; margin-left: 20px; height: 26px; line-height: 30px; } .tab { height: 28px; line-height: 28px; width: 100%; background: url(../img/bj1.png); right: 80px; color: #2577d4; cursor: pointer; } .img_t{ width: 30px; height: 30px; border: 1px solid; position: relative; top: 10px; } .img_ot{ width: 30px; height: 30px; border: 1px solid; position: relative; top: 10px; } .tabs>.qds{ background: #666666; cursor: progress; } .tab>.img_ { position: relative; top: 5px; margin-left: 750px; } .tab>.img_s{ position: relative; top: 5px; margin-left: 720px; } .tabs { width: 804px; height: 60px; margin-top: 10px; position: relative; height: 28px; } .tabs>button { width: 78px; border: 0; height: 28px; line-height: 18px; background: #3a6c92; color: #FFFFFF; padding: 0; float: right; margin-left: 20px; right: 40px; } .cen_2>.li_show>.img_ { margin-left: 380px; } .cen_2>.li_show>span { color: #2E7BCA; height: 26px; width: 25px; position: relative; bottom: 6px; margin-left: 10px; margin-left: 0; line-height: 26px; } .cen_2>.li_show { width: 100%; height: 40px; line-height: 40px; margin-top: 10px; font-size:0; cursor: pointer; } .blues{ overflow: hidden; position: relative; width: 30px; height: 25px; line-height: 25px; } #updata{ float: right; position: relative; width: 40px; height: 25px; right: 130px; top: 17px; } #updata input{ opacity: 0; position: absolute; left: 0px; right: 0px; top: 0px; width: 30px; bottom: 0px; z-index: 88; background-color: rgba(0,0,0,0); -webkit-opacity: 0; }
CRM/CRM/css/CRM_rito.css
html,body{ margin: 0; padding: 0; height: 100%; } .center { position: relative; width: 100%; /*min-height: 500px;*/ height: 100%; background: url(../img/bj1.png); } .center>.cen_1 { width: 100%; min-height: 59px; background: url(../img/bj1.png); } .center>.cen_2{ margin-top: 20px; background: url(../img/bj1.png); } .center>.cen_1>h1 { margin: 0; padding: 0; font-size: 18px; margin-left: 20px; height: 26px; line-height: 30px; } .tab { height: 28px; line-height: 28px; width: 100%; background: url(../img/bj1.png); right: 80px; color: #2577d4; cursor: pointer; } .img_t{ width: 30px; height: 30px; border: 1px solid; position: relative; top: 10px; } .img_ot{ width: 30px; height: 30px; border: 1px solid; position: relative; top: 10px; } .tabs>.qds{ background: #666666; cursor: progress; } .tab>.img_ { position: relative; top: 5px; margin-left: 750px; } .tab>.img_s{ position: relative; top: 5px; margin-left: 720px; } .tabs { width: 804px; height: 60px; margin-top: 10px; position: relative; height: 28px; } .tabs>button { width: 78px; border: 0; height: 28px; line-height: 18px; background: #3a6c92; color: #FFFFFF; padding: 0; float: right; margin-left: 20px; right: 40px; } .cen_2>.li_show>.img_ { margin-left: 380px; } .cen_2>.li_show>span { color: #2E7BCA; height: 26px; width: 25px; position: relative; bottom: 6px; margin-left: 10px; margin-left: 0; line-height: 26px; } .cen_2>.li_show { width: 100%; height: 40px; line-height: 40px; margin-top: 10px; font-size:0; cursor: pointer; } .blues{ overflow: hidden; position: relative; width: 30px; height: 25px; line-height: 25px; } #updata{ float: right; position: relative; width: 40px; height: 25px; right: 130px; top: 17px; } #updata input{ opacity: 0; position: absolute; left: 0px; right: 0px; top: 0px; width: 30px; bottom: 0px; z-index: 88; background-color: rgba(0,0,0,0); -webkit-opacity: 0; }
0.336222
0.074601
 .aa{ position: relative; display: block; overflow: hidden; margin:0 5px; padding: 5px 0 8px 0px; border-bottom: solid 1px #eee; font-size: 0.875rem } .aa .spann{ color:#00a67c; } .aa span{ color:#999; } .aa .spann:hover { color:red; } .aa .imgg{ float:left; display: block; margin:5px 5px 5px 0; } .aa img{ margin: 0 auto; width: 100px; height: 64px } .aa .spann{ display: block; overflow: hidden; margin: 5px 0 0 5px; height: 45px; line-height: 1.5em } .tag-cloud{ padding-top: 9px; } .widget-tag-cloud{ margin-left: 20px; display: inline-block; } .widget-tag-cloud a{ margin-right: 5px; display: inline-block; } .widget-tag-cloud a:hover{ text-decoration: underline; } .article-detail { background: #fff; padding: 15px; box-shadow: 0 1px 8px #a6a6a6; margin-bottom: 15px; } .article-detail-title { text-align: center; margin: 20px 0px; color: #5c5c5c; font-weight: 700; text-shadow: 0 0 8px #fff6f6; font-size: 24px; } .article-detail-info { font-size: 13px; color: #727272; padding: 5px 0; font-family: SimSun; text-align: center; margin: 0 0 10px; } .article-detail-info span { margin: 0 5px; } .article-detail-content { padding:10px 15px; line-height: 28px; font-size: 14px; } .article-detail-content h1, h2, h3, h4, h5, h6{ font-size: 1.5em; font-weight: bold; padding:10px 5px; line-height:30px; } /*.article-detail-content table{*/ /*width:100%;*/ /*font-size: 14px;*/ /*}*/ .article-detail-content img{ max-width:100%; } .article-detail-content table { display: block; width: 100%; overflow: auto; word-break: normal; word-break: keep-all; border-collapse: collapse; border-spacing: 0; border: #0a0a0a; } .article-detail-content table ul { margin-top: 0; margin-bottom: 1pc; } .editormd-html-preview ul li{ list-style: disc; } .editormd-html-preview ol li{ list-style: decimal; } /*行内代码样式*/ code { font-size: 12px; line-height: inherit; overflow-wrap: break-word; padding: 4px 1px 0 !important; border-radius: 4px !important; margin: 0 0 !important; color: rgb(233, 105, 0); background: rgb(248, 248, 248) none repeat scroll 0% 0%; border: 0 !important; } /*代码不换行*/ .markdown-body pre code { font-size: 16px; white-space: pre; display: inline-block; margin-right: 20px; background: #272822; padding: 0; } /*代码块颜色*/ .editormd-html-preview pre { background: #272822; } tbody { display: table-row-group; vertical-align: middle; border-color: inherit; } /*代码区域*/ /*pre {*/ /*background-color: #f5f5f5 !important;*/ /*border-radius: 0px !important;*/ /*border: 1px solid #ccc !important;*/ /*font-size: 13px !important;*/ /*}*/ pre{ font-size: 18px; } .component-box { margin:0 auto; text-align:center; font-size:0; position:relative; width:260px } .component-box a { display:inline-block; font-size:14px } .component-box .fa { text-indent:0; margin-right:3px } .component-box .praise,.component-box .share { width:110px; height:34px; line-height:34px; color:#fff } .component-box .praise { padding-right:20px; background:#ff5722; text-indent:1em; border-top-left-radius:50px; border-bottom-left-radius:50px; background:-webkit-linear-gradient(left,#ff5722,#f78d6b); background:-o-linear-gradient(right,#ff5722,#f78d6b); background:-moz-linear-gradient(right,#ff5722,#f78d6b); background:linear-gradient(to right,#ff5722,#f78d6b) } .component-box .praise:hover { background:#ff5722 } .component-box .share { background:#ffb800; padding-left:20px; text-indent:.8em; border-top-right-radius:50px; border-bottom-right-radius:50px; background:-webkit-linear-gradient(left,#ffd362,#ffb800); background:-o-linear-gradient(right,#ffd362,#ffb800); background:-moz-linear-gradient(right,#ffd362,#ffb800); background:linear-gradient(to right,#ffd362,#ffb800) } .component-box .share:hover { background:#ffb800 } .component-box .reword { border-radius:50%; width:40px; height:40px; line-height:40px; color:#fff; position:absolute; left:110px; top:-6px; border:3px solid #fff; background-color:#1e9fff; font-size:16px } .article-detail-copyright { border:1px solid #e2e2e2; padding:5px 10px !important; margin-top:30px; border-left: 3px solid #ff1700; background-color: #f9f9f9; } .article-detail-copyright p { margin:5px 0 !important } .article-component { border:1px solid #ddd; border-top:none; margin-top:-15px; margin-bottom:15px; background-color:#fff; padding:20px 0 } @media(max-width:767px) { .article-detail { padding:10px; font-size:13px } .article-detail-copyright p { font-size:12px } }
src/main/resources/static/others/static/css/detail.css
 .aa{ position: relative; display: block; overflow: hidden; margin:0 5px; padding: 5px 0 8px 0px; border-bottom: solid 1px #eee; font-size: 0.875rem } .aa .spann{ color:#00a67c; } .aa span{ color:#999; } .aa .spann:hover { color:red; } .aa .imgg{ float:left; display: block; margin:5px 5px 5px 0; } .aa img{ margin: 0 auto; width: 100px; height: 64px } .aa .spann{ display: block; overflow: hidden; margin: 5px 0 0 5px; height: 45px; line-height: 1.5em } .tag-cloud{ padding-top: 9px; } .widget-tag-cloud{ margin-left: 20px; display: inline-block; } .widget-tag-cloud a{ margin-right: 5px; display: inline-block; } .widget-tag-cloud a:hover{ text-decoration: underline; } .article-detail { background: #fff; padding: 15px; box-shadow: 0 1px 8px #a6a6a6; margin-bottom: 15px; } .article-detail-title { text-align: center; margin: 20px 0px; color: #5c5c5c; font-weight: 700; text-shadow: 0 0 8px #fff6f6; font-size: 24px; } .article-detail-info { font-size: 13px; color: #727272; padding: 5px 0; font-family: SimSun; text-align: center; margin: 0 0 10px; } .article-detail-info span { margin: 0 5px; } .article-detail-content { padding:10px 15px; line-height: 28px; font-size: 14px; } .article-detail-content h1, h2, h3, h4, h5, h6{ font-size: 1.5em; font-weight: bold; padding:10px 5px; line-height:30px; } /*.article-detail-content table{*/ /*width:100%;*/ /*font-size: 14px;*/ /*}*/ .article-detail-content img{ max-width:100%; } .article-detail-content table { display: block; width: 100%; overflow: auto; word-break: normal; word-break: keep-all; border-collapse: collapse; border-spacing: 0; border: #0a0a0a; } .article-detail-content table ul { margin-top: 0; margin-bottom: 1pc; } .editormd-html-preview ul li{ list-style: disc; } .editormd-html-preview ol li{ list-style: decimal; } /*行内代码样式*/ code { font-size: 12px; line-height: inherit; overflow-wrap: break-word; padding: 4px 1px 0 !important; border-radius: 4px !important; margin: 0 0 !important; color: rgb(233, 105, 0); background: rgb(248, 248, 248) none repeat scroll 0% 0%; border: 0 !important; } /*代码不换行*/ .markdown-body pre code { font-size: 16px; white-space: pre; display: inline-block; margin-right: 20px; background: #272822; padding: 0; } /*代码块颜色*/ .editormd-html-preview pre { background: #272822; } tbody { display: table-row-group; vertical-align: middle; border-color: inherit; } /*代码区域*/ /*pre {*/ /*background-color: #f5f5f5 !important;*/ /*border-radius: 0px !important;*/ /*border: 1px solid #ccc !important;*/ /*font-size: 13px !important;*/ /*}*/ pre{ font-size: 18px; } .component-box { margin:0 auto; text-align:center; font-size:0; position:relative; width:260px } .component-box a { display:inline-block; font-size:14px } .component-box .fa { text-indent:0; margin-right:3px } .component-box .praise,.component-box .share { width:110px; height:34px; line-height:34px; color:#fff } .component-box .praise { padding-right:20px; background:#ff5722; text-indent:1em; border-top-left-radius:50px; border-bottom-left-radius:50px; background:-webkit-linear-gradient(left,#ff5722,#f78d6b); background:-o-linear-gradient(right,#ff5722,#f78d6b); background:-moz-linear-gradient(right,#ff5722,#f78d6b); background:linear-gradient(to right,#ff5722,#f78d6b) } .component-box .praise:hover { background:#ff5722 } .component-box .share { background:#ffb800; padding-left:20px; text-indent:.8em; border-top-right-radius:50px; border-bottom-right-radius:50px; background:-webkit-linear-gradient(left,#ffd362,#ffb800); background:-o-linear-gradient(right,#ffd362,#ffb800); background:-moz-linear-gradient(right,#ffd362,#ffb800); background:linear-gradient(to right,#ffd362,#ffb800) } .component-box .share:hover { background:#ffb800 } .component-box .reword { border-radius:50%; width:40px; height:40px; line-height:40px; color:#fff; position:absolute; left:110px; top:-6px; border:3px solid #fff; background-color:#1e9fff; font-size:16px } .article-detail-copyright { border:1px solid #e2e2e2; padding:5px 10px !important; margin-top:30px; border-left: 3px solid #ff1700; background-color: #f9f9f9; } .article-detail-copyright p { margin:5px 0 !important } .article-component { border:1px solid #ddd; border-top:none; margin-top:-15px; margin-bottom:15px; background-color:#fff; padding:20px 0 } @media(max-width:767px) { .article-detail { padding:10px; font-size:13px } .article-detail-copyright p { font-size:12px } }
0.400046
0.103794
.whatido-container { display: flex; margin: 30px 0px 30px 0px; width: 100%; justify-content: center; color: #181a2e; } .skills-container { display: flex; flex-direction: row; align-items: center; justify-content: space-around; flex-wrap: wrap; width: 80%; height: 400px; border: 0px; border-radius: 15px; margin: 10px 0px 10px 50px; background-color: #000000bb; padding: 10px 0px 10px 0px; } .foreground { filter: blur(8px); position: absolute; width: 100%; height: 100%; } h2 { color: whitesmoke; margin: 0% 0% 0% 5%; } .bootstrap-container { width: 210px; height: 50px; background: url('../../images/bootstrap.png') no-repeat; background-size: 200px auto; background-position: contain; transition: 1s; position: relative; } .css-container { width: 50px; height: 60px; background: url('../../images/css.png') no-repeat; background-size: 50px auto; position: relative; background-position: contain; transition: 1s; } .gatsby-container { width: 150px; height: 40px; background: url('../../images/gatsbyjs.png') no-repeat; background-size: 150px auto; position: relative; background-position: contain; transition: 1s; } .github-container { width: 100px; height: 60px; background: url('../../images/GitHubLogo.png') no-repeat; background-size: 100px auto; position: relative; background-position: contain; transition: 1s; } .google-cloud-container { width: 220px; height: 80px; background: url('../../images/GoogleCloudLogo.png') no-repeat; background-size: 200px auto; position: relative; background-position: contain; transition: 1s; margin: 0px 0px 40px 20px; } .graphQL-container { width: 200px; height: 60px; background: url('../../images/graphQL.png') no-repeat; background-size: 200px auto; position: relative; background-position: contain; transition: 1s; } .html-container { width: 50px; height: 60px; background: url('../../images/html.png') no-repeat; background-size: 50px auto; position: relative; background-position: contain; transition: 1s; } .java-container { width: 200px; height: 130px; background: url('../../images/javalogo.png') no-repeat; background-size: 200px auto; position: relative; background-position: contain; transition: 1s; } .javascript-container { width: 65px; height: 65px; background: url("../../images/javaScriptlogo.png") no-repeat; background-size: 65px auto; position: relative; background-position: contain; transition: 1s; } .mongodb-container { width: 210px; height: 85px; background: url('../../images/mongodb.png') no-repeat; background-size: 240px auto; position: relative; background-position: contain; transition: 1s; margin: 0px 0px 40px 0px; } .node-container { width: 110px; height: 65px; background: url('../../images/node.png') no-repeat; background-size: 100px auto; position: relative; background-position: contain; transition: 1s; margin: 0px 0px 0px 10px; } .react-container { width: 71px; height: 65px; background: url('../../images/react.png') no-repeat; background-size: 70px auto; position: relative; background-position: contain; transition: 1s; margin: 0px -15px 0px 0px; } .sql-container { width: 120px; height: 70px; background: url('../../images/sqlserver.png') no-repeat; background-size: 120px auto; position: relative; background-position: contain; transition: 1s; } @media screen and (max-width: 600px) { h2 { color: whitesmoke; margin: 0% -50px 0% 5%; font-size: 290% } .whatido-container { display: flex; margin: 1px 0px 15px 0px; width: 90%; color: #181a2e; margin: 1px -5px 0px 3px; } .skills-container { display: flex; flex-direction: row; align-items: center; justify-content: space-around; flex-wrap: wrap; width: 100%; height: 600px; margin: 0px 0px 300px 0px; padding: 10px 10px 10px 10px; background-color: #000000bb; padding: 10px 0px 10px 0px; -webkit-box-shadow: -11px 12px 5px -2px rgba(0, 0, 0, 0.24); -moz-box-shadow: -11px 12px 5px -2px rgba(0, 0, 0, 0.055); box-shadow: -11px 12px 5px -2px rgba(0, 0, 0, 0.459); } .foreground { filter: blur(8px); position: absolute; width: 80%; height: 100%; } .bootstrap-container { width: 110px; height: 50px; background: url('../../images/bootstrap.png') no-repeat; background-size: 100px auto; background-position: contain; transition: 1s; position: relative; } .css-container { width: 30px; height: 50px; background: url('../../images/css.png') no-repeat; background-size: 30px auto; position: relative; background-position: contain; transition: 1s; } .gatsby-container { width: 90px; height: 40px; background: url('../../images/gatsbyjs.png') no-repeat; background-size: 90px auto; position: relative; background-position: contain; transition: 1s; } .github-container { width: 70px; height: 60px; background: url('../../images/GitHubLogo.png') no-repeat; background-size: 60px auto; position: relative; background-position: contain; transition: 1s; } .google-cloud-container { width: 120px; height: 80px; background: url('../../images/GoogleCloudLogo.png') no-repeat; background-size: 120px auto; position: relative; background-position: contain; transition: 1s; margin: 0px 0px 40px 20px; } .graphQL-container { width: 100px; height: 60px; background: url('../../images/graphQL.png') no-repeat; background-size: 100px auto; position: relative; background-position: contain; transition: 1s; } .html-container { width: 30px; height: 60px; background: url('../../images/html.png') no-repeat; background-size: 30px auto; position: relative; background-position: contain; transition: 1s; } .java-container { width: 100px; height: 120px; background: url('../../images/javalogo.png') no-repeat; background-size: 100px auto; position: relative; background-position: contain; transition: 1s; } .javascript-container { width: 35px; height: 35px; background: url('../../images/javaScriptlogo.png') no-repeat; background-size: 35px auto; position: relative; background-position: contain; transition: 1s; margin: 0px 0px 0px 10px; } .mongodb-container { width: 118px; height: 105px; background: url('../../images/mongodb.png') no-repeat; background-size: 140px auto; position: relative; background-position: contain; transition: 1s; margin: 0px 0px 40px 0px; } .node-container { width: 75px; height: 50px; background: url('../../images/node.png') no-repeat; background-size: 75px auto; position: relative; background-position: contain; transition: 1s; margin: 0px 0px 0px 10px; } .react-container { width: 40px; height: 40px; background: url('../../images/react.png') no-repeat; background-size: 40px auto; position: relative; background-position: contain; transition: 1s; margin: 0px 5px 0px 0px; } .sql-container { width: 90px; height: 70px; background: url('../../images/sqlserver.png') no-repeat; background-size: 90px auto; position: relative; background-position: contain; transition: 1s; } }
src/styles/components/whatido.css
.whatido-container { display: flex; margin: 30px 0px 30px 0px; width: 100%; justify-content: center; color: #181a2e; } .skills-container { display: flex; flex-direction: row; align-items: center; justify-content: space-around; flex-wrap: wrap; width: 80%; height: 400px; border: 0px; border-radius: 15px; margin: 10px 0px 10px 50px; background-color: #000000bb; padding: 10px 0px 10px 0px; } .foreground { filter: blur(8px); position: absolute; width: 100%; height: 100%; } h2 { color: whitesmoke; margin: 0% 0% 0% 5%; } .bootstrap-container { width: 210px; height: 50px; background: url('../../images/bootstrap.png') no-repeat; background-size: 200px auto; background-position: contain; transition: 1s; position: relative; } .css-container { width: 50px; height: 60px; background: url('../../images/css.png') no-repeat; background-size: 50px auto; position: relative; background-position: contain; transition: 1s; } .gatsby-container { width: 150px; height: 40px; background: url('../../images/gatsbyjs.png') no-repeat; background-size: 150px auto; position: relative; background-position: contain; transition: 1s; } .github-container { width: 100px; height: 60px; background: url('../../images/GitHubLogo.png') no-repeat; background-size: 100px auto; position: relative; background-position: contain; transition: 1s; } .google-cloud-container { width: 220px; height: 80px; background: url('../../images/GoogleCloudLogo.png') no-repeat; background-size: 200px auto; position: relative; background-position: contain; transition: 1s; margin: 0px 0px 40px 20px; } .graphQL-container { width: 200px; height: 60px; background: url('../../images/graphQL.png') no-repeat; background-size: 200px auto; position: relative; background-position: contain; transition: 1s; } .html-container { width: 50px; height: 60px; background: url('../../images/html.png') no-repeat; background-size: 50px auto; position: relative; background-position: contain; transition: 1s; } .java-container { width: 200px; height: 130px; background: url('../../images/javalogo.png') no-repeat; background-size: 200px auto; position: relative; background-position: contain; transition: 1s; } .javascript-container { width: 65px; height: 65px; background: url("../../images/javaScriptlogo.png") no-repeat; background-size: 65px auto; position: relative; background-position: contain; transition: 1s; } .mongodb-container { width: 210px; height: 85px; background: url('../../images/mongodb.png') no-repeat; background-size: 240px auto; position: relative; background-position: contain; transition: 1s; margin: 0px 0px 40px 0px; } .node-container { width: 110px; height: 65px; background: url('../../images/node.png') no-repeat; background-size: 100px auto; position: relative; background-position: contain; transition: 1s; margin: 0px 0px 0px 10px; } .react-container { width: 71px; height: 65px; background: url('../../images/react.png') no-repeat; background-size: 70px auto; position: relative; background-position: contain; transition: 1s; margin: 0px -15px 0px 0px; } .sql-container { width: 120px; height: 70px; background: url('../../images/sqlserver.png') no-repeat; background-size: 120px auto; position: relative; background-position: contain; transition: 1s; } @media screen and (max-width: 600px) { h2 { color: whitesmoke; margin: 0% -50px 0% 5%; font-size: 290% } .whatido-container { display: flex; margin: 1px 0px 15px 0px; width: 90%; color: #181a2e; margin: 1px -5px 0px 3px; } .skills-container { display: flex; flex-direction: row; align-items: center; justify-content: space-around; flex-wrap: wrap; width: 100%; height: 600px; margin: 0px 0px 300px 0px; padding: 10px 10px 10px 10px; background-color: #000000bb; padding: 10px 0px 10px 0px; -webkit-box-shadow: -11px 12px 5px -2px rgba(0, 0, 0, 0.24); -moz-box-shadow: -11px 12px 5px -2px rgba(0, 0, 0, 0.055); box-shadow: -11px 12px 5px -2px rgba(0, 0, 0, 0.459); } .foreground { filter: blur(8px); position: absolute; width: 80%; height: 100%; } .bootstrap-container { width: 110px; height: 50px; background: url('../../images/bootstrap.png') no-repeat; background-size: 100px auto; background-position: contain; transition: 1s; position: relative; } .css-container { width: 30px; height: 50px; background: url('../../images/css.png') no-repeat; background-size: 30px auto; position: relative; background-position: contain; transition: 1s; } .gatsby-container { width: 90px; height: 40px; background: url('../../images/gatsbyjs.png') no-repeat; background-size: 90px auto; position: relative; background-position: contain; transition: 1s; } .github-container { width: 70px; height: 60px; background: url('../../images/GitHubLogo.png') no-repeat; background-size: 60px auto; position: relative; background-position: contain; transition: 1s; } .google-cloud-container { width: 120px; height: 80px; background: url('../../images/GoogleCloudLogo.png') no-repeat; background-size: 120px auto; position: relative; background-position: contain; transition: 1s; margin: 0px 0px 40px 20px; } .graphQL-container { width: 100px; height: 60px; background: url('../../images/graphQL.png') no-repeat; background-size: 100px auto; position: relative; background-position: contain; transition: 1s; } .html-container { width: 30px; height: 60px; background: url('../../images/html.png') no-repeat; background-size: 30px auto; position: relative; background-position: contain; transition: 1s; } .java-container { width: 100px; height: 120px; background: url('../../images/javalogo.png') no-repeat; background-size: 100px auto; position: relative; background-position: contain; transition: 1s; } .javascript-container { width: 35px; height: 35px; background: url('../../images/javaScriptlogo.png') no-repeat; background-size: 35px auto; position: relative; background-position: contain; transition: 1s; margin: 0px 0px 0px 10px; } .mongodb-container { width: 118px; height: 105px; background: url('../../images/mongodb.png') no-repeat; background-size: 140px auto; position: relative; background-position: contain; transition: 1s; margin: 0px 0px 40px 0px; } .node-container { width: 75px; height: 50px; background: url('../../images/node.png') no-repeat; background-size: 75px auto; position: relative; background-position: contain; transition: 1s; margin: 0px 0px 0px 10px; } .react-container { width: 40px; height: 40px; background: url('../../images/react.png') no-repeat; background-size: 40px auto; position: relative; background-position: contain; transition: 1s; margin: 0px 5px 0px 0px; } .sql-container { width: 90px; height: 70px; background: url('../../images/sqlserver.png') no-repeat; background-size: 90px auto; position: relative; background-position: contain; transition: 1s; } }
0.42668
0.075551
MAIN \*------------------------------------*/ /* global box-sizing */ *, *:after, *:before { -moz-box-sizing:border-box; box-sizing:border-box; -webkit-font-smoothing:antialiased; font-smoothing:antialiased; text-rendering:optimizeLegibility; } /* html element 62.5% font-size for REM use */ html { font-size:62.5%; } body { font:300 11px/1.4 'Roboto Condensed', Helvetica, Arial, sans-serif; color: white; font-size: 14pt; background-color: #825b44; } /* clear */ .clear:before, .clear:after { content:' '; display:table; } .clear:after { clear:both; } .clear { *zoom:1; } img { max-width:100%; vertical-align:bottom; } /*a { color:#444; text-decoration:none; } a:hover { color:#444; } a:focus { outline:0; } a:hover, a:active { outline:0; }*/ input:focus { outline:0; border:1px solid #04A4CC; } /*------------------------------------*\ STRUCTURE \*------------------------------------*/ /* wrapper */ /*.wrapper { max-width:1280px; width:100%; margin:0 auto; position:relative; }*/ .wrapper { margin-right: auto; /* 1 */ margin-left: auto; /* 1 */ max-width: 1280px; /* 2 */ padding-right: 10px; /* 3 */ padding-left: 10px; /* 3 */ } /* header */ .header { } /* logo */ .logo { } .logo-img { } /* nav */ .nav { } /* sidebar */ .sidebar { } /* footer */ .footer { } /*------------------------------------*\ PAGES \*------------------------------------*/ /*------------------------------------*\ IMAGES \*------------------------------------*/ /*------------------------------------*\ TYPOGRAPHY \*------------------------------------*/ /*@font-face { font-family:'Font-Name'; src:url('fonts/font-name.eot'); src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'), url('fonts/font-name.woff') format('woff'), url('fonts/font-name.ttf') format('truetype'), url('fonts/font-name.svg#font-name') format('svg'); font-weight:normal; font-style:normal; }*/ @font-face { font-family:'roboto condensed'; src:url('fonts/RobotoCondensed-Regular.ttf') format('truetype'), font-weight:normal; font-style:normal; } /*@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');*/ /*------------------------------------*\ RESPONSIVE \*------------------------------------*/ @media only screen and (min-width:320px) { } @media only screen and (min-width:480px) { } @media only screen and (min-width:768px) { } @media only screen and (min-width:1024px) { } @media only screen and (min-width:1140px) { } @media only screen and (min-width:1280px) { } @media only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:144dpi) { } /*------------------------------------*\ MISC \*------------------------------------*/ ::selection { background:#04A4CC; color:#FFF; text-shadow:none; } ::-webkit-selection { background:#04A4CC; color:#FFF; text-shadow:none; } ::-moz-selection { background:#04A4CC; color:#FFF; text-shadow:none; } /*------------------------------------*\ WORDPRESS CORE \*------------------------------------*/ .alignnone { margin:5px 20px 20px 0; } .aligncenter, div.aligncenter { display:block; margin:5px auto 5px auto; } .alignright { float:right; margin:5px 0 20px 20px; } .alignleft { float:left; margin:5px 20px 20px 0; } a img.alignright { float:right; margin:5px 0 20px 20px; } a img.alignnone { margin:5px 20px 20px 0; } a img.alignleft { float:left; margin:5px 20px 20px 0; } a img.aligncenter { display:block; margin-left:auto; margin-right:auto; } .wp-caption { background:#FFF; border:1px solid #F0F0F0; max-width:96%; padding:5px 3px 10px; text-align:center; } .wp-caption.alignnone { margin:5px 20px 20px 0; } .wp-caption.alignleft { margin:5px 20px 20px 0; } .wp-caption.alignright { margin:5px 0 20px 20px; } .wp-caption img { border:0 none; height:auto; margin:0; max-width:98.5%; padding:0; width:auto; } .wp-caption .wp-caption-text, .gallery-caption { font-size:11px; line-height:17px; margin:0; padding:0 4px 5px; } .sticky { } .bypostauthor { } .contact-form input[type=email], .contact-form input[type=text], .contact-form input[type=url] { float: left; width: 360px !important; height: 50px; } .contact-form label { float: left !important; line-height: 50px; } label.grunion-field-label.textarea { display: none; } label.grunion-field-label.email { padding-left: 50px; } p { text-transform: none !important; } /*------------------------------------*\ WOOCOMMERCE \*------------------------------------*/ .woocommerce .logo-img { height: 110px; } .woocommerce div.product div.images img { display: block; width: 50%; height: auto; margin-left: 100px; } .woocommerce h1 { margin-left: 50%; } .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt { background-color: #10a296; color: white; } .woocommerce div.product .woocommerce-tabs ul.tabs li.active a { color: #10a296; } .woocommerce ul.products li.product a img { width: 50%; height: auto; } .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button { background-color: #10a296; color: white; } .woocommerce div.product p.price { color: white; } .woocommerce .quantity .qty{ height: 41px; } .woocommerce ul.products li.product .price { width: 20%; color: white; float: left; line-height: 2.5; } .woocommerce ul.products li.product .button { margin-top: 0; } button, input, select, textarea { border-color: #422615; } button, html input[type="button"], input[type="reset"], input[type="submit"] { border: none; background-color: #10a296; color: white; } /*.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 { margin-left: 50%; } .woocommerce ul.products li.product .price { margin-left: 50%; }*/ /*------------------------------------*\ PRINT \*------------------------------------*/ @media print { * { background:transparent !important; color:#000 !important; box-shadow:none !important; text-shadow:none !important; } a, a:visited { text-decoration:underline; } a[href]:after { content:" (" attr(href) ")"; } abbr[title]:after { content:" (" attr(title) ")"; } .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content:""; } pre,blockquote { border:1px solid #999; page-break-inside:avoid; } thead { display:table-header-group; } tr,img { page-break-inside:avoid; } img { max-width:100% !important; } @page { margin:0.5cm; } p, h2, h3 { orphans:3; widows:3; } h2, h3 { page-break-after:avoid; } } .header { height: 125px; background-color: black; font-family: 'roboto condensed', sans-serif; font-size: 24pt; margin: 0; } .hero { width: 100%; height: auto; } .logo-img { padding-left: 25px; padding-top: 15px; float: left; height: 110px; width: auto; } .logo:hover { opacity: .75; transition: .2s; } .nav { color: white; float: right; padding-right: 50px; padding-top: 10px; word-spacing: 200px; } ul { list-style-type: none; } li { display: inline; font-family:'roboto condensed', sans-serif; } a { text-decoration: none; color: white; } a:hover { opacity: .75; } .flex-container { padding: 0; margin: 0; list-style: none; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-flow: row wrap; justify-content: space-around; } .flex-item { background-color: black; /*padding: 5px;*/ width: 200px; height: 200px; /*margin-top: 10px;*/ line-height: 150px; color: white; font-weight: bold; font-size: 3em; text-align: center; } .flex-img { height: 100%; width: 100%; } .product { background-color: #825b44; padding-top: 50px; padding-bottom: 50px; } .prod-img-container { /*width: 70%;*/ /*float: left;*/ /*text-align: center; */ } .prod-img { margin-left: 30%; height: 500px; width: 500px; /*text-align: center;*/ } .prod-txt { color: white; /*width: 30%;*/ text-align: center; /*float: right;*/ padding-top: 50px; margin-left: 200px; margin-right: 200px; font-family: 'roboto condensed', sans-serif; } .prod-txt h1{ font-size: 36pt; } .prod-txt p{ font-size: 14pt; } button{ background-color: #10A296; border: none; color: white; padding: 12px 20px; font-size: 18pt; font-family: 'roboto condensed', sans-serif; /*margin-left: 50%; margin-right: 50%;*/ } .flex-container2 { padding: 0; margin: 0; list-style: none; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-flow: row wrap; justify-content: space-around; } .flex-item2 { /*padding: 5px;*/ width: 400px; height: 200px; /*margin-top: 10px;*/ /*line-height: 150px;*/ color: white; font-weight: bold; font-size: 36pt; text-align: center; font-family: 'roboto condensed', sans-serif; } .flex-item2 p { font-size: 14pt; font-weight: normal; } .flex-item2:hover { opacity: .75; } .blogpost { font-family: 'roboto condensed', sans-serif; color: white; padding-left: 200px; padding-right: 200px; } .blogpost h1 { font-size: 24pt; padding-bottom: 20px; } .footer { height: 200px; padding-right: 25px; background-color: black; color: white; font-family: 'roboto condensed', sans-serif; text-align: right; } .about { padding-right: 100px; } .follow { float: right; } .footer-distributed{ background-color: black; box-sizing: border-box; width: 100%; text-align: right; font-family: 'roboto condensed', sans-serif; padding: 55px 50px; } .footer-distributed .footer-left, .footer-distributed .footer-center, .footer-distributed .footer-right{ display: inline-block; vertical-align: top; } /* left space */ .footer-distributed .footer-left{ width: 40%; } /* center */ .footer-distributed .footer-center{ width: 35%; } .footer-distributed .footer-center p{ display: inline-block; color: white; vertical-align: middle; margin:0; } .footer-distributed .footer-center p span{ display:block; font-weight: normal; font-size:14px; line-height:2; } .footer-distributed .footer-center p a{ color: #5383d3; text-decoration: none; } /* right */ .footer-distributed .footer-right{ width: 20%; } .footer-distributed .footer-right p{ display: inline-block; color: white; vertical-align: middle; margin:0; } .footer-distributed .footer-right p span{ display:block; font-weight: normal; font-size:14px; line-height:2; } .footer-distributed .footer-right p a{ color: #5383d3; text-decoration: none;; } @media (max-width: 880px) { .footer-distributed{ font: bold 14px sans-serif; } .footer-distributed .footer-left, .footer-distributed .footer-center, .footer-distributed .footer-right{ display: block; width: 100%; margin-bottom: 40px; text-align: center; } .footer-distributed .footer-center i{ margin-left: 0; } .nav { font-size: 14pt; padding-right: 10px; padding-top: 5%; word-spacing: 10px; } }
style.css
MAIN \*------------------------------------*/ /* global box-sizing */ *, *:after, *:before { -moz-box-sizing:border-box; box-sizing:border-box; -webkit-font-smoothing:antialiased; font-smoothing:antialiased; text-rendering:optimizeLegibility; } /* html element 62.5% font-size for REM use */ html { font-size:62.5%; } body { font:300 11px/1.4 'Roboto Condensed', Helvetica, Arial, sans-serif; color: white; font-size: 14pt; background-color: #825b44; } /* clear */ .clear:before, .clear:after { content:' '; display:table; } .clear:after { clear:both; } .clear { *zoom:1; } img { max-width:100%; vertical-align:bottom; } /*a { color:#444; text-decoration:none; } a:hover { color:#444; } a:focus { outline:0; } a:hover, a:active { outline:0; }*/ input:focus { outline:0; border:1px solid #04A4CC; } /*------------------------------------*\ STRUCTURE \*------------------------------------*/ /* wrapper */ /*.wrapper { max-width:1280px; width:100%; margin:0 auto; position:relative; }*/ .wrapper { margin-right: auto; /* 1 */ margin-left: auto; /* 1 */ max-width: 1280px; /* 2 */ padding-right: 10px; /* 3 */ padding-left: 10px; /* 3 */ } /* header */ .header { } /* logo */ .logo { } .logo-img { } /* nav */ .nav { } /* sidebar */ .sidebar { } /* footer */ .footer { } /*------------------------------------*\ PAGES \*------------------------------------*/ /*------------------------------------*\ IMAGES \*------------------------------------*/ /*------------------------------------*\ TYPOGRAPHY \*------------------------------------*/ /*@font-face { font-family:'Font-Name'; src:url('fonts/font-name.eot'); src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'), url('fonts/font-name.woff') format('woff'), url('fonts/font-name.ttf') format('truetype'), url('fonts/font-name.svg#font-name') format('svg'); font-weight:normal; font-style:normal; }*/ @font-face { font-family:'roboto condensed'; src:url('fonts/RobotoCondensed-Regular.ttf') format('truetype'), font-weight:normal; font-style:normal; } /*@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');*/ /*------------------------------------*\ RESPONSIVE \*------------------------------------*/ @media only screen and (min-width:320px) { } @media only screen and (min-width:480px) { } @media only screen and (min-width:768px) { } @media only screen and (min-width:1024px) { } @media only screen and (min-width:1140px) { } @media only screen and (min-width:1280px) { } @media only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:144dpi) { } /*------------------------------------*\ MISC \*------------------------------------*/ ::selection { background:#04A4CC; color:#FFF; text-shadow:none; } ::-webkit-selection { background:#04A4CC; color:#FFF; text-shadow:none; } ::-moz-selection { background:#04A4CC; color:#FFF; text-shadow:none; } /*------------------------------------*\ WORDPRESS CORE \*------------------------------------*/ .alignnone { margin:5px 20px 20px 0; } .aligncenter, div.aligncenter { display:block; margin:5px auto 5px auto; } .alignright { float:right; margin:5px 0 20px 20px; } .alignleft { float:left; margin:5px 20px 20px 0; } a img.alignright { float:right; margin:5px 0 20px 20px; } a img.alignnone { margin:5px 20px 20px 0; } a img.alignleft { float:left; margin:5px 20px 20px 0; } a img.aligncenter { display:block; margin-left:auto; margin-right:auto; } .wp-caption { background:#FFF; border:1px solid #F0F0F0; max-width:96%; padding:5px 3px 10px; text-align:center; } .wp-caption.alignnone { margin:5px 20px 20px 0; } .wp-caption.alignleft { margin:5px 20px 20px 0; } .wp-caption.alignright { margin:5px 0 20px 20px; } .wp-caption img { border:0 none; height:auto; margin:0; max-width:98.5%; padding:0; width:auto; } .wp-caption .wp-caption-text, .gallery-caption { font-size:11px; line-height:17px; margin:0; padding:0 4px 5px; } .sticky { } .bypostauthor { } .contact-form input[type=email], .contact-form input[type=text], .contact-form input[type=url] { float: left; width: 360px !important; height: 50px; } .contact-form label { float: left !important; line-height: 50px; } label.grunion-field-label.textarea { display: none; } label.grunion-field-label.email { padding-left: 50px; } p { text-transform: none !important; } /*------------------------------------*\ WOOCOMMERCE \*------------------------------------*/ .woocommerce .logo-img { height: 110px; } .woocommerce div.product div.images img { display: block; width: 50%; height: auto; margin-left: 100px; } .woocommerce h1 { margin-left: 50%; } .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt { background-color: #10a296; color: white; } .woocommerce div.product .woocommerce-tabs ul.tabs li.active a { color: #10a296; } .woocommerce ul.products li.product a img { width: 50%; height: auto; } .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button { background-color: #10a296; color: white; } .woocommerce div.product p.price { color: white; } .woocommerce .quantity .qty{ height: 41px; } .woocommerce ul.products li.product .price { width: 20%; color: white; float: left; line-height: 2.5; } .woocommerce ul.products li.product .button { margin-top: 0; } button, input, select, textarea { border-color: #422615; } button, html input[type="button"], input[type="reset"], input[type="submit"] { border: none; background-color: #10a296; color: white; } /*.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 { margin-left: 50%; } .woocommerce ul.products li.product .price { margin-left: 50%; }*/ /*------------------------------------*\ PRINT \*------------------------------------*/ @media print { * { background:transparent !important; color:#000 !important; box-shadow:none !important; text-shadow:none !important; } a, a:visited { text-decoration:underline; } a[href]:after { content:" (" attr(href) ")"; } abbr[title]:after { content:" (" attr(title) ")"; } .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content:""; } pre,blockquote { border:1px solid #999; page-break-inside:avoid; } thead { display:table-header-group; } tr,img { page-break-inside:avoid; } img { max-width:100% !important; } @page { margin:0.5cm; } p, h2, h3 { orphans:3; widows:3; } h2, h3 { page-break-after:avoid; } } .header { height: 125px; background-color: black; font-family: 'roboto condensed', sans-serif; font-size: 24pt; margin: 0; } .hero { width: 100%; height: auto; } .logo-img { padding-left: 25px; padding-top: 15px; float: left; height: 110px; width: auto; } .logo:hover { opacity: .75; transition: .2s; } .nav { color: white; float: right; padding-right: 50px; padding-top: 10px; word-spacing: 200px; } ul { list-style-type: none; } li { display: inline; font-family:'roboto condensed', sans-serif; } a { text-decoration: none; color: white; } a:hover { opacity: .75; } .flex-container { padding: 0; margin: 0; list-style: none; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-flow: row wrap; justify-content: space-around; } .flex-item { background-color: black; /*padding: 5px;*/ width: 200px; height: 200px; /*margin-top: 10px;*/ line-height: 150px; color: white; font-weight: bold; font-size: 3em; text-align: center; } .flex-img { height: 100%; width: 100%; } .product { background-color: #825b44; padding-top: 50px; padding-bottom: 50px; } .prod-img-container { /*width: 70%;*/ /*float: left;*/ /*text-align: center; */ } .prod-img { margin-left: 30%; height: 500px; width: 500px; /*text-align: center;*/ } .prod-txt { color: white; /*width: 30%;*/ text-align: center; /*float: right;*/ padding-top: 50px; margin-left: 200px; margin-right: 200px; font-family: 'roboto condensed', sans-serif; } .prod-txt h1{ font-size: 36pt; } .prod-txt p{ font-size: 14pt; } button{ background-color: #10A296; border: none; color: white; padding: 12px 20px; font-size: 18pt; font-family: 'roboto condensed', sans-serif; /*margin-left: 50%; margin-right: 50%;*/ } .flex-container2 { padding: 0; margin: 0; list-style: none; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-flow: row wrap; justify-content: space-around; } .flex-item2 { /*padding: 5px;*/ width: 400px; height: 200px; /*margin-top: 10px;*/ /*line-height: 150px;*/ color: white; font-weight: bold; font-size: 36pt; text-align: center; font-family: 'roboto condensed', sans-serif; } .flex-item2 p { font-size: 14pt; font-weight: normal; } .flex-item2:hover { opacity: .75; } .blogpost { font-family: 'roboto condensed', sans-serif; color: white; padding-left: 200px; padding-right: 200px; } .blogpost h1 { font-size: 24pt; padding-bottom: 20px; } .footer { height: 200px; padding-right: 25px; background-color: black; color: white; font-family: 'roboto condensed', sans-serif; text-align: right; } .about { padding-right: 100px; } .follow { float: right; } .footer-distributed{ background-color: black; box-sizing: border-box; width: 100%; text-align: right; font-family: 'roboto condensed', sans-serif; padding: 55px 50px; } .footer-distributed .footer-left, .footer-distributed .footer-center, .footer-distributed .footer-right{ display: inline-block; vertical-align: top; } /* left space */ .footer-distributed .footer-left{ width: 40%; } /* center */ .footer-distributed .footer-center{ width: 35%; } .footer-distributed .footer-center p{ display: inline-block; color: white; vertical-align: middle; margin:0; } .footer-distributed .footer-center p span{ display:block; font-weight: normal; font-size:14px; line-height:2; } .footer-distributed .footer-center p a{ color: #5383d3; text-decoration: none; } /* right */ .footer-distributed .footer-right{ width: 20%; } .footer-distributed .footer-right p{ display: inline-block; color: white; vertical-align: middle; margin:0; } .footer-distributed .footer-right p span{ display:block; font-weight: normal; font-size:14px; line-height:2; } .footer-distributed .footer-right p a{ color: #5383d3; text-decoration: none;; } @media (max-width: 880px) { .footer-distributed{ font: bold 14px sans-serif; } .footer-distributed .footer-left, .footer-distributed .footer-center, .footer-distributed .footer-right{ display: block; width: 100%; margin-bottom: 40px; text-align: center; } .footer-distributed .footer-center i{ margin-left: 0; } .nav { font-size: 14pt; padding-right: 10px; padding-top: 5%; word-spacing: 10px; } }
0.260389
0.061876
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@600&family=Fraunces:wght@700;900&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Fraunces:wght@700;900&display=swap'); :root { --softRede: hsl(7, 99%, 70%); --yellow: hsl(51, 100%, 49%); /*Dark desaturated cyan (graphic design text) */ --darkDesCyan: hsl(167, 40%, 24%); /*Dark blue (photography text) */ --darkBlue: hsl(198, 62%, 26%); /*Dark moderate cyan (footer) */ --darkModCyan: hsl(168, 34%, 41%) } *{ padding: 0; margin: 0; } header{ display: flex; justify-content: space-between; align-items: center; width: 100%; height: 60px; background-color: rgb(62, 191, 255); } header img{ padding: 10px; } nav{ display: flex; align-items: center; gap: 20px; } #menu li{ display: block; list-style: none; text-decoration: none; } #menu li a { display: block; text-decoration: none; color: white; font-family: 'Barlow', sans-serif; font-size: 1.2rem; padding: 10px 15px 10px 15px; border-radius: 20px; transition: 0.3s; } #menu li a:hover{ background-color: rgba(255, 255, 255, 0.726); color: rgba(0, 0, 0, 0.507); } #menu li:nth-child(4) a{ background-color: rgb(255, 255, 255); color: rgba(0, 0, 0, 0.712); } #menu ul { display: flex; } #btnMobl{ display: flex; visibility: hidden; padding: .5rem 1rem; border: none; background: none; cursor: pointer; gap: .5rem; } #hamb { color: white; display: block; width: 20px; border-top: 2px solid ; } #hamb::after, #hamb::before{ content: ''; display: block; width: 20px; height: 2px; background-color:currentColor; margin-top: 5px; transition: 0.3s; position: relative; } /*Animação button Hamburguer*/ #nav.active #menu{ display: flex; } #nav.active #hamb { border-top-color: transparent; } #nav.active #hamb::before { transform: rotate(135deg); } #nav.active #hamb::after { transform: rotate(-135deg); top: -7px; } #top-side { display: flex; flex-direction: column; gap: 40px; justify-content: center; align-items: center; width: 100wh; height: calc(100vh - 60px); background-image: url('images/desktop/image-header.jpg'); background-repeat: no-repeat; background-size: 100vw 100vh; } @keyframes arrow { 0% {transform: translateY(0%);} 50% {transform: translateY(60%);} 0% {transform: translateY(0%);} } #top-side img{ /*flexa de direção*/ animation-duration: 4s; animation-name: arrow; animation-iteration-count: infinite; animation-timing-function: ease-in-out; height: 15vh; } #top-side h1 { color: white; word-spacing: 10px; letter-spacing: 5px; font-family: 'Fraunces', serif; font-variant-caps: all-petite-caps; font-weight: 900; font-size: 6vw; } #mid-side { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr 1fr; } #mid-side img{ width: 100%; height: 100vh; } #intro{ display: flex; flex-direction: column; padding: 10vw; justify-content: center; } #mid-side div:nth-child(5) { background-image: url(images/desktop/image-graphic-design.jpg); background-position-x: center; background-repeat: no-repeat; background-size: 130%; color: var(--darkDesCyan); } #mid-side div:nth-child(6){ background-image: url(images/desktop/image-photography.jpg); background-repeat: no-repeat; background-position-x: center; background-size: 130%; color: var(--darkBlue); } .midtextos h2{ font-size: 2.2rem; font-family: 'Fraunces', serif; font-weight: 900; color: hsl(211, 28%, 19%); margin-bottom: 20px; } .midtextos p{ font-family: 'Barlow',serif; font-weight: 600; color: hsla(211, 28%, 19%, 0.507); margin-bottom: 20px; } .midtextos a{ width: 100px; font-family: 'Fraunces', serif; font-weight: 900; text-decoration: none; color: black; border-bottom: 4px solid rgba(255, 217, 0, 0.733); } .midtextos a:hover{ width: 100px; color: rgba(81, 255, 0, 0.801); border-bottom: 4px solid rgba(255, 217, 0, 0.733); } .grapPhot { display: flex; flex-direction: column; justify-content: flex-end; align-items: center; padding: 10vw; } .grapPhot h2{ font-size: 2.2rem; font-family: 'Fraunces', serif; font-weight: 900; margin-bottom: 20px; } .grapPhot p{ font-family: 'Barlow'; text-align: center; } #bot-side { display: flex; flex-direction: column; } #tituloh3 { height: 30vh; display: flex; justify-content: center; align-items: center; } #feedback{ display: flex; height: 70vh; } #feedback img{ width: 15vh; border-radius: 50%; } #botcard { width: 300px; display: flex; flex-direction: column; margin: 0 auto; justify-content: space-around; } .bottextos { font-family: 'Barlow'; color: rgba(0, 0, 0, 0.815); text-align: center; align-items: center; padding: 0 30px 0 30px; line-height: 25px; } .bottextos p{ color: var(--darkDesCyan); } .bottextos h3{ font-family: 'Fraunces',serif; font-weight: 900; font-variant-caps: all-petite-caps; letter-spacing: 3px; font-size: 1.6rem; color: rgba(73, 73, 73, 0.383); } .bottextos p:nth-child(1n+3){ color: rgba(73, 73, 73, 0.383); margin-top: -50px; } .bottextos strong{ font-family: 'Fraunces', serif; color: black; } #imgFooter img{ margin: -4px -2px; width: 24.7vw; } #footer{ display: flex; flex-direction: column; align-items: center; justify-content: space-around; height: 200px; color: var(--darkDesCyan); background-color: #90d4c5; font-family: 'Barlow'; } #navFooter img{ display: block; width: 150px; margin: auto; } #logRedes{ display: flex; gap: 30px; } #navFooter ul{ display: flex; flex-direction: row; transition: 0.3s; } #navFooter li{ display: block; padding: 10px; transition: 0.3s; } #navFooter li:hover{ color: white; } #logRedes img{ transition: 0.3s; } #logRedes img:hover{ filter: contrast(0%) brightness(200%);; } .attribution{ background-color: #90d4c5; font-family: 'Barlow'; color: #0d4438; } @media (max-width: 1484px ){ #mid-side img{ height: 100%; } .grapPhot { padding: 50px; justify-content: flex-end; } .grapPhot h2{ font-size: 1.5rem; } .grapPhot p{ font-size: 0.8rem; } } @media (max-width: 1210px){ #imgFooter img{ width: 24.6vw; } } @media (max-width: 910px){ #imgFooter img{ width: 24.5vw; } } @media (max-width: 900px ){ #menu{ display: none; flex-direction: column; right: 5vw; top: 50px; position: absolute; z-index: 1000; align-items: flex-end; } #triangulo{ width: 0; height: 0; border-top: 35px solid transparent; border-bottom: 0px solid transparent; border-right:35px solid #ffffff; } #menu ul{ background-color: #ffffff; width:300px; height: 250px; flex-direction: column; align-items: center; justify-content: center; } #menu ul a{ width: 120px; font-size: 1.5rem; text-align: center; color: rgba(0, 0, 0, 0.507); } #menu ul a:hover{ background-color: var(--yellow); } #menu li:nth-child(4) a{ background-color: var(--yellow); color: rgba(0, 0, 0, 0.712); } #btnMobl { visibility: visible; } } @media (max-width: 800px ){ #mid-side { grid-template-columns: 1fr; } #mid-side div:nth-child(1){ grid-row: 2/3; } #mid-side img{ height: 70vh; } #intro { align-items: center; height: 50vh; } .grapPhot { height: 70vh; } #imgFooter img{ width: 49vw; } } @media (max-width: 724px){ #imgFooter img{ width: 48.8vw; } } @media (max-width: 600px){ #top-side{ background-image: url(images/mobile/image-header.jpg); background-size: 100% 100%; } .grapPhot{ height: 60vh; } #feedback { flex-direction: column; height: 170vh; justify-content: space-around; } #tituloh3 { height: 0; margin: 60px; } .bottextos p:nth-child(1n+3){ margin: 10px; } #mid-side div:nth-child(5) { background-image: url(images/mobile/image-graphic-design.jpg); background-position-x: center; background-repeat: no-repeat; background-size: 100% 100%; color: var(--darkDesCyan); } #mid-side div:nth-child(6){ background-image: url(images/mobile/image-photography.jpg); background-repeat: no-repeat; background-position-x: center; background-size: 100% 100%; color: var(--darkBlue); } #imgFooter img{ width: 97vw; } #footer { height: 200px; } #navFooter { gap: 0; height: 0; } } @media (max-width: 490px){ #imgFooter img{ width: 96vw; } }
estilo.css
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@600&family=Fraunces:wght@700;900&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Fraunces:wght@700;900&display=swap'); :root { --softRede: hsl(7, 99%, 70%); --yellow: hsl(51, 100%, 49%); /*Dark desaturated cyan (graphic design text) */ --darkDesCyan: hsl(167, 40%, 24%); /*Dark blue (photography text) */ --darkBlue: hsl(198, 62%, 26%); /*Dark moderate cyan (footer) */ --darkModCyan: hsl(168, 34%, 41%) } *{ padding: 0; margin: 0; } header{ display: flex; justify-content: space-between; align-items: center; width: 100%; height: 60px; background-color: rgb(62, 191, 255); } header img{ padding: 10px; } nav{ display: flex; align-items: center; gap: 20px; } #menu li{ display: block; list-style: none; text-decoration: none; } #menu li a { display: block; text-decoration: none; color: white; font-family: 'Barlow', sans-serif; font-size: 1.2rem; padding: 10px 15px 10px 15px; border-radius: 20px; transition: 0.3s; } #menu li a:hover{ background-color: rgba(255, 255, 255, 0.726); color: rgba(0, 0, 0, 0.507); } #menu li:nth-child(4) a{ background-color: rgb(255, 255, 255); color: rgba(0, 0, 0, 0.712); } #menu ul { display: flex; } #btnMobl{ display: flex; visibility: hidden; padding: .5rem 1rem; border: none; background: none; cursor: pointer; gap: .5rem; } #hamb { color: white; display: block; width: 20px; border-top: 2px solid ; } #hamb::after, #hamb::before{ content: ''; display: block; width: 20px; height: 2px; background-color:currentColor; margin-top: 5px; transition: 0.3s; position: relative; } /*Animação button Hamburguer*/ #nav.active #menu{ display: flex; } #nav.active #hamb { border-top-color: transparent; } #nav.active #hamb::before { transform: rotate(135deg); } #nav.active #hamb::after { transform: rotate(-135deg); top: -7px; } #top-side { display: flex; flex-direction: column; gap: 40px; justify-content: center; align-items: center; width: 100wh; height: calc(100vh - 60px); background-image: url('images/desktop/image-header.jpg'); background-repeat: no-repeat; background-size: 100vw 100vh; } @keyframes arrow { 0% {transform: translateY(0%);} 50% {transform: translateY(60%);} 0% {transform: translateY(0%);} } #top-side img{ /*flexa de direção*/ animation-duration: 4s; animation-name: arrow; animation-iteration-count: infinite; animation-timing-function: ease-in-out; height: 15vh; } #top-side h1 { color: white; word-spacing: 10px; letter-spacing: 5px; font-family: 'Fraunces', serif; font-variant-caps: all-petite-caps; font-weight: 900; font-size: 6vw; } #mid-side { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr 1fr; } #mid-side img{ width: 100%; height: 100vh; } #intro{ display: flex; flex-direction: column; padding: 10vw; justify-content: center; } #mid-side div:nth-child(5) { background-image: url(images/desktop/image-graphic-design.jpg); background-position-x: center; background-repeat: no-repeat; background-size: 130%; color: var(--darkDesCyan); } #mid-side div:nth-child(6){ background-image: url(images/desktop/image-photography.jpg); background-repeat: no-repeat; background-position-x: center; background-size: 130%; color: var(--darkBlue); } .midtextos h2{ font-size: 2.2rem; font-family: 'Fraunces', serif; font-weight: 900; color: hsl(211, 28%, 19%); margin-bottom: 20px; } .midtextos p{ font-family: 'Barlow',serif; font-weight: 600; color: hsla(211, 28%, 19%, 0.507); margin-bottom: 20px; } .midtextos a{ width: 100px; font-family: 'Fraunces', serif; font-weight: 900; text-decoration: none; color: black; border-bottom: 4px solid rgba(255, 217, 0, 0.733); } .midtextos a:hover{ width: 100px; color: rgba(81, 255, 0, 0.801); border-bottom: 4px solid rgba(255, 217, 0, 0.733); } .grapPhot { display: flex; flex-direction: column; justify-content: flex-end; align-items: center; padding: 10vw; } .grapPhot h2{ font-size: 2.2rem; font-family: 'Fraunces', serif; font-weight: 900; margin-bottom: 20px; } .grapPhot p{ font-family: 'Barlow'; text-align: center; } #bot-side { display: flex; flex-direction: column; } #tituloh3 { height: 30vh; display: flex; justify-content: center; align-items: center; } #feedback{ display: flex; height: 70vh; } #feedback img{ width: 15vh; border-radius: 50%; } #botcard { width: 300px; display: flex; flex-direction: column; margin: 0 auto; justify-content: space-around; } .bottextos { font-family: 'Barlow'; color: rgba(0, 0, 0, 0.815); text-align: center; align-items: center; padding: 0 30px 0 30px; line-height: 25px; } .bottextos p{ color: var(--darkDesCyan); } .bottextos h3{ font-family: 'Fraunces',serif; font-weight: 900; font-variant-caps: all-petite-caps; letter-spacing: 3px; font-size: 1.6rem; color: rgba(73, 73, 73, 0.383); } .bottextos p:nth-child(1n+3){ color: rgba(73, 73, 73, 0.383); margin-top: -50px; } .bottextos strong{ font-family: 'Fraunces', serif; color: black; } #imgFooter img{ margin: -4px -2px; width: 24.7vw; } #footer{ display: flex; flex-direction: column; align-items: center; justify-content: space-around; height: 200px; color: var(--darkDesCyan); background-color: #90d4c5; font-family: 'Barlow'; } #navFooter img{ display: block; width: 150px; margin: auto; } #logRedes{ display: flex; gap: 30px; } #navFooter ul{ display: flex; flex-direction: row; transition: 0.3s; } #navFooter li{ display: block; padding: 10px; transition: 0.3s; } #navFooter li:hover{ color: white; } #logRedes img{ transition: 0.3s; } #logRedes img:hover{ filter: contrast(0%) brightness(200%);; } .attribution{ background-color: #90d4c5; font-family: 'Barlow'; color: #0d4438; } @media (max-width: 1484px ){ #mid-side img{ height: 100%; } .grapPhot { padding: 50px; justify-content: flex-end; } .grapPhot h2{ font-size: 1.5rem; } .grapPhot p{ font-size: 0.8rem; } } @media (max-width: 1210px){ #imgFooter img{ width: 24.6vw; } } @media (max-width: 910px){ #imgFooter img{ width: 24.5vw; } } @media (max-width: 900px ){ #menu{ display: none; flex-direction: column; right: 5vw; top: 50px; position: absolute; z-index: 1000; align-items: flex-end; } #triangulo{ width: 0; height: 0; border-top: 35px solid transparent; border-bottom: 0px solid transparent; border-right:35px solid #ffffff; } #menu ul{ background-color: #ffffff; width:300px; height: 250px; flex-direction: column; align-items: center; justify-content: center; } #menu ul a{ width: 120px; font-size: 1.5rem; text-align: center; color: rgba(0, 0, 0, 0.507); } #menu ul a:hover{ background-color: var(--yellow); } #menu li:nth-child(4) a{ background-color: var(--yellow); color: rgba(0, 0, 0, 0.712); } #btnMobl { visibility: visible; } } @media (max-width: 800px ){ #mid-side { grid-template-columns: 1fr; } #mid-side div:nth-child(1){ grid-row: 2/3; } #mid-side img{ height: 70vh; } #intro { align-items: center; height: 50vh; } .grapPhot { height: 70vh; } #imgFooter img{ width: 49vw; } } @media (max-width: 724px){ #imgFooter img{ width: 48.8vw; } } @media (max-width: 600px){ #top-side{ background-image: url(images/mobile/image-header.jpg); background-size: 100% 100%; } .grapPhot{ height: 60vh; } #feedback { flex-direction: column; height: 170vh; justify-content: space-around; } #tituloh3 { height: 0; margin: 60px; } .bottextos p:nth-child(1n+3){ margin: 10px; } #mid-side div:nth-child(5) { background-image: url(images/mobile/image-graphic-design.jpg); background-position-x: center; background-repeat: no-repeat; background-size: 100% 100%; color: var(--darkDesCyan); } #mid-side div:nth-child(6){ background-image: url(images/mobile/image-photography.jpg); background-repeat: no-repeat; background-position-x: center; background-size: 100% 100%; color: var(--darkBlue); } #imgFooter img{ width: 97vw; } #footer { height: 200px; } #navFooter { gap: 0; height: 0; } } @media (max-width: 490px){ #imgFooter img{ width: 96vw; } }
0.249905
0.072276
@import url('https://fonts.googleapis.com/css2?family=Architects+Daughter&display=swap'); @import "../css/utility.css"; @import "../css/play_section.css"; @import "../css/popup_section.css"; *{box-sizing: border-box; margin: 0; } body { position: relative; background-image: url("../images/paper_4.png"); background-repeat: repeat; background-size: contain; width: 100vw; height: 100vh; margin: auto; font-family: 'Architects Daughter', cursive; color: #0a0191; } main { width: 100%; height: 490px; } #title-container { position: relative; width: auto; height:75px; text-align: center; margin-bottom: 1rem; } #title { text-decoration: underline; font-size: 36px; } #topic-title { position: relative; font-size: 24px; color: #ff0000; line-height: 22px; text-decoration:unset; padding: 5px 0 0; height: 25px; } /*Word section*/ #word-section { position: relative; background-color: transparent; width: auto; height: auto; text-align: center; } .letter { display: inline-block; width: 22px; height: 50px; margin: 0 2px; text-align: center; font-size: 30px; color: transparent; border-bottom: 4px solid #0a0191; padding-top: 2px; } .visible { color: #0a0191; } /*Keyboard Section*/ #keyboard-section { position: relative; width: 310px; height: 200px; text-align: center; padding-top: 15px; } .keyboard-key { position: relative; width: auto; height: auto; border-radius: 50px; border: solid 1px #0a0191; font-family: 'Architects Daughter', cursive; font-size: 36px; margin: 0 1px; line-height: 40px; } button:disabled { background-color: #5db0e7; opacity: 0.7; } @media (min-width: 568px) { #main { height: 260px; flex-flow: column wrap; } #title-container { margin-bottom: 0; } #keyboard-section { width: 270px; height: 260px; margin-top: 0; } .keyboard-key { font-size: 36px; margin: 2px 2px; } } @media (min-width: 768px) and (min-height: 1024px) { #main { display: flex; flex-direction: column; justify-content: space-between; align-items: center; width: 600px; height: 800px; margin: auto; } #title-container { margin-bottom: 1rem; } #title { font-size: 40px; } #word-section { width: auto; height: 50px; text-align: center; } .letter { width: 40px; height: 60px; font-size: 40px; } #keyboard-section { width:inherit; height: 300px; text-align: center; padding-top: 15px; } .keyboard-key { font-size: 50px; margin: 10px 5px; line-height: 40px; } } @media (min-width: 992px) { body { background-image: url("../images/paper_5.png"); } #main { width: 800px; height: 300px; flex-flow: column wrap; margin: 0 auto; } #title-container { margin: 40px auto 0; } #keyboard-section { width: 270px; height: 270px; margin-top: 20px; } .keyboard-key { font-size: 36px; margin: 2px 2px; } } @media (min-width: 1200px) { body { min-height: 700px; } #main { width: 1070px; height: 430px; } #title-container { margin-bottom: 3rem; height: 170px; } #title{ font-size: 60px; } #topic-title { margin-top: 30px; font-size: 50px; } #word-section { height: 50px; } .letter { width: 40px; height: 70px; font-size: 60px; } #keyboard-section { width: 330px; height: 300px; margin-top: 50px; } .keyboard-key { font-size: 50px; margin: 2px 2px; } }
assets/css/style.css
@import url('https://fonts.googleapis.com/css2?family=Architects+Daughter&display=swap'); @import "../css/utility.css"; @import "../css/play_section.css"; @import "../css/popup_section.css"; *{box-sizing: border-box; margin: 0; } body { position: relative; background-image: url("../images/paper_4.png"); background-repeat: repeat; background-size: contain; width: 100vw; height: 100vh; margin: auto; font-family: 'Architects Daughter', cursive; color: #0a0191; } main { width: 100%; height: 490px; } #title-container { position: relative; width: auto; height:75px; text-align: center; margin-bottom: 1rem; } #title { text-decoration: underline; font-size: 36px; } #topic-title { position: relative; font-size: 24px; color: #ff0000; line-height: 22px; text-decoration:unset; padding: 5px 0 0; height: 25px; } /*Word section*/ #word-section { position: relative; background-color: transparent; width: auto; height: auto; text-align: center; } .letter { display: inline-block; width: 22px; height: 50px; margin: 0 2px; text-align: center; font-size: 30px; color: transparent; border-bottom: 4px solid #0a0191; padding-top: 2px; } .visible { color: #0a0191; } /*Keyboard Section*/ #keyboard-section { position: relative; width: 310px; height: 200px; text-align: center; padding-top: 15px; } .keyboard-key { position: relative; width: auto; height: auto; border-radius: 50px; border: solid 1px #0a0191; font-family: 'Architects Daughter', cursive; font-size: 36px; margin: 0 1px; line-height: 40px; } button:disabled { background-color: #5db0e7; opacity: 0.7; } @media (min-width: 568px) { #main { height: 260px; flex-flow: column wrap; } #title-container { margin-bottom: 0; } #keyboard-section { width: 270px; height: 260px; margin-top: 0; } .keyboard-key { font-size: 36px; margin: 2px 2px; } } @media (min-width: 768px) and (min-height: 1024px) { #main { display: flex; flex-direction: column; justify-content: space-between; align-items: center; width: 600px; height: 800px; margin: auto; } #title-container { margin-bottom: 1rem; } #title { font-size: 40px; } #word-section { width: auto; height: 50px; text-align: center; } .letter { width: 40px; height: 60px; font-size: 40px; } #keyboard-section { width:inherit; height: 300px; text-align: center; padding-top: 15px; } .keyboard-key { font-size: 50px; margin: 10px 5px; line-height: 40px; } } @media (min-width: 992px) { body { background-image: url("../images/paper_5.png"); } #main { width: 800px; height: 300px; flex-flow: column wrap; margin: 0 auto; } #title-container { margin: 40px auto 0; } #keyboard-section { width: 270px; height: 270px; margin-top: 20px; } .keyboard-key { font-size: 36px; margin: 2px 2px; } } @media (min-width: 1200px) { body { min-height: 700px; } #main { width: 1070px; height: 430px; } #title-container { margin-bottom: 3rem; height: 170px; } #title{ font-size: 60px; } #topic-title { margin-top: 30px; font-size: 50px; } #word-section { height: 50px; } .letter { width: 40px; height: 70px; font-size: 60px; } #keyboard-section { width: 330px; height: 300px; margin-top: 50px; } .keyboard-key { font-size: 50px; margin: 2px 2px; } }
0.292292
0.072341
.transaction-container { /* height: calc(100vh - 55px - 83px - 96px - 75px); */ height: calc(100vh - 55px - 83px - 130px - 36px); } .transaction-item-container-pointer { display: grid; grid-template-columns: 0.44fr 3fr 1fr; grid-template-rows: repeat(2, 1fr); grid-template-areas: 'left main .' 'left secondary right'; padding-left: 15px; background-color: white; height: 40px; cursor: pointer; } .transaction-item-container-none { display: grid; grid-template-columns: 0.44fr 3fr 1fr; grid-template-rows: repeat(2, 1fr); grid-template-areas: 'left main .' 'left secondary right'; padding-left: 15px; background-color: white; height: 40px; } .transaction-item-left-icon { grid-area: left; justify-self: left; align-self: center; } .transaction-item-main { grid-area: main; justify-self: flex-start; align-self: flex-end; font-size: 12px; } .transaction-item-secondary { grid-area: secondary; justify-self: flex-start; align-self: flex-start; font-size: 12px; } .transaction-item-right { grid-area: right; justify-self: flex-start; align-self: flex-start; } .transaction-item-pill { width: 68px; height: 15px; border-radius: 5px; border: 1px solid; border-color: #00a200; background: #00a200; color: #ffffff; margin-top: 3px; } .transaction-item-status-text { text-align: center; font-size: 8px; } .wrapper { display: grid; grid-template-columns: repeat(1, 1fr); grid-gap: 10px; grid-auto-rows: 10px; grid-template-areas: 'title'; align-items: start; width: 329.5px; height: 21px; margin-left: 13px; margin-top: 14px; } .title-class { grid-area: title; font-size: 18px; font-family: 'Roboto-Medium'; } .transactions-list-class { overflow: auto; width: 357px; /* height: 185px;*/ height: calc(100vh - 55px - 83px - 130px - 36px - 26px - 13px - 14px); padding-top: 14px; } .no-transaction-class { font-style: oblique; margin-left: 13px; color: #707070; }
app/components/Transactions/styles.css
.transaction-container { /* height: calc(100vh - 55px - 83px - 96px - 75px); */ height: calc(100vh - 55px - 83px - 130px - 36px); } .transaction-item-container-pointer { display: grid; grid-template-columns: 0.44fr 3fr 1fr; grid-template-rows: repeat(2, 1fr); grid-template-areas: 'left main .' 'left secondary right'; padding-left: 15px; background-color: white; height: 40px; cursor: pointer; } .transaction-item-container-none { display: grid; grid-template-columns: 0.44fr 3fr 1fr; grid-template-rows: repeat(2, 1fr); grid-template-areas: 'left main .' 'left secondary right'; padding-left: 15px; background-color: white; height: 40px; } .transaction-item-left-icon { grid-area: left; justify-self: left; align-self: center; } .transaction-item-main { grid-area: main; justify-self: flex-start; align-self: flex-end; font-size: 12px; } .transaction-item-secondary { grid-area: secondary; justify-self: flex-start; align-self: flex-start; font-size: 12px; } .transaction-item-right { grid-area: right; justify-self: flex-start; align-self: flex-start; } .transaction-item-pill { width: 68px; height: 15px; border-radius: 5px; border: 1px solid; border-color: #00a200; background: #00a200; color: #ffffff; margin-top: 3px; } .transaction-item-status-text { text-align: center; font-size: 8px; } .wrapper { display: grid; grid-template-columns: repeat(1, 1fr); grid-gap: 10px; grid-auto-rows: 10px; grid-template-areas: 'title'; align-items: start; width: 329.5px; height: 21px; margin-left: 13px; margin-top: 14px; } .title-class { grid-area: title; font-size: 18px; font-family: 'Roboto-Medium'; } .transactions-list-class { overflow: auto; width: 357px; /* height: 185px;*/ height: calc(100vh - 55px - 83px - 130px - 36px - 26px - 13px - 14px); padding-top: 14px; } .no-transaction-class { font-style: oblique; margin-left: 13px; color: #707070; }
0.393968
0.11836
.faq_page { width: 100%; padding: 2%; } .sub_menu_faq { width: 100%; } .liste_menu { width: 100%; padding: 3% 10%; display: flex; justify-content: space-between; flex-wrap: wrap; } .item_menu { /* width: 18%; */ flex: 1; border-right: 3px solid #fff; background-color: #efefed; display: flex; justify-content: center; align-items: center; padding: 15px; cursor: pointer; font-size: 16px; } .item_menu:hover { background-color: #044651; color: #fff; text-align: center; } .item_menu.current { background-color: #044651; color: #fff; text-align: center; } .current { display: block !important; } .title_menu { margin: 0; } .content_faq { width: 100%; display: none; } .faq_contact { padding: 0% 0 3% 0; display: flex; justify-content: center; flex-direction: column; align-items: center; } .title_contact { width: 100%; display: flex; justify-content: center; margin-bottom: 3%; font-size: 30px; font-weight: 600; /*color: #044651;*/ color: #0062ae; } .title_contact label { border-bottom: 2px solid; } .response_contact { width: 100%; display: flex; justify-content: center; } .accordion { background-color: #eee; color: #444; cursor: pointer; padding: 18px; width: 100%; border: none; text-align: left; outline: none; font-size: 15px; transition: 0.4s; text-align: center; } .accordion.active, .accordion:hover { background-color: #65bb9f; color: #fff; } .panel { padding: 0 18px; display: none; background-color: white; overflow: hidden; } .item_response { width: 80%; } .item_response .panel { border: 1px solid #65bb9f; } .limite_faq { width: 100%; border-bottom: 2px solid #044651; box-shadow: 0 2px 4px 0 rgba(0,0,0,.44); } .question_area { margin-top: 3%; border: 2px solid #eee; padding: 2%; width: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; } .boutton_question { color: rgb(0, 107, 121); padding: 10px 55px; border: 4px solid #044651; border-radius: 5px; font-size: 16px; font-weight: 600; background-color: white; text-decoration: none; } .boutton_question:hover { color: #65bb9f; border: 4px solid #65bb9f; text-decoration: none; } /** Page recrutement */ .title_recutement { width: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 0 10%; } .simple_title_recrutement { width: 100%; text-align: center; padding: 0 5%; color: #474747; font-weight: 600; font-size: 25px; } .bold_title_recrutement { width: 45%; text-align: center; color: #0062ae; font-weight: 600; font-size: 35px; padding: 1rem; border-top: 1px solid #0062ae; border-bottom: 1px solid #0062ae; margin: 3rem 0; } .description_recrutement { text-align: justify; border: 1px solid #cecece; border-radius: 3px; padding: 20px; font-family: 'Open Sans',sans-serif; color: #474747; line-height: 30px; margin: 0 8rem; } .description_recrutement p { font-size: 17px; } .btn_recrutement { width: 100%; display: flex; justify-content: center; align-items: center; margin: 3rem 0; } .see_offre { width: 25%; padding: 0.5rem; text-transform: uppercase; font-size: 18px; font-weight: 600; color: #fff; background-color: #0062ae; border: 1px solid #0062ae; border-radius: 3px; cursor: pointer; } .see_offre:hover { cursor: pointer; color: #0062ae; background-color: #fff; border: 1px solid #0062ae; } /* End page recrutement */ /** Page About "Qui nous sommes "*/ .about_chiffrage, .about_history { width: 100%; padding: 5% 10%; background-color: #efefed; position: relative; display: flex; flex-direction: column; align-items: center; } .separate_about { width: 45%; border-bottom: 1px solid #044651; box-shadow: 0 2px 4px 0 rgba(0,0,0,.44); position: absolute; bottom: 0; } .titre_chiffrage { width: 100%; text-align: center; text-transform: uppercase; font-size: 30px; font-weight: 600; color: #0062ae; } .content_chiffrage { width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap; align-items: center; margin-top: 5%; } .item_chiffrage { width: 25%; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 0.5rem; border: 10px solid #0062ae; } .numbre_chiffrage { font-size: 40px; font-weight: 600; color: #65bb9f; margin: 0; } .name_chiffrage { text-transform: uppercase; color: #0062ae; text-decoration: underline; } .row_history { width: 100%; height: 100%; display: flex; justify-content: space-between; } .row_history .image_histoyr { width: 48%; /* height: 100%; */ object-fit: cover; margin-right: 1.5rem; } .row_text_history { flex: 1; position: relative; } .row_text_history p, .about_history p { font-size: 17px; margin-top: 2rem; text-align: justify; } .guillemets { position: absolute; top: -2rem; opacity: 0.5; } /** End Page About "Qui nous sommes "*/ /** PAge Temoignage */ .about_temoin { width: 100%; padding: 5% 10%; position: relative; display: flex; flex-direction: column; align-items: center; } .titre_temoin { width: 100%; margin-bottom: 8%; border-bottom: 1px solid #707070; padding-bottom: 5%; } .title_content_temoin { width: 100%; text-align: center; font-size: 30px; font-weight: 600; color: #0062ae; margin-bottom: 4%; } .text_content_temoin { font-size: 17px; padding: 0 10%; } .text_content_temoin strong { color: red; cursor: pointer; text-decoration: underline; } .content_tem { width: 100%; } .item_tem { width: 100%; display: flex; align-items: center; flex-wrap: wrap; border: 2px solid #707070; padding: 0 1rem 0 0; margin-bottom: 4rem; cursor: pointer; transition: all 0.5s ease 0s; position: relative; } .image_icon_tem { width: 160px; height: 160px; margin-right: 2rem; background-color: #efefed; } .image_icon_tem img{ width: 100%; height: 100%; object-fit: cover; } .text_tem { flex: 1; max-height: 160px; overflow: auto; } .text_tem p{ margin: 0; width: 100%; text-align: justify; } .item_tem:hover { border: 2px solid #0062ae; transition: all 0.5s ease 0s; } .item_tem:hover .image_icon_tem{ background-color: #0062ae; transition: all 0.5s ease 0s; } .auteur_tem { position: absolute; top: -2.07rem; right: -2px; width: calc(100% - 157px); padding: 5px; background-color: #0062ae; color: #fff; display: flex; justify-content: space-between; border-top: 3px solid #044651; align-items: center; } .auteur_title { margin: 0; font-weight: 600; font-size: 12px; } /** End page Temoignage*/
public/css/front/faq.css
.faq_page { width: 100%; padding: 2%; } .sub_menu_faq { width: 100%; } .liste_menu { width: 100%; padding: 3% 10%; display: flex; justify-content: space-between; flex-wrap: wrap; } .item_menu { /* width: 18%; */ flex: 1; border-right: 3px solid #fff; background-color: #efefed; display: flex; justify-content: center; align-items: center; padding: 15px; cursor: pointer; font-size: 16px; } .item_menu:hover { background-color: #044651; color: #fff; text-align: center; } .item_menu.current { background-color: #044651; color: #fff; text-align: center; } .current { display: block !important; } .title_menu { margin: 0; } .content_faq { width: 100%; display: none; } .faq_contact { padding: 0% 0 3% 0; display: flex; justify-content: center; flex-direction: column; align-items: center; } .title_contact { width: 100%; display: flex; justify-content: center; margin-bottom: 3%; font-size: 30px; font-weight: 600; /*color: #044651;*/ color: #0062ae; } .title_contact label { border-bottom: 2px solid; } .response_contact { width: 100%; display: flex; justify-content: center; } .accordion { background-color: #eee; color: #444; cursor: pointer; padding: 18px; width: 100%; border: none; text-align: left; outline: none; font-size: 15px; transition: 0.4s; text-align: center; } .accordion.active, .accordion:hover { background-color: #65bb9f; color: #fff; } .panel { padding: 0 18px; display: none; background-color: white; overflow: hidden; } .item_response { width: 80%; } .item_response .panel { border: 1px solid #65bb9f; } .limite_faq { width: 100%; border-bottom: 2px solid #044651; box-shadow: 0 2px 4px 0 rgba(0,0,0,.44); } .question_area { margin-top: 3%; border: 2px solid #eee; padding: 2%; width: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; } .boutton_question { color: rgb(0, 107, 121); padding: 10px 55px; border: 4px solid #044651; border-radius: 5px; font-size: 16px; font-weight: 600; background-color: white; text-decoration: none; } .boutton_question:hover { color: #65bb9f; border: 4px solid #65bb9f; text-decoration: none; } /** Page recrutement */ .title_recutement { width: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 0 10%; } .simple_title_recrutement { width: 100%; text-align: center; padding: 0 5%; color: #474747; font-weight: 600; font-size: 25px; } .bold_title_recrutement { width: 45%; text-align: center; color: #0062ae; font-weight: 600; font-size: 35px; padding: 1rem; border-top: 1px solid #0062ae; border-bottom: 1px solid #0062ae; margin: 3rem 0; } .description_recrutement { text-align: justify; border: 1px solid #cecece; border-radius: 3px; padding: 20px; font-family: 'Open Sans',sans-serif; color: #474747; line-height: 30px; margin: 0 8rem; } .description_recrutement p { font-size: 17px; } .btn_recrutement { width: 100%; display: flex; justify-content: center; align-items: center; margin: 3rem 0; } .see_offre { width: 25%; padding: 0.5rem; text-transform: uppercase; font-size: 18px; font-weight: 600; color: #fff; background-color: #0062ae; border: 1px solid #0062ae; border-radius: 3px; cursor: pointer; } .see_offre:hover { cursor: pointer; color: #0062ae; background-color: #fff; border: 1px solid #0062ae; } /* End page recrutement */ /** Page About "Qui nous sommes "*/ .about_chiffrage, .about_history { width: 100%; padding: 5% 10%; background-color: #efefed; position: relative; display: flex; flex-direction: column; align-items: center; } .separate_about { width: 45%; border-bottom: 1px solid #044651; box-shadow: 0 2px 4px 0 rgba(0,0,0,.44); position: absolute; bottom: 0; } .titre_chiffrage { width: 100%; text-align: center; text-transform: uppercase; font-size: 30px; font-weight: 600; color: #0062ae; } .content_chiffrage { width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap; align-items: center; margin-top: 5%; } .item_chiffrage { width: 25%; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 0.5rem; border: 10px solid #0062ae; } .numbre_chiffrage { font-size: 40px; font-weight: 600; color: #65bb9f; margin: 0; } .name_chiffrage { text-transform: uppercase; color: #0062ae; text-decoration: underline; } .row_history { width: 100%; height: 100%; display: flex; justify-content: space-between; } .row_history .image_histoyr { width: 48%; /* height: 100%; */ object-fit: cover; margin-right: 1.5rem; } .row_text_history { flex: 1; position: relative; } .row_text_history p, .about_history p { font-size: 17px; margin-top: 2rem; text-align: justify; } .guillemets { position: absolute; top: -2rem; opacity: 0.5; } /** End Page About "Qui nous sommes "*/ /** PAge Temoignage */ .about_temoin { width: 100%; padding: 5% 10%; position: relative; display: flex; flex-direction: column; align-items: center; } .titre_temoin { width: 100%; margin-bottom: 8%; border-bottom: 1px solid #707070; padding-bottom: 5%; } .title_content_temoin { width: 100%; text-align: center; font-size: 30px; font-weight: 600; color: #0062ae; margin-bottom: 4%; } .text_content_temoin { font-size: 17px; padding: 0 10%; } .text_content_temoin strong { color: red; cursor: pointer; text-decoration: underline; } .content_tem { width: 100%; } .item_tem { width: 100%; display: flex; align-items: center; flex-wrap: wrap; border: 2px solid #707070; padding: 0 1rem 0 0; margin-bottom: 4rem; cursor: pointer; transition: all 0.5s ease 0s; position: relative; } .image_icon_tem { width: 160px; height: 160px; margin-right: 2rem; background-color: #efefed; } .image_icon_tem img{ width: 100%; height: 100%; object-fit: cover; } .text_tem { flex: 1; max-height: 160px; overflow: auto; } .text_tem p{ margin: 0; width: 100%; text-align: justify; } .item_tem:hover { border: 2px solid #0062ae; transition: all 0.5s ease 0s; } .item_tem:hover .image_icon_tem{ background-color: #0062ae; transition: all 0.5s ease 0s; } .auteur_tem { position: absolute; top: -2.07rem; right: -2px; width: calc(100% - 157px); padding: 5px; background-color: #0062ae; color: #fff; display: flex; justify-content: space-between; border-top: 3px solid #044651; align-items: center; } .auteur_title { margin: 0; font-weight: 600; font-size: 12px; } /** End page Temoignage*/
0.332527
0.073364
#myform{position:absolute;top:10px;left:10px;padding-bottom: 10px;z-index:3;margin:0;width:auto;} #pictxtdialog{position:fixed;width:400px; left:10px;bottom:10px;z-index:4} #vedioOuter #localVideo, #vedioOuter #remoteVideo { width: 100%!important; height: 100%!important; } #main{height:100%;padding:0;} #stateBar button{position: absolute;z-index: 3;top: 0;background-color: transparent;opacity:1; border: 0;outline: 0; width: 40px;height: 34px;text-align: center;} #stateBar button i{ margin-left: -2px; color: #e0e0e0;} #stateBar button:hover {background-color: #242424;} #stateBar .smallscreen, #stateBar .minscreen{right: 40px;} /* #reportbtn{opacity:.7;} #reportbtn:hover{opacity:1;} */ #menulist{right:12px;bottom:-8px;z-index:10;} #menulist .btncircle{width:60px;height:60px;border-radius:50%;overflow:hidden;outline:0;opacity:.6; background:#28B779 url();color:#fff;border:2px solid #fff;box-shadow:0 0 10px 1px #28B779;} #menulist .btncircle:hover{opacity:1;cursor:pointer;} #menulist dt,#menulist dd{position:absolute;right:0;bottom:0;z-index:1;} #menulist dd.btncircle{width:70px;height:70px;} #menulist .btncircle i, #menulist .btncircle span{z-index:1;font-size:24px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);} #menulist dd.btncircle i/* , #menulist dd.btncircle:hover i */{display:none;} #menulist dd.btncircle span{display:block;text-align:center;width: 2em;font-size:14px;} #menulist #mainmenu{z-index:2;opacity:0.99;} #menulist #videoBtn{right:-10px;bottom:160px;} #menulist #formBtn{right:77px;bottom:140px;} #menulist #reportBtn{right:140px;bottom:77px;} #menulist #dialogBtn{right:160px;bottom:-10px;} .windows .header{position:relative;} .windows .header .smallscreen{position:absolute;top: 0;right: 0;width: 36px; height: 30px;color: #888;border: 0;background: #fff url();} .windows .header .smallscreen:hover{color:#fff;background:red;} .form-horizontal .bodyer .control-label{width:150px;} .form-horizontal .bodyer .controls{margin-left:160px;} #vedioOuter.smallStyle{cursor:move;box-shadow:0 0 2px 0 #fff;} #vedioOuter.smallStyle:hover:after{content:"可以拖拽移动位置";position:absolute;bottom:-20px;left:0;width:100%;text-align:center;color:red;text-shadow:0 0 1px #fff;} #vedioOuter.smallStyle .stateBar{ display:none!important; } #vedioOuter.smallStyle #miniVideo{/* display:none!important; */width:30%;} #vedioOuter.smallStyle:hover .stateBar{display:block!important;} #vedioOuter.smallStyle .vedio #firsttip.signtips label, #vedioOuter.smallStyle .vedio .controls .videoswitch{font-size:12px;} #vedioOuter.smallStyle .vedio.fullScreenWindow #firsttip.signtips label, #vedioOuter.smallStyle .vedio.fullScreenWindow .controls .videoswitch{font-size:16px;} #vedioOuter .vedio .controls .videoswitch{margin-top: 10px;} #vedioOuter .vedio .controls.tipforuser .videoswitch.cancelbtn{margin-top:auto;} .modal-backdrop, .modal-backdrop.fade.in{opacity:.5;} #vedioOuter.smallStyle .vedio #timers{top:0;} #vedioOuter.smallStyle:hover .vedio #timers{top:35px;}
WebRoot/css/view/video.exp.css
#myform{position:absolute;top:10px;left:10px;padding-bottom: 10px;z-index:3;margin:0;width:auto;} #pictxtdialog{position:fixed;width:400px; left:10px;bottom:10px;z-index:4} #vedioOuter #localVideo, #vedioOuter #remoteVideo { width: 100%!important; height: 100%!important; } #main{height:100%;padding:0;} #stateBar button{position: absolute;z-index: 3;top: 0;background-color: transparent;opacity:1; border: 0;outline: 0; width: 40px;height: 34px;text-align: center;} #stateBar button i{ margin-left: -2px; color: #e0e0e0;} #stateBar button:hover {background-color: #242424;} #stateBar .smallscreen, #stateBar .minscreen{right: 40px;} /* #reportbtn{opacity:.7;} #reportbtn:hover{opacity:1;} */ #menulist{right:12px;bottom:-8px;z-index:10;} #menulist .btncircle{width:60px;height:60px;border-radius:50%;overflow:hidden;outline:0;opacity:.6; background:#28B779 url();color:#fff;border:2px solid #fff;box-shadow:0 0 10px 1px #28B779;} #menulist .btncircle:hover{opacity:1;cursor:pointer;} #menulist dt,#menulist dd{position:absolute;right:0;bottom:0;z-index:1;} #menulist dd.btncircle{width:70px;height:70px;} #menulist .btncircle i, #menulist .btncircle span{z-index:1;font-size:24px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);} #menulist dd.btncircle i/* , #menulist dd.btncircle:hover i */{display:none;} #menulist dd.btncircle span{display:block;text-align:center;width: 2em;font-size:14px;} #menulist #mainmenu{z-index:2;opacity:0.99;} #menulist #videoBtn{right:-10px;bottom:160px;} #menulist #formBtn{right:77px;bottom:140px;} #menulist #reportBtn{right:140px;bottom:77px;} #menulist #dialogBtn{right:160px;bottom:-10px;} .windows .header{position:relative;} .windows .header .smallscreen{position:absolute;top: 0;right: 0;width: 36px; height: 30px;color: #888;border: 0;background: #fff url();} .windows .header .smallscreen:hover{color:#fff;background:red;} .form-horizontal .bodyer .control-label{width:150px;} .form-horizontal .bodyer .controls{margin-left:160px;} #vedioOuter.smallStyle{cursor:move;box-shadow:0 0 2px 0 #fff;} #vedioOuter.smallStyle:hover:after{content:"可以拖拽移动位置";position:absolute;bottom:-20px;left:0;width:100%;text-align:center;color:red;text-shadow:0 0 1px #fff;} #vedioOuter.smallStyle .stateBar{ display:none!important; } #vedioOuter.smallStyle #miniVideo{/* display:none!important; */width:30%;} #vedioOuter.smallStyle:hover .stateBar{display:block!important;} #vedioOuter.smallStyle .vedio #firsttip.signtips label, #vedioOuter.smallStyle .vedio .controls .videoswitch{font-size:12px;} #vedioOuter.smallStyle .vedio.fullScreenWindow #firsttip.signtips label, #vedioOuter.smallStyle .vedio.fullScreenWindow .controls .videoswitch{font-size:16px;} #vedioOuter .vedio .controls .videoswitch{margin-top: 10px;} #vedioOuter .vedio .controls.tipforuser .videoswitch.cancelbtn{margin-top:auto;} .modal-backdrop, .modal-backdrop.fade.in{opacity:.5;} #vedioOuter.smallStyle .vedio #timers{top:0;} #vedioOuter.smallStyle:hover .vedio #timers{top:35px;}
0.243912
0.040617
.img-box img { width: 200px; height: 200px; } #G-lightbox-mask { position: fixed; left: 0; top: 0; width: 100%; height: 100%; background-color: #000; opacity: 0.5; z-index: 10000; background: url(../icon/opacity.png) repeat left top; /* fliter: alpha(opacity=50%); */ display: none; } #G-lightbox-popup { position: fixed; left: 50%; top: 0; margin-left: -150px; background-color: #fff; z-index: 10001; display: none; } #G-lightbox-popup .lightbox-pic-view { position: relative; border: 5px solid #fff; border-radius: 3px; /*图片加载时的loading*/ background: #fff url(../icon/loading.gif) no-repeat center center; overflow: hidden; } #G-lightbox-popup .lightbox-pic-view .lightbox-btn { width: 30%; height: 100%; position: absolute; top: 0; z-index: 1; background: url(../icon/transparent.png) repeat left top; } #G-lightbox-popup .lightbox-pic-view .lightbox-prev-btn { left: 0; } #G-lightbox-popup .lightbox-pic-view .lightbox-next-btn { right: 0; } #G-lightbox-popup .lightbox-pic-view .lightbox-prev-btn-show { background: url(../icon/prev.png) no-repeat left center; cursor: pointer; } #G-lightbox-popup .lightbox-pic-view .lightbox-next-btn-show { background: url(../icon/next.png) no-repeat right center; cursor: pointer; } #G-lightbox-popup .lightbox-pic-view .lightbox-image { display: block; } #G-lightbox-popup .lightbox-pic-caption { position: relative; z-index: 2; margin: -70px -5px 0 5px; background-color: rgba(0, 0, 0, 0.5); background: url(../icon/opacity.png) repeat left top; } #G-lightbox-popup .lightbox-pic-caption .lightbox-caption-area { padding: 10px 5px; color: #fff; } #G-lightbox-popup .lightbox-pic-caption .lightbox-caption-area .lightbox-pic-desc { margin: 0px; } #G-lightbox-popup .lightbox-pic-caption .lightbox-caption-area .lightbox-of-index { color: #999; } #G-lightbox-popup .lightbox-pic-caption .lightbox-close-btn { position: absolute; right: 10px; top: 13px; width: 27px; height: 27px; background: url(../icon/close.png) no-repeat center center; cursor: pointer; }
lightbox/css/lightbox.css
.img-box img { width: 200px; height: 200px; } #G-lightbox-mask { position: fixed; left: 0; top: 0; width: 100%; height: 100%; background-color: #000; opacity: 0.5; z-index: 10000; background: url(../icon/opacity.png) repeat left top; /* fliter: alpha(opacity=50%); */ display: none; } #G-lightbox-popup { position: fixed; left: 50%; top: 0; margin-left: -150px; background-color: #fff; z-index: 10001; display: none; } #G-lightbox-popup .lightbox-pic-view { position: relative; border: 5px solid #fff; border-radius: 3px; /*图片加载时的loading*/ background: #fff url(../icon/loading.gif) no-repeat center center; overflow: hidden; } #G-lightbox-popup .lightbox-pic-view .lightbox-btn { width: 30%; height: 100%; position: absolute; top: 0; z-index: 1; background: url(../icon/transparent.png) repeat left top; } #G-lightbox-popup .lightbox-pic-view .lightbox-prev-btn { left: 0; } #G-lightbox-popup .lightbox-pic-view .lightbox-next-btn { right: 0; } #G-lightbox-popup .lightbox-pic-view .lightbox-prev-btn-show { background: url(../icon/prev.png) no-repeat left center; cursor: pointer; } #G-lightbox-popup .lightbox-pic-view .lightbox-next-btn-show { background: url(../icon/next.png) no-repeat right center; cursor: pointer; } #G-lightbox-popup .lightbox-pic-view .lightbox-image { display: block; } #G-lightbox-popup .lightbox-pic-caption { position: relative; z-index: 2; margin: -70px -5px 0 5px; background-color: rgba(0, 0, 0, 0.5); background: url(../icon/opacity.png) repeat left top; } #G-lightbox-popup .lightbox-pic-caption .lightbox-caption-area { padding: 10px 5px; color: #fff; } #G-lightbox-popup .lightbox-pic-caption .lightbox-caption-area .lightbox-pic-desc { margin: 0px; } #G-lightbox-popup .lightbox-pic-caption .lightbox-caption-area .lightbox-of-index { color: #999; } #G-lightbox-popup .lightbox-pic-caption .lightbox-close-btn { position: absolute; right: 10px; top: 13px; width: 27px; height: 27px; background: url(../icon/close.png) no-repeat center center; cursor: pointer; }
0.342901
0.097433
.navbar { background: rgba(0, 0, 0, 0); transition: .5s; } .navbar.navmuncul { background: rgba(0, 0, 0, 1); border-bottom:1px solid rgba(0,0,0,0); } #logoperpus{ width: 40px; height: 40px; } .jumbotron{ background-size: cover; background-repeat: no-repeat; animation: slide 20s infinite; background-attachment: fixed; min-height: 700px; } .efekparallax{ opacity: 0; transform: translate(0, -60px); transition: 1s; } .efekparallax.efekparallaxmuncul{ opacity: 1; transform: translate(0,0); } .efekparallaxpencarian .isiparallax{ opacity: 0; transform: translate(0, -60px); transition: 1s; } .efekparallaxpencarian .isiparallax.efekparallaxpencarianmuncul{ opacity: 1; transform: translate(0,0px); } @keyframes slide{ 0%{ background-image: url(../gambar/1.jpg); } 20%{ background-image: url(../gambar/1.jpg); } 20.1%{ background-image: url(../gambar/2.jpg); } 40%{ background-image: url(../gambar/2.jpg); } 40.01%{ background-image: url(../gambar/3.jpg); } 60%{ background-image: url(../gambar/3.jpg); } 60.1%{ background-image: url(../gambar/4.jpg); } 80%{ background-image: url(../gambar/4.jpg); } 80.1%{ background-image: url(../gambar/5.jpg); } 100%{ background-image: url(../gambar/5.jpg); } } .carousel-control-prev { margin-left: -55px; } .carousel-control-next { margin-right: -55px; } .carousel-control-prev-icon, .carousel-control-next-icon { height: 50px; width: 50px; } .carousel-control-prev-icon { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23494a4a' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); } .carousel-control-next-icon { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23494a4a' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"); } .card_berita{ transition: box-shadow .3s; border-radius: 10px; border: 1px; } .garis_berita{ } .modal-dialog{ max-width: 1000px; }
bootstrap/custom css/stylepencarian.css
.navbar { background: rgba(0, 0, 0, 0); transition: .5s; } .navbar.navmuncul { background: rgba(0, 0, 0, 1); border-bottom:1px solid rgba(0,0,0,0); } #logoperpus{ width: 40px; height: 40px; } .jumbotron{ background-size: cover; background-repeat: no-repeat; animation: slide 20s infinite; background-attachment: fixed; min-height: 700px; } .efekparallax{ opacity: 0; transform: translate(0, -60px); transition: 1s; } .efekparallax.efekparallaxmuncul{ opacity: 1; transform: translate(0,0); } .efekparallaxpencarian .isiparallax{ opacity: 0; transform: translate(0, -60px); transition: 1s; } .efekparallaxpencarian .isiparallax.efekparallaxpencarianmuncul{ opacity: 1; transform: translate(0,0px); } @keyframes slide{ 0%{ background-image: url(../gambar/1.jpg); } 20%{ background-image: url(../gambar/1.jpg); } 20.1%{ background-image: url(../gambar/2.jpg); } 40%{ background-image: url(../gambar/2.jpg); } 40.01%{ background-image: url(../gambar/3.jpg); } 60%{ background-image: url(../gambar/3.jpg); } 60.1%{ background-image: url(../gambar/4.jpg); } 80%{ background-image: url(../gambar/4.jpg); } 80.1%{ background-image: url(../gambar/5.jpg); } 100%{ background-image: url(../gambar/5.jpg); } } .carousel-control-prev { margin-left: -55px; } .carousel-control-next { margin-right: -55px; } .carousel-control-prev-icon, .carousel-control-next-icon { height: 50px; width: 50px; } .carousel-control-prev-icon { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23494a4a' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); } .carousel-control-next-icon { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23494a4a' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"); } .card_berita{ transition: box-shadow .3s; border-radius: 10px; border: 1px; } .garis_berita{ } .modal-dialog{ max-width: 1000px; }
0.306838
0.098729
body { font-family: "Roboto", sans-serif; } /* navbar */ .navbar-brand { font-size: 24px; font-weight: 500; } /* header */ header h1 { font-size: 7vw; text-align: center; color: rgb(224, 224, 219); padding: 5% 0 3%; text-shadow: 5px 5px 30px black; } header p { font-size: 3vw; text-align: center; color: rgb(224, 224, 219); text-shadow: 5px 5px 30px black; } h3 { font-size: 1.5rem; } div { background: rgb(224, 224, 219); } #searchContainer, #resultsContainer { color: rgb(224, 224, 219); background-color: #8a335e; border-radius: 5px; padding: 3.5vw; margin: 2vw; font-size: 3vw; } #searchContainer h3, #resultsContainer h3 { margin-bottom: 10px; font-size: 40px; } form { padding: 1rem 0 1.5rem; position: relative; } label { font-size: 1.25rem; } input { margin: 1vw 0; width: 98%; padding: 0.75vw; font-size: 1.25vw; } #resultsContainer { font-size: 1rem; } .bookResult { background-color: rgb(224, 224, 219); color: black; padding: 1.75vw; font-size: 1rem; } .bookResult:not(:last-of-type) { margin-bottom: 2vw; } .bookResult h4 { font-size: 1.25rem; margin-bottom: 1vw; } .bookResult .row:first-of-type { margin-bottom: 1vw; } .bookResult img { display: inline-block; box-sizing: border-box; max-width: 100px; max-height: auto; margin-right: 2vw; } .aboutBook { box-sizing: border-box; display: inline-block; width: 75%; padding: 0; } /* buttons */ button[disabled] { background-color: rgba(187, 25, 25, 0.584); } button { background-color: #f9c411; color: ivory; padding: 10px; font-size: 1.25vw; } form button { position: absolute; right: 0; } .search { border-radius: 5px; margin-right: 30px; } .btnDiv { box-sizing: border-box; float: right; } .btnDiv button:first-of-type { margin-right: 1.75vw; } /* Footer */ .footer { min-height: 200px; position: relative; text-align: center; } .footer span { position: absolute; color: #33658a; font-size: 20px; text-shadow: 1px 1px 0.5px black; bottom: 0; left: 0; right: 0; padding: 15px; background: rgb(172, 170, 170); } a.copyright { text-decoration: none; color: #33658a; } a.copyright:hover { color: #f9c411; } /* Google text color */ .blue { color: blue; } .red { color: red; } .yellow { color: rgb(255, 218, 6); } .green { color: green; } @media screen and (min-width: 480px) { .bookResult .row:nth-of-type(2) { display: flex; align-items: flex-start; } }
client/src/App.css
body { font-family: "Roboto", sans-serif; } /* navbar */ .navbar-brand { font-size: 24px; font-weight: 500; } /* header */ header h1 { font-size: 7vw; text-align: center; color: rgb(224, 224, 219); padding: 5% 0 3%; text-shadow: 5px 5px 30px black; } header p { font-size: 3vw; text-align: center; color: rgb(224, 224, 219); text-shadow: 5px 5px 30px black; } h3 { font-size: 1.5rem; } div { background: rgb(224, 224, 219); } #searchContainer, #resultsContainer { color: rgb(224, 224, 219); background-color: #8a335e; border-radius: 5px; padding: 3.5vw; margin: 2vw; font-size: 3vw; } #searchContainer h3, #resultsContainer h3 { margin-bottom: 10px; font-size: 40px; } form { padding: 1rem 0 1.5rem; position: relative; } label { font-size: 1.25rem; } input { margin: 1vw 0; width: 98%; padding: 0.75vw; font-size: 1.25vw; } #resultsContainer { font-size: 1rem; } .bookResult { background-color: rgb(224, 224, 219); color: black; padding: 1.75vw; font-size: 1rem; } .bookResult:not(:last-of-type) { margin-bottom: 2vw; } .bookResult h4 { font-size: 1.25rem; margin-bottom: 1vw; } .bookResult .row:first-of-type { margin-bottom: 1vw; } .bookResult img { display: inline-block; box-sizing: border-box; max-width: 100px; max-height: auto; margin-right: 2vw; } .aboutBook { box-sizing: border-box; display: inline-block; width: 75%; padding: 0; } /* buttons */ button[disabled] { background-color: rgba(187, 25, 25, 0.584); } button { background-color: #f9c411; color: ivory; padding: 10px; font-size: 1.25vw; } form button { position: absolute; right: 0; } .search { border-radius: 5px; margin-right: 30px; } .btnDiv { box-sizing: border-box; float: right; } .btnDiv button:first-of-type { margin-right: 1.75vw; } /* Footer */ .footer { min-height: 200px; position: relative; text-align: center; } .footer span { position: absolute; color: #33658a; font-size: 20px; text-shadow: 1px 1px 0.5px black; bottom: 0; left: 0; right: 0; padding: 15px; background: rgb(172, 170, 170); } a.copyright { text-decoration: none; color: #33658a; } a.copyright:hover { color: #f9c411; } /* Google text color */ .blue { color: blue; } .red { color: red; } .yellow { color: rgb(255, 218, 6); } .green { color: green; } @media screen and (min-width: 480px) { .bookResult .row:nth-of-type(2) { display: flex; align-items: flex-start; } }
0.446736
0.099689
body { /* overflow: hidden; */ } ::-webkit-scrollbar { width: 6px; height: 6px; } ::-webkit-scrollbar-thumb { /* border-width:2px; border-style:solid; border-color:#fff; */ border-radius: 6px; background-color: #c6c6c6; } ::-webkit-scrollbar-thumb:hover { background: #999; } div.admin.login { min-width: 300px; max-width: 300px; top: 50px; margin-left: auto; margin-right: auto; position: relative; } #context { min-height: 550px; /* padding-bottom: 20px; */ } .ad-index-content { /* padding-top: 70px; */ padding-bottom: 20px; padding-right: 12px; min-height: 100%; } .ad-index-container { /* margin-left: 185px; */ margin-left: 160px; position: relative; min-height: 432px; } .ad-index-rail {} /* .ad-index-sticky { width: 120px; } */ @media only screen and (max-width: 767px) { .ad-index-rail { display: none; } .ad-index-container { margin-left: 12px; } } #dropzone { max-width: 500px; margin: auto; } .dropzone { border: 2px dashed #0087F7; border-radius: 5px; background: white; } .dropzone .dz-message { font-weight: 400; font-size: x-large; } /* Make clicks pass-through */ #nprogress { pointer-events: none; } #nprogress .bar { background: #29d; position: fixed; z-index: 1031; top: 41px; left: 0; width: 100%; height: 2px; } /* Fancy blur effect */ #nprogress .peg { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29d, 0 0 5px #29d; opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } /* Remove these to get rid of the spinner */ #nprogress .spinner { /* display: block; */ display: none!important; position: fixed; z-index: 1031; top: 45px; right: 5px; } #nprogress .spinner-icon { width: 18px; height: 18px; box-sizing: border-box; border: solid 2px transparent; border-top-color: #29d; border-left-color: #29d; border-radius: 50%; -webkit-animation: nprogress-spinner 400ms linear infinite; animation: nprogress-spinner 400ms linear infinite; } .nprogress-custom-parent { overflow: hidden; position: relative; } .nprogress-custom-parent #nprogress .spinner, .nprogress-custom-parent #nprogress .bar { position: absolute; } @-webkit-keyframes nprogress-spinner { 0% { -webkit-transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); } } @keyframes nprogress-spinner { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } .animated { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; } @-webkit-keyframes bounceInLeft { from, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); } 0% { opacity: 0; -webkit-transform: translate3d(-3000px, 0, 0); transform: translate3d(-3000px, 0, 0); } 60% { opacity: 1; -webkit-transform: translate3d(25px, 0, 0); transform: translate3d(25px, 0, 0); } 75% { -webkit-transform: translate3d(-10px, 0, 0); transform: translate3d(-10px, 0, 0); } 90% { -webkit-transform: translate3d(5px, 0, 0); transform: translate3d(5px, 0, 0); } to { -webkit-transform: none; transform: none; } } @keyframes bounceInLeft { from, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); } 0% { opacity: 0; -webkit-transform: translate3d(-3000px, 0, 0); transform: translate3d(-3000px, 0, 0); } 60% { opacity: 1; -webkit-transform: translate3d(25px, 0, 0); transform: translate3d(25px, 0, 0); } 75% { -webkit-transform: translate3d(-10px, 0, 0); transform: translate3d(-10px, 0, 0); } 90% { -webkit-transform: translate3d(5px, 0, 0); transform: translate3d(5px, 0, 0); } to { -webkit-transform: none; transform: none; } } .bounceInLeft { -webkit-animation-name: bounceInLeft; animation-name: bounceInLeft; } @-webkit-keyframes zoomIn { from { opacity: 0; -webkit-transform: scale3d(.3, .3, .3); transform: scale3d(.3, .3, .3); } 50% { opacity: 1; } } @keyframes zoomIn { from { opacity: 0; -webkit-transform: scale3d(.3, .3, .3); transform: scale3d(.3, .3, .3); } 50% { opacity: 1; } } .zoomIn { -webkit-animation-name: zoomIn; animation-name: zoomIn; } @media only screen and (max-width: 767px) { .ad-index-user-username { display: none; } } [v-cloak] { display: none; }
src/main/resources/static/admin/css/admin.css
body { /* overflow: hidden; */ } ::-webkit-scrollbar { width: 6px; height: 6px; } ::-webkit-scrollbar-thumb { /* border-width:2px; border-style:solid; border-color:#fff; */ border-radius: 6px; background-color: #c6c6c6; } ::-webkit-scrollbar-thumb:hover { background: #999; } div.admin.login { min-width: 300px; max-width: 300px; top: 50px; margin-left: auto; margin-right: auto; position: relative; } #context { min-height: 550px; /* padding-bottom: 20px; */ } .ad-index-content { /* padding-top: 70px; */ padding-bottom: 20px; padding-right: 12px; min-height: 100%; } .ad-index-container { /* margin-left: 185px; */ margin-left: 160px; position: relative; min-height: 432px; } .ad-index-rail {} /* .ad-index-sticky { width: 120px; } */ @media only screen and (max-width: 767px) { .ad-index-rail { display: none; } .ad-index-container { margin-left: 12px; } } #dropzone { max-width: 500px; margin: auto; } .dropzone { border: 2px dashed #0087F7; border-radius: 5px; background: white; } .dropzone .dz-message { font-weight: 400; font-size: x-large; } /* Make clicks pass-through */ #nprogress { pointer-events: none; } #nprogress .bar { background: #29d; position: fixed; z-index: 1031; top: 41px; left: 0; width: 100%; height: 2px; } /* Fancy blur effect */ #nprogress .peg { display: block; position: absolute; right: 0px; width: 100px; height: 100%; box-shadow: 0 0 10px #29d, 0 0 5px #29d; opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); } /* Remove these to get rid of the spinner */ #nprogress .spinner { /* display: block; */ display: none!important; position: fixed; z-index: 1031; top: 45px; right: 5px; } #nprogress .spinner-icon { width: 18px; height: 18px; box-sizing: border-box; border: solid 2px transparent; border-top-color: #29d; border-left-color: #29d; border-radius: 50%; -webkit-animation: nprogress-spinner 400ms linear infinite; animation: nprogress-spinner 400ms linear infinite; } .nprogress-custom-parent { overflow: hidden; position: relative; } .nprogress-custom-parent #nprogress .spinner, .nprogress-custom-parent #nprogress .bar { position: absolute; } @-webkit-keyframes nprogress-spinner { 0% { -webkit-transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); } } @keyframes nprogress-spinner { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } .animated { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; } @-webkit-keyframes bounceInLeft { from, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); } 0% { opacity: 0; -webkit-transform: translate3d(-3000px, 0, 0); transform: translate3d(-3000px, 0, 0); } 60% { opacity: 1; -webkit-transform: translate3d(25px, 0, 0); transform: translate3d(25px, 0, 0); } 75% { -webkit-transform: translate3d(-10px, 0, 0); transform: translate3d(-10px, 0, 0); } 90% { -webkit-transform: translate3d(5px, 0, 0); transform: translate3d(5px, 0, 0); } to { -webkit-transform: none; transform: none; } } @keyframes bounceInLeft { from, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); } 0% { opacity: 0; -webkit-transform: translate3d(-3000px, 0, 0); transform: translate3d(-3000px, 0, 0); } 60% { opacity: 1; -webkit-transform: translate3d(25px, 0, 0); transform: translate3d(25px, 0, 0); } 75% { -webkit-transform: translate3d(-10px, 0, 0); transform: translate3d(-10px, 0, 0); } 90% { -webkit-transform: translate3d(5px, 0, 0); transform: translate3d(5px, 0, 0); } to { -webkit-transform: none; transform: none; } } .bounceInLeft { -webkit-animation-name: bounceInLeft; animation-name: bounceInLeft; } @-webkit-keyframes zoomIn { from { opacity: 0; -webkit-transform: scale3d(.3, .3, .3); transform: scale3d(.3, .3, .3); } 50% { opacity: 1; } } @keyframes zoomIn { from { opacity: 0; -webkit-transform: scale3d(.3, .3, .3); transform: scale3d(.3, .3, .3); } 50% { opacity: 1; } } .zoomIn { -webkit-animation-name: zoomIn; animation-name: zoomIn; } @media only screen and (max-width: 767px) { .ad-index-user-username { display: none; } } [v-cloak] { display: none; }
0.420243
0.079139
html{ scrollbar-width:none!important; } html::-webkit-scrollbar { display: hidden; width:0; } * { box-sizing: border-box; } h3 { font-size: 40px; font-family: "DM Sans", sans-serif; color: white; align-items: justify; margin: 0px; } body { background: linear-gradient(40deg, rgb(65, 201, 225), rgb(230, 25, 195)); text-align: center; font-size: 17px; height: 100%; background-position: center; background-repeat: no-repeat; background-size: cover; } p { font-size: 15px; font-family: "DM Sans", sans-serif; font-weight: 600; text-align: center; color: black; padding: 5px; } .box { /*border: 2px solid grey;*/ border-radius: 25px; border: 0px; height: 50px; width: 400px; margin: 5px; background-color: rgb(231, 230, 230); text-align: center; display: inline-block; align-items: center; font-family: "DM Sans", sans-serif; font-size: 20px; } .center { margin: auto; /* margin-top: auto; margin-bottom: auto; margin-left: 10%; margin-right: 10%;*/ /*margin:auto 10% auto;*/ width: 55%; border: 5px; background-color: white; border-radius: 50px; height: 990px; margin-bottom:5vh; } .center .inpt{ width: 60%; } .bbbb{ width: 40%; margin-left:30%; } ::-webkit-input-placeholder { color: #232323; font-size: 18px; } ::-moz-placeholder { color: #232323; font-size: 18px; } :-ms-input-placeholder { color: #232323; font-size: 18px; } ::placeholder { color: #232323; font-size: 18px; } @media only screen and (max-width: 800px) and (min-width: 450px){ .center { margin: auto; /* margin-top: auto; margin-bottom: auto; margin-left: 10%; margin-right: 10%;*/ /*margin:auto 10% auto;*/ width: 80%; border: 5px; background-color: white; border-radius: 50px; height: 990px; margin-bottom:5vh; } .center .inpt{ width: 60%; } ::-webkit-input-placeholder { color: #232323; font-size: 15px; } ::-moz-placeholder { color: #232323; font-size: 15px; } :-ms-input-placeholder { color: #232323; font-size: 15px; } ::placeholder { color: #232323; font-size: 15px; } } @media only screen and (max-width: 450px){ .center { margin:auto; /*margin-top: auto; margin-bottom: auto; margin-left: 10%; margin-right: 10%; /*margin:auto 10% auto;*/ width: 95%; border: 5px; background-color: white; border-radius: 80px; height: 1000px; } .center .inpt{ width: 60%; } ::-webkit-input-placeholder { color: #232323; font-size: 12.5px; } ::-moz-placeholder { color: #232323; font-size: 12.5px; } :-ms-input-placeholder { color: #232323; font-size: 12.5px; } ::placeholder { color: #232323; font-size: 12.5px; } } .rdbutton { font-family: "DM Sans", sans-serif; width: 400px; color: black; text-align: center; font-size: 20px; } .subbutton { height: 45px; width: 200px; font-family: "DM Sans", sans-serif; background-image: linear-gradient(60deg, rgb(230, 25, 195), rgb(65, 201, 225)); border-radius: 25px; border: 0px; } .upload-btn-wrapper { position: relative; overflow: hidden; display: inline-block; text-align: center; align-items: center; justify-content: center; } .btn { border: 2px solid gray; color: blacks; background-color: white; padding: 8px 20px; border-radius: 25px; font-size: 20px; font-weight: bold; align-items: center; display: inline-block; justify-content: center; font-family: "DM Sans", sans-serif; margin: 10px; } .upload-btn-wrapper input[type=file] { font-size: 100px; position: absolute; left: 0; top: 0; opacity: 0; display: flex; } .inputGroup { background-color: rgb(231, 230, 230) !important; display: block !important; margin: 10px auto ; position: relative !important; border: 25px !important; font-family: "DM Sans", sans-serif !important; } .inputGroup label { padding: 12px 30px !important; width: 100% !important; display: block; text-align: left; color: #3c454c; cursor: pointer; position: relative; z-index: 2; transition: color 200ms ease-in; overflow: hidden; } .inputGroup label:before { width: 10px; height: 10px; border-radius: 50%; content: ''; background-color: #5562eb; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%) scale3d(1, 1, 1); transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1); opacity: 0; z-index: -1; } .inputGroup label:after { width: 32px; height: 32px; content: ''; border: 2px solid #d1d7dc; background-color: #fff; background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E "); background-repeat: no-repeat; background-position: 2px 3px; border-radius: 50%; z-index: 2; position: absolute; right: 30px; top: 50%; transform: translateY(-50%); cursor: pointer; transition: all 200ms ease-in; } .inputGroup input:checked~label { color: #fff; } .inputGroup input:checked~label:before { transform: translate(-50%, -50%) scale3d(56, 56, 1); opacity: 1; } .inputGroup input:checked~label:after { background-color: #54e0c7; border-color: #54e0c7; } .inputGroup input { width: 32px; height: 32px; order: 1; z-index: 2; position: absolute; right: 30px; top: 50%; transform: translateY(-50%); cursor: pointer; visibility: hidden; } .form { padding: 0 16px; max-width: 550px; margin: 50px auto; font-size: 18px; font-weight: 600; line-height: 36px; } .modal-dialog { min-height: calc(100vh - 60px); display: flex; flex-direction: column; justify-content: center; overflow: auto; font-family: 'DM Sans', sans-serif; font-size: 20px; } .modal-header { background: linear-gradient(35deg, rgb(218, 37, 241), rgb(31, 66, 223)); } .btn-btn-default { border-radius: 25px; border: 0px; width: 100px; height: 40px; background: linear-gradient(35deg, rgb(31, 66, 223), rgb(218, 37, 241)); font-size: 14px; } .btn-btn-edit { border-radius: 25px; border: 0px; width: 100px; height: 40px; } .idimage { height: 350px; width: 500px; } td { text-align: left; }
WebContent/AllPages/RegisterPage/register.css
html{ scrollbar-width:none!important; } html::-webkit-scrollbar { display: hidden; width:0; } * { box-sizing: border-box; } h3 { font-size: 40px; font-family: "DM Sans", sans-serif; color: white; align-items: justify; margin: 0px; } body { background: linear-gradient(40deg, rgb(65, 201, 225), rgb(230, 25, 195)); text-align: center; font-size: 17px; height: 100%; background-position: center; background-repeat: no-repeat; background-size: cover; } p { font-size: 15px; font-family: "DM Sans", sans-serif; font-weight: 600; text-align: center; color: black; padding: 5px; } .box { /*border: 2px solid grey;*/ border-radius: 25px; border: 0px; height: 50px; width: 400px; margin: 5px; background-color: rgb(231, 230, 230); text-align: center; display: inline-block; align-items: center; font-family: "DM Sans", sans-serif; font-size: 20px; } .center { margin: auto; /* margin-top: auto; margin-bottom: auto; margin-left: 10%; margin-right: 10%;*/ /*margin:auto 10% auto;*/ width: 55%; border: 5px; background-color: white; border-radius: 50px; height: 990px; margin-bottom:5vh; } .center .inpt{ width: 60%; } .bbbb{ width: 40%; margin-left:30%; } ::-webkit-input-placeholder { color: #232323; font-size: 18px; } ::-moz-placeholder { color: #232323; font-size: 18px; } :-ms-input-placeholder { color: #232323; font-size: 18px; } ::placeholder { color: #232323; font-size: 18px; } @media only screen and (max-width: 800px) and (min-width: 450px){ .center { margin: auto; /* margin-top: auto; margin-bottom: auto; margin-left: 10%; margin-right: 10%;*/ /*margin:auto 10% auto;*/ width: 80%; border: 5px; background-color: white; border-radius: 50px; height: 990px; margin-bottom:5vh; } .center .inpt{ width: 60%; } ::-webkit-input-placeholder { color: #232323; font-size: 15px; } ::-moz-placeholder { color: #232323; font-size: 15px; } :-ms-input-placeholder { color: #232323; font-size: 15px; } ::placeholder { color: #232323; font-size: 15px; } } @media only screen and (max-width: 450px){ .center { margin:auto; /*margin-top: auto; margin-bottom: auto; margin-left: 10%; margin-right: 10%; /*margin:auto 10% auto;*/ width: 95%; border: 5px; background-color: white; border-radius: 80px; height: 1000px; } .center .inpt{ width: 60%; } ::-webkit-input-placeholder { color: #232323; font-size: 12.5px; } ::-moz-placeholder { color: #232323; font-size: 12.5px; } :-ms-input-placeholder { color: #232323; font-size: 12.5px; } ::placeholder { color: #232323; font-size: 12.5px; } } .rdbutton { font-family: "DM Sans", sans-serif; width: 400px; color: black; text-align: center; font-size: 20px; } .subbutton { height: 45px; width: 200px; font-family: "DM Sans", sans-serif; background-image: linear-gradient(60deg, rgb(230, 25, 195), rgb(65, 201, 225)); border-radius: 25px; border: 0px; } .upload-btn-wrapper { position: relative; overflow: hidden; display: inline-block; text-align: center; align-items: center; justify-content: center; } .btn { border: 2px solid gray; color: blacks; background-color: white; padding: 8px 20px; border-radius: 25px; font-size: 20px; font-weight: bold; align-items: center; display: inline-block; justify-content: center; font-family: "DM Sans", sans-serif; margin: 10px; } .upload-btn-wrapper input[type=file] { font-size: 100px; position: absolute; left: 0; top: 0; opacity: 0; display: flex; } .inputGroup { background-color: rgb(231, 230, 230) !important; display: block !important; margin: 10px auto ; position: relative !important; border: 25px !important; font-family: "DM Sans", sans-serif !important; } .inputGroup label { padding: 12px 30px !important; width: 100% !important; display: block; text-align: left; color: #3c454c; cursor: pointer; position: relative; z-index: 2; transition: color 200ms ease-in; overflow: hidden; } .inputGroup label:before { width: 10px; height: 10px; border-radius: 50%; content: ''; background-color: #5562eb; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%) scale3d(1, 1, 1); transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1); opacity: 0; z-index: -1; } .inputGroup label:after { width: 32px; height: 32px; content: ''; border: 2px solid #d1d7dc; background-color: #fff; background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E "); background-repeat: no-repeat; background-position: 2px 3px; border-radius: 50%; z-index: 2; position: absolute; right: 30px; top: 50%; transform: translateY(-50%); cursor: pointer; transition: all 200ms ease-in; } .inputGroup input:checked~label { color: #fff; } .inputGroup input:checked~label:before { transform: translate(-50%, -50%) scale3d(56, 56, 1); opacity: 1; } .inputGroup input:checked~label:after { background-color: #54e0c7; border-color: #54e0c7; } .inputGroup input { width: 32px; height: 32px; order: 1; z-index: 2; position: absolute; right: 30px; top: 50%; transform: translateY(-50%); cursor: pointer; visibility: hidden; } .form { padding: 0 16px; max-width: 550px; margin: 50px auto; font-size: 18px; font-weight: 600; line-height: 36px; } .modal-dialog { min-height: calc(100vh - 60px); display: flex; flex-direction: column; justify-content: center; overflow: auto; font-family: 'DM Sans', sans-serif; font-size: 20px; } .modal-header { background: linear-gradient(35deg, rgb(218, 37, 241), rgb(31, 66, 223)); } .btn-btn-default { border-radius: 25px; border: 0px; width: 100px; height: 40px; background: linear-gradient(35deg, rgb(31, 66, 223), rgb(218, 37, 241)); font-size: 14px; } .btn-btn-edit { border-radius: 25px; border: 0px; width: 100px; height: 40px; } .idimage { height: 350px; width: 500px; } td { text-align: left; }
0.334589
0.060752
.navcontent .csidenav .colorBrand .anicon { margin: 6px 30px 0px 30px; font-size: 64px; top: 0px; } .cbrand { font-size: 26px; font-weight: 300; text-align: center; padding-top: 74px; cursor: default; margin-right: 20px; } .navcontent { display: block; position: relative; background-color: #fff; color: #1d1d1d; overflow: hidden; height: 100%; min-height: 100%; } .navcontent .csidenav { width: 160px; position: fixed; left: 0; top: 0; height: 100%; z-index: 1; border-left: 2px solid #e5e5e5; } .navcontent .admin-content { position: relative; } .admin-content { width: calc(100% - 159px) !important; margin-left: 160px; } .colorBrand { background-color: #b8860bdb !important; color: #fff !important; } .navcontent .csidenav .brand-separator { height: 0.5px !important; background-color: #dfdfdf; width: 100%; display: block; } .cbutton { display: block; position: fixed; bottom: 2.5rem; right: 2rem; z-index: 99; border: none; outline: none; } .cbutton:hover { box-shadow: 0px 0px 30px 1px #000000b5; } .footer-note { border: 3px solid darkslategray; text-align: center; padding:26px 4px; } .footer-title { font-size: 13px; } .head-option { font-weight: 100!important; } .app-bar .app-bar-menu li:not(.no-hover):hover { background: rgba(255, 255, 255, .5); cursor: default; } .dialog-title{ text-align:center; } .login-form { width: 350px; height: auto; top: 50%; margin-top: -160px; z-index: 99; border-radius:25px; } .clogin-pos{ top:-50%; } .sidebar-menu{ min-height:100%; } .sidebar-menu li{ border:1px solid #ccc; height:auto; } .sidebar-menu li a{ margin:64px 0px; } .clogout{ margin-left: 66%; background-color: darkblue!important; color:white!important; } .ancon{ padding: 20px; font-size: 64px; } .app-bar{ min-height: 80px; background-color: rgba(184, 134, 11); } .app-bar .brand{ background-color: initial; } .boopText{ position: absolute; top: 50%; left: 50%; cursor:default; font-weight:100; } .wrapf{ overflow-x: hidden; overflow-y: hidden; } .listview .node:hover{ background-color: inherit; } .listview .node{ cursor:default; }
app/static/css/home.css
.navcontent .csidenav .colorBrand .anicon { margin: 6px 30px 0px 30px; font-size: 64px; top: 0px; } .cbrand { font-size: 26px; font-weight: 300; text-align: center; padding-top: 74px; cursor: default; margin-right: 20px; } .navcontent { display: block; position: relative; background-color: #fff; color: #1d1d1d; overflow: hidden; height: 100%; min-height: 100%; } .navcontent .csidenav { width: 160px; position: fixed; left: 0; top: 0; height: 100%; z-index: 1; border-left: 2px solid #e5e5e5; } .navcontent .admin-content { position: relative; } .admin-content { width: calc(100% - 159px) !important; margin-left: 160px; } .colorBrand { background-color: #b8860bdb !important; color: #fff !important; } .navcontent .csidenav .brand-separator { height: 0.5px !important; background-color: #dfdfdf; width: 100%; display: block; } .cbutton { display: block; position: fixed; bottom: 2.5rem; right: 2rem; z-index: 99; border: none; outline: none; } .cbutton:hover { box-shadow: 0px 0px 30px 1px #000000b5; } .footer-note { border: 3px solid darkslategray; text-align: center; padding:26px 4px; } .footer-title { font-size: 13px; } .head-option { font-weight: 100!important; } .app-bar .app-bar-menu li:not(.no-hover):hover { background: rgba(255, 255, 255, .5); cursor: default; } .dialog-title{ text-align:center; } .login-form { width: 350px; height: auto; top: 50%; margin-top: -160px; z-index: 99; border-radius:25px; } .clogin-pos{ top:-50%; } .sidebar-menu{ min-height:100%; } .sidebar-menu li{ border:1px solid #ccc; height:auto; } .sidebar-menu li a{ margin:64px 0px; } .clogout{ margin-left: 66%; background-color: darkblue!important; color:white!important; } .ancon{ padding: 20px; font-size: 64px; } .app-bar{ min-height: 80px; background-color: rgba(184, 134, 11); } .app-bar .brand{ background-color: initial; } .boopText{ position: absolute; top: 50%; left: 50%; cursor:default; font-weight:100; } .wrapf{ overflow-x: hidden; overflow-y: hidden; } .listview .node:hover{ background-color: inherit; } .listview .node{ cursor:default; }
0.488527
0.082254
* { margin: 0; padding: 0; font-family: Calibri, sans-serif; box-sizing: border-box; } .main-container{ padding: 0 15px; } .form-container { width: 500px; margin: 50px auto; box-shadow: 0 0px 10px 0 #cecece; } .table-container { width: 800px; margin: 50px auto; } .form { padding: 20px 50px; } h1 { background: #006064; padding: 10px 20px; color: #fff; } input[type='text'], input[type='number'] { display: block; width: 50%; padding: 5px 10px 5px 5px; border: none; border-bottom: 1px solid #cecece; border-radius: 2px; margin-bottom: 20px; outline: none; font-size: 18px; } input[type='text']:focus, input[type='number']:focus { border-bottom: 1px solid #26a69a; box-shadow: 0 1px 0 0 #26a69a; } input[type='button'] { color: #fff; background-color: #26a69a; text-align: center; letter-spacing: .5px; border: none; border-radius: 2px; padding: 0.3rem 1.3rem; text-transform: uppercase; position: relative; cursor: pointer; display: inline-block; overflow: hidden; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-tap-highlight-color: transparent; vertical-align: middle; z-index: 1; transition: .3s ease-out; font-size: 18px; box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2); } input[type='button']:hover { background-color: #2bbbad; box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2); } input[type='button']:focus { outline: none; } input[type='button'].btnDelete { background: #d32f2f; } input[type='button'].btnDelete:hover { background-color: #e53935; } /*Table Stling*/ table { width: 100%; display: table; border-collapse: collapse; border-spacing: 0; } table, th, td { border: none; } thead { border-bottom: 1px solid #d0d0d0; } table>tbody>tr:nth-child(odd) { background-color: #f2f2f2; } td, th { padding: 15px 5px; display: table-cell; text-align: left; vertical-align: middle; border-radius: 2px; } th{ text-transform: uppercase; } table input[type='button'] { padding: 10px; font-size: 15px; line-height: 1; height: auto; } @media only screen and (max-width:992px) { .form{ padding: 15px; } input[type='text'], input[type='number'] { width: 100%; } .table-container, .form-container { width: 100%; max-width: 100%; } table { width: 100%; border-collapse: collapse; border-spacing: 0; display: block; position: relative; } table thead { border: 0; border-right: 1px solid #d0d0d0; display: block; float: left; } table thead tr { display: block; padding: 0 10px 0 0; } table th, table td { display: block; text-align: right; margin: 0; vertical-align: top; } table tbody { display: block; width: auto; position: relative; overflow-x: auto; white-space: nowrap; } table tbody tr { display: inline-block; vertical-align: top; padding: 0 10px; } table td { display: block; min-height: 1.25em; text-align: left; } }
public/stylesheets/contact.css
* { margin: 0; padding: 0; font-family: Calibri, sans-serif; box-sizing: border-box; } .main-container{ padding: 0 15px; } .form-container { width: 500px; margin: 50px auto; box-shadow: 0 0px 10px 0 #cecece; } .table-container { width: 800px; margin: 50px auto; } .form { padding: 20px 50px; } h1 { background: #006064; padding: 10px 20px; color: #fff; } input[type='text'], input[type='number'] { display: block; width: 50%; padding: 5px 10px 5px 5px; border: none; border-bottom: 1px solid #cecece; border-radius: 2px; margin-bottom: 20px; outline: none; font-size: 18px; } input[type='text']:focus, input[type='number']:focus { border-bottom: 1px solid #26a69a; box-shadow: 0 1px 0 0 #26a69a; } input[type='button'] { color: #fff; background-color: #26a69a; text-align: center; letter-spacing: .5px; border: none; border-radius: 2px; padding: 0.3rem 1.3rem; text-transform: uppercase; position: relative; cursor: pointer; display: inline-block; overflow: hidden; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-tap-highlight-color: transparent; vertical-align: middle; z-index: 1; transition: .3s ease-out; font-size: 18px; box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2); } input[type='button']:hover { background-color: #2bbbad; box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2); } input[type='button']:focus { outline: none; } input[type='button'].btnDelete { background: #d32f2f; } input[type='button'].btnDelete:hover { background-color: #e53935; } /*Table Stling*/ table { width: 100%; display: table; border-collapse: collapse; border-spacing: 0; } table, th, td { border: none; } thead { border-bottom: 1px solid #d0d0d0; } table>tbody>tr:nth-child(odd) { background-color: #f2f2f2; } td, th { padding: 15px 5px; display: table-cell; text-align: left; vertical-align: middle; border-radius: 2px; } th{ text-transform: uppercase; } table input[type='button'] { padding: 10px; font-size: 15px; line-height: 1; height: auto; } @media only screen and (max-width:992px) { .form{ padding: 15px; } input[type='text'], input[type='number'] { width: 100%; } .table-container, .form-container { width: 100%; max-width: 100%; } table { width: 100%; border-collapse: collapse; border-spacing: 0; display: block; position: relative; } table thead { border: 0; border-right: 1px solid #d0d0d0; display: block; float: left; } table thead tr { display: block; padding: 0 10px 0 0; } table th, table td { display: block; text-align: right; margin: 0; vertical-align: top; } table tbody { display: block; width: auto; position: relative; overflow-x: auto; white-space: nowrap; } table tbody tr { display: inline-block; vertical-align: top; padding: 0 10px; } table td { display: block; min-height: 1.25em; text-align: left; } }
0.345326
0.110856