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
================================================== */ /* @license * Mailpile font designed for Mailpile * * The fonts listed in this notice are subject to the End User License * Agreement(s) entered into by the website owner. All other parties are * explicitly restricted from using the Licensed Webfonts(s). * * You may obtain a valid license at the URLs below. * * Webfont: Mailpile by <NAME> * URL: http://github.com/mailpile/fonts * * Mailpile font is licensed under the SIL Open Font License (OFL) * http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL * * © 2013 Mailpile */ @font-face { font-family: 'Mailpile-300'; src: url('../webfonts/Mailpile.eot'); src: url('../webfonts/Mailpile.eot?#iefix') format('embedded-opentype'), url('../webfonts/Mailpile.woff') format('woff'), url('../webfonts/Mailpile.ttf') format('truetype'), url('../webfonts/Mailpile.svg#wf') format('svg'); } @font-face { font-family: 'Mailpile-Interface'; src: url('../webfonts/Mailpile-Interface.eot'); src: url('../webfonts/Mailpile-Interface.eot?#iefix') format('embedded-opentype'), url('../webfonts/Mailpile-Interface.woff') format('woff'), url('../webfonts/Mailpile-Interface.ttf') format('truetype'), url('../webfonts/Mailpile-Interface.svg#Mailpile-Interface') format('svg'); font-weight: normal; font-style: normal; } /* Use the following CSS code if you want to use data attributes for inserting your icons */ [data-icon]:before { font-family: 'Mailpile-Interface'; content: attr(data-icon); speak: none; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; } /* Use the following CSS code if you want to have a class per icon */ /* Instead of a list of all class selectors, you can use the generic selector below, but it's slower: [class*="icon-"] { */ .icon-zip, .icon-video, .icon-verified, .icon-user, .icon-unverified, .icon-unknown, .icon-unencrypted, .icon-trash, .icon-tag, .icon-spreadsheet, .icon-speed, .icon-spam, .icon-settings, .icon-sent, .icon-search, .icon-rss, .icon-privacy, .icon-photos, .icon-notifications, .icon-music, .icon-message, .icon-logo, .icon-links, .icon-later, .icon-image, .icon-hosting, .icon-groups, .icon-files, .icon-encrypted, .icon-donate, .icon-compose, .icon-code, .icon-calendar, .icon-attachment, .icon-ads, .icon-connections, .icon-themes { font-family: 'Mailpile-Interface'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; } .icon-zip:before { content: "\e000"; } .icon-video:before { content: "\e001"; } .icon-verified:before { content: "\e002"; } .icon-user:before { content: "\e003"; } .icon-unverified:before { content: "\e004"; } .icon-unknown:before { content: "\e005"; } .icon-unencrypted:before { content: "\e006"; } .icon-trash:before { content: "\e007"; } .icon-tag:before { content: "\e008"; } .icon-spreadsheet:before { content: "\e009"; } .icon-speed:before { content: "\e00a"; } .icon-spam:before { content: "\e00b"; } .icon-settings:before { content: "\e00c"; } .icon-sent:before { content: "\e00d"; } .icon-search:before { content: "\e00e"; } .icon-rss:before { content: "\e00f"; } .icon-privacy:before { content: "\e010"; } .icon-photos:before { content: "\e011"; } .icon-notifications:before { content: "\e012"; } .icon-music:before { content: "\e013"; } .icon-message:before { content: "\e014"; } .icon-logo:before { content: "\e015"; } .icon-links:before { content: "\e016"; } .icon-later:before { content: "\e017"; } .icon-image:before { content: "\e018"; } .icon-hosting:before { content: "\e019"; } .icon-groups:before { content: "\e01a"; } .icon-files:before { content: "\e01b"; } .icon-encrypted:before { content: "\e01c"; } .icon-donate:before { content: "\e01d"; } .icon-compose:before { content: "\e01e"; } .icon-code:before { content: "\e01f"; } .icon-calendar:before { content: "\e020"; } .icon-attachment:before { content: "\e021"; } .icon-ads:before { content: "\e022"; } .icon-connections:before { content: "\e023"; } .icon-themes:before { content: "\e024"; } /* Backgrounds */ .background-gray { background: #f2f2f2; } /* Mixins */ @charset "UTF-8"; /* Animate.css - http://daneden.me/animate Licensed under the GPL license Copyright (c) 2012 <NAME> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ body { /* Addresses a small issue in webkit: http://bit.ly/NEdoDq */ -webkit-backface-visibility: hidden; } .animated { -webkit-animation-duration: 1s; -moz-animation-duration: 1s; -o-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; -moz-animation-fill-mode: both; -o-animation-fill-mode: both; animation-fill-mode: both; } .animated.hinge { -webkit-animation-duration: 2s; -moz-animation-duration: 2s; -o-animation-duration: 2s; animation-duration: 2s; } @-webkit-keyframes flash { 0%, 50%, 100% { opacity: 1; } 25%, 75% { opacity: 0; } } @-moz-keyframes flash { 0%, 50%, 100% { opacity: 1; } 25%, 75% { opacity: 0; } } @-o-keyframes flash { 0%, 50%, 100% { opacity: 1; } 25%, 75% { opacity: 0; } } @keyframes flash { 0%, 50%, 100% { opacity: 1; } 25%, 75% { opacity: 0; } } .flash { -webkit-animation-name: flash; -moz-animation-name: flash; -o-animation-name: flash; animation-name: flash; } @-webkit-keyframes shake { 0%, 100% { -webkit-transform: translateX(0); } 10%, 30%, 50%, 70%, 90% { -webkit-transform: translateX(-10px); } 20%, 40%, 60%, 80% { -webkit-transform: translateX(10px); } } @-moz-keyframes shake { 0%, 100% { -moz-transform: translateX(0); } 10%, 30%, 50%, 70%, 90% { -moz-transform: translateX(-10px); } 20%, 40%, 60%, 80% { -moz-transform: translateX(10px); } } @-o-keyframes shake { 0%, 100% { -o-transform: translateX(0); } 10%, 30%, 50%, 70%, 90% { -o-transform: translateX(-10px); } 20%, 40%, 60%, 80% { -o-transform: translateX(10px); } } @keyframes shake { 0%, 100% { transform: translateX(0); } 10%, 30%, 50%, 70%, 90% { transform: translateX(-10px); } 20%, 40%, 60%, 80% { transform: translateX(10px); } } .shake { -webkit-animation-name: shake; -moz-animation-name: shake; -o-animation-name: shake; animation-name: shake; } @-webkit-keyframes bounce { 0%, 20%, 50%, 80%, 100% { -webkit-transform: translateY(0); } 40% { -webkit-transform: translateY(-30px); } 60% { -webkit-transform: translateY(-15px); } } @-moz-keyframes bounce { 0%, 20%, 50%, 80%, 100% { -moz-transform: translateY(0); } 40% { -moz-transform: translateY(-30px); } 60% { -moz-transform: translateY(-15px); } } @-o-keyframes bounce { 0%, 20%, 50%, 80%, 100% { -o-transform: translateY(0); } 40% { -o-transform: translateY(-30px); } 60% { -o-transform: translateY(-15px); } } @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } } .bounce { -webkit-animation-name: bounce; -moz-animation-name: bounce; -o-animation-name: bounce; animation-name: bounce; } @-webkit-keyframes tada { 0% { -webkit-transform: scale(1); } 10%, 20% { -webkit-transform: scale(0.9) rotate(-3deg); } 30%, 50%, 70%, 90% { -webkit-transform: scale(1.1) rotate(3deg); } 40%, 60%, 80% { -webkit-transform: scale(1.1) rotate(-3deg); } 100% { -webkit-transform: scale(1) rotate(0); } } @-moz-keyframes tada { 0% { -moz-transform: scale(1); } 10%, 20% { -moz-transform: scale(0.9) rotate(-3deg); } 30%, 50%, 70%, 90% { -moz-transform: scale(1.1) rotate(3deg); } 40%, 60%, 80% { -moz-transform: scale(1.1) rotate(-3deg); } 100% { -moz-transform: scale(1) rotate(0); } } @-o-keyframes tada { 0% { -o-transform: scale(1); } 10%, 20% { -o-transform: scale(0.9) rotate(-3deg); } 30%, 50%, 70%, 90% { -o-transform: scale(1.1) rotate(3deg); } 40%, 60%, 80% { -o-transform: scale(1.1) rotate(-3deg); } 100% { -o-transform: scale(1) rotate(0); } } @keyframes tada { 0% { transform: scale(1); } 10%, 20% { transform: scale(0.9) rotate(-3deg); } 30%, 50%, 70%, 90% { transform: scale(1.1) rotate(3deg); } 40%, 60%, 80% { transform: scale(1.1) rotate(-3deg); } 100% { transform: scale(1) rotate(0); } } .tada { -webkit-animation-name: tada; -moz-animation-name: tada; -o-animation-name: tada; animation-name: tada; } @-webkit-keyframes swing { 20%, 40%, 60%, 80%, 100% { -webkit-transform-origin: top center; } 20% { -webkit-transform: rotate(15deg); } 40% { -webkit-transform: rotate(-10deg); } 60% { -webkit-transform: rotate(5deg); } 80% { -webkit-transform: rotate(-5deg); } 100% { -webkit-transform: rotate(0deg); } } @-moz-keyframes swing { 20% { -moz-transform: rotate(15deg); } 40% { -moz-transform: rotate(-10deg); } 60% { -moz-transform: rotate(5deg); } 80% { -moz-transform: rotate(-5deg); } 100% { -moz-transform: rotate(0deg); } } @-o-keyframes swing { 20% { -o-transform: rotate(15deg); } 40% { -o-transform: rotate(-10deg); } 60% { -o-transform: rotate(5deg); } 80% { -o-transform: rotate(-5deg); } 100% { -o-transform: rotate(0deg); } } @keyframes swing { 20% { transform: rotate(15deg); } 40% { transform: rotate(-10deg); } 60% { transform: rotate(5deg); } 80% { transform: rotate(-5deg); } 100% { transform: rotate(0deg); } } .swing { -webkit-transform-origin: top center; -moz-transform-origin: top center; -o-transform-origin: top center; transform-origin: top center; -webkit-animation-name: swing; -moz-animation-name: swing; -o-animation-name: swing; animation-name: swing; } /* originally authored by <NAME> - https://github.com/nickpettit/glide */ @-webkit-keyframes wobble { 0% { -webkit-transform: translateX(0%); } 15% { -webkit-transform: translateX(-25%) rotate(-5deg); } 30% { -webkit-transform: translateX(20%) rotate(3deg); } 45% { -webkit-transform: translateX(-15%) rotate(-3deg); } 60% { -webkit-transform: translateX(10%) rotate(2deg); } 75% { -webkit-transform: translateX(-5%) rotate(-1deg); } 100% { -webkit-transform: translateX(0%); } } @-moz-keyframes wobble { 0% { -moz-transform: translateX(0%); } 15% { -moz-transform: translateX(-25%) rotate(-5deg); } 30% { -moz-transform: translateX(20%) rotate(3deg); } 45% { -moz-transform: translateX(-15%) rotate(-3deg); } 60% { -moz-transform: translateX(10%) rotate(2deg); } 75% { -moz-transform: translateX(-5%) rotate(-1deg); } 100% { -moz-transform: translateX(0%); } } @-o-keyframes wobble { 0% { -o-transform: translateX(0%); } 15% { -o-transform: translateX(-25%) rotate(-5deg); } 30% { -o-transform: translateX(20%) rotate(3deg); } 45% { -o-transform: translateX(-15%) rotate(-3deg); } 60% { -o-transform: translateX(10%) rotate(2deg); } 75% { -o-transform: translateX(-5%) rotate(-1deg); } 100% { -o-transform: translateX(0%); } } @keyframes wobble { 0% { transform: translateX(0%); } 15% { transform: translateX(-25%) rotate(-5deg); } 30% { transform: translateX(20%) rotate(3deg); } 45% { transform: translateX(-15%) rotate(-3deg); } 60% { transform: translateX(10%) rotate(2deg); } 75% { transform: translateX(-5%) rotate(-1deg); } 100% { transform: translateX(0%); } } .wobble { -webkit-animation-name: wobble; -moz-animation-name: wobble; -o-animation-name: wobble; animation-name: wobble; } /* originally authored by <NAME> - https://github.com/nickpettit/glide */ @-webkit-keyframes pulse { 0% { -webkit-transform: scale(1); } 50% { -webkit-transform: scale(1.1); } 100% { -webkit-transform: scale(1); } } @-moz-keyframes pulse { 0% { -moz-transform: scale(1); } 50% { -moz-transform: scale(1.1); } 100% { -moz-transform: scale(1); } } @-o-keyframes pulse { 0% { -o-transform: scale(1); } 50% { -o-transform: scale(1.1); } 100% { -o-transform: scale(1); } } @keyframes pulse { 0% { transform: scale(1); } 50% { transform: scale(1.1); } 100% { transform: scale(1); } } .pulse { -webkit-animation-name: pulse; -moz-animation-name: pulse; -o-animation-name: pulse; animation-name: pulse; } @-webkit-keyframes flip { 0% { -webkit-transform: perspective(400px) rotateY(0); -webkit-animation-timing-function: ease-out; } 40% { -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg); -webkit-animation-timing-function: ease-out; } 50% { -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1); -webkit-animation-timing-function: ease-in; } 80% { -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95); -webkit-animation-timing-function: ease-in; } 100% { -webkit-transform: perspective(400px) scale(1); -webkit-animation-timing-function: ease-in; } } @-moz-keyframes flip { 0% { -moz-transform: perspective(400px) rotateY(0); -moz-animation-timing-function: ease-out; } 40% { -moz-transform: perspective(400px) translateZ(150px) rotateY(170deg); -moz-animation-timing-function: ease-out; } 50% { -moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1); -moz-animation-timing-function: ease-in; } 80% { -moz-transform: perspective(400px) rotateY(360deg) scale(0.95); -moz-animation-timing-function: ease-in; } 100% { -moz-transform: perspective(400px) scale(1); -moz-animation-timing-function: ease-in; } } @-o-keyframes flip { 0% { -o-transform: perspective(400px) rotateY(0); -o-animation-timing-function: ease-out; } 40% { -o-transform: perspective(400px) translateZ(150px) rotateY(170deg); -o-animation-timing-function: ease-out; } 50% { -o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1); -o-animation-timing-function: ease-in; } 80% { -o-transform: perspective(400px) rotateY(360deg) scale(0.95); -o-animation-timing-function: ease-in; } 100% { -o-transform: perspective(400px) scale(1); -o-animation-timing-function: ease-in; } } @keyframes flip { 0% { transform: perspective(400px) rotateY(0); animation-timing-function: ease-out; } 40% { transform: perspective(400px) translateZ(150px) rotateY(170deg); animation-timing-function: ease-out; } 50% { transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1); animation-timing-function: ease-in; } 80% { transform: perspective(400px) rotateY(360deg) scale(0.95); animation-timing-function: ease-in; } 100% { transform: perspective(400px) scale(1); animation-timing-function: ease-in; } } .flip { -webkit-backface-visibility: visible !important; -webkit-animation-name: flip; -moz-backface-visibility: visible !important; -moz-animation-name: flip; -o-backface-visibility: visible !important; -o-animation-name: flip; backface-visibility: visible !important; animation-name: flip; } @-webkit-keyframes flipInX { 0% { -webkit-transform: perspective(400px) rotateX(90deg); opacity: 0; } 40% { -webkit-transform: perspective(400px) rotateX(-10deg); } 70% { -webkit-transform: perspective(400px) rotateX(10deg); } 100% { -webkit-transform: perspective(400px) rotateX(0deg); opacity: 1; } } @-moz-keyframes flipInX { 0% { -moz-transform: perspective(400px) rotateX(90deg); opacity: 0; } 40% { -moz-transform: perspective(400px) rotateX(-10deg); } 70% { -moz-transform: perspective(400px) rotateX(10deg); } 100% { -moz-transform: perspective(400px) rotateX(0deg); opacity: 1; } } @-o-keyframes flipInX { 0% { -o-transform: perspective(400px) rotateX(90deg); opacity: 0; } 40% { -o-transform: perspective(400px) rotateX(-10deg); } 70% { -o-transform: perspective(400px) rotateX(10deg); } 100% { -o-transform: perspective(400px) rotateX(0deg); opacity: 1; } } @keyframes flipInX { 0% { transform: perspective(400px) rotateX(90deg); opacity: 0; } 40% { transform: perspective(400px) rotateX(-10deg); } 70% { transform: perspective(400px) rotateX(10deg); } 100% { transform: perspective(400px) rotateX(0deg); opacity: 1; } } .flipInX { -webkit-backface-visibility: visible !important; -webkit-animation-name: flipInX; -moz-backface-visibility: visible !important; -moz-animation-name: flipInX; -o-backface-visibility: visible !important; -o-animation-name: flipInX; backface-visibility: visible !important; animation-name: flipInX; } @-webkit-keyframes flipOutX { 0% { -webkit-transform: perspective(400px) rotateX(0deg); opacity: 1; } 100% { -webkit-transform: perspective(400px) rotateX(90deg); opacity: 0; } } @-moz-keyframes flipOutX { 0% { -moz-transform: perspective(400px) rotateX(0deg); opacity: 1; } 100% { -moz-transform: perspective(400px) rotateX(90deg); opacity: 0; } } @-o-keyframes flipOutX { 0% { -o-transform: perspective(400px) rotateX(0deg); opacity: 1; } 100% { -o-transform: perspective(400px) rotateX(90deg); opacity: 0; } } @keyframes flipOutX { 0% { transform: perspective(400px) rotateX(0deg); opacity: 1; } 100% { transform: perspective(400px) rotateX(90deg); opacity: 0; } } .flipOutX { -webkit-animation-name: flipOutX; -webkit-backface-visibility: visible !important; -moz-animation-name: flipOutX; -moz-backface-visibility: visible !important; -o-animation-name: flipOutX; -o-backface-visibility: visible !important; animation-name: flipOutX; backface-visibility: visible !important; } @-webkit-keyframes flipInY { 0% { -webkit-transform: perspective(400px) rotateY(90deg); opacity: 0; } 40% { -webkit-transform: perspective(400px) rotateY(-10deg); } 70% { -webkit-transform: perspective(400px) rotateY(10deg); } 100% { -webkit-transform: perspective(400px) rotateY(0deg); opacity: 1; } } @-moz-keyframes flipInY { 0% { -moz-transform: perspective(400px) rotateY(90deg); opacity: 0; } 40% { -moz-transform: perspective(400px) rotateY(-10deg); } 70% { -moz-transform: perspective(400px) rotateY(10deg); } 100% { -moz-transform: perspective(400px) rotateY(0deg); opacity: 1; } } @-o-keyframes flipInY { 0% { -o-transform: perspective(400px) rotateY(90deg); opacity: 0; } 40% { -o-transform: perspective(400px) rotateY(-10deg); } 70% { -o-transform: perspective(400px) rotateY(10deg); } 100% { -o-transform: perspective(400px) rotateY(0deg); opacity: 1; } } @keyframes flipInY { 0% { transform: perspective(400px) rotateY(90deg); opacity: 0; } 40% { transform: perspective(400px) rotateY(-10deg); } 70% { transform: perspective(400px) rotateY(10deg); } 100% { transform: perspective(400px) rotateY(0deg); opacity: 1; } } .flipInY { -webkit-backface-visibility: visible !important; -webkit-animation-name: flipInY; -moz-backface-visibility: visible !important; -moz-animation-name: flipInY; -o-backface-visibility: visible !important; -o-animation-name: flipInY; backface-visibility: visible !important; animation-name: flipInY; } @-webkit-keyframes flipOutY { 0% { -webkit-transform: perspective(400px) rotateY(0deg); opacity: 1; } 100% { -webkit-transform: perspective(400px) rotateY(90deg); opacity: 0; } } @-moz-keyframes flipOutY { 0% { -moz-transform: perspective(400px) rotateY(0deg); opacity: 1; } 100% { -moz-transform: perspective(400px) rotateY(90deg); opacity: 0; } } @-o-keyframes flipOutY { 0% { -o-transform: perspective(400px) rotateY(0deg); opacity: 1; } 100% { -o-transform: perspective(400px) rotateY(90deg); opacity: 0; } } @keyframes flipOutY { 0% { transform: perspective(400px) rotateY(0deg); opacity: 1; } 100% { transform: perspective(400px) rotateY(90deg); opacity: 0; } } .flipOutY { -webkit-backface-visibility: visible !important; -webkit-animation-name: flipOutY; -moz-backface-visibility: visible !important; -moz-animation-name: flipOutY; -o-backface-visibility: visible !important; -o-animation-name: flipOutY; backface-visibility: visible !important; animation-name: flipOutY; } @-webkit-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } } @-moz-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } } @-o-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } } @keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } } .fadeIn { -webkit-animation-name: fadeIn; -moz-animation-name: fadeIn; -o-animation-name: fadeIn; animation-name: fadeIn; } @-webkit-keyframes fadeInUp { 0% { opacity: 0; -webkit-transform: translateY(20px); } 100% { opacity: 1; -webkit-transform: translateY(0); } } @-moz-keyframes fadeInUp { 0% { opacity: 0; -moz-transform: translateY(20px); } 100% { opacity: 1; -moz-transform: translateY(0); } } @-o-keyframes fadeInUp { 0% { opacity: 0; -o-transform: translateY(20px); } 100% { opacity: 1; -o-transform: translateY(0); } } @keyframes fadeInUp { 0% { opacity: 0; transform: translateY(20px); } 100% { opacity: 1; transform: translateY(0); } } .fadeInUp { -webkit-animation-name: fadeInUp; -moz-animation-name: fadeInUp; -o-animation-name: fadeInUp; animation-name: fadeInUp; } @-webkit-keyframes fadeInDown { 0% { opacity: 0; -webkit-transform: translateY(-20px); } 100% { opacity: 1; -webkit-transform: translateY(0); } } @-moz-keyframes fadeInDown { 0% { opacity: 0; -moz-transform: translateY(-20px); } 100% { opacity: 1; -moz-transform: translateY(0); } } @-o-keyframes fadeInDown { 0% { opacity: 0; -o-transform: translateY(-20px); } 100% { opacity: 1; -o-transform: translateY(0); } } @keyframes fadeInDown { 0% { opacity: 0; transform: translateY(-20px); } 100% { opacity: 1; transform: translateY(0); } } .fadeInDown { -webkit-animation-name: fadeInDown; -moz-animation-name: fadeInDown; -o-animation-name: fadeInDown; animation-name: fadeInDown; } @-webkit-keyframes fadeInLeft { 0% { opacity: 0; -webkit-transform: translateX(-20px); } 100% { opacity: 1; -webkit-transform: translateX(0); } } @-moz-keyframes fadeInLeft { 0% { opacity: 0; -moz-transform: translateX(-20px); } 100% { opacity: 1; -moz-transform: translateX(0); } } @-o-keyframes fadeInLeft { 0% { opacity: 0; -o-transform: translateX(-20px); } 100% { opacity: 1; -o-transform: translateX(0); } } @keyframes fadeInLeft { 0% { opacity: 0; transform: translateX(-20px); } 100% { opacity: 1; transform: translateX(0); } } .fadeInLeft { -webkit-animation-name: fadeInLeft; -moz-animation-name: fadeInLeft; -o-animation-name: fadeInLeft; animation-name: fadeInLeft; } @-webkit-keyframes fadeInRight { 0% { opacity: 0; -webkit-transform: translateX(20px); } 100% { opacity: 1; -webkit-transform: translateX(0); } } @-moz-keyframes fadeInRight { 0% { opacity: 0; -moz-transform: translateX(20px); } 100% { opacity: 1; -moz-transform: translateX(0); } } @-o-keyframes fadeInRight { 0% { opacity: 0; -o-transform: translateX(20px); } 100% { opacity: 1; -o-transform: translateX(0); } } @keyframes fadeInRight { 0% { opacity: 0; transform: translateX(20px); } 100% { opacity: 1; transform: translateX(0); } } .fadeInRight { -webkit-animation-name: fadeInRight; -moz-animation-name: fadeInRight; -o-animation-name: fadeInRight; animation-name: fadeInRight; } @-webkit-keyframes fadeInUpBig { 0% { opacity: 0; -webkit-transform: translateY(2000px); } 100% { opacity: 1; -webkit-transform: translateY(0); } } @-moz-keyframes fadeInUpBig { 0% { opacity: 0; -moz-transform: translateY(2000px); } 100% { opacity: 1; -moz-transform: translateY(0); } } @-o-keyframes fadeInUpBig { 0% { opacity: 0; -o-transform: translateY(2000px); } 100% { opacity: 1; -o-transform: translateY(0); } } @keyframes fadeInUpBig { 0% { opacity: 0; transform: translateY(2000px); } 100% { opacity: 1; transform: translateY(0); } } .fadeInUpBig { -webkit-animation-name: fadeInUpBig; -moz-animation-name: fadeInUpBig; -o-animation-name: fadeInUpBig; animation-name: fadeInUpBig; } @-webkit-keyframes fadeInDownBig { 0% { opacity: 0; -webkit-transform: translateY(-2000px); } 100% { opacity: 1; -webkit-transform: translateY(0); } } @-moz-keyframes fadeInDownBig { 0% { opacity: 0; -moz-transform: translateY(-2000px); } 100% { opacity: 1; -moz-transform: translateY(0); } } @-o-keyframes fadeInDownBig { 0% { opacity: 0; -o-transform: translateY(-2000px); } 100% { opacity: 1; -o-transform: translateY(0); } } @keyframes fadeInDownBig { 0% { opacity: 0; transform: translateY(-2000px); } 100% { opacity: 1; transform: translateY(0); } } .fadeInDownBig { -webkit-animation-name: fadeInDownBig; -moz-animation-name: fadeInDownBig; -o-animation-name: fadeInDownBig; animation-name: fadeInDownBig; } @-webkit-keyframes fadeInLeftBig { 0% { opacity: 0; -webkit-transform: translateX(-2000px); } 100% { opacity: 1; -webkit-transform: translateX(0); } } @-moz-keyframes fadeInLeftBig { 0% { opacity: 0; -moz-transform: translateX(-2000px); } 100% { opacity: 1; -moz-transform: translateX(0); } } @-o-keyframes fadeInLeftBig { 0% { opacity: 0; -o-transform: translateX(-2000px); } 100% { opacity: 1; -o-transform: translateX(0); } } @keyframes fadeInLeftBig { 0% { opacity: 0; transform: translateX(-2000px); } 100% { opacity: 1; transform: translateX(0); } } .fadeInLeftBig { -webkit-animation-name: fadeInLeftBig; -moz-animation-name: fadeInLeftBig; -o-animation-name: fadeInLeftBig; animation-name: fadeInLeftBig; } @-webkit-keyframes fadeInRightBig { 0% { opacity: 0; -webkit-transform: translateX(2000px); } 100% { opacity: 1; -webkit-transform: translateX(0); } } @-moz-keyframes fadeInRightBig { 0% { opacity: 0; -moz-transform: translateX(2000px); } 100% { opacity: 1; -moz-transform: translateX(0); } } @-o-keyframes fadeInRightBig { 0% { opacity: 0; -o-transform: translateX(2000px); } 100% { opacity: 1; -o-transform: translateX(0); } } @keyframes fadeInRightBig { 0% { opacity: 0; transform: translateX(2000px); } 100% { opacity: 1; transform: translateX(0); } } .fadeInRightBig { -webkit-animation-name: fadeInRightBig; -moz-animation-name: fadeInRightBig; -o-animation-name: fadeInRightBig; animation-name: fadeInRightBig; } @-webkit-keyframes fadeOut { 0% { opacity: 1; } 100% { opacity: 0; } } @-moz-keyframes fadeOut { 0% { opacity: 1; } 100% { opacity: 0; } } @-o-keyframes fadeOut { 0% { opacity: 1; } 100% { opacity: 0; } } @keyframes fadeOut { 0% { opacity: 1; } 100% { opacity: 0; } } .fadeOut { -webkit-animation-name: fadeOut; -moz-animation-name: fadeOut; -o-animation-name: fadeOut; animation-name: fadeOut; } @-webkit-keyframes fadeOutUp { 0% { opacity: 1; -webkit-transform: translateY(0); } 100% { opacity: 0; -webkit-transform: translateY(-20px); } } @-moz-keyframes fadeOutUp { 0% { opacity: 1; -moz-transform: translateY(0); } 100% { opacity: 0; -moz-transform: translateY(-20px); } } @-o-keyframes fadeOutUp { 0% { opacity: 1; -o-transform: translateY(0); } 100% { opacity: 0; -o-transform: translateY(-20px); } } @keyframes fadeOutUp { 0% { opacity: 1; transform: translateY(0); } 100% { opacity: 0; transform: translateY(-20px); } } .fadeOutUp { -webkit-animation-name: fadeOutUp; -moz-animation-name: fadeOutUp; -o-animation-name: fadeOutUp; animation-name: fadeOutUp; } @-webkit-keyframes fadeOutDown { 0% { opacity: 1; -webkit-transform: translateY(0); } 100% { opacity: 0; -webkit-transform: translateY(20px); } } @-moz-keyframes fadeOutDown { 0% { opacity: 1; -moz-transform: translateY(0); } 100% { opacity: 0; -moz-transform: translateY(20px); } } @-o-keyframes fadeOutDown { 0% { opacity: 1; -o-transform: translateY(0); } 100% { opacity: 0; -o-transform: translateY(20px); } } @keyframes fadeOutDown { 0% { opacity: 1; transform: translateY(0); } 100% { opacity: 0; transform: translateY(20px); } } .fadeOutDown { -webkit-animation-name: fadeOutDown; -moz-animation-name: fadeOutDown; -o-animation-name: fadeOutDown; animation-name: fadeOutDown; } @-webkit-keyframes fadeOutLeft { 0% { opacity: 1; -webkit-transform: translateX(0); } 100% { opacity: 0; -webkit-transform: translateX(-20px); } } @-moz-keyframes fadeOutLeft { 0% { opacity: 1; -moz-transform: translateX(0); } 100% { opacity: 0; -moz-transform: translateX(-20px); } } @-o-keyframes fadeOutLeft { 0% { opacity: 1; -o-transform: translateX(0); } 100% { opacity: 0; -o-transform: translateX(-20px); } } @keyframes fadeOutLeft { 0% { opacity: 1; transform: translateX(0); } 100% { opacity: 0; transform: translateX(-20px); } } .fadeOutLeft { -webkit-animation-name: fadeOutLeft; -moz-animation-name: fadeOutLeft; -o-animation-name: fadeOutLeft; animation-name: fadeOutLeft; } @-webkit-keyframes fadeOutRight { 0% { opacity: 1; -webkit-transform: translateX(0); } 100% { opacity: 0; -webkit-transform: translateX(20px); } } @-moz-keyframes fadeOutRight { 0% { opacity: 1; -moz-transform: translateX(0); } 100% { opacity: 0; -moz-transform: translateX(20px); } } @-o-keyframes fadeOutRight { 0% { opacity: 1; -o-transform: translateX(0); } 100% { opacity: 0; -o-transform: translateX(20px); } } @keyframes fadeOutRight { 0% { opacity: 1; transform: translateX(0); } 100% { opacity: 0; transform: translateX(20px); } } .fadeOutRight { -webkit-animation-name: fadeOutRight; -moz-animation-name: fadeOutRight; -o-animation-name: fadeOutRight; animation-name: fadeOutRight; } @-webkit-keyframes fadeOutUpBig { 0% { opacity: 1; -webkit-transform: translateY(0); } 100% { opacity: 0; -webkit-transform: translateY(-2000px); } } @-moz-keyframes fadeOutUpBig { 0% { opacity: 1; -moz-transform: translateY(0); } 100% { opacity: 0; -moz-transform: translateY(-2000px); } } @-o-keyframes fadeOutUpBig { 0% { opacity: 1; -o-transform: translateY(0); } 100% { opacity: 0; -o-transform: translateY(-2000px); } } @keyframes fadeOutUpBig { 0% { opacity: 1; transform: translateY(0); } 100% { opacity: 0; transform: translateY(-2000px); } } .fadeOutUpBig { -webkit-animation-name: fadeOutUpBig; -moz-animation-name: fadeOutUpBig; -o-animation-name: fadeOutUpBig; animation-name: fadeOutUpBig; } @-webkit-keyframes fadeOutDownBig { 0% { opacity: 1; -webkit-transform: translateY(0); } 100% { opacity: 0; -webkit-transform: translateY(2000px); } } @-moz-keyframes fadeOutDownBig { 0% { opacity: 1; -moz-transform: translateY(0); } 100% { opacity: 0; -moz-transform: translateY(2000px); } } @-o-keyframes fadeOutDownBig { 0% { opacity: 1; -o-transform: translateY(0); } 100% { opacity: 0; -o-transform: translateY(2000px); } } @keyframes fadeOutDownBig { 0% { opacity: 1; transform: translateY(0); } 100% { opacity: 0; transform: translateY(2000px); } } .fadeOutDownBig { -webkit-animation-name: fadeOutDownBig; -moz-animation-name: fadeOutDownBig; -o-animation-name: fadeOutDownBig; animation-name: fadeOutDownBig; } @-webkit-keyframes fadeOutLeftBig { 0% { opacity: 1; -webkit-transform: translateX(0); } 100% { opacity: 0; -webkit-transform: translateX(-2000px); } } @-moz-keyframes fadeOutLeftBig { 0% { opacity: 1; -moz-transform: translateX(0); } 100% { opacity: 0; -moz-transform: translateX(-2000px); } } @-o-keyframes fadeOutLeftBig { 0% { opacity: 1; -o-transform: translateX(0); } 100% { opacity: 0; -o-transform: translateX(-2000px); } } @keyframes fadeOutLeftBig { 0% { opacity: 1; transform: translateX(0); } 100% { opacity: 0; transform: translateX(-2000px); } } .fadeOutLeftBig { -webkit-animation-name: fadeOutLeftBig; -moz-animation-name: fadeOutLeftBig; -o-animation-name: fadeOutLeftBig; animation-name: fadeOutLeftBig; } @-webkit-keyframes fadeOutRightBig { 0% { opacity: 1; -webkit-transform: translateX(0); } 100% { opacity: 0; -webkit-transform: translateX(2000px); } } @-moz-keyframes fadeOutRightBig { 0% { opacity: 1; -moz-transform: translateX(0); } 100% { opacity: 0; -moz-transform: translateX(2000px); } } @-o-keyframes fadeOutRightBig { 0% { opacity: 1; -o-transform: translateX(0); } 100% { opacity: 0; -o-transform: translateX(2000px); } } @keyframes fadeOutRightBig { 0% { opacity: 1; transform: translateX(0); } 100% { opacity: 0; transform: translateX(2000px); } } .fadeOutRightBig { -webkit-animation-name: fadeOutRightBig; -moz-animation-name: fadeOutRightBig; -o-animation-name: fadeOutRightBig; animation-name: fadeOutRightBig; } @-webkit-keyframes bounceIn { 0% { opacity: 0; -webkit-transform: scale(0.3); } 50% { opacity: 1; -webkit-transform: scale(1.05); } 70% { -webkit-transform: scale(0.9); } 100% { -webkit-transform: scale(1); } } @-moz-keyframes bounceIn { 0% { opacity: 0; -moz-transform: scale(0.3); } 50% { opacity: 1; -moz-transform: scale(1.05); } 70% { -moz-transform: scale(0.9); } 100% { -moz-transform: scale(1); } } @-o-keyframes bounceIn { 0% { opacity: 0; -o-transform: scale(0.3); } 50% { opacity: 1; -o-transform: scale(1.05); } 70% { -o-transform: scale(0.9); } 100% { -o-transform: scale(1); } } @keyframes bounceIn { 0% { opacity: 0; transform: scale(0.3); } 50% { opacity: 1; transform: scale(1.05); } 70% { transform: scale(0.9); } 100% { transform: scale(1); } } .bounceIn { -webkit-animation-name: bounceIn; -moz-animation-name: bounceIn; -o-animation-name: bounceIn; animation-name: bounceIn; } @-webkit-keyframes bounceInUp { 0% { opacity: 0; -webkit-transform: translateY(2000px); } 60% { opacity: 1; -webkit-transform: translateY(-30px); } 80% { -webkit-transform: translateY(10px); } 100% { -webkit-transform: translateY(0); } } @-moz-keyframes bounceInUp { 0% { opacity: 0; -moz-transform: translateY(2000px); } 60% { opacity: 1; -moz-transform: translateY(-30px); } 80% { -moz-transform: translateY(10px); } 100% { -moz-transform: translateY(0); } } @-o-keyframes bounceInUp { 0% { opacity: 0; -o-transform: translateY(2000px); } 60% { opacity: 1; -o-transform: translateY(-30px); } 80% { -o-transform: translateY(10px); } 100% { -o-transform: translateY(0); } } @keyframes bounceInUp { 0% { opacity: 0; transform: translateY(2000px); } 60% { opacity: 1; transform: translateY(-30px); } 80% { transform: translateY(10px); } 100% { transform: translateY(0); } } .bounceInUp { -webkit-animation-name: bounceInUp; -moz-animation-name: bounceInUp; -o-animation-name: bounceInUp; animation-name: bounceInUp; } @-webkit-keyframes bounceInDown { 0% { opacity: 0; -webkit-transform: translateY(-2000px); } 60% { opacity: 1; -webkit-transform: translateY(30px); } 80% { -webkit-transform: translateY(-10px); } 100% { -webkit-transform: translateY(0); } } @-moz-keyframes bounceInDown { 0% { opacity: 0; -moz-transform: translateY(-2000px); } 60% { opacity: 1; -moz-transform: translateY(30px); } 80% { -moz-transform: translateY(-10px); } 100% { -moz-transform: translateY(0); } } @-o-keyframes bounceInDown { 0% { opacity: 0; -o-transform: translateY(-2000px); } 60% { opacity: 1; -o-transform: translateY(30px); } 80% { -o-transform: translateY(-10px); } 100% { -o-transform: translateY(0); } } @keyframes bounceInDown { 0% { opacity: 0; transform: translateY(-2000px); } 60% { opacity: 1; transform: translateY(30px); } 80% { transform: translateY(-10px); } 100% { transform: translateY(0); } } .bounceInDown { -webkit-animation-name: bounceInDown; -moz-animation-name: bounceInDown; -o-animation-name: bounceInDown; animation-name: bounceInDown; } @-webkit-keyframes bounceInLeft { 0% { opacity: 0; -webkit-transform: translateX(-2000px); } 60% { opacity: 1; -webkit-transform: translateX(30px); } 80% { -webkit-transform: translateX(-10px); } 100% { -webkit-transform: translateX(0); } } @-moz-keyframes bounceInLeft { 0% { opacity: 0; -moz-transform: translateX(-2000px); } 60% { opacity: 1; -moz-transform: translateX(30px); } 80% { -moz-transform: translateX(-10px); } 100% { -moz-transform: translateX(0); } } @-o-keyframes bounceInLeft { 0% { opacity: 0; -o-transform: translateX(-2000px); } 60% { opacity: 1; -o-transform: translateX(30px); } 80% { -o-transform: translateX(-10px); } 100% { -o-transform: translateX(0); } } @keyframes bounceInLeft { 0% { opacity: 0; transform: translateX(-2000px); } 60% { opacity: 1; transform: translateX(30px); } 80% { transform: translateX(-10px); } 100% { transform: translateX(0); } } .bounceInLeft { -webkit-animation-name: bounceInLeft; -moz-animation-name: bounceInLeft; -o-animation-name: bounceInLeft; animation-name: bounceInLeft; } @-webkit-keyframes bounceInRight { 0% { opacity: 0; -webkit-transform: translateX(2000px); } 60% { opacity: 1; -webkit-transform: translateX(-30px); } 80% { -webkit-transform: translateX(10px); } 100% { -webkit-transform: translateX(0); } } @-moz-keyframes bounceInRight { 0% { opacity: 0; -moz-transform: translateX(2000px); } 60% { opacity: 1; -moz-transform: translateX(-30px); } 80% { -moz-transform: translateX(10px); } 100% { -moz-transform: translateX(0); } } @-o-keyframes bounceInRight { 0% { opacity: 0; -o-transform: translateX(2000px); } 60% { opacity: 1; -o-transform: translateX(-30px); } 80% { -o-transform: translateX(10px); } 100% { -o-transform: translateX(0); } } @keyframes bounceInRight { 0% { opacity: 0; transform: translateX(2000px); } 60% { opacity: 1; transform: translateX(-30px); } 80% { transform: translateX(10px); } 100% { transform: translateX(0); } } .bounceInRight { -webkit-animation-name: bounceInRight; -moz-animation-name: bounceInRight; -o-animation-name: bounceInRight; animation-name: bounceInRight; } @-webkit-keyframes bounceOut { 0% { -webkit-transform: scale(1); } 25% { -webkit-transform: scale(0.95); } 50% { opacity: 1; -webkit-transform: scale(1.1); } 100% { opacity: 0; -webkit-transform: scale(0.3); } } @-moz-keyframes bounceOut { 0% { -moz-transform: scale(1); } 25% { -moz-transform: scale(0.95); } 50% { opacity: 1; -moz-transform: scale(1.1); } 100% { opacity: 0; -moz-transform: scale(0.3); } } @-o-keyframes bounceOut { 0% { -o-transform: scale(1); } 25% { -o-transform: scale(0.95); } 50% { opacity: 1; -o-transform: scale(1.1); } 100% { opacity: 0; -o-transform: scale(0.3); } } @keyframes bounceOut { 0% { transform: scale(1); } 25% { transform: scale(0.95); } 50% { opacity: 1; transform: scale(1.1); } 100% { opacity: 0; transform: scale(0.3); } } .bounceOut { -webkit-animation-name: bounceOut; -moz-animation-name: bounceOut; -o-animation-name: bounceOut; animation-name: bounceOut; } @-webkit-keyframes bounceOutUp { 0% { -webkit-transform: translateY(0); } 20% { opacity: 1; -webkit-transform: translateY(20px); } 100% { opacity: 0; -webkit-transform: translateY(-2000px); } } @-moz-keyframes bounceOutUp { 0% { -moz-transform: translateY(0); } 20% { opacity: 1; -moz-transform: translateY(20px); } 100% { opacity: 0; -moz-transform: translateY(-2000px); } } @-o-keyframes bounceOutUp { 0% { -o-transform: translateY(0); } 20% { opacity: 1; -o-transform: translateY(20px); } 100% { opacity: 0; -o-transform: translateY(-2000px); } } @keyframes bounceOutUp { 0% { transform: translateY(0); } 20% { opacity: 1; transform: translateY(20px); } 100% { opacity: 0; transform: translateY(-2000px); } } .bounceOutUp { -webkit-animation-name: bounceOutUp; -moz-animation-name: bounceOutUp; -o-animation-name: bounceOutUp; animation-name: bounceOutUp; } @-webkit-keyframes bounceOutDown { 0% { -webkit-transform: translateY(0); } 20% { opacity: 1; -webkit-transform: translateY(-20px); } 100% { opacity: 0; -webkit-transform: translateY(2000px); } } @-moz-keyframes bounceOutDown { 0% { -moz-transform: translateY(0); } 20% { opacity: 1; -moz-transform: translateY(-20px); } 100% { opacity: 0; -moz-transform: translateY(2000px); } } @-o-keyframes bounceOutDown { 0% { -o-transform: translateY(0); } 20% { opacity: 1; -o-transform: translateY(-20px); } 100% { opacity: 0; -o-transform: translateY(2000px); } } @keyframes bounceOutDown { 0% { transform: translateY(0); } 20% { opacity: 1; transform: translateY(-20px); } 100% { opacity: 0; transform: translateY(2000px); } } .bounceOutDown { -webkit-animation-name: bounceOutDown; -moz-animation-name: bounceOutDown; -o-animation-name: bounceOutDown; animation-name: bounceOutDown; } @-webkit-keyframes bounceOutLeft { 0% { -webkit-transform: translateX(0); } 20% { opacity: 1; -webkit-transform: translateX(20px); } 100% { opacity: 0; -webkit-transform: translateX(-2000px); } } @-moz-keyframes bounceOutLeft { 0% { -moz-transform: translateX(0); } 20% { opacity: 1; -moz-transform: translateX(20px); } 100% { opacity: 0; -moz-transform: translateX(-2000px); } } @-o-keyframes bounceOutLeft { 0% { -o-transform: translateX(0); } 20% { opacity: 1; -o-transform: translateX(20px); } 100% { opacity: 0; -o-transform: translateX(-2000px); } } @keyframes bounceOutLeft { 0% { transform: translateX(0); } 20% { opacity: 1; transform: translateX(20px); } 100% { opacity: 0; transform: translateX(-2000px); } } .bounceOutLeft { -webkit-animation-name: bounceOutLeft; -moz-animation-name: bounceOutLeft; -o-animation-name: bounceOutLeft; animation-name: bounceOutLeft; } @-webkit-keyframes bounceOutRight { 0% { -webkit-transform: translateX(0); } 20% { opacity: 1; -webkit-transform: translateX(-20px); } 100% { opacity: 0; -webkit-transform: translateX(2000px); } } @-moz-keyframes bounceOutRight { 0% { -moz-transform: translateX(0); } 20% { opacity: 1; -moz-transform: translateX(-20px); } 100% { opacity: 0; -moz-transform: translateX(2000px); } } @-o-keyframes bounceOutRight { 0% { -o-transform: translateX(0); } 20% { opacity: 1; -o-transform: translateX(-20px); } 100% { opacity: 0; -o-transform: translateX(2000px); } } @keyframes bounceOutRight { 0% { transform: translateX(0); } 20% { opacity: 1; transform: translateX(-20px); } 100% { opacity: 0; transform: translateX(2000px); } } .bounceOutRight { -webkit-animation-name: bounceOutRight; -moz-animation-name: bounceOutRight; -o-animation-name: bounceOutRight; animation-name: bounceOutRight; } @-webkit-keyframes rotateIn { 0% { -webkit-transform-origin: center center; -webkit-transform: rotate(-200deg); opacity: 0; } 100% { -webkit-transform-origin: center center; -webkit-transform: rotate(0); opacity: 1; } } @-moz-keyframes rotateIn { 0% { -moz-transform-origin: center center; -moz-transform: rotate(-200deg); opacity: 0; } 100% { -moz-transform-origin: center center; -moz-transform: rotate(0); opacity: 1; } } @-o-keyframes rotateIn { 0% { -o-transform-origin: center center; -o-transform: rotate(-200deg); opacity: 0; } 100% { -o-transform-origin: center center; -o-transform: rotate(0); opacity: 1; } } @keyframes rotateIn { 0% { transform-origin: center center; transform: rotate(-200deg); opacity: 0; } 100% { transform-origin: center center; transform: rotate(0); opacity: 1; } } .rotateIn { -webkit-animation-name: rotateIn; -moz-animation-name: rotateIn; -o-animation-name: rotateIn; animation-name: rotateIn; } @-webkit-keyframes rotateInUpLeft { 0% { -webkit-transform-origin: left bottom; -webkit-transform: rotate(90deg); opacity: 0; } 100% { -webkit-transform-origin: left bottom; -webkit-transform: rotate(0); opacity: 1; } } @-moz-keyframes rotateInUpLeft { 0% { -moz-transform-origin: left bottom; -moz-transform: rotate(90deg); opacity: 0; } 100% { -moz-transform-origin: left bottom; -moz-transform: rotate(0); opacity: 1; } } @-o-keyframes rotateInUpLeft { 0% { -o-transform-origin: left bottom; -o-transform: rotate(90deg); opacity: 0; } 100% { -o-transform-origin: left bottom; -o-transform: rotate(0); opacity: 1; } } @keyframes rotateInUpLeft { 0% { transform-origin: left bottom; transform: rotate(90deg); opacity: 0; } 100% { transform-origin: left bottom; transform: rotate(0); opacity: 1; } } .rotateInUpLeft { -webkit-animation-name: rotateInUpLeft; -moz-animation-name: rotateInUpLeft; -o-animation-name: rotateInUpLeft; animation-name: rotateInUpLeft; } @-webkit-keyframes rotateInDownLeft { 0% { -webkit-transform-origin: left bottom; -webkit-transform: rotate(-90deg); opacity: 0; } 100% { -webkit-transform-origin: left bottom; -webkit-transform: rotate(0); opacity: 1; } } @-moz-keyframes rotateInDownLeft { 0% { -moz-transform-origin: left bottom; -moz-transform: rotate(-90deg); opacity: 0; } 100% { -moz-transform-origin: left bottom; -moz-transform: rotate(0); opacity: 1; } } @-o-keyframes rotateInDownLeft { 0% { -o-transform-origin: left bottom; -o-transform: rotate(-90deg); opacity: 0; } 100% { -o-transform-origin: left bottom; -o-transform: rotate(0); opacity: 1; } } @keyframes rotateInDownLeft { 0% { transform-origin: left bottom; transform: rotate(-90deg); opacity: 0; } 100% { transform-origin: left bottom; transform: rotate(0); opacity: 1; } } .rotateInDownLeft { -webkit-animation-name: rotateInDownLeft; -moz-animation-name: rotateInDownLeft; -o-animation-name: rotateInDownLeft; animation-name: rotateInDownLeft; } @-webkit-keyframes rotateInUpRight { 0% { -webkit-transform-origin: right bottom; -webkit-transform: rotate(-90deg); opacity: 0; } 100% { -webkit-transform-origin: right bottom; -webkit-transform: rotate(0); opacity: 1; } } @-moz-keyframes rotateInUpRight { 0% { -moz-transform-origin: right bottom; -moz-transform: rotate(-90deg); opacity: 0; } 100% { -moz-transform-origin: right bottom; -moz-transform: rotate(0); opacity: 1; } } @-o-keyframes rotateInUpRight { 0% { -o-transform-origin: right bottom; -o-transform: rotate(-90deg); opacity: 0; } 100% { -o-transform-origin: right bottom; -o-transform: rotate(0); opacity: 1; } } @keyframes rotateInUpRight { 0% { transform-origin: right bottom; transform: rotate(-90deg); opacity: 0; } 100% { transform-origin: right bottom; transform: rotate(0); opacity: 1; } } .rotateInUpRight { -webkit-animation-name: rotateInUpRight; -moz-animation-name: rotateInUpRight; -o-animation-name: rotateInUpRight; animation-name: rotateInUpRight; } @-webkit-keyframes rotateInDownRight { 0% { -webkit-transform-origin: right bottom; -webkit-transform: rotate(90deg); opacity: 0; } 100% { -webkit-transform-origin: right bottom; -webkit-transform: rotate(0); opacity: 1; } } @-moz-keyframes rotateInDownRight { 0% { -moz-transform-origin: right bottom; -moz-transform: rotate(90deg); opacity: 0; } 100% { -moz-transform-origin: right bottom; -moz-transform: rotate(0); opacity: 1; } } @-o-keyframes rotateInDownRight { 0% { -o-transform-origin: right bottom; -o-transform: rotate(90deg); opacity: 0; } 100% { -o-transform-origin: right bottom; -o-transform: rotate(0); opacity: 1; } } @keyframes rotateInDownRight { 0% { transform-origin: right bottom; transform: rotate(90deg); opacity: 0; } 100% { transform-origin: right bottom; transform: rotate(0); opacity: 1; } } .rotateInDownRight { -webkit-animation-name: rotateInDownRight; -moz-animation-name: rotateInDownRight; -o-animation-name: rotateInDownRight; animation-name: rotateInDownRight; } @-webkit-keyframes rotateOut { 0% { -webkit-transform-origin: center center; -webkit-transform: rotate(0); opacity: 1; } 100% { -webkit-transform-origin: center center; -webkit-transform: rotate(200deg); opacity: 0; } } @-moz-keyframes rotateOut { 0% { -moz-transform-origin: center center; -moz-transform: rotate(0); opacity: 1; } 100% { -moz-transform-origin: center center; -moz-transform: rotate(200deg); opacity: 0; } } @-o-keyframes rotateOut { 0% { -o-transform-origin: center center; -o-transform: rotate(0); opacity: 1; } 100% { -o-transform-origin: center center; -o-transform: rotate(200deg); opacity: 0; } } @keyframes rotateOut { 0% { transform-origin: center center; transform: rotate(0); opacity: 1; } 100% { transform-origin: center center; transform: rotate(200deg); opacity: 0; } } .rotateOut { -webkit-animation-name: rotateOut; -moz-animation-name: rotateOut; -o-animation-name: rotateOut; animation-name: rotateOut; } @-webkit-keyframes rotateOutUpLeft { 0% { -webkit-transform-origin: left bottom; -webkit-transform: rotate(0); opacity: 1; } 100% { -webkit-transform-origin: left bottom; -webkit-transform: rotate(-90deg); opacity: 0; } } @-moz-keyframes rotateOutUpLeft { 0% { -moz-transform-origin: left bottom; -moz-transform: rotate(0); opacity: 1; } 100% { -moz-transform-origin: left bottom; -moz-transform: rotate(-90deg); opacity: 0; } } @-o-keyframes rotateOutUpLeft { 0% { -o-transform-origin: left bottom; -o-transform: rotate(0); opacity: 1; } 100% { -o-transform-origin: left bottom; -o-transform: rotate(-90deg); opacity: 0; } } @keyframes rotateOutUpLeft { 0% { transform-origin: left bottom; transform: rotate(0); opacity: 1; } 100% { transform-origin: left bottom; transform: rotate(-90deg); opacity: 0; } } .rotateOutUpLeft { -webkit-animation-name: rotateOutUpLeft; -moz-animation-name: rotateOutUpLeft; -o-animation-name: rotateOutUpLeft; animation-name: rotateOutUpLeft; } @-webkit-keyframes rotateOutDownLeft { 0% { -webkit-transform-origin: left bottom; -webkit-transform: rotate(0); opacity: 1; } 100% { -webkit-transform-origin: left bottom; -webkit-transform: rotate(90deg); opacity: 0; } } @-moz-keyframes rotateOutDownLeft { 0% { -moz-transform-origin: left bottom; -moz-transform: rotate(0); opacity: 1; } 100% { -moz-transform-origin: left bottom; -moz-transform: rotate(90deg); opacity: 0; } } @-o-keyframes rotateOutDownLeft { 0% { -o-transform-origin: left bottom; -o-transform: rotate(0); opacity: 1; } 100% { -o-transform-origin: left bottom; -o-transform: rotate(90deg); opacity: 0; } } @keyframes rotateOutDownLeft { 0% { transform-origin: left bottom; transform: rotate(0); opacity: 1; } 100% { transform-origin: left bottom; transform: rotate(90deg); opacity: 0; } } .rotateOutDownLeft { -webkit-animation-name: rotateOutDownLeft; -moz-animation-name: rotateOutDownLeft; -o-animation-name: rotateOutDownLeft; animation-name: rotateOutDownLeft; } @-webkit-keyframes rotateOutUpRight { 0% { -webkit-transform-origin: right bottom; -webkit-transform: rotate(0); opacity: 1; } 100% { -webkit-transform-origin: right bottom; -webkit-transform: rotate(90deg); opacity: 0; } } @-moz-keyframes rotateOutUpRight { 0% { -moz-transform-origin: right bottom; -moz-transform: rotate(0); opacity: 1; } 100% { -moz-transform-origin: right bottom; -moz-transform: rotate(90deg); opacity: 0; } } @-o-keyframes rotateOutUpRight { 0% { -o-transform-origin: right bottom; -o-transform: rotate(0); opacity: 1; } 100% { -o-transform-origin: right bottom; -o-transform: rotate(90deg); opacity: 0; } } @keyframes rotateOutUpRight { 0% { transform-origin: right bottom; transform: rotate(0); opacity: 1; } 100% { transform-origin: right bottom; transform: rotate(90deg); opacity: 0; } } .rotateOutUpRight { -webkit-animation-name: rotateOutUpRight; -moz-animation-name: rotateOutUpRight; -o-animation-name: rotateOutUpRight; animation-name: rotateOutUpRight; } @-webkit-keyframes rotateOutDownRight { 0% { -webkit-transform-origin: right bottom; -webkit-transform: rotate(0); opacity: 1; } 100% { -webkit-transform-origin: right bottom; -webkit-transform: rotate(-90deg); opacity: 0; } } @-moz-keyframes rotateOutDownRight { 0% { -moz-transform-origin: right bottom; -moz-transform: rotate(0); opacity: 1; } 100% { -moz-transform-origin: right bottom; -moz-transform: rotate(-90deg); opacity: 0; } } @-o-keyframes rotateOutDownRight { 0% { -o-transform-origin: right bottom; -o-transform: rotate(0); opacity: 1; } 100% { -o-transform-origin: right bottom; -o-transform: rotate(-90deg); opacity: 0; } } @keyframes rotateOutDownRight { 0% { transform-origin: right bottom; transform: rotate(0); opacity: 1; } 100% { transform-origin: right bottom; transform: rotate(-90deg); opacity: 0; } } .rotateOutDownRight { -webkit-animation-name: rotateOutDownRight; -moz-animation-name: rotateOutDownRight; -o-animation-name: rotateOutDownRight; animation-name: rotateOutDownRight; } @-webkit-keyframes hinge { 0% { -webkit-transform: rotate(0); -webkit-transform-origin: top left; -webkit-animation-timing-function: ease-in-out; } 20%, 60% { -webkit-transform: rotate(80deg); -webkit-transform-origin: top left; -webkit-animation-timing-function: ease-in-out; } 40% { -webkit-transform: rotate(60deg); -webkit-transform-origin: top left; -webkit-animation-timing-function: ease-in-out; } 80% { -webkit-transform: rotate(60deg) translateY(0); opacity: 1; -webkit-transform-origin: top left; -webkit-animation-timing-function: ease-in-out; } 100% { -webkit-transform: translateY(700px); opacity: 0; } } @-moz-keyframes hinge { 0% { -moz-transform: rotate(0); -moz-transform-origin: top left; -moz-animation-timing-function: ease-in-out; } 20%, 60% { -moz-transform: rotate(80deg); -moz-transform-origin: top left; -moz-animation-timing-function: ease-in-out; } 40% { -moz-transform: rotate(60deg); -moz-transform-origin: top left; -moz-animation-timing-function: ease-in-out; } 80% { -moz-transform: rotate(60deg) translateY(0); opacity: 1; -moz-transform-origin: top left; -moz-animation-timing-function: ease-in-out; } 100% { -moz-transform: translateY(700px); opacity: 0; } } @-o-keyframes hinge { 0% { -o-transform: rotate(0); -o-transform-origin: top left; -o-animation-timing-function: ease-in-out; } 20%, 60% { -o-transform: rotate(80deg); -o-transform-origin: top left; -o-animation-timing-function: ease-in-out; } 40% { -o-transform: rotate(60deg); -o-transform-origin: top left; -o-animation-timing-function: ease-in-out; } 80% { -o-transform: rotate(60deg) translateY(0); opacity: 1; -o-transform-origin: top left; -o-animation-timing-function: ease-in-out; } 100% { -o-transform: translateY(700px); opacity: 0; } } @keyframes hinge { 0% { transform: rotate(0); transform-origin: top left; animation-timing-function: ease-in-out; } 20%, 60% { transform: rotate(80deg); transform-origin: top left; animation-timing-function: ease-in-out; } 40% { transform: rotate(60deg); transform-origin: top left; animation-timing-function: ease-in-out; } 80% { transform: rotate(60deg) translateY(0); opacity: 1; transform-origin: top left; animation-timing-function: ease-in-out; } 100% { transform: translateY(700px); opacity: 0; } } .hinge { -webkit-animation-name: hinge; -moz-animation-name: hinge; -o-animation-name: hinge; animation-name: hinge; } /* originally authored by <NAME> - https://github.com/nickpettit/glide */ @-webkit-keyframes rollIn { 0% { opacity: 0; -webkit-transform: translateX(-100%) rotate(-120deg); } 100% { opacity: 1; -webkit-transform: translateX(0px) rotate(0deg); } } @-moz-keyframes rollIn { 0% { opacity: 0; -moz-transform: translateX(-100%) rotate(-120deg); } 100% { opacity: 1; -moz-transform: translateX(0px) rotate(0deg); } } @-o-keyframes rollIn { 0% { opacity: 0; -o-transform: translateX(-100%) rotate(-120deg); } 100% { opacity: 1; -o-transform: translateX(0px) rotate(0deg); } } @keyframes rollIn { 0% { opacity: 0; transform: translateX(-100%) rotate(-120deg); } 100% { opacity: 1; transform: translateX(0px) rotate(0deg); } } .rollIn { -webkit-animation-name: rollIn; -moz-animation-name: rollIn; -o-animation-name: rollIn; animation-name: rollIn; } /* originally authored by <NAME> - https://github.com/nickpettit/glide */ @-webkit-keyframes rollOut { 0% { opacity: 1; -webkit-transform: translateX(0px) rotate(0deg); } 100% { opacity: 0; -webkit-transform: translateX(100%) rotate(120deg); } } @-moz-keyframes rollOut { 0% { opacity: 1; -moz-transform: translateX(0px) rotate(0deg); } 100% { opacity: 0; -moz-transform: translateX(100%) rotate(120deg); } } @-o-keyframes rollOut { 0% { opacity: 1; -o-transform: translateX(0px) rotate(0deg); } 100% { opacity: 0; -o-transform: translateX(100%) rotate(120deg); } } @keyframes rollOut { 0% { opacity: 1; transform: translateX(0px) rotate(0deg); } 100% { opacity: 0; transform: translateX(100%) rotate(120deg); } } .rollOut { -webkit-animation-name: rollOut; -moz-animation-name: rollOut; -o-animation-name: rollOut; animation-name: rollOut; } /* originally authored by <NAME> - https://github.com/angelorohit */ @-webkit-keyframes lightSpeedIn { 0% { -webkit-transform: translateX(100%) skewX(-30deg); opacity: 0; } 60% { -webkit-transform: translateX(-20%) skewX(30deg); opacity: 1; } 80% { -webkit-transform: translateX(0%) skewX(-15deg); opacity: 1; } 100% { -webkit-transform: translateX(0%) skewX(0deg); opacity: 1; } } @-moz-keyframes lightSpeedIn { 0% { -moz-transform: translateX(100%) skewX(-30deg); opacity: 0; } 60% { -moz-transform: translateX(-20%) skewX(30deg); opacity: 1; } 80% { -moz-transform: translateX(0%) skewX(-15deg); opacity: 1; } 100% { -moz-transform: translateX(0%) skewX(0deg); opacity: 1; } } @-o-keyframes lightSpeedIn { 0% { -o-transform: translateX(100%) skewX(-30deg); opacity: 0; } 60% { -o-transform: translateX(-20%) skewX(30deg); opacity: 1; } 80% { -o-transform: translateX(0%) skewX(-15deg); opacity: 1; } 100% { -o-transform: translateX(0%) skewX(0deg); opacity: 1; } } @keyframes lightSpeedIn { 0% { transform: translateX(100%) skewX(-30deg); opacity: 0; } 60% { transform: translateX(-20%) skewX(30deg); opacity: 1; } 80% { transform: translateX(0%) skewX(-15deg); opacity: 1; } 100% { transform: translateX(0%) skewX(0deg); opacity: 1; } } .lightSpeedIn { -webkit-animation-name: lightSpeedIn; -moz-animation-name: lightSpeedIn; -o-animation-name: lightSpeedIn; animation-name: lightSpeedIn; -webkit-animation-timing-function: ease-out; -moz-animation-timing-function: ease-out; -o-animation-timing-function: ease-out; animation-timing-function: ease-out; } .animated.lightSpeedIn { -webkit-animation-duration: 0.5s; -moz-animation-duration: 0.5s; -o-animation-duration: 0.5s; animation-duration: 0.5s; } /* originally authored by <NAME> - https://github.com/angelorohit */ @-webkit-keyframes lightSpeedOut { 0% { -webkit-transform: translateX(0%) skewX(0deg); opacity: 1; } 100% { -webkit-transform: translateX(100%) skewX(-30deg); opacity: 0; } } @-moz-keyframes lightSpeedOut { 0% { -moz-transform: translateX(0%) skewX(0deg); opacity: 1; } 100% { -moz-transform: translateX(100%) skewX(-30deg); opacity: 0; } } @-o-keyframes lightSpeedOut { 0% { -o-transform: translateX(0%) skewX(0deg); opacity: 1; } 100% { -o-transform: translateX(100%) skewX(-30deg); opacity: 0; } } @keyframes lightSpeedOut { 0% { transform: translateX(0%) skewX(0deg); opacity: 1; } 100% { transform: translateX(100%) skewX(-30deg); opacity: 0; } } .lightSpeedOut { -webkit-animation-name: lightSpeedOut; -moz-animation-name: lightSpeedOut; -o-animation-name: lightSpeedOut; animation-name: lightSpeedOut; -webkit-animation-timing-function: ease-in; -moz-animation-timing-function: ease-in; -o-animation-timing-function: ease-in; animation-timing-function: ease-in; } .animated.lightSpeedOut { -webkit-animation-duration: 0.25s; -moz-animation-duration: 0.25s; -o-animation-duration: 0.25s; animation-duration: 0.25s; } /* originally authored by <NAME> - https://github.com/angelorohit */ @-webkit-keyframes wiggle { 0% { -webkit-transform: skewX(9deg); } 10% { -webkit-transform: skewX(-8deg); } 20% { -webkit-transform: skewX(7deg); } 30% { -webkit-transform: skewX(-6deg); } 40% { -webkit-transform: skewX(5deg); } 50% { -webkit-transform: skewX(-4deg); } 60% { -webkit-transform: skewX(3deg); } 70% { -webkit-transform: skewX(-2deg); } 80% { -webkit-transform: skewX(1deg); } 90% { -webkit-transform: skewX(0deg); } 100% { -webkit-transform: skewX(0deg); } } @-moz-keyframes wiggle { 0% { -moz-transform: skewX(9deg); } 10% { -moz-transform: skewX(-8deg); } 20% { -moz-transform: skewX(7deg); } 30% { -moz-transform: skewX(-6deg); } 40% { -moz-transform: skewX(5deg); } 50% { -moz-transform: skewX(-4deg); } 60% { -moz-transform: skewX(3deg); } 70% { -moz-transform: skewX(-2deg); } 80% { -moz-transform: skewX(1deg); } 90% { -moz-transform: skewX(0deg); } 100% { -moz-transform: skewX(0deg); } } @-o-keyframes wiggle { 0% { -o-transform: skewX(9deg); } 10% { -o-transform: skewX(-8deg); } 20% { -o-transform: skewX(7deg); } 30% { -o-transform: skewX(-6deg); } 40% { -o-transform: skewX(5deg); } 50% { -o-transform: skewX(-4deg); } 60% { -o-transform: skewX(3deg); } 70% { -o-transform: skewX(-2deg); } 80% { -o-transform: skewX(1deg); } 90% { -o-transform: skewX(0deg); } 100% { -o-transform: skewX(0deg); } } @keyframes wiggle { 0% { transform: skewX(9deg); } 10% { transform: skewX(-8deg); } 20% { transform: skewX(7deg); } 30% { transform: skewX(-6deg); } 40% { transform: skewX(5deg); } 50% { transform: skewX(-4deg); } 60% { transform: skewX(3deg); } 70% { transform: skewX(-2deg); } 80% { transform: skewX(1deg); } 90% { transform: skewX(0deg); } 100% { transform: skewX(0deg); } } .wiggle { -webkit-animation-name: wiggle; -moz-animation-name: wiggle; -o-animation-name: wiggle; animation-name: wiggle; -webkit-animation-timing-function: ease-in; -moz-animation-timing-function: ease-in; -o-animation-timing-function: ease-in; animation-timing-function: ease-in; } .animated.wiggle { -webkit-animation-duration: 0.75s; -moz-animation-duration: 0.75s; -o-animation-duration: 0.75s; animation-duration: 0.75s; } /*--------------------------------------------------- LESS Elements 0.9 --------------------------------------------------- A set of useful LESS mixins More info at: http://lesselements.com ---------------------------------------------------*/ /* Shapes */ /*--------------------------------------------------- Rebar - Grid ---------------------------------------------------*/ /* Config - Change the settings in this file change the look and feel of your style */ /* Colors */ /* Container */ /* Base - Margins, Paddings, and Spacings */ /* Grid */ /* Body */ /* Text */ /* Links */ /* Headings */ /* Navigation */ /* Lists */ /* Separators */ /* Buttons */ /* Forms */ /* Tables */ /* Rebar - These files reset and style all the basic HTML elements */ /* #Reset & Basics (Inspired by <NAME>) ================================================== */ 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, q:before, q:after { content: ''; content: none; } table { border-collapse: separate; border-spacing: 0; } /* #Body Styles ================================================== */ body { background: #ffffff; font-size: 18px; font-weight: normal; font-family: Mailpile-300, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; line-height: 24px; color: #333333; -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */ -webkit-text-size-adjust: 100%; } /* #Links ================================================== */ a, a:visited { font-size: 18px; color: #be2408; font-weight: bold; text-decoration: none; outline: 0; } a:hover, a:focus { color: #8d1b06; text-decoration: none; } p a, p a:visited { line-height: inherit; } /* #Typography ================================================== */ /* Headings */ h1, h2, h3, h4, h5, h6 { color: #333333; font-family: Mailpile-300, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: normal; letter-spacing: 0px; } h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; } h1 { font-size: 36px; line-height: 36px; margin-bottom: 30px; } h2 { font-size: 30px; line-height: 30px; margin-bottom: 30px; } h3 { font-size: 24px; line-height: 24px; margin-bottom: 30px; } h4 { font-size: 21px; line-height: 21px; margin-bottom: 30px; } h5 { font-size: 18px; line-height: 18px; margin-bottom: 30px; } h6 { font-size: 14px; line-height: 14px; margin-bottom: 30px; } .subheader { color: #777; } /* Non Headings */ p { margin: 0 0 20px 0; } p img { margin: 0; } p.lead { font-size: 21px; line-height: 27px; color: #777; } em { font-style: Mailpile-300, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; } strong { font-family: Mailpile-300, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: normal; color: inherit; } small { font-size: 80%; } /* Blockquotes */ blockquote, blockquote p { font-size: 18px; line-height: 24px; color: #666666; font-style: italic; margin: 0 0 10px 0; } blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 4px solid #c9c9c9; } blockquote cite { display: block; font-size: 12px; color: #555; } blockquote cite:before { content: "\2014 \0020"; } blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; } /* Navigation */ #navigation { background: #222222; z-index: 10; color: #eeeeee; } #navigation a { color: #eeeeee; text-decoration: none; } #navigation a:hover { color: #aaaaaa; } #navigation span.name_ome { color: #818181; } #navigation_logo { display: none; } /* Navigation Sub */ .navigation-sub { background: #d9d9d9; border-radius: 10px; } /* #Lists ================================================== */ ul, ol { margin: ; padding: ; } ul li, ol li { margin: ; padding: ; } ul li { list-style-type: ; } /* Lines */ hr { border: solid #b3b3b3; border-width: 1px 0 0; clear: both; margin: 35px 0; height: 0; } hr.medium { border: none; height: 4px; background: #000; } hr.large { border: none; height: 8px; background: #000; } /* #Images ================================================== */ img { max-width: 100%; height: auto; } img.scale-with-grid { max-width: 100%; height: auto; } /* #Buttons ================================================== */ /* Primary */ .button, .button-primary, button, input[type="submit"], input[type="reset"], input[type="button"] { color: #ffffff !important; font-family: Mailpile-300, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif !important; font-size: 16px; font-weight: normal !important; line-height: normal; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4); padding: 8px 15px 4px 12px; display: inline-block; cursor: pointer; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-transition-duration: 0.2s; -moz-transition-duration: 0.2s; transition-duration: 0.2s; border: 1px solid #3a6b8c; border-top: 1px solid #5c8dae; border-left: 1px solid #5c8dae; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; background: #3a6b8c; text-decoration: none; } .button:visited, .button-primary:visited { color: #ffffff !important; font-family: Mailpile-300, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif !important; font-size: 16px; font-weight: normal !important; line-height: normal; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4); padding: 8px 15px 4px 12px; display: inline-block; cursor: pointer; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-transition-duration: 0.2s; -moz-transition-duration: 0.2s; transition-duration: 0.2s; border: 1px solid #3a6b8c; border-top: 1px solid #5c8dae; border-left: 1px solid #5c8dae; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; background: #3a6b8c; text-decoration: none; } .button:hover, .button-primary:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover { border: 1px solid #3a6b8c; border-top: 1px solid #5c8dae; border-left: 1px solid #5c8dae; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; background: #284a61; text-decoration: none; } .button:active, .button-primary:active, button:active, input[type="submit"]:active, input[type="reset"]:active, input[type="button"]:active { border: 1px solid #3a6b8c; border-top: 1px solid #5c8dae; border-left: 1px solid #5c8dae; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; background: #284a61; text-decoration: none; } /* Secondary */ .button-secondary { color: #ffffff !important; font-family: Mailpile-300, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif !important; font-size: 16px; font-weight: normal !important; line-height: normal; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4); text-decoration: none; padding: 8px 15px 4px 12px; display: inline-block; cursor: pointer; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-transition-duration: 0.2s; -moz-transition-duration: 0.2s; transition-duration: 0.2s; border: 1px solid #7ba2a7; border-top: 1px solid #9dc4c9; border-left: 1px solid #9dc4c9; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; background: #4b7945; } .button-secondary:hover { border: 1px solid #3a6b8c; border-top: 1px solid #5c8dae; border-left: 1px solid #5c8dae; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; background: #233820; text-decoration: none; } .button-secondary:active { border: 1px solid #3a6b8c; border-top: 1px solid #5c8dae; border-left: 1px solid #5c8dae; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; background: #233820; text-decoration: none; } /* Alert */ .button-alert { color: #ffffff !important; font-family: Mailpile-300, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif !important; font-size: 16px; font-weight: normal !important; line-height: normal; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4); text-decoration: none; padding: 8px 15px 4px 12px; display: inline-block; cursor: pointer; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-transition-duration: 0.2s; -moz-transition-duration: 0.2s; transition-duration: 0.2s; border: 1px solid #8596b3; border-top: 1px solid #a7b8d5; border-left: 1px solid #a7b8d5; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; background: #826f69; } .button-alert:hover { border: 1px solid #3a6b8c; border-top: 1px solid #5c8dae; border-left: 1px solid #5c8dae; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; background: #4a3f3b; text-decoration: none; } .button-alert:active { border: 1px solid #3a6b8c; border-top: 1px solid #5c8dae; border-left: 1px solid #5c8dae; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; background: #4a3f3b; text-decoration: none; } /* Warning */ .button-warning { color: #ffffff !important; font-family: Mailpile-300, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif !important; font-size: 16px; font-weight: normal !important; line-height: normal; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4); text-decoration: none; padding: 8px 15px 4px 12px; display: inline-block; cursor: pointer; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-transition-duration: 0.2s; -moz-transition-duration: 0.2s; transition-duration: 0.2s; border: 1px solid #713c2a; border-top: 1px solid #935e4c; border-left: 1px solid #935e4c; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; background: #be2408; } .button-warning:hover { border: 1px solid #3a6b8c; border-top: 1px solid #5c8dae; border-left: 1px solid #5c8dae; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; background: #5c1104; text-decoration: none; } .button-warning:active { border: 1px solid #3a6b8c; border-top: 1px solid #5c8dae; border-left: 1px solid #5c8dae; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; background: #5c1104; text-decoration: none; } /* Icons */ .button span, .button-secondary span, .button-alert span, .button-warning span { margin-right: 5px; } /* Full Width */ .button.full-width, .button-primary.full-width, .button-secondary.full-width, .button-alert.full-width, .button-warning.full-width, .button-big-primary.full-width, .button-big-secondary.full-width, button.full-width, input[type="submit"].full-width, input[type="reset"].full-width, input[type="button"].full-width { width: 100%; padding-left: 0 !important; padding-right: 0 !important; text-align: center; } /* Fix for odd Mozilla border & padding issues */ button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } /* #Forms ================================================== */ form { margin-bottom: 20px; } fieldset { margin-bottom: 20px; } input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="phone"], input[type="address"], textarea, select { padding: 10px 12px; outline: none; font-size: 18px; font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; color: #666666; width: 210px; max-width: 100%; display: block; margin-top: 0px; margin-bottom: 20px; background: #ffffff; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; border: 1px solid #999999; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } select { padding: 0; } input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus { border: 1px solid #666666; color: #333333; -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); } textarea { min-height: 60px; } label, legend { display: block; font-weight: normal; font-size: 16px; font-style: italic; margin-bottom: 5px; } select { color: #3a6b8c; width: 220px; } input[type="checkbox"] { display: inline; } label span, legend span { font-weight: normal; font-size: 14px; color: #444; } a { font-style: normal; } label span.form_error { margin: 0 0 0 3px; color: #3a6b8c; } /* #Tables ================================================== */ .full-width-table { width: 100%; margin: 20px 0 30px 0; } .rounded { border: solid #ccc 1px; -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; } .rounded td, .rounded th { border-left: 1px solid #ccc; border-top: 1px solid #ccc; padding: 10px; text-align: left; } .rounded th { background-color: #dce9f9; background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(#dce9f9)); background-image: -webkit-linear-gradient(top, #ebf3fc, #dce9f9); background-image: -moz-linear-gradient(top, #ebf3fc, #dce9f9); background-image: -ms-linear-gradient(top, #ebf3fc, #dce9f9); background-image: -o-linear-gradient(top, #ebf3fc, #dce9f9); background-image: linear-gradient(top, #ebf3fc, #dce9f9); -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset; -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset; box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset; border-top: none; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); } .rounded td:first-child, .rounded th:first-child { border-left: none; } .rounded th:first-child { -moz-border-radius: 6px 0 0 0; -webkit-border-radius: 6px 0 0 0; border-radius: 6px 0 0 0; } .rounded th:last-child { -moz-border-radius: 0 6px 0 0; -webkit-border-radius: 0 6px 0 0; border-radius: 0 6px 0 0; } .rounded th:only-child { -moz-border-radius: 6px 6px 0 0; -webkit-border-radius: 6px 6px 0 0; border-radius: 6px 6px 0 0; } .rounded tr:last-child td:first-child { -moz-border-radius: 0 0 0 6px; -webkit-border-radius: 0 0 0 6px; border-radius: 0 0 0 6px; } .rounded tr:last-child td:last-child { -moz-border-radius: 0 0 6px 0; -webkit-border-radius: 0 0 6px 0; border-radius: 0 0 6px 0; } /* Zebra Striping ----------------------*/ .zebra td, .zebra th { padding: 10px; border-bottom: 1px solid #f2f2f2; } .zebra tbody tr:nth-child(even) { background: #f5f5f5; -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset; -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset; box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset; } .zebra th { text-align: left; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); background-color: #eee; background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#eeeeee)); background-image: -webkit-linear-gradient(top, #f5f5f5, #eeeeee); background-image: -moz-linear-gradient(top, #f5f5f5, #eeeeee); background-image: -ms-linear-gradient(top, #f5f5f5, #eeeeee); background-image: -o-linear-gradient(top, #f5f5f5, #eeeeee); background-image: linear-gradient(top, #f5f5f5, #eeeeee); } .zebra th:first-child { -moz-border-radius: 6px 0 0 0; -webkit-border-radius: 6px 0 0 0; border-radius: 6px 0 0 0; } .zebra th:last-child { -moz-border-radius: 0 6px 0 0; -webkit-border-radius: 0 6px 0 0; border-radius: 0 6px 0 0; } .zebra th:only-child { -moz-border-radius: 6px 6px 0 0; -webkit-border-radius: 6px 6px 0 0; border-radius: 6px 6px 0 0; } .zebra tfoot td { border-bottom: 0; border-top: 1px solid #fff; background-color: #f1f1f1; } .zebra tfoot td:first-child { -moz-border-radius: 0 0 0 6px; -webkit-border-radius: 0 0 0 6px; border-radius: 0 0 0 6px; } .zebra tfoot td:last-child { -moz-border-radius: 0 0 6px 0; -webkit-border-radius: 0 0 6px 0; border-radius: 0 0 6px 0; } .zebra tfoot td:only-child { -moz-border-radius: 0 0 6px 6px; -webkit-border-radius: 0 0 6px 6px; border-radius: 0 0 6px 6px; } /* Both */ .rounded tr:hover, .zebra tr:hover { background: #fbf8e9; -o-transition: all 0.1s ease-in-out; -webkit-transition: all 0.1s ease-in-out; -moz-transition: all 0.1s ease-in-out; -ms-transition: all 0.1s ease-in-out; transition: all 0.1s ease-in-out; } /* Rebar Grid V0.1 - Requires grid.less mixin - Web Big 1140 Grid - Web 960 Grid - Tablet (Portrait) - Mobile (Portrait) - Mobile (Landscape) - Clearing */ .container { width: 1140px; margin: 0px auto; } .container .column, .container .columns { float: left; display: inline; margin: 20px 1%; word-wrap: break-word; } .row { width: 100%; margin-top: 20px; margin-bottom: 0px; overflow: hidden; } .column.alpha, .columns.alpha { margin-left: 0; margin-right: 1%; } .column.omega, .columns.omega { margin-right: 0; margin-left: 1%; } .alpha.omega { margin-left: 0; margin-right: 0; } .container .one.column, .container .one.columns { width: 4%; } .container .two.columns { width: 10.4%; } .container .three.columns { width: 16.8%; } .container .four.columns { width: 23.2%; } .container .five.columns { width: 29.6%; } .container .six.columns { width: 36%; } .container .seven.columns { width: 42.4%; } .container .eight.columns { width: 48.75%; } .container .nine.columns { width: 55.2%; } .container .ten.columns { width: 61.6%; } .container .eleven.columns { width: 68%; } .container .twelve.columns { width: 74.4%; } .container .thirteen.columns { width: 80.8%; } .container .fourteen.columns { width: 87.2%; } .container .fifteen.columns { width: 93.6%; } .container .sixteen.columns { width: 100%; } .container .one-third.column { width: 31%; margin-bottom: 3%; } .container .two-thirds.column { width: 52%; margin-bottom: 3%; } .container .half.column { width: 47%; margin-bottom: 3%; } .container .offset-by-one { padding-left: 4%; } .container .offset-by-two { padding-left: 10.4%; } .container .offset-by-three { padding-left: 16.8%; } .container .offset-by-four { padding-left: 23.2%; } .container .offset-by-five { padding-left: 29.6%; } .container .offset-by-six { padding-left: 36%; } .container .offset-by-seven { padding-left: 42.4%; } .container .offset-by-eight { padding-left: 47%; } .container .offset-by-nine { padding-left: 55.2%; } .container .offset-by-ten { padding-left: 61.6%; } .container .offset-by-eleven { padding-left: 68%; } .container .offset-by-twelve { padding-left: 74.4%; } .container .offset-by-thirteen { padding-left: 80.8%; } .container .offset-by-fourteen { padding-left: 87.2%; } .container .offset-by-fifteen { padding-left: 93.6%; } /* Web 960 Grid ================================================== */ @media only screen and (min-width: 960px) and (max-width: 1139px) { .container { width: 960px; word-wrap: break-word; } .container .one.column { width: 40px; } .container .two.columns { width: 100px; } .container .three.columns { width: 160px; } .container .four.columns { width: 220px; } .container .five.columns { width: 280px; } .container .six.columns { width: 340px; } .container .seven.columns { width: 400px; } .container .eight.columns { width: 460px; } .container .nine.columns { width: 520px; } .container .ten.columns { width: 580px; } .container .eleven.columns { width: 640px; } .container .twelve.columns { width: 700px; } .container .thirteen.columns { width: 760px; } .container .fourteen.columns { width: 820px; } .container .fifteen.columns { width: 880px; } .container .sixteen.columns { width: 940px; } .container .one-third.column { width: 300px; } .container .two-thirds.column { width: 620px; } .container .half.column { width: 460px; } .container .offset-by-one { padding-left: 60px; } .container .offset-by-two { padding-left: 120px; } .container .offset-by-three { padding-left: 180px; } .container .offset-by-four { padding-left: 240px; } .container .offset-by-five { padding-left: 300px; } .container .offset-by-six { padding-left: 360px; } .container .offset-by-seven { padding-left: 420px; } .container .offset-by-eight { padding-left: 480px; } .container .offset-by-nine { padding-left: 540px; } .container .offset-by-ten { padding-left: 600px; } .container .offset-by-eleven { padding-left: 660px; } .container .offset-by-twelve { padding-left: 720px; } .container .offset-by-thirteen { padding-left: 780px; } .container .offset-by-fourteen { padding-left: 840px; } .container .offset-by-fifteen { padding-left: 900px; } } /* Tablet (Portrait) Design for a width of 768px ================================================== */ @media only screen and (min-width: 768px) and (max-width: 959px) { .container { width: 768px; word-wrap: break-word; } .container .one.column { width: 28px; } .container .two.columns { width: 76px; } .container .three.columns { width: 124px; } .container .four.columns { width: 172px; } .container .five.columns { width: 220px; } .container .six.columns { width: 268px; } .container .seven.columns { width: 316px; } .container .eight.columns { width: 364px; } .container .nine.columns { width: 412px; } .container .ten.columns { width: 460px; } .container .eleven.columns { width: 508px; } .container .twelve.columns { width: 556px; } .container .thirteen.columns { width: 604px; } .container .fourteen.columns { width: 652px; } .container .fifteen.columns { width: 700px; } .container .sixteen.columns { width: 748px; } .container .one-third.column { width: 236px; } .container .two-thirds.column { width: 492px; } .container .half.column { width: 364px; } .container .offset-by-one { padding-left: 48px; } .container .offset-by-two { padding-left: 96px; } .container .offset-by-three { padding-left: 144px; } .container .offset-by-four { padding-left: 192px; } .container .offset-by-five { padding-left: 240px; } .container .offset-by-six { padding-left: 288px; } .container .offset-by-seven { padding-left: 336px; } .container .offset-by-eight { padding-left: 384px; } .container .offset-by-nine { padding-left: 432px; } .container .offset-by-ten { padding-left: 480px; } .container .offset-by-eleven { padding-left: 528px; } .container .offset-by-twelve { padding-left: 576px; } .container .offset-by-thirteen { padding-left: 624px; } .container .offset-by-fourteen { padding-left: 672px; } .container .offset-by-fifteen { padding-left: 720px; } } /* Mobile (Landscape) Design for a width of 480px ================================================== */ @media only screen and (max-width: 767px) { .container { width: 420px; } .container .column, .container .columns { margin: 20px auto; word-wrap: break-word; } .container .one.column, .container .two.columns, .container .three.columns, .container .four.columns, .container .five.columns, .container .six.columns, .container .seven.columns, .container .eight.columns, .container .nine.columns, .container .ten.columns, .container .eleven.columns, .container .twelve.columns, .container .thirteen.columns, .container .fourteen.columns, .container .fifteen.columns, .container .sixteen.columns, .container .one-third.columns, .container .two-thirds.columns, .container .one-half.columns, .container .one-quarter.columns, .container .three-quarters.columns { width: 420px; } .container .offset-by-one, .container .offset-by-two, .container .offset-by-three, .container .offset-by-four, .container .offset-by-five, .container .offset-by-six, .container .offset-by-seven, .container .offset-by-eight, .container .offset-by-nine, .container .offset-by-ten, .container .offset-by-eleven, .container .offset-by-twelve, .container .offset-by-thirteen, .container .offset-by-fourteen, .container .offset-by-fifteen { padding-left: 0; } } .boxes { width: 20%; padding-bottom: 20%; position: relative; float: left; margin: .5em; display: block; } .boxes:hover { background-color: rgba(200, 200, 200, 0.75); } .boxes-inner { position: absolute; left: 1px; right: 1px; top: 1px; bottom: 1px; padding: 10px; color: #555555; overflow: hidden; } /* Four Column */ @media only screen and (max-width: 1599px) and (min-width: 1291px) { .boxes { width: 23%; padding-bottom: 23%; } .boxes-inner i { font-size: 5em; } .boxes-inner h1, .boxes-inner h2, .boxes-inner h3 { font-size: 2.25em; } .boxes-inner p { font-size: 1.15em; } .listy a { font-size: 2em; } } /* Four Column */ @media only screen and (max-width: 1290px) and (min-width: 1051px) { .boxes { width: 23%; padding-bottom: 23%; } .boxes-inner i { font-size: 4.5em; } .boxes-inner h1, .boxes-inner h2, .boxes-inner h3 { font-size: 2em; } .boxes-inner p { font-size: 1.15em; } .listy a { font-size: 1.75em; } } /* Three Column */ @media only screen and (max-width: 1050px) and (min-width: 651px) { .boxes { width: 31.3%; padding-bottom: 31.3%; } .boxes-inner i { font-size: 4em; } .boxes-inner h1, .boxes-inner h2, .boxes-inner h3 { font-size: 2em; } .boxes-inner p { font-size: 1.25em; } .listy a { font-size: 1.5em; } } /* Two Column */ @media only screen and (max-width: 650px) and (min-width: 481px) { .boxes { width: 46%; padding-bottom: 46%; } .boxes-inner i { font-size: 3em; } .boxes-inner h1, .boxes-inner h2, .boxes-inner h3 { font-size: 1.75em; } .boxes-inner p { font-size: 1.25em; } .listy a { font-size: 1.25em; } } /* Column Control Media Queries */ @media only screen and (max-width: 480px) { .boxes { width: 98%; padding-bottom: 98%; } .boxes-inner i { font-size: 2em; } .boxes-inner h1, .boxes-inner h2, .boxes-inner h3 { font-size: 1.5em; } .boxes-inner p { font-size: 1.25em; } .listy a { font-size: 1em; } } /* #Clearing ================================================== */ .container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; } /* Use clearfix class on parent to clear nested columns, or wrap each row of columns in a <div class="row"> */ .clearfix:before, .clearfix:after, .row:before, .row:after { content: '\0020'; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; clear: both; } .row:after, .clearfix:after { clear: both; } .row, .clearfix { zoom: 1; clear: both; } /* You can also use a <br class="clear" /> to clear columns */ .clear { clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; } /* Vertical Margins & Padding */ .remove-top { margin-top: 0 !important; } .half-top { margin-top: 10px !important; } .add-top { margin-top: 45px !important; } .remove-bottom { margin-bottom: 0 !important; } .half-bottom { margin-bottom: 10px !important; } .add-bottom { margin-bottom: 45px !important; } /* Centering */ .left { float: left; } .center { margin-left: auto; margin-right: auto; } .right { float: right; } .verticle-middle { display: inline-table !important; vertical-align: middle; } .text-left { text-align: left; } .text-center { text-align: center; } .text-right { text-align: right; } /* Hide */ .hide { display: none; } /* App */ /* Messages - Error, Warning, Debug, Info, Success */ #messages div { margin: 0px; padding: 10px 10px 10px 20px; list-style: none; font-family: Mailpile-300, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4); color: #ffffff; border-bottom: 1px solid #b3b3b3; background-color: #ffffff; } #messages span.message-text { width: 90%; padding-top: 3px; display: block; float: left; text-align: left; } #messages abbr.message-close { cursor: pointer; float: right; display: block; background: #ffffff; color: #333333; box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.6); padding: 2px 10px; font-size: 12px; font-weight: bold; border-radius: 4px; } #messages abbr.message-close:hover { background: #b3b3b3; box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.6); } #messages .error { background-color: #be2408; } #messages .warning { background-color: #fbb03b; } #messages .debug { background-color: #b3b3b3; } #messages .info { background-color: #3a6b8c; } #messages .success { background-color: #4b7945; } /* FIXME: Belongs in the .css, here for testing */ .tag_new_0 .navigation-attention-important { display: none; } #debug { padding: 0; margin: 1em; text-align: right; line-height: 1em; font-size: 0.75em; } tr.message-body { margin-top: -1em; } div.message-body { margin-top: 1em; } #debug { white-space: pre-wrap; } p.text-part-text { white-space: pre-wrap; } p.text-part-quote { white-space: pre-wrap; color: #777; max-height: 5em; overflow: hidden; } /* Web */ /* Header */ #header { width: 100%; min-width: 700px; height: 74px; background: #f2f2f2; border-bottom: 1px solid #b3b3b3; box-sizing: border-box; } #header .logo { width: 64px; height: 45px; display: inline-block; position: relative; top: 8px; margin-right: 15px; left: 20px; } #header h1 { display: inline-block; position: relative; top: 10px; left: 15px; line-height: 36px; color: #4d4d4d; font-weight: normal; } #header h1 small { font-family: Mailpile-300, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; display: block; font-size: 18px; line-height: 18px; } #header nav { float: right; position: relative; top: 10px; right: 15px; } #header nav ul { display: inline-block; } #header nav ul li { display: inline-block; float: left; margin-left: 30px; text-align: center; } #header nav a { font-size: 14px; font-family: Mailpile-300, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: normal; color: #4d4d4d; } #header nav a:hover { color: #3a6b8c; } #header nav ul li a span { display: block; font-size: 36px; } /* Container */ #container { width: 100%; min-width: 800px; display: table; padding: 0; margin: 0; } /* Sidebar */ #sidebar { width: 22%; min-width: 225px; display: table-cell; background: #f2f2f2; border-right: 1px solid #b3b3b3; box-sizing: border-box; margin: 0; padding: 0px; border-spacing: 0px; line-height: 18px; vertical-align: top; } #sidebar li.navigation-on { background: #b3b3b3; } #sidebar li.navigation-on a { cursor: default; color: #ffffff; } #sidebar li.navigation-on a span { color: #4d4d4d; } #sidebar a { display: block; padding: 15px 20px; font-family: Mailpile-300, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 18px; color: #4d4d4d; } #sidebar a:hover { color: #be2408; } #sidebar a:active { color: #be2408; } #sidebar a span { position: relative; top: 3px; left: 0px; font-size: 24px; margin-right: 4px; } #button-compose span.icon-compose { position: relative; top: 15px; left: 0px; } #button-compose small { display: block; font-size: 12px; line-height: 12px; color: #b3b3b3; position: relative; top: 5px; left: 35px; } /* Content */#content { width: 78%; min-width: 575px; display: table-cell; box-sizing: border-box; border-spacing: 10px; } #content div.pile-speed { text-align: center; font-family: Mailpile-300, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; color: #b3b3b3; } #content div.pile-speed span { font-size: 24px; margin-right: 10px; position: relative; top: 3px; left: 0px; } /* Sub Navigation */ #sub-navigation { width: 100%; min-width: 450px; float: right; display: block; background: #f2f2f2; border-bottom: 1px solid #b3b3b3; box-sizing: border-box; } #sub-navigation a { display: block; padding: 10px 15px; font-family: Mailpile-300, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; color: #4d4d4d; } #sub-navigation a:hover, #sub-navigation a:hover span.navigation-icon { color: #be2408; } #sub-navigation li.navigation-on { background: #b3b3b3; } #sub-navigation li.navigation-on a { cursor: default; padding: 10px 15px; color: #ffffff; } #sub-navigation ul { display: block; } #sub-navigation li { display: inline-block; float: left; text-align: center; } .navigation-icon { margin: 0 8px 0 4px; color: #4d4d4d; } .navigation-attention-urgent { border-radius: 4px; background: #f15a24; padding: 1px 4px; color: #ffffff; } .navigation-attention-important { border-radius: 4px; background: #fbb03b; padding: 1px 4px; color: #ffffff; } /* Search */ #search { border-bottom: 1px solid #b3b3b3; padding: 10px 20px; box-sizing: padding-box; } #search form { margin-bottom: 0px; } #search span.icon-search { position: relative; top: 6px; left: 0px; display: inline-block; font-size: 24px; color: #4d4d4d; } #search input[type=text] { width: 75%; display: inline-block; border: 0px; outline: none; font-family: Mailpile-300, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 24px; color: #4d4d4d; padding: 0px; margin-bottom: 0px; position: relative; top: 5px; left: 10px; } #search input[type=text]:placeholder { color: #b3b3b3; } #search input[type=text]:focus { -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0); -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0); box-shadow: 0 0 0 rgba(0, 0, 0, 0); outline: none; color: #4d4d4d; } #search input[type=submit] { float: right; } #search-params a { padding: 5px 10px; background: #f2f2f2; color: #4d4d4d; font-family: Mailpile-300, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; border-radius: 4px; border: 1px solid #b3b3b3; } #search-params a:hover { background-color: #cccccc; } /* Bulk Actions */ #bulk-actions { border-bottom: 1px solid #b3b3b3; color: #4d4d4d; padding-left: 20px; padding-right: 20px; box-sizing: padding-box; } #bulk-actions a { display: inline-block; margin: 10px 30px 10px 0; color: #4d4d4d; } #bulk-actions a:hover { color: #be2408; } #bulk-actions a span { position: relative; top: 2px; left: 0px; } #bulk-actions h5 { float: right; margin-top: 10px; color: #4d4d4d; font-family: Mailpile-300, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; line-height: 24px; } /* Pile */ #pile-results { width: 100%; } #pile-results tr.result:hover { background: #f7f1de; } #pile-results tr td { padding: 10px; border-spacing: 0px; border-bottom: 1px solid #b3b3b3; font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; } #pile-results td.from { padding-left: 15px; } #pile-results td.subject { width: ; overflow: hidden; } #pile-results tr td a { font-size: 14px; } #pile-bottom { margin: 15px; } #pile-bottom h5 { float: right; color: #4d4d4d; } #pile-bottom div { float: right; text-align: right; } #pile-bottom div a.change-result-size { font-size: 12px; } #pile-results tr.result-on { background: #f2f2f2; } #pile-results tr.result-on:hover { background: #e5e5e5; } /* Footer */ #footer { margin: 20px 0; font-size: 12px; text-align: center; } #footer a { font-size: 12px; } /* File Browser */ .item-file { width: 150px; float: left; margin: 25px 25px; padding: 20px; text-align: center; } .item-file:hover { background: #f2f2f2; } .item-file-icon { display: block; font-size: 125px; margin-bottom: 10px; } .item-file-name { font-size: 14px; font-family: Mailpile-300, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; line-height: 14px; } /* Compose */ .compose-section { padding: .75em; border-bottom: 1px solid #b3b3b3; }
static/default/css/default.css
================================================== */ /* @license * Mailpile font designed for Mailpile * * The fonts listed in this notice are subject to the End User License * Agreement(s) entered into by the website owner. All other parties are * explicitly restricted from using the Licensed Webfonts(s). * * You may obtain a valid license at the URLs below. * * Webfont: Mailpile by <NAME> * URL: http://github.com/mailpile/fonts * * Mailpile font is licensed under the SIL Open Font License (OFL) * http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL * * © 2013 Mailpile */ @font-face { font-family: 'Mailpile-300'; src: url('../webfonts/Mailpile.eot'); src: url('../webfonts/Mailpile.eot?#iefix') format('embedded-opentype'), url('../webfonts/Mailpile.woff') format('woff'), url('../webfonts/Mailpile.ttf') format('truetype'), url('../webfonts/Mailpile.svg#wf') format('svg'); } @font-face { font-family: 'Mailpile-Interface'; src: url('../webfonts/Mailpile-Interface.eot'); src: url('../webfonts/Mailpile-Interface.eot?#iefix') format('embedded-opentype'), url('../webfonts/Mailpile-Interface.woff') format('woff'), url('../webfonts/Mailpile-Interface.ttf') format('truetype'), url('../webfonts/Mailpile-Interface.svg#Mailpile-Interface') format('svg'); font-weight: normal; font-style: normal; } /* Use the following CSS code if you want to use data attributes for inserting your icons */ [data-icon]:before { font-family: 'Mailpile-Interface'; content: attr(data-icon); speak: none; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; } /* Use the following CSS code if you want to have a class per icon */ /* Instead of a list of all class selectors, you can use the generic selector below, but it's slower: [class*="icon-"] { */ .icon-zip, .icon-video, .icon-verified, .icon-user, .icon-unverified, .icon-unknown, .icon-unencrypted, .icon-trash, .icon-tag, .icon-spreadsheet, .icon-speed, .icon-spam, .icon-settings, .icon-sent, .icon-search, .icon-rss, .icon-privacy, .icon-photos, .icon-notifications, .icon-music, .icon-message, .icon-logo, .icon-links, .icon-later, .icon-image, .icon-hosting, .icon-groups, .icon-files, .icon-encrypted, .icon-donate, .icon-compose, .icon-code, .icon-calendar, .icon-attachment, .icon-ads, .icon-connections, .icon-themes { font-family: 'Mailpile-Interface'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; } .icon-zip:before { content: "\e000"; } .icon-video:before { content: "\e001"; } .icon-verified:before { content: "\e002"; } .icon-user:before { content: "\e003"; } .icon-unverified:before { content: "\e004"; } .icon-unknown:before { content: "\e005"; } .icon-unencrypted:before { content: "\e006"; } .icon-trash:before { content: "\e007"; } .icon-tag:before { content: "\e008"; } .icon-spreadsheet:before { content: "\e009"; } .icon-speed:before { content: "\e00a"; } .icon-spam:before { content: "\e00b"; } .icon-settings:before { content: "\e00c"; } .icon-sent:before { content: "\e00d"; } .icon-search:before { content: "\e00e"; } .icon-rss:before { content: "\e00f"; } .icon-privacy:before { content: "\e010"; } .icon-photos:before { content: "\e011"; } .icon-notifications:before { content: "\e012"; } .icon-music:before { content: "\e013"; } .icon-message:before { content: "\e014"; } .icon-logo:before { content: "\e015"; } .icon-links:before { content: "\e016"; } .icon-later:before { content: "\e017"; } .icon-image:before { content: "\e018"; } .icon-hosting:before { content: "\e019"; } .icon-groups:before { content: "\e01a"; } .icon-files:before { content: "\e01b"; } .icon-encrypted:before { content: "\e01c"; } .icon-donate:before { content: "\e01d"; } .icon-compose:before { content: "\e01e"; } .icon-code:before { content: "\e01f"; } .icon-calendar:before { content: "\e020"; } .icon-attachment:before { content: "\e021"; } .icon-ads:before { content: "\e022"; } .icon-connections:before { content: "\e023"; } .icon-themes:before { content: "\e024"; } /* Backgrounds */ .background-gray { background: #f2f2f2; } /* Mixins */ @charset "UTF-8"; /* Animate.css - http://daneden.me/animate Licensed under the GPL license Copyright (c) 2012 <NAME> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ body { /* Addresses a small issue in webkit: http://bit.ly/NEdoDq */ -webkit-backface-visibility: hidden; } .animated { -webkit-animation-duration: 1s; -moz-animation-duration: 1s; -o-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; -moz-animation-fill-mode: both; -o-animation-fill-mode: both; animation-fill-mode: both; } .animated.hinge { -webkit-animation-duration: 2s; -moz-animation-duration: 2s; -o-animation-duration: 2s; animation-duration: 2s; } @-webkit-keyframes flash { 0%, 50%, 100% { opacity: 1; } 25%, 75% { opacity: 0; } } @-moz-keyframes flash { 0%, 50%, 100% { opacity: 1; } 25%, 75% { opacity: 0; } } @-o-keyframes flash { 0%, 50%, 100% { opacity: 1; } 25%, 75% { opacity: 0; } } @keyframes flash { 0%, 50%, 100% { opacity: 1; } 25%, 75% { opacity: 0; } } .flash { -webkit-animation-name: flash; -moz-animation-name: flash; -o-animation-name: flash; animation-name: flash; } @-webkit-keyframes shake { 0%, 100% { -webkit-transform: translateX(0); } 10%, 30%, 50%, 70%, 90% { -webkit-transform: translateX(-10px); } 20%, 40%, 60%, 80% { -webkit-transform: translateX(10px); } } @-moz-keyframes shake { 0%, 100% { -moz-transform: translateX(0); } 10%, 30%, 50%, 70%, 90% { -moz-transform: translateX(-10px); } 20%, 40%, 60%, 80% { -moz-transform: translateX(10px); } } @-o-keyframes shake { 0%, 100% { -o-transform: translateX(0); } 10%, 30%, 50%, 70%, 90% { -o-transform: translateX(-10px); } 20%, 40%, 60%, 80% { -o-transform: translateX(10px); } } @keyframes shake { 0%, 100% { transform: translateX(0); } 10%, 30%, 50%, 70%, 90% { transform: translateX(-10px); } 20%, 40%, 60%, 80% { transform: translateX(10px); } } .shake { -webkit-animation-name: shake; -moz-animation-name: shake; -o-animation-name: shake; animation-name: shake; } @-webkit-keyframes bounce { 0%, 20%, 50%, 80%, 100% { -webkit-transform: translateY(0); } 40% { -webkit-transform: translateY(-30px); } 60% { -webkit-transform: translateY(-15px); } } @-moz-keyframes bounce { 0%, 20%, 50%, 80%, 100% { -moz-transform: translateY(0); } 40% { -moz-transform: translateY(-30px); } 60% { -moz-transform: translateY(-15px); } } @-o-keyframes bounce { 0%, 20%, 50%, 80%, 100% { -o-transform: translateY(0); } 40% { -o-transform: translateY(-30px); } 60% { -o-transform: translateY(-15px); } } @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } } .bounce { -webkit-animation-name: bounce; -moz-animation-name: bounce; -o-animation-name: bounce; animation-name: bounce; } @-webkit-keyframes tada { 0% { -webkit-transform: scale(1); } 10%, 20% { -webkit-transform: scale(0.9) rotate(-3deg); } 30%, 50%, 70%, 90% { -webkit-transform: scale(1.1) rotate(3deg); } 40%, 60%, 80% { -webkit-transform: scale(1.1) rotate(-3deg); } 100% { -webkit-transform: scale(1) rotate(0); } } @-moz-keyframes tada { 0% { -moz-transform: scale(1); } 10%, 20% { -moz-transform: scale(0.9) rotate(-3deg); } 30%, 50%, 70%, 90% { -moz-transform: scale(1.1) rotate(3deg); } 40%, 60%, 80% { -moz-transform: scale(1.1) rotate(-3deg); } 100% { -moz-transform: scale(1) rotate(0); } } @-o-keyframes tada { 0% { -o-transform: scale(1); } 10%, 20% { -o-transform: scale(0.9) rotate(-3deg); } 30%, 50%, 70%, 90% { -o-transform: scale(1.1) rotate(3deg); } 40%, 60%, 80% { -o-transform: scale(1.1) rotate(-3deg); } 100% { -o-transform: scale(1) rotate(0); } } @keyframes tada { 0% { transform: scale(1); } 10%, 20% { transform: scale(0.9) rotate(-3deg); } 30%, 50%, 70%, 90% { transform: scale(1.1) rotate(3deg); } 40%, 60%, 80% { transform: scale(1.1) rotate(-3deg); } 100% { transform: scale(1) rotate(0); } } .tada { -webkit-animation-name: tada; -moz-animation-name: tada; -o-animation-name: tada; animation-name: tada; } @-webkit-keyframes swing { 20%, 40%, 60%, 80%, 100% { -webkit-transform-origin: top center; } 20% { -webkit-transform: rotate(15deg); } 40% { -webkit-transform: rotate(-10deg); } 60% { -webkit-transform: rotate(5deg); } 80% { -webkit-transform: rotate(-5deg); } 100% { -webkit-transform: rotate(0deg); } } @-moz-keyframes swing { 20% { -moz-transform: rotate(15deg); } 40% { -moz-transform: rotate(-10deg); } 60% { -moz-transform: rotate(5deg); } 80% { -moz-transform: rotate(-5deg); } 100% { -moz-transform: rotate(0deg); } } @-o-keyframes swing { 20% { -o-transform: rotate(15deg); } 40% { -o-transform: rotate(-10deg); } 60% { -o-transform: rotate(5deg); } 80% { -o-transform: rotate(-5deg); } 100% { -o-transform: rotate(0deg); } } @keyframes swing { 20% { transform: rotate(15deg); } 40% { transform: rotate(-10deg); } 60% { transform: rotate(5deg); } 80% { transform: rotate(-5deg); } 100% { transform: rotate(0deg); } } .swing { -webkit-transform-origin: top center; -moz-transform-origin: top center; -o-transform-origin: top center; transform-origin: top center; -webkit-animation-name: swing; -moz-animation-name: swing; -o-animation-name: swing; animation-name: swing; } /* originally authored by <NAME> - https://github.com/nickpettit/glide */ @-webkit-keyframes wobble { 0% { -webkit-transform: translateX(0%); } 15% { -webkit-transform: translateX(-25%) rotate(-5deg); } 30% { -webkit-transform: translateX(20%) rotate(3deg); } 45% { -webkit-transform: translateX(-15%) rotate(-3deg); } 60% { -webkit-transform: translateX(10%) rotate(2deg); } 75% { -webkit-transform: translateX(-5%) rotate(-1deg); } 100% { -webkit-transform: translateX(0%); } } @-moz-keyframes wobble { 0% { -moz-transform: translateX(0%); } 15% { -moz-transform: translateX(-25%) rotate(-5deg); } 30% { -moz-transform: translateX(20%) rotate(3deg); } 45% { -moz-transform: translateX(-15%) rotate(-3deg); } 60% { -moz-transform: translateX(10%) rotate(2deg); } 75% { -moz-transform: translateX(-5%) rotate(-1deg); } 100% { -moz-transform: translateX(0%); } } @-o-keyframes wobble { 0% { -o-transform: translateX(0%); } 15% { -o-transform: translateX(-25%) rotate(-5deg); } 30% { -o-transform: translateX(20%) rotate(3deg); } 45% { -o-transform: translateX(-15%) rotate(-3deg); } 60% { -o-transform: translateX(10%) rotate(2deg); } 75% { -o-transform: translateX(-5%) rotate(-1deg); } 100% { -o-transform: translateX(0%); } } @keyframes wobble { 0% { transform: translateX(0%); } 15% { transform: translateX(-25%) rotate(-5deg); } 30% { transform: translateX(20%) rotate(3deg); } 45% { transform: translateX(-15%) rotate(-3deg); } 60% { transform: translateX(10%) rotate(2deg); } 75% { transform: translateX(-5%) rotate(-1deg); } 100% { transform: translateX(0%); } } .wobble { -webkit-animation-name: wobble; -moz-animation-name: wobble; -o-animation-name: wobble; animation-name: wobble; } /* originally authored by <NAME> - https://github.com/nickpettit/glide */ @-webkit-keyframes pulse { 0% { -webkit-transform: scale(1); } 50% { -webkit-transform: scale(1.1); } 100% { -webkit-transform: scale(1); } } @-moz-keyframes pulse { 0% { -moz-transform: scale(1); } 50% { -moz-transform: scale(1.1); } 100% { -moz-transform: scale(1); } } @-o-keyframes pulse { 0% { -o-transform: scale(1); } 50% { -o-transform: scale(1.1); } 100% { -o-transform: scale(1); } } @keyframes pulse { 0% { transform: scale(1); } 50% { transform: scale(1.1); } 100% { transform: scale(1); } } .pulse { -webkit-animation-name: pulse; -moz-animation-name: pulse; -o-animation-name: pulse; animation-name: pulse; } @-webkit-keyframes flip { 0% { -webkit-transform: perspective(400px) rotateY(0); -webkit-animation-timing-function: ease-out; } 40% { -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg); -webkit-animation-timing-function: ease-out; } 50% { -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1); -webkit-animation-timing-function: ease-in; } 80% { -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95); -webkit-animation-timing-function: ease-in; } 100% { -webkit-transform: perspective(400px) scale(1); -webkit-animation-timing-function: ease-in; } } @-moz-keyframes flip { 0% { -moz-transform: perspective(400px) rotateY(0); -moz-animation-timing-function: ease-out; } 40% { -moz-transform: perspective(400px) translateZ(150px) rotateY(170deg); -moz-animation-timing-function: ease-out; } 50% { -moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1); -moz-animation-timing-function: ease-in; } 80% { -moz-transform: perspective(400px) rotateY(360deg) scale(0.95); -moz-animation-timing-function: ease-in; } 100% { -moz-transform: perspective(400px) scale(1); -moz-animation-timing-function: ease-in; } } @-o-keyframes flip { 0% { -o-transform: perspective(400px) rotateY(0); -o-animation-timing-function: ease-out; } 40% { -o-transform: perspective(400px) translateZ(150px) rotateY(170deg); -o-animation-timing-function: ease-out; } 50% { -o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1); -o-animation-timing-function: ease-in; } 80% { -o-transform: perspective(400px) rotateY(360deg) scale(0.95); -o-animation-timing-function: ease-in; } 100% { -o-transform: perspective(400px) scale(1); -o-animation-timing-function: ease-in; } } @keyframes flip { 0% { transform: perspective(400px) rotateY(0); animation-timing-function: ease-out; } 40% { transform: perspective(400px) translateZ(150px) rotateY(170deg); animation-timing-function: ease-out; } 50% { transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1); animation-timing-function: ease-in; } 80% { transform: perspective(400px) rotateY(360deg) scale(0.95); animation-timing-function: ease-in; } 100% { transform: perspective(400px) scale(1); animation-timing-function: ease-in; } } .flip { -webkit-backface-visibility: visible !important; -webkit-animation-name: flip; -moz-backface-visibility: visible !important; -moz-animation-name: flip; -o-backface-visibility: visible !important; -o-animation-name: flip; backface-visibility: visible !important; animation-name: flip; } @-webkit-keyframes flipInX { 0% { -webkit-transform: perspective(400px) rotateX(90deg); opacity: 0; } 40% { -webkit-transform: perspective(400px) rotateX(-10deg); } 70% { -webkit-transform: perspective(400px) rotateX(10deg); } 100% { -webkit-transform: perspective(400px) rotateX(0deg); opacity: 1; } } @-moz-keyframes flipInX { 0% { -moz-transform: perspective(400px) rotateX(90deg); opacity: 0; } 40% { -moz-transform: perspective(400px) rotateX(-10deg); } 70% { -moz-transform: perspective(400px) rotateX(10deg); } 100% { -moz-transform: perspective(400px) rotateX(0deg); opacity: 1; } } @-o-keyframes flipInX { 0% { -o-transform: perspective(400px) rotateX(90deg); opacity: 0; } 40% { -o-transform: perspective(400px) rotateX(-10deg); } 70% { -o-transform: perspective(400px) rotateX(10deg); } 100% { -o-transform: perspective(400px) rotateX(0deg); opacity: 1; } } @keyframes flipInX { 0% { transform: perspective(400px) rotateX(90deg); opacity: 0; } 40% { transform: perspective(400px) rotateX(-10deg); } 70% { transform: perspective(400px) rotateX(10deg); } 100% { transform: perspective(400px) rotateX(0deg); opacity: 1; } } .flipInX { -webkit-backface-visibility: visible !important; -webkit-animation-name: flipInX; -moz-backface-visibility: visible !important; -moz-animation-name: flipInX; -o-backface-visibility: visible !important; -o-animation-name: flipInX; backface-visibility: visible !important; animation-name: flipInX; } @-webkit-keyframes flipOutX { 0% { -webkit-transform: perspective(400px) rotateX(0deg); opacity: 1; } 100% { -webkit-transform: perspective(400px) rotateX(90deg); opacity: 0; } } @-moz-keyframes flipOutX { 0% { -moz-transform: perspective(400px) rotateX(0deg); opacity: 1; } 100% { -moz-transform: perspective(400px) rotateX(90deg); opacity: 0; } } @-o-keyframes flipOutX { 0% { -o-transform: perspective(400px) rotateX(0deg); opacity: 1; } 100% { -o-transform: perspective(400px) rotateX(90deg); opacity: 0; } } @keyframes flipOutX { 0% { transform: perspective(400px) rotateX(0deg); opacity: 1; } 100% { transform: perspective(400px) rotateX(90deg); opacity: 0; } } .flipOutX { -webkit-animation-name: flipOutX; -webkit-backface-visibility: visible !important; -moz-animation-name: flipOutX; -moz-backface-visibility: visible !important; -o-animation-name: flipOutX; -o-backface-visibility: visible !important; animation-name: flipOutX; backface-visibility: visible !important; } @-webkit-keyframes flipInY { 0% { -webkit-transform: perspective(400px) rotateY(90deg); opacity: 0; } 40% { -webkit-transform: perspective(400px) rotateY(-10deg); } 70% { -webkit-transform: perspective(400px) rotateY(10deg); } 100% { -webkit-transform: perspective(400px) rotateY(0deg); opacity: 1; } } @-moz-keyframes flipInY { 0% { -moz-transform: perspective(400px) rotateY(90deg); opacity: 0; } 40% { -moz-transform: perspective(400px) rotateY(-10deg); } 70% { -moz-transform: perspective(400px) rotateY(10deg); } 100% { -moz-transform: perspective(400px) rotateY(0deg); opacity: 1; } } @-o-keyframes flipInY { 0% { -o-transform: perspective(400px) rotateY(90deg); opacity: 0; } 40% { -o-transform: perspective(400px) rotateY(-10deg); } 70% { -o-transform: perspective(400px) rotateY(10deg); } 100% { -o-transform: perspective(400px) rotateY(0deg); opacity: 1; } } @keyframes flipInY { 0% { transform: perspective(400px) rotateY(90deg); opacity: 0; } 40% { transform: perspective(400px) rotateY(-10deg); } 70% { transform: perspective(400px) rotateY(10deg); } 100% { transform: perspective(400px) rotateY(0deg); opacity: 1; } } .flipInY { -webkit-backface-visibility: visible !important; -webkit-animation-name: flipInY; -moz-backface-visibility: visible !important; -moz-animation-name: flipInY; -o-backface-visibility: visible !important; -o-animation-name: flipInY; backface-visibility: visible !important; animation-name: flipInY; } @-webkit-keyframes flipOutY { 0% { -webkit-transform: perspective(400px) rotateY(0deg); opacity: 1; } 100% { -webkit-transform: perspective(400px) rotateY(90deg); opacity: 0; } } @-moz-keyframes flipOutY { 0% { -moz-transform: perspective(400px) rotateY(0deg); opacity: 1; } 100% { -moz-transform: perspective(400px) rotateY(90deg); opacity: 0; } } @-o-keyframes flipOutY { 0% { -o-transform: perspective(400px) rotateY(0deg); opacity: 1; } 100% { -o-transform: perspective(400px) rotateY(90deg); opacity: 0; } } @keyframes flipOutY { 0% { transform: perspective(400px) rotateY(0deg); opacity: 1; } 100% { transform: perspective(400px) rotateY(90deg); opacity: 0; } } .flipOutY { -webkit-backface-visibility: visible !important; -webkit-animation-name: flipOutY; -moz-backface-visibility: visible !important; -moz-animation-name: flipOutY; -o-backface-visibility: visible !important; -o-animation-name: flipOutY; backface-visibility: visible !important; animation-name: flipOutY; } @-webkit-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } } @-moz-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } } @-o-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } } @keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } } .fadeIn { -webkit-animation-name: fadeIn; -moz-animation-name: fadeIn; -o-animation-name: fadeIn; animation-name: fadeIn; } @-webkit-keyframes fadeInUp { 0% { opacity: 0; -webkit-transform: translateY(20px); } 100% { opacity: 1; -webkit-transform: translateY(0); } } @-moz-keyframes fadeInUp { 0% { opacity: 0; -moz-transform: translateY(20px); } 100% { opacity: 1; -moz-transform: translateY(0); } } @-o-keyframes fadeInUp { 0% { opacity: 0; -o-transform: translateY(20px); } 100% { opacity: 1; -o-transform: translateY(0); } } @keyframes fadeInUp { 0% { opacity: 0; transform: translateY(20px); } 100% { opacity: 1; transform: translateY(0); } } .fadeInUp { -webkit-animation-name: fadeInUp; -moz-animation-name: fadeInUp; -o-animation-name: fadeInUp; animation-name: fadeInUp; } @-webkit-keyframes fadeInDown { 0% { opacity: 0; -webkit-transform: translateY(-20px); } 100% { opacity: 1; -webkit-transform: translateY(0); } } @-moz-keyframes fadeInDown { 0% { opacity: 0; -moz-transform: translateY(-20px); } 100% { opacity: 1; -moz-transform: translateY(0); } } @-o-keyframes fadeInDown { 0% { opacity: 0; -o-transform: translateY(-20px); } 100% { opacity: 1; -o-transform: translateY(0); } } @keyframes fadeInDown { 0% { opacity: 0; transform: translateY(-20px); } 100% { opacity: 1; transform: translateY(0); } } .fadeInDown { -webkit-animation-name: fadeInDown; -moz-animation-name: fadeInDown; -o-animation-name: fadeInDown; animation-name: fadeInDown; } @-webkit-keyframes fadeInLeft { 0% { opacity: 0; -webkit-transform: translateX(-20px); } 100% { opacity: 1; -webkit-transform: translateX(0); } } @-moz-keyframes fadeInLeft { 0% { opacity: 0; -moz-transform: translateX(-20px); } 100% { opacity: 1; -moz-transform: translateX(0); } } @-o-keyframes fadeInLeft { 0% { opacity: 0; -o-transform: translateX(-20px); } 100% { opacity: 1; -o-transform: translateX(0); } } @keyframes fadeInLeft { 0% { opacity: 0; transform: translateX(-20px); } 100% { opacity: 1; transform: translateX(0); } } .fadeInLeft { -webkit-animation-name: fadeInLeft; -moz-animation-name: fadeInLeft; -o-animation-name: fadeInLeft; animation-name: fadeInLeft; } @-webkit-keyframes fadeInRight { 0% { opacity: 0; -webkit-transform: translateX(20px); } 100% { opacity: 1; -webkit-transform: translateX(0); } } @-moz-keyframes fadeInRight { 0% { opacity: 0; -moz-transform: translateX(20px); } 100% { opacity: 1; -moz-transform: translateX(0); } } @-o-keyframes fadeInRight { 0% { opacity: 0; -o-transform: translateX(20px); } 100% { opacity: 1; -o-transform: translateX(0); } } @keyframes fadeInRight { 0% { opacity: 0; transform: translateX(20px); } 100% { opacity: 1; transform: translateX(0); } } .fadeInRight { -webkit-animation-name: fadeInRight; -moz-animation-name: fadeInRight; -o-animation-name: fadeInRight; animation-name: fadeInRight; } @-webkit-keyframes fadeInUpBig { 0% { opacity: 0; -webkit-transform: translateY(2000px); } 100% { opacity: 1; -webkit-transform: translateY(0); } } @-moz-keyframes fadeInUpBig { 0% { opacity: 0; -moz-transform: translateY(2000px); } 100% { opacity: 1; -moz-transform: translateY(0); } } @-o-keyframes fadeInUpBig { 0% { opacity: 0; -o-transform: translateY(2000px); } 100% { opacity: 1; -o-transform: translateY(0); } } @keyframes fadeInUpBig { 0% { opacity: 0; transform: translateY(2000px); } 100% { opacity: 1; transform: translateY(0); } } .fadeInUpBig { -webkit-animation-name: fadeInUpBig; -moz-animation-name: fadeInUpBig; -o-animation-name: fadeInUpBig; animation-name: fadeInUpBig; } @-webkit-keyframes fadeInDownBig { 0% { opacity: 0; -webkit-transform: translateY(-2000px); } 100% { opacity: 1; -webkit-transform: translateY(0); } } @-moz-keyframes fadeInDownBig { 0% { opacity: 0; -moz-transform: translateY(-2000px); } 100% { opacity: 1; -moz-transform: translateY(0); } } @-o-keyframes fadeInDownBig { 0% { opacity: 0; -o-transform: translateY(-2000px); } 100% { opacity: 1; -o-transform: translateY(0); } } @keyframes fadeInDownBig { 0% { opacity: 0; transform: translateY(-2000px); } 100% { opacity: 1; transform: translateY(0); } } .fadeInDownBig { -webkit-animation-name: fadeInDownBig; -moz-animation-name: fadeInDownBig; -o-animation-name: fadeInDownBig; animation-name: fadeInDownBig; } @-webkit-keyframes fadeInLeftBig { 0% { opacity: 0; -webkit-transform: translateX(-2000px); } 100% { opacity: 1; -webkit-transform: translateX(0); } } @-moz-keyframes fadeInLeftBig { 0% { opacity: 0; -moz-transform: translateX(-2000px); } 100% { opacity: 1; -moz-transform: translateX(0); } } @-o-keyframes fadeInLeftBig { 0% { opacity: 0; -o-transform: translateX(-2000px); } 100% { opacity: 1; -o-transform: translateX(0); } } @keyframes fadeInLeftBig { 0% { opacity: 0; transform: translateX(-2000px); } 100% { opacity: 1; transform: translateX(0); } } .fadeInLeftBig { -webkit-animation-name: fadeInLeftBig; -moz-animation-name: fadeInLeftBig; -o-animation-name: fadeInLeftBig; animation-name: fadeInLeftBig; } @-webkit-keyframes fadeInRightBig { 0% { opacity: 0; -webkit-transform: translateX(2000px); } 100% { opacity: 1; -webkit-transform: translateX(0); } } @-moz-keyframes fadeInRightBig { 0% { opacity: 0; -moz-transform: translateX(2000px); } 100% { opacity: 1; -moz-transform: translateX(0); } } @-o-keyframes fadeInRightBig { 0% { opacity: 0; -o-transform: translateX(2000px); } 100% { opacity: 1; -o-transform: translateX(0); } } @keyframes fadeInRightBig { 0% { opacity: 0; transform: translateX(2000px); } 100% { opacity: 1; transform: translateX(0); } } .fadeInRightBig { -webkit-animation-name: fadeInRightBig; -moz-animation-name: fadeInRightBig; -o-animation-name: fadeInRightBig; animation-name: fadeInRightBig; } @-webkit-keyframes fadeOut { 0% { opacity: 1; } 100% { opacity: 0; } } @-moz-keyframes fadeOut { 0% { opacity: 1; } 100% { opacity: 0; } } @-o-keyframes fadeOut { 0% { opacity: 1; } 100% { opacity: 0; } } @keyframes fadeOut { 0% { opacity: 1; } 100% { opacity: 0; } } .fadeOut { -webkit-animation-name: fadeOut; -moz-animation-name: fadeOut; -o-animation-name: fadeOut; animation-name: fadeOut; } @-webkit-keyframes fadeOutUp { 0% { opacity: 1; -webkit-transform: translateY(0); } 100% { opacity: 0; -webkit-transform: translateY(-20px); } } @-moz-keyframes fadeOutUp { 0% { opacity: 1; -moz-transform: translateY(0); } 100% { opacity: 0; -moz-transform: translateY(-20px); } } @-o-keyframes fadeOutUp { 0% { opacity: 1; -o-transform: translateY(0); } 100% { opacity: 0; -o-transform: translateY(-20px); } } @keyframes fadeOutUp { 0% { opacity: 1; transform: translateY(0); } 100% { opacity: 0; transform: translateY(-20px); } } .fadeOutUp { -webkit-animation-name: fadeOutUp; -moz-animation-name: fadeOutUp; -o-animation-name: fadeOutUp; animation-name: fadeOutUp; } @-webkit-keyframes fadeOutDown { 0% { opacity: 1; -webkit-transform: translateY(0); } 100% { opacity: 0; -webkit-transform: translateY(20px); } } @-moz-keyframes fadeOutDown { 0% { opacity: 1; -moz-transform: translateY(0); } 100% { opacity: 0; -moz-transform: translateY(20px); } } @-o-keyframes fadeOutDown { 0% { opacity: 1; -o-transform: translateY(0); } 100% { opacity: 0; -o-transform: translateY(20px); } } @keyframes fadeOutDown { 0% { opacity: 1; transform: translateY(0); } 100% { opacity: 0; transform: translateY(20px); } } .fadeOutDown { -webkit-animation-name: fadeOutDown; -moz-animation-name: fadeOutDown; -o-animation-name: fadeOutDown; animation-name: fadeOutDown; } @-webkit-keyframes fadeOutLeft { 0% { opacity: 1; -webkit-transform: translateX(0); } 100% { opacity: 0; -webkit-transform: translateX(-20px); } } @-moz-keyframes fadeOutLeft { 0% { opacity: 1; -moz-transform: translateX(0); } 100% { opacity: 0; -moz-transform: translateX(-20px); } } @-o-keyframes fadeOutLeft { 0% { opacity: 1; -o-transform: translateX(0); } 100% { opacity: 0; -o-transform: translateX(-20px); } } @keyframes fadeOutLeft { 0% { opacity: 1; transform: translateX(0); } 100% { opacity: 0; transform: translateX(-20px); } } .fadeOutLeft { -webkit-animation-name: fadeOutLeft; -moz-animation-name: fadeOutLeft; -o-animation-name: fadeOutLeft; animation-name: fadeOutLeft; } @-webkit-keyframes fadeOutRight { 0% { opacity: 1; -webkit-transform: translateX(0); } 100% { opacity: 0; -webkit-transform: translateX(20px); } } @-moz-keyframes fadeOutRight { 0% { opacity: 1; -moz-transform: translateX(0); } 100% { opacity: 0; -moz-transform: translateX(20px); } } @-o-keyframes fadeOutRight { 0% { opacity: 1; -o-transform: translateX(0); } 100% { opacity: 0; -o-transform: translateX(20px); } } @keyframes fadeOutRight { 0% { opacity: 1; transform: translateX(0); } 100% { opacity: 0; transform: translateX(20px); } } .fadeOutRight { -webkit-animation-name: fadeOutRight; -moz-animation-name: fadeOutRight; -o-animation-name: fadeOutRight; animation-name: fadeOutRight; } @-webkit-keyframes fadeOutUpBig { 0% { opacity: 1; -webkit-transform: translateY(0); } 100% { opacity: 0; -webkit-transform: translateY(-2000px); } } @-moz-keyframes fadeOutUpBig { 0% { opacity: 1; -moz-transform: translateY(0); } 100% { opacity: 0; -moz-transform: translateY(-2000px); } } @-o-keyframes fadeOutUpBig { 0% { opacity: 1; -o-transform: translateY(0); } 100% { opacity: 0; -o-transform: translateY(-2000px); } } @keyframes fadeOutUpBig { 0% { opacity: 1; transform: translateY(0); } 100% { opacity: 0; transform: translateY(-2000px); } } .fadeOutUpBig { -webkit-animation-name: fadeOutUpBig; -moz-animation-name: fadeOutUpBig; -o-animation-name: fadeOutUpBig; animation-name: fadeOutUpBig; } @-webkit-keyframes fadeOutDownBig { 0% { opacity: 1; -webkit-transform: translateY(0); } 100% { opacity: 0; -webkit-transform: translateY(2000px); } } @-moz-keyframes fadeOutDownBig { 0% { opacity: 1; -moz-transform: translateY(0); } 100% { opacity: 0; -moz-transform: translateY(2000px); } } @-o-keyframes fadeOutDownBig { 0% { opacity: 1; -o-transform: translateY(0); } 100% { opacity: 0; -o-transform: translateY(2000px); } } @keyframes fadeOutDownBig { 0% { opacity: 1; transform: translateY(0); } 100% { opacity: 0; transform: translateY(2000px); } } .fadeOutDownBig { -webkit-animation-name: fadeOutDownBig; -moz-animation-name: fadeOutDownBig; -o-animation-name: fadeOutDownBig; animation-name: fadeOutDownBig; } @-webkit-keyframes fadeOutLeftBig { 0% { opacity: 1; -webkit-transform: translateX(0); } 100% { opacity: 0; -webkit-transform: translateX(-2000px); } } @-moz-keyframes fadeOutLeftBig { 0% { opacity: 1; -moz-transform: translateX(0); } 100% { opacity: 0; -moz-transform: translateX(-2000px); } } @-o-keyframes fadeOutLeftBig { 0% { opacity: 1; -o-transform: translateX(0); } 100% { opacity: 0; -o-transform: translateX(-2000px); } } @keyframes fadeOutLeftBig { 0% { opacity: 1; transform: translateX(0); } 100% { opacity: 0; transform: translateX(-2000px); } } .fadeOutLeftBig { -webkit-animation-name: fadeOutLeftBig; -moz-animation-name: fadeOutLeftBig; -o-animation-name: fadeOutLeftBig; animation-name: fadeOutLeftBig; } @-webkit-keyframes fadeOutRightBig { 0% { opacity: 1; -webkit-transform: translateX(0); } 100% { opacity: 0; -webkit-transform: translateX(2000px); } } @-moz-keyframes fadeOutRightBig { 0% { opacity: 1; -moz-transform: translateX(0); } 100% { opacity: 0; -moz-transform: translateX(2000px); } } @-o-keyframes fadeOutRightBig { 0% { opacity: 1; -o-transform: translateX(0); } 100% { opacity: 0; -o-transform: translateX(2000px); } } @keyframes fadeOutRightBig { 0% { opacity: 1; transform: translateX(0); } 100% { opacity: 0; transform: translateX(2000px); } } .fadeOutRightBig { -webkit-animation-name: fadeOutRightBig; -moz-animation-name: fadeOutRightBig; -o-animation-name: fadeOutRightBig; animation-name: fadeOutRightBig; } @-webkit-keyframes bounceIn { 0% { opacity: 0; -webkit-transform: scale(0.3); } 50% { opacity: 1; -webkit-transform: scale(1.05); } 70% { -webkit-transform: scale(0.9); } 100% { -webkit-transform: scale(1); } } @-moz-keyframes bounceIn { 0% { opacity: 0; -moz-transform: scale(0.3); } 50% { opacity: 1; -moz-transform: scale(1.05); } 70% { -moz-transform: scale(0.9); } 100% { -moz-transform: scale(1); } } @-o-keyframes bounceIn { 0% { opacity: 0; -o-transform: scale(0.3); } 50% { opacity: 1; -o-transform: scale(1.05); } 70% { -o-transform: scale(0.9); } 100% { -o-transform: scale(1); } } @keyframes bounceIn { 0% { opacity: 0; transform: scale(0.3); } 50% { opacity: 1; transform: scale(1.05); } 70% { transform: scale(0.9); } 100% { transform: scale(1); } } .bounceIn { -webkit-animation-name: bounceIn; -moz-animation-name: bounceIn; -o-animation-name: bounceIn; animation-name: bounceIn; } @-webkit-keyframes bounceInUp { 0% { opacity: 0; -webkit-transform: translateY(2000px); } 60% { opacity: 1; -webkit-transform: translateY(-30px); } 80% { -webkit-transform: translateY(10px); } 100% { -webkit-transform: translateY(0); } } @-moz-keyframes bounceInUp { 0% { opacity: 0; -moz-transform: translateY(2000px); } 60% { opacity: 1; -moz-transform: translateY(-30px); } 80% { -moz-transform: translateY(10px); } 100% { -moz-transform: translateY(0); } } @-o-keyframes bounceInUp { 0% { opacity: 0; -o-transform: translateY(2000px); } 60% { opacity: 1; -o-transform: translateY(-30px); } 80% { -o-transform: translateY(10px); } 100% { -o-transform: translateY(0); } } @keyframes bounceInUp { 0% { opacity: 0; transform: translateY(2000px); } 60% { opacity: 1; transform: translateY(-30px); } 80% { transform: translateY(10px); } 100% { transform: translateY(0); } } .bounceInUp { -webkit-animation-name: bounceInUp; -moz-animation-name: bounceInUp; -o-animation-name: bounceInUp; animation-name: bounceInUp; } @-webkit-keyframes bounceInDown { 0% { opacity: 0; -webkit-transform: translateY(-2000px); } 60% { opacity: 1; -webkit-transform: translateY(30px); } 80% { -webkit-transform: translateY(-10px); } 100% { -webkit-transform: translateY(0); } } @-moz-keyframes bounceInDown { 0% { opacity: 0; -moz-transform: translateY(-2000px); } 60% { opacity: 1; -moz-transform: translateY(30px); } 80% { -moz-transform: translateY(-10px); } 100% { -moz-transform: translateY(0); } } @-o-keyframes bounceInDown { 0% { opacity: 0; -o-transform: translateY(-2000px); } 60% { opacity: 1; -o-transform: translateY(30px); } 80% { -o-transform: translateY(-10px); } 100% { -o-transform: translateY(0); } } @keyframes bounceInDown { 0% { opacity: 0; transform: translateY(-2000px); } 60% { opacity: 1; transform: translateY(30px); } 80% { transform: translateY(-10px); } 100% { transform: translateY(0); } } .bounceInDown { -webkit-animation-name: bounceInDown; -moz-animation-name: bounceInDown; -o-animation-name: bounceInDown; animation-name: bounceInDown; } @-webkit-keyframes bounceInLeft { 0% { opacity: 0; -webkit-transform: translateX(-2000px); } 60% { opacity: 1; -webkit-transform: translateX(30px); } 80% { -webkit-transform: translateX(-10px); } 100% { -webkit-transform: translateX(0); } } @-moz-keyframes bounceInLeft { 0% { opacity: 0; -moz-transform: translateX(-2000px); } 60% { opacity: 1; -moz-transform: translateX(30px); } 80% { -moz-transform: translateX(-10px); } 100% { -moz-transform: translateX(0); } } @-o-keyframes bounceInLeft { 0% { opacity: 0; -o-transform: translateX(-2000px); } 60% { opacity: 1; -o-transform: translateX(30px); } 80% { -o-transform: translateX(-10px); } 100% { -o-transform: translateX(0); } } @keyframes bounceInLeft { 0% { opacity: 0; transform: translateX(-2000px); } 60% { opacity: 1; transform: translateX(30px); } 80% { transform: translateX(-10px); } 100% { transform: translateX(0); } } .bounceInLeft { -webkit-animation-name: bounceInLeft; -moz-animation-name: bounceInLeft; -o-animation-name: bounceInLeft; animation-name: bounceInLeft; } @-webkit-keyframes bounceInRight { 0% { opacity: 0; -webkit-transform: translateX(2000px); } 60% { opacity: 1; -webkit-transform: translateX(-30px); } 80% { -webkit-transform: translateX(10px); } 100% { -webkit-transform: translateX(0); } } @-moz-keyframes bounceInRight { 0% { opacity: 0; -moz-transform: translateX(2000px); } 60% { opacity: 1; -moz-transform: translateX(-30px); } 80% { -moz-transform: translateX(10px); } 100% { -moz-transform: translateX(0); } } @-o-keyframes bounceInRight { 0% { opacity: 0; -o-transform: translateX(2000px); } 60% { opacity: 1; -o-transform: translateX(-30px); } 80% { -o-transform: translateX(10px); } 100% { -o-transform: translateX(0); } } @keyframes bounceInRight { 0% { opacity: 0; transform: translateX(2000px); } 60% { opacity: 1; transform: translateX(-30px); } 80% { transform: translateX(10px); } 100% { transform: translateX(0); } } .bounceInRight { -webkit-animation-name: bounceInRight; -moz-animation-name: bounceInRight; -o-animation-name: bounceInRight; animation-name: bounceInRight; } @-webkit-keyframes bounceOut { 0% { -webkit-transform: scale(1); } 25% { -webkit-transform: scale(0.95); } 50% { opacity: 1; -webkit-transform: scale(1.1); } 100% { opacity: 0; -webkit-transform: scale(0.3); } } @-moz-keyframes bounceOut { 0% { -moz-transform: scale(1); } 25% { -moz-transform: scale(0.95); } 50% { opacity: 1; -moz-transform: scale(1.1); } 100% { opacity: 0; -moz-transform: scale(0.3); } } @-o-keyframes bounceOut { 0% { -o-transform: scale(1); } 25% { -o-transform: scale(0.95); } 50% { opacity: 1; -o-transform: scale(1.1); } 100% { opacity: 0; -o-transform: scale(0.3); } } @keyframes bounceOut { 0% { transform: scale(1); } 25% { transform: scale(0.95); } 50% { opacity: 1; transform: scale(1.1); } 100% { opacity: 0; transform: scale(0.3); } } .bounceOut { -webkit-animation-name: bounceOut; -moz-animation-name: bounceOut; -o-animation-name: bounceOut; animation-name: bounceOut; } @-webkit-keyframes bounceOutUp { 0% { -webkit-transform: translateY(0); } 20% { opacity: 1; -webkit-transform: translateY(20px); } 100% { opacity: 0; -webkit-transform: translateY(-2000px); } } @-moz-keyframes bounceOutUp { 0% { -moz-transform: translateY(0); } 20% { opacity: 1; -moz-transform: translateY(20px); } 100% { opacity: 0; -moz-transform: translateY(-2000px); } } @-o-keyframes bounceOutUp { 0% { -o-transform: translateY(0); } 20% { opacity: 1; -o-transform: translateY(20px); } 100% { opacity: 0; -o-transform: translateY(-2000px); } } @keyframes bounceOutUp { 0% { transform: translateY(0); } 20% { opacity: 1; transform: translateY(20px); } 100% { opacity: 0; transform: translateY(-2000px); } } .bounceOutUp { -webkit-animation-name: bounceOutUp; -moz-animation-name: bounceOutUp; -o-animation-name: bounceOutUp; animation-name: bounceOutUp; } @-webkit-keyframes bounceOutDown { 0% { -webkit-transform: translateY(0); } 20% { opacity: 1; -webkit-transform: translateY(-20px); } 100% { opacity: 0; -webkit-transform: translateY(2000px); } } @-moz-keyframes bounceOutDown { 0% { -moz-transform: translateY(0); } 20% { opacity: 1; -moz-transform: translateY(-20px); } 100% { opacity: 0; -moz-transform: translateY(2000px); } } @-o-keyframes bounceOutDown { 0% { -o-transform: translateY(0); } 20% { opacity: 1; -o-transform: translateY(-20px); } 100% { opacity: 0; -o-transform: translateY(2000px); } } @keyframes bounceOutDown { 0% { transform: translateY(0); } 20% { opacity: 1; transform: translateY(-20px); } 100% { opacity: 0; transform: translateY(2000px); } } .bounceOutDown { -webkit-animation-name: bounceOutDown; -moz-animation-name: bounceOutDown; -o-animation-name: bounceOutDown; animation-name: bounceOutDown; } @-webkit-keyframes bounceOutLeft { 0% { -webkit-transform: translateX(0); } 20% { opacity: 1; -webkit-transform: translateX(20px); } 100% { opacity: 0; -webkit-transform: translateX(-2000px); } } @-moz-keyframes bounceOutLeft { 0% { -moz-transform: translateX(0); } 20% { opacity: 1; -moz-transform: translateX(20px); } 100% { opacity: 0; -moz-transform: translateX(-2000px); } } @-o-keyframes bounceOutLeft { 0% { -o-transform: translateX(0); } 20% { opacity: 1; -o-transform: translateX(20px); } 100% { opacity: 0; -o-transform: translateX(-2000px); } } @keyframes bounceOutLeft { 0% { transform: translateX(0); } 20% { opacity: 1; transform: translateX(20px); } 100% { opacity: 0; transform: translateX(-2000px); } } .bounceOutLeft { -webkit-animation-name: bounceOutLeft; -moz-animation-name: bounceOutLeft; -o-animation-name: bounceOutLeft; animation-name: bounceOutLeft; } @-webkit-keyframes bounceOutRight { 0% { -webkit-transform: translateX(0); } 20% { opacity: 1; -webkit-transform: translateX(-20px); } 100% { opacity: 0; -webkit-transform: translateX(2000px); } } @-moz-keyframes bounceOutRight { 0% { -moz-transform: translateX(0); } 20% { opacity: 1; -moz-transform: translateX(-20px); } 100% { opacity: 0; -moz-transform: translateX(2000px); } } @-o-keyframes bounceOutRight { 0% { -o-transform: translateX(0); } 20% { opacity: 1; -o-transform: translateX(-20px); } 100% { opacity: 0; -o-transform: translateX(2000px); } } @keyframes bounceOutRight { 0% { transform: translateX(0); } 20% { opacity: 1; transform: translateX(-20px); } 100% { opacity: 0; transform: translateX(2000px); } } .bounceOutRight { -webkit-animation-name: bounceOutRight; -moz-animation-name: bounceOutRight; -o-animation-name: bounceOutRight; animation-name: bounceOutRight; } @-webkit-keyframes rotateIn { 0% { -webkit-transform-origin: center center; -webkit-transform: rotate(-200deg); opacity: 0; } 100% { -webkit-transform-origin: center center; -webkit-transform: rotate(0); opacity: 1; } } @-moz-keyframes rotateIn { 0% { -moz-transform-origin: center center; -moz-transform: rotate(-200deg); opacity: 0; } 100% { -moz-transform-origin: center center; -moz-transform: rotate(0); opacity: 1; } } @-o-keyframes rotateIn { 0% { -o-transform-origin: center center; -o-transform: rotate(-200deg); opacity: 0; } 100% { -o-transform-origin: center center; -o-transform: rotate(0); opacity: 1; } } @keyframes rotateIn { 0% { transform-origin: center center; transform: rotate(-200deg); opacity: 0; } 100% { transform-origin: center center; transform: rotate(0); opacity: 1; } } .rotateIn { -webkit-animation-name: rotateIn; -moz-animation-name: rotateIn; -o-animation-name: rotateIn; animation-name: rotateIn; } @-webkit-keyframes rotateInUpLeft { 0% { -webkit-transform-origin: left bottom; -webkit-transform: rotate(90deg); opacity: 0; } 100% { -webkit-transform-origin: left bottom; -webkit-transform: rotate(0); opacity: 1; } } @-moz-keyframes rotateInUpLeft { 0% { -moz-transform-origin: left bottom; -moz-transform: rotate(90deg); opacity: 0; } 100% { -moz-transform-origin: left bottom; -moz-transform: rotate(0); opacity: 1; } } @-o-keyframes rotateInUpLeft { 0% { -o-transform-origin: left bottom; -o-transform: rotate(90deg); opacity: 0; } 100% { -o-transform-origin: left bottom; -o-transform: rotate(0); opacity: 1; } } @keyframes rotateInUpLeft { 0% { transform-origin: left bottom; transform: rotate(90deg); opacity: 0; } 100% { transform-origin: left bottom; transform: rotate(0); opacity: 1; } } .rotateInUpLeft { -webkit-animation-name: rotateInUpLeft; -moz-animation-name: rotateInUpLeft; -o-animation-name: rotateInUpLeft; animation-name: rotateInUpLeft; } @-webkit-keyframes rotateInDownLeft { 0% { -webkit-transform-origin: left bottom; -webkit-transform: rotate(-90deg); opacity: 0; } 100% { -webkit-transform-origin: left bottom; -webkit-transform: rotate(0); opacity: 1; } } @-moz-keyframes rotateInDownLeft { 0% { -moz-transform-origin: left bottom; -moz-transform: rotate(-90deg); opacity: 0; } 100% { -moz-transform-origin: left bottom; -moz-transform: rotate(0); opacity: 1; } } @-o-keyframes rotateInDownLeft { 0% { -o-transform-origin: left bottom; -o-transform: rotate(-90deg); opacity: 0; } 100% { -o-transform-origin: left bottom; -o-transform: rotate(0); opacity: 1; } } @keyframes rotateInDownLeft { 0% { transform-origin: left bottom; transform: rotate(-90deg); opacity: 0; } 100% { transform-origin: left bottom; transform: rotate(0); opacity: 1; } } .rotateInDownLeft { -webkit-animation-name: rotateInDownLeft; -moz-animation-name: rotateInDownLeft; -o-animation-name: rotateInDownLeft; animation-name: rotateInDownLeft; } @-webkit-keyframes rotateInUpRight { 0% { -webkit-transform-origin: right bottom; -webkit-transform: rotate(-90deg); opacity: 0; } 100% { -webkit-transform-origin: right bottom; -webkit-transform: rotate(0); opacity: 1; } } @-moz-keyframes rotateInUpRight { 0% { -moz-transform-origin: right bottom; -moz-transform: rotate(-90deg); opacity: 0; } 100% { -moz-transform-origin: right bottom; -moz-transform: rotate(0); opacity: 1; } } @-o-keyframes rotateInUpRight { 0% { -o-transform-origin: right bottom; -o-transform: rotate(-90deg); opacity: 0; } 100% { -o-transform-origin: right bottom; -o-transform: rotate(0); opacity: 1; } } @keyframes rotateInUpRight { 0% { transform-origin: right bottom; transform: rotate(-90deg); opacity: 0; } 100% { transform-origin: right bottom; transform: rotate(0); opacity: 1; } } .rotateInUpRight { -webkit-animation-name: rotateInUpRight; -moz-animation-name: rotateInUpRight; -o-animation-name: rotateInUpRight; animation-name: rotateInUpRight; } @-webkit-keyframes rotateInDownRight { 0% { -webkit-transform-origin: right bottom; -webkit-transform: rotate(90deg); opacity: 0; } 100% { -webkit-transform-origin: right bottom; -webkit-transform: rotate(0); opacity: 1; } } @-moz-keyframes rotateInDownRight { 0% { -moz-transform-origin: right bottom; -moz-transform: rotate(90deg); opacity: 0; } 100% { -moz-transform-origin: right bottom; -moz-transform: rotate(0); opacity: 1; } } @-o-keyframes rotateInDownRight { 0% { -o-transform-origin: right bottom; -o-transform: rotate(90deg); opacity: 0; } 100% { -o-transform-origin: right bottom; -o-transform: rotate(0); opacity: 1; } } @keyframes rotateInDownRight { 0% { transform-origin: right bottom; transform: rotate(90deg); opacity: 0; } 100% { transform-origin: right bottom; transform: rotate(0); opacity: 1; } } .rotateInDownRight { -webkit-animation-name: rotateInDownRight; -moz-animation-name: rotateInDownRight; -o-animation-name: rotateInDownRight; animation-name: rotateInDownRight; } @-webkit-keyframes rotateOut { 0% { -webkit-transform-origin: center center; -webkit-transform: rotate(0); opacity: 1; } 100% { -webkit-transform-origin: center center; -webkit-transform: rotate(200deg); opacity: 0; } } @-moz-keyframes rotateOut { 0% { -moz-transform-origin: center center; -moz-transform: rotate(0); opacity: 1; } 100% { -moz-transform-origin: center center; -moz-transform: rotate(200deg); opacity: 0; } } @-o-keyframes rotateOut { 0% { -o-transform-origin: center center; -o-transform: rotate(0); opacity: 1; } 100% { -o-transform-origin: center center; -o-transform: rotate(200deg); opacity: 0; } } @keyframes rotateOut { 0% { transform-origin: center center; transform: rotate(0); opacity: 1; } 100% { transform-origin: center center; transform: rotate(200deg); opacity: 0; } } .rotateOut { -webkit-animation-name: rotateOut; -moz-animation-name: rotateOut; -o-animation-name: rotateOut; animation-name: rotateOut; } @-webkit-keyframes rotateOutUpLeft { 0% { -webkit-transform-origin: left bottom; -webkit-transform: rotate(0); opacity: 1; } 100% { -webkit-transform-origin: left bottom; -webkit-transform: rotate(-90deg); opacity: 0; } } @-moz-keyframes rotateOutUpLeft { 0% { -moz-transform-origin: left bottom; -moz-transform: rotate(0); opacity: 1; } 100% { -moz-transform-origin: left bottom; -moz-transform: rotate(-90deg); opacity: 0; } } @-o-keyframes rotateOutUpLeft { 0% { -o-transform-origin: left bottom; -o-transform: rotate(0); opacity: 1; } 100% { -o-transform-origin: left bottom; -o-transform: rotate(-90deg); opacity: 0; } } @keyframes rotateOutUpLeft { 0% { transform-origin: left bottom; transform: rotate(0); opacity: 1; } 100% { transform-origin: left bottom; transform: rotate(-90deg); opacity: 0; } } .rotateOutUpLeft { -webkit-animation-name: rotateOutUpLeft; -moz-animation-name: rotateOutUpLeft; -o-animation-name: rotateOutUpLeft; animation-name: rotateOutUpLeft; } @-webkit-keyframes rotateOutDownLeft { 0% { -webkit-transform-origin: left bottom; -webkit-transform: rotate(0); opacity: 1; } 100% { -webkit-transform-origin: left bottom; -webkit-transform: rotate(90deg); opacity: 0; } } @-moz-keyframes rotateOutDownLeft { 0% { -moz-transform-origin: left bottom; -moz-transform: rotate(0); opacity: 1; } 100% { -moz-transform-origin: left bottom; -moz-transform: rotate(90deg); opacity: 0; } } @-o-keyframes rotateOutDownLeft { 0% { -o-transform-origin: left bottom; -o-transform: rotate(0); opacity: 1; } 100% { -o-transform-origin: left bottom; -o-transform: rotate(90deg); opacity: 0; } } @keyframes rotateOutDownLeft { 0% { transform-origin: left bottom; transform: rotate(0); opacity: 1; } 100% { transform-origin: left bottom; transform: rotate(90deg); opacity: 0; } } .rotateOutDownLeft { -webkit-animation-name: rotateOutDownLeft; -moz-animation-name: rotateOutDownLeft; -o-animation-name: rotateOutDownLeft; animation-name: rotateOutDownLeft; } @-webkit-keyframes rotateOutUpRight { 0% { -webkit-transform-origin: right bottom; -webkit-transform: rotate(0); opacity: 1; } 100% { -webkit-transform-origin: right bottom; -webkit-transform: rotate(90deg); opacity: 0; } } @-moz-keyframes rotateOutUpRight { 0% { -moz-transform-origin: right bottom; -moz-transform: rotate(0); opacity: 1; } 100% { -moz-transform-origin: right bottom; -moz-transform: rotate(90deg); opacity: 0; } } @-o-keyframes rotateOutUpRight { 0% { -o-transform-origin: right bottom; -o-transform: rotate(0); opacity: 1; } 100% { -o-transform-origin: right bottom; -o-transform: rotate(90deg); opacity: 0; } } @keyframes rotateOutUpRight { 0% { transform-origin: right bottom; transform: rotate(0); opacity: 1; } 100% { transform-origin: right bottom; transform: rotate(90deg); opacity: 0; } } .rotateOutUpRight { -webkit-animation-name: rotateOutUpRight; -moz-animation-name: rotateOutUpRight; -o-animation-name: rotateOutUpRight; animation-name: rotateOutUpRight; } @-webkit-keyframes rotateOutDownRight { 0% { -webkit-transform-origin: right bottom; -webkit-transform: rotate(0); opacity: 1; } 100% { -webkit-transform-origin: right bottom; -webkit-transform: rotate(-90deg); opacity: 0; } } @-moz-keyframes rotateOutDownRight { 0% { -moz-transform-origin: right bottom; -moz-transform: rotate(0); opacity: 1; } 100% { -moz-transform-origin: right bottom; -moz-transform: rotate(-90deg); opacity: 0; } } @-o-keyframes rotateOutDownRight { 0% { -o-transform-origin: right bottom; -o-transform: rotate(0); opacity: 1; } 100% { -o-transform-origin: right bottom; -o-transform: rotate(-90deg); opacity: 0; } } @keyframes rotateOutDownRight { 0% { transform-origin: right bottom; transform: rotate(0); opacity: 1; } 100% { transform-origin: right bottom; transform: rotate(-90deg); opacity: 0; } } .rotateOutDownRight { -webkit-animation-name: rotateOutDownRight; -moz-animation-name: rotateOutDownRight; -o-animation-name: rotateOutDownRight; animation-name: rotateOutDownRight; } @-webkit-keyframes hinge { 0% { -webkit-transform: rotate(0); -webkit-transform-origin: top left; -webkit-animation-timing-function: ease-in-out; } 20%, 60% { -webkit-transform: rotate(80deg); -webkit-transform-origin: top left; -webkit-animation-timing-function: ease-in-out; } 40% { -webkit-transform: rotate(60deg); -webkit-transform-origin: top left; -webkit-animation-timing-function: ease-in-out; } 80% { -webkit-transform: rotate(60deg) translateY(0); opacity: 1; -webkit-transform-origin: top left; -webkit-animation-timing-function: ease-in-out; } 100% { -webkit-transform: translateY(700px); opacity: 0; } } @-moz-keyframes hinge { 0% { -moz-transform: rotate(0); -moz-transform-origin: top left; -moz-animation-timing-function: ease-in-out; } 20%, 60% { -moz-transform: rotate(80deg); -moz-transform-origin: top left; -moz-animation-timing-function: ease-in-out; } 40% { -moz-transform: rotate(60deg); -moz-transform-origin: top left; -moz-animation-timing-function: ease-in-out; } 80% { -moz-transform: rotate(60deg) translateY(0); opacity: 1; -moz-transform-origin: top left; -moz-animation-timing-function: ease-in-out; } 100% { -moz-transform: translateY(700px); opacity: 0; } } @-o-keyframes hinge { 0% { -o-transform: rotate(0); -o-transform-origin: top left; -o-animation-timing-function: ease-in-out; } 20%, 60% { -o-transform: rotate(80deg); -o-transform-origin: top left; -o-animation-timing-function: ease-in-out; } 40% { -o-transform: rotate(60deg); -o-transform-origin: top left; -o-animation-timing-function: ease-in-out; } 80% { -o-transform: rotate(60deg) translateY(0); opacity: 1; -o-transform-origin: top left; -o-animation-timing-function: ease-in-out; } 100% { -o-transform: translateY(700px); opacity: 0; } } @keyframes hinge { 0% { transform: rotate(0); transform-origin: top left; animation-timing-function: ease-in-out; } 20%, 60% { transform: rotate(80deg); transform-origin: top left; animation-timing-function: ease-in-out; } 40% { transform: rotate(60deg); transform-origin: top left; animation-timing-function: ease-in-out; } 80% { transform: rotate(60deg) translateY(0); opacity: 1; transform-origin: top left; animation-timing-function: ease-in-out; } 100% { transform: translateY(700px); opacity: 0; } } .hinge { -webkit-animation-name: hinge; -moz-animation-name: hinge; -o-animation-name: hinge; animation-name: hinge; } /* originally authored by <NAME> - https://github.com/nickpettit/glide */ @-webkit-keyframes rollIn { 0% { opacity: 0; -webkit-transform: translateX(-100%) rotate(-120deg); } 100% { opacity: 1; -webkit-transform: translateX(0px) rotate(0deg); } } @-moz-keyframes rollIn { 0% { opacity: 0; -moz-transform: translateX(-100%) rotate(-120deg); } 100% { opacity: 1; -moz-transform: translateX(0px) rotate(0deg); } } @-o-keyframes rollIn { 0% { opacity: 0; -o-transform: translateX(-100%) rotate(-120deg); } 100% { opacity: 1; -o-transform: translateX(0px) rotate(0deg); } } @keyframes rollIn { 0% { opacity: 0; transform: translateX(-100%) rotate(-120deg); } 100% { opacity: 1; transform: translateX(0px) rotate(0deg); } } .rollIn { -webkit-animation-name: rollIn; -moz-animation-name: rollIn; -o-animation-name: rollIn; animation-name: rollIn; } /* originally authored by <NAME> - https://github.com/nickpettit/glide */ @-webkit-keyframes rollOut { 0% { opacity: 1; -webkit-transform: translateX(0px) rotate(0deg); } 100% { opacity: 0; -webkit-transform: translateX(100%) rotate(120deg); } } @-moz-keyframes rollOut { 0% { opacity: 1; -moz-transform: translateX(0px) rotate(0deg); } 100% { opacity: 0; -moz-transform: translateX(100%) rotate(120deg); } } @-o-keyframes rollOut { 0% { opacity: 1; -o-transform: translateX(0px) rotate(0deg); } 100% { opacity: 0; -o-transform: translateX(100%) rotate(120deg); } } @keyframes rollOut { 0% { opacity: 1; transform: translateX(0px) rotate(0deg); } 100% { opacity: 0; transform: translateX(100%) rotate(120deg); } } .rollOut { -webkit-animation-name: rollOut; -moz-animation-name: rollOut; -o-animation-name: rollOut; animation-name: rollOut; } /* originally authored by <NAME> - https://github.com/angelorohit */ @-webkit-keyframes lightSpeedIn { 0% { -webkit-transform: translateX(100%) skewX(-30deg); opacity: 0; } 60% { -webkit-transform: translateX(-20%) skewX(30deg); opacity: 1; } 80% { -webkit-transform: translateX(0%) skewX(-15deg); opacity: 1; } 100% { -webkit-transform: translateX(0%) skewX(0deg); opacity: 1; } } @-moz-keyframes lightSpeedIn { 0% { -moz-transform: translateX(100%) skewX(-30deg); opacity: 0; } 60% { -moz-transform: translateX(-20%) skewX(30deg); opacity: 1; } 80% { -moz-transform: translateX(0%) skewX(-15deg); opacity: 1; } 100% { -moz-transform: translateX(0%) skewX(0deg); opacity: 1; } } @-o-keyframes lightSpeedIn { 0% { -o-transform: translateX(100%) skewX(-30deg); opacity: 0; } 60% { -o-transform: translateX(-20%) skewX(30deg); opacity: 1; } 80% { -o-transform: translateX(0%) skewX(-15deg); opacity: 1; } 100% { -o-transform: translateX(0%) skewX(0deg); opacity: 1; } } @keyframes lightSpeedIn { 0% { transform: translateX(100%) skewX(-30deg); opacity: 0; } 60% { transform: translateX(-20%) skewX(30deg); opacity: 1; } 80% { transform: translateX(0%) skewX(-15deg); opacity: 1; } 100% { transform: translateX(0%) skewX(0deg); opacity: 1; } } .lightSpeedIn { -webkit-animation-name: lightSpeedIn; -moz-animation-name: lightSpeedIn; -o-animation-name: lightSpeedIn; animation-name: lightSpeedIn; -webkit-animation-timing-function: ease-out; -moz-animation-timing-function: ease-out; -o-animation-timing-function: ease-out; animation-timing-function: ease-out; } .animated.lightSpeedIn { -webkit-animation-duration: 0.5s; -moz-animation-duration: 0.5s; -o-animation-duration: 0.5s; animation-duration: 0.5s; } /* originally authored by <NAME> - https://github.com/angelorohit */ @-webkit-keyframes lightSpeedOut { 0% { -webkit-transform: translateX(0%) skewX(0deg); opacity: 1; } 100% { -webkit-transform: translateX(100%) skewX(-30deg); opacity: 0; } } @-moz-keyframes lightSpeedOut { 0% { -moz-transform: translateX(0%) skewX(0deg); opacity: 1; } 100% { -moz-transform: translateX(100%) skewX(-30deg); opacity: 0; } } @-o-keyframes lightSpeedOut { 0% { -o-transform: translateX(0%) skewX(0deg); opacity: 1; } 100% { -o-transform: translateX(100%) skewX(-30deg); opacity: 0; } } @keyframes lightSpeedOut { 0% { transform: translateX(0%) skewX(0deg); opacity: 1; } 100% { transform: translateX(100%) skewX(-30deg); opacity: 0; } } .lightSpeedOut { -webkit-animation-name: lightSpeedOut; -moz-animation-name: lightSpeedOut; -o-animation-name: lightSpeedOut; animation-name: lightSpeedOut; -webkit-animation-timing-function: ease-in; -moz-animation-timing-function: ease-in; -o-animation-timing-function: ease-in; animation-timing-function: ease-in; } .animated.lightSpeedOut { -webkit-animation-duration: 0.25s; -moz-animation-duration: 0.25s; -o-animation-duration: 0.25s; animation-duration: 0.25s; } /* originally authored by <NAME> - https://github.com/angelorohit */ @-webkit-keyframes wiggle { 0% { -webkit-transform: skewX(9deg); } 10% { -webkit-transform: skewX(-8deg); } 20% { -webkit-transform: skewX(7deg); } 30% { -webkit-transform: skewX(-6deg); } 40% { -webkit-transform: skewX(5deg); } 50% { -webkit-transform: skewX(-4deg); } 60% { -webkit-transform: skewX(3deg); } 70% { -webkit-transform: skewX(-2deg); } 80% { -webkit-transform: skewX(1deg); } 90% { -webkit-transform: skewX(0deg); } 100% { -webkit-transform: skewX(0deg); } } @-moz-keyframes wiggle { 0% { -moz-transform: skewX(9deg); } 10% { -moz-transform: skewX(-8deg); } 20% { -moz-transform: skewX(7deg); } 30% { -moz-transform: skewX(-6deg); } 40% { -moz-transform: skewX(5deg); } 50% { -moz-transform: skewX(-4deg); } 60% { -moz-transform: skewX(3deg); } 70% { -moz-transform: skewX(-2deg); } 80% { -moz-transform: skewX(1deg); } 90% { -moz-transform: skewX(0deg); } 100% { -moz-transform: skewX(0deg); } } @-o-keyframes wiggle { 0% { -o-transform: skewX(9deg); } 10% { -o-transform: skewX(-8deg); } 20% { -o-transform: skewX(7deg); } 30% { -o-transform: skewX(-6deg); } 40% { -o-transform: skewX(5deg); } 50% { -o-transform: skewX(-4deg); } 60% { -o-transform: skewX(3deg); } 70% { -o-transform: skewX(-2deg); } 80% { -o-transform: skewX(1deg); } 90% { -o-transform: skewX(0deg); } 100% { -o-transform: skewX(0deg); } } @keyframes wiggle { 0% { transform: skewX(9deg); } 10% { transform: skewX(-8deg); } 20% { transform: skewX(7deg); } 30% { transform: skewX(-6deg); } 40% { transform: skewX(5deg); } 50% { transform: skewX(-4deg); } 60% { transform: skewX(3deg); } 70% { transform: skewX(-2deg); } 80% { transform: skewX(1deg); } 90% { transform: skewX(0deg); } 100% { transform: skewX(0deg); } } .wiggle { -webkit-animation-name: wiggle; -moz-animation-name: wiggle; -o-animation-name: wiggle; animation-name: wiggle; -webkit-animation-timing-function: ease-in; -moz-animation-timing-function: ease-in; -o-animation-timing-function: ease-in; animation-timing-function: ease-in; } .animated.wiggle { -webkit-animation-duration: 0.75s; -moz-animation-duration: 0.75s; -o-animation-duration: 0.75s; animation-duration: 0.75s; } /*--------------------------------------------------- LESS Elements 0.9 --------------------------------------------------- A set of useful LESS mixins More info at: http://lesselements.com ---------------------------------------------------*/ /* Shapes */ /*--------------------------------------------------- Rebar - Grid ---------------------------------------------------*/ /* Config - Change the settings in this file change the look and feel of your style */ /* Colors */ /* Container */ /* Base - Margins, Paddings, and Spacings */ /* Grid */ /* Body */ /* Text */ /* Links */ /* Headings */ /* Navigation */ /* Lists */ /* Separators */ /* Buttons */ /* Forms */ /* Tables */ /* Rebar - These files reset and style all the basic HTML elements */ /* #Reset & Basics (Inspired by <NAME>) ================================================== */ 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, q:before, q:after { content: ''; content: none; } table { border-collapse: separate; border-spacing: 0; } /* #Body Styles ================================================== */ body { background: #ffffff; font-size: 18px; font-weight: normal; font-family: Mailpile-300, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; line-height: 24px; color: #333333; -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */ -webkit-text-size-adjust: 100%; } /* #Links ================================================== */ a, a:visited { font-size: 18px; color: #be2408; font-weight: bold; text-decoration: none; outline: 0; } a:hover, a:focus { color: #8d1b06; text-decoration: none; } p a, p a:visited { line-height: inherit; } /* #Typography ================================================== */ /* Headings */ h1, h2, h3, h4, h5, h6 { color: #333333; font-family: Mailpile-300, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: normal; letter-spacing: 0px; } h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; } h1 { font-size: 36px; line-height: 36px; margin-bottom: 30px; } h2 { font-size: 30px; line-height: 30px; margin-bottom: 30px; } h3 { font-size: 24px; line-height: 24px; margin-bottom: 30px; } h4 { font-size: 21px; line-height: 21px; margin-bottom: 30px; } h5 { font-size: 18px; line-height: 18px; margin-bottom: 30px; } h6 { font-size: 14px; line-height: 14px; margin-bottom: 30px; } .subheader { color: #777; } /* Non Headings */ p { margin: 0 0 20px 0; } p img { margin: 0; } p.lead { font-size: 21px; line-height: 27px; color: #777; } em { font-style: Mailpile-300, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; } strong { font-family: Mailpile-300, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: normal; color: inherit; } small { font-size: 80%; } /* Blockquotes */ blockquote, blockquote p { font-size: 18px; line-height: 24px; color: #666666; font-style: italic; margin: 0 0 10px 0; } blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 4px solid #c9c9c9; } blockquote cite { display: block; font-size: 12px; color: #555; } blockquote cite:before { content: "\2014 \0020"; } blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; } /* Navigation */ #navigation { background: #222222; z-index: 10; color: #eeeeee; } #navigation a { color: #eeeeee; text-decoration: none; } #navigation a:hover { color: #aaaaaa; } #navigation span.name_ome { color: #818181; } #navigation_logo { display: none; } /* Navigation Sub */ .navigation-sub { background: #d9d9d9; border-radius: 10px; } /* #Lists ================================================== */ ul, ol { margin: ; padding: ; } ul li, ol li { margin: ; padding: ; } ul li { list-style-type: ; } /* Lines */ hr { border: solid #b3b3b3; border-width: 1px 0 0; clear: both; margin: 35px 0; height: 0; } hr.medium { border: none; height: 4px; background: #000; } hr.large { border: none; height: 8px; background: #000; } /* #Images ================================================== */ img { max-width: 100%; height: auto; } img.scale-with-grid { max-width: 100%; height: auto; } /* #Buttons ================================================== */ /* Primary */ .button, .button-primary, button, input[type="submit"], input[type="reset"], input[type="button"] { color: #ffffff !important; font-family: Mailpile-300, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif !important; font-size: 16px; font-weight: normal !important; line-height: normal; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4); padding: 8px 15px 4px 12px; display: inline-block; cursor: pointer; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-transition-duration: 0.2s; -moz-transition-duration: 0.2s; transition-duration: 0.2s; border: 1px solid #3a6b8c; border-top: 1px solid #5c8dae; border-left: 1px solid #5c8dae; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; background: #3a6b8c; text-decoration: none; } .button:visited, .button-primary:visited { color: #ffffff !important; font-family: Mailpile-300, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif !important; font-size: 16px; font-weight: normal !important; line-height: normal; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4); padding: 8px 15px 4px 12px; display: inline-block; cursor: pointer; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-transition-duration: 0.2s; -moz-transition-duration: 0.2s; transition-duration: 0.2s; border: 1px solid #3a6b8c; border-top: 1px solid #5c8dae; border-left: 1px solid #5c8dae; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; background: #3a6b8c; text-decoration: none; } .button:hover, .button-primary:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover { border: 1px solid #3a6b8c; border-top: 1px solid #5c8dae; border-left: 1px solid #5c8dae; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; background: #284a61; text-decoration: none; } .button:active, .button-primary:active, button:active, input[type="submit"]:active, input[type="reset"]:active, input[type="button"]:active { border: 1px solid #3a6b8c; border-top: 1px solid #5c8dae; border-left: 1px solid #5c8dae; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; background: #284a61; text-decoration: none; } /* Secondary */ .button-secondary { color: #ffffff !important; font-family: Mailpile-300, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif !important; font-size: 16px; font-weight: normal !important; line-height: normal; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4); text-decoration: none; padding: 8px 15px 4px 12px; display: inline-block; cursor: pointer; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-transition-duration: 0.2s; -moz-transition-duration: 0.2s; transition-duration: 0.2s; border: 1px solid #7ba2a7; border-top: 1px solid #9dc4c9; border-left: 1px solid #9dc4c9; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; background: #4b7945; } .button-secondary:hover { border: 1px solid #3a6b8c; border-top: 1px solid #5c8dae; border-left: 1px solid #5c8dae; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; background: #233820; text-decoration: none; } .button-secondary:active { border: 1px solid #3a6b8c; border-top: 1px solid #5c8dae; border-left: 1px solid #5c8dae; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; background: #233820; text-decoration: none; } /* Alert */ .button-alert { color: #ffffff !important; font-family: Mailpile-300, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif !important; font-size: 16px; font-weight: normal !important; line-height: normal; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4); text-decoration: none; padding: 8px 15px 4px 12px; display: inline-block; cursor: pointer; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-transition-duration: 0.2s; -moz-transition-duration: 0.2s; transition-duration: 0.2s; border: 1px solid #8596b3; border-top: 1px solid #a7b8d5; border-left: 1px solid #a7b8d5; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; background: #826f69; } .button-alert:hover { border: 1px solid #3a6b8c; border-top: 1px solid #5c8dae; border-left: 1px solid #5c8dae; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; background: #4a3f3b; text-decoration: none; } .button-alert:active { border: 1px solid #3a6b8c; border-top: 1px solid #5c8dae; border-left: 1px solid #5c8dae; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; background: #4a3f3b; text-decoration: none; } /* Warning */ .button-warning { color: #ffffff !important; font-family: Mailpile-300, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif !important; font-size: 16px; font-weight: normal !important; line-height: normal; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4); text-decoration: none; padding: 8px 15px 4px 12px; display: inline-block; cursor: pointer; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-transition-duration: 0.2s; -moz-transition-duration: 0.2s; transition-duration: 0.2s; border: 1px solid #713c2a; border-top: 1px solid #935e4c; border-left: 1px solid #935e4c; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; background: #be2408; } .button-warning:hover { border: 1px solid #3a6b8c; border-top: 1px solid #5c8dae; border-left: 1px solid #5c8dae; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; background: #5c1104; text-decoration: none; } .button-warning:active { border: 1px solid #3a6b8c; border-top: 1px solid #5c8dae; border-left: 1px solid #5c8dae; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; background: #5c1104; text-decoration: none; } /* Icons */ .button span, .button-secondary span, .button-alert span, .button-warning span { margin-right: 5px; } /* Full Width */ .button.full-width, .button-primary.full-width, .button-secondary.full-width, .button-alert.full-width, .button-warning.full-width, .button-big-primary.full-width, .button-big-secondary.full-width, button.full-width, input[type="submit"].full-width, input[type="reset"].full-width, input[type="button"].full-width { width: 100%; padding-left: 0 !important; padding-right: 0 !important; text-align: center; } /* Fix for odd Mozilla border & padding issues */ button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } /* #Forms ================================================== */ form { margin-bottom: 20px; } fieldset { margin-bottom: 20px; } input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="phone"], input[type="address"], textarea, select { padding: 10px 12px; outline: none; font-size: 18px; font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; color: #666666; width: 210px; max-width: 100%; display: block; margin-top: 0px; margin-bottom: 20px; background: #ffffff; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; border: 1px solid #999999; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } select { padding: 0; } input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus { border: 1px solid #666666; color: #333333; -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); } textarea { min-height: 60px; } label, legend { display: block; font-weight: normal; font-size: 16px; font-style: italic; margin-bottom: 5px; } select { color: #3a6b8c; width: 220px; } input[type="checkbox"] { display: inline; } label span, legend span { font-weight: normal; font-size: 14px; color: #444; } a { font-style: normal; } label span.form_error { margin: 0 0 0 3px; color: #3a6b8c; } /* #Tables ================================================== */ .full-width-table { width: 100%; margin: 20px 0 30px 0; } .rounded { border: solid #ccc 1px; -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; } .rounded td, .rounded th { border-left: 1px solid #ccc; border-top: 1px solid #ccc; padding: 10px; text-align: left; } .rounded th { background-color: #dce9f9; background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(#dce9f9)); background-image: -webkit-linear-gradient(top, #ebf3fc, #dce9f9); background-image: -moz-linear-gradient(top, #ebf3fc, #dce9f9); background-image: -ms-linear-gradient(top, #ebf3fc, #dce9f9); background-image: -o-linear-gradient(top, #ebf3fc, #dce9f9); background-image: linear-gradient(top, #ebf3fc, #dce9f9); -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset; -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset; box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset; border-top: none; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); } .rounded td:first-child, .rounded th:first-child { border-left: none; } .rounded th:first-child { -moz-border-radius: 6px 0 0 0; -webkit-border-radius: 6px 0 0 0; border-radius: 6px 0 0 0; } .rounded th:last-child { -moz-border-radius: 0 6px 0 0; -webkit-border-radius: 0 6px 0 0; border-radius: 0 6px 0 0; } .rounded th:only-child { -moz-border-radius: 6px 6px 0 0; -webkit-border-radius: 6px 6px 0 0; border-radius: 6px 6px 0 0; } .rounded tr:last-child td:first-child { -moz-border-radius: 0 0 0 6px; -webkit-border-radius: 0 0 0 6px; border-radius: 0 0 0 6px; } .rounded tr:last-child td:last-child { -moz-border-radius: 0 0 6px 0; -webkit-border-radius: 0 0 6px 0; border-radius: 0 0 6px 0; } /* Zebra Striping ----------------------*/ .zebra td, .zebra th { padding: 10px; border-bottom: 1px solid #f2f2f2; } .zebra tbody tr:nth-child(even) { background: #f5f5f5; -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset; -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset; box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset; } .zebra th { text-align: left; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); background-color: #eee; background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#eeeeee)); background-image: -webkit-linear-gradient(top, #f5f5f5, #eeeeee); background-image: -moz-linear-gradient(top, #f5f5f5, #eeeeee); background-image: -ms-linear-gradient(top, #f5f5f5, #eeeeee); background-image: -o-linear-gradient(top, #f5f5f5, #eeeeee); background-image: linear-gradient(top, #f5f5f5, #eeeeee); } .zebra th:first-child { -moz-border-radius: 6px 0 0 0; -webkit-border-radius: 6px 0 0 0; border-radius: 6px 0 0 0; } .zebra th:last-child { -moz-border-radius: 0 6px 0 0; -webkit-border-radius: 0 6px 0 0; border-radius: 0 6px 0 0; } .zebra th:only-child { -moz-border-radius: 6px 6px 0 0; -webkit-border-radius: 6px 6px 0 0; border-radius: 6px 6px 0 0; } .zebra tfoot td { border-bottom: 0; border-top: 1px solid #fff; background-color: #f1f1f1; } .zebra tfoot td:first-child { -moz-border-radius: 0 0 0 6px; -webkit-border-radius: 0 0 0 6px; border-radius: 0 0 0 6px; } .zebra tfoot td:last-child { -moz-border-radius: 0 0 6px 0; -webkit-border-radius: 0 0 6px 0; border-radius: 0 0 6px 0; } .zebra tfoot td:only-child { -moz-border-radius: 0 0 6px 6px; -webkit-border-radius: 0 0 6px 6px; border-radius: 0 0 6px 6px; } /* Both */ .rounded tr:hover, .zebra tr:hover { background: #fbf8e9; -o-transition: all 0.1s ease-in-out; -webkit-transition: all 0.1s ease-in-out; -moz-transition: all 0.1s ease-in-out; -ms-transition: all 0.1s ease-in-out; transition: all 0.1s ease-in-out; } /* Rebar Grid V0.1 - Requires grid.less mixin - Web Big 1140 Grid - Web 960 Grid - Tablet (Portrait) - Mobile (Portrait) - Mobile (Landscape) - Clearing */ .container { width: 1140px; margin: 0px auto; } .container .column, .container .columns { float: left; display: inline; margin: 20px 1%; word-wrap: break-word; } .row { width: 100%; margin-top: 20px; margin-bottom: 0px; overflow: hidden; } .column.alpha, .columns.alpha { margin-left: 0; margin-right: 1%; } .column.omega, .columns.omega { margin-right: 0; margin-left: 1%; } .alpha.omega { margin-left: 0; margin-right: 0; } .container .one.column, .container .one.columns { width: 4%; } .container .two.columns { width: 10.4%; } .container .three.columns { width: 16.8%; } .container .four.columns { width: 23.2%; } .container .five.columns { width: 29.6%; } .container .six.columns { width: 36%; } .container .seven.columns { width: 42.4%; } .container .eight.columns { width: 48.75%; } .container .nine.columns { width: 55.2%; } .container .ten.columns { width: 61.6%; } .container .eleven.columns { width: 68%; } .container .twelve.columns { width: 74.4%; } .container .thirteen.columns { width: 80.8%; } .container .fourteen.columns { width: 87.2%; } .container .fifteen.columns { width: 93.6%; } .container .sixteen.columns { width: 100%; } .container .one-third.column { width: 31%; margin-bottom: 3%; } .container .two-thirds.column { width: 52%; margin-bottom: 3%; } .container .half.column { width: 47%; margin-bottom: 3%; } .container .offset-by-one { padding-left: 4%; } .container .offset-by-two { padding-left: 10.4%; } .container .offset-by-three { padding-left: 16.8%; } .container .offset-by-four { padding-left: 23.2%; } .container .offset-by-five { padding-left: 29.6%; } .container .offset-by-six { padding-left: 36%; } .container .offset-by-seven { padding-left: 42.4%; } .container .offset-by-eight { padding-left: 47%; } .container .offset-by-nine { padding-left: 55.2%; } .container .offset-by-ten { padding-left: 61.6%; } .container .offset-by-eleven { padding-left: 68%; } .container .offset-by-twelve { padding-left: 74.4%; } .container .offset-by-thirteen { padding-left: 80.8%; } .container .offset-by-fourteen { padding-left: 87.2%; } .container .offset-by-fifteen { padding-left: 93.6%; } /* Web 960 Grid ================================================== */ @media only screen and (min-width: 960px) and (max-width: 1139px) { .container { width: 960px; word-wrap: break-word; } .container .one.column { width: 40px; } .container .two.columns { width: 100px; } .container .three.columns { width: 160px; } .container .four.columns { width: 220px; } .container .five.columns { width: 280px; } .container .six.columns { width: 340px; } .container .seven.columns { width: 400px; } .container .eight.columns { width: 460px; } .container .nine.columns { width: 520px; } .container .ten.columns { width: 580px; } .container .eleven.columns { width: 640px; } .container .twelve.columns { width: 700px; } .container .thirteen.columns { width: 760px; } .container .fourteen.columns { width: 820px; } .container .fifteen.columns { width: 880px; } .container .sixteen.columns { width: 940px; } .container .one-third.column { width: 300px; } .container .two-thirds.column { width: 620px; } .container .half.column { width: 460px; } .container .offset-by-one { padding-left: 60px; } .container .offset-by-two { padding-left: 120px; } .container .offset-by-three { padding-left: 180px; } .container .offset-by-four { padding-left: 240px; } .container .offset-by-five { padding-left: 300px; } .container .offset-by-six { padding-left: 360px; } .container .offset-by-seven { padding-left: 420px; } .container .offset-by-eight { padding-left: 480px; } .container .offset-by-nine { padding-left: 540px; } .container .offset-by-ten { padding-left: 600px; } .container .offset-by-eleven { padding-left: 660px; } .container .offset-by-twelve { padding-left: 720px; } .container .offset-by-thirteen { padding-left: 780px; } .container .offset-by-fourteen { padding-left: 840px; } .container .offset-by-fifteen { padding-left: 900px; } } /* Tablet (Portrait) Design for a width of 768px ================================================== */ @media only screen and (min-width: 768px) and (max-width: 959px) { .container { width: 768px; word-wrap: break-word; } .container .one.column { width: 28px; } .container .two.columns { width: 76px; } .container .three.columns { width: 124px; } .container .four.columns { width: 172px; } .container .five.columns { width: 220px; } .container .six.columns { width: 268px; } .container .seven.columns { width: 316px; } .container .eight.columns { width: 364px; } .container .nine.columns { width: 412px; } .container .ten.columns { width: 460px; } .container .eleven.columns { width: 508px; } .container .twelve.columns { width: 556px; } .container .thirteen.columns { width: 604px; } .container .fourteen.columns { width: 652px; } .container .fifteen.columns { width: 700px; } .container .sixteen.columns { width: 748px; } .container .one-third.column { width: 236px; } .container .two-thirds.column { width: 492px; } .container .half.column { width: 364px; } .container .offset-by-one { padding-left: 48px; } .container .offset-by-two { padding-left: 96px; } .container .offset-by-three { padding-left: 144px; } .container .offset-by-four { padding-left: 192px; } .container .offset-by-five { padding-left: 240px; } .container .offset-by-six { padding-left: 288px; } .container .offset-by-seven { padding-left: 336px; } .container .offset-by-eight { padding-left: 384px; } .container .offset-by-nine { padding-left: 432px; } .container .offset-by-ten { padding-left: 480px; } .container .offset-by-eleven { padding-left: 528px; } .container .offset-by-twelve { padding-left: 576px; } .container .offset-by-thirteen { padding-left: 624px; } .container .offset-by-fourteen { padding-left: 672px; } .container .offset-by-fifteen { padding-left: 720px; } } /* Mobile (Landscape) Design for a width of 480px ================================================== */ @media only screen and (max-width: 767px) { .container { width: 420px; } .container .column, .container .columns { margin: 20px auto; word-wrap: break-word; } .container .one.column, .container .two.columns, .container .three.columns, .container .four.columns, .container .five.columns, .container .six.columns, .container .seven.columns, .container .eight.columns, .container .nine.columns, .container .ten.columns, .container .eleven.columns, .container .twelve.columns, .container .thirteen.columns, .container .fourteen.columns, .container .fifteen.columns, .container .sixteen.columns, .container .one-third.columns, .container .two-thirds.columns, .container .one-half.columns, .container .one-quarter.columns, .container .three-quarters.columns { width: 420px; } .container .offset-by-one, .container .offset-by-two, .container .offset-by-three, .container .offset-by-four, .container .offset-by-five, .container .offset-by-six, .container .offset-by-seven, .container .offset-by-eight, .container .offset-by-nine, .container .offset-by-ten, .container .offset-by-eleven, .container .offset-by-twelve, .container .offset-by-thirteen, .container .offset-by-fourteen, .container .offset-by-fifteen { padding-left: 0; } } .boxes { width: 20%; padding-bottom: 20%; position: relative; float: left; margin: .5em; display: block; } .boxes:hover { background-color: rgba(200, 200, 200, 0.75); } .boxes-inner { position: absolute; left: 1px; right: 1px; top: 1px; bottom: 1px; padding: 10px; color: #555555; overflow: hidden; } /* Four Column */ @media only screen and (max-width: 1599px) and (min-width: 1291px) { .boxes { width: 23%; padding-bottom: 23%; } .boxes-inner i { font-size: 5em; } .boxes-inner h1, .boxes-inner h2, .boxes-inner h3 { font-size: 2.25em; } .boxes-inner p { font-size: 1.15em; } .listy a { font-size: 2em; } } /* Four Column */ @media only screen and (max-width: 1290px) and (min-width: 1051px) { .boxes { width: 23%; padding-bottom: 23%; } .boxes-inner i { font-size: 4.5em; } .boxes-inner h1, .boxes-inner h2, .boxes-inner h3 { font-size: 2em; } .boxes-inner p { font-size: 1.15em; } .listy a { font-size: 1.75em; } } /* Three Column */ @media only screen and (max-width: 1050px) and (min-width: 651px) { .boxes { width: 31.3%; padding-bottom: 31.3%; } .boxes-inner i { font-size: 4em; } .boxes-inner h1, .boxes-inner h2, .boxes-inner h3 { font-size: 2em; } .boxes-inner p { font-size: 1.25em; } .listy a { font-size: 1.5em; } } /* Two Column */ @media only screen and (max-width: 650px) and (min-width: 481px) { .boxes { width: 46%; padding-bottom: 46%; } .boxes-inner i { font-size: 3em; } .boxes-inner h1, .boxes-inner h2, .boxes-inner h3 { font-size: 1.75em; } .boxes-inner p { font-size: 1.25em; } .listy a { font-size: 1.25em; } } /* Column Control Media Queries */ @media only screen and (max-width: 480px) { .boxes { width: 98%; padding-bottom: 98%; } .boxes-inner i { font-size: 2em; } .boxes-inner h1, .boxes-inner h2, .boxes-inner h3 { font-size: 1.5em; } .boxes-inner p { font-size: 1.25em; } .listy a { font-size: 1em; } } /* #Clearing ================================================== */ .container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; } /* Use clearfix class on parent to clear nested columns, or wrap each row of columns in a <div class="row"> */ .clearfix:before, .clearfix:after, .row:before, .row:after { content: '\0020'; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; clear: both; } .row:after, .clearfix:after { clear: both; } .row, .clearfix { zoom: 1; clear: both; } /* You can also use a <br class="clear" /> to clear columns */ .clear { clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; } /* Vertical Margins & Padding */ .remove-top { margin-top: 0 !important; } .half-top { margin-top: 10px !important; } .add-top { margin-top: 45px !important; } .remove-bottom { margin-bottom: 0 !important; } .half-bottom { margin-bottom: 10px !important; } .add-bottom { margin-bottom: 45px !important; } /* Centering */ .left { float: left; } .center { margin-left: auto; margin-right: auto; } .right { float: right; } .verticle-middle { display: inline-table !important; vertical-align: middle; } .text-left { text-align: left; } .text-center { text-align: center; } .text-right { text-align: right; } /* Hide */ .hide { display: none; } /* App */ /* Messages - Error, Warning, Debug, Info, Success */ #messages div { margin: 0px; padding: 10px 10px 10px 20px; list-style: none; font-family: Mailpile-300, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4); color: #ffffff; border-bottom: 1px solid #b3b3b3; background-color: #ffffff; } #messages span.message-text { width: 90%; padding-top: 3px; display: block; float: left; text-align: left; } #messages abbr.message-close { cursor: pointer; float: right; display: block; background: #ffffff; color: #333333; box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.6); padding: 2px 10px; font-size: 12px; font-weight: bold; border-radius: 4px; } #messages abbr.message-close:hover { background: #b3b3b3; box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.6); } #messages .error { background-color: #be2408; } #messages .warning { background-color: #fbb03b; } #messages .debug { background-color: #b3b3b3; } #messages .info { background-color: #3a6b8c; } #messages .success { background-color: #4b7945; } /* FIXME: Belongs in the .css, here for testing */ .tag_new_0 .navigation-attention-important { display: none; } #debug { padding: 0; margin: 1em; text-align: right; line-height: 1em; font-size: 0.75em; } tr.message-body { margin-top: -1em; } div.message-body { margin-top: 1em; } #debug { white-space: pre-wrap; } p.text-part-text { white-space: pre-wrap; } p.text-part-quote { white-space: pre-wrap; color: #777; max-height: 5em; overflow: hidden; } /* Web */ /* Header */ #header { width: 100%; min-width: 700px; height: 74px; background: #f2f2f2; border-bottom: 1px solid #b3b3b3; box-sizing: border-box; } #header .logo { width: 64px; height: 45px; display: inline-block; position: relative; top: 8px; margin-right: 15px; left: 20px; } #header h1 { display: inline-block; position: relative; top: 10px; left: 15px; line-height: 36px; color: #4d4d4d; font-weight: normal; } #header h1 small { font-family: Mailpile-300, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; display: block; font-size: 18px; line-height: 18px; } #header nav { float: right; position: relative; top: 10px; right: 15px; } #header nav ul { display: inline-block; } #header nav ul li { display: inline-block; float: left; margin-left: 30px; text-align: center; } #header nav a { font-size: 14px; font-family: Mailpile-300, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: normal; color: #4d4d4d; } #header nav a:hover { color: #3a6b8c; } #header nav ul li a span { display: block; font-size: 36px; } /* Container */ #container { width: 100%; min-width: 800px; display: table; padding: 0; margin: 0; } /* Sidebar */ #sidebar { width: 22%; min-width: 225px; display: table-cell; background: #f2f2f2; border-right: 1px solid #b3b3b3; box-sizing: border-box; margin: 0; padding: 0px; border-spacing: 0px; line-height: 18px; vertical-align: top; } #sidebar li.navigation-on { background: #b3b3b3; } #sidebar li.navigation-on a { cursor: default; color: #ffffff; } #sidebar li.navigation-on a span { color: #4d4d4d; } #sidebar a { display: block; padding: 15px 20px; font-family: Mailpile-300, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 18px; color: #4d4d4d; } #sidebar a:hover { color: #be2408; } #sidebar a:active { color: #be2408; } #sidebar a span { position: relative; top: 3px; left: 0px; font-size: 24px; margin-right: 4px; } #button-compose span.icon-compose { position: relative; top: 15px; left: 0px; } #button-compose small { display: block; font-size: 12px; line-height: 12px; color: #b3b3b3; position: relative; top: 5px; left: 35px; } /* Content */#content { width: 78%; min-width: 575px; display: table-cell; box-sizing: border-box; border-spacing: 10px; } #content div.pile-speed { text-align: center; font-family: Mailpile-300, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; color: #b3b3b3; } #content div.pile-speed span { font-size: 24px; margin-right: 10px; position: relative; top: 3px; left: 0px; } /* Sub Navigation */ #sub-navigation { width: 100%; min-width: 450px; float: right; display: block; background: #f2f2f2; border-bottom: 1px solid #b3b3b3; box-sizing: border-box; } #sub-navigation a { display: block; padding: 10px 15px; font-family: Mailpile-300, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; color: #4d4d4d; } #sub-navigation a:hover, #sub-navigation a:hover span.navigation-icon { color: #be2408; } #sub-navigation li.navigation-on { background: #b3b3b3; } #sub-navigation li.navigation-on a { cursor: default; padding: 10px 15px; color: #ffffff; } #sub-navigation ul { display: block; } #sub-navigation li { display: inline-block; float: left; text-align: center; } .navigation-icon { margin: 0 8px 0 4px; color: #4d4d4d; } .navigation-attention-urgent { border-radius: 4px; background: #f15a24; padding: 1px 4px; color: #ffffff; } .navigation-attention-important { border-radius: 4px; background: #fbb03b; padding: 1px 4px; color: #ffffff; } /* Search */ #search { border-bottom: 1px solid #b3b3b3; padding: 10px 20px; box-sizing: padding-box; } #search form { margin-bottom: 0px; } #search span.icon-search { position: relative; top: 6px; left: 0px; display: inline-block; font-size: 24px; color: #4d4d4d; } #search input[type=text] { width: 75%; display: inline-block; border: 0px; outline: none; font-family: Mailpile-300, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 24px; color: #4d4d4d; padding: 0px; margin-bottom: 0px; position: relative; top: 5px; left: 10px; } #search input[type=text]:placeholder { color: #b3b3b3; } #search input[type=text]:focus { -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0); -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0); box-shadow: 0 0 0 rgba(0, 0, 0, 0); outline: none; color: #4d4d4d; } #search input[type=submit] { float: right; } #search-params a { padding: 5px 10px; background: #f2f2f2; color: #4d4d4d; font-family: Mailpile-300, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; border-radius: 4px; border: 1px solid #b3b3b3; } #search-params a:hover { background-color: #cccccc; } /* Bulk Actions */ #bulk-actions { border-bottom: 1px solid #b3b3b3; color: #4d4d4d; padding-left: 20px; padding-right: 20px; box-sizing: padding-box; } #bulk-actions a { display: inline-block; margin: 10px 30px 10px 0; color: #4d4d4d; } #bulk-actions a:hover { color: #be2408; } #bulk-actions a span { position: relative; top: 2px; left: 0px; } #bulk-actions h5 { float: right; margin-top: 10px; color: #4d4d4d; font-family: Mailpile-300, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; line-height: 24px; } /* Pile */ #pile-results { width: 100%; } #pile-results tr.result:hover { background: #f7f1de; } #pile-results tr td { padding: 10px; border-spacing: 0px; border-bottom: 1px solid #b3b3b3; font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; } #pile-results td.from { padding-left: 15px; } #pile-results td.subject { width: ; overflow: hidden; } #pile-results tr td a { font-size: 14px; } #pile-bottom { margin: 15px; } #pile-bottom h5 { float: right; color: #4d4d4d; } #pile-bottom div { float: right; text-align: right; } #pile-bottom div a.change-result-size { font-size: 12px; } #pile-results tr.result-on { background: #f2f2f2; } #pile-results tr.result-on:hover { background: #e5e5e5; } /* Footer */ #footer { margin: 20px 0; font-size: 12px; text-align: center; } #footer a { font-size: 12px; } /* File Browser */ .item-file { width: 150px; float: left; margin: 25px 25px; padding: 20px; text-align: center; } .item-file:hover { background: #f2f2f2; } .item-file-icon { display: block; font-size: 125px; margin-bottom: 10px; } .item-file-name { font-size: 14px; font-family: Mailpile-300, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; line-height: 14px; } /* Compose */ .compose-section { padding: .75em; border-bottom: 1px solid #b3b3b3; }
0.475605
0.052814
/** * 720 x 576 * main portal style set * all common classes (independent from resolution) are in services.html */ a {text-decoration: none;} /* scroll bars */ ::-webkit-scrollbar { width:12px } /* component CScrollList */ .cslist-main { overflow-y:scroll; height:100%; text-align:left } .cslist-main a { line-height:30px; padding:0 6px; margin-right:4px; margin-left:0; display:block; text-decoration:none; color:white; cursor:pointer; overflow:hidden; text-overflow:ellipsis } .cslist-main a.hidden { display:none } .cslist-main a.marked { border-radius:4px; background-image:url("img/orange_30.png") } .cslist-main a.disabled { color:#444; cursor:default } .cslist-main a.focused { border-radius:4px; background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0%,#3b3b3b), color-stop(40%,#363636), color-stop(60%,#363636), color-stop(100%,#4e4e4e)) } .cslist-main a.focused.marked { border-radius:4px; background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0%,#5a5238), color-stop(40%,#4c4328), color-stop(60%,#4c4328), color-stop(100%,#655d46)) } /* component CGroupMenu */ .cgmenu-main { width:300px; height:338px } .cgmenu-main table { width:100%; height:100%; display:none } .cgmenu-main tr.title { height:40px; color:#ffc600; font-size:20px } .cgmenu-main tr.title td { text-align:center } .cgmenu-main tr.title td.side { width:12px } .cgmenu-main tr.title td.side p { width:0; height:0; border-top:7px solid transparent; border-bottom:12px solid transparent; padding:0; margin:0 } .cgmenu-main tr.title td.side:last-of-type p { border-left: 12px solid #2a2c2f } .cgmenu-main tr.title td.side:first-of-type p { border-right: 12px solid #2a2c2f } .cgmenu-main tr.title td.side:last-of-type p.active { border-left-color:#ffc20e } .cgmenu-main tr.title td.side:first-of-type p.active { border-right-color:#ffc20e } .cgmenu-main tr.ilist td { padding-top:14px } /* component CModal */ .cmodal-main { display:none; position:absolute; left:0; top:0; height:100%; width:100%; background:url('img/black_bg_new.png'); overflow:hidden; z-index:1000; -webkit-user-select:none } .cmodal-main > .cmodal-cell { display:table-cell; vertical-align:middle; text-align:center } .cmodal-main > .cmodal-cell > .cmodal-body { border-radius: 12px; display:inline-block; text-align:left; min-width:20%; max-width:80%; cursor:default; color:#fff; background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#22283b), color-stop(100%,#445566)); } .cmodal-main > .cmodal-cell > .cmodal-body > .cmodal-header { font-size:20px; padding:12px 24px 0; text-align:center; color:#FDB913 } .cmodal-main > .cmodal-cell > .cmodal-body > .cmodal-content { font-size:20px; padding:12px 24px } .cmodal-main > .cmodal-cell > .cmodal-body > .cmodal-footer { font-size:18px; padding:12px 24px; min-height:12px; border-bottom-left-radius:12px; border-bottom-right-radius:12px; background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#3d4455), color-stop(100%,#5b6b7c)); } .cmodal-main table.main td { padding-bottom:8px } .cmodal-main table.main td.name { padding-right:8px;} .cmodal-main table.main td.data { } .cmodal-main table.main tr:last-of-type td { padding-bottom:0 } .cmodal-main table.main input[type="text"] { font-size:18px; height:20px; padding:0 6px; width:200px; border:2px solid #00AAEE; color:#000000 } .cmodal-main table.main input[type="text"]:focus { background-color:#e6be00} .cmodal-main table.main select { font-size:18px; height:20px; width:100px; padding-left:6px; padding-right:22px; background:#fff url('img/720/select_list_bg.png') right no-repeat; border: 2px solid #00AAEE; color:#000000; -webkit-appearance:none } .cmodal-main table.main select.wide { width:300px } .cmodal-main table.main select:focus { background-color:#e6be00} .cmodal-main table.main div.hint { font-size:18px; width:300px; white-space:nowrap; color:grey; overflow:hidden; text-overflow:ellipsis } .cmodal-main table.main .inactive { color:rgba(0,0,0,0.3) } .cmodal-main table.main .inactive input[type="text"] { border-color:rgba(0,0,0,0.3); background-color:rgba(0,0,0,0.1) } /* component CButtonPanel */ .cbpanel-main { display:table } .cbpanel-main .cbpanel-item { display:table-cell; vertical-align:middle; padding-right:18px; font-size:18px } .cbpanel-main .cbpanel-item:last-of-type { padding-right:0 } .cbpanel-main .cbpanel-item .cbpanel-icon { vertical-align:middle; cursor:pointer } .cbpanel-main .cbpanel-item .cbpanel-text { vertical-align:middle; cursor:pointer; display:inline-block; margin-left:8px } /* component CSearchBar */ .csbar-main { height:28px; width:100%; display:table } .csbar-main .csbar-item { display:table-cell; vertical-align:middle; padding-left:8px; font-size:18px } .csbar-main .csbar-item:first-of-type { padding-left:0 } .csbar-main .csbar-item.stext { padding:0 6px; background-color:#D3D3D4; border:2px solid #00AEEF; display: none; } .csbar-main .csbar-item .text { display:block; background-color:transparent; border:none; font-size:20px; height:28px; color:black; margin-top:-28px; } .csbar-main .csbar-item .hint { display:block; background-color:transparent; border:none; font-size:20px; height:28px; color:gray; } .csbar-main .csbar-item.span { width:100% } .csbar-main .csbar-item.icon { width:24px; text-align:right } .csbar-main .csbar-item.icon img { vertical-align:middle; cursor:pointer } /* component CBreadCrumb */ .cbcrumb-main { display:table; border-collapse:separate; border-spacing:4px } .cbcrumb-main .cbcrumb-item { display:table-cell; vertical-align:middle; padding:4px 5px; border-radius:4px; font-size:18px; cursor:pointer; background-image:url("img/bg_white_10.png") } .cbcrumb-main .cbcrumb-item.active { background-image:url("img/orange_30.png") } .cbcrumb-main .cbcrumb-item.divider { display:none; padding:5px } .cbcrumb-main .cbcrumb-item:last-of-type { } .cbcrumb-main .cbcrumb-item .cbcrumb-icon { vertical-align:middle; height:22px } .cbcrumb-main .cbcrumb-item .cbcrumb-text { vertical-align:middle; display:inline-block; margin-left:5px; max-width:74px; white-space:nowrap; text-overflow:ellipsis; overflow:hidden } /* component simple select styles*/ .csimple-select-wrapper { -webkit-appearance:none; background:#fff; border:2px solid #0ae; border-radius:0; border-spacing:0; color:#000; font-size:19px; height:30px; line-height:30px; outline:none; position:relative; width:285px; } .csimple-select-wrapper .csimple-select-arrow { background:#0ae; cursor:pointer; font-size:0; height:100%; position:absolute; vertical-align:middle; z-index:10; } .csimple-select-wrapper .csimple-select-arrow p { border-bottom:8px solid transparent; border-top:8px solid transparent; display:inline; height:0; margin:0 7px; padding:0; width:0; } .csimple-select-wrapper .csimple-select-arrow.disabled { background:#00aaef; } .csimple-select-wrapper .csimple-select-arrow.disabled p { color:#afe2f6; } .csimple-select-wrapper .csimple-select-arrow.left { border-right:none; left:0; top:0; } .csimple-select-wrapper .csimple-select-arrow.left p { border-right:8px solid; } .csimple-select-wrapper .csimple-select-arrow.right { border-left:none; right:0; top:0; } .csimple-select-wrapper .csimple-select-arrow.right p { border-left:8px solid; } .csimple-select-wrapper .csimple-select-content { color:#000; margin:0 -30px; overflow:hidden; padding:0 30px; position:relative; text-overflow:ellipsis; white-space:nowrap; } .csimple-select-wrapper .csimple-select-content.center { text-align:center; } .csimple-select-wrapper div.content-wrapper { padding:0 25px 0 30px; } .csimple-select-wrapper.disabled .csimple-select-arrow p { border:#afe2f6; } .csimple-select-wrapper:focus { background:#e6be00; } .csimple-select-wrapper .csimple-select-content.csimple-select-hint { color:#000; display:none; position:absolute; top:0; } .csimple-select-wrapper.autocomplete .csimple-select-content { color:#8a8a8a; } .csimple-select-wrapper.autocomplete .csimple-select-hint { display:block; } /* component Select box style*/ .csimple-select-wrapper.cselect-box:focus .csimple-content-wrapper { background-origin:content-box; } .csimple-select-wrapper.cselect-box:focus .csimple-select-content { margin-right:10px; } .csimple-select-dropdown { position:absolute; z-index:100; border-style:solid; border-color:#0ae; border-width:1px; background:#fff; border-top:0; } .csimple-select-dropdown .csimple-dropdown-main { position:relative; max-height:120px; overflow-y:auto; } .csimple-select-dropdown .csimple-dropdown-main::-webkit-scrollbar-track { background:#2a2c2f } .csimple-select-dropdown .csimple-dropdown-main::-webkit-scrollbar-track { background:#2a2c2f } .csimple-select-dropdown .csimple-dropdown-main::-webkit-scrollbar { width:14px } .csimple-select-dropdown .csimple-dropdown-main a { width:100%; height:30px; color:#000; background-color:#fff; display:block; position:relative; font-size:19px; line-height:30px; text-decoration:none; text-indent:15px; } .csimple-select-dropdown .csimple-dropdown-main a .dropdown-element { text-overflow:ellipsis; white-space:nowrap; overflow:hidden; } .csimple-select-dropdown .csimple-dropdown-main a.focused { background-color:#0ae; color:#fff; border:none; outline:0; } .csimple-select-dropdown .csimple-dropdown-main a.marked { background-color:#e6be00; } .csimple-select-dropdown .csimple-dropdown-main a.marked.focused { background-color:#447aca; } /* common page template */ .page { color:white; background-color:#000; font-family:"Ubuntu" } .page .crop { padding:20px 50px 20px 60px;} .page .body { height:100%; width:100% } .page .body .header { height:92px; background: url("img/576/topmenu_new_bg.png") transparent } .page .body .header .crop { padding-bottom:0 } .page .body .content { height:398px } .page .body .content .crop { padding-top:0; padding-bottom:0 } .page .body .footer { height:86px; background: url("img/576/bottommenu_bg.png") transparent } .page .body .footer .crop { padding-top:0 } .page .body .footer .exit { padding-right:0; width:100px; background: url("img/576/exit_wrapper_bg.png") 0 0 transparent } .page .body .footer .exit div { height:100%; background: url("img/576/ico_exit.png") no-repeat center center transparent; cursor:pointer } .new-buttons .page .body .footer .exit div { height:100%; line-height:75px; background:url("img/576/new/exit2.png") no-repeat center left transparent; text-align:right; padding-right:15px; cursor:pointer } /*--- VOLUME ---*/ .volumeContainer { height:40px; left:300px; top:35px; position:absolute; z-index:1; } .volumeContainer > .mute { width:60px; height:40px; background:url("img/volume/volume_off.png"); border-radius:5px; } .volumeContainer > .volumeForm { width:270px; height:40px; background-image:url("img/volume/volume_bg.png"); border-radius:5px; } .volumeContainer > .volumeForm > div { height:40px; margin-left: 65px; background:url("img/volume/volume_bar.png") right no-repeat; } .volumeContainer > .volumeForm > img { float:left; margin-left: 60px; height: 40px; } /* MAIN PAGE */ .page#MainPage{} /* общее */ #loading {background-color: black; height: 100%; position: absolute; width: 100%; z-index: 3; top:0; left:0;} #loading span {position:absolute; color:#ccc; font-family:'Ubuntu'; font-size:36px; width:100%; text-align:center; top:50%; z-index: 4;} #loadingVersion {position: absolute; color:#ccc; font-family: 'Ubuntu'; font-size: 26px; width: 100%; text-align: right; bottom: 70px; right: 70px} .page#MainPage .content {vertical-align: top;} .page#MainPage .content .servText {line-height: 30px; margin-left: 6px;} .page#MainPage .notActive .focused {background-image: -webkit-gradient(linear, 0% 100%, 0% 0%, from(rgba(59, 59, 59, 0.5)), color-stop(0.4, rgba(24, 24, 24, 0.5)), color-stop(0.6, rgba(24, 24, 24, 0.5)), to(rgba(78, 78, 78, 0.5))) !important;} /* шапка*/ .page#MainPage .header .logo {width:100px;display: table-cell; padding-left: 20px;} .page#MainPage .header .logo div{background: url("img/576/logo_ex_ua.png") no-repeat; width: 94px; height:19px; margin-left: 0px;} .page#MainPage .header .csbar {padding-right: 10px;} /* левая колонка */ .page#MainPage .typeLst{width: 84px;} .page#MainPage .ctypeLst{height: 48px; margin: 14px 12px; width: 60px;} .page#MainPage .typeLst .cslist-main{overflow-y: hidden; height:auto; text-align:left; } .page#MainPage #typeItem0{ background: url("img/576/ex_ua_section_video.png") no-repeat; background-size: 60px 48px; } .page#MainPage #typeItem1{ background: url("img/576/ex_ua_section_music.png") no-repeat; background-size: 60px 48px;} .page#MainPage #typeItem2{ background: url("img/576/ex_ua_section_pics.png") no-repeat; background-size: 60px 48px;} /* центральная колонка */ .page#MainPage .mainContent{overflow: hidden; width: 320px; font-size: 22px; color: #ffc20e; padding-left: 15px; padding-right: 15px; vertical-align: top;} .page#MainPage .mainContent .cslist-main{height: 360px; text-align:left; overflow-y:scroll; position: fixed; width: 265px;} .page#MainPage .mainContent .cslist-main a {line-height:40px; padding:0 6px; margin-right:5px; margin-left:0; display:block; text-decoration:none; color:white; cursor:pointer; overflow:hidden; text-overflow:ellipsis} /* правая колонка */ .page#MainPage .rightContent{width: 224px; padding: 0px; background: none;overflow: hidden; font-size: 20px; color: #ffc20e;} .page#MainPage .rightContent .hideOldData {background: url(img/720/bg_black.png); display: none; height: 378px; left: 476px; position: absolute; top: 92px; width: 224px;} .page#MainPage .rightContent .cslist-main {overflow-y: hidden; height: 360px; text-align:left;line-height: 0px; width: 224px;} .page#MainPage .rightContent .cslist-main img {height:130px; width:100px; float:right; margin: 6px; position:relative;} .page#MainPage .rightContent .cslist-main a {display: inline-block;line-height:30px; padding: 0px; margin:0; text-decoration:none; color:white; cursor:pointer; overflow:hidden; text-overflow:ellipsis;} /* footer */ /* LIST PAGE */ .page#ListPage{background-color: initial;} /* общее */ .page#ListPage .content .servText {line-height: 30px; margin-left: 6px;} .page#ListPage .infoMessage {z-index: 2; background-color: black; height: 390px; left: 40px; overflow-y: scroll; position: absolute; right: 35px; top: 100px; width: 640px;} .page#ListPage .infoMessage .messText img { max-width: 350px !important; height: auto !important; margin: 0px 30px 30px 0px !important;} .page#ListPage .infoMessage .messText {color: white; font-size: 20px; padding-right: 20px; padding-left: 20px;} .page#ListPage .infoMessage .messText h1{color: white; font-size: 24px;} .page#ListPage .infoMessage .messText font {color: white !important;} /* шапка*/ .page#ListPage .header .logo {width:100px;display: table-cell; padding-left: 20px;} .page#ListPage .header .logo div {background: url("img/576/logo_ex_ua.png") no-repeat; width: 94px; height:19px; margin-left: 0px;} .page#ListPage .header .csbar {padding-right: 10px;} /* левая колонка */ .page#ListPage .mainContent {overflow: hidden; width: 380px; font-size: 22px; color: #ffc20e; padding-right: 15px; vertical-align: top;} .page#ListPage .mainContent .cgmenu-main {width: 380px; height: 371px;} .page#ListPage .mainContent .cslist-main { width: 380px; height: 371px; text-align:left; overflow-y:scroll; } .page#ListPage .mainContent .cslist-main a {line-height:53px; margin-top: 0px; padding:0; margin-right:5px; margin-left:0; display:block; text-decoration:none; color:white; cursor:pointer; overflow:hidden; text-overflow:ellipsis} .page#ListPage .mainContent .cslist-main .obj { background: url("img/576/ico_folder_files.png") no-repeat 10px center; padding-left: 50px; background-size: 30px; white-space: nowrap; overflow:hidden; text-overflow:ellipsis; } .page#ListPage .mainContent .cslist-main .cat { background: url("img/576/media_ico_fld.png") no-repeat 10px center; padding-left: 50px; background-size: 30px; white-space: nowrap; overflow:hidden; text-overflow:ellipsis; } .page#ListPage .mainContent .cslist-main .stream { background: url("img/576/media_ico_str.png") no-repeat 10px center; padding-left: 50px; background-size: 30px; white-space: nowrap; overflow:hidden; text-overflow:ellipsis; } .page#ListPage .mainContent .cslist-main .back { background: url("img/576/media_ico_ret.png") no-repeat 10px center; padding-left: 50px; background-size: 30px; white-space: nowrap; overflow:hidden; text-overflow:ellipsis; } .page#ListPage .mainContent .cslist-main .video { background: url("img/576/media_ico_vid.png") no-repeat 10px center; padding-left: 50px; background-size: 30px; white-space: nowrap; overflow:hidden; text-overflow:ellipsis; } .page#ListPage .mainContent .cslist-main .audio { background: url("img/576/media_ico_aud.png") no-repeat 10px center; padding-left: 50px; background-size: 30px; white-space: nowrap; overflow:hidden; text-overflow:ellipsis; } .page#ListPage .mainContent .cslist-main .image { background: url("img/576/media_ico_img.png") no-repeat 10px center; padding-left: 50px; background-size: 30px; white-space: nowrap; overflow:hidden; text-overflow:ellipsis; } /* правая колонка */ .page#ListPage .rightContent {width: 180px; height: 298px; padding: 0px; background: none;overflow: hidden; font-size: 18px; color: #ffc20e; vertical-align:top;} .page#ListPage .rightContent .info {overflow-y: hidden; height: 280px; text-align:center; line-height: 20px; padding-top: 5px;} .page#ListPage .rightContent .info .itemImg {height: 160px; max-width: 120px; } .page#ListPage .rightContent .info .player { height:140px; margin-bottom:2px; cursor:pointer } .page#ListPage .rightContent .info .player.stop { background: url("img/bg_white_30.png") center repeat, url("img/576/ico_osd_playpause.png") center no-repeat } .page#ListPage .rightContent .info .player.load { background: url("img/bg_white_30.png") center repeat, url("img/576/ico_osd_wait.png") center no-repeat } .page#ListPage .rightContent .info .player.audio { background: url("img/bg_white_30.png") center repeat, url("img/576/ico_osd_audio.png") center no-repeat } .page#ListPage .rightContent .info .player.play { background:none } .page#ListPage .rightContent .info .pgbar { height:12px; background-color:#202224; } .page#ListPage .rightContent .info .pgval { height:12px; top:-12px; width:0; background-color:#ffc20e; position:relative; display:inline-block; float:left; } .page#ListPage .rightContent .view {width: 220px;} .page#ListPage .rightContent .info .view .text { margin-left:5px; float: left; margin-top: 5px; text-align: left; width: 205px;} .page#ListPage .rightContent .info .view .text span { color:white; } .page#ListPage .rightContent .info .view .preview_back .text { padding: 0px; line-height: 20px; padding-left: 10px; margin-left: 0px; width: 150px;} .page#ListPage .rightContent .info .view .preview_back img { margin-top:5px; padding-right:5px;} /* footer */ .page#ListPage .footer .crop .cbpanel-item {padding-right: 10px;} .page#ListPage .footer .crop {padding-left: 10px;} .page#ListPage .footer .crop.exit {padding-left: 60px;} /* MediaPlayer PAGE */ #pageMediaPlayer {width: 720px; height: 576px; background-color:none; background: none;} #pageMediaPlayer ::-webkit-scrollbar {width:14px;} #pageMediaPlayer ::-webkit-scrollbar-track {background:#222;} #pageMediaPlayer ::-webkit-scrollbar-thumb {background:#fd3;} #pageMediaPlayer .player_header {height:49px; padding:35px 30px 10px 60px; width:720px; background:url(img/576/player_menu_bg.png)} #pageMediaPlayer .player_header .exit_bg {height:60px; width:95px; margin:-50px 0 0 -50px; padding-top:50px; padding-left:50px; background:url(img/576/exit_wrapper_bg.png); float:left;} #pageMediaPlayer .player_header .exit {height:38px; width:52px; background:url(img/576/ico_exit.png) bottom no-repeat; display:block;} .new-buttons #pageMediaPlayer .player_header .exit { height:38px; line-height:50px; width:85px; text-align:right; color:white; background:url(img/576/new/exit2.png) bottom left no-repeat; display:block; cursor:pointer; } #pageMediaPlayer .player_header .settings {height:38px; margin-left:10px; float:left; padding-left:60px; font-size:20px; color:#fff; line-height:42px; background:url(img/576/ico_menu.png) left bottom no-repeat;} .new-buttons #pageMediaPlayer .player_header .settings {height:38px; margin-left:10px; float:left; padding-left:35px; font-size:20px; color:#fff; line-height:42px; background:url(img/576/new/menu2.png) left bottom no-repeat;} #pageMediaPlayer .player_header .hideplayer {height:38px; margin-left:10px; float:left;max-width:90px; padding-left:60px; font-size:20px; color:#fff; line-height:20px; background:url(img/576/ico_info.png) left bottom no-repeat;} .new-buttons #pageMediaPlayer .player_header .hideplayer {height:38px; margin-left:10px; float:left;max-width:90px; padding-left:35px; font-size:20px; color:#fff; line-height:20px; background:url(img/576/new/info2.png) left bottom no-repeat;} #pageMediaPlayer .player_header .hideplist {height:38px; margin-right: 60px; float:right; max-width:90px; padding-left:40px; font-size:20px; color:#fff; line-height:20px; background:url(img/576/ico_f2.png) left bottom no-repeat;} #pageMediaPlayer .player_header .blue {height:38px; margin-left:30px; float:right; max-width:110px; padding-left:60px; font-size:20px; color:#fff; line-height:20px; background:url(img/576/ico_f4.png) left bottom no-repeat;} #pageMediaPlayer .player_header .clock {height:40px;color:#fff; font-size:38px; float:right; margin-left:40px;} #pageMediaPlayer .player_footer {position:absolute; bottom:0; height:50px; width:720px; padding:10px 30px 35px 60px; background:url(img/576/player_menu_bg.png)} #pageMediaPlayer .player_footer .seekbar {height:10px; width:620px; margin-bottom:10px; background:#141414;} #pageMediaPlayer .player_footer .seekbar .progress {position:relative; height:10px; background:#fd3; width:40%;} #pageMediaPlayer .player_footer .seekbar .preload {float:left; height:10px; background:#3c3c3c; margin-top:-10px; width:50%;} #pageMediaPlayer .player_footer .play-pause {height:35px; width:30px; margin-right:5px; float:left; background:url(img/576/ico_playpause.png) no-repeat;} #pageMediaPlayer .player_footer .rew {height:35px; width:30px; margin-right:5px; float:left; background:url(img/576/ico_prev.png) no-repeat;} #pageMediaPlayer .player_footer .ffwd {height:35px; width:30px; margin-right:5px; float:left; background:url(img/576/ico_next.png) no-repeat;} #pageMediaPlayer .player_footer .time_cur {color:#fd3; height:24px; padding:0px 16px 0px 0px; border-radius:6px; font-size:20px; float:right;} #pageMediaPlayer .player_footer .time_total {color:#fff; font-size:20px; float:right; margin-right: 100px;} #pageMediaPlayer .player_footer .slash {color:#fff; font-size:20px; line-height:22px; margin:0 8px 0 -10px; float:right;} #pageMediaPlayer .player_footer .input {color:#000000; background:#fd3;} #pageMediaPlayer .player_footer .name {font-size:24px; color:#fff; line-height:22px; width:330px; float:left; overflow:hidden; text-overflow: ellipsis; white-space:nowrap;} #pageMediaPlayer .cright { position:absolute; bottom:120px; left:0; height:40px; margin-left:50px;} #pageMediaPlayer .cright .box {height:20px; margin-right:10px; padding: 10px; float:left; background:url(img/576/player_menu_bg.png);} #pageMediaPlayer .cright .box #audioText { margin-left:8px; } #pageMediaPlayer .frame {position:absolute;width: 600px; height:355px; padding: 16px 0px 17px 50px; top:94px; left:0;} #pageMediaPlayer .frame .button_bar {height:68px; width:600px;} #pageMediaPlayer .frame .ok {height:38px; margin-top:14px; float:left; padding-left:48px; font-size:20px; color:#fff; line-height:40px; background:url(img/576/ico_ok.png) left bottom no-repeat;} #pageMediaPlayer .frame .prev {height:38px; margin:14px 0 0 20px; float:left; padding-left:40px; font-size:20px; color:#fff; line-height:20px; background:url(img/576/ico_pgUp.png) left bottom no-repeat;} #pageMediaPlayer .frame .next {height:38px; margin:14px 0 0 20px; float:left; padding-left:40px; font-size:20px; color:#fff; line-height:20px; background:url(img/576/ico_pgDown.png) left bottom no-repeat;} #pageMediaPlayer .frame .cslist-main { height:294px; width:600px; margin-top: 10px; overflow-x:hidden; overflow-y:scroll;} #pageMediaPlayer .frame .cslist-main a { width:580px; padding:0px 5px;} #pageMediaPlayer .frame .cslist-main a.focused { background-image: url('img/576/tv_item_focus.png');} #pageMediaPlayer .frame .cslist-main a .data {height:42px; width:560px; float:left;line-height:42px; text-indent:10px;text-align: left;padding-left:0px; font-size:26px; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; } #pageMediaPlayer .frame .cslist-main a .star {height:42px; width:1px; float:left;} #pageMediaPlayer .frame .cslist-main a.stared .data {background: none; background-image:none;} .page#pageMediaPlayer .cmodal-main .cmodal-menu { font-size:28px; float:right; margin-top: -2px;} .page#pageMediaPlayer .cmodal-main .cmodal-menu .cgmenu-main { font-size:28px; padding:25px 35px; clear:both; background-color:#202224 } #pageMediaPlayer .mediaHeaderIco{height: 30px; margin-left: 70px; margin-top: 100px; position: absolute; display:none;} .cmodal-main.cModalHint > .cmodal-cell > .cmodal-body { text-align:center; }
external/ex/576.css
/** * 720 x 576 * main portal style set * all common classes (independent from resolution) are in services.html */ a {text-decoration: none;} /* scroll bars */ ::-webkit-scrollbar { width:12px } /* component CScrollList */ .cslist-main { overflow-y:scroll; height:100%; text-align:left } .cslist-main a { line-height:30px; padding:0 6px; margin-right:4px; margin-left:0; display:block; text-decoration:none; color:white; cursor:pointer; overflow:hidden; text-overflow:ellipsis } .cslist-main a.hidden { display:none } .cslist-main a.marked { border-radius:4px; background-image:url("img/orange_30.png") } .cslist-main a.disabled { color:#444; cursor:default } .cslist-main a.focused { border-radius:4px; background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0%,#3b3b3b), color-stop(40%,#363636), color-stop(60%,#363636), color-stop(100%,#4e4e4e)) } .cslist-main a.focused.marked { border-radius:4px; background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0%,#5a5238), color-stop(40%,#4c4328), color-stop(60%,#4c4328), color-stop(100%,#655d46)) } /* component CGroupMenu */ .cgmenu-main { width:300px; height:338px } .cgmenu-main table { width:100%; height:100%; display:none } .cgmenu-main tr.title { height:40px; color:#ffc600; font-size:20px } .cgmenu-main tr.title td { text-align:center } .cgmenu-main tr.title td.side { width:12px } .cgmenu-main tr.title td.side p { width:0; height:0; border-top:7px solid transparent; border-bottom:12px solid transparent; padding:0; margin:0 } .cgmenu-main tr.title td.side:last-of-type p { border-left: 12px solid #2a2c2f } .cgmenu-main tr.title td.side:first-of-type p { border-right: 12px solid #2a2c2f } .cgmenu-main tr.title td.side:last-of-type p.active { border-left-color:#ffc20e } .cgmenu-main tr.title td.side:first-of-type p.active { border-right-color:#ffc20e } .cgmenu-main tr.ilist td { padding-top:14px } /* component CModal */ .cmodal-main { display:none; position:absolute; left:0; top:0; height:100%; width:100%; background:url('img/black_bg_new.png'); overflow:hidden; z-index:1000; -webkit-user-select:none } .cmodal-main > .cmodal-cell { display:table-cell; vertical-align:middle; text-align:center } .cmodal-main > .cmodal-cell > .cmodal-body { border-radius: 12px; display:inline-block; text-align:left; min-width:20%; max-width:80%; cursor:default; color:#fff; background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#22283b), color-stop(100%,#445566)); } .cmodal-main > .cmodal-cell > .cmodal-body > .cmodal-header { font-size:20px; padding:12px 24px 0; text-align:center; color:#FDB913 } .cmodal-main > .cmodal-cell > .cmodal-body > .cmodal-content { font-size:20px; padding:12px 24px } .cmodal-main > .cmodal-cell > .cmodal-body > .cmodal-footer { font-size:18px; padding:12px 24px; min-height:12px; border-bottom-left-radius:12px; border-bottom-right-radius:12px; background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#3d4455), color-stop(100%,#5b6b7c)); } .cmodal-main table.main td { padding-bottom:8px } .cmodal-main table.main td.name { padding-right:8px;} .cmodal-main table.main td.data { } .cmodal-main table.main tr:last-of-type td { padding-bottom:0 } .cmodal-main table.main input[type="text"] { font-size:18px; height:20px; padding:0 6px; width:200px; border:2px solid #00AAEE; color:#000000 } .cmodal-main table.main input[type="text"]:focus { background-color:#e6be00} .cmodal-main table.main select { font-size:18px; height:20px; width:100px; padding-left:6px; padding-right:22px; background:#fff url('img/720/select_list_bg.png') right no-repeat; border: 2px solid #00AAEE; color:#000000; -webkit-appearance:none } .cmodal-main table.main select.wide { width:300px } .cmodal-main table.main select:focus { background-color:#e6be00} .cmodal-main table.main div.hint { font-size:18px; width:300px; white-space:nowrap; color:grey; overflow:hidden; text-overflow:ellipsis } .cmodal-main table.main .inactive { color:rgba(0,0,0,0.3) } .cmodal-main table.main .inactive input[type="text"] { border-color:rgba(0,0,0,0.3); background-color:rgba(0,0,0,0.1) } /* component CButtonPanel */ .cbpanel-main { display:table } .cbpanel-main .cbpanel-item { display:table-cell; vertical-align:middle; padding-right:18px; font-size:18px } .cbpanel-main .cbpanel-item:last-of-type { padding-right:0 } .cbpanel-main .cbpanel-item .cbpanel-icon { vertical-align:middle; cursor:pointer } .cbpanel-main .cbpanel-item .cbpanel-text { vertical-align:middle; cursor:pointer; display:inline-block; margin-left:8px } /* component CSearchBar */ .csbar-main { height:28px; width:100%; display:table } .csbar-main .csbar-item { display:table-cell; vertical-align:middle; padding-left:8px; font-size:18px } .csbar-main .csbar-item:first-of-type { padding-left:0 } .csbar-main .csbar-item.stext { padding:0 6px; background-color:#D3D3D4; border:2px solid #00AEEF; display: none; } .csbar-main .csbar-item .text { display:block; background-color:transparent; border:none; font-size:20px; height:28px; color:black; margin-top:-28px; } .csbar-main .csbar-item .hint { display:block; background-color:transparent; border:none; font-size:20px; height:28px; color:gray; } .csbar-main .csbar-item.span { width:100% } .csbar-main .csbar-item.icon { width:24px; text-align:right } .csbar-main .csbar-item.icon img { vertical-align:middle; cursor:pointer } /* component CBreadCrumb */ .cbcrumb-main { display:table; border-collapse:separate; border-spacing:4px } .cbcrumb-main .cbcrumb-item { display:table-cell; vertical-align:middle; padding:4px 5px; border-radius:4px; font-size:18px; cursor:pointer; background-image:url("img/bg_white_10.png") } .cbcrumb-main .cbcrumb-item.active { background-image:url("img/orange_30.png") } .cbcrumb-main .cbcrumb-item.divider { display:none; padding:5px } .cbcrumb-main .cbcrumb-item:last-of-type { } .cbcrumb-main .cbcrumb-item .cbcrumb-icon { vertical-align:middle; height:22px } .cbcrumb-main .cbcrumb-item .cbcrumb-text { vertical-align:middle; display:inline-block; margin-left:5px; max-width:74px; white-space:nowrap; text-overflow:ellipsis; overflow:hidden } /* component simple select styles*/ .csimple-select-wrapper { -webkit-appearance:none; background:#fff; border:2px solid #0ae; border-radius:0; border-spacing:0; color:#000; font-size:19px; height:30px; line-height:30px; outline:none; position:relative; width:285px; } .csimple-select-wrapper .csimple-select-arrow { background:#0ae; cursor:pointer; font-size:0; height:100%; position:absolute; vertical-align:middle; z-index:10; } .csimple-select-wrapper .csimple-select-arrow p { border-bottom:8px solid transparent; border-top:8px solid transparent; display:inline; height:0; margin:0 7px; padding:0; width:0; } .csimple-select-wrapper .csimple-select-arrow.disabled { background:#00aaef; } .csimple-select-wrapper .csimple-select-arrow.disabled p { color:#afe2f6; } .csimple-select-wrapper .csimple-select-arrow.left { border-right:none; left:0; top:0; } .csimple-select-wrapper .csimple-select-arrow.left p { border-right:8px solid; } .csimple-select-wrapper .csimple-select-arrow.right { border-left:none; right:0; top:0; } .csimple-select-wrapper .csimple-select-arrow.right p { border-left:8px solid; } .csimple-select-wrapper .csimple-select-content { color:#000; margin:0 -30px; overflow:hidden; padding:0 30px; position:relative; text-overflow:ellipsis; white-space:nowrap; } .csimple-select-wrapper .csimple-select-content.center { text-align:center; } .csimple-select-wrapper div.content-wrapper { padding:0 25px 0 30px; } .csimple-select-wrapper.disabled .csimple-select-arrow p { border:#afe2f6; } .csimple-select-wrapper:focus { background:#e6be00; } .csimple-select-wrapper .csimple-select-content.csimple-select-hint { color:#000; display:none; position:absolute; top:0; } .csimple-select-wrapper.autocomplete .csimple-select-content { color:#8a8a8a; } .csimple-select-wrapper.autocomplete .csimple-select-hint { display:block; } /* component Select box style*/ .csimple-select-wrapper.cselect-box:focus .csimple-content-wrapper { background-origin:content-box; } .csimple-select-wrapper.cselect-box:focus .csimple-select-content { margin-right:10px; } .csimple-select-dropdown { position:absolute; z-index:100; border-style:solid; border-color:#0ae; border-width:1px; background:#fff; border-top:0; } .csimple-select-dropdown .csimple-dropdown-main { position:relative; max-height:120px; overflow-y:auto; } .csimple-select-dropdown .csimple-dropdown-main::-webkit-scrollbar-track { background:#2a2c2f } .csimple-select-dropdown .csimple-dropdown-main::-webkit-scrollbar-track { background:#2a2c2f } .csimple-select-dropdown .csimple-dropdown-main::-webkit-scrollbar { width:14px } .csimple-select-dropdown .csimple-dropdown-main a { width:100%; height:30px; color:#000; background-color:#fff; display:block; position:relative; font-size:19px; line-height:30px; text-decoration:none; text-indent:15px; } .csimple-select-dropdown .csimple-dropdown-main a .dropdown-element { text-overflow:ellipsis; white-space:nowrap; overflow:hidden; } .csimple-select-dropdown .csimple-dropdown-main a.focused { background-color:#0ae; color:#fff; border:none; outline:0; } .csimple-select-dropdown .csimple-dropdown-main a.marked { background-color:#e6be00; } .csimple-select-dropdown .csimple-dropdown-main a.marked.focused { background-color:#447aca; } /* common page template */ .page { color:white; background-color:#000; font-family:"Ubuntu" } .page .crop { padding:20px 50px 20px 60px;} .page .body { height:100%; width:100% } .page .body .header { height:92px; background: url("img/576/topmenu_new_bg.png") transparent } .page .body .header .crop { padding-bottom:0 } .page .body .content { height:398px } .page .body .content .crop { padding-top:0; padding-bottom:0 } .page .body .footer { height:86px; background: url("img/576/bottommenu_bg.png") transparent } .page .body .footer .crop { padding-top:0 } .page .body .footer .exit { padding-right:0; width:100px; background: url("img/576/exit_wrapper_bg.png") 0 0 transparent } .page .body .footer .exit div { height:100%; background: url("img/576/ico_exit.png") no-repeat center center transparent; cursor:pointer } .new-buttons .page .body .footer .exit div { height:100%; line-height:75px; background:url("img/576/new/exit2.png") no-repeat center left transparent; text-align:right; padding-right:15px; cursor:pointer } /*--- VOLUME ---*/ .volumeContainer { height:40px; left:300px; top:35px; position:absolute; z-index:1; } .volumeContainer > .mute { width:60px; height:40px; background:url("img/volume/volume_off.png"); border-radius:5px; } .volumeContainer > .volumeForm { width:270px; height:40px; background-image:url("img/volume/volume_bg.png"); border-radius:5px; } .volumeContainer > .volumeForm > div { height:40px; margin-left: 65px; background:url("img/volume/volume_bar.png") right no-repeat; } .volumeContainer > .volumeForm > img { float:left; margin-left: 60px; height: 40px; } /* MAIN PAGE */ .page#MainPage{} /* общее */ #loading {background-color: black; height: 100%; position: absolute; width: 100%; z-index: 3; top:0; left:0;} #loading span {position:absolute; color:#ccc; font-family:'Ubuntu'; font-size:36px; width:100%; text-align:center; top:50%; z-index: 4;} #loadingVersion {position: absolute; color:#ccc; font-family: 'Ubuntu'; font-size: 26px; width: 100%; text-align: right; bottom: 70px; right: 70px} .page#MainPage .content {vertical-align: top;} .page#MainPage .content .servText {line-height: 30px; margin-left: 6px;} .page#MainPage .notActive .focused {background-image: -webkit-gradient(linear, 0% 100%, 0% 0%, from(rgba(59, 59, 59, 0.5)), color-stop(0.4, rgba(24, 24, 24, 0.5)), color-stop(0.6, rgba(24, 24, 24, 0.5)), to(rgba(78, 78, 78, 0.5))) !important;} /* шапка*/ .page#MainPage .header .logo {width:100px;display: table-cell; padding-left: 20px;} .page#MainPage .header .logo div{background: url("img/576/logo_ex_ua.png") no-repeat; width: 94px; height:19px; margin-left: 0px;} .page#MainPage .header .csbar {padding-right: 10px;} /* левая колонка */ .page#MainPage .typeLst{width: 84px;} .page#MainPage .ctypeLst{height: 48px; margin: 14px 12px; width: 60px;} .page#MainPage .typeLst .cslist-main{overflow-y: hidden; height:auto; text-align:left; } .page#MainPage #typeItem0{ background: url("img/576/ex_ua_section_video.png") no-repeat; background-size: 60px 48px; } .page#MainPage #typeItem1{ background: url("img/576/ex_ua_section_music.png") no-repeat; background-size: 60px 48px;} .page#MainPage #typeItem2{ background: url("img/576/ex_ua_section_pics.png") no-repeat; background-size: 60px 48px;} /* центральная колонка */ .page#MainPage .mainContent{overflow: hidden; width: 320px; font-size: 22px; color: #ffc20e; padding-left: 15px; padding-right: 15px; vertical-align: top;} .page#MainPage .mainContent .cslist-main{height: 360px; text-align:left; overflow-y:scroll; position: fixed; width: 265px;} .page#MainPage .mainContent .cslist-main a {line-height:40px; padding:0 6px; margin-right:5px; margin-left:0; display:block; text-decoration:none; color:white; cursor:pointer; overflow:hidden; text-overflow:ellipsis} /* правая колонка */ .page#MainPage .rightContent{width: 224px; padding: 0px; background: none;overflow: hidden; font-size: 20px; color: #ffc20e;} .page#MainPage .rightContent .hideOldData {background: url(img/720/bg_black.png); display: none; height: 378px; left: 476px; position: absolute; top: 92px; width: 224px;} .page#MainPage .rightContent .cslist-main {overflow-y: hidden; height: 360px; text-align:left;line-height: 0px; width: 224px;} .page#MainPage .rightContent .cslist-main img {height:130px; width:100px; float:right; margin: 6px; position:relative;} .page#MainPage .rightContent .cslist-main a {display: inline-block;line-height:30px; padding: 0px; margin:0; text-decoration:none; color:white; cursor:pointer; overflow:hidden; text-overflow:ellipsis;} /* footer */ /* LIST PAGE */ .page#ListPage{background-color: initial;} /* общее */ .page#ListPage .content .servText {line-height: 30px; margin-left: 6px;} .page#ListPage .infoMessage {z-index: 2; background-color: black; height: 390px; left: 40px; overflow-y: scroll; position: absolute; right: 35px; top: 100px; width: 640px;} .page#ListPage .infoMessage .messText img { max-width: 350px !important; height: auto !important; margin: 0px 30px 30px 0px !important;} .page#ListPage .infoMessage .messText {color: white; font-size: 20px; padding-right: 20px; padding-left: 20px;} .page#ListPage .infoMessage .messText h1{color: white; font-size: 24px;} .page#ListPage .infoMessage .messText font {color: white !important;} /* шапка*/ .page#ListPage .header .logo {width:100px;display: table-cell; padding-left: 20px;} .page#ListPage .header .logo div {background: url("img/576/logo_ex_ua.png") no-repeat; width: 94px; height:19px; margin-left: 0px;} .page#ListPage .header .csbar {padding-right: 10px;} /* левая колонка */ .page#ListPage .mainContent {overflow: hidden; width: 380px; font-size: 22px; color: #ffc20e; padding-right: 15px; vertical-align: top;} .page#ListPage .mainContent .cgmenu-main {width: 380px; height: 371px;} .page#ListPage .mainContent .cslist-main { width: 380px; height: 371px; text-align:left; overflow-y:scroll; } .page#ListPage .mainContent .cslist-main a {line-height:53px; margin-top: 0px; padding:0; margin-right:5px; margin-left:0; display:block; text-decoration:none; color:white; cursor:pointer; overflow:hidden; text-overflow:ellipsis} .page#ListPage .mainContent .cslist-main .obj { background: url("img/576/ico_folder_files.png") no-repeat 10px center; padding-left: 50px; background-size: 30px; white-space: nowrap; overflow:hidden; text-overflow:ellipsis; } .page#ListPage .mainContent .cslist-main .cat { background: url("img/576/media_ico_fld.png") no-repeat 10px center; padding-left: 50px; background-size: 30px; white-space: nowrap; overflow:hidden; text-overflow:ellipsis; } .page#ListPage .mainContent .cslist-main .stream { background: url("img/576/media_ico_str.png") no-repeat 10px center; padding-left: 50px; background-size: 30px; white-space: nowrap; overflow:hidden; text-overflow:ellipsis; } .page#ListPage .mainContent .cslist-main .back { background: url("img/576/media_ico_ret.png") no-repeat 10px center; padding-left: 50px; background-size: 30px; white-space: nowrap; overflow:hidden; text-overflow:ellipsis; } .page#ListPage .mainContent .cslist-main .video { background: url("img/576/media_ico_vid.png") no-repeat 10px center; padding-left: 50px; background-size: 30px; white-space: nowrap; overflow:hidden; text-overflow:ellipsis; } .page#ListPage .mainContent .cslist-main .audio { background: url("img/576/media_ico_aud.png") no-repeat 10px center; padding-left: 50px; background-size: 30px; white-space: nowrap; overflow:hidden; text-overflow:ellipsis; } .page#ListPage .mainContent .cslist-main .image { background: url("img/576/media_ico_img.png") no-repeat 10px center; padding-left: 50px; background-size: 30px; white-space: nowrap; overflow:hidden; text-overflow:ellipsis; } /* правая колонка */ .page#ListPage .rightContent {width: 180px; height: 298px; padding: 0px; background: none;overflow: hidden; font-size: 18px; color: #ffc20e; vertical-align:top;} .page#ListPage .rightContent .info {overflow-y: hidden; height: 280px; text-align:center; line-height: 20px; padding-top: 5px;} .page#ListPage .rightContent .info .itemImg {height: 160px; max-width: 120px; } .page#ListPage .rightContent .info .player { height:140px; margin-bottom:2px; cursor:pointer } .page#ListPage .rightContent .info .player.stop { background: url("img/bg_white_30.png") center repeat, url("img/576/ico_osd_playpause.png") center no-repeat } .page#ListPage .rightContent .info .player.load { background: url("img/bg_white_30.png") center repeat, url("img/576/ico_osd_wait.png") center no-repeat } .page#ListPage .rightContent .info .player.audio { background: url("img/bg_white_30.png") center repeat, url("img/576/ico_osd_audio.png") center no-repeat } .page#ListPage .rightContent .info .player.play { background:none } .page#ListPage .rightContent .info .pgbar { height:12px; background-color:#202224; } .page#ListPage .rightContent .info .pgval { height:12px; top:-12px; width:0; background-color:#ffc20e; position:relative; display:inline-block; float:left; } .page#ListPage .rightContent .view {width: 220px;} .page#ListPage .rightContent .info .view .text { margin-left:5px; float: left; margin-top: 5px; text-align: left; width: 205px;} .page#ListPage .rightContent .info .view .text span { color:white; } .page#ListPage .rightContent .info .view .preview_back .text { padding: 0px; line-height: 20px; padding-left: 10px; margin-left: 0px; width: 150px;} .page#ListPage .rightContent .info .view .preview_back img { margin-top:5px; padding-right:5px;} /* footer */ .page#ListPage .footer .crop .cbpanel-item {padding-right: 10px;} .page#ListPage .footer .crop {padding-left: 10px;} .page#ListPage .footer .crop.exit {padding-left: 60px;} /* MediaPlayer PAGE */ #pageMediaPlayer {width: 720px; height: 576px; background-color:none; background: none;} #pageMediaPlayer ::-webkit-scrollbar {width:14px;} #pageMediaPlayer ::-webkit-scrollbar-track {background:#222;} #pageMediaPlayer ::-webkit-scrollbar-thumb {background:#fd3;} #pageMediaPlayer .player_header {height:49px; padding:35px 30px 10px 60px; width:720px; background:url(img/576/player_menu_bg.png)} #pageMediaPlayer .player_header .exit_bg {height:60px; width:95px; margin:-50px 0 0 -50px; padding-top:50px; padding-left:50px; background:url(img/576/exit_wrapper_bg.png); float:left;} #pageMediaPlayer .player_header .exit {height:38px; width:52px; background:url(img/576/ico_exit.png) bottom no-repeat; display:block;} .new-buttons #pageMediaPlayer .player_header .exit { height:38px; line-height:50px; width:85px; text-align:right; color:white; background:url(img/576/new/exit2.png) bottom left no-repeat; display:block; cursor:pointer; } #pageMediaPlayer .player_header .settings {height:38px; margin-left:10px; float:left; padding-left:60px; font-size:20px; color:#fff; line-height:42px; background:url(img/576/ico_menu.png) left bottom no-repeat;} .new-buttons #pageMediaPlayer .player_header .settings {height:38px; margin-left:10px; float:left; padding-left:35px; font-size:20px; color:#fff; line-height:42px; background:url(img/576/new/menu2.png) left bottom no-repeat;} #pageMediaPlayer .player_header .hideplayer {height:38px; margin-left:10px; float:left;max-width:90px; padding-left:60px; font-size:20px; color:#fff; line-height:20px; background:url(img/576/ico_info.png) left bottom no-repeat;} .new-buttons #pageMediaPlayer .player_header .hideplayer {height:38px; margin-left:10px; float:left;max-width:90px; padding-left:35px; font-size:20px; color:#fff; line-height:20px; background:url(img/576/new/info2.png) left bottom no-repeat;} #pageMediaPlayer .player_header .hideplist {height:38px; margin-right: 60px; float:right; max-width:90px; padding-left:40px; font-size:20px; color:#fff; line-height:20px; background:url(img/576/ico_f2.png) left bottom no-repeat;} #pageMediaPlayer .player_header .blue {height:38px; margin-left:30px; float:right; max-width:110px; padding-left:60px; font-size:20px; color:#fff; line-height:20px; background:url(img/576/ico_f4.png) left bottom no-repeat;} #pageMediaPlayer .player_header .clock {height:40px;color:#fff; font-size:38px; float:right; margin-left:40px;} #pageMediaPlayer .player_footer {position:absolute; bottom:0; height:50px; width:720px; padding:10px 30px 35px 60px; background:url(img/576/player_menu_bg.png)} #pageMediaPlayer .player_footer .seekbar {height:10px; width:620px; margin-bottom:10px; background:#141414;} #pageMediaPlayer .player_footer .seekbar .progress {position:relative; height:10px; background:#fd3; width:40%;} #pageMediaPlayer .player_footer .seekbar .preload {float:left; height:10px; background:#3c3c3c; margin-top:-10px; width:50%;} #pageMediaPlayer .player_footer .play-pause {height:35px; width:30px; margin-right:5px; float:left; background:url(img/576/ico_playpause.png) no-repeat;} #pageMediaPlayer .player_footer .rew {height:35px; width:30px; margin-right:5px; float:left; background:url(img/576/ico_prev.png) no-repeat;} #pageMediaPlayer .player_footer .ffwd {height:35px; width:30px; margin-right:5px; float:left; background:url(img/576/ico_next.png) no-repeat;} #pageMediaPlayer .player_footer .time_cur {color:#fd3; height:24px; padding:0px 16px 0px 0px; border-radius:6px; font-size:20px; float:right;} #pageMediaPlayer .player_footer .time_total {color:#fff; font-size:20px; float:right; margin-right: 100px;} #pageMediaPlayer .player_footer .slash {color:#fff; font-size:20px; line-height:22px; margin:0 8px 0 -10px; float:right;} #pageMediaPlayer .player_footer .input {color:#000000; background:#fd3;} #pageMediaPlayer .player_footer .name {font-size:24px; color:#fff; line-height:22px; width:330px; float:left; overflow:hidden; text-overflow: ellipsis; white-space:nowrap;} #pageMediaPlayer .cright { position:absolute; bottom:120px; left:0; height:40px; margin-left:50px;} #pageMediaPlayer .cright .box {height:20px; margin-right:10px; padding: 10px; float:left; background:url(img/576/player_menu_bg.png);} #pageMediaPlayer .cright .box #audioText { margin-left:8px; } #pageMediaPlayer .frame {position:absolute;width: 600px; height:355px; padding: 16px 0px 17px 50px; top:94px; left:0;} #pageMediaPlayer .frame .button_bar {height:68px; width:600px;} #pageMediaPlayer .frame .ok {height:38px; margin-top:14px; float:left; padding-left:48px; font-size:20px; color:#fff; line-height:40px; background:url(img/576/ico_ok.png) left bottom no-repeat;} #pageMediaPlayer .frame .prev {height:38px; margin:14px 0 0 20px; float:left; padding-left:40px; font-size:20px; color:#fff; line-height:20px; background:url(img/576/ico_pgUp.png) left bottom no-repeat;} #pageMediaPlayer .frame .next {height:38px; margin:14px 0 0 20px; float:left; padding-left:40px; font-size:20px; color:#fff; line-height:20px; background:url(img/576/ico_pgDown.png) left bottom no-repeat;} #pageMediaPlayer .frame .cslist-main { height:294px; width:600px; margin-top: 10px; overflow-x:hidden; overflow-y:scroll;} #pageMediaPlayer .frame .cslist-main a { width:580px; padding:0px 5px;} #pageMediaPlayer .frame .cslist-main a.focused { background-image: url('img/576/tv_item_focus.png');} #pageMediaPlayer .frame .cslist-main a .data {height:42px; width:560px; float:left;line-height:42px; text-indent:10px;text-align: left;padding-left:0px; font-size:26px; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; } #pageMediaPlayer .frame .cslist-main a .star {height:42px; width:1px; float:left;} #pageMediaPlayer .frame .cslist-main a.stared .data {background: none; background-image:none;} .page#pageMediaPlayer .cmodal-main .cmodal-menu { font-size:28px; float:right; margin-top: -2px;} .page#pageMediaPlayer .cmodal-main .cmodal-menu .cgmenu-main { font-size:28px; padding:25px 35px; clear:both; background-color:#202224 } #pageMediaPlayer .mediaHeaderIco{height: 30px; margin-left: 70px; margin-top: 100px; position: absolute; display:none;} .cmodal-main.cModalHint > .cmodal-cell > .cmodal-body { text-align:center; }
0.352425
0.094135
@charset "utf-8"; .clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;} .clearfix{display:inline-block;} /* Hide from IE Mac */ .clearfix{display:block;} /* End hide from IE Mac */ /* end of clearfix */ /*页面全局结束*/ .tab{ overflow:hidden; } .tab li,.tab a,.tab-item{cursor:pointer;float:left;text-align: center;} .m, .mt, .mc, .mb{overflow:hidden;} .mt .extra{float: right;} .right-extra .mt{height:28px;line-height:28px;padding:0 10px 8px;border-top:1px solid #EED97C;background:url(../images/bg_hotsale.gif) repeat-x 0 -552px;color:#c00;} .right-extra .tab{border-bottom:2px solid #BE0000;margin-bottom:10px;} .right-extra .tab li{position:relative;height:24px;padding:3px 12px 0;background:url(../images/icon_clubs.gif) #ccc no-repeat right -150px;overflow:hidden;margin-right:3px;line-height:24px;font-size:14px;font-weight:bold;color:#c30;} .right-extra .tab span{position:absolute;left:0;top:0;z-index:1;width:10px;height:27px;background:url(../images/icon_clubs.gif) no-repeat 0 -150px;} .right-extra .tab a{float:none;color:#c30;} .right-extra .tab .curr{background-position:right -178px;color:#fff;} .right-extra .tab .curr span{background-position:0 -178px;} .right-extra .tab .curr a{color:#fff;} .right-extra .mc .extra{padding:5px 10px;border-top:1px solid #F3E6C6;} .right-extra .total{float:right;} .right-extra .total strong{color:#FF7403;} .right-extra .total a:link,.right-extra .total a:visited{color:#005aa0;} .right-extra .join a:link,.right-extra .join a:visited{color:#FF7604;} .right-extra .norecode{padding:0 10px 10px;} .right-extra .iloading{margin-bottom:10px;} /*评论列表*/ #comment .item{border:1px solid #FFFFFF;padding:8px 15px;} #comment .odd{background: none repeat scroll 0 0 #F4F9FF;border: 1px solid #EDF0F1;border-radius:10px 10px 10px 10px;} #comment .user{color:#999999;text-align: right;} #comment .user span{margin-left: 20px;} #comment .user .u-level{color:#088100;} #comment dl{margin-bottom:5px;overflow:hidden;} #comment dt{float:left;text-align:right;width:80px;} #comment dd{float:right;overflow:hidden;width:649px;} #comment .content{float:left;width:510px;} #comment .date-answer{color:#999999;float:right;text-align:right;width:130px;} #comment .useful{color:#999999;text-align:right;} #comment .useful a{color: #005AA0;} #comment dt b{background-image: url("../images/icon_clubs.gif");background-repeat: no-repeat;float:left;height:13px;margin:2px 3px 0 0;width:14px;} #comment .ask b{background-position:-72px -14px;} #comment .answer{color:#D75509;} #comment .answer b{background-position:-57px -14px;} /*图片放大镜样式*/ .jqzoom{ float:left; border:none; position:relative; padding:0px; cursor:pointer; margin:0px; display:block; width: 100%; } .jqzoom img{ max-width: none; width:100%; } .zoomdiv img{ max-width:none; } .zoomdiv{ z-index:100; position:absolute; top:0px;left:0px; width:350px; height:350px; background:#ffffff; border:1px solid #CCCCCC; display:none; text-align:center; overflow:hidden; } .jqZoomPup{z-index:10;visibility:hidden;position:absolute;top:0px;left:0px; width: 200px!important; height: 200px!important;border:1px solid #aaa;background:#ffffff /*url(../images/zoom.png) 50% center no-repeat*/;opacity: 0.5;-moz-opacity: 0.5;-khtml-opacity: 0.5;} /*图片小图预览列表*/ .spec-preview{width:402px;height:402px;border:1px solid #DFDFDF;margin-left:10px} .spec-scroll{clear:both;margin-top:5px;width:402px; margin:10px} .spec-scroll .prev{float:left;margin-right:4px;} .spec-scroll .next{float:right;} .spec-scroll .prev,.spec-scroll .next{display:block;font-family:"宋体";text-align:center;width:10px;height:54px; line-height:54px;border:1px solid #CCC;background:#EBEBEB;cursor:pointer;text-decoration:none;} .spec-scroll .items{float:left;position:relative;width:322px;height:56px;overflow:hidden;} .spec-scroll .items ul{position:absolute;width:999999px;height:56px;} .spec-scroll .items ul li{float:left;width:64px;text-align:center;} .spec-scroll .items ul li img{border:1px solid #CCC;padding:2px;width:50px;height:50px;} .spec-scroll .items ul li img:hover{border:2px solid #FF6600;padding:1px;} @media screen and (max-width: 650px) { .spec-preview{width:100%;height:402px;border:1px solid #DFDFDF;margin-left:10px} .spec-scroll{clear:both;margin-top:5px;width:100%; margin:10px} }
public/web/stylesheet/css/base.css
@charset "utf-8"; .clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;} .clearfix{display:inline-block;} /* Hide from IE Mac */ .clearfix{display:block;} /* End hide from IE Mac */ /* end of clearfix */ /*页面全局结束*/ .tab{ overflow:hidden; } .tab li,.tab a,.tab-item{cursor:pointer;float:left;text-align: center;} .m, .mt, .mc, .mb{overflow:hidden;} .mt .extra{float: right;} .right-extra .mt{height:28px;line-height:28px;padding:0 10px 8px;border-top:1px solid #EED97C;background:url(../images/bg_hotsale.gif) repeat-x 0 -552px;color:#c00;} .right-extra .tab{border-bottom:2px solid #BE0000;margin-bottom:10px;} .right-extra .tab li{position:relative;height:24px;padding:3px 12px 0;background:url(../images/icon_clubs.gif) #ccc no-repeat right -150px;overflow:hidden;margin-right:3px;line-height:24px;font-size:14px;font-weight:bold;color:#c30;} .right-extra .tab span{position:absolute;left:0;top:0;z-index:1;width:10px;height:27px;background:url(../images/icon_clubs.gif) no-repeat 0 -150px;} .right-extra .tab a{float:none;color:#c30;} .right-extra .tab .curr{background-position:right -178px;color:#fff;} .right-extra .tab .curr span{background-position:0 -178px;} .right-extra .tab .curr a{color:#fff;} .right-extra .mc .extra{padding:5px 10px;border-top:1px solid #F3E6C6;} .right-extra .total{float:right;} .right-extra .total strong{color:#FF7403;} .right-extra .total a:link,.right-extra .total a:visited{color:#005aa0;} .right-extra .join a:link,.right-extra .join a:visited{color:#FF7604;} .right-extra .norecode{padding:0 10px 10px;} .right-extra .iloading{margin-bottom:10px;} /*评论列表*/ #comment .item{border:1px solid #FFFFFF;padding:8px 15px;} #comment .odd{background: none repeat scroll 0 0 #F4F9FF;border: 1px solid #EDF0F1;border-radius:10px 10px 10px 10px;} #comment .user{color:#999999;text-align: right;} #comment .user span{margin-left: 20px;} #comment .user .u-level{color:#088100;} #comment dl{margin-bottom:5px;overflow:hidden;} #comment dt{float:left;text-align:right;width:80px;} #comment dd{float:right;overflow:hidden;width:649px;} #comment .content{float:left;width:510px;} #comment .date-answer{color:#999999;float:right;text-align:right;width:130px;} #comment .useful{color:#999999;text-align:right;} #comment .useful a{color: #005AA0;} #comment dt b{background-image: url("../images/icon_clubs.gif");background-repeat: no-repeat;float:left;height:13px;margin:2px 3px 0 0;width:14px;} #comment .ask b{background-position:-72px -14px;} #comment .answer{color:#D75509;} #comment .answer b{background-position:-57px -14px;} /*图片放大镜样式*/ .jqzoom{ float:left; border:none; position:relative; padding:0px; cursor:pointer; margin:0px; display:block; width: 100%; } .jqzoom img{ max-width: none; width:100%; } .zoomdiv img{ max-width:none; } .zoomdiv{ z-index:100; position:absolute; top:0px;left:0px; width:350px; height:350px; background:#ffffff; border:1px solid #CCCCCC; display:none; text-align:center; overflow:hidden; } .jqZoomPup{z-index:10;visibility:hidden;position:absolute;top:0px;left:0px; width: 200px!important; height: 200px!important;border:1px solid #aaa;background:#ffffff /*url(../images/zoom.png) 50% center no-repeat*/;opacity: 0.5;-moz-opacity: 0.5;-khtml-opacity: 0.5;} /*图片小图预览列表*/ .spec-preview{width:402px;height:402px;border:1px solid #DFDFDF;margin-left:10px} .spec-scroll{clear:both;margin-top:5px;width:402px; margin:10px} .spec-scroll .prev{float:left;margin-right:4px;} .spec-scroll .next{float:right;} .spec-scroll .prev,.spec-scroll .next{display:block;font-family:"宋体";text-align:center;width:10px;height:54px; line-height:54px;border:1px solid #CCC;background:#EBEBEB;cursor:pointer;text-decoration:none;} .spec-scroll .items{float:left;position:relative;width:322px;height:56px;overflow:hidden;} .spec-scroll .items ul{position:absolute;width:999999px;height:56px;} .spec-scroll .items ul li{float:left;width:64px;text-align:center;} .spec-scroll .items ul li img{border:1px solid #CCC;padding:2px;width:50px;height:50px;} .spec-scroll .items ul li img:hover{border:2px solid #FF6600;padding:1px;} @media screen and (max-width: 650px) { .spec-preview{width:100%;height:402px;border:1px solid #DFDFDF;margin-left:10px} .spec-scroll{clear:both;margin-top:5px;width:100%; margin:10px} }
0.230833
0.056055
A { font-size: 9pt; text-decoration: none; color: black; } A:Hover { text-decoration: underline; color: #000000; } body { margin-bottom : 0; margin-left : 0; margin-right : 0; margin-top : 0; background-color: #FFFFFF; } .mainnavi_level1 { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; background-color: #B8BBBE; cursor:hand; font-weight: bold; } .mainnavi_level2 { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 9px; color: #000000; background-color: #B8BBBE; cursor:hand; } .mainnavi_placeholder { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; background-color: #B8BBBE; cursor:hand; font-weight: normal; padding-left: 19px; padding-top: 5px; padding-bottom: 5px; } .naviactshop { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 9px; color: #000000; font-weight: bold; } .login { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 11px; color: #434242; background-color: #E7EAED; font-weight: bold; } .loginedit { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; background-color: #FFFFFF; font-weight: bold; } .loginbutton { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; background-color: #D9DADD; font-weight: bold; padding-top: 2px; padding-bottom: 2px; } .loginerror { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 11px; color: #8D0101; font-weight: bold; } .errorbox { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 8pt; color: red; padding: 3px; background-color: #ffffee; border: solid gray 1px; text-align: left; font-weight: bold; } .messagebox { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 8pt; color: black; padding: 3px; background-color: #ffffee; border: solid gray 1px; text-align: left; } .edit { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 8pt; color: #000000; background-color: #E0E0E0; font-weight: bold; } .bottommenue { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 8pt; color: #000000; background-color: #F0F0F0; font-weight: bold; } .listheader { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 11px; color: #FFFFFF; background-color: #767575; font-weight: bold; } .listitemfloating{ overflow:hidden; height:15px; } .listitem { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; background-color: #FFFFFF; font-weight: normal; } .listitem2 { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; background-color: #F3F2F2; font-weight: normal; } .listitem3 { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; color: #FFFFFF; background-color: #BD0101; font-weight: bold; } .listitem4 { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; color: #FFFFFF; background-color: #AAAAAA; font-weight: normal; } .listitemnew { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; color: #D81F01; text-decoration: none; background-color: #FFFFFF; font-weight: normal; } .listitemred { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; color: #D81F01; font-weight: normal; } .listitemgreen { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; color: #009900; font-weight: normal; } .listitem2new { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; color: #D81F01; text-decoration: none; background-color: #F3F2F2; font-weight: normal; } .listedit { font-family: Arial, Helvetica, sans-serif; font-size: 8pt; color: #000000; background-color: #E6EDF2; font-weight: normal; } .folderselect { font-family: Arial, Helvetica, sans-serif; font-size: 8pt; color: #000000; background-color: #E6EDF2; font-weight: normal; } .edititem { font-family: Arial, Helvetica, sans-serif; font-size: 8pt; color: #000000; font-weight: normal; } .pagenavigation { font-family: Arial, Helvetica, sans-serif; font-size: 8pt; color: #000000; font-weight: normal; background-color: #FFFFFF; } .pagenavigationinput { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; font-weight: normal; background-color: #FFFFFF; border: #A0A0A0 1px solid; text-align : center; } .editnavigation { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; font-weight: normal; } #liste { position: absolut; top: 6px; left: 10px; } .edittext { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; font-weight: normal; } .editinput { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; font-weight: normal; background-color: #FFFFFF; } .navmenue { font-family: Arial, Helvetica, sans-serif; font-weight: normal; } .shoplink { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; font-weight: bold; } .popUpStyle { font-family: Verdana; font-size: 11px; color: #000000; position: absolute; visibility: hidden; background: #FFFFCC; border-style: solid; border-color: #000000; border-width: 1px; } .saveinnewlangtext { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; font-weight: normal; } .saveinnewlanginput { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; font-weight: normal; background-color: #FFFFFF; } .highlight { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 13px; color: #8D0101; font-weight: bold; } .packitem { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 14px; color: #000000; background-color: #FFFFFF; font-weight: normal; } .separator{ border-bottom:solid silver 1px; height:5; font-size:1 } .conftext { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; font-weight: normal; background: #EFEFEF; } .confinput { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; font-weight: normal; } .conftext2 { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; font-weight: normal; background: #FFFFFF; } .orderstorno { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 120%; color: #D81F01; font-weight: bold; } .pageheadline1 { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; height: 38px; background-color: #333333; vertical-align: bottom; } .pageheadline2 { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; height: 17px; background-color: #C1BFBF; text-align: left; padding-left: 5px; border: 1px #000000; border-style: none none solid none; } .pageheadgraphic { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; border: 0px; border-style: solid solid solid solid; padding-left: 10px; } .pageheadlinkupperback { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; background-color: #333333; text-align: right; padding-right: 5px; } .pageheadlinkupper { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 7pt; color: #FFFFFF; } .pageheadlinkbottom { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 7pt; color: #2A2A2A; font-weight: bold; text-align: right; } .report_edittext { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; font-weight: normal; padding-left: 10px; } .report_searchstrings_td { border-top: 1px solid #000000; border-left: 1px solid #000000; border-right: 1px solid #000000; border-bottom: 1px solid #000000; } .report_searchstrings_table { border-right: 4px solid #666666; border-bottom: 4px solid #666666; background-color: #e7ecf0; } .report_searchstrings_scale { border-right: 1px solid #000000; height: 30px; width: 80px; text-align: right; } .report_searchstrings_scale_empty_right { width: 80px; } .report_searchstrings_scale_aligns_left { text-align: left; border-bottom: 1px solid #000000; } .report_searchstrings_scale_aligns_center { text-align: center; border-bottom: 1px solid #000000; } .report_searchstrings_scale_aligns_right { text-align: right; border-bottom: 1px solid #000000; } .version_number { position: relative; top: 118px; left: 68px; font-size: 14pt; font-family: Tahoma; color: #333333; } .copypastetext { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; font-weight: normal; line-height: 12pt; } form { padding: 0px; margin: 0; } .systeminfo_table { border-collapse: collapse; font-family: sans-serif; margin-left: auto; margin-right: auto; text-align: left; } .systeminfo_tableheader { background-color: #9999cc; font-weight: bold; color: #000000; border: 1px solid #000000; font-size: 75%; vertical-align: baseline; text-align: center !important; } .systeminfo_tabledemo { background-color: #ccccff; font-weight: bold; color: #8D0101; } .systeminfo_tablevname { background-color: #ccccff; font-weight: bold; color: #000000; border: 1px solid #000000; font-size: 75%; vertical-align: baseline; } .systeminfo_tablevalue { background-color: #cccccc; color: #000000; border: 1px solid #000000; font-size: 75%; vertical-align: baseline; } .systeminfo_center { text-align: center; } .importantmessage { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; color: #D81F01; font-weight: bold; padding-left: 10px; padding-right: 10px; padding-top: 10px; padding-bottom: 10px; border: 1px solid #D81F01; } .tab_active{ font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; font-weight: normal; background-color: #E7EAED; border-color: #000000; border-style: solid; border-width: 1px 1px 0px 1px; padding: 2px 15px; } .tab_inactive{ font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; font-weight: normal; background-color: #C8C7C7; border-color: #FFFFFF #FFFFFF #000000 #AAAAAA; border-style: solid; border-width: 2px 0px 1px 0px; padding: 1px 15px; background-position: right; background-repeat: repeat-y; } .tab_disabled{ font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; color: #E7EAED; font-weight: normal; background-color: #C8C7C7; border-color: #FFFFFF #FFFFFF #000000 #AAAAAA; border-style: solid; border-width: 2px 0px 1px 0px; padding: 1px 15px; background-position: right; background-repeat: repeat-y; } .tab_line{ font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 8px; border-bottom: 1px solid #000000; width:100%; } table.fixedTable { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; background-color: #ffffff; cursor: default; border-collapse: collapse; padding: 0; margin: 0; width: 165px; table-layout : fixed; } td.cell { width: 100%; border: 0; height: 14px; padding: 0; margin: 0; overflow: hidden; border-bottom : 1px solid #ffffff; border-right : 1px solid #b8b8b8; border-left : 1px solid #b8b8b8; } .customDraggable { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; border: 1px solid gray; background-color: #ffffff; } .customDraggableCell { height: 13px; width: 180px; overflow: hidden; cursor: default; } .dragcell { height: 13px; padding: 0; margin: 0; } .tableCellHeader th { background-color: #efebde; border: 1px solid #7e7d68; font-weight: normal; padding-left: 5px; text-align: left; font-size: 10px; } table.fixedTable, table.scrollTable { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; background-color: #ffffff; cursor: default; border-collapse: collapse; padding: 0; margin: 0; width: 165px; table-layout : fixed; } table.scrollTable { border-left: 1px solid #7e7d68; } table.scrollTable td { height: 15px; } table.fixedTable td { width: 100%; border: 0; height: 14px; padding: 0; margin: 0; overflow: hidden; border-bottom : 1px solid #ffffff; border-right : 1px solid #b8b8b8; border-left : 1px solid #b8b8b8; } .customDraggable { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; border: 1px solid gray; background-color: #ffffff; } .customDraggableCell { height: 13px; width: 180px; overflow: hidden; cursor: default; } .dragcell { height: 13px; padding: 0; margin: 0; } .tableCellHeader { padding: 2px 0px 2px 3px; text-align: left; font-size: 11px; border: 1px solid #b8b8b8; background-color: #cedebd; }
code/out/admin/src/style.css
A { font-size: 9pt; text-decoration: none; color: black; } A:Hover { text-decoration: underline; color: #000000; } body { margin-bottom : 0; margin-left : 0; margin-right : 0; margin-top : 0; background-color: #FFFFFF; } .mainnavi_level1 { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; background-color: #B8BBBE; cursor:hand; font-weight: bold; } .mainnavi_level2 { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 9px; color: #000000; background-color: #B8BBBE; cursor:hand; } .mainnavi_placeholder { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; background-color: #B8BBBE; cursor:hand; font-weight: normal; padding-left: 19px; padding-top: 5px; padding-bottom: 5px; } .naviactshop { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 9px; color: #000000; font-weight: bold; } .login { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 11px; color: #434242; background-color: #E7EAED; font-weight: bold; } .loginedit { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; background-color: #FFFFFF; font-weight: bold; } .loginbutton { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; background-color: #D9DADD; font-weight: bold; padding-top: 2px; padding-bottom: 2px; } .loginerror { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 11px; color: #8D0101; font-weight: bold; } .errorbox { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 8pt; color: red; padding: 3px; background-color: #ffffee; border: solid gray 1px; text-align: left; font-weight: bold; } .messagebox { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 8pt; color: black; padding: 3px; background-color: #ffffee; border: solid gray 1px; text-align: left; } .edit { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 8pt; color: #000000; background-color: #E0E0E0; font-weight: bold; } .bottommenue { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 8pt; color: #000000; background-color: #F0F0F0; font-weight: bold; } .listheader { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 11px; color: #FFFFFF; background-color: #767575; font-weight: bold; } .listitemfloating{ overflow:hidden; height:15px; } .listitem { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; background-color: #FFFFFF; font-weight: normal; } .listitem2 { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; background-color: #F3F2F2; font-weight: normal; } .listitem3 { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; color: #FFFFFF; background-color: #BD0101; font-weight: bold; } .listitem4 { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; color: #FFFFFF; background-color: #AAAAAA; font-weight: normal; } .listitemnew { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; color: #D81F01; text-decoration: none; background-color: #FFFFFF; font-weight: normal; } .listitemred { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; color: #D81F01; font-weight: normal; } .listitemgreen { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; color: #009900; font-weight: normal; } .listitem2new { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; color: #D81F01; text-decoration: none; background-color: #F3F2F2; font-weight: normal; } .listedit { font-family: Arial, Helvetica, sans-serif; font-size: 8pt; color: #000000; background-color: #E6EDF2; font-weight: normal; } .folderselect { font-family: Arial, Helvetica, sans-serif; font-size: 8pt; color: #000000; background-color: #E6EDF2; font-weight: normal; } .edititem { font-family: Arial, Helvetica, sans-serif; font-size: 8pt; color: #000000; font-weight: normal; } .pagenavigation { font-family: Arial, Helvetica, sans-serif; font-size: 8pt; color: #000000; font-weight: normal; background-color: #FFFFFF; } .pagenavigationinput { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; font-weight: normal; background-color: #FFFFFF; border: #A0A0A0 1px solid; text-align : center; } .editnavigation { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; font-weight: normal; } #liste { position: absolut; top: 6px; left: 10px; } .edittext { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; font-weight: normal; } .editinput { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; font-weight: normal; background-color: #FFFFFF; } .navmenue { font-family: Arial, Helvetica, sans-serif; font-weight: normal; } .shoplink { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; font-weight: bold; } .popUpStyle { font-family: Verdana; font-size: 11px; color: #000000; position: absolute; visibility: hidden; background: #FFFFCC; border-style: solid; border-color: #000000; border-width: 1px; } .saveinnewlangtext { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; font-weight: normal; } .saveinnewlanginput { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; font-weight: normal; background-color: #FFFFFF; } .highlight { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 13px; color: #8D0101; font-weight: bold; } .packitem { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 14px; color: #000000; background-color: #FFFFFF; font-weight: normal; } .separator{ border-bottom:solid silver 1px; height:5; font-size:1 } .conftext { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; font-weight: normal; background: #EFEFEF; } .confinput { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; font-weight: normal; } .conftext2 { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; font-weight: normal; background: #FFFFFF; } .orderstorno { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 120%; color: #D81F01; font-weight: bold; } .pageheadline1 { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; height: 38px; background-color: #333333; vertical-align: bottom; } .pageheadline2 { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; height: 17px; background-color: #C1BFBF; text-align: left; padding-left: 5px; border: 1px #000000; border-style: none none solid none; } .pageheadgraphic { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; border: 0px; border-style: solid solid solid solid; padding-left: 10px; } .pageheadlinkupperback { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; background-color: #333333; text-align: right; padding-right: 5px; } .pageheadlinkupper { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 7pt; color: #FFFFFF; } .pageheadlinkbottom { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 7pt; color: #2A2A2A; font-weight: bold; text-align: right; } .report_edittext { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; font-weight: normal; padding-left: 10px; } .report_searchstrings_td { border-top: 1px solid #000000; border-left: 1px solid #000000; border-right: 1px solid #000000; border-bottom: 1px solid #000000; } .report_searchstrings_table { border-right: 4px solid #666666; border-bottom: 4px solid #666666; background-color: #e7ecf0; } .report_searchstrings_scale { border-right: 1px solid #000000; height: 30px; width: 80px; text-align: right; } .report_searchstrings_scale_empty_right { width: 80px; } .report_searchstrings_scale_aligns_left { text-align: left; border-bottom: 1px solid #000000; } .report_searchstrings_scale_aligns_center { text-align: center; border-bottom: 1px solid #000000; } .report_searchstrings_scale_aligns_right { text-align: right; border-bottom: 1px solid #000000; } .version_number { position: relative; top: 118px; left: 68px; font-size: 14pt; font-family: Tahoma; color: #333333; } .copypastetext { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; font-weight: normal; line-height: 12pt; } form { padding: 0px; margin: 0; } .systeminfo_table { border-collapse: collapse; font-family: sans-serif; margin-left: auto; margin-right: auto; text-align: left; } .systeminfo_tableheader { background-color: #9999cc; font-weight: bold; color: #000000; border: 1px solid #000000; font-size: 75%; vertical-align: baseline; text-align: center !important; } .systeminfo_tabledemo { background-color: #ccccff; font-weight: bold; color: #8D0101; } .systeminfo_tablevname { background-color: #ccccff; font-weight: bold; color: #000000; border: 1px solid #000000; font-size: 75%; vertical-align: baseline; } .systeminfo_tablevalue { background-color: #cccccc; color: #000000; border: 1px solid #000000; font-size: 75%; vertical-align: baseline; } .systeminfo_center { text-align: center; } .importantmessage { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; color: #D81F01; font-weight: bold; padding-left: 10px; padding-right: 10px; padding-top: 10px; padding-bottom: 10px; border: 1px solid #D81F01; } .tab_active{ font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; font-weight: normal; background-color: #E7EAED; border-color: #000000; border-style: solid; border-width: 1px 1px 0px 1px; padding: 2px 15px; } .tab_inactive{ font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; font-weight: normal; background-color: #C8C7C7; border-color: #FFFFFF #FFFFFF #000000 #AAAAAA; border-style: solid; border-width: 2px 0px 1px 0px; padding: 1px 15px; background-position: right; background-repeat: repeat-y; } .tab_disabled{ font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; color: #E7EAED; font-weight: normal; background-color: #C8C7C7; border-color: #FFFFFF #FFFFFF #000000 #AAAAAA; border-style: solid; border-width: 2px 0px 1px 0px; padding: 1px 15px; background-position: right; background-repeat: repeat-y; } .tab_line{ font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 8px; border-bottom: 1px solid #000000; width:100%; } table.fixedTable { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; background-color: #ffffff; cursor: default; border-collapse: collapse; padding: 0; margin: 0; width: 165px; table-layout : fixed; } td.cell { width: 100%; border: 0; height: 14px; padding: 0; margin: 0; overflow: hidden; border-bottom : 1px solid #ffffff; border-right : 1px solid #b8b8b8; border-left : 1px solid #b8b8b8; } .customDraggable { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; border: 1px solid gray; background-color: #ffffff; } .customDraggableCell { height: 13px; width: 180px; overflow: hidden; cursor: default; } .dragcell { height: 13px; padding: 0; margin: 0; } .tableCellHeader th { background-color: #efebde; border: 1px solid #7e7d68; font-weight: normal; padding-left: 5px; text-align: left; font-size: 10px; } table.fixedTable, table.scrollTable { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; background-color: #ffffff; cursor: default; border-collapse: collapse; padding: 0; margin: 0; width: 165px; table-layout : fixed; } table.scrollTable { border-left: 1px solid #7e7d68; } table.scrollTable td { height: 15px; } table.fixedTable td { width: 100%; border: 0; height: 14px; padding: 0; margin: 0; overflow: hidden; border-bottom : 1px solid #ffffff; border-right : 1px solid #b8b8b8; border-left : 1px solid #b8b8b8; } .customDraggable { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; border: 1px solid gray; background-color: #ffffff; } .customDraggableCell { height: 13px; width: 180px; overflow: hidden; cursor: default; } .dragcell { height: 13px; padding: 0; margin: 0; } .tableCellHeader { padding: 2px 0px 2px 3px; text-align: left; font-size: 11px; border: 1px solid #b8b8b8; background-color: #cedebd; }
0.356671
0.104729
*, *::before, *::after { box-sizing: border-box; font-family: 'Gotham Rounded', sans-serif; } .default { /* background: linear-gradient(to right, rgb(255, 167, 35), rgb(255, 97, 35)); */ background-size: cover; display: flex; justify-content: center; align-items: center; min-height: 100vh; margin: 0; padding: 0; } .clear { background-image: url('../assets/img/clear sky.jpg'); } .cloud { background-image: url('../assets/img/clouds.jpg'); } .drizzle { background-image: url('../assets/img/drizzle.jpg'); } .rain { background-image: url('../assets/img/rain.jpeg'); } .smoke { background-image: url('../assets/img/smoke.jpg'); } .snow { background-image: url('../assets/img/snow.jpg'); } .thunder { background-image: url('../assets/img/thunderstorm.jpeg'); } .container { max-width: 90%; width: 1200px; background-color: white; box-shadow: 0 5px 10px black; border-radius: 5px; } .content { padding: 40px; margin-top: 50px; } .farenheit { margin: 0 auto; display: flex; justify-content: center; } .farenheit button { display: inline-block; padding: 0.35em 1.2em; border: 0.1em solid #fff; margin: 0 0.3em 0.3em 0; border-radius: 0.12em; box-sizing: border-box; text-decoration: none; font-family: 'Roboto', sans-serif; font-weight: 300; color: black; text-align: center; transition: all 0.2s; } /* a.button1{  display:inline-block;  padding:0.35em 1.2em;  border:0.1em solid #FFFFFF;  margin:0 0.3em 0.3em 0;  border-radius:0.12em;  box-sizing: border-box;  text-decoration:none;  font-family:'Roboto',sans-serif;  font-weight:300;  color:#FFFFFF;  text-align:center;  transition: all 0.2s; } */ .header { background-color: #222; height: 120px; display: flex; justify-content: center; align-items: flex-end; border-top-left-radius: 5px; border-top-right-radius: 5px; } .icon-container { position: relative; top: 70px; padding: 20px; background-color: white; width: 140px; height: 140px; border-radius: 50%; } .general-information { display: flex; flex-direction: column; align-items: center; padding: 10px; } .status { font-size: 3rem; font-weight: bold; } .location { font-size: 2rem; font-weight: normal; margin-top: 10px; } .detail-section { display: flex; justify-content: space-between; margin-top: 40px; } .detail { display: flex; flex-direction: column; align-items: center; flex-basis: 0; flex-grow: 1; padding: 20px; } .detail.bordered { border-left: 1px solid #777; border-right: 1px solid #777; } .detail .title { font-size: 2rem; flex-grow: 1; font-weight: bold; color: #777; } .detail .value { font-size: 2rem; margin-top: 20px; } .city-search-container { display: flex; justify-content: center; } .city-search { margin-top: 40px; font-size: 2rem; outline: none; border: 1px solid #777; border-radius: 5px; padding: 10px 15px; width: 100%; } .pac-item { font-size: 2rem; padding: 10px 10px; } .pac-icon { display: none; } .pac-item-query { font-size: 2rem; padding-right: 14px; } .darksky-logo { position: absolute; bottom: 20px; right: 20px; color: #333; font-size: 1.5rem; }
src/assets/styles.css
*, *::before, *::after { box-sizing: border-box; font-family: 'Gotham Rounded', sans-serif; } .default { /* background: linear-gradient(to right, rgb(255, 167, 35), rgb(255, 97, 35)); */ background-size: cover; display: flex; justify-content: center; align-items: center; min-height: 100vh; margin: 0; padding: 0; } .clear { background-image: url('../assets/img/clear sky.jpg'); } .cloud { background-image: url('../assets/img/clouds.jpg'); } .drizzle { background-image: url('../assets/img/drizzle.jpg'); } .rain { background-image: url('../assets/img/rain.jpeg'); } .smoke { background-image: url('../assets/img/smoke.jpg'); } .snow { background-image: url('../assets/img/snow.jpg'); } .thunder { background-image: url('../assets/img/thunderstorm.jpeg'); } .container { max-width: 90%; width: 1200px; background-color: white; box-shadow: 0 5px 10px black; border-radius: 5px; } .content { padding: 40px; margin-top: 50px; } .farenheit { margin: 0 auto; display: flex; justify-content: center; } .farenheit button { display: inline-block; padding: 0.35em 1.2em; border: 0.1em solid #fff; margin: 0 0.3em 0.3em 0; border-radius: 0.12em; box-sizing: border-box; text-decoration: none; font-family: 'Roboto', sans-serif; font-weight: 300; color: black; text-align: center; transition: all 0.2s; } /* a.button1{  display:inline-block;  padding:0.35em 1.2em;  border:0.1em solid #FFFFFF;  margin:0 0.3em 0.3em 0;  border-radius:0.12em;  box-sizing: border-box;  text-decoration:none;  font-family:'Roboto',sans-serif;  font-weight:300;  color:#FFFFFF;  text-align:center;  transition: all 0.2s; } */ .header { background-color: #222; height: 120px; display: flex; justify-content: center; align-items: flex-end; border-top-left-radius: 5px; border-top-right-radius: 5px; } .icon-container { position: relative; top: 70px; padding: 20px; background-color: white; width: 140px; height: 140px; border-radius: 50%; } .general-information { display: flex; flex-direction: column; align-items: center; padding: 10px; } .status { font-size: 3rem; font-weight: bold; } .location { font-size: 2rem; font-weight: normal; margin-top: 10px; } .detail-section { display: flex; justify-content: space-between; margin-top: 40px; } .detail { display: flex; flex-direction: column; align-items: center; flex-basis: 0; flex-grow: 1; padding: 20px; } .detail.bordered { border-left: 1px solid #777; border-right: 1px solid #777; } .detail .title { font-size: 2rem; flex-grow: 1; font-weight: bold; color: #777; } .detail .value { font-size: 2rem; margin-top: 20px; } .city-search-container { display: flex; justify-content: center; } .city-search { margin-top: 40px; font-size: 2rem; outline: none; border: 1px solid #777; border-radius: 5px; padding: 10px 15px; width: 100%; } .pac-item { font-size: 2rem; padding: 10px 10px; } .pac-icon { display: none; } .pac-item-query { font-size: 2rem; padding-right: 14px; } .darksky-logo { position: absolute; bottom: 20px; right: 20px; color: #333; font-size: 1.5rem; }
0.451327
0.089455
.col-md-4 { display: block; float: left; width: 26.3934%; } .col-md-8 { display: block; overflow: hidden; /*width: 73.607%;*/ } .input-group { position: relative; display: table; border-collapse: separate; } .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn-group:not(:last-child)>.btn, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) { border-top-right-radius: 0; border-bottom-right-radius: 0; } .input-group .form-control, .input-group-addon, .input-group-btn { display: table-cell; } .input-group .form-control { position: relative; z-index: 2; float: left; width: 100%; margin-bottom: 0; } .form-control { display: block; width: 100%; height: 34px; padding: 6px 12px; font-size: 14px; line-height: 1.42857143; color: #555; background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075); box-shadow: inset 0 1px 1px rgba(0,0,0,.075); -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s; -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; } button, input, optgroup, select, textarea { margin: 0; font: inherit; color: inherit; } .input-group-btn { position: relative; font-size: 0; white-space: nowrap; } .input-group-addon, .input-group-btn { width: 1%; white-space: nowrap; vertical-align: middle; } .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group { margin-left: -1px; margin-right: -1px; } .input-group-btn>.btn:active, .input-group-btn>.btn:focus, .input-group-btn>.btn:hover { z-index: 2; } .input-group-btn>.btn { position: relative; } .btn-default { color: #333; background-color: #fbb03b; border-color: #ccc; } .btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover, .open>.dropdown-toggle.btn-default { color: #333; background-color: #e6e6e6; border-color: #adadad; } .btn.focus, .btn:focus, .btn:hover { color: #333; text-decoration: none; } .btn { display: inline-block; padding: 6px 12px; margin-bottom: 0; font-size: 14px; font-weight: 400; line-height: 1.42857143; 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; } button, input, select, textarea { font-family: inherit; font-size: inherit; line-height: inherit; } .warning-list a { color: #9b9b9b; text-decoration: none; } .warning-list a.focus, .warning-list a:focus, .warning-list a:hover { color: #9b9b9b; text-decoration: underline; } /* Mobile view stack the warnings and map and make map container smaller */ @media screen and (max-width: 480px) { .col-md-4 { float: none; width: 100%; padding-top: 293px; } .col-md-8 { float: none; width: 100%; position: fixed; top: 43px; z-index: 10; } .warning-list { max-height: none !important; } .input-group { padding-top: 50px; position: fixed; } .warning-map { height: 300px !important; } .warnings, .no-warnings { padding-top: 85px; } }
src/warnings/warnings.css
.col-md-4 { display: block; float: left; width: 26.3934%; } .col-md-8 { display: block; overflow: hidden; /*width: 73.607%;*/ } .input-group { position: relative; display: table; border-collapse: separate; } .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn-group:not(:last-child)>.btn, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) { border-top-right-radius: 0; border-bottom-right-radius: 0; } .input-group .form-control, .input-group-addon, .input-group-btn { display: table-cell; } .input-group .form-control { position: relative; z-index: 2; float: left; width: 100%; margin-bottom: 0; } .form-control { display: block; width: 100%; height: 34px; padding: 6px 12px; font-size: 14px; line-height: 1.42857143; color: #555; background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075); box-shadow: inset 0 1px 1px rgba(0,0,0,.075); -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s; -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; } button, input, optgroup, select, textarea { margin: 0; font: inherit; color: inherit; } .input-group-btn { position: relative; font-size: 0; white-space: nowrap; } .input-group-addon, .input-group-btn { width: 1%; white-space: nowrap; vertical-align: middle; } .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group { margin-left: -1px; margin-right: -1px; } .input-group-btn>.btn:active, .input-group-btn>.btn:focus, .input-group-btn>.btn:hover { z-index: 2; } .input-group-btn>.btn { position: relative; } .btn-default { color: #333; background-color: #fbb03b; border-color: #ccc; } .btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover, .open>.dropdown-toggle.btn-default { color: #333; background-color: #e6e6e6; border-color: #adadad; } .btn.focus, .btn:focus, .btn:hover { color: #333; text-decoration: none; } .btn { display: inline-block; padding: 6px 12px; margin-bottom: 0; font-size: 14px; font-weight: 400; line-height: 1.42857143; 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; } button, input, select, textarea { font-family: inherit; font-size: inherit; line-height: inherit; } .warning-list a { color: #9b9b9b; text-decoration: none; } .warning-list a.focus, .warning-list a:focus, .warning-list a:hover { color: #9b9b9b; text-decoration: underline; } /* Mobile view stack the warnings and map and make map container smaller */ @media screen and (max-width: 480px) { .col-md-4 { float: none; width: 100%; padding-top: 293px; } .col-md-8 { float: none; width: 100%; position: fixed; top: 43px; z-index: 10; } .warning-list { max-height: none !important; } .input-group { padding-top: 50px; position: fixed; } .warning-map { height: 300px !important; } .warnings, .no-warnings { padding-top: 85px; } }
0.353986
0.104706
body{ margin: 0px; padding: 0px; font-family: 'Montserrat', sans-serif; } h1{ font-family: 'Days One', sans-serif; } h2,h3{ font-family: 'Russo One', sans-serif; color: #e7305b; } /* ========================================big Heading======================= */ .big-heading{ font-family: 'Days One', sans-serif; font-size: 4rem; } /* ==================================== color background ======================== */ .color-background{ background-color: #e7305b; } /* ==================================== white background ======================== */ .sky-background{ background-color: #f4f6ff; } /* =============================navbar==================================== */ .navbar{ box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.2); padding-left: 3%; padding-right: 3%; } .navbar-brand{ font-family: 'Turret Road', cursive; font-weight: 600; } .nav-item{ font-weight: 500; } /* ===============================title container======================== */ .title-container{ padding: 3% 7% 0%; } .title-container-left{ padding: 5% 3% 0%; text-align: left; } .title-paragraph{ font-size: 1.5rem; } #souma{ color: #e7305b; } /* ===============================button================================= */ #title .btn{ width: 140px; margin: 5px; border-radius: 10px; box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2); } /* ================================profile image===================== */ .profile-pic{ width: 80%; display: block; margin-left: auto; margin-right: auto; filter: drop-shadow(0 0 0.75rem rgb(177, 177, 177)); } /* ===================================about containr=========================== */ .about-container{ margin: 0% 7% 3% 7%; padding: 25px; background-color: #fff; border-radius: 25px; box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.2); position: relative; top: -20px; } .about-container:hover{ box-shadow: 0px 0px 25px 0px rgba(0, 224, 255, 1); } /* =================================about image============================ */ .about-img{ width: 65%; display: block; margin: auto; border: thick double #e7305b; background-color: #f4f6ff; border-radius: 15px; } .about-image-container{ text-align: center; display: block; margin-top: auto; margin-bottom: auto; } #about{ padding-bottom: .5%; } #about .btn{ width: 140px; margin: 5px; border-radius: 0px; box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2); } #about p{ font-family: 'Roboto', sans-serif; color: #606470; } /* ===========================================Service section=============================== */ .service-section{ padding: 5% 7%; background-color: #fff; box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2); } #service .box-part{ background-color: #e7305b; color: #fff; border-radius:15px; /* padding:40px 20px; */ padding: 5% 3%; margin:30px 0px; box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2); } #service .box-part:hover{ box-shadow: 0px 0px 25px 0px rgba(0, 224, 255, 1); } #service .text{ margin:20px 0px; } #service a{ text-decoration:none; color: #fff; border-bottom:2px solid #fff; } #service .fas{ margin-bottom: 30px; } #service h3{ color: #fff; } #service h2{ text-align: center; } /* ==================================contact container======================================== */ .contact-container{ padding: 3% 7%; text-align: center; background-color: #303a52; } #contact p{ color: #fff; font-weight: bold; font-size: 2rem; padding: 10px; } #contact .btn{ width: 140px; margin: 5px; border-radius: 10px; box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2); } /* ========================================footer =============================================== */ .footer-container{ background-color: #f4f6ff; padding: 5% 7% 1%; box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2); text-align: center; } .footer-container p{ line-height: 1.5; color: #606470; font-family: 'Roboto', sans-serif; margin: 10px; } .social-icon i{ padding: 10px; background-color: #303a52; border-radius: 50%; margin: 5px; color: #fff; } .social-icon i:hover{ background-color: #e7305b; } /* =====================================media query============================ */ @media(max-width:990px){ body{ text-align: center; } .title-container-left{ text-align: center; } .big-heading{ font-size: 3.5rem; } .profile-pic{ width: 60%; } .about-img{ width: 100px; border-radius: 50%; } #service .box-part{ padding: 5% 2%; } }
css/style.css
body{ margin: 0px; padding: 0px; font-family: 'Montserrat', sans-serif; } h1{ font-family: 'Days One', sans-serif; } h2,h3{ font-family: 'Russo One', sans-serif; color: #e7305b; } /* ========================================big Heading======================= */ .big-heading{ font-family: 'Days One', sans-serif; font-size: 4rem; } /* ==================================== color background ======================== */ .color-background{ background-color: #e7305b; } /* ==================================== white background ======================== */ .sky-background{ background-color: #f4f6ff; } /* =============================navbar==================================== */ .navbar{ box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.2); padding-left: 3%; padding-right: 3%; } .navbar-brand{ font-family: 'Turret Road', cursive; font-weight: 600; } .nav-item{ font-weight: 500; } /* ===============================title container======================== */ .title-container{ padding: 3% 7% 0%; } .title-container-left{ padding: 5% 3% 0%; text-align: left; } .title-paragraph{ font-size: 1.5rem; } #souma{ color: #e7305b; } /* ===============================button================================= */ #title .btn{ width: 140px; margin: 5px; border-radius: 10px; box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2); } /* ================================profile image===================== */ .profile-pic{ width: 80%; display: block; margin-left: auto; margin-right: auto; filter: drop-shadow(0 0 0.75rem rgb(177, 177, 177)); } /* ===================================about containr=========================== */ .about-container{ margin: 0% 7% 3% 7%; padding: 25px; background-color: #fff; border-radius: 25px; box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.2); position: relative; top: -20px; } .about-container:hover{ box-shadow: 0px 0px 25px 0px rgba(0, 224, 255, 1); } /* =================================about image============================ */ .about-img{ width: 65%; display: block; margin: auto; border: thick double #e7305b; background-color: #f4f6ff; border-radius: 15px; } .about-image-container{ text-align: center; display: block; margin-top: auto; margin-bottom: auto; } #about{ padding-bottom: .5%; } #about .btn{ width: 140px; margin: 5px; border-radius: 0px; box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2); } #about p{ font-family: 'Roboto', sans-serif; color: #606470; } /* ===========================================Service section=============================== */ .service-section{ padding: 5% 7%; background-color: #fff; box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2); } #service .box-part{ background-color: #e7305b; color: #fff; border-radius:15px; /* padding:40px 20px; */ padding: 5% 3%; margin:30px 0px; box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2); } #service .box-part:hover{ box-shadow: 0px 0px 25px 0px rgba(0, 224, 255, 1); } #service .text{ margin:20px 0px; } #service a{ text-decoration:none; color: #fff; border-bottom:2px solid #fff; } #service .fas{ margin-bottom: 30px; } #service h3{ color: #fff; } #service h2{ text-align: center; } /* ==================================contact container======================================== */ .contact-container{ padding: 3% 7%; text-align: center; background-color: #303a52; } #contact p{ color: #fff; font-weight: bold; font-size: 2rem; padding: 10px; } #contact .btn{ width: 140px; margin: 5px; border-radius: 10px; box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2); } /* ========================================footer =============================================== */ .footer-container{ background-color: #f4f6ff; padding: 5% 7% 1%; box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2); text-align: center; } .footer-container p{ line-height: 1.5; color: #606470; font-family: 'Roboto', sans-serif; margin: 10px; } .social-icon i{ padding: 10px; background-color: #303a52; border-radius: 50%; margin: 5px; color: #fff; } .social-icon i:hover{ background-color: #e7305b; } /* =====================================media query============================ */ @media(max-width:990px){ body{ text-align: center; } .title-container-left{ text-align: center; } .big-heading{ font-size: 3.5rem; } .profile-pic{ width: 60%; } .about-img{ width: 100px; border-radius: 50%; } #service .box-part{ padding: 5% 2%; } }
0.345216
0.102305
.crayon-theme-secrets-of-rock { border-width: 1px !important; border-color: #4fb9b1 !important; border-style: solid !important; text-shadow: none !important; background: #fdfdfd !important; } .crayon-theme-secrets-of-rock-inline { border-width: 0px !important; border-color: #ddd !important; border-style: solid !important; background: #fafafa !important; } .crayon-theme-secrets-of-rock .crayon-table .crayon-nums { background: #4fb9b1 !important; color: #333 !important; } .crayon-theme-secrets-of-rock .crayon-striped-line { background: #f7f7f7 !important; } .crayon-theme-secrets-of-rock .crayon-striped-num { background: #0f9f97 !important; color: #333 !important; } .crayon-theme-secrets-of-rock .crayon-marked-line { background: #c6e3e0 !important; border-width: 1px !important; border-color: #4fb9b1 !important; } .crayon-theme-secrets-of-rock .crayon-marked-num { color: #00bfff !important; background: #333 !important; border-width: 1px !important; border-color: #5999d9 !important; } .crayon-theme-secrets-of-rock .crayon-marked-line.crayon-striped-line { background: #d9f3f1 !important; } .crayon-theme-secrets-of-rock .crayon-marked-num.crayon-striped-num { background: #444 !important; color: #afeeee !important; } .crayon-theme-secrets-of-rock .crayon-marked-line.crayon-top { border-top-style: solid !important; } .crayon-theme-secrets-of-rock .crayon-marked-num.crayon-top { border-top-style: solid !important; } .crayon-theme-secrets-of-rock .crayon-marked-line.crayon-bottom { border-bottom-style: solid !important; } .crayon-theme-secrets-of-rock .crayon-marked-num.crayon-bottom { border-bottom-style: solid !important; } .crayon-theme-secrets-of-rock .crayon-info { background: #faf9d7 !important; border-bottom-width: 1px !important; border-bottom-color: #b1af5e !important; border-bottom-style: solid !important; color: #7e7d34 !important; } .crayon-theme-secrets-of-rock .crayon-toolbar { background: #fdfdfd !important; border-bottom-width: 1px !important; border-bottom-color: #4fb9b1 !important; border-bottom-style: solid !important; } .crayon-theme-secrets-of-rock .crayon-toolbar > div { float: left !important; } .crayon-theme-secrets-of-rock .crayon-toolbar .crayon-tools { float: right !important; } .crayon-theme-secrets-of-rock .crayon-title { color: #333 !important; } .crayon-theme-secrets-of-rock .crayon-language { color: #4fb9b1 !important; } .crayon-theme-secrets-of-rock a.crayon-button { background-color: transparent !important; } .crayon-theme-secrets-of-rock a.crayon-button:hover { background-color: #c0e3e1 !important; color: #666; } .crayon-theme-secrets-of-rock a.crayon-button.crayon-pressed:hover { background-color: #EEE !important; color: #666; } .crayon-theme-secrets-of-rock a.crayon-button.crayon-pressed { background-color: #4fb9b1 !important; color: #FFF; } .crayon-theme-secrets-of-rock a.crayon-button.crayon-pressed:active { background-color: #4fb9b1 !important; color: #FFF; } .crayon-theme-secrets-of-rock a.crayon-button:active { background-color: #4fb9b1 !important; color: #FFF; } .crayon-theme-secrets-of-rock .crayon-pre .crayon-c { color: #2e8b57 !important; } .crayon-theme-secrets-of-rock .crayon-pre .crayon-s { color: #000333 !important; } .crayon-theme-secrets-of-rock .crayon-pre .crayon-p { color: #b85c00 !important; } .crayon-theme-secrets-of-rock .crayon-pre .crayon-ta { color: #00bfff !important; } .crayon-theme-secrets-of-rock .crayon-pre .crayon-k { color: #2e8b57 !important; } .crayon-theme-secrets-of-rock .crayon-pre .crayon-st { color: #333 !important; } .crayon-theme-secrets-of-rock .crayon-pre .crayon-r { color: #4fb9b1 !important; } .crayon-theme-secrets-of-rock .crayon-pre .crayon-t { color: #008b8b !important; } .crayon-theme-secrets-of-rock .crayon-pre .crayon-m { color: #2e8b57 !important; } .crayon-theme-secrets-of-rock .crayon-pre .crayon-i { color: #333 !important; } .crayon-theme-secrets-of-rock .crayon-pre .crayon-e { color: #008b8b !important; } .crayon-theme-secrets-of-rock .crayon-pre .crayon-v { color: #2e8b57 !important; } .crayon-theme-secrets-of-rock .crayon-pre .crayon-cn { color: #2f4f4f !important; } .crayon-theme-secrets-of-rock .crayon-pre .crayon-o { color: #008b8b !important; } .crayon-theme-secrets-of-rock .crayon-pre .crayon-sy { color: #333 !important; } .crayon-theme-secrets-of-rock .crayon-pre .crayon-n { color: #666 !important; font-style: italic !important; } .crayon-theme-secrets-of-rock .crayon-pre .crayon-f { color: #999 !important; } .crayon-theme-secrets-of-rock .crayon-pre .crayon-h { color: #008b8b !important; }
plugins/crayon-syntax-highlighter/themes/secrets-of-rock/secrets-of-rock.css
.crayon-theme-secrets-of-rock { border-width: 1px !important; border-color: #4fb9b1 !important; border-style: solid !important; text-shadow: none !important; background: #fdfdfd !important; } .crayon-theme-secrets-of-rock-inline { border-width: 0px !important; border-color: #ddd !important; border-style: solid !important; background: #fafafa !important; } .crayon-theme-secrets-of-rock .crayon-table .crayon-nums { background: #4fb9b1 !important; color: #333 !important; } .crayon-theme-secrets-of-rock .crayon-striped-line { background: #f7f7f7 !important; } .crayon-theme-secrets-of-rock .crayon-striped-num { background: #0f9f97 !important; color: #333 !important; } .crayon-theme-secrets-of-rock .crayon-marked-line { background: #c6e3e0 !important; border-width: 1px !important; border-color: #4fb9b1 !important; } .crayon-theme-secrets-of-rock .crayon-marked-num { color: #00bfff !important; background: #333 !important; border-width: 1px !important; border-color: #5999d9 !important; } .crayon-theme-secrets-of-rock .crayon-marked-line.crayon-striped-line { background: #d9f3f1 !important; } .crayon-theme-secrets-of-rock .crayon-marked-num.crayon-striped-num { background: #444 !important; color: #afeeee !important; } .crayon-theme-secrets-of-rock .crayon-marked-line.crayon-top { border-top-style: solid !important; } .crayon-theme-secrets-of-rock .crayon-marked-num.crayon-top { border-top-style: solid !important; } .crayon-theme-secrets-of-rock .crayon-marked-line.crayon-bottom { border-bottom-style: solid !important; } .crayon-theme-secrets-of-rock .crayon-marked-num.crayon-bottom { border-bottom-style: solid !important; } .crayon-theme-secrets-of-rock .crayon-info { background: #faf9d7 !important; border-bottom-width: 1px !important; border-bottom-color: #b1af5e !important; border-bottom-style: solid !important; color: #7e7d34 !important; } .crayon-theme-secrets-of-rock .crayon-toolbar { background: #fdfdfd !important; border-bottom-width: 1px !important; border-bottom-color: #4fb9b1 !important; border-bottom-style: solid !important; } .crayon-theme-secrets-of-rock .crayon-toolbar > div { float: left !important; } .crayon-theme-secrets-of-rock .crayon-toolbar .crayon-tools { float: right !important; } .crayon-theme-secrets-of-rock .crayon-title { color: #333 !important; } .crayon-theme-secrets-of-rock .crayon-language { color: #4fb9b1 !important; } .crayon-theme-secrets-of-rock a.crayon-button { background-color: transparent !important; } .crayon-theme-secrets-of-rock a.crayon-button:hover { background-color: #c0e3e1 !important; color: #666; } .crayon-theme-secrets-of-rock a.crayon-button.crayon-pressed:hover { background-color: #EEE !important; color: #666; } .crayon-theme-secrets-of-rock a.crayon-button.crayon-pressed { background-color: #4fb9b1 !important; color: #FFF; } .crayon-theme-secrets-of-rock a.crayon-button.crayon-pressed:active { background-color: #4fb9b1 !important; color: #FFF; } .crayon-theme-secrets-of-rock a.crayon-button:active { background-color: #4fb9b1 !important; color: #FFF; } .crayon-theme-secrets-of-rock .crayon-pre .crayon-c { color: #2e8b57 !important; } .crayon-theme-secrets-of-rock .crayon-pre .crayon-s { color: #000333 !important; } .crayon-theme-secrets-of-rock .crayon-pre .crayon-p { color: #b85c00 !important; } .crayon-theme-secrets-of-rock .crayon-pre .crayon-ta { color: #00bfff !important; } .crayon-theme-secrets-of-rock .crayon-pre .crayon-k { color: #2e8b57 !important; } .crayon-theme-secrets-of-rock .crayon-pre .crayon-st { color: #333 !important; } .crayon-theme-secrets-of-rock .crayon-pre .crayon-r { color: #4fb9b1 !important; } .crayon-theme-secrets-of-rock .crayon-pre .crayon-t { color: #008b8b !important; } .crayon-theme-secrets-of-rock .crayon-pre .crayon-m { color: #2e8b57 !important; } .crayon-theme-secrets-of-rock .crayon-pre .crayon-i { color: #333 !important; } .crayon-theme-secrets-of-rock .crayon-pre .crayon-e { color: #008b8b !important; } .crayon-theme-secrets-of-rock .crayon-pre .crayon-v { color: #2e8b57 !important; } .crayon-theme-secrets-of-rock .crayon-pre .crayon-cn { color: #2f4f4f !important; } .crayon-theme-secrets-of-rock .crayon-pre .crayon-o { color: #008b8b !important; } .crayon-theme-secrets-of-rock .crayon-pre .crayon-sy { color: #333 !important; } .crayon-theme-secrets-of-rock .crayon-pre .crayon-n { color: #666 !important; font-style: italic !important; } .crayon-theme-secrets-of-rock .crayon-pre .crayon-f { color: #999 !important; } .crayon-theme-secrets-of-rock .crayon-pre .crayon-h { color: #008b8b !important; }
0.340814
0.050237
:root { font-size: 60%; --color-background: #F0F0F7; --color-primary-lighter: #eee7e7; --color-primary-light: #d4cfdf; --color-primary: #ce3636; --color-primary-darker: #6842C2; --color-secundary: #ce3636; --color-secundary-dark: #cf4848; --color-title-in-primary: #FFFFFF; --color-text-in-primary: #FFFFFF; --color-text-title: #32264D; --color-text-complement: #9C98A6; --color-text-base: #6A6180; --color-line-in-white: #E6E6F0; --color-input-background: #F8F8FC; --color-button-text-red: #ce3636; --color-button-text-white: #ffffff; --color-box-base: #FFFFFF; --color-box-footer: #FAFAFC; --color-content-register: #F0F0F5; --color-text-register: #737380; } * { margin: 0; padding: 0; outline: 0; box-sizing: border-box; } html, body, #root { height: 100vh; } body{ background: var(--color-background); } #root{ display: flex; align-items: center; justify-content: center; } body, input, button, textarea{ font: 500 1.6rem Poppins; color: var(--color-text-base); } button { cursor: pointer; } .container { width: 90vw; max-width: 700px; } @media (min-width: 700px){ :root { font-size: 62.5%; } } form input { width: 100%; height: 60px; color: #333; border: 1px solid #dcdce6; border-radius: 8px; padding: 0 24px; } form textarea { width: 100%; resize: vertical; min-height: 140px; height: 60px; color: #333; border: 1px solid #dcdce6; border-radius: 8px; padding: 16px 24px; line-height: 24px; } .button { width: 100%; height: 60px; background: #ce3636; border: 0; border-radius: 8px; color: #FFF; font-weight: 700; margin-top: 16px; display: inline-block; text-align: center; text-decoration: none; font-size: 18px; line-height: 60px; transition: filter 0.4s } .button:hover { filter: brightness(70%); } .back-link { display: flex; align-items: center; margin-top: 40px; color: #41414d; font-size: 18px; text-decoration: none; font-weight: 500; transition: opacity 0.2s; } .back-link svg { margin-right: 8px; } .back-link:hover { opacity: 0.8; }
web/src/assets/styles/global.css
:root { font-size: 60%; --color-background: #F0F0F7; --color-primary-lighter: #eee7e7; --color-primary-light: #d4cfdf; --color-primary: #ce3636; --color-primary-darker: #6842C2; --color-secundary: #ce3636; --color-secundary-dark: #cf4848; --color-title-in-primary: #FFFFFF; --color-text-in-primary: #FFFFFF; --color-text-title: #32264D; --color-text-complement: #9C98A6; --color-text-base: #6A6180; --color-line-in-white: #E6E6F0; --color-input-background: #F8F8FC; --color-button-text-red: #ce3636; --color-button-text-white: #ffffff; --color-box-base: #FFFFFF; --color-box-footer: #FAFAFC; --color-content-register: #F0F0F5; --color-text-register: #737380; } * { margin: 0; padding: 0; outline: 0; box-sizing: border-box; } html, body, #root { height: 100vh; } body{ background: var(--color-background); } #root{ display: flex; align-items: center; justify-content: center; } body, input, button, textarea{ font: 500 1.6rem Poppins; color: var(--color-text-base); } button { cursor: pointer; } .container { width: 90vw; max-width: 700px; } @media (min-width: 700px){ :root { font-size: 62.5%; } } form input { width: 100%; height: 60px; color: #333; border: 1px solid #dcdce6; border-radius: 8px; padding: 0 24px; } form textarea { width: 100%; resize: vertical; min-height: 140px; height: 60px; color: #333; border: 1px solid #dcdce6; border-radius: 8px; padding: 16px 24px; line-height: 24px; } .button { width: 100%; height: 60px; background: #ce3636; border: 0; border-radius: 8px; color: #FFF; font-weight: 700; margin-top: 16px; display: inline-block; text-align: center; text-decoration: none; font-size: 18px; line-height: 60px; transition: filter 0.4s } .button:hover { filter: brightness(70%); } .back-link { display: flex; align-items: center; margin-top: 40px; color: #41414d; font-size: 18px; text-decoration: none; font-weight: 500; transition: opacity 0.2s; } .back-link svg { margin-right: 8px; } .back-link:hover { opacity: 0.8; }
0.436622
0.124639
.modal-dialog{margin:0px 0 !important;padding:15px 0 !important;} .invalid { color: red; } .search_title { text-align: center; } .autocomplete-suggestions { -moz-border-bottom-colors: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; background: #0f081a none repeat scroll 0 0; border-color: -moz-use-text-color #e66a45 #e66a45; border-image: none; border-style: none solid solid; border-width: medium 1px 1px; height: 250px; max-height: initial !important; overflow: auto; padding: 5px 0; } .autocomplete-suggestion:hover, .autocomplete-suggestion:active, .autocomplete-suggestion:focus { background: #ea6b48 none repeat scroll 0 0; } .autocomplete-suggestion { cursor: pointer; line-height: 25px; padding: 0 10px; transition: all 0.3s ease 0s; } h1.search_title_inner { background: rgba(234, 107, 72, 0.4) none repeat scroll 0 0; border-bottom: 1px solid #d43823; border-top: 1px solid #d43823; color: #ffffff; font-size: 15px; font-weight: 400; margin-bottom: 15px; padding: 10px 0; } .update_profile span img, span.level3_content_box_img { display: block; } /*.upload_image .update_profile span img{ display: none; }*/ .alert { background-color: #dd4c3b; border-radius: 2px; margin: 15px auto 0; max-width: 767px; position: relative; z-index: 999; } .alert.danger { border: medium none #dd4c3b; color: rgba(255, 255, 255, 0.84); z-index: auto; } .alert button { font-size: 18px; opacity: 1; text-shadow: none; } .alert.danger button { color: rgba(255, 255, 255, 0.84); } .alert.alert-basic button { color: #e66a45; } .alert.alert-success button { /*color: #25ff00;*/ color: inherit; } .no_data { color: #d66141; font-size: 20px; } .multicheckbox_l4 { padding-bottom: 30px; } .navbar-cst .nav.nav_basic > li a:hover .user_detail_image { border-color: #d43823; } .alert-info-msg { background-color: #03a9f4 !important; color: rgba(255, 255, 255, 0.84) !important; z-index: 100; } .alert-succ-msg { background-color: #4caf50 !important; color: rgba(255, 255, 255, 0.84) !important; border:none !important; } .hide_bg_hint { background: rgba(0, 0, 0, 0) none repeat scroll 0 0; height: 100px; } .btn.cst_sponsor_dash { margin: 0; width: inherit; } .btn_edit { color: #fff; font-size: 20px; } .cst_mid_btn { margin: 0; } .cst_status th { width: 20%; } .marginbtm { margin-bottom: 30px; } .cong.cong_btn { position: relative; } .share_individual.social_footer a { float: right; } .share_individual { font-size: 20px; } .l4_basic_simplex_question_answer label.right2_answer { border: 2px solid #03ff03; color: #03ff03; font-weight: 600; } .l4_basic_simplex_question_answer label.wrong2_answer { border: 2px solid #ff0000; color: #ff0000; font-weight: 600; } .male_female { position: relative; } #gender_error_msg { bottom: -20px; left: -9px; margin: 0; position: absolute; } .hmlintro .modal-body .para_holder { font-size: 16px; font-weight: 100; max-height: 350px; overflow: auto; } .colorYellow { color: #ffff00; font-weight: bold; } .colorRed { color: #ff0000; } .colorWhite { color: #ffffff; font-weight: bold; text-align: justify; } .textCenter { text-align: center; } .paddingB10 { padding-bottom: 10px !important; } #err { color: #f44336; display: block; padding-top: 15px; text-align: center; } .back_me_other { color: #e66a45; font-size: 18px; left: 0; text-align: center; text-decoration: none !important; top: -15px; transition: all 0.5s ease 0s; width: 15.66%; } .level-3 .h_boost { background-color: #cc93ad; } .level-4 .h_boost { background-color: #fdd1a1; } .l4i_popup_image { margin-top: 20px; text-align: center; } .back_me.left10 { left: 11px; } .fontWeight { font-weight: 600; } .mit0 { margin-top: 0 !important; } .mrTop15 { margin-top: 15px; } .yes0 { color: #ffff00; font-weight: bold; } .no0 { color: #e56a45; font-weight: bold; } .rightCheckColor{color: #e66a45; font-size: 22px;} .navbar-cst.navbar{border-bottom: none;background: #161c22;} .title_border{padding-bottom: 0;} .coin_summary .left span{ font-family: ab; font-size: 30px; line-height: 1.2; color: #fd604b; margin-bottom: 30px; } .challenge_container h1{font-family: ab; font-size: 30px; line-height: 1.2; color: #fd604b; } .vs_box .challenging_profession h1 span{color: #27a6b5;font-size: 18px;} .vs_box .research a{border-radius: 0;} .vs_box .research a.research { background: #27a6b5; border-radius: 0; } .vs_box .research a.research:hover{background:#49c7d6;} .vs_box .research a.accept { background: #fd604b; } .vs_box{border: 2px solid #f15f4c;} .btn.invite_teen_btn{ display: inline-block; color: #fff; background: #fd604b; /* width: 100%; */ font-family: hn-b; font-size: 20px; line-height: 1.35; padding: 14px 15px; border-color: #fd604b; margin-bottom: 0; border-radius: 0; height: auto; } .btn.invite_teen_btn:hover{ background: #27a6b5 !important;border-color: #27a6b5 !important; } .coin_summary .left span{margin-top: 10px;} .coin_summary .left .coin_count_ttl{ font-size: 35px; /* font-style: italic; */ font-weight: 600; color: #27a6b5; font-family: 'ab'; } .sponsor_table tr th { color: #f15f4c; font-family: hn-b; font-size: 15px; } .rlink{color: #f15f4c;} .rlink:hover, .rlink:active, .rlink:focus{color:#27a6b5; } .title_border:before{display: none;} .login_form h1 { font-size: 39px; text-transform: capitalize; color: #27a6b5; margin-bottom: 24px; font-family: ab; font-weight: 500; } .sponsor_table { border-right: 1px solid #ff5f44; font-family: 'h'; font-size: 14px; color: #000; font-weight: 400; } .my_teens_inner .login_form,.sponsor_table tr th, .sponsor_table tr td{border-color: #ff5f44;} .sponsor_table a{font-family: 'h';} .coupon_control .gift{ background: #f15f4c; float: none; color: #fff; font-weight: 400; border-radius: 0; font-size: 15px; font-family: hn-b; } .gift.no_ani:hover, .gift.no_ani:active{float: none !important} .coupon_control .gift-btn{width: auto;margin-bottom: 0;padding: 7px 10px;text-transform: capitalize;text-align: center;} .coupon_control .gift-btn:hover{color: #fff;} .coupon_control .gift-btn.sending{padding: 6px 40px 7px 15px;width: auto;} .coupon_control .gift:after{background-image: none;} footer { bottom: 0; height:auto; width: 100%; position: absolute; background-color: rgba(0,0,0,0.65); background-color: #161c22; padding: 50px 0; color: #dfe0e1; font-size: 16px; font-family: hb; } .primary_footer{border-top: none;} .mCSB_scrollTools.mCSB_scrollTools_horizontal{ height: 4px; } .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{height: 4px;margin: 0 auto;} .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: rgba(253,96,75,0.6);} .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail{height: 1px;margin-left: 2px 0 0;} .cst_input_primary{ height: 42px; border-color: #161c22; font-size: 17px; -webkit-appearance: none; -moz-appearance: none; appearance: none; padding: 6px 38px 6px 12px; color: rgba(22,28,34,.7); } .select-style select,.select-style{border-color: #161c22; font-size: 16px;color: rgba(22,28,34,.7);} .submenu-container .btns .btn{ border-color: #ff5f44; background-color: #ff5f44; -webkit-box-shadow: none; box-shadow: none; color: #fff; font-size: 14px; border-radius: 0; padding: 6px 12px; /* display: inline-block; */ line-height: 2; text-transform: uppercase; /* font-weight: 400; */ font-family: 'h'; margin: 0 auto; width: 100px; } .submenu-container .btns .btn:hover{ color: #fff; background-color: #f11f03; border-color: #ce1a02;} h1{font-family: ab;font-size: 30px;line-height: 1.2;color: #fd604b;} .btn.primary_btn{background: #fd604b;border-radius: 0;} .input_icon_parent.select-style:after{border-left: 1px solid #161c22;} .input_icon:before,.input_icon_parent:before{font-family: 'fontawesome';font-size: 26px;color:rgba(22,28,34,.7);background-image: none;top: 4px;} .name:before,.pair_with_teen:before{content: '\f007';} .company_name:before{content: '\f1ad';} .address:before,.state_icon:before,.city_icon:before{content: '\f124';} .pincode:before{content: '\f041';} .email:before{content: '\f0e0';} .country:before, .country_icon:before{content: '\f0ac';} .title_icon:before{content: '\f15b';} .mobile:before{content: '\f10b';} .password:before{content: <PASSWORD>';} .select-style select option {color: rgba(22,28,34,.7);padding: 0;background: #eeeeef;} .modal.fade.in {background: #eeeeef !important;} .modal-content {background: #eeeeef;} .modal-content{border: 1px solid rgba(0,0,0,.2);background: #fff;box-shadow: 0 5px 15px rgba(0,0,0,.5);} .parameters .boxy{border: 2px solid #ff5f44;background: transparent;} .default_popup h2.title{border-color: #e5e5e5;} .parameters .boxy h3{color: #ff5f44;} .radio_cont .square_radio:checked ~ label.high, .radio_cont .square_radio ~ label.high, .high_label {color: #07c9a7;} .radio_cont .square_radio:checked ~ label.mid, .radio_cont .square_radio ~ label.mid ,.mid_label {color: #f1c246;} .radio_cont .square_radio:checked ~ label.low, .radio_cont .square_radio ~ label.low, .low_label {color: #f58634;} .title_border .parent_assessment_header_text,.parent_assessment h1{color:#ff5f44 !important; } .parameters .boxy h3:after{border-color: #fd604b;} .modal.in button.close.close_next{background: #fd604b;} .btn:not(.btn-raised):not(.btn-link):focus, .btn:not(.btn-raised):not(.btn-link):hover, .input-group-btn .btn:not(.btn-raised):not(.btn-link):focus, .input-group-btn .btn:not(.btn-raised):not(.btn-link):hover{background-color: #f11f03;} .ui-widget-overlay {background: rgba(0,0,0,0.5);} .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-buttons{ box-shadow: 0 5px 15px rgba(0,0,0,.5);background-color: #fff;background-clip: padding-box; font-family: hl;font-size: 16px;color: #565b5f;border: 1px solid rgba(0,0,0,.2);} .ui-widget-header{ font-family: ab;font-weight: 500; font-size: 24px;color: #ff5f44;text-align: left;} .ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix{border-color: #e5e5e5;} .ui-widget-content{ font-family: hl;font-size: 16px;color: #565b5f;background:#fff;border-color: #e5e5e5;} .ui-widget-header{background: #fff;} .sec-procoins{padding: 0;} .sec-procoins .list-procoins{margin: 0 auto;} .sec-procoins .list-procoins .block-procoins{background: #fff;} .sec-procoins .list-procoins .block-procoins .btn-primary{height: auto;border-radius: 0;} .search_container{color: #565b5f;background: transparent;} .search_container .search_input::-webkit-input-placeholder , .input_icon .cst_input_primary::-webkit-input-placeholder, .sponsor_account_form .cst_input_primary::-webkit-input-placeholder{ /* Chrome/Opera/Safari */ color: #565b5f !important; } .search_container .search_input::-moz-placeholder ,.input_icon .cst_input_primary::-moz-placeholder, .sponsor_account_form .cst_input_primary::-moz-placeholder{ /* Firefox 19+ */ color: #565b5f !important; } .search_container .search_input:-ms-input-placeholder ,.input_icon .cst_input_primary:-ms-input-placeholder, .sponsor_account_form .cst_input_primary:-ms-input-placeholder{ /* IE 10+ */ color: #565b5f !important; } .search_container .search_input:-moz-placeholder ,.input_icon .cst_input_primary:-moz-placeholder, .sponsor_account_form .cst_input_primary:-moz-placeholder{ /* Firefox 18- */ color: #565b5f !important; } ul.nav.nav-tabs{border-bottom: none;background: #eeeeef;} ul.nav.nav-tabs li{padding: 0 20px;margin:0;border-radius: 0;background: transparent;} .custom-tab-container .custom-tab a>span{padding:0 25px;} ul.nav.nav-tabs li:hover a:after, ul.nav.nav-tabs li.active a:after{width: 50px;height: 110px;left: auto;} ul.nav.nav-tabs li:hover a, ul.nav.nav-tabs li.active a{position: static;} ul.nav.nav-tabs li:hover, ul.nav.nav-tabs li.active{background: none;} .tab-content{background: transparent;} .sec-consumption .gift-search .form-group .form-control,.procoin-heading .procoin-form .form-group .form-control{background-image: none;margin-bottom: 0; } .sec-consumption .gift-search .search-bar,.gift-heading .gift-form .search-bar{padding-bottom: 0;margin:0 auto 15px;} .gift-heading, .gift-heading .gift-form{padding-top: 0;} .custom_checkbox:not(:checked)+label:before, .custom_checkbox:checked+label:before{background: transparent;} .my_box{background: transparent;} .file_type_button.with_label label{color: #565b5f;border-radius: 0;border: 1px solid #f15f4c;} .file_type_button.with_label span.btn{border-radius: 0;border-color: #f15f4c;} .upload_image p{background: #eeeeef;color:#565b5f; } .pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover { z-index: 3; color: #fff; cursor: default; background-color: #fd432a; border-color: #fd432a; } .pagination{border-radius: 0;} .pagination>li>a, .pagination>li>span { position: relative; float: left; padding: 6px 12px; margin-left: -1px; line-height: 1.42857143; color: #fd432a; text-decoration: none; background-color:#fff; border: 1px solid #ddd; } .pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover { color: #777; cursor: not-allowed; background-color: #fff; border-color: #ddd; } .yes0{color: #65c6e6;} .btn_edit{color: #f15f4c;} .promiseplus { color: #f15f4c; } .btn_golden_border { border: 2px solid #f15f4c !important;line-height: 1.5;border-radius: 0; } .coinouter{background: #f15f4c;} .coinsnum{color: #fff;} .l-1 span.level_label, .l-2 span.level_label, .l-3 span.level_label, .l-4 span.level_label, .dashboard_inner_box h2,.profession_attempted h2{color: #333333;} .l-1 span.level_label,.l-2 span.level_label, .l-3 span.level_label,.l-4 span.level_label{background: transparent;} .profession_attempted{clear: both;} .timeline table td.timeline_icon .box{background: #eeeeef;} .timeline table tr.alpha td.timeline_icon .box:before {border-color: #fd604b;} .timeline table tr.alpha td.timeline_icon .box:after {background-color: #fd604b;} .timeline table tr.alpha{color: #fd604b;} .timeline table tr.beta {color: #66c6e6;} .timeline table tr.beta td.timeline_icon .box:before {border-color: #66c6e6;} .timeline table tr.beta td.timeline_icon .box:after {background-color: #66c6e6;} .timeline table tr.gamma td.timeline_icon .box:after {background-color: #73376d;} .timeline table tr.gamma td.timeline_icon .box:before {border-color: #73376d;} .timeline table tr.gamma {color: #73376d;} .timeline table tr.delta {color: #f2c337;} .timeline table tr.delta td.timeline_icon .box:before {border-color: #f2c337;} .timeline table tr.delta td.timeline_icon .box:after {background-color: #f2c337;} .interest{border-color: #fd604b;background: transparent;} .procoins-amt {padding: 6px 6px;font-family: 'h';border: 1px solid #161c22;} .my_teens_content{padding: 0 20px;} .procoins-gift .gift-table .table tr td .gft-btn{border-radius: 0;color: #fff;height: auto;line-height: 1.6;} a.btn.primary_btn.invite_teen_btn {padding: 10px;} textarea.cst_input_primary{resize: vertical;} .detail_container{border: none;} .pair_with_teen .sec-popup{position: absolute;top: 4px;right: 20px;} .pair_with_teen .sec-popup a{font-size: 25px;} .front_page, .back_page, .slider_card .full_path{background: #fff;} .slider_card{color:#565b5f;border-color: #fff;padding: 15px; } .parent_h2_header{margin-bottom: 20px;} .intrest_content .my_chart h4{font-size: 26px;color: #565b5f;line-height: 30px;font-family: ht;margin: 15px 0;} .slider_card .full_path .inner_path{color: #565b5f;} .data-dashboard .data{display: inline-block;float: none;} .multiple-heading{font-family: 'h';font-size: 18px;} .parent_h2_header h2.parent_h2_text{font-size: 22px;} .parent_h2_header h2.parent_h2_text {font-size: 28px;font-family: 'am';color: #27a6b5;border-bottom: none;} .intrest_content .my_chart{width: 100%;} .level-1{background-color: #fd604b;} .level-2{background-color: #66c6e6;} .level-3{background-color: #27a6b6;} .level-4{background-color: #73376d;} .level-5{background-color: #07c9a7;} .center_detial{color: #fff;} .rightCheckColor{color: #fd604b;} /*#mail_submit_form .table_container{border-left: 0;}*/ .popover, .tooltip-inner{background: #fff;padding: 10px;line-height: 1.5;border: 1px solid rgba(0,0,0,.2);} nav.fixed-navigation{z-index: 9999;} .sec-login .login-form .form-sec form .form-control{border: 1px solid #161c22;padding: 6px 12px;font-family: 'h';} input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus input:-webkit-autofill, textarea:-webkit-autofill, textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus { border: 1px solid #161c22; -webkit-text-fill-color: #161c22; -webkit-box-shadow: none; -webkit-transition: background-color 5000s ease-in-out 0s; -o-transition: background-color 5000s ease-in-out 0s; -moz-transition: background-color 5000s ease-in-out 0s; transition: background-color 5000s ease-in-out 0s; background: transparent !important; } .sec-login .login-form .form-sec .btn{height: auto;border-radius: 0;} .sec-login .login-form .icon{-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);-o-transform: rotate(0deg);transform: rotate(0deg);font-size: 100px;} .popover.bottom>.arrow{display: block;} h2 .tooltip-inner {color: #161c22;background: #fff!important;} body{background-image : none !important; background-color: #eeeeef;font-family: 'h';font-size: 14px;color: #333;padding-bottom: 170px;} a, a:focus, a:hover{color: #d81c02;} .card span.title{font-family: ab;line-height: 1.2;color: #27a6b5;} .card span.count, .profession_attempted_carousel{color: #f15f4c;} .card{border-color: #fff;background: #fff;border-radius: 0;} .profession_attempted_carousel .owl-nav{color: #161c22;} .main-menu .menu-container h2{font-family: 'ab';font-size: 44px;} .icon-close{cursor: pointer;} .sec-login{background: #fff;} .sec-login h1 { font-family: am; font-size: 44px; color: rgba(22,28,34,.9); font-weight: 500; margin-bottom: 15px; } .visibility-pwd img { position: absolute; right: 21px; top: 10px; cursor: pointer; } .submit_register {margin-bottom: 20px;} .frgt-pwd-text p,.frgt-pwd-signup{font-family: 'h';font-size: 14px;color: rgba(22, 28, 34, 0.7);} .frgt-pwd-signup{font-size: 16px;} .frgt-pwd-text a,.frgt-pwd-signup a{font-family: 'h';color: rgba(22, 28, 34, 0.7);text-decoration: underline;} .frgt-pwd-text a:hover,.frgt-pwd-signup a:hover{font-family: 'h';color: #fd604b;} .my_teens_inner.gift_teen_inner.loading-screen-parent{border: 1px solid #E56A45;border-top: 0px;} .ui-datepicker .ui-datepicker-header{font-size: 20px;} .ui-state-default, .ui-widget-content .ui-state-default{color: rgba(22,28,34,.7);} .ui-state-highlight, .ui-widget-content .ui-state-highlight{color: #fff;} /*.loader-transparent{background: rgba(255,255,255,0.9) !important;position: fixed;}*/ /* .ajax-loader{display: none !important;} */ /*body.fixed-nav{background: #fff;}*/ .ad-slider .owl-prev,.ad-slider .owl-next{display: none;} .modal{background: #eeeeef !important;} .gift_modal_page .submit_register .btn.disable{pointer-events: none;cursor: not-allowed;background: #ccc !important;color: rgba(22,28,34,.7) !important;} .sec-guidance {font-family: 'hl';font-size: 17px;color: #565b5f;} .sec-guidance p{font-family: 'hl';text-align: left;font-size: 17px;} .sec-guidance .promisebtn{max-width: 238px;margin: 30px auto 0;} .sec-guidance ul{text-align: left;} @media (max-width: 991px) { .padTop10 { padding-top: 10px; } .intrest_content .my_chart h4{font-size: 22px;} } .report_download{ text-align: right; } .report_download .btn{ width:auto; font-size:14px; padding: 0 15px; } @media (max-width: 767px) { .report_download{ text-align: left; margin-top:15px; margin-bottom: 15px; } .coin_summary .left span{font-size: 20px;margin-bottom: 10px;} .coin_summary .left .coin_count_ttl{font-size: 25px;} ul.nav.nav-tabs li a >span{padding: 15px 10px;} ul.nav.nav-tabs li{padding:0;} .l-1 span.level_label, .l-2 span.level_label, .l-3 span.level_label, .l-4 span.level_label{font-size: 20px;} /*.intrest_content{height: 200px !important;}*/ body{padding-bottom: 212px;} .procoins-gift .gift-table .no-data{height: 81.4%;} .main-menu .menu-container h2{font-size: 36px;} .sec-login h1{font-size: 34px;} } @media (max-width:480px){ .intrest_content .col-xs-6{width: 100%;} body{padding-bottom: 277px;} .main-menu .menu-container h2{font-size: 30px;} } @media (max-width: 430px){ .full_width{background: transparent;} } .non_youtube_video{ width: 100%; border: 2px solid #d43823; } .pagination_gift{ text-align: center; margin-top:10px; padding-top:20px; border-top:1px solid #9c552a; } .pagination_gift ul{ display: inline-block; } .gift_nm h4,.gift_nm span{ font-size: 14px; } .modal_gift_main .coupon_control .gift{ margin-top:-7%; } .pagination>li>a, .pagination>li>span { font-size: 12px; padding: 9px 15px; } .resend_verification{ text-align: center; margin-top: 15px; }.popup_label { width: 100%; font-size: 15px; margin-bottom: 10px; }.back_page.second_page.active { padding: 10px; } .unreadcount { background: #d43823; border-radius: 17px; font-size: 10px; height: 20px; left: -3px; line-height: 20px; position: absolute; text-align: center; top: -6px; width: 20px; }.noData { height: 35px; font-size: 19px; margin-top: 10px; padding-top: 10px; border-top: 2px solid #e66a45; }.pp_label { margin-bottom: 15px; }.span_label { color: #000000; }.popup_text { background-color: #FFFFFF; } .lg_header_border{ border:4px solid #9c562b; } .not_assessed:after{ background: #6d6d6d; content: ""; display: inline-block; height: 15px; left: 0; position: absolute; top: 3px; width: 15px; } .btn_typ_lable.labels.lg_legend{ max-width: 290px; width: initial; } .promise_plus_label { text-align:center; margin-top:5px; margin-bottom: 10px; } .promise_plus_img { float:left; display:inline; width:40px !important; height:40px; margin:12px; } .promise_img { width:70px !important; height:70px; margin: 0px 14px; } .clearboth{ clear:both; } .success_msg{ border: none !important; color: #FFFFFF !important; } .coin_summary .left { top: -15px !important; } .temp_disable{ pointer-events: none; } @media (min-width: 320px){ .owl-carousel2.nav_dis .owl-next.disabled{ display: block !important; } } .promise_plus_ach.ahchivement{ text-align: center; } .promise_plus_ach.ahchivement img{ /*margin:5px;*/ vertical-align: middle; float:none; } .noData.pp_nodata{ height:initial; } .consumed_coin .search_container.desktop_search.gift_coin_search { width: 100% !important; max-width: none !important; margin: 0; } .consumed_coin_data{ display:none; } .consumed_coin1 .consumed_coin1, .consumed_coin2 .consumed_coin2, .consumed_coin3 .consumed_coin3{ display:block; } .consumed_coin.login_form.avl_coin_form { padding-bottom: 15px; padding-top: 15px; height:initial; } ul.tab { list-style-type: none; margin: 0; padding: 0; overflow: hidden; } .coin_desc_text{ font-size: 13px !important; } .coin_pf_display{ white-space: normal !important; width: 35% !important; } #lg_legend span:before{ opacity: 0.5; } .sponsor_select.middle.icon_usr{ width:initial; } .sponsor_select.middle em{ color:#fff; } .send_error { color: #dd4b39 ; } .send_success { color: #00a65a; } .gift_border { border-bottom: 1px solid #e66a45; } .header .coins_button_container { width: 100%; } .header .button_container .btn { margin-top: 7px; } /*.my_teens_inner.gift_teen_inner{ position: relative; padding-bottom: 0; min-height: 300px; }*/ .loader_inner_container { height: 220px; position: relative; } .gift_modal_page{ text-align: center; } .gift_modal_page .submit_register{ display:inline-block; margin:0 10px; } .gift_modal_page .submit_register .btn{ width:100px; }.gift_history { width:150px; } .reportbtn { width: 205px; margin: 0 auto; text-align: center; } .footer_cst_bg{ border-top:1px solid #e66a45; } .tool-tip { display: inline-block; } .tool-tip [disabled] { pointer-events: none; } .promise_rate{ height: auto !important; } .parent_l4_text { color: #fff; background: #f5641a !important; border: 2px solid white; width: auto; padding: 5px; text-align: center; line-height: 25px; } .l1part2_text { color: #fff; background: #f5641a !important; border: 2px solid white; width: auto; padding: 5px; text-align: center; line-height: 25px; display: inline-block; } .video_wrapper { width: 100%; position: relative; padding-bottom: 56.25%; padding-top: 25px; height: 0; } .video_wrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .play_menu{ vertical-align: top; } video::-internal-media-controls-download-button { display:none; } video::-webkit-media-controls-enclosure { overflow:hidden; } video::-webkit-media-controls-panel { width: calc(100% + 30px); /* Adjust as needed */ } .gift_coin_modal{max-height: initial !important;min-height: 500px; } .modal_gift_coin_search{margin:15px auto 10px auto !important;} #chat_text{font-size:12px;} .progress_loader { position: absolute; width: 100%; right: 0; bottom: 0; top: 0; } .progress_loader .progress_loader_outer { position: relative; width: 100%; height: 100%; display: table; text-align: center; } .progress_loader .progress_loader_middle { position: relative; width: 100%; height: 100%; display: table-cell; vertical-align: middle; } .progress_loader .progress_loader_inner { width: 30px; display: inline-block; height: 30px; -webkit-animation: loader_spin 4s linear infinite; -moz-animation: loader_spin 4s linear infinite; -o-animation: loader_spin 4s linear infinite; animation: loader_spin 4s linear infinite; background-image: url(../images/load_bar_mini.png); -o-background-size: cover; background-size: cover; vertical-align: middle;} .col-md-12.faq_que_ans_cst .accordion_inner .panel-group .panel h4.panel-title a { padding: 0 !important; text-align: left; background-color: rgba(0,0,0,0); } .col-md-12.faq_que_ans_cst .accordion_inner .panel-group .panel .panel-heading{ padding: 0 !important; text-align: left; background-color: rgba(0,0,0,0); border:none; box-shadow:none; } .col-md-12.faq_que_ans_cst .accordion_inner .panel-group .panel{ box-shadow:none; margin-bottom: 40px; text-align: left; } .panel-collapse{border-top:1px solid #e66a45;margin-top:15px;} h2 .tooltip-inner { background: #fff !important; border: 1px solid #fff; background: #fff; -webkit-border-radius: 5px; border-radius: 5px; z-index: 99; -webkit-box-shadow: 0 1px 17px -4px #989494; box-shadow: 0 1px 17px -4px #989494; color: rgba(22,28,34,.7); } .tooltip .tooltip-arrow{display: block;} .tooltip.bottom .tooltip-arrow { top: -2px; left: 50%; margin-left: -7px; border-width: 0px 7px 7px; border-bottom-color: #fff; } @media(min-width:768px){ .coin_summary.cst_cst_dsh.cst_dsh .right{padding:0;text-align:left;} .coin_summary.cst_cst_dsh.cst_dsh .dashboard_page{padding:0;text-align:right;} .slider_card{height: 400px;} } @media(max-width:767px){ .coin_summary.cst_cst_dsh.cst_dsh .left{margin:0;} } .faq_que_ans_cst .panel-title .collapsed:before{ content: "\f0da" !important; } .faq_que_ans_cst .panel-title a{ font-weight: 400; font-size: 16px; } .faq_que_ans_cst .panel-title a:before{ content: "\f0d7"; padding-right: 10px; display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: 14px; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; width:25px; } .faq_que_ans_cst .pricing_title { margin: 30px 0 30px 0; } .faq_answer_link.panel-body a{ color: #3b78e7 !important; } .faq_answer_link.panel-body ol,.faq_answer_link.panel-body ul { padding-left: 15px !important; } .cst_user_select_mail{ display:block;height:30px;width:30px;margin: 0 auto; } .cst_user_select_mail label{vertical-align: top} .school_dashboard_column{ width:10px !important; white-space: normal !important; } .faq_search_textbox { color:#fff;background: none;border: 2px solid #e66a45;border-radius: 50px;padding: 3px 15px;width: 300px; } .photo-error { text-align: center; margin-bottom: 10px; color: red; font-size: 13px; display: block; }
public/frontend/css/custom.css
.modal-dialog{margin:0px 0 !important;padding:15px 0 !important;} .invalid { color: red; } .search_title { text-align: center; } .autocomplete-suggestions { -moz-border-bottom-colors: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; background: #0f081a none repeat scroll 0 0; border-color: -moz-use-text-color #e66a45 #e66a45; border-image: none; border-style: none solid solid; border-width: medium 1px 1px; height: 250px; max-height: initial !important; overflow: auto; padding: 5px 0; } .autocomplete-suggestion:hover, .autocomplete-suggestion:active, .autocomplete-suggestion:focus { background: #ea6b48 none repeat scroll 0 0; } .autocomplete-suggestion { cursor: pointer; line-height: 25px; padding: 0 10px; transition: all 0.3s ease 0s; } h1.search_title_inner { background: rgba(234, 107, 72, 0.4) none repeat scroll 0 0; border-bottom: 1px solid #d43823; border-top: 1px solid #d43823; color: #ffffff; font-size: 15px; font-weight: 400; margin-bottom: 15px; padding: 10px 0; } .update_profile span img, span.level3_content_box_img { display: block; } /*.upload_image .update_profile span img{ display: none; }*/ .alert { background-color: #dd4c3b; border-radius: 2px; margin: 15px auto 0; max-width: 767px; position: relative; z-index: 999; } .alert.danger { border: medium none #dd4c3b; color: rgba(255, 255, 255, 0.84); z-index: auto; } .alert button { font-size: 18px; opacity: 1; text-shadow: none; } .alert.danger button { color: rgba(255, 255, 255, 0.84); } .alert.alert-basic button { color: #e66a45; } .alert.alert-success button { /*color: #25ff00;*/ color: inherit; } .no_data { color: #d66141; font-size: 20px; } .multicheckbox_l4 { padding-bottom: 30px; } .navbar-cst .nav.nav_basic > li a:hover .user_detail_image { border-color: #d43823; } .alert-info-msg { background-color: #03a9f4 !important; color: rgba(255, 255, 255, 0.84) !important; z-index: 100; } .alert-succ-msg { background-color: #4caf50 !important; color: rgba(255, 255, 255, 0.84) !important; border:none !important; } .hide_bg_hint { background: rgba(0, 0, 0, 0) none repeat scroll 0 0; height: 100px; } .btn.cst_sponsor_dash { margin: 0; width: inherit; } .btn_edit { color: #fff; font-size: 20px; } .cst_mid_btn { margin: 0; } .cst_status th { width: 20%; } .marginbtm { margin-bottom: 30px; } .cong.cong_btn { position: relative; } .share_individual.social_footer a { float: right; } .share_individual { font-size: 20px; } .l4_basic_simplex_question_answer label.right2_answer { border: 2px solid #03ff03; color: #03ff03; font-weight: 600; } .l4_basic_simplex_question_answer label.wrong2_answer { border: 2px solid #ff0000; color: #ff0000; font-weight: 600; } .male_female { position: relative; } #gender_error_msg { bottom: -20px; left: -9px; margin: 0; position: absolute; } .hmlintro .modal-body .para_holder { font-size: 16px; font-weight: 100; max-height: 350px; overflow: auto; } .colorYellow { color: #ffff00; font-weight: bold; } .colorRed { color: #ff0000; } .colorWhite { color: #ffffff; font-weight: bold; text-align: justify; } .textCenter { text-align: center; } .paddingB10 { padding-bottom: 10px !important; } #err { color: #f44336; display: block; padding-top: 15px; text-align: center; } .back_me_other { color: #e66a45; font-size: 18px; left: 0; text-align: center; text-decoration: none !important; top: -15px; transition: all 0.5s ease 0s; width: 15.66%; } .level-3 .h_boost { background-color: #cc93ad; } .level-4 .h_boost { background-color: #fdd1a1; } .l4i_popup_image { margin-top: 20px; text-align: center; } .back_me.left10 { left: 11px; } .fontWeight { font-weight: 600; } .mit0 { margin-top: 0 !important; } .mrTop15 { margin-top: 15px; } .yes0 { color: #ffff00; font-weight: bold; } .no0 { color: #e56a45; font-weight: bold; } .rightCheckColor{color: #e66a45; font-size: 22px;} .navbar-cst.navbar{border-bottom: none;background: #161c22;} .title_border{padding-bottom: 0;} .coin_summary .left span{ font-family: ab; font-size: 30px; line-height: 1.2; color: #fd604b; margin-bottom: 30px; } .challenge_container h1{font-family: ab; font-size: 30px; line-height: 1.2; color: #fd604b; } .vs_box .challenging_profession h1 span{color: #27a6b5;font-size: 18px;} .vs_box .research a{border-radius: 0;} .vs_box .research a.research { background: #27a6b5; border-radius: 0; } .vs_box .research a.research:hover{background:#49c7d6;} .vs_box .research a.accept { background: #fd604b; } .vs_box{border: 2px solid #f15f4c;} .btn.invite_teen_btn{ display: inline-block; color: #fff; background: #fd604b; /* width: 100%; */ font-family: hn-b; font-size: 20px; line-height: 1.35; padding: 14px 15px; border-color: #fd604b; margin-bottom: 0; border-radius: 0; height: auto; } .btn.invite_teen_btn:hover{ background: #27a6b5 !important;border-color: #27a6b5 !important; } .coin_summary .left span{margin-top: 10px;} .coin_summary .left .coin_count_ttl{ font-size: 35px; /* font-style: italic; */ font-weight: 600; color: #27a6b5; font-family: 'ab'; } .sponsor_table tr th { color: #f15f4c; font-family: hn-b; font-size: 15px; } .rlink{color: #f15f4c;} .rlink:hover, .rlink:active, .rlink:focus{color:#27a6b5; } .title_border:before{display: none;} .login_form h1 { font-size: 39px; text-transform: capitalize; color: #27a6b5; margin-bottom: 24px; font-family: ab; font-weight: 500; } .sponsor_table { border-right: 1px solid #ff5f44; font-family: 'h'; font-size: 14px; color: #000; font-weight: 400; } .my_teens_inner .login_form,.sponsor_table tr th, .sponsor_table tr td{border-color: #ff5f44;} .sponsor_table a{font-family: 'h';} .coupon_control .gift{ background: #f15f4c; float: none; color: #fff; font-weight: 400; border-radius: 0; font-size: 15px; font-family: hn-b; } .gift.no_ani:hover, .gift.no_ani:active{float: none !important} .coupon_control .gift-btn{width: auto;margin-bottom: 0;padding: 7px 10px;text-transform: capitalize;text-align: center;} .coupon_control .gift-btn:hover{color: #fff;} .coupon_control .gift-btn.sending{padding: 6px 40px 7px 15px;width: auto;} .coupon_control .gift:after{background-image: none;} footer { bottom: 0; height:auto; width: 100%; position: absolute; background-color: rgba(0,0,0,0.65); background-color: #161c22; padding: 50px 0; color: #dfe0e1; font-size: 16px; font-family: hb; } .primary_footer{border-top: none;} .mCSB_scrollTools.mCSB_scrollTools_horizontal{ height: 4px; } .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{height: 4px;margin: 0 auto;} .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: rgba(253,96,75,0.6);} .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail{height: 1px;margin-left: 2px 0 0;} .cst_input_primary{ height: 42px; border-color: #161c22; font-size: 17px; -webkit-appearance: none; -moz-appearance: none; appearance: none; padding: 6px 38px 6px 12px; color: rgba(22,28,34,.7); } .select-style select,.select-style{border-color: #161c22; font-size: 16px;color: rgba(22,28,34,.7);} .submenu-container .btns .btn{ border-color: #ff5f44; background-color: #ff5f44; -webkit-box-shadow: none; box-shadow: none; color: #fff; font-size: 14px; border-radius: 0; padding: 6px 12px; /* display: inline-block; */ line-height: 2; text-transform: uppercase; /* font-weight: 400; */ font-family: 'h'; margin: 0 auto; width: 100px; } .submenu-container .btns .btn:hover{ color: #fff; background-color: #f11f03; border-color: #ce1a02;} h1{font-family: ab;font-size: 30px;line-height: 1.2;color: #fd604b;} .btn.primary_btn{background: #fd604b;border-radius: 0;} .input_icon_parent.select-style:after{border-left: 1px solid #161c22;} .input_icon:before,.input_icon_parent:before{font-family: 'fontawesome';font-size: 26px;color:rgba(22,28,34,.7);background-image: none;top: 4px;} .name:before,.pair_with_teen:before{content: '\f007';} .company_name:before{content: '\f1ad';} .address:before,.state_icon:before,.city_icon:before{content: '\f124';} .pincode:before{content: '\f041';} .email:before{content: '\f0e0';} .country:before, .country_icon:before{content: '\f0ac';} .title_icon:before{content: '\f15b';} .mobile:before{content: '\f10b';} .password:before{content: <PASSWORD>';} .select-style select option {color: rgba(22,28,34,.7);padding: 0;background: #eeeeef;} .modal.fade.in {background: #eeeeef !important;} .modal-content {background: #eeeeef;} .modal-content{border: 1px solid rgba(0,0,0,.2);background: #fff;box-shadow: 0 5px 15px rgba(0,0,0,.5);} .parameters .boxy{border: 2px solid #ff5f44;background: transparent;} .default_popup h2.title{border-color: #e5e5e5;} .parameters .boxy h3{color: #ff5f44;} .radio_cont .square_radio:checked ~ label.high, .radio_cont .square_radio ~ label.high, .high_label {color: #07c9a7;} .radio_cont .square_radio:checked ~ label.mid, .radio_cont .square_radio ~ label.mid ,.mid_label {color: #f1c246;} .radio_cont .square_radio:checked ~ label.low, .radio_cont .square_radio ~ label.low, .low_label {color: #f58634;} .title_border .parent_assessment_header_text,.parent_assessment h1{color:#ff5f44 !important; } .parameters .boxy h3:after{border-color: #fd604b;} .modal.in button.close.close_next{background: #fd604b;} .btn:not(.btn-raised):not(.btn-link):focus, .btn:not(.btn-raised):not(.btn-link):hover, .input-group-btn .btn:not(.btn-raised):not(.btn-link):focus, .input-group-btn .btn:not(.btn-raised):not(.btn-link):hover{background-color: #f11f03;} .ui-widget-overlay {background: rgba(0,0,0,0.5);} .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-buttons{ box-shadow: 0 5px 15px rgba(0,0,0,.5);background-color: #fff;background-clip: padding-box; font-family: hl;font-size: 16px;color: #565b5f;border: 1px solid rgba(0,0,0,.2);} .ui-widget-header{ font-family: ab;font-weight: 500; font-size: 24px;color: #ff5f44;text-align: left;} .ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix{border-color: #e5e5e5;} .ui-widget-content{ font-family: hl;font-size: 16px;color: #565b5f;background:#fff;border-color: #e5e5e5;} .ui-widget-header{background: #fff;} .sec-procoins{padding: 0;} .sec-procoins .list-procoins{margin: 0 auto;} .sec-procoins .list-procoins .block-procoins{background: #fff;} .sec-procoins .list-procoins .block-procoins .btn-primary{height: auto;border-radius: 0;} .search_container{color: #565b5f;background: transparent;} .search_container .search_input::-webkit-input-placeholder , .input_icon .cst_input_primary::-webkit-input-placeholder, .sponsor_account_form .cst_input_primary::-webkit-input-placeholder{ /* Chrome/Opera/Safari */ color: #565b5f !important; } .search_container .search_input::-moz-placeholder ,.input_icon .cst_input_primary::-moz-placeholder, .sponsor_account_form .cst_input_primary::-moz-placeholder{ /* Firefox 19+ */ color: #565b5f !important; } .search_container .search_input:-ms-input-placeholder ,.input_icon .cst_input_primary:-ms-input-placeholder, .sponsor_account_form .cst_input_primary:-ms-input-placeholder{ /* IE 10+ */ color: #565b5f !important; } .search_container .search_input:-moz-placeholder ,.input_icon .cst_input_primary:-moz-placeholder, .sponsor_account_form .cst_input_primary:-moz-placeholder{ /* Firefox 18- */ color: #565b5f !important; } ul.nav.nav-tabs{border-bottom: none;background: #eeeeef;} ul.nav.nav-tabs li{padding: 0 20px;margin:0;border-radius: 0;background: transparent;} .custom-tab-container .custom-tab a>span{padding:0 25px;} ul.nav.nav-tabs li:hover a:after, ul.nav.nav-tabs li.active a:after{width: 50px;height: 110px;left: auto;} ul.nav.nav-tabs li:hover a, ul.nav.nav-tabs li.active a{position: static;} ul.nav.nav-tabs li:hover, ul.nav.nav-tabs li.active{background: none;} .tab-content{background: transparent;} .sec-consumption .gift-search .form-group .form-control,.procoin-heading .procoin-form .form-group .form-control{background-image: none;margin-bottom: 0; } .sec-consumption .gift-search .search-bar,.gift-heading .gift-form .search-bar{padding-bottom: 0;margin:0 auto 15px;} .gift-heading, .gift-heading .gift-form{padding-top: 0;} .custom_checkbox:not(:checked)+label:before, .custom_checkbox:checked+label:before{background: transparent;} .my_box{background: transparent;} .file_type_button.with_label label{color: #565b5f;border-radius: 0;border: 1px solid #f15f4c;} .file_type_button.with_label span.btn{border-radius: 0;border-color: #f15f4c;} .upload_image p{background: #eeeeef;color:#565b5f; } .pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover { z-index: 3; color: #fff; cursor: default; background-color: #fd432a; border-color: #fd432a; } .pagination{border-radius: 0;} .pagination>li>a, .pagination>li>span { position: relative; float: left; padding: 6px 12px; margin-left: -1px; line-height: 1.42857143; color: #fd432a; text-decoration: none; background-color:#fff; border: 1px solid #ddd; } .pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover { color: #777; cursor: not-allowed; background-color: #fff; border-color: #ddd; } .yes0{color: #65c6e6;} .btn_edit{color: #f15f4c;} .promiseplus { color: #f15f4c; } .btn_golden_border { border: 2px solid #f15f4c !important;line-height: 1.5;border-radius: 0; } .coinouter{background: #f15f4c;} .coinsnum{color: #fff;} .l-1 span.level_label, .l-2 span.level_label, .l-3 span.level_label, .l-4 span.level_label, .dashboard_inner_box h2,.profession_attempted h2{color: #333333;} .l-1 span.level_label,.l-2 span.level_label, .l-3 span.level_label,.l-4 span.level_label{background: transparent;} .profession_attempted{clear: both;} .timeline table td.timeline_icon .box{background: #eeeeef;} .timeline table tr.alpha td.timeline_icon .box:before {border-color: #fd604b;} .timeline table tr.alpha td.timeline_icon .box:after {background-color: #fd604b;} .timeline table tr.alpha{color: #fd604b;} .timeline table tr.beta {color: #66c6e6;} .timeline table tr.beta td.timeline_icon .box:before {border-color: #66c6e6;} .timeline table tr.beta td.timeline_icon .box:after {background-color: #66c6e6;} .timeline table tr.gamma td.timeline_icon .box:after {background-color: #73376d;} .timeline table tr.gamma td.timeline_icon .box:before {border-color: #73376d;} .timeline table tr.gamma {color: #73376d;} .timeline table tr.delta {color: #f2c337;} .timeline table tr.delta td.timeline_icon .box:before {border-color: #f2c337;} .timeline table tr.delta td.timeline_icon .box:after {background-color: #f2c337;} .interest{border-color: #fd604b;background: transparent;} .procoins-amt {padding: 6px 6px;font-family: 'h';border: 1px solid #161c22;} .my_teens_content{padding: 0 20px;} .procoins-gift .gift-table .table tr td .gft-btn{border-radius: 0;color: #fff;height: auto;line-height: 1.6;} a.btn.primary_btn.invite_teen_btn {padding: 10px;} textarea.cst_input_primary{resize: vertical;} .detail_container{border: none;} .pair_with_teen .sec-popup{position: absolute;top: 4px;right: 20px;} .pair_with_teen .sec-popup a{font-size: 25px;} .front_page, .back_page, .slider_card .full_path{background: #fff;} .slider_card{color:#565b5f;border-color: #fff;padding: 15px; } .parent_h2_header{margin-bottom: 20px;} .intrest_content .my_chart h4{font-size: 26px;color: #565b5f;line-height: 30px;font-family: ht;margin: 15px 0;} .slider_card .full_path .inner_path{color: #565b5f;} .data-dashboard .data{display: inline-block;float: none;} .multiple-heading{font-family: 'h';font-size: 18px;} .parent_h2_header h2.parent_h2_text{font-size: 22px;} .parent_h2_header h2.parent_h2_text {font-size: 28px;font-family: 'am';color: #27a6b5;border-bottom: none;} .intrest_content .my_chart{width: 100%;} .level-1{background-color: #fd604b;} .level-2{background-color: #66c6e6;} .level-3{background-color: #27a6b6;} .level-4{background-color: #73376d;} .level-5{background-color: #07c9a7;} .center_detial{color: #fff;} .rightCheckColor{color: #fd604b;} /*#mail_submit_form .table_container{border-left: 0;}*/ .popover, .tooltip-inner{background: #fff;padding: 10px;line-height: 1.5;border: 1px solid rgba(0,0,0,.2);} nav.fixed-navigation{z-index: 9999;} .sec-login .login-form .form-sec form .form-control{border: 1px solid #161c22;padding: 6px 12px;font-family: 'h';} input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus input:-webkit-autofill, textarea:-webkit-autofill, textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus { border: 1px solid #161c22; -webkit-text-fill-color: #161c22; -webkit-box-shadow: none; -webkit-transition: background-color 5000s ease-in-out 0s; -o-transition: background-color 5000s ease-in-out 0s; -moz-transition: background-color 5000s ease-in-out 0s; transition: background-color 5000s ease-in-out 0s; background: transparent !important; } .sec-login .login-form .form-sec .btn{height: auto;border-radius: 0;} .sec-login .login-form .icon{-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);-o-transform: rotate(0deg);transform: rotate(0deg);font-size: 100px;} .popover.bottom>.arrow{display: block;} h2 .tooltip-inner {color: #161c22;background: #fff!important;} body{background-image : none !important; background-color: #eeeeef;font-family: 'h';font-size: 14px;color: #333;padding-bottom: 170px;} a, a:focus, a:hover{color: #d81c02;} .card span.title{font-family: ab;line-height: 1.2;color: #27a6b5;} .card span.count, .profession_attempted_carousel{color: #f15f4c;} .card{border-color: #fff;background: #fff;border-radius: 0;} .profession_attempted_carousel .owl-nav{color: #161c22;} .main-menu .menu-container h2{font-family: 'ab';font-size: 44px;} .icon-close{cursor: pointer;} .sec-login{background: #fff;} .sec-login h1 { font-family: am; font-size: 44px; color: rgba(22,28,34,.9); font-weight: 500; margin-bottom: 15px; } .visibility-pwd img { position: absolute; right: 21px; top: 10px; cursor: pointer; } .submit_register {margin-bottom: 20px;} .frgt-pwd-text p,.frgt-pwd-signup{font-family: 'h';font-size: 14px;color: rgba(22, 28, 34, 0.7);} .frgt-pwd-signup{font-size: 16px;} .frgt-pwd-text a,.frgt-pwd-signup a{font-family: 'h';color: rgba(22, 28, 34, 0.7);text-decoration: underline;} .frgt-pwd-text a:hover,.frgt-pwd-signup a:hover{font-family: 'h';color: #fd604b;} .my_teens_inner.gift_teen_inner.loading-screen-parent{border: 1px solid #E56A45;border-top: 0px;} .ui-datepicker .ui-datepicker-header{font-size: 20px;} .ui-state-default, .ui-widget-content .ui-state-default{color: rgba(22,28,34,.7);} .ui-state-highlight, .ui-widget-content .ui-state-highlight{color: #fff;} /*.loader-transparent{background: rgba(255,255,255,0.9) !important;position: fixed;}*/ /* .ajax-loader{display: none !important;} */ /*body.fixed-nav{background: #fff;}*/ .ad-slider .owl-prev,.ad-slider .owl-next{display: none;} .modal{background: #eeeeef !important;} .gift_modal_page .submit_register .btn.disable{pointer-events: none;cursor: not-allowed;background: #ccc !important;color: rgba(22,28,34,.7) !important;} .sec-guidance {font-family: 'hl';font-size: 17px;color: #565b5f;} .sec-guidance p{font-family: 'hl';text-align: left;font-size: 17px;} .sec-guidance .promisebtn{max-width: 238px;margin: 30px auto 0;} .sec-guidance ul{text-align: left;} @media (max-width: 991px) { .padTop10 { padding-top: 10px; } .intrest_content .my_chart h4{font-size: 22px;} } .report_download{ text-align: right; } .report_download .btn{ width:auto; font-size:14px; padding: 0 15px; } @media (max-width: 767px) { .report_download{ text-align: left; margin-top:15px; margin-bottom: 15px; } .coin_summary .left span{font-size: 20px;margin-bottom: 10px;} .coin_summary .left .coin_count_ttl{font-size: 25px;} ul.nav.nav-tabs li a >span{padding: 15px 10px;} ul.nav.nav-tabs li{padding:0;} .l-1 span.level_label, .l-2 span.level_label, .l-3 span.level_label, .l-4 span.level_label{font-size: 20px;} /*.intrest_content{height: 200px !important;}*/ body{padding-bottom: 212px;} .procoins-gift .gift-table .no-data{height: 81.4%;} .main-menu .menu-container h2{font-size: 36px;} .sec-login h1{font-size: 34px;} } @media (max-width:480px){ .intrest_content .col-xs-6{width: 100%;} body{padding-bottom: 277px;} .main-menu .menu-container h2{font-size: 30px;} } @media (max-width: 430px){ .full_width{background: transparent;} } .non_youtube_video{ width: 100%; border: 2px solid #d43823; } .pagination_gift{ text-align: center; margin-top:10px; padding-top:20px; border-top:1px solid #9c552a; } .pagination_gift ul{ display: inline-block; } .gift_nm h4,.gift_nm span{ font-size: 14px; } .modal_gift_main .coupon_control .gift{ margin-top:-7%; } .pagination>li>a, .pagination>li>span { font-size: 12px; padding: 9px 15px; } .resend_verification{ text-align: center; margin-top: 15px; }.popup_label { width: 100%; font-size: 15px; margin-bottom: 10px; }.back_page.second_page.active { padding: 10px; } .unreadcount { background: #d43823; border-radius: 17px; font-size: 10px; height: 20px; left: -3px; line-height: 20px; position: absolute; text-align: center; top: -6px; width: 20px; }.noData { height: 35px; font-size: 19px; margin-top: 10px; padding-top: 10px; border-top: 2px solid #e66a45; }.pp_label { margin-bottom: 15px; }.span_label { color: #000000; }.popup_text { background-color: #FFFFFF; } .lg_header_border{ border:4px solid #9c562b; } .not_assessed:after{ background: #6d6d6d; content: ""; display: inline-block; height: 15px; left: 0; position: absolute; top: 3px; width: 15px; } .btn_typ_lable.labels.lg_legend{ max-width: 290px; width: initial; } .promise_plus_label { text-align:center; margin-top:5px; margin-bottom: 10px; } .promise_plus_img { float:left; display:inline; width:40px !important; height:40px; margin:12px; } .promise_img { width:70px !important; height:70px; margin: 0px 14px; } .clearboth{ clear:both; } .success_msg{ border: none !important; color: #FFFFFF !important; } .coin_summary .left { top: -15px !important; } .temp_disable{ pointer-events: none; } @media (min-width: 320px){ .owl-carousel2.nav_dis .owl-next.disabled{ display: block !important; } } .promise_plus_ach.ahchivement{ text-align: center; } .promise_plus_ach.ahchivement img{ /*margin:5px;*/ vertical-align: middle; float:none; } .noData.pp_nodata{ height:initial; } .consumed_coin .search_container.desktop_search.gift_coin_search { width: 100% !important; max-width: none !important; margin: 0; } .consumed_coin_data{ display:none; } .consumed_coin1 .consumed_coin1, .consumed_coin2 .consumed_coin2, .consumed_coin3 .consumed_coin3{ display:block; } .consumed_coin.login_form.avl_coin_form { padding-bottom: 15px; padding-top: 15px; height:initial; } ul.tab { list-style-type: none; margin: 0; padding: 0; overflow: hidden; } .coin_desc_text{ font-size: 13px !important; } .coin_pf_display{ white-space: normal !important; width: 35% !important; } #lg_legend span:before{ opacity: 0.5; } .sponsor_select.middle.icon_usr{ width:initial; } .sponsor_select.middle em{ color:#fff; } .send_error { color: #dd4b39 ; } .send_success { color: #00a65a; } .gift_border { border-bottom: 1px solid #e66a45; } .header .coins_button_container { width: 100%; } .header .button_container .btn { margin-top: 7px; } /*.my_teens_inner.gift_teen_inner{ position: relative; padding-bottom: 0; min-height: 300px; }*/ .loader_inner_container { height: 220px; position: relative; } .gift_modal_page{ text-align: center; } .gift_modal_page .submit_register{ display:inline-block; margin:0 10px; } .gift_modal_page .submit_register .btn{ width:100px; }.gift_history { width:150px; } .reportbtn { width: 205px; margin: 0 auto; text-align: center; } .footer_cst_bg{ border-top:1px solid #e66a45; } .tool-tip { display: inline-block; } .tool-tip [disabled] { pointer-events: none; } .promise_rate{ height: auto !important; } .parent_l4_text { color: #fff; background: #f5641a !important; border: 2px solid white; width: auto; padding: 5px; text-align: center; line-height: 25px; } .l1part2_text { color: #fff; background: #f5641a !important; border: 2px solid white; width: auto; padding: 5px; text-align: center; line-height: 25px; display: inline-block; } .video_wrapper { width: 100%; position: relative; padding-bottom: 56.25%; padding-top: 25px; height: 0; } .video_wrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .play_menu{ vertical-align: top; } video::-internal-media-controls-download-button { display:none; } video::-webkit-media-controls-enclosure { overflow:hidden; } video::-webkit-media-controls-panel { width: calc(100% + 30px); /* Adjust as needed */ } .gift_coin_modal{max-height: initial !important;min-height: 500px; } .modal_gift_coin_search{margin:15px auto 10px auto !important;} #chat_text{font-size:12px;} .progress_loader { position: absolute; width: 100%; right: 0; bottom: 0; top: 0; } .progress_loader .progress_loader_outer { position: relative; width: 100%; height: 100%; display: table; text-align: center; } .progress_loader .progress_loader_middle { position: relative; width: 100%; height: 100%; display: table-cell; vertical-align: middle; } .progress_loader .progress_loader_inner { width: 30px; display: inline-block; height: 30px; -webkit-animation: loader_spin 4s linear infinite; -moz-animation: loader_spin 4s linear infinite; -o-animation: loader_spin 4s linear infinite; animation: loader_spin 4s linear infinite; background-image: url(../images/load_bar_mini.png); -o-background-size: cover; background-size: cover; vertical-align: middle;} .col-md-12.faq_que_ans_cst .accordion_inner .panel-group .panel h4.panel-title a { padding: 0 !important; text-align: left; background-color: rgba(0,0,0,0); } .col-md-12.faq_que_ans_cst .accordion_inner .panel-group .panel .panel-heading{ padding: 0 !important; text-align: left; background-color: rgba(0,0,0,0); border:none; box-shadow:none; } .col-md-12.faq_que_ans_cst .accordion_inner .panel-group .panel{ box-shadow:none; margin-bottom: 40px; text-align: left; } .panel-collapse{border-top:1px solid #e66a45;margin-top:15px;} h2 .tooltip-inner { background: #fff !important; border: 1px solid #fff; background: #fff; -webkit-border-radius: 5px; border-radius: 5px; z-index: 99; -webkit-box-shadow: 0 1px 17px -4px #989494; box-shadow: 0 1px 17px -4px #989494; color: rgba(22,28,34,.7); } .tooltip .tooltip-arrow{display: block;} .tooltip.bottom .tooltip-arrow { top: -2px; left: 50%; margin-left: -7px; border-width: 0px 7px 7px; border-bottom-color: #fff; } @media(min-width:768px){ .coin_summary.cst_cst_dsh.cst_dsh .right{padding:0;text-align:left;} .coin_summary.cst_cst_dsh.cst_dsh .dashboard_page{padding:0;text-align:right;} .slider_card{height: 400px;} } @media(max-width:767px){ .coin_summary.cst_cst_dsh.cst_dsh .left{margin:0;} } .faq_que_ans_cst .panel-title .collapsed:before{ content: "\f0da" !important; } .faq_que_ans_cst .panel-title a{ font-weight: 400; font-size: 16px; } .faq_que_ans_cst .panel-title a:before{ content: "\f0d7"; padding-right: 10px; display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: 14px; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; width:25px; } .faq_que_ans_cst .pricing_title { margin: 30px 0 30px 0; } .faq_answer_link.panel-body a{ color: #3b78e7 !important; } .faq_answer_link.panel-body ol,.faq_answer_link.panel-body ul { padding-left: 15px !important; } .cst_user_select_mail{ display:block;height:30px;width:30px;margin: 0 auto; } .cst_user_select_mail label{vertical-align: top} .school_dashboard_column{ width:10px !important; white-space: normal !important; } .faq_search_textbox { color:#fff;background: none;border: 2px solid #e66a45;border-radius: 50px;padding: 3px 15px;width: 300px; } .photo-error { text-align: center; margin-bottom: 10px; color: red; font-size: 13px; display: block; }
0.236428
0.078395
.lottery-content{ background: url("../images/bg-pan.png"); background-size: 100% 100%; } .lottery-title{ height: 8rem; } .lottery{ font-family: '微软雅黑'; position: relative; overflow: hidden; } /*grid start*/ .grid * { margin: 0; padding: 0; } .result{ left: 12%; position: relative; width: 14rem; background: url('../images/gua.png'); background-size: 100% 100%; height: 6rem; } .result-span{ width: 100%; height: 3rem; position: absolute; top: 32%; left: 0; color: #fe6869; text-align: center; font-size: 1.5rem; } .gua-img{ width: 13rem; } .inner{ position: relative; top: -5.6rem; left: 14.6%; } .mytabrow{ width: 100%; margin-top: 20px; } .mytab{ font-family: 微软雅黑; width: 80%; margin: 0 auto; } .mytab .fui-tab{ margin: 0; background: #1695a4; color: #ffffff; } .fui-tab.fui-tab-default a { color: #ffffff; } .fui-tab.fui-tab-default a.active { color: #ffffff; background: #0c7784; border: none; z-index: 100; } .reward_p{ color: #ff5c5d; } .lottery-info{ text-align: center; background-color: #ffffff; min-height: 10rem; margin-bottom: 15px; } .rewardinfo{ display: none; } .myreward{ display: none; } /*弹出层*/ /*.task-model{ z-index: 11; position: absolute; background: #ffffff; bottom: 12rem; right: 3.5rem; width: 12rem; border-radius: 0.5rem; }*/ .fui-modal.picker-modal{ position: fixed; bottom: 260px !important; } .task-model{ margin: 0 auto; background: #ffffff; width: 12rem; border-radius: 0.5rem; } .task-model-content{ background: url("../images/success.png") no-repeat; background-size: 100%; height: 10rem; background-color: #F2F3F8; border-radius: 0.5rem; padding-top: 7rem; color: gray; } .task-model-faile-content{ background: url("../images/fail.png") no-repeat; background-size: 50%; background-position: 3rem 1rem; height: 10rem; background-color: #F2F3F8; border-radius: 0.5rem; padding-top: 7rem; color: gray; } .task-model-faile-content p,.task-model-content p{ text-align: center; font-size: 0.5rem; margin-top:0.2rem; } .task-model-faile-content h4,.task-model-content h4{ text-align: center; font-size: 0.65rem; } .task-model-footer{ color: #ffffff; padding-top: 0.5rem; padding-bottom: 0.5rem; text-align: center; background-color: #ef5e14; border-bottom-right-radius: 0.5rem; border-bottom-left-radius: 0.5rem; } .reward-left{ width: 28%; height: 1.2rem; text-align: left; padding-left: 1rem; float: left; position: relative; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .reward-right{ width: 40%; text-align: right; float: left; margin-top: 2px; position: relative; overflow: hidden; } .reward-center{ width: 28%; float: left; text-align: right; position: relative; white-space: nowrap; text-overflow: ellipsis; } .lottery_footer{ position: absolute; padding-top: 1rem; height: 6rem; top: 22rem; background: #ffffff; width: 80%; left: 10%; border-radius: 10px; } .lottery_footer p{ text-align: center; } .lottery_row{ width:100%; } .lottery_col_6{ width: 50%; text-align: center; float: left; } .lottery_memberhead{ width: 3rem; height: 3rem; border-radius: 90px; border: 2px #fff solid; position: absolute; top: -2rem; left: 42%; }
addons/ewei_shopv2/plugin/lottery/static/style/mobilegua.css
.lottery-content{ background: url("../images/bg-pan.png"); background-size: 100% 100%; } .lottery-title{ height: 8rem; } .lottery{ font-family: '微软雅黑'; position: relative; overflow: hidden; } /*grid start*/ .grid * { margin: 0; padding: 0; } .result{ left: 12%; position: relative; width: 14rem; background: url('../images/gua.png'); background-size: 100% 100%; height: 6rem; } .result-span{ width: 100%; height: 3rem; position: absolute; top: 32%; left: 0; color: #fe6869; text-align: center; font-size: 1.5rem; } .gua-img{ width: 13rem; } .inner{ position: relative; top: -5.6rem; left: 14.6%; } .mytabrow{ width: 100%; margin-top: 20px; } .mytab{ font-family: 微软雅黑; width: 80%; margin: 0 auto; } .mytab .fui-tab{ margin: 0; background: #1695a4; color: #ffffff; } .fui-tab.fui-tab-default a { color: #ffffff; } .fui-tab.fui-tab-default a.active { color: #ffffff; background: #0c7784; border: none; z-index: 100; } .reward_p{ color: #ff5c5d; } .lottery-info{ text-align: center; background-color: #ffffff; min-height: 10rem; margin-bottom: 15px; } .rewardinfo{ display: none; } .myreward{ display: none; } /*弹出层*/ /*.task-model{ z-index: 11; position: absolute; background: #ffffff; bottom: 12rem; right: 3.5rem; width: 12rem; border-radius: 0.5rem; }*/ .fui-modal.picker-modal{ position: fixed; bottom: 260px !important; } .task-model{ margin: 0 auto; background: #ffffff; width: 12rem; border-radius: 0.5rem; } .task-model-content{ background: url("../images/success.png") no-repeat; background-size: 100%; height: 10rem; background-color: #F2F3F8; border-radius: 0.5rem; padding-top: 7rem; color: gray; } .task-model-faile-content{ background: url("../images/fail.png") no-repeat; background-size: 50%; background-position: 3rem 1rem; height: 10rem; background-color: #F2F3F8; border-radius: 0.5rem; padding-top: 7rem; color: gray; } .task-model-faile-content p,.task-model-content p{ text-align: center; font-size: 0.5rem; margin-top:0.2rem; } .task-model-faile-content h4,.task-model-content h4{ text-align: center; font-size: 0.65rem; } .task-model-footer{ color: #ffffff; padding-top: 0.5rem; padding-bottom: 0.5rem; text-align: center; background-color: #ef5e14; border-bottom-right-radius: 0.5rem; border-bottom-left-radius: 0.5rem; } .reward-left{ width: 28%; height: 1.2rem; text-align: left; padding-left: 1rem; float: left; position: relative; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .reward-right{ width: 40%; text-align: right; float: left; margin-top: 2px; position: relative; overflow: hidden; } .reward-center{ width: 28%; float: left; text-align: right; position: relative; white-space: nowrap; text-overflow: ellipsis; } .lottery_footer{ position: absolute; padding-top: 1rem; height: 6rem; top: 22rem; background: #ffffff; width: 80%; left: 10%; border-radius: 10px; } .lottery_footer p{ text-align: center; } .lottery_row{ width:100%; } .lottery_col_6{ width: 50%; text-align: center; float: left; } .lottery_memberhead{ width: 3rem; height: 3rem; border-radius: 90px; border: 2px #fff solid; position: absolute; top: -2rem; left: 42%; }
0.411584
0.075824
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,800&display=swap'); body { overflow-x: hidden; font-family: 'Open Sans', sans-serif; } #secondnavbar .nav-wrapper a { font-weight: 400; } .m0 { margin: 0px; } p { font-family: 'Open Sans', sans-serif !important; } .container-fluide { width: 80%; margin: auto; } .section-p { padding: 40px 0px; } .pad-0 { padding: 0px; } .head { text-align: center; font-weight: 800; padding-bottom: 10px; font-size: 25px; margin: 0; } .para-p { font-size: 13px; text-align: center; font-weight: 500; margin: 0px; padding: 0px 27%; } .para-p-pro { font-size: 13px; text-align: center; font-weight: 500; margin: 0px; } .about-h p { padding: 0px 120px; } .col-img img { border-radius: 10px; } .cont-abot { background: #1c1c1c; padding: 20px 20px; border-radius: 10px; min-height: 290px; } .cont-abot h6 { font-size: 16px; color: #dbdbdb; line-height: 23px; font-weight: 400; padding-bottom: 0px; } .cont-abot p { font-weight: 100; font-size: 13px; color: #b5b5b5; line-height: 23px; margin: 0; /* padding-bottom: 10px; */ } .cont-abot a { color: white; letter-spacing: 1px; font-size: 11px; font-weight: 600; cursor: pointer; } .cont-abot a:hover { color: #a2a2a2; } .cont-abot i { top: 7px; position: relative; color: red; padding-left: 10px; } .product { padding: 30px 35px; border-radius: 5px; width: 35%; background: white; margin-top: -130px; border: 8px solid #eee; /* background: #000c url('https://www.fingent.com/blog/assets/uploads/2018/03/image-15.jpg'); background-size: auto; background-size: contain; background-blend-mode: multiply; */ } .bg-prd-clr { /* background: #000000b5 url('https://www.fingent.com/blog/assets/uploads/2018/03/image-15.jpg'); background-color: rgba(0, 0, 0, 0); background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-attachment: scroll; background-size: auto; background-repeat: no-repeat; background-size: cover; background-position: center; background-attachment: fixed; background-blend-mode: multiply; */ /* background: #000c url('https://www.fingent.com/blog/assets/uploads/2018/03/image-15.jpg'); background-size: auto; background-size: contain; background-blend-mode: multiply; background-attachment: fixed; */ background: #d9d9d9; } .mb80 { margin-bottom: 80px; } .btn-con:hover { background: #00a0c1; color: white; border: 1px solid white; cursor: pointer; } .personal h4 { font-size: 18px; font-weight: 700; letter-spacing: 1px; color: black; } .personal p { font-size: 13px; margin: 0; padding-bottom: 10px; font-weight: 400; color: black; } .broad p { font-size: 13px; color: #aaa; margin: 0px; font-weight: 400; } .broad { background: #1c1c1c; padding: 25px; border-radius: 15px; margin-top: 25px; } .broad h6 { font-weight: 700; font-size: 20px; margin: 0px; padding-bottom: 10px; } .dev-img { width: 116px; } .v-btn { background: transparent; border: 2px solid aliceblue; padding: 3px 15px; color: white; margin-top: 10px; font-size: 14px; } .v-btn:hover { border: 2px solid #ff3131; cursor: pointer; } .existing, .s-heading { padding-top: 7px; padding-bottom: 0px; font-weight: 600 !important; } .news p { font-size: 13px; color: #666; margin: 0px; font-weight: 400; } .img-br { width: 55px; } .n-exit { padding-top: 20px; } .productlist a { font-size: 13px !important; /* color: black !important; */ } .productlist { overflow-y: unset; overflow-x: unset; margin-top: 6px; top: 15px; background: none; } .business-detail li { display: inline-block; } .busine-list { background: white; text-align: center; /* margin-right: 10px; */ padding: 25px; transition: 1s; height: 280px; } .business-detail p { font-size: 13px; font-weight: 400; color: black; margin: 0; padding-bottom: 20px; } .busine-list p { font-size: 13px; font-weight: 400; text-align: center; margin: 0; padding-bottom: 10px; } .tab-it { position: absolute; right: -115px; width: 60%; } .tab-tel { position: absolute; left: -95px; width: 60%; } .productlist .tab a.active { background-color: #0095bf; color: #fff; border: 1px solid #0095bf; } .tab a:focus, .tabs .tab a:focus.active { background-color: rgb(0, 149, 191); outline: none; color: white !important; } .t1t2 { padding-top: 20px; } .product-list .slick-dots { top: 98%; left: 0; } .personal-list h6 { font-size: 35px; color: #000; } /* .bus-title { border: 2px solid #fff; background: #000; color: #fff; text-align: center; width: 50%; padding: 15px; font-size: 15px; height: 15px; line-height: 0px; } */ .blink { animation: blink 0.5s steps(5, start) infinite; -webkit-animation: blink 2s steps(5, start) infinite; } @keyframes blink { to { visibility: hidden; } } @-webkit-keyframes blink { to { visibility: hidden; } } .refer a { background: #0db1cc; padding: 15px 30px; display: inline-block; border-radius: 50px; color: white; margin: 8px 0px; font-size: 13px; } .faq { text-align: center; font-weight: 600; margin-bottom: 30px; } .refer-list li { display: inline-block; } .app-ic { color: white; font-size: 19px; border: 1px solid white; width: 50px; height: 50px; line-height: 50px; } .kk-p { font-size: 13px !important; padding: 10px 0px !important; letter-spacing: 1px; font-weight: 600 !important; color: purple !important; } .refer-list { background: #7b087b; padding: 19px; height: 275px !important; border-radius: 10px; margin-right: 10px; } .refer-icon { border: 1px solid gray; width: 70px; border-radius: 19px; padding: 8px; } .bu { opacity: 0.5; } /* .pr { opacity: 1; } */ .pu { opacity: 0.5; } .per { opacity: 0.5; } .bus { opacity: 1; } .b-width { width: 65% !important; } .bus-title { border: 2px solid #fff; color: #000; padding: 8px; font-size: 15px; font-weight: 600; width: 35%; background: white; text-align: center; } .personal-list { background: white; text-align: center; padding: 105px 0px; transition: 1s; cursor: pointer; height: 280px; } .personal-list p { text-align: center; } /* .per { opacity: 0.4; } */ .per .buss:hover { opacity: 0.2; } /* .product-list { padding-top: 25px; } */ /* .refer-list a { background: white; border: 1px solid #00a0c1; padding: 21px; font-size: 15px; border-radius: 40px; width: 82px; color: black; } */ .refer-list span { border: 2px solid #00a0c1; font-size: 18px; border-radius: 64px; color: black; width: 70px; height: 70px; display: inline-block; padding-top: 20px; } .refer-detail { margin-top: 40px; } .table-note ul { column-count: 2; line-height: 25px; font-size: 13px; padding: 0px 65px; } .bor-ffs th { border: 1px solid #e3e3e3; } .bor-ffs td { border: 1px solid #e3e3e3; } .bor-ffs { border: 1px solid #e3e3e3; display: none; } .table-note li { list-style: square !important; } .m-heading { margin: 0; padding-bottom: 10px; font-size: 15px; font-weight: 800; font-size: 13px !important; } .refer-list p { font-size: 13px; color: #fff; font-weight: 400; margin: 0; padding: 5px 0px; } .refer-frd p { font-size: 13px; font-weight: 400; } .refer-img { width: 215px; float: right; position: relative; top: -30px; } .padd { padding: 0px !important; margin: 0px !important; } .banner-t { border: 1px solid #e6e6e6; border-radius: 10px; padding: 10px; } .refer-list span:hover { background: #00a0c1; color: white; cursor: pointer; } .testimon-img { border-radius: 70px; width: 100px; height: 100px; float: right; } .testim-h p { font-size: 13px; margin: 0px; padding-bottom: 10px; font-weight: 400; } .testim-h h3 { font-size: 14px; font-weight: 700; margin: 0px; color: #ff3c3c; } .back-test { background: #000c url('../img/testimonial-banner.jpg'); background-size: contain; background-blend-mode: multiply; padding: 70px 0px; } .idea-bg { position: absolute; right: 20px; width: 140px; } .testimonial { margin-top: 25px; } .ll { color: white; font-size: 20px; position: absolute; right: 15%; top: 60px; cursor: pointer; } .rr { color: white; font-size: 20px; position: absolute; left: 15%; top: 60px; z-index: 9999; cursor: pointer; } .personal-detail { transition: 1s; } .personal-detail:hover { box-shadow: 0px 0px 1px 0px #e6e6e6; -ms-transform: scale\(1; -webkit-transform: scale(1.1); transform: scale(1.1); transition: 1s; } .busine-list:hover { box-shadow: 0px 0px 1px 0px #e6e6e6; -ms-transform: scale\(1; -webkit-transform: scale(1.1); transform: scale(1.1); transition: 1s; } .a-para { display: none; } .tt-red { margin: 0; padding: 5px 0px; color: #b70000; } .cb-faq { padding: 8px 17px; font-size: 13px; letter-spacing: 0px; line-height: 22px; } .ch-faq { font-size: 11px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; } .btn-bus { padding: 9px 12px; font-size: 14px; background: #008ca4; color: white; border: none; cursor: pointer; } .btn-con { border: 1px solid black; padding: 7px 25px; background: white; font-weight: 700; } .btn-con:hover:focus { background: black; color: white; cursor: pointer; } .bb-news { background: #fff; padding: 15px; border-radius: 10px; margin-bottom: 15px; } .web-dev p { font-size: 13px; font-weight: 400; text-align: center; margin: 0; } .tr-smart { margin: 0; padding-bottom: 4px; font-size: 13px !important; } .refer h4 { font-size: 15px; font-weight: 800; text-align: center; margin: 0; padding-bottom: 10px; } .refer p { font-size: 14px; font-weight: 400; text-align: center; margin: 0; padding-bottom: 5px; color: black; letter-spacing: 1px; padding-top: 5px; } .pp { color: white; font-size: 14px; font-weight: 400; margin: 0; padding-bottom: 10px; } .personal h4 { font-size: 15px; } .web-dev { background: white; border-radius: 7px; text-align: center; padding: 35px; height: 380px; } .slick-dots { position: absolute; bottom: 0; left: 47%; } .slider-banner li { display: inline-block; } .slick-active button { background: #0190b1 !important } .slick-dots li button { font-size: 0; line-height: 0; display: block; width: 13px; height: 13px; padding: 5px; cursor: pointer; color: #000; border: 1px solid #fff; outline: none; background: #f2f2f2; margin-right: 7px; margin-left: 7px; } .page-footer { padding-top: 20px; color: #fff; background-color: #000 !important; } /* new chages */ /* .productlist li { border: 1px solid #8e8e8e; } */ .lab-in { color: gray !important; font-size: 13px !important; } .productlist .tab { border: none; border-radius: 0px; background: #777; height: 35px; width: 75%; line-height: 32px; } .productlist .tab a { color: rgba(0, 0, 0, 0.7); } .productlist .tabs .tab a:hover, .tabs .tab a { color: #fff; font-size: 12px; } .form-detail p { font-size: 12px; text-align: center; font-weight: 400; color: white; margin: 0px; } .form-cont { border: 1px solid #f2f1f1; padding: 30px; } .form-detail { background: #000; text-align: center; padding: 17px; } .z-tt { z-index: 99999; /* left: auto; right: 0; */ } .form-detail h5 { font-size: 15px; font-weight: 600; padding: 16px; color: white; margin: 0; } .form-input { padding: 15px; } .tabs.mobile-tabs a { color: black; } .productlist .indicator { position: absolute; bottom: 0; height: 2px; will-change: left, right; border: none !important; background: unset; } .a-aa { background: black; width: 230px !important; } .inner-per .tab a { color: white; } .two-per { margin-top: 15px; } .inner-per .tab a:hover { background-color: #0095bf; color: #fff; } .inner-per .tab a.active { background-color: #0095bf; color: #fff; } .a-aa:active { color: black !important; } .a-aa.active:hover { color: black !important; } .inner-per .indicator { position: absolute; bottom: 0; height: 2px; background-color: rgb(0, 149, 191); will-change: left, right; } .shop-ee { color: #328cd6; font-size: 35px; padding-top: 20px; } .gg-per ul { font-size: 13px; column-count: 2; line-height: 33px; } .gg-per a { font-size: 13px; color: black; cursor: pointer; } .gg-per a:hover { color: #328cd6; } .gg-per li { list-style: inside !important; } .gg-per { background: white; padding: 15px; } /* .gg-per p { text-align: center; } .gg-per { text-align: center; } */ .img-com { width: 100%; height: 298px; } .inner-back { background-image: url('../img/inner-banner.jpg'); background-repeat: repeat; background-attachment: fixed; padding: 40px 0px; } .inner-banner { text-align: center; color: white; } .inner-banner p { text-align: center; color: white; font-size: 14px; font-weight: 400; margin: 0; } .tabs-mobile { position: relative; top: -45px; background: white; padding: 10px 20px; border-radius: 10px; } .inner-banner h5 { font-size: 25px; font-weight: 600; } .bor-ff { border: 1px solid #e3e3e3; } .bor-ff tr { background: white; border: 1px solid #e3e3e3; } .bor-ff th { border: 1px solid #bbb; font-size: 13px; } .bor-ff td { border: 1px solid #bbb; } .mobile-tabs .tab a:focus, .tabs .tab a:focus.active { background-color: rgb(0, 149, 191); outline: none; color: white !important; /* border-radius: 45px; */ } .tr-headd { color: #9004d0; } .mobile-tabs .indicator { position: absolute; bottom: 0; height: 2px; background-color: transparent; will-change: left, right; } .mobile-tabs .tabs .tab a:hover, .tabs .tab a.active { background-color: transparent; color: #fff; background: #02a9c9; } .container-table { width: 90%; margin: auto; } .bor-ff td { padding: 10px 10px; font-size: 13px; } .table-cont h5 { font-size: 21px; font-weight: 600; color: #111; } .padd-sec { padding: 10px; /* background: #f7f7f7; */ } .table-data { margin-bottom: 20px; } .table-cont p { font-size: 13px; font-weight: 400; letter-spacing: 1px; } .th-para { font-size: 10px; margin: 0; } .tabs-mobile .tabs { text-align: center; height: 35px; } .mobile-tabs .tab { display: inline-block; text-align: center; line-height: 35px; height: 35px; padding: 0; margin: 0; margin-left: 0px; text-transform: uppercase; } .pur { background-color: #c724b1; color: white; } .yell { background: #fff4b9; } .device-tab { border: 1px solid #e8e8e8; text-align: center; border-radius: 25px; margin-bottom: 20px; } .table-cont p { text-align: center; margin: 0; padding-bottom: 10px; } .table-cont { text-align: center; } .head-dev { padding: 7px; border-bottom: 1px solid #d9d9d9; margin-bottom: 20px; } .head-dev h5 { font-size: 18px; font-weight: 800; } .head-dev p { font-size: 13px; margin: 0px; text-align: center; font-weight: 400; } .head-title-dev h5 { font-size: 18px; font-weight: 800; margin: 0; padding-bottom: 15px; } /* .device-tab:hover .card--device__header { display: block; } */ /* .device-tab:hover .head-dev { padding: 7px; } */ .card--device__header { background-color: #c724b1; font-family: du-font-primary-r; color: #fff; /* display: none; */ font-size: 15px; padding: 14px; border-top-left-radius: 25px; border-top-right-radius: 25px; font-weight: 600; } .head-title-dev { border-top: 1px solid #bfbfbf; padding: 20px; margin-top: 15px; } .pop-btn { background: #01aac7; padding: 10px 30px; color: white; border: none; border-radius: 20px; cursor: pointer; } .pop-btn:hover { background: #05899f; } .device-tab:hover { box-shadow: 0px 0px 8px 0px #d7d7d7; } .dropdown-content li>a, .dropdown-content li>span { font-size: 13px; color: #000; display: block; line-height: 22px; } .dropdown-content { background-color: #fff; margin: 0; display: none; min-width: 195px; } .our-team-detail h5 { font-size: 18px; font-weight: 600; text-align: center; } .our-team-detail p { font-size: 13px; font-weight: 400; margin: 0; text-align: center; } .slider-team-list h4 { font-size: 18px; font-weight: 600; margin: 0; padding-top: 10px; } .slider-team { padding: 25px; text-align: center; border: 1px solid #f2f2f2; margin-top: 25px; } .testimon-img-list { border-radius: 70px; width: 100px; height: 100px; } .contact-back { background-image: url('../img/contact-banner.jpg'); background-repeat: no-repeat; background-size: cover; background-attachment: fixed; padding: 55px; } .get-touch p { font-size: 14px; font-weight: 400; margin: 0; padding-bottom: 10px; color: gray; } .get-touch h5 { font-weight: 600; font-size: 24px; margin: 0; padding-bottom: 10px; } .get-address p { font-size: 13px; font-weight: 400 !important; margin: 0; padding-bottom: 10px; color: gray; } .cont-list p { margin: 0; text-align: center; padding: 16px 0px; font-size: 14px; font-weight: 400; } .cont-list { text-align: center; border: 1px solid #e6e6e6; padding: 17px; } .ll-ic { background: black; color: white; width: 40px; height: 40px; line-height: 40px; } .sect-tp { padding: 50px 0px; } .get-address h4 { font-size: 15px; font-weight: 600; color: #0bafca; letter-spacing: 1px; } .get-address a { color: gray; cursor: pointer; } .get-address { border: 1px solid #eaeaea; padding: 20px; margin-top: 75px; } .call-action { background: #0db1cc; color: white; width: 45px; height: 45px; text-align: center; line-height: 45px; border-radius: 35px; position: fixed; top: 45%; right: 15px; cursor: pointer; transition: 1s; } .call-action:hover { background: #060606; } @media(max-width:767px) { .faq { text-align: center; font-weight: 600; margin: 20px; font-size: 17px; } .get-address { margin-top: 20px; } .inner-banner p { font-size: 13px; } .contact-back { padding: 20px; } .table-note ul { column-count: 1; line-height: 25px; font-size: 13px; padding: 0px 10px; } .container-table { width: 100%; margin: auto; } .table-cont { text-align: justify; } .table-cont p { text-align: justify; margin: 0; padding-bottom: 10px; } .tabs-mobile .tabs { text-align: center; height: 45px; } .productlist li { border: 1px Dashed #979797; margin-left: 6px !important; } .a-aa { background: black; width: unset !important; } .productlist a { font-size: 12px !important; } .para-p-pro { font-size: 13px; text-align: justify; font-weight: 500; margin: 0px; } .idea-bg { display: none; } .mb80 { margin-bottom: 0px; } .cont-abot { margin-top: 10px; } .cont-abot h6 { font-size: 13px; color: #dbdbdb; line-height: 23px; font-weight: 400; padding-bottom: 5px; text-align: justify; } .tab-tel { position: absolute; left: 0px; width: 60%; } .img-com { height: auto; width: 100%; } .web-dev { background: white; border-radius: 7px; text-align: center; padding: 13px; margin-bottom: 10px; } .productlist .tab { width: 45%; } .busine-list { margin-right: 0px; margin-bottom: 20px; } .t1t2 { padding-top: 0px; } .business-detail p { text-align: center; } .bus-title { width: 100%; margin-top: 45px; } .tab-it { position: absolute; right: 0px; width: 60%; } .head { text-align: center; font-size: 19px; } .slick-dots { position: absolute; bottom: 0; left: 45%; right: 0; } .slick-dots li button { font-size: 0; line-height: 0; display: block; width: 6px; height: 6px; padding: 2px; cursor: pointer; color: #000; border: 1px solid #fff; outline: none; background: #f2f2f2; margin-right: 2px; margin-left: 4px; } .section-p { padding: 30px 0px; } .about-h p { padding: 0px 0px; } .container-fluide { width: 90%; margin: auto; } .ll { color: white; font-size: 20px; position: absolute; right: 20%; top: 95%; } .rr { color: white; font-size: 20px; position: absolute; left: 60%; top: 95%; } .bg-prd-clr { padding: 25px 0px; } .testimon-img { margin-bottom: 20px; } .product { padding: 25px 20px; width: 100%; border-radius: 15px; margin-top: 0px; } .para-p { font-size: 13px; padding: 0px; text-align: justify; } .personal p { font-size: 13px; margin: 0; } .broad p { font-size: 12px; } .news p { font-size: 12px; } .personal h4 { font-size: 18px; font-weight: 700; letter-spacing: 1px; margin: 0; padding-bottom: 7px; padding-top: 15px; } .refer-frd p { font-size: 13px; font-weight: 400; margin: 0px; } .refer-img { top: 0px; } .bor-ff { border: 1px solid #e3e3e3; margin-bottom: 10px; } .table-data { margin-bottom: 20px; } .table-scroll { overflow-y: scroll; } } @media(min-width:768px) and (max-width:991px) { .rr { color: white; font-size: 20px; position: absolute; left: 75%; top: 60px; z-index: 9999; cursor: pointer; } .refer-img { display: none; } .refer-frd p { font-size: 13px; font-weight: 400; margin: 0; padding-bottom: 10px; } .idea-bg { position: absolute; right: 16px; width: 108px; } .product { padding: 30px 35px; border-radius: 15px; width: 50%; background: white; margin-top: -130px; } .head { text-align: center; font-weight: 800; padding-bottom: 10px; font-size: 20px; margin: 0; } .para-p { padding: 0px 10%; } .cont-abot h6 { font-size: 14px; color: #dbdbdb; line-height: 23px; font-weight: 400; padding-bottom: 0px; } .cont-abot p { font-weight: 100; font-size: 13px; color: #b5b5b5; line-height: 19px; margin: 0; padding-bottom: 0px; } .cont-abot { background: #1c1c1c; padding: 10px 15px; border-radius: 10px; } } /* logo */ .logo-wi { width: 200px; } .fullscreen-bg::before { position: absolute; width: 100%; height: 100%; content: ""; top: 0; left: 0; background: #000000ad; z-index: 9; } .fullscreen-bg { position: relative; overflow: hidden; z-index: 0; min-height: calc(95vh - 64px); } .fullscreen-bg__video { position: absolute; top: 0; left: 0; width: 100%; } @media (min-aspect-ratio: 16/9) { .fullscreen-bg__video { height: 300%; top: -100%; } } @media (max-aspect-ratio: 16/9) { .fullscreen-bg__video { width: 300%; left: -100%; } } @media (max-width: 767px) { .fullscreen-bg__video { width: 100%; } .fullscreen-bg__video { position: unset; top: 0; left: 0; } .fullscreen-bg { position: relative; overflow: hidden; z-index: 0; min-height: auto; } .fullscreen-bg::before { position: absolute; width: 100%; height: 98%; content: ""; top: 0; left: 0; background: #000000ad; z-index: 9; } }
HTML/assets/stylesheet/index.css
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,800&display=swap'); body { overflow-x: hidden; font-family: 'Open Sans', sans-serif; } #secondnavbar .nav-wrapper a { font-weight: 400; } .m0 { margin: 0px; } p { font-family: 'Open Sans', sans-serif !important; } .container-fluide { width: 80%; margin: auto; } .section-p { padding: 40px 0px; } .pad-0 { padding: 0px; } .head { text-align: center; font-weight: 800; padding-bottom: 10px; font-size: 25px; margin: 0; } .para-p { font-size: 13px; text-align: center; font-weight: 500; margin: 0px; padding: 0px 27%; } .para-p-pro { font-size: 13px; text-align: center; font-weight: 500; margin: 0px; } .about-h p { padding: 0px 120px; } .col-img img { border-radius: 10px; } .cont-abot { background: #1c1c1c; padding: 20px 20px; border-radius: 10px; min-height: 290px; } .cont-abot h6 { font-size: 16px; color: #dbdbdb; line-height: 23px; font-weight: 400; padding-bottom: 0px; } .cont-abot p { font-weight: 100; font-size: 13px; color: #b5b5b5; line-height: 23px; margin: 0; /* padding-bottom: 10px; */ } .cont-abot a { color: white; letter-spacing: 1px; font-size: 11px; font-weight: 600; cursor: pointer; } .cont-abot a:hover { color: #a2a2a2; } .cont-abot i { top: 7px; position: relative; color: red; padding-left: 10px; } .product { padding: 30px 35px; border-radius: 5px; width: 35%; background: white; margin-top: -130px; border: 8px solid #eee; /* background: #000c url('https://www.fingent.com/blog/assets/uploads/2018/03/image-15.jpg'); background-size: auto; background-size: contain; background-blend-mode: multiply; */ } .bg-prd-clr { /* background: #000000b5 url('https://www.fingent.com/blog/assets/uploads/2018/03/image-15.jpg'); background-color: rgba(0, 0, 0, 0); background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-attachment: scroll; background-size: auto; background-repeat: no-repeat; background-size: cover; background-position: center; background-attachment: fixed; background-blend-mode: multiply; */ /* background: #000c url('https://www.fingent.com/blog/assets/uploads/2018/03/image-15.jpg'); background-size: auto; background-size: contain; background-blend-mode: multiply; background-attachment: fixed; */ background: #d9d9d9; } .mb80 { margin-bottom: 80px; } .btn-con:hover { background: #00a0c1; color: white; border: 1px solid white; cursor: pointer; } .personal h4 { font-size: 18px; font-weight: 700; letter-spacing: 1px; color: black; } .personal p { font-size: 13px; margin: 0; padding-bottom: 10px; font-weight: 400; color: black; } .broad p { font-size: 13px; color: #aaa; margin: 0px; font-weight: 400; } .broad { background: #1c1c1c; padding: 25px; border-radius: 15px; margin-top: 25px; } .broad h6 { font-weight: 700; font-size: 20px; margin: 0px; padding-bottom: 10px; } .dev-img { width: 116px; } .v-btn { background: transparent; border: 2px solid aliceblue; padding: 3px 15px; color: white; margin-top: 10px; font-size: 14px; } .v-btn:hover { border: 2px solid #ff3131; cursor: pointer; } .existing, .s-heading { padding-top: 7px; padding-bottom: 0px; font-weight: 600 !important; } .news p { font-size: 13px; color: #666; margin: 0px; font-weight: 400; } .img-br { width: 55px; } .n-exit { padding-top: 20px; } .productlist a { font-size: 13px !important; /* color: black !important; */ } .productlist { overflow-y: unset; overflow-x: unset; margin-top: 6px; top: 15px; background: none; } .business-detail li { display: inline-block; } .busine-list { background: white; text-align: center; /* margin-right: 10px; */ padding: 25px; transition: 1s; height: 280px; } .business-detail p { font-size: 13px; font-weight: 400; color: black; margin: 0; padding-bottom: 20px; } .busine-list p { font-size: 13px; font-weight: 400; text-align: center; margin: 0; padding-bottom: 10px; } .tab-it { position: absolute; right: -115px; width: 60%; } .tab-tel { position: absolute; left: -95px; width: 60%; } .productlist .tab a.active { background-color: #0095bf; color: #fff; border: 1px solid #0095bf; } .tab a:focus, .tabs .tab a:focus.active { background-color: rgb(0, 149, 191); outline: none; color: white !important; } .t1t2 { padding-top: 20px; } .product-list .slick-dots { top: 98%; left: 0; } .personal-list h6 { font-size: 35px; color: #000; } /* .bus-title { border: 2px solid #fff; background: #000; color: #fff; text-align: center; width: 50%; padding: 15px; font-size: 15px; height: 15px; line-height: 0px; } */ .blink { animation: blink 0.5s steps(5, start) infinite; -webkit-animation: blink 2s steps(5, start) infinite; } @keyframes blink { to { visibility: hidden; } } @-webkit-keyframes blink { to { visibility: hidden; } } .refer a { background: #0db1cc; padding: 15px 30px; display: inline-block; border-radius: 50px; color: white; margin: 8px 0px; font-size: 13px; } .faq { text-align: center; font-weight: 600; margin-bottom: 30px; } .refer-list li { display: inline-block; } .app-ic { color: white; font-size: 19px; border: 1px solid white; width: 50px; height: 50px; line-height: 50px; } .kk-p { font-size: 13px !important; padding: 10px 0px !important; letter-spacing: 1px; font-weight: 600 !important; color: purple !important; } .refer-list { background: #7b087b; padding: 19px; height: 275px !important; border-radius: 10px; margin-right: 10px; } .refer-icon { border: 1px solid gray; width: 70px; border-radius: 19px; padding: 8px; } .bu { opacity: 0.5; } /* .pr { opacity: 1; } */ .pu { opacity: 0.5; } .per { opacity: 0.5; } .bus { opacity: 1; } .b-width { width: 65% !important; } .bus-title { border: 2px solid #fff; color: #000; padding: 8px; font-size: 15px; font-weight: 600; width: 35%; background: white; text-align: center; } .personal-list { background: white; text-align: center; padding: 105px 0px; transition: 1s; cursor: pointer; height: 280px; } .personal-list p { text-align: center; } /* .per { opacity: 0.4; } */ .per .buss:hover { opacity: 0.2; } /* .product-list { padding-top: 25px; } */ /* .refer-list a { background: white; border: 1px solid #00a0c1; padding: 21px; font-size: 15px; border-radius: 40px; width: 82px; color: black; } */ .refer-list span { border: 2px solid #00a0c1; font-size: 18px; border-radius: 64px; color: black; width: 70px; height: 70px; display: inline-block; padding-top: 20px; } .refer-detail { margin-top: 40px; } .table-note ul { column-count: 2; line-height: 25px; font-size: 13px; padding: 0px 65px; } .bor-ffs th { border: 1px solid #e3e3e3; } .bor-ffs td { border: 1px solid #e3e3e3; } .bor-ffs { border: 1px solid #e3e3e3; display: none; } .table-note li { list-style: square !important; } .m-heading { margin: 0; padding-bottom: 10px; font-size: 15px; font-weight: 800; font-size: 13px !important; } .refer-list p { font-size: 13px; color: #fff; font-weight: 400; margin: 0; padding: 5px 0px; } .refer-frd p { font-size: 13px; font-weight: 400; } .refer-img { width: 215px; float: right; position: relative; top: -30px; } .padd { padding: 0px !important; margin: 0px !important; } .banner-t { border: 1px solid #e6e6e6; border-radius: 10px; padding: 10px; } .refer-list span:hover { background: #00a0c1; color: white; cursor: pointer; } .testimon-img { border-radius: 70px; width: 100px; height: 100px; float: right; } .testim-h p { font-size: 13px; margin: 0px; padding-bottom: 10px; font-weight: 400; } .testim-h h3 { font-size: 14px; font-weight: 700; margin: 0px; color: #ff3c3c; } .back-test { background: #000c url('../img/testimonial-banner.jpg'); background-size: contain; background-blend-mode: multiply; padding: 70px 0px; } .idea-bg { position: absolute; right: 20px; width: 140px; } .testimonial { margin-top: 25px; } .ll { color: white; font-size: 20px; position: absolute; right: 15%; top: 60px; cursor: pointer; } .rr { color: white; font-size: 20px; position: absolute; left: 15%; top: 60px; z-index: 9999; cursor: pointer; } .personal-detail { transition: 1s; } .personal-detail:hover { box-shadow: 0px 0px 1px 0px #e6e6e6; -ms-transform: scale\(1; -webkit-transform: scale(1.1); transform: scale(1.1); transition: 1s; } .busine-list:hover { box-shadow: 0px 0px 1px 0px #e6e6e6; -ms-transform: scale\(1; -webkit-transform: scale(1.1); transform: scale(1.1); transition: 1s; } .a-para { display: none; } .tt-red { margin: 0; padding: 5px 0px; color: #b70000; } .cb-faq { padding: 8px 17px; font-size: 13px; letter-spacing: 0px; line-height: 22px; } .ch-faq { font-size: 11px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; } .btn-bus { padding: 9px 12px; font-size: 14px; background: #008ca4; color: white; border: none; cursor: pointer; } .btn-con { border: 1px solid black; padding: 7px 25px; background: white; font-weight: 700; } .btn-con:hover:focus { background: black; color: white; cursor: pointer; } .bb-news { background: #fff; padding: 15px; border-radius: 10px; margin-bottom: 15px; } .web-dev p { font-size: 13px; font-weight: 400; text-align: center; margin: 0; } .tr-smart { margin: 0; padding-bottom: 4px; font-size: 13px !important; } .refer h4 { font-size: 15px; font-weight: 800; text-align: center; margin: 0; padding-bottom: 10px; } .refer p { font-size: 14px; font-weight: 400; text-align: center; margin: 0; padding-bottom: 5px; color: black; letter-spacing: 1px; padding-top: 5px; } .pp { color: white; font-size: 14px; font-weight: 400; margin: 0; padding-bottom: 10px; } .personal h4 { font-size: 15px; } .web-dev { background: white; border-radius: 7px; text-align: center; padding: 35px; height: 380px; } .slick-dots { position: absolute; bottom: 0; left: 47%; } .slider-banner li { display: inline-block; } .slick-active button { background: #0190b1 !important } .slick-dots li button { font-size: 0; line-height: 0; display: block; width: 13px; height: 13px; padding: 5px; cursor: pointer; color: #000; border: 1px solid #fff; outline: none; background: #f2f2f2; margin-right: 7px; margin-left: 7px; } .page-footer { padding-top: 20px; color: #fff; background-color: #000 !important; } /* new chages */ /* .productlist li { border: 1px solid #8e8e8e; } */ .lab-in { color: gray !important; font-size: 13px !important; } .productlist .tab { border: none; border-radius: 0px; background: #777; height: 35px; width: 75%; line-height: 32px; } .productlist .tab a { color: rgba(0, 0, 0, 0.7); } .productlist .tabs .tab a:hover, .tabs .tab a { color: #fff; font-size: 12px; } .form-detail p { font-size: 12px; text-align: center; font-weight: 400; color: white; margin: 0px; } .form-cont { border: 1px solid #f2f1f1; padding: 30px; } .form-detail { background: #000; text-align: center; padding: 17px; } .z-tt { z-index: 99999; /* left: auto; right: 0; */ } .form-detail h5 { font-size: 15px; font-weight: 600; padding: 16px; color: white; margin: 0; } .form-input { padding: 15px; } .tabs.mobile-tabs a { color: black; } .productlist .indicator { position: absolute; bottom: 0; height: 2px; will-change: left, right; border: none !important; background: unset; } .a-aa { background: black; width: 230px !important; } .inner-per .tab a { color: white; } .two-per { margin-top: 15px; } .inner-per .tab a:hover { background-color: #0095bf; color: #fff; } .inner-per .tab a.active { background-color: #0095bf; color: #fff; } .a-aa:active { color: black !important; } .a-aa.active:hover { color: black !important; } .inner-per .indicator { position: absolute; bottom: 0; height: 2px; background-color: rgb(0, 149, 191); will-change: left, right; } .shop-ee { color: #328cd6; font-size: 35px; padding-top: 20px; } .gg-per ul { font-size: 13px; column-count: 2; line-height: 33px; } .gg-per a { font-size: 13px; color: black; cursor: pointer; } .gg-per a:hover { color: #328cd6; } .gg-per li { list-style: inside !important; } .gg-per { background: white; padding: 15px; } /* .gg-per p { text-align: center; } .gg-per { text-align: center; } */ .img-com { width: 100%; height: 298px; } .inner-back { background-image: url('../img/inner-banner.jpg'); background-repeat: repeat; background-attachment: fixed; padding: 40px 0px; } .inner-banner { text-align: center; color: white; } .inner-banner p { text-align: center; color: white; font-size: 14px; font-weight: 400; margin: 0; } .tabs-mobile { position: relative; top: -45px; background: white; padding: 10px 20px; border-radius: 10px; } .inner-banner h5 { font-size: 25px; font-weight: 600; } .bor-ff { border: 1px solid #e3e3e3; } .bor-ff tr { background: white; border: 1px solid #e3e3e3; } .bor-ff th { border: 1px solid #bbb; font-size: 13px; } .bor-ff td { border: 1px solid #bbb; } .mobile-tabs .tab a:focus, .tabs .tab a:focus.active { background-color: rgb(0, 149, 191); outline: none; color: white !important; /* border-radius: 45px; */ } .tr-headd { color: #9004d0; } .mobile-tabs .indicator { position: absolute; bottom: 0; height: 2px; background-color: transparent; will-change: left, right; } .mobile-tabs .tabs .tab a:hover, .tabs .tab a.active { background-color: transparent; color: #fff; background: #02a9c9; } .container-table { width: 90%; margin: auto; } .bor-ff td { padding: 10px 10px; font-size: 13px; } .table-cont h5 { font-size: 21px; font-weight: 600; color: #111; } .padd-sec { padding: 10px; /* background: #f7f7f7; */ } .table-data { margin-bottom: 20px; } .table-cont p { font-size: 13px; font-weight: 400; letter-spacing: 1px; } .th-para { font-size: 10px; margin: 0; } .tabs-mobile .tabs { text-align: center; height: 35px; } .mobile-tabs .tab { display: inline-block; text-align: center; line-height: 35px; height: 35px; padding: 0; margin: 0; margin-left: 0px; text-transform: uppercase; } .pur { background-color: #c724b1; color: white; } .yell { background: #fff4b9; } .device-tab { border: 1px solid #e8e8e8; text-align: center; border-radius: 25px; margin-bottom: 20px; } .table-cont p { text-align: center; margin: 0; padding-bottom: 10px; } .table-cont { text-align: center; } .head-dev { padding: 7px; border-bottom: 1px solid #d9d9d9; margin-bottom: 20px; } .head-dev h5 { font-size: 18px; font-weight: 800; } .head-dev p { font-size: 13px; margin: 0px; text-align: center; font-weight: 400; } .head-title-dev h5 { font-size: 18px; font-weight: 800; margin: 0; padding-bottom: 15px; } /* .device-tab:hover .card--device__header { display: block; } */ /* .device-tab:hover .head-dev { padding: 7px; } */ .card--device__header { background-color: #c724b1; font-family: du-font-primary-r; color: #fff; /* display: none; */ font-size: 15px; padding: 14px; border-top-left-radius: 25px; border-top-right-radius: 25px; font-weight: 600; } .head-title-dev { border-top: 1px solid #bfbfbf; padding: 20px; margin-top: 15px; } .pop-btn { background: #01aac7; padding: 10px 30px; color: white; border: none; border-radius: 20px; cursor: pointer; } .pop-btn:hover { background: #05899f; } .device-tab:hover { box-shadow: 0px 0px 8px 0px #d7d7d7; } .dropdown-content li>a, .dropdown-content li>span { font-size: 13px; color: #000; display: block; line-height: 22px; } .dropdown-content { background-color: #fff; margin: 0; display: none; min-width: 195px; } .our-team-detail h5 { font-size: 18px; font-weight: 600; text-align: center; } .our-team-detail p { font-size: 13px; font-weight: 400; margin: 0; text-align: center; } .slider-team-list h4 { font-size: 18px; font-weight: 600; margin: 0; padding-top: 10px; } .slider-team { padding: 25px; text-align: center; border: 1px solid #f2f2f2; margin-top: 25px; } .testimon-img-list { border-radius: 70px; width: 100px; height: 100px; } .contact-back { background-image: url('../img/contact-banner.jpg'); background-repeat: no-repeat; background-size: cover; background-attachment: fixed; padding: 55px; } .get-touch p { font-size: 14px; font-weight: 400; margin: 0; padding-bottom: 10px; color: gray; } .get-touch h5 { font-weight: 600; font-size: 24px; margin: 0; padding-bottom: 10px; } .get-address p { font-size: 13px; font-weight: 400 !important; margin: 0; padding-bottom: 10px; color: gray; } .cont-list p { margin: 0; text-align: center; padding: 16px 0px; font-size: 14px; font-weight: 400; } .cont-list { text-align: center; border: 1px solid #e6e6e6; padding: 17px; } .ll-ic { background: black; color: white; width: 40px; height: 40px; line-height: 40px; } .sect-tp { padding: 50px 0px; } .get-address h4 { font-size: 15px; font-weight: 600; color: #0bafca; letter-spacing: 1px; } .get-address a { color: gray; cursor: pointer; } .get-address { border: 1px solid #eaeaea; padding: 20px; margin-top: 75px; } .call-action { background: #0db1cc; color: white; width: 45px; height: 45px; text-align: center; line-height: 45px; border-radius: 35px; position: fixed; top: 45%; right: 15px; cursor: pointer; transition: 1s; } .call-action:hover { background: #060606; } @media(max-width:767px) { .faq { text-align: center; font-weight: 600; margin: 20px; font-size: 17px; } .get-address { margin-top: 20px; } .inner-banner p { font-size: 13px; } .contact-back { padding: 20px; } .table-note ul { column-count: 1; line-height: 25px; font-size: 13px; padding: 0px 10px; } .container-table { width: 100%; margin: auto; } .table-cont { text-align: justify; } .table-cont p { text-align: justify; margin: 0; padding-bottom: 10px; } .tabs-mobile .tabs { text-align: center; height: 45px; } .productlist li { border: 1px Dashed #979797; margin-left: 6px !important; } .a-aa { background: black; width: unset !important; } .productlist a { font-size: 12px !important; } .para-p-pro { font-size: 13px; text-align: justify; font-weight: 500; margin: 0px; } .idea-bg { display: none; } .mb80 { margin-bottom: 0px; } .cont-abot { margin-top: 10px; } .cont-abot h6 { font-size: 13px; color: #dbdbdb; line-height: 23px; font-weight: 400; padding-bottom: 5px; text-align: justify; } .tab-tel { position: absolute; left: 0px; width: 60%; } .img-com { height: auto; width: 100%; } .web-dev { background: white; border-radius: 7px; text-align: center; padding: 13px; margin-bottom: 10px; } .productlist .tab { width: 45%; } .busine-list { margin-right: 0px; margin-bottom: 20px; } .t1t2 { padding-top: 0px; } .business-detail p { text-align: center; } .bus-title { width: 100%; margin-top: 45px; } .tab-it { position: absolute; right: 0px; width: 60%; } .head { text-align: center; font-size: 19px; } .slick-dots { position: absolute; bottom: 0; left: 45%; right: 0; } .slick-dots li button { font-size: 0; line-height: 0; display: block; width: 6px; height: 6px; padding: 2px; cursor: pointer; color: #000; border: 1px solid #fff; outline: none; background: #f2f2f2; margin-right: 2px; margin-left: 4px; } .section-p { padding: 30px 0px; } .about-h p { padding: 0px 0px; } .container-fluide { width: 90%; margin: auto; } .ll { color: white; font-size: 20px; position: absolute; right: 20%; top: 95%; } .rr { color: white; font-size: 20px; position: absolute; left: 60%; top: 95%; } .bg-prd-clr { padding: 25px 0px; } .testimon-img { margin-bottom: 20px; } .product { padding: 25px 20px; width: 100%; border-radius: 15px; margin-top: 0px; } .para-p { font-size: 13px; padding: 0px; text-align: justify; } .personal p { font-size: 13px; margin: 0; } .broad p { font-size: 12px; } .news p { font-size: 12px; } .personal h4 { font-size: 18px; font-weight: 700; letter-spacing: 1px; margin: 0; padding-bottom: 7px; padding-top: 15px; } .refer-frd p { font-size: 13px; font-weight: 400; margin: 0px; } .refer-img { top: 0px; } .bor-ff { border: 1px solid #e3e3e3; margin-bottom: 10px; } .table-data { margin-bottom: 20px; } .table-scroll { overflow-y: scroll; } } @media(min-width:768px) and (max-width:991px) { .rr { color: white; font-size: 20px; position: absolute; left: 75%; top: 60px; z-index: 9999; cursor: pointer; } .refer-img { display: none; } .refer-frd p { font-size: 13px; font-weight: 400; margin: 0; padding-bottom: 10px; } .idea-bg { position: absolute; right: 16px; width: 108px; } .product { padding: 30px 35px; border-radius: 15px; width: 50%; background: white; margin-top: -130px; } .head { text-align: center; font-weight: 800; padding-bottom: 10px; font-size: 20px; margin: 0; } .para-p { padding: 0px 10%; } .cont-abot h6 { font-size: 14px; color: #dbdbdb; line-height: 23px; font-weight: 400; padding-bottom: 0px; } .cont-abot p { font-weight: 100; font-size: 13px; color: #b5b5b5; line-height: 19px; margin: 0; padding-bottom: 0px; } .cont-abot { background: #1c1c1c; padding: 10px 15px; border-radius: 10px; } } /* logo */ .logo-wi { width: 200px; } .fullscreen-bg::before { position: absolute; width: 100%; height: 100%; content: ""; top: 0; left: 0; background: #000000ad; z-index: 9; } .fullscreen-bg { position: relative; overflow: hidden; z-index: 0; min-height: calc(95vh - 64px); } .fullscreen-bg__video { position: absolute; top: 0; left: 0; width: 100%; } @media (min-aspect-ratio: 16/9) { .fullscreen-bg__video { height: 300%; top: -100%; } } @media (max-aspect-ratio: 16/9) { .fullscreen-bg__video { width: 300%; left: -100%; } } @media (max-width: 767px) { .fullscreen-bg__video { width: 100%; } .fullscreen-bg__video { position: unset; top: 0; left: 0; } .fullscreen-bg { position: relative; overflow: hidden; z-index: 0; min-height: auto; } .fullscreen-bg::before { position: absolute; width: 100%; height: 98%; content: ""; top: 0; left: 0; background: #000000ad; z-index: 9; } }
0.414425
0.104752
.logout a{ color:#EEE; font-weight:bold; font-size: 1em; text-decoration:none; float:right; padding: 20px 1% 6px 32px; background: url(../images/small_icons/lock.png) no-repeat 0px 14px; } .logout a:hover{ color:#FFF; } #box_bg { /*border: 0px solid #d5d5d5;*/ background: #fff; width: 372px; /*display: block;*/ margin: auto; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; /*box-shadow: 0 0 2px #dadada, inset 0 -3px 0 #e6e6e6;*/ } .logincontent { padding: 29px;} .login { font-size: 14px; color: #8e8d8d; font-family: Verdana, sans-serif; padding: 0px 0px 0px 39px; background-color: #fdfdfd; width: 255px; height: 38px; display: block; border: 1px solid #d8d8d8; margin: 13px 0 -3px 0; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; box-shadow: inset 2px 2px 4px #f1f1f1 } .logintitle{ font-weight: 700; letter-spacing: -.5px; font-size: 20px; padding: 10px 0 13px 25px; border-bottom: 1px solid #e0e0e0 } .user { background: url(../images/user.png) no-repeat } .password { background: url(../images/password.png) no-repeat } #LoginForm_username, #LoginForm_password, .login #Procedimientos_cedula, .login #Procedimientos_numero_muestra { font-size: 1.2em; margin: -1px; padding: 0px; height: 38px; width: 255px; text-indent: 5px; background-color: #fff; } /*.loginlabel{ padding: 25px 0px 0px 0px; }*/ .errorlogin{ padding: 15px 0px 0px 0px; } .bginicio { /*background: url(../images/body-bg.png) repeat scroll 100% 100%;*/ background-color: #fff; overflow:auto; padding: 1% 0% 0% 0%; /*position: absolute; height: calc(95% - 65px);*/ width: 100%; } .bglogin { /*background: url(../images/body-bg.png) repeat scroll 100% 100%;*/ background-color: #2E394D; /*overflow:auto;*/ padding: 7% 0%; /*position: absolute; height: calc(95% - 65px);*/ width: 100%; } .bglogin h1{ padding-left: 40px; background-position-x: 15px; } .bgadmin{ /*background: url(../images/body-bg.png) repeat scroll 100% 100%;*/ overflow:auto; padding-top: 2%; /*position: absolute; height: calc(95% - 130px);*/ width: 100%; } .boton-agregar { font-size: 0.8em; margin: -13px 0px; padding: 0px; background: #FFF; } .boton-agregar ul { list-style-image:none; list-style-position:outside; list-style-type:none; margin: 0; padding: 0; } .boton-agregar li { padding: 10px 0px 10px 0px; margin: -3px 0px 0px 0px; color: #000; border-bottom-color:#CCCCCC; background-color: #78c262; /*background-color: #fff;*/ border: 1px solid #ddd; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; -webkit-transition:background-color .15s ease-in-out; -moz-transition:background-color .15s ease-in-out; -ms-transition:background-color .15s ease-in-out; -o-transition:background-color .15s ease-in-out; transition:background-color .15s ease-in-out; } .boton-agregar li:hover { background-color: #569444; /*background-color: #78c262;*/ } .boton-agregar li a { /*color: #000;*/ color: #fff; text-decoration: none; padding: 15px 16px 13px 34px; margin: -1px; background: url(../images/small_icons/add.png) no-repeat 6px 9px; font-size: 0.85em; -webkit-transition:color .15s ease-in-out; -moz-transition:color .15s ease-in-out; -ms-transition:color .15s ease-in-out; -o-transition:color .15s ease-in-out; transition:color .15s ease-in-out; } .boton-listar li a { background: url(../images/small_icons/consultar.png) no-repeat 6px 9px; } .boton-dinero li a { background: url(../images/small_icons/dinero.png) no-repeat 6px 9px; } .boton-volver li a { background: url(../images/small_icons/volver.png) no-repeat 6px 9px; } .toolbar { top: 50%; position: fixed; right: 50%; z-index: 10000; float: right; margin: 0px; } .loader{ display: block; background: url(../css/ajax-loader.gif); height: 32px; width:32px; border:none; } .globalMask{ width: 100%; height:100%; position: fixed; left: 0px; top: 0px; z-index: 99; opacity: 0.7; display: none; background-color: rgb(255, 255, 255); } #content .form input, #content .form select{ width:60%; /*min-width: 300px;*/ height:20px; padding:6px; margin: 0.2em 0 0.5em 0; font-size:1.2em; } #content .form select{ height:32px; width:calc(60% + 12px); min-width: 312px; } #content .form label{ font-size:1.12em; } #content .form textarea{ height:100px; width:60%; min-width: 300px; padding:6px; margin: 0.2em 0 0.5em 0; font-size:1.12em; } #content .form button[type="submit"]{ height:50px; width:15%; min-width: 100px; padding:6px; font-size:1.2em; font-weight: bold; cursor: pointer; background-color: #78c262; color:#fff; border: solid 0px #aaa; webkit-transition: background-color .15s ease-in-out; -moz-transition: background-color .15s ease-in-out; -ms-transition: background-color .15s ease-in-out; -o-transition: background-color .15s ease-in-out; transition: background-color .15s ease-in-out; } #content .form button[type="submit"]:hover { background-color: #569444; } #content .form input[type="radio"], #content .form input[type="checkbox"] { height:15px; width:15px; padding:0px; margin:0px; } td input, td select{ height:25px; font-size:1em; } td{ font-size:1em; } div.form { padding-left: 15px; } .table-container { width: 100%; overflow-y: auto; _overflow: auto; margin: 0 0 1em; } .table-container::-webkit-scrollbar { -webkit-appearance: none; width: 14px; height: 14px; } .table-container::-webkit-scrollbar-thumb { border-radius: 8px; border: 3px solid #fff; background-color: rgba(0, 0, 0, .3); } .dashIcon img { width: 50%; min-width: 80px; height: auto; padding: 25px 0 0 0; } div[id$="-grid"] table tr:hover{ cursor: pointer; } .buttons button[type="submit"]{ height:50px; width:15%; min-width: 100px; padding:6px; cursor: pointer; background-color: #337AB7; color:#fff; border: solid 0px #aaa; font-size: 1.2em; font-weight: bold; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; webkit-transition: background-color .15s ease-in-out; -moz-transition: background-color .15s ease-in-out; -ms-transition: background-color .15s ease-in-out; -o-transition: background-color .15s ease-in-out; transition: background-color .15s ease-in-out; } .buttons button[type="submit"]:hover { background-color: #286090; } .btnlogin button[type="submit"]{ min-width: 100%; font-size: 1.2em; height: 40px; margin-top: 10px; } .actualizar{ background: url(../images/small_icons/actualizar.png) no-repeat 7px 12px; background-color: #fff; } .actualizar:hover{ background-color: #FEC232; } .consultar{ background: url(../images/small_icons/consultar.png) no-repeat 7px 12px; background-color: #fff; } .consultar:hover{ background-color: #78c262; } .imprimir{ background: url(../images/small_icons/imprimir.png) no-repeat 7px 12px; background-color: #fff; } .imprimir:hover{ background-color: #78c262; } .eliminar{ background: url(../images/small_icons/eliminar.png) no-repeat 7px 12px; background-color: #fff; } .eliminar:hover{ background-color: #E03F4E; } .volver{ background: url(../images/small_icons/volver.png) no-repeat 7px 12px; background-color: #fff; } .volver:hover{ background-color: #78c262; } .detail-view .odd{ background-color: #fdfdfd; } .detail-view th{ width: 25%; } .detail-view td, .detail-view th{ border: 1px #fff solid; height: 25px; font-size: 1.12em; } * { margin: 0; } html, body { height: 100%; background-color: #232B3A; } .wrapperLogin { background-color: #2E394D; min-height: 100%; height: auto !important; height: 100%; margin: 0 auto -4em; } .wrapper { min-height: calc(97% - 65px); height: auto !important; height: calc(95% - 65px); margin: 0 auto -4em; } footer, .pushLogin, .push { height: 4em; clear: both; } .pushLogin{ background-color:#2E394D; } .push{ background-color:#fff; } #contentDash { padding: 2%; width: 96%; } .search-button, .search-button:hover, .search-button:focus{ text-decoration:none; color: #333333; } .checkbox{ margin-left: 15px; } footer { font-size: 1em; background-color: #232B3A; color: #FFFFFF; }
web/css/estilos.css
.logout a{ color:#EEE; font-weight:bold; font-size: 1em; text-decoration:none; float:right; padding: 20px 1% 6px 32px; background: url(../images/small_icons/lock.png) no-repeat 0px 14px; } .logout a:hover{ color:#FFF; } #box_bg { /*border: 0px solid #d5d5d5;*/ background: #fff; width: 372px; /*display: block;*/ margin: auto; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; /*box-shadow: 0 0 2px #dadada, inset 0 -3px 0 #e6e6e6;*/ } .logincontent { padding: 29px;} .login { font-size: 14px; color: #8e8d8d; font-family: Verdana, sans-serif; padding: 0px 0px 0px 39px; background-color: #fdfdfd; width: 255px; height: 38px; display: block; border: 1px solid #d8d8d8; margin: 13px 0 -3px 0; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; box-shadow: inset 2px 2px 4px #f1f1f1 } .logintitle{ font-weight: 700; letter-spacing: -.5px; font-size: 20px; padding: 10px 0 13px 25px; border-bottom: 1px solid #e0e0e0 } .user { background: url(../images/user.png) no-repeat } .password { background: url(../images/password.png) no-repeat } #LoginForm_username, #LoginForm_password, .login #Procedimientos_cedula, .login #Procedimientos_numero_muestra { font-size: 1.2em; margin: -1px; padding: 0px; height: 38px; width: 255px; text-indent: 5px; background-color: #fff; } /*.loginlabel{ padding: 25px 0px 0px 0px; }*/ .errorlogin{ padding: 15px 0px 0px 0px; } .bginicio { /*background: url(../images/body-bg.png) repeat scroll 100% 100%;*/ background-color: #fff; overflow:auto; padding: 1% 0% 0% 0%; /*position: absolute; height: calc(95% - 65px);*/ width: 100%; } .bglogin { /*background: url(../images/body-bg.png) repeat scroll 100% 100%;*/ background-color: #2E394D; /*overflow:auto;*/ padding: 7% 0%; /*position: absolute; height: calc(95% - 65px);*/ width: 100%; } .bglogin h1{ padding-left: 40px; background-position-x: 15px; } .bgadmin{ /*background: url(../images/body-bg.png) repeat scroll 100% 100%;*/ overflow:auto; padding-top: 2%; /*position: absolute; height: calc(95% - 130px);*/ width: 100%; } .boton-agregar { font-size: 0.8em; margin: -13px 0px; padding: 0px; background: #FFF; } .boton-agregar ul { list-style-image:none; list-style-position:outside; list-style-type:none; margin: 0; padding: 0; } .boton-agregar li { padding: 10px 0px 10px 0px; margin: -3px 0px 0px 0px; color: #000; border-bottom-color:#CCCCCC; background-color: #78c262; /*background-color: #fff;*/ border: 1px solid #ddd; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; -webkit-transition:background-color .15s ease-in-out; -moz-transition:background-color .15s ease-in-out; -ms-transition:background-color .15s ease-in-out; -o-transition:background-color .15s ease-in-out; transition:background-color .15s ease-in-out; } .boton-agregar li:hover { background-color: #569444; /*background-color: #78c262;*/ } .boton-agregar li a { /*color: #000;*/ color: #fff; text-decoration: none; padding: 15px 16px 13px 34px; margin: -1px; background: url(../images/small_icons/add.png) no-repeat 6px 9px; font-size: 0.85em; -webkit-transition:color .15s ease-in-out; -moz-transition:color .15s ease-in-out; -ms-transition:color .15s ease-in-out; -o-transition:color .15s ease-in-out; transition:color .15s ease-in-out; } .boton-listar li a { background: url(../images/small_icons/consultar.png) no-repeat 6px 9px; } .boton-dinero li a { background: url(../images/small_icons/dinero.png) no-repeat 6px 9px; } .boton-volver li a { background: url(../images/small_icons/volver.png) no-repeat 6px 9px; } .toolbar { top: 50%; position: fixed; right: 50%; z-index: 10000; float: right; margin: 0px; } .loader{ display: block; background: url(../css/ajax-loader.gif); height: 32px; width:32px; border:none; } .globalMask{ width: 100%; height:100%; position: fixed; left: 0px; top: 0px; z-index: 99; opacity: 0.7; display: none; background-color: rgb(255, 255, 255); } #content .form input, #content .form select{ width:60%; /*min-width: 300px;*/ height:20px; padding:6px; margin: 0.2em 0 0.5em 0; font-size:1.2em; } #content .form select{ height:32px; width:calc(60% + 12px); min-width: 312px; } #content .form label{ font-size:1.12em; } #content .form textarea{ height:100px; width:60%; min-width: 300px; padding:6px; margin: 0.2em 0 0.5em 0; font-size:1.12em; } #content .form button[type="submit"]{ height:50px; width:15%; min-width: 100px; padding:6px; font-size:1.2em; font-weight: bold; cursor: pointer; background-color: #78c262; color:#fff; border: solid 0px #aaa; webkit-transition: background-color .15s ease-in-out; -moz-transition: background-color .15s ease-in-out; -ms-transition: background-color .15s ease-in-out; -o-transition: background-color .15s ease-in-out; transition: background-color .15s ease-in-out; } #content .form button[type="submit"]:hover { background-color: #569444; } #content .form input[type="radio"], #content .form input[type="checkbox"] { height:15px; width:15px; padding:0px; margin:0px; } td input, td select{ height:25px; font-size:1em; } td{ font-size:1em; } div.form { padding-left: 15px; } .table-container { width: 100%; overflow-y: auto; _overflow: auto; margin: 0 0 1em; } .table-container::-webkit-scrollbar { -webkit-appearance: none; width: 14px; height: 14px; } .table-container::-webkit-scrollbar-thumb { border-radius: 8px; border: 3px solid #fff; background-color: rgba(0, 0, 0, .3); } .dashIcon img { width: 50%; min-width: 80px; height: auto; padding: 25px 0 0 0; } div[id$="-grid"] table tr:hover{ cursor: pointer; } .buttons button[type="submit"]{ height:50px; width:15%; min-width: 100px; padding:6px; cursor: pointer; background-color: #337AB7; color:#fff; border: solid 0px #aaa; font-size: 1.2em; font-weight: bold; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; webkit-transition: background-color .15s ease-in-out; -moz-transition: background-color .15s ease-in-out; -ms-transition: background-color .15s ease-in-out; -o-transition: background-color .15s ease-in-out; transition: background-color .15s ease-in-out; } .buttons button[type="submit"]:hover { background-color: #286090; } .btnlogin button[type="submit"]{ min-width: 100%; font-size: 1.2em; height: 40px; margin-top: 10px; } .actualizar{ background: url(../images/small_icons/actualizar.png) no-repeat 7px 12px; background-color: #fff; } .actualizar:hover{ background-color: #FEC232; } .consultar{ background: url(../images/small_icons/consultar.png) no-repeat 7px 12px; background-color: #fff; } .consultar:hover{ background-color: #78c262; } .imprimir{ background: url(../images/small_icons/imprimir.png) no-repeat 7px 12px; background-color: #fff; } .imprimir:hover{ background-color: #78c262; } .eliminar{ background: url(../images/small_icons/eliminar.png) no-repeat 7px 12px; background-color: #fff; } .eliminar:hover{ background-color: #E03F4E; } .volver{ background: url(../images/small_icons/volver.png) no-repeat 7px 12px; background-color: #fff; } .volver:hover{ background-color: #78c262; } .detail-view .odd{ background-color: #fdfdfd; } .detail-view th{ width: 25%; } .detail-view td, .detail-view th{ border: 1px #fff solid; height: 25px; font-size: 1.12em; } * { margin: 0; } html, body { height: 100%; background-color: #232B3A; } .wrapperLogin { background-color: #2E394D; min-height: 100%; height: auto !important; height: 100%; margin: 0 auto -4em; } .wrapper { min-height: calc(97% - 65px); height: auto !important; height: calc(95% - 65px); margin: 0 auto -4em; } footer, .pushLogin, .push { height: 4em; clear: both; } .pushLogin{ background-color:#2E394D; } .push{ background-color:#fff; } #contentDash { padding: 2%; width: 96%; } .search-button, .search-button:hover, .search-button:focus{ text-decoration:none; color: #333333; } .checkbox{ margin-left: 15px; } footer { font-size: 1em; background-color: #232B3A; color: #FFFFFF; }
0.178061
0.073897
* Note: the root picker element should *NOT* be styled more than what's here. */ .picker { font-size: 16px; text-align: left; line-height: 1.2; color: #000000; position: absolute; z-index: 10000; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; outline: none; } /** * The picker input element. */ .picker__input { cursor: default; } /** * When the picker is opened, the input element is "activated". */ .picker__input.picker__input--active { border-color: #0089ec; } /** * The holder is the only "scrollable" top-level container element. */ .picker__holder { width: 100%; overflow-y: auto; -webkit-overflow-scrolling: touch; } /*! * Default mobile-first, responsive styling for pickadate.js * Demo: http://amsul.github.io/pickadate.js */ /** * Note: the root picker element should *NOT* be styled more than what's here. */ /** * Make the holder and frame fullscreen. */ .picker__holder, .picker__frame { bottom: 0; left: 0; right: 0; top: 100%; } /** * The holder should overlay the entire screen. */ .picker__holder { position: fixed; -webkit-transition: background 0.15s ease-out, top 0s 0.15s; transition: background 0.15s ease-out, top 0s 0.15s; -webkit-backface-visibility: hidden; } /** * The frame that bounds the box contents of the picker. */ .picker__frame { position: absolute; margin: 0 auto; min-width: 256px; width: 300px; max-height: 350px; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); -moz-opacity: 0; opacity: 0; -webkit-transition: all 0.15s ease-out; transition: all 0.15s ease-out; } @media (min-height: 28.875em) { .picker__frame { overflow: visible; top: auto; bottom: -100%; max-height: 80%; } } @media (min-height: 40.125em) { .picker__frame { margin-bottom: 7.5%; } } /** * The wrapper sets the stage to vertically align the box contents. */ .picker__wrap { display: table; width: 100%; height: 100%; } @media (min-height: 28.875em) { .picker__wrap { display: block; } } /** * The box contains all the picker contents. */ .picker__box { background: #ffffff; display: table-cell; vertical-align: middle; } @media (min-height: 28.875em) { .picker__box { display: block; border: 1px solid #777777; border-top-color: #898989; border-bottom-width: 0; border-radius: 5px 5px 0 0; -webkit-box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24); box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24); } } /** * When the picker opens... */ .picker--opened .picker__holder { top: 0; background: transparent; -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1E000000,endColorstr=#1E000000)"; zoom: 1; background: rgba(0, 0, 0, 0.32); -webkit-transition: background 0.15s ease-out; transition: background 0.15s ease-out; } .picker--opened .picker__frame { top: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); -moz-opacity: 1; opacity: 1; } @media (min-height: 35.875em) { .picker--opened .picker__frame { top: 10%; bottom: auto; } } /** * For `large` screens, transform into an inline picker. */ /* ========================================================================== CUSTOM MATERIALIZE STYLES ========================================================================== */ .picker__input.picker__input--active { border-color: #E3F2FD; } .picker__frame { margin: 0 auto; max-width: 325px; } @media (min-height: 38.875em) { .picker--opened .picker__frame { top: 10%; bottom: auto; } } @media only screen and (min-width: 601px) { .picker__box { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; } .picker__frame { width: 80%; max-width: 600px; } } /* ========================================================================== $BASE-DATE-PICKER ========================================================================== */ /** * The picker box. */ .picker__box { padding: 0; border-radius: 2px; overflow: hidden; } /** * The header containing the month and year stuff. */ .picker__header { text-align: center; position: relative; margin-top: .75em; } /** * The month and year labels. */ .picker__month, .picker__year { display: inline-block; margin-left: .25em; margin-right: .25em; } /** * The month and year selectors. */ .picker__select--month, .picker__select--year { height: 2em; padding: 0; margin-left: .25em; margin-right: .25em; } .picker__select--month.browser-default { display: inline; background-color: #FFFFFF; width: 40%; } .picker__select--year.browser-default { display: inline; background-color: #FFFFFF; width: 26%; } .picker__select--month:focus, .picker__select--year:focus { border-color: rgba(0, 0, 0, 0.05); } /** * The month navigation buttons. */ .picker__nav--prev, .picker__nav--next { position: absolute; padding: .5em 1.25em; width: 1em; height: 1em; -webkit-box-sizing: content-box; box-sizing: content-box; top: -0.25em; } .picker__nav--prev { left: -1em; padding-right: 1.25em; } .picker__nav--next { right: -1em; padding-left: 1.25em; } .picker__nav--disabled, .picker__nav--disabled:hover, .picker__nav--disabled:before, .picker__nav--disabled:before:hover { cursor: default; background: none; border-right-color: #f5f5f5; border-left-color: #f5f5f5; } /** * The calendar table of dates */ .picker__table { text-align: center; border-collapse: collapse; border-spacing: 0; table-layout: fixed; font-size: 1rem; width: 100%; margin-top: .75em; margin-bottom: .5em; } .picker__table th, .picker__table td { text-align: center; } .picker__table td { margin: 0; padding: 0; } /** * The weekday labels */ .picker__weekday { width: 14.285714286%; font-size: .75em; padding-bottom: .25em; color: #999999; font-weight: 500; /* Increase the spacing a tad */ } @media (min-height: 33.875em) { .picker__weekday { padding-bottom: .5em; } } /** * The days on the calendar */ .picker__day--today { position: relative; color: #595959; letter-spacing: -.3; padding: .75rem 0; font-weight: 400; border: 1px solid transparent; } .picker__day--disabled:before { border-top-color: #aaaaaa; } .picker__day--infocus:hover { cursor: pointer; color: #000; font-weight: 500; } .picker__day--outfocus { display: none; padding: .75rem 0; color: #fff; } .picker__day--outfocus:hover { cursor: pointer; color: #dddddd; font-weight: 500; } .picker__day--highlighted:hover, .picker--focused .picker__day--highlighted { cursor: pointer; } .picker__day--selected, .picker__day--selected:hover, .picker--focused .picker__day--selected { border-radius: 50%; -webkit-transform: scale(0.75); transform: scale(0.75); background: #0089ec; color: #ffffff; } .picker__day--disabled, .picker__day--disabled:hover, .picker--focused .picker__day--disabled { background: #f5f5f5; border-color: #f5f5f5; color: #dddddd; cursor: default; } .picker__day--highlighted.picker__day--disabled, .picker__day--highlighted.picker__day--disabled:hover { background: #bbbbbb; } /** * The footer containing the "today", "clear", and "close" buttons. */ .picker__footer { text-align: right; } .picker__button--today, .picker__button--clear, .picker__button--close { border: 1px solid #ffffff; background: #ffffff; font-size: .8em; padding: .66em 0; font-weight: bold; width: 33%; display: inline-block; vertical-align: bottom; } .picker__button--today:hover, .picker__button--clear:hover, .picker__button--close:hover { cursor: pointer; color: #000000; background: #b1dcfb; border-bottom-color: #b1dcfb; } .picker__button--today:focus, .picker__button--clear:focus, .picker__button--close:focus { background: #b1dcfb; border-color: rgba(0, 0, 0, 0.05); outline: none; } .picker__button--today:before, .picker__button--clear:before, .picker__button--close:before { position: relative; display: inline-block; height: 0; } .picker__button--today:before, .picker__button--clear:before { content: " "; margin-right: .45em; } .picker__button--today:before { top: -0.05em; width: 0; border-top: 0.66em solid #0059bc; border-left: .66em solid transparent; } .picker__button--clear:before { top: -0.25em; width: .66em; border-top: 3px solid #ee2200; } .picker__button--close:before { content: "\D7"; top: -0.1em; vertical-align: top; font-size: 1.1em; margin-right: .35em; color: #777777; } .picker__button--today[disabled], .picker__button--today[disabled]:hover { background: #f5f5f5; border-color: #f5f5f5; color: #dddddd; cursor: default; } .picker__button--today[disabled]:before { border-top-color: #aaaaaa; } /* ========================================================================== CUSTOM MATERIALIZE STYLES ========================================================================== */ /*.picker__box { border-radius: 2px; overflow: hidden; }*/ .picker__date-display { text-align: left; background-color: #26a69a; color: #fff; padding: 18px; font-weight: 300; } @media only screen and (min-width: 601px) { .picker__date-display { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; } .picker__weekday-display { display: block; } .picker__container__wrapper { -webkit-box-flex: 2; -webkit-flex: 2; -ms-flex: 2; flex: 2; } } .picker__nav--prev:hover, .picker__nav--next:hover { cursor: pointer; color: #000000; background: #a1ded8; } .picker__weekday-display { font-weight: 500; font-size: 2.8rem; margin-right: 5px; margin-top: 4px; } .picker__month-display { font-size: 2.8rem; font-weight: 500; } .picker__day-display { font-size: 2.8rem; font-weight: 500; margin-right: 5px; } .picker__year-display { font-size: 1.5rem; font-weight: 500; color: rgba(255, 255, 255, 0.7); } /*.picker__box { padding: 0; }*/ .picker__calendar-container { padding: 0 1rem; } .picker__calendar-container thead { border: none; } .picker__table { margin-top: 0; margin-bottom: .5em; } .picker__day--infocus { color: rgba(0, 0, 0, 0.87); letter-spacing: -.3px; padding: 0.75rem 0; font-weight: 400; border: 1px solid transparent; } @media only screen and (min-width: 601px) { .picker__day--infocus { padding: 1.1rem 0; } } .picker__day.picker__day--today { color: #26a69a; } .picker__day.picker__day--today.picker__day--selected { color: #fff; } .picker__weekday { font-size: .9rem; } .picker__day--selected, .picker__day--selected:hover, .picker--focused .picker__day--selected { border-radius: 50%; -webkit-transform: scale(0.9); transform: scale(0.9); background-color: #26a69a; color: #ffffff; } .picker__day--selected.picker__day--outfocus, .picker__day--selected:hover.picker__day--outfocus, .picker--focused .picker__day--selected.picker__day--outfocus { background-color: #a1ded8; } .picker__footer { text-align: right; padding: 5px 10px; } .picker__close, .picker__today, .picker__clear { font-size: 1.1rem; padding: 0 1rem; color: #26a69a; } .picker__clear { color: #f44336; float: left; } .picker__nav--prev:before, .picker__nav--next:before { content: " "; border-top: .5em solid transparent; border-bottom: .5em solid transparent; border-right: 0.75em solid #676767; width: 0; height: 0; display: block; margin: 0 auto; } .picker__nav--next:before { border-right: 0; border-left: 0.75em solid #676767; } button.picker__today:focus, button.picker__clear:focus, button.picker__close:focus { background-color: #a1ded8; } /* ========================================================================== $BASE-TIME-PICKER ========================================================================== */ /** * The list of times. */ .picker__list { list-style: none; padding: 0.75em 0 4.2em; margin: 0; } /** * The times on the clock. */ .picker__list-item { border-bottom: 1px solid #ddd; border-top: 1px solid #ddd; margin-bottom: -1px; position: relative; background: #fff; padding: .75em 1.25em; } @media (min-height: 46.75em) { .picker__list-item { padding: .5em 1em; } } /* Hovered time */ .picker__list-item:hover { cursor: pointer; color: #000; background: #b1dcfb; border-color: #0089ec; z-index: 10; } /* Highlighted and hovered/focused time */ .picker__list-item--highlighted { border-color: #0089ec; z-index: 10; } .picker__list-item--highlighted:hover, .picker--focused .picker__list-item--highlighted { cursor: pointer; color: #000; background: #b1dcfb; } /* Selected and hovered/focused time */ .picker__list-item--selected, .picker__list-item--selected:hover, .picker--focused .picker__list-item--selected { background: #0089ec; color: #fff; z-index: 10; } /* Disabled time */ .picker__list-item--disabled, .picker__list-item--disabled:hover, .picker--focused .picker__list-item--disabled { background: #f5f5f5; border-color: #f5f5f5; color: #ddd; cursor: default; border-color: #ddd; z-index: auto; } /** * The clear button */ .picker--time .picker__button--clear { display: block; width: 80%; margin: 1em auto 0; padding: 1em 1.25em; background: none; border: 0; font-weight: 500; font-size: .67em; text-align: center; text-transform: uppercase; color: rgba(0, 0, 0, 0.87); } .picker--time .picker__button--clear:hover, .picker--time .picker__button--clear:focus { color: #000; background: #b1dcfb; background: #ee2200; border-color: #ee2200; cursor: pointer; color: #fff; outline: none; } .picker--time .picker__button--clear:before { top: -0.25em; color: rgba(0, 0, 0, 0.87); font-size: 1.25em; font-weight: bold; } .picker--time .picker__button--clear:hover:before, .picker--time .picker__button--clear:focus:before { color: #fff; } /* ========================================================================== $DEFAULT-TIME-PICKER ========================================================================== */ /** * The frame the bounds the time picker. */ .picker--time .picker__frame { min-width: 256px; max-width: 320px; } /** * The picker box. */ .picker--time .picker__box { font-size: 1em; background: #f2f2f2; padding: 0; } @media (min-height: 40.125em) { .picker--time .picker__box { margin-bottom: 5em; } } /* ========================================================================== $DEFAULT-TIME-PICKER ========================================================================== */ .clockpicker-display { font-size: 4rem; font-weight: bold; text-align: center; color: rgba(255, 255, 255, 0.6); font-weight: 400; clear: both; position: relative; } .clockpicker-span-am-pm { font-size: 1.3rem; position: absolute; right: 1rem; bottom: 0.3rem; line-height: 2rem; font-weight: 500; } @media only screen and (min-width: 601px) { .clockpicker-display { top: 32%; } .clockpicker-span-am-pm { position: relative; right: auto; bottom: auto; text-align: center; margin-top: 1.2rem; } } .text-primary { color: white; } .clockpicker-span-hours { margin-right: 3px; } .clockpicker-span-minutes { margin-left: 3px; } .clockpicker-span-hours, .clockpicker-span-minutes, .clockpicker-span-am-pm div { cursor: pointer; } .clockpicker-moving { cursor: move; } .clockpicker-plate { background-color: #eee; border-radius: 50%; width: 270px; height: 270px; overflow: visible; position: relative; margin: auto; margin-top: 25px; margin-bottom: 5px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .clockpicker-canvas, .clockpicker-dial { width: 270px; height: 270px; position: absolute; left: -1px; top: -1px; } .clockpicker-minutes { visibility: hidden; } .clockpicker-tick { border-radius: 50%; color: rgba(0, 0, 0, 0.87); line-height: 40px; text-align: center; width: 40px; height: 40px; position: absolute; cursor: pointer; } .clockpicker-tick.active, .clockpicker-tick:hover { background-color: rgba(38, 166, 154, 0.25); } .clockpicker-dial { -webkit-transition: -webkit-transform 350ms, opacity 350ms; -webkit-transition: opacity 350ms, -webkit-transform 350ms; transition: opacity 350ms, -webkit-transform 350ms; transition: transform 350ms, opacity 350ms; transition: transform 350ms, opacity 350ms, -webkit-transform 350ms; } .clockpicker-dial-out { opacity: 0; } .clockpicker-hours.clockpicker-dial-out { -webkit-transform: scale(1.2, 1.2); transform: scale(1.2, 1.2); } .clockpicker-minutes.clockpicker-dial-out { -webkit-transform: scale(0.8, 0.8); transform: scale(0.8, 0.8); } .clockpicker-canvas { -webkit-transition: opacity 175ms; transition: opacity 175ms; } .clockpicker-canvas-out { opacity: 0.25; } .clockpicker-canvas-bearing { stroke: none; fill: #26a69a; } .clockpicker-canvas-bg { stroke: none; fill: #26a69a; } .clockpicker-canvas-bg-trans { fill: #26a69a; } .clockpicker-canvas line { stroke: #26a69a; stroke-width: 4; stroke-linecap: round; /*shape-rendering: crispEdges;*/ }
styles/9-materialize-picker.css
* Note: the root picker element should *NOT* be styled more than what's here. */ .picker { font-size: 16px; text-align: left; line-height: 1.2; color: #000000; position: absolute; z-index: 10000; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; outline: none; } /** * The picker input element. */ .picker__input { cursor: default; } /** * When the picker is opened, the input element is "activated". */ .picker__input.picker__input--active { border-color: #0089ec; } /** * The holder is the only "scrollable" top-level container element. */ .picker__holder { width: 100%; overflow-y: auto; -webkit-overflow-scrolling: touch; } /*! * Default mobile-first, responsive styling for pickadate.js * Demo: http://amsul.github.io/pickadate.js */ /** * Note: the root picker element should *NOT* be styled more than what's here. */ /** * Make the holder and frame fullscreen. */ .picker__holder, .picker__frame { bottom: 0; left: 0; right: 0; top: 100%; } /** * The holder should overlay the entire screen. */ .picker__holder { position: fixed; -webkit-transition: background 0.15s ease-out, top 0s 0.15s; transition: background 0.15s ease-out, top 0s 0.15s; -webkit-backface-visibility: hidden; } /** * The frame that bounds the box contents of the picker. */ .picker__frame { position: absolute; margin: 0 auto; min-width: 256px; width: 300px; max-height: 350px; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); -moz-opacity: 0; opacity: 0; -webkit-transition: all 0.15s ease-out; transition: all 0.15s ease-out; } @media (min-height: 28.875em) { .picker__frame { overflow: visible; top: auto; bottom: -100%; max-height: 80%; } } @media (min-height: 40.125em) { .picker__frame { margin-bottom: 7.5%; } } /** * The wrapper sets the stage to vertically align the box contents. */ .picker__wrap { display: table; width: 100%; height: 100%; } @media (min-height: 28.875em) { .picker__wrap { display: block; } } /** * The box contains all the picker contents. */ .picker__box { background: #ffffff; display: table-cell; vertical-align: middle; } @media (min-height: 28.875em) { .picker__box { display: block; border: 1px solid #777777; border-top-color: #898989; border-bottom-width: 0; border-radius: 5px 5px 0 0; -webkit-box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24); box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24); } } /** * When the picker opens... */ .picker--opened .picker__holder { top: 0; background: transparent; -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1E000000,endColorstr=#1E000000)"; zoom: 1; background: rgba(0, 0, 0, 0.32); -webkit-transition: background 0.15s ease-out; transition: background 0.15s ease-out; } .picker--opened .picker__frame { top: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); -moz-opacity: 1; opacity: 1; } @media (min-height: 35.875em) { .picker--opened .picker__frame { top: 10%; bottom: auto; } } /** * For `large` screens, transform into an inline picker. */ /* ========================================================================== CUSTOM MATERIALIZE STYLES ========================================================================== */ .picker__input.picker__input--active { border-color: #E3F2FD; } .picker__frame { margin: 0 auto; max-width: 325px; } @media (min-height: 38.875em) { .picker--opened .picker__frame { top: 10%; bottom: auto; } } @media only screen and (min-width: 601px) { .picker__box { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; } .picker__frame { width: 80%; max-width: 600px; } } /* ========================================================================== $BASE-DATE-PICKER ========================================================================== */ /** * The picker box. */ .picker__box { padding: 0; border-radius: 2px; overflow: hidden; } /** * The header containing the month and year stuff. */ .picker__header { text-align: center; position: relative; margin-top: .75em; } /** * The month and year labels. */ .picker__month, .picker__year { display: inline-block; margin-left: .25em; margin-right: .25em; } /** * The month and year selectors. */ .picker__select--month, .picker__select--year { height: 2em; padding: 0; margin-left: .25em; margin-right: .25em; } .picker__select--month.browser-default { display: inline; background-color: #FFFFFF; width: 40%; } .picker__select--year.browser-default { display: inline; background-color: #FFFFFF; width: 26%; } .picker__select--month:focus, .picker__select--year:focus { border-color: rgba(0, 0, 0, 0.05); } /** * The month navigation buttons. */ .picker__nav--prev, .picker__nav--next { position: absolute; padding: .5em 1.25em; width: 1em; height: 1em; -webkit-box-sizing: content-box; box-sizing: content-box; top: -0.25em; } .picker__nav--prev { left: -1em; padding-right: 1.25em; } .picker__nav--next { right: -1em; padding-left: 1.25em; } .picker__nav--disabled, .picker__nav--disabled:hover, .picker__nav--disabled:before, .picker__nav--disabled:before:hover { cursor: default; background: none; border-right-color: #f5f5f5; border-left-color: #f5f5f5; } /** * The calendar table of dates */ .picker__table { text-align: center; border-collapse: collapse; border-spacing: 0; table-layout: fixed; font-size: 1rem; width: 100%; margin-top: .75em; margin-bottom: .5em; } .picker__table th, .picker__table td { text-align: center; } .picker__table td { margin: 0; padding: 0; } /** * The weekday labels */ .picker__weekday { width: 14.285714286%; font-size: .75em; padding-bottom: .25em; color: #999999; font-weight: 500; /* Increase the spacing a tad */ } @media (min-height: 33.875em) { .picker__weekday { padding-bottom: .5em; } } /** * The days on the calendar */ .picker__day--today { position: relative; color: #595959; letter-spacing: -.3; padding: .75rem 0; font-weight: 400; border: 1px solid transparent; } .picker__day--disabled:before { border-top-color: #aaaaaa; } .picker__day--infocus:hover { cursor: pointer; color: #000; font-weight: 500; } .picker__day--outfocus { display: none; padding: .75rem 0; color: #fff; } .picker__day--outfocus:hover { cursor: pointer; color: #dddddd; font-weight: 500; } .picker__day--highlighted:hover, .picker--focused .picker__day--highlighted { cursor: pointer; } .picker__day--selected, .picker__day--selected:hover, .picker--focused .picker__day--selected { border-radius: 50%; -webkit-transform: scale(0.75); transform: scale(0.75); background: #0089ec; color: #ffffff; } .picker__day--disabled, .picker__day--disabled:hover, .picker--focused .picker__day--disabled { background: #f5f5f5; border-color: #f5f5f5; color: #dddddd; cursor: default; } .picker__day--highlighted.picker__day--disabled, .picker__day--highlighted.picker__day--disabled:hover { background: #bbbbbb; } /** * The footer containing the "today", "clear", and "close" buttons. */ .picker__footer { text-align: right; } .picker__button--today, .picker__button--clear, .picker__button--close { border: 1px solid #ffffff; background: #ffffff; font-size: .8em; padding: .66em 0; font-weight: bold; width: 33%; display: inline-block; vertical-align: bottom; } .picker__button--today:hover, .picker__button--clear:hover, .picker__button--close:hover { cursor: pointer; color: #000000; background: #b1dcfb; border-bottom-color: #b1dcfb; } .picker__button--today:focus, .picker__button--clear:focus, .picker__button--close:focus { background: #b1dcfb; border-color: rgba(0, 0, 0, 0.05); outline: none; } .picker__button--today:before, .picker__button--clear:before, .picker__button--close:before { position: relative; display: inline-block; height: 0; } .picker__button--today:before, .picker__button--clear:before { content: " "; margin-right: .45em; } .picker__button--today:before { top: -0.05em; width: 0; border-top: 0.66em solid #0059bc; border-left: .66em solid transparent; } .picker__button--clear:before { top: -0.25em; width: .66em; border-top: 3px solid #ee2200; } .picker__button--close:before { content: "\D7"; top: -0.1em; vertical-align: top; font-size: 1.1em; margin-right: .35em; color: #777777; } .picker__button--today[disabled], .picker__button--today[disabled]:hover { background: #f5f5f5; border-color: #f5f5f5; color: #dddddd; cursor: default; } .picker__button--today[disabled]:before { border-top-color: #aaaaaa; } /* ========================================================================== CUSTOM MATERIALIZE STYLES ========================================================================== */ /*.picker__box { border-radius: 2px; overflow: hidden; }*/ .picker__date-display { text-align: left; background-color: #26a69a; color: #fff; padding: 18px; font-weight: 300; } @media only screen and (min-width: 601px) { .picker__date-display { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; } .picker__weekday-display { display: block; } .picker__container__wrapper { -webkit-box-flex: 2; -webkit-flex: 2; -ms-flex: 2; flex: 2; } } .picker__nav--prev:hover, .picker__nav--next:hover { cursor: pointer; color: #000000; background: #a1ded8; } .picker__weekday-display { font-weight: 500; font-size: 2.8rem; margin-right: 5px; margin-top: 4px; } .picker__month-display { font-size: 2.8rem; font-weight: 500; } .picker__day-display { font-size: 2.8rem; font-weight: 500; margin-right: 5px; } .picker__year-display { font-size: 1.5rem; font-weight: 500; color: rgba(255, 255, 255, 0.7); } /*.picker__box { padding: 0; }*/ .picker__calendar-container { padding: 0 1rem; } .picker__calendar-container thead { border: none; } .picker__table { margin-top: 0; margin-bottom: .5em; } .picker__day--infocus { color: rgba(0, 0, 0, 0.87); letter-spacing: -.3px; padding: 0.75rem 0; font-weight: 400; border: 1px solid transparent; } @media only screen and (min-width: 601px) { .picker__day--infocus { padding: 1.1rem 0; } } .picker__day.picker__day--today { color: #26a69a; } .picker__day.picker__day--today.picker__day--selected { color: #fff; } .picker__weekday { font-size: .9rem; } .picker__day--selected, .picker__day--selected:hover, .picker--focused .picker__day--selected { border-radius: 50%; -webkit-transform: scale(0.9); transform: scale(0.9); background-color: #26a69a; color: #ffffff; } .picker__day--selected.picker__day--outfocus, .picker__day--selected:hover.picker__day--outfocus, .picker--focused .picker__day--selected.picker__day--outfocus { background-color: #a1ded8; } .picker__footer { text-align: right; padding: 5px 10px; } .picker__close, .picker__today, .picker__clear { font-size: 1.1rem; padding: 0 1rem; color: #26a69a; } .picker__clear { color: #f44336; float: left; } .picker__nav--prev:before, .picker__nav--next:before { content: " "; border-top: .5em solid transparent; border-bottom: .5em solid transparent; border-right: 0.75em solid #676767; width: 0; height: 0; display: block; margin: 0 auto; } .picker__nav--next:before { border-right: 0; border-left: 0.75em solid #676767; } button.picker__today:focus, button.picker__clear:focus, button.picker__close:focus { background-color: #a1ded8; } /* ========================================================================== $BASE-TIME-PICKER ========================================================================== */ /** * The list of times. */ .picker__list { list-style: none; padding: 0.75em 0 4.2em; margin: 0; } /** * The times on the clock. */ .picker__list-item { border-bottom: 1px solid #ddd; border-top: 1px solid #ddd; margin-bottom: -1px; position: relative; background: #fff; padding: .75em 1.25em; } @media (min-height: 46.75em) { .picker__list-item { padding: .5em 1em; } } /* Hovered time */ .picker__list-item:hover { cursor: pointer; color: #000; background: #b1dcfb; border-color: #0089ec; z-index: 10; } /* Highlighted and hovered/focused time */ .picker__list-item--highlighted { border-color: #0089ec; z-index: 10; } .picker__list-item--highlighted:hover, .picker--focused .picker__list-item--highlighted { cursor: pointer; color: #000; background: #b1dcfb; } /* Selected and hovered/focused time */ .picker__list-item--selected, .picker__list-item--selected:hover, .picker--focused .picker__list-item--selected { background: #0089ec; color: #fff; z-index: 10; } /* Disabled time */ .picker__list-item--disabled, .picker__list-item--disabled:hover, .picker--focused .picker__list-item--disabled { background: #f5f5f5; border-color: #f5f5f5; color: #ddd; cursor: default; border-color: #ddd; z-index: auto; } /** * The clear button */ .picker--time .picker__button--clear { display: block; width: 80%; margin: 1em auto 0; padding: 1em 1.25em; background: none; border: 0; font-weight: 500; font-size: .67em; text-align: center; text-transform: uppercase; color: rgba(0, 0, 0, 0.87); } .picker--time .picker__button--clear:hover, .picker--time .picker__button--clear:focus { color: #000; background: #b1dcfb; background: #ee2200; border-color: #ee2200; cursor: pointer; color: #fff; outline: none; } .picker--time .picker__button--clear:before { top: -0.25em; color: rgba(0, 0, 0, 0.87); font-size: 1.25em; font-weight: bold; } .picker--time .picker__button--clear:hover:before, .picker--time .picker__button--clear:focus:before { color: #fff; } /* ========================================================================== $DEFAULT-TIME-PICKER ========================================================================== */ /** * The frame the bounds the time picker. */ .picker--time .picker__frame { min-width: 256px; max-width: 320px; } /** * The picker box. */ .picker--time .picker__box { font-size: 1em; background: #f2f2f2; padding: 0; } @media (min-height: 40.125em) { .picker--time .picker__box { margin-bottom: 5em; } } /* ========================================================================== $DEFAULT-TIME-PICKER ========================================================================== */ .clockpicker-display { font-size: 4rem; font-weight: bold; text-align: center; color: rgba(255, 255, 255, 0.6); font-weight: 400; clear: both; position: relative; } .clockpicker-span-am-pm { font-size: 1.3rem; position: absolute; right: 1rem; bottom: 0.3rem; line-height: 2rem; font-weight: 500; } @media only screen and (min-width: 601px) { .clockpicker-display { top: 32%; } .clockpicker-span-am-pm { position: relative; right: auto; bottom: auto; text-align: center; margin-top: 1.2rem; } } .text-primary { color: white; } .clockpicker-span-hours { margin-right: 3px; } .clockpicker-span-minutes { margin-left: 3px; } .clockpicker-span-hours, .clockpicker-span-minutes, .clockpicker-span-am-pm div { cursor: pointer; } .clockpicker-moving { cursor: move; } .clockpicker-plate { background-color: #eee; border-radius: 50%; width: 270px; height: 270px; overflow: visible; position: relative; margin: auto; margin-top: 25px; margin-bottom: 5px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .clockpicker-canvas, .clockpicker-dial { width: 270px; height: 270px; position: absolute; left: -1px; top: -1px; } .clockpicker-minutes { visibility: hidden; } .clockpicker-tick { border-radius: 50%; color: rgba(0, 0, 0, 0.87); line-height: 40px; text-align: center; width: 40px; height: 40px; position: absolute; cursor: pointer; } .clockpicker-tick.active, .clockpicker-tick:hover { background-color: rgba(38, 166, 154, 0.25); } .clockpicker-dial { -webkit-transition: -webkit-transform 350ms, opacity 350ms; -webkit-transition: opacity 350ms, -webkit-transform 350ms; transition: opacity 350ms, -webkit-transform 350ms; transition: transform 350ms, opacity 350ms; transition: transform 350ms, opacity 350ms, -webkit-transform 350ms; } .clockpicker-dial-out { opacity: 0; } .clockpicker-hours.clockpicker-dial-out { -webkit-transform: scale(1.2, 1.2); transform: scale(1.2, 1.2); } .clockpicker-minutes.clockpicker-dial-out { -webkit-transform: scale(0.8, 0.8); transform: scale(0.8, 0.8); } .clockpicker-canvas { -webkit-transition: opacity 175ms; transition: opacity 175ms; } .clockpicker-canvas-out { opacity: 0.25; } .clockpicker-canvas-bearing { stroke: none; fill: #26a69a; } .clockpicker-canvas-bg { stroke: none; fill: #26a69a; } .clockpicker-canvas-bg-trans { fill: #26a69a; } .clockpicker-canvas line { stroke: #26a69a; stroke-width: 4; stroke-linecap: round; /*shape-rendering: crispEdges;*/ }
0.548794
0.061283
div#banner { width: 100%; text-align: center; height: 500px; overflow: hidden; margin-top: 50px; background-size: auto; position: relative; } div#banner ul.bgBox { width: 100%; height: 100%; } div#banner ul.bgBox li { display: none; width: 100%; height: 100%; position: absolute; background-repeat: no-repeat; top: 0; left: 0; } div#banner ul.imgBox { width: 100%; height: 100%; } div#banner ul.imgBox li { display: none; position: absolute; left: 0; top: 0; } div#banner ul.imgBox li:nth-of-type(1).active { display: block; } div#banner ul.imgBox li:nth-of-type(1).active img:nth-of-type(1) { animation: moveright 0.5s linear 0.5s; animation-fill-mode: forwards; } div#banner ul.imgBox li:nth-of-type(1).active img:nth-of-type(2) { animation: moveright 1s linear 0s; animation-fill-mode: forwards; } div#banner ul.imgBox li:nth-of-type(1).active img:nth-of-type(3) { animation: moveleft 0.5s linear 0.7s; animation-fill-mode: forwards; } div#banner ul.imgBox li:nth-of-type(2).active { display: block; } div#banner ul.imgBox li:nth-of-type(2).active img:nth-of-type(1) { animation: moveright 0.5s linear 0.5s; animation-fill-mode: forwards; } div#banner ul.imgBox li:nth-of-type(2).active img:nth-of-type(2) { animation: moveright 1s linear 0s; animation-fill-mode: forwards; } div#banner ul.imgBox li:nth-of-type(2).active img:nth-of-type(3) { animation: moveleft 0.3s linear 0.7s; animation-fill-mode: forwards; } div#banner ul.imgBox li:nth-of-type(3).active { display: block; } div#banner ul.imgBox li:nth-of-type(3).active img:nth-of-type(1) { animation: moveright2 1s linear 0.5s; animation-fill-mode: forwards; } div#banner ul.imgBox li:nth-of-type(3).active img:nth-of-type(2) { animation: moveright2 1s linear 0s; animation-fill-mode: forwards; } div#banner ul.imgBox li:nth-of-type(3).active img:nth-of-type(3) { animation: moveleft2 1s linear 0.5s; animation-fill-mode: forwards; } div#banner ul.imgBox li:nth-of-type(3).active img:nth-of-type(4) { animation: moveleft2 1s linear 0.5s; animation-fill-mode: forwards; } div#banner ul.imgBox li:nth-of-type(4).active { display: block; } div#banner ul.imgBox li:nth-of-type(4).active img:nth-of-type(1) { animation: moveright2 1.5s linear 0s; animation-fill-mode: forwards; } div#banner ul.imgBox li:nth-of-type(4).active img:nth-of-type(2) { animation: moveright2 1.5s linear 0s; animation-fill-mode: forwards; } div#banner ul.imgBox li:nth-of-type(4).active img:nth-of-type(3) { animation: moveleft2 1s linear 0.5s; animation-fill-mode: forwards; } div#banner ul.imgBox li:nth-of-type(4).active img:nth-of-type(4) { animation: moveleft2 1s linear 0.5s; animation-fill-mode: forwards; } div#banner ul.imgBox li:nth-of-type(4).active img:nth-of-type(5) { animation: moveleft 1s linear 0.5s; animation-fill-mode: forwards; } div#banner ul.imgBox li:nth-of-type(5).active { display: block; } div#banner ul.imgBox li:nth-of-type(5).active img:nth-of-type(1) { animation: moveright2 1.5s linear 0s; animation-fill-mode: forwards; } div#banner ul.imgBox li:nth-of-type(5).active img:nth-of-type(2) { animation: moveleft 1.5s linear 0s; animation-fill-mode: forwards; } div#banner ul.imgBox li:nth-of-type(5).active img:nth-of-type(3) { animation: moveleft2 1s linear 0.5s; animation-fill-mode: forwards; } div#banner ul.imgBox li:nth-of-type(5).active img:nth-of-type(4) { animation: moveleft2 1s linear 0.5s; animation-fill-mode: forwards; } div#banner ul.imgBox li:nth-of-type(5).active img:nth-of-type(5) { animation: moveleft 1s linear 0.5s; animation-fill-mode: forwards; } div#banner ul.imgBox li:nth-of-type(6).active { display: block; } div#banner ul.imgBox li:nth-of-type(6).active img:nth-of-type(1) { animation: moveright 1s linear 0s; animation-fill-mode: forwards; } div#banner ul.imgBox li:nth-of-type(6).active img:nth-of-type(2) { animation: moveleft2 1s linear 0s; animation-fill-mode: forwards; } div#banner ul.imgBox li:nth-of-type(6).active img:nth-of-type(3) { animation: moveleft2 1s linear 0s; animation-fill-mode: forwards; } div#banner ul.imgBox li:nth-of-type(7).active { display: block; } div#banner ul.imgBox li:nth-of-type(7).active img:nth-of-type(1) { animation: moveright 1s linear 0s; animation-fill-mode: forwards; } div#banner ul.imgBox li:nth-of-type(7).active img:nth-of-type(2) { animation: moveleft2 1s linear 0s; animation-fill-mode: forwards; } div#banner ul.imgBox li:nth-of-type(7).active img:nth-of-type(3) { animation: moveleft2 1s linear 0s; animation-fill-mode: forwards; } div#banner ul.imgBox li:nth-of-type(1) img:nth-of-type(1) { position: absolute; top: -30px; left: 0; opacity: 0; } div#banner ul.imgBox li:nth-of-type(1) img:nth-of-type(2) { position: absolute; left: 740px; top: 100px; opacity: 0; } div#banner ul.imgBox li:nth-of-type(1) img:nth-of-type(3) { position: absolute; left: 1100px; top: 430px; opacity: 0; } div#banner ul.imgBox li:nth-of-type(2) img:nth-of-type(1) { position: absolute; top: -10px; left: 100px; opacity: 0; } div#banner ul.imgBox li:nth-of-type(2) img:nth-of-type(2) { position: absolute; left: 800px; top: 100px; opacity: 0; } div#banner ul.imgBox li:nth-of-type(2) img:nth-of-type(3) { position: absolute; left: 1170px; top: 80px; opacity: 0; } div#banner ul.imgBox li:nth-of-type(3) img:nth-of-type(1) { position: absolute; top: -25px; left: 0; opacity: 0; } div#banner ul.imgBox li:nth-of-type(3) img:nth-of-type(2) { position: absolute; left: 520px; top: 270px; opacity: 0; } div#banner ul.imgBox li:nth-of-type(3) img:nth-of-type(3) { position: absolute; left: 1000px; top: 300px; opacity: 0; } div#banner ul.imgBox li:nth-of-type(3) img:nth-of-type(4) { position: absolute; left: 970px; top: 120px; opacity: 0; } div#banner ul.imgBox li:nth-of-type(4) img:nth-of-type(1) { position: absolute; top: 18px; left: 50px; z-index: 5; opacity: 0; } div#banner ul.imgBox li:nth-of-type(4) img:nth-of-type(2) { position: absolute; left: 46px; top: 20px; opacity: 0; } div#banner ul.imgBox li:nth-of-type(4) img:nth-of-type(3) { position: absolute; left: 700px; top: 410px; opacity: 0; } div#banner ul.imgBox li:nth-of-type(4) img:nth-of-type(4) { position: absolute; left: 690px; top: 50px; opacity: 0; } div#banner ul.imgBox li:nth-of-type(4) img:nth-of-type(5) { position: absolute; left: 1050px; top: 120px; opacity: 0; } div#banner ul.imgBox li:nth-of-type(5) img:nth-of-type(1) { position: absolute; top: 18px; left: 50px; z-index: 5; opacity: 0; } div#banner ul.imgBox li:nth-of-type(5) img:nth-of-type(2) { position: absolute; left: 500px; top: 0; opacity: 0; z-index: 3; } div#banner ul.imgBox li:nth-of-type(5) img:nth-of-type(3) { position: absolute; left: 700px; top: 390px; opacity: 0; } div#banner ul.imgBox li:nth-of-type(5) img:nth-of-type(4) { position: absolute; left: 840px; top: 370px; opacity: 0; } div#banner ul.imgBox li:nth-of-type(5) img:nth-of-type(5) { position: absolute; left: 1150px; top: 120px; opacity: 0; } div#banner ul.imgBox li:nth-of-type(6) img:nth-of-type(1) { position: absolute; top: -30px; left: 100px; opacity: 0; } div#banner ul.imgBox li:nth-of-type(6) img:nth-of-type(2) { position: absolute; left: 800px; top: 208px; opacity: 0; } div#banner ul.imgBox li:nth-of-type(6) img:nth-of-type(3) { position: absolute; left: 1170px; top: 120px; opacity: 0; } div#banner ul.imgBox li:nth-of-type(7) img:nth-of-type(1) { position: absolute; top: -10px; left: 100px; } div#banner ul.imgBox li:nth-of-type(7) img:nth-of-type(2) { position: absolute; left: 800px; top: 200px; } div#banner ul.imgBox li:nth-of-type(7) img:nth-of-type(3) { position: absolute; left: 1170px; top: 50px; } div#banner div.pointBox { position: absolute; bottom: 0; left: 50%; margin-left: -150px; } div#banner div.pointBox ul.pointList li { float: left; margin-right: 5px; } div#banner div.DB_next { display: none; width: 40px; height: 90px; position: absolute; right: 0; top: 192px; background-image: url("../img/index/next.png"); } div#banner div.DB_prev { display: none; width: 40px; height: 90px; position: absolute; right: left; top: 192px; background-image: url("../img/index/pre.png"); } div.deline { max-width: 1200px; width: 100%; height: 1px; position: relative; background-color: #c9c9c9; margin: 12px auto; } @keyframes moveright { 0% { opacity: 0; } 100% { transform: translate(100px); opacity: 1; } } @keyframes moveright2 { 0% { opacity: 0; } 100% { transform: translate(180px); opacity: 1; } } @keyframes moveleft { 0% { opacity: 0; } 100% { transform: translate(-100px); opacity: 1; } } @keyframes moveleft2 { 0% { opacity: 0; } 100% { transform: translate(-200px); opacity: 1; } } div.textTop { padding-top: 18px; height: 200px; } div.textTop div.left { float: left; } div.textTop div.left p { font-size: 14px; color: #928f8f; margin-top: 12px; line-height: 22px; font-weight: 500; padding-left: 10px; } div.textTop div.right { float: right; } div.textTop div.right h1 { font-size: 36px; font-weight: bolder; color: #50565d; } div.textTop div.right p { font-size: 14px; line-height: 24px; font-weight: 600; color: #50565d; text-align: right; } div.bigTitle { margin: 20 auto; padding: 5px; overflow: hidden; } div.bigTitle div.bigTitle-left { float: left; } div.bigTitle div.bigTitle-left p { font-size: 24px; font-weight: normal; color: #50565d; padding-top: 5px; } div.bigTitle div.bigTitle-left span { display: block; font-size: 18px; font-style: italic; color: #50565d; } div.bigTitle div.bigTitle-right { float: right; } div.bigTitle div.bigTitle-right span { padding: 0 2px; display: inline-block; height: ; border: 1px solid #50565d; } div.bigTitle div.bigTitle-right span a { cursor: pointer; } div.kehu { margin-top: 40px; overflow: hidden; transition: transform 1s; transform: scale(0.1); margin-bottom: 30px; } div.kehu ul li { margin-top: 30px; float: left; width: 16.66%; height: 86px; border-bottom: 1px solid #f7f5f5; text-align: center; } div.kehu ul li div.rotate-box { background-color: palevioletred; position: relative; } div.kehu ul li div.rotate-box img:nth-of-type(2) { transition: transform 1s; position: absolute; top: 0; left: 15px; z-index: 0; transform: rotateY(180deg); backface-visibility: hidden; } div.kehu ul li div.rotate-box img:nth-of-type(1) { transition: transform 1s; position: absolute; left: 15px; top: 0; backface-visibility: hidden; transform: rotateY(0deg); } div.kehu ul li div.rotate-box:hover img:nth-of-type(2) { transition: transform 1s; transform: rotateY(0deg); } div.kehu ul li div.rotate-box:hover img:nth-of-type(1) { transition: transform 1s; transform: rotateY(180deg); } div.kehu.kehuScale { transition: transform 1s; transform: scale(1); } div.casetag ul { display: flex; flex-direction: row; align-items: flex-end; flex-wrap: wrap; } div.casetag ul li { display: inline-block; padding: 6px; font-size: 12px; border: 1px solid #dcdcdc; margin-right: 5px; margin-bottom: 4px; } div.casetag ul li a { text-decoration: none; } div.casetag ul li.all { font-size: 18px; font-weight: bold; padding: 3px; } div.casetag ul li.big { font-size: 24px; font-weight: bold; padding: 3px; } div.casetag ul li.hei { font-size: 18px; font-weight: bold; padding: 3px; background: #000; } div.casetag ul li.hei a { color: white; } div.caselist { width: 100%; margin-top: 20px; margin-bottom: 20px; overflow: hidden; } div.caselist div.item { float: left; width: 31.33%; margin: 0.5%; height: 230px; overflow: hidden; position: relative; } div.caselist div.item div.mask { position: absolute; left: 0; top: 0; background-color: black; width: 100%; height: 100%; transition: 2s; opacity: 0; } div.caselist div.item div.mask div.info { position: relative; } div.caselist div.item div.mask div.info a.tit { display: block; width: 70%; margin-top: 30px; margin-left: auto; margin-right: auto; text-align: center; color: white; font-size: 28px; } div.caselist div.item div.mask div.info p { padding-top: 20px; width: 70%; margin: 20px auto; color: #acacac; line-height: 30px; border-top: 1px dashed #acacac; } div.caselist div.item div.mask:hover { transition: 2s; opacity: 1; } div.item:hover a > img { transition: transform 2s; transform: scale(1.2); } div.item a > img { transition: transform 2s; transform: scale(1); } div.yanjiuwrap { width: 100%; overflow: hidden; background: url("../img/index/bjy_03.jpg") repeat border-box; margin-bottom: 20px; } div.yanjiuwrap div.yanjiu_title { margin-top: 20px; padding: 5px; overflow: hidden; } div.yanjiuwrap div.yanjiu_title div.yanjiu_title-left { float: left; } div.yanjiuwrap div.yanjiu_title div.yanjiu_title-left p { font-size: 24px; font-weight: normal; padding-top: 5px; } div.yanjiuwrap div.yanjiu_title div.yanjiu_title-left p a { color: white; font-weight: 400; } div.yanjiuwrap div.yanjiu_title div.yanjiu_title-left span { display: block; font-size: 18px; font-style: italic; } div.yanjiuwrap div.yanjiu_title div.yanjiu_title-left span a { color: white; font-weight: 400; } div.yanjiuwrap div.yanjiu_body { overflow: hidden; } div.yanjiuwrap div.yanjiu_body div.yanjiu_left { width: 70%; float: left; } div.yanjiuwrap div.yanjiu_body div.yanjiu_left ul { width: 100%; overflow: hidden; } div.yanjiuwrap div.yanjiu_body div.yanjiu_left ul li { width: 31.3%; margin-right: 2%; margin-bottom: 1%; float: left; position: relative; overflow: hidden; } div.yanjiuwrap div.yanjiu_body div.yanjiu_left ul li a:nth-of-type(1) { width: 100%; height: 100%; position: absolute; } div.yanjiuwrap div.yanjiu_body div.yanjiu_left ul li a:nth-of-type(1) span { display: none; position: absolute; left: 25%; width: 50%; height: 20%; line-height: 200%; top: 40%; overflow: hidden; border-radius: 5px; background-color: rgba(0, 0, 0, 0.3); padding: 5px 10px; color: white; text-align: center; } div.yanjiuwrap div.yanjiu_body div.yanjiu_right { width: 30%; float: right; background-color: rgba(0, 0, 0, 0.3); } div.yanjiuwrap div.yanjiu_body div.yanjiu_right div { overflow: hidden; padding: 10px; } div.yanjiuwrap div.yanjiu_body div.yanjiu_right div h1 { margin-top: 10px; float: left; font-size: 18px; color: #fff; display: inline-block; margin-right: 5px; } div.yanjiuwrap div.yanjiu_body div.yanjiu_right div span { float: left; color: #fff; margin: 12px; } div.yanjiuwrap div.yanjiu_body div.yanjiu_right div i { float: right; margin-top: 5px; margin-right: 10px; } div.yanjiuwrap div.yanjiu_body div.yanjiu_right div i a { font-size: 28px; color: #fff; } div.yanjiuwrap div.yanjiu_body div.yanjiu_right ul#newslist { width: 90%; margin-left: 5%; margin-right: 5%; color: #fff; position: relative; font-size: 14px; line-height: 38px; } div.yanjiuwrap div.yanjiu_body div.yanjiu_right ul#newslist li { cursor: pointer; overflow: hidden; } div.yanjiuwrap div.yanjiu_body div.yanjiu_right ul#newslist li a { text-decoration: none; color: white; } div.yanjiuwrap div.yanjiu_body div.yanjiu_right ul#newslist li span { float: right; } ul#newslist li:hover span { animation: timeMove 0.4s ease-in 0s; animation-fill-mode: forwards; } @keyframes timeMove { 0% { margin-right: 0; } 40% { margin-right: 40px; } 55% { margin-right: 34px; } 70% { margin-right: 40px; } 85% { margin-right: 36px; } 100% { margin-right: 40px; } } div.fuwu ul { width: 100%; overflow: hidden; } div.fuwu ul li:nth-of-type(1), div.fuwu ul li:nth-of-type(2) { border-bottom: 1px solid #dcdcdc; } div.fuwu ul li { float: left; width: 50%; position: relative; height: 250px; } div.fuwu ul li div.tit1 { text-align: left; } div.fuwu ul li div.tit1 h2 { font-size: 18px; font-family: Arial, Helvetica, sans-serif; margin-bottom: 5px; } div.fuwu ul li div.tit1 h1 { font-size: 30px; margin-bottom: 10px; } div.fuwu ul li div.tit1 h3 { font-size: 12px; } div.fuwu ul li div.tit1 h3 a { font-size: 12px; color: #50565d; } div.fuwu ul li div.tit2 { text-align: right; } div.fuwu ul li div.tit2 h2 { font-size: 18px; font-family: Arial, Helvetica, sans-serif; margin-bottom: 5px; } div.fuwu ul li div.tit2 h1 { font-size: 30px; margin-bottom: 10px; } div.fuwu ul li div.tit2 h3 { font-size: 12px; } div.fuwu ul li div.tit2 h3 a { font-size: 12px; color: #50565d; } div.fuwu ul li a.link11 div.ico11 { position: absolute; right: 0; bottom: 0; width: 300px; height: 250px; } div.fuwu ul li a.link11 div.ico11 div.ico_b11_1 { position: absolute; background: url("../img/index/ico_b11_1.png") no-repeat; width: 213px; height: 200px; } div.fuwu ul li a.link11 div.ico11 div.ico_b11_2 { position: absolute; background: url("../img/index/ico_b11_2.png") no-repeat; width: 213px; height: 200px; top: 10px; right: 78px; } div.fuwu ul li a.link12 div.ico12 { position: absolute; left: 0; top: 0; width: 300px; height: 250px; } div.fuwu ul li a.link12 div.ico12 div.ico_b12_1 { position: absolute; background: url("../img/index/ico_b12_1.png") no-repeat; width: 213px; height: 200px; left: 30px; top: 30px; } div.fuwu ul li a.link12 div.ico12 div.ico_b12_2 { position: absolute; background: url("../img/index/ico_b12_2.png") no-repeat; width: 213px; height: 200px; left: 67px; top: 54px; } div.fuwu ul li a.link12 div.ico12 div.ico_b12_3 { position: absolute; background: url("../img/index/ico_b12_3.png") no-repeat; width: 213px; height: 200px; left: 180px; top: 132px; } div.fuwu ul li a.link21 div.ico21 { position: absolute; right: 0px; bottom: 10px; width: 320px; height: 200px; } div.fuwu ul li a.link21 div.ico21 div.ico_b21_1 { position: absolute; background: url("../img/index/ico_b21_1.png") no-repeat; width: 300px; height: 200px; } div.fuwu ul li a.link21 div.ico21 div.ico_b21_2 { position: absolute; background: url("../img/index/ico_b21_2.png") no-repeat; width: 213px; height: 200px; top: 10px; right: 72px; } div.fuwu ul li a.link22 div.ico22 { position: absolute; left: 0; top: 0; width: 300px; height: 250px; } div.fuwu ul li a.link22 div.ico22 div.ico_b22_1 { position: absolute; background: url("../img/index/ico_b22_1.png") no-repeat; width: 213px; height: 200px; left: 80px; top: 30px; } div.fuwu ul li a.link22 div.ico22 div.ico_b22_2 { position: absolute; background: url("../img/index/ico_b22_2.png") no-repeat; width: 213px; height: 200px; left: 119px; top: 48px; } div.fuwu ul li a.link22 div.ico22 div.ico_b22_3 { position: absolute; background: url("../img/index/ico_b22_3.png") no-repeat; width: 213px; height: 200px; left: 150px; top: 96px; } div.fuwu ul li span.more { display: inline-block; width: 50px; height: 20px; border: 1px solid #dcdcdc; } div.fuwu ul li span.more a.l, div.fuwu ul li span.more a.r { font-size: 12px; text-decoration: none; cursor: pointer; color: #50565d; } div.fuwu ul li span.moreleft { margin-top: 80px; margin-left: 10px; } div.fuwu ul li span.moreright { margin-top: 80px; margin-left: 90%; }
yongxi/css/index.css
div#banner { width: 100%; text-align: center; height: 500px; overflow: hidden; margin-top: 50px; background-size: auto; position: relative; } div#banner ul.bgBox { width: 100%; height: 100%; } div#banner ul.bgBox li { display: none; width: 100%; height: 100%; position: absolute; background-repeat: no-repeat; top: 0; left: 0; } div#banner ul.imgBox { width: 100%; height: 100%; } div#banner ul.imgBox li { display: none; position: absolute; left: 0; top: 0; } div#banner ul.imgBox li:nth-of-type(1).active { display: block; } div#banner ul.imgBox li:nth-of-type(1).active img:nth-of-type(1) { animation: moveright 0.5s linear 0.5s; animation-fill-mode: forwards; } div#banner ul.imgBox li:nth-of-type(1).active img:nth-of-type(2) { animation: moveright 1s linear 0s; animation-fill-mode: forwards; } div#banner ul.imgBox li:nth-of-type(1).active img:nth-of-type(3) { animation: moveleft 0.5s linear 0.7s; animation-fill-mode: forwards; } div#banner ul.imgBox li:nth-of-type(2).active { display: block; } div#banner ul.imgBox li:nth-of-type(2).active img:nth-of-type(1) { animation: moveright 0.5s linear 0.5s; animation-fill-mode: forwards; } div#banner ul.imgBox li:nth-of-type(2).active img:nth-of-type(2) { animation: moveright 1s linear 0s; animation-fill-mode: forwards; } div#banner ul.imgBox li:nth-of-type(2).active img:nth-of-type(3) { animation: moveleft 0.3s linear 0.7s; animation-fill-mode: forwards; } div#banner ul.imgBox li:nth-of-type(3).active { display: block; } div#banner ul.imgBox li:nth-of-type(3).active img:nth-of-type(1) { animation: moveright2 1s linear 0.5s; animation-fill-mode: forwards; } div#banner ul.imgBox li:nth-of-type(3).active img:nth-of-type(2) { animation: moveright2 1s linear 0s; animation-fill-mode: forwards; } div#banner ul.imgBox li:nth-of-type(3).active img:nth-of-type(3) { animation: moveleft2 1s linear 0.5s; animation-fill-mode: forwards; } div#banner ul.imgBox li:nth-of-type(3).active img:nth-of-type(4) { animation: moveleft2 1s linear 0.5s; animation-fill-mode: forwards; } div#banner ul.imgBox li:nth-of-type(4).active { display: block; } div#banner ul.imgBox li:nth-of-type(4).active img:nth-of-type(1) { animation: moveright2 1.5s linear 0s; animation-fill-mode: forwards; } div#banner ul.imgBox li:nth-of-type(4).active img:nth-of-type(2) { animation: moveright2 1.5s linear 0s; animation-fill-mode: forwards; } div#banner ul.imgBox li:nth-of-type(4).active img:nth-of-type(3) { animation: moveleft2 1s linear 0.5s; animation-fill-mode: forwards; } div#banner ul.imgBox li:nth-of-type(4).active img:nth-of-type(4) { animation: moveleft2 1s linear 0.5s; animation-fill-mode: forwards; } div#banner ul.imgBox li:nth-of-type(4).active img:nth-of-type(5) { animation: moveleft 1s linear 0.5s; animation-fill-mode: forwards; } div#banner ul.imgBox li:nth-of-type(5).active { display: block; } div#banner ul.imgBox li:nth-of-type(5).active img:nth-of-type(1) { animation: moveright2 1.5s linear 0s; animation-fill-mode: forwards; } div#banner ul.imgBox li:nth-of-type(5).active img:nth-of-type(2) { animation: moveleft 1.5s linear 0s; animation-fill-mode: forwards; } div#banner ul.imgBox li:nth-of-type(5).active img:nth-of-type(3) { animation: moveleft2 1s linear 0.5s; animation-fill-mode: forwards; } div#banner ul.imgBox li:nth-of-type(5).active img:nth-of-type(4) { animation: moveleft2 1s linear 0.5s; animation-fill-mode: forwards; } div#banner ul.imgBox li:nth-of-type(5).active img:nth-of-type(5) { animation: moveleft 1s linear 0.5s; animation-fill-mode: forwards; } div#banner ul.imgBox li:nth-of-type(6).active { display: block; } div#banner ul.imgBox li:nth-of-type(6).active img:nth-of-type(1) { animation: moveright 1s linear 0s; animation-fill-mode: forwards; } div#banner ul.imgBox li:nth-of-type(6).active img:nth-of-type(2) { animation: moveleft2 1s linear 0s; animation-fill-mode: forwards; } div#banner ul.imgBox li:nth-of-type(6).active img:nth-of-type(3) { animation: moveleft2 1s linear 0s; animation-fill-mode: forwards; } div#banner ul.imgBox li:nth-of-type(7).active { display: block; } div#banner ul.imgBox li:nth-of-type(7).active img:nth-of-type(1) { animation: moveright 1s linear 0s; animation-fill-mode: forwards; } div#banner ul.imgBox li:nth-of-type(7).active img:nth-of-type(2) { animation: moveleft2 1s linear 0s; animation-fill-mode: forwards; } div#banner ul.imgBox li:nth-of-type(7).active img:nth-of-type(3) { animation: moveleft2 1s linear 0s; animation-fill-mode: forwards; } div#banner ul.imgBox li:nth-of-type(1) img:nth-of-type(1) { position: absolute; top: -30px; left: 0; opacity: 0; } div#banner ul.imgBox li:nth-of-type(1) img:nth-of-type(2) { position: absolute; left: 740px; top: 100px; opacity: 0; } div#banner ul.imgBox li:nth-of-type(1) img:nth-of-type(3) { position: absolute; left: 1100px; top: 430px; opacity: 0; } div#banner ul.imgBox li:nth-of-type(2) img:nth-of-type(1) { position: absolute; top: -10px; left: 100px; opacity: 0; } div#banner ul.imgBox li:nth-of-type(2) img:nth-of-type(2) { position: absolute; left: 800px; top: 100px; opacity: 0; } div#banner ul.imgBox li:nth-of-type(2) img:nth-of-type(3) { position: absolute; left: 1170px; top: 80px; opacity: 0; } div#banner ul.imgBox li:nth-of-type(3) img:nth-of-type(1) { position: absolute; top: -25px; left: 0; opacity: 0; } div#banner ul.imgBox li:nth-of-type(3) img:nth-of-type(2) { position: absolute; left: 520px; top: 270px; opacity: 0; } div#banner ul.imgBox li:nth-of-type(3) img:nth-of-type(3) { position: absolute; left: 1000px; top: 300px; opacity: 0; } div#banner ul.imgBox li:nth-of-type(3) img:nth-of-type(4) { position: absolute; left: 970px; top: 120px; opacity: 0; } div#banner ul.imgBox li:nth-of-type(4) img:nth-of-type(1) { position: absolute; top: 18px; left: 50px; z-index: 5; opacity: 0; } div#banner ul.imgBox li:nth-of-type(4) img:nth-of-type(2) { position: absolute; left: 46px; top: 20px; opacity: 0; } div#banner ul.imgBox li:nth-of-type(4) img:nth-of-type(3) { position: absolute; left: 700px; top: 410px; opacity: 0; } div#banner ul.imgBox li:nth-of-type(4) img:nth-of-type(4) { position: absolute; left: 690px; top: 50px; opacity: 0; } div#banner ul.imgBox li:nth-of-type(4) img:nth-of-type(5) { position: absolute; left: 1050px; top: 120px; opacity: 0; } div#banner ul.imgBox li:nth-of-type(5) img:nth-of-type(1) { position: absolute; top: 18px; left: 50px; z-index: 5; opacity: 0; } div#banner ul.imgBox li:nth-of-type(5) img:nth-of-type(2) { position: absolute; left: 500px; top: 0; opacity: 0; z-index: 3; } div#banner ul.imgBox li:nth-of-type(5) img:nth-of-type(3) { position: absolute; left: 700px; top: 390px; opacity: 0; } div#banner ul.imgBox li:nth-of-type(5) img:nth-of-type(4) { position: absolute; left: 840px; top: 370px; opacity: 0; } div#banner ul.imgBox li:nth-of-type(5) img:nth-of-type(5) { position: absolute; left: 1150px; top: 120px; opacity: 0; } div#banner ul.imgBox li:nth-of-type(6) img:nth-of-type(1) { position: absolute; top: -30px; left: 100px; opacity: 0; } div#banner ul.imgBox li:nth-of-type(6) img:nth-of-type(2) { position: absolute; left: 800px; top: 208px; opacity: 0; } div#banner ul.imgBox li:nth-of-type(6) img:nth-of-type(3) { position: absolute; left: 1170px; top: 120px; opacity: 0; } div#banner ul.imgBox li:nth-of-type(7) img:nth-of-type(1) { position: absolute; top: -10px; left: 100px; } div#banner ul.imgBox li:nth-of-type(7) img:nth-of-type(2) { position: absolute; left: 800px; top: 200px; } div#banner ul.imgBox li:nth-of-type(7) img:nth-of-type(3) { position: absolute; left: 1170px; top: 50px; } div#banner div.pointBox { position: absolute; bottom: 0; left: 50%; margin-left: -150px; } div#banner div.pointBox ul.pointList li { float: left; margin-right: 5px; } div#banner div.DB_next { display: none; width: 40px; height: 90px; position: absolute; right: 0; top: 192px; background-image: url("../img/index/next.png"); } div#banner div.DB_prev { display: none; width: 40px; height: 90px; position: absolute; right: left; top: 192px; background-image: url("../img/index/pre.png"); } div.deline { max-width: 1200px; width: 100%; height: 1px; position: relative; background-color: #c9c9c9; margin: 12px auto; } @keyframes moveright { 0% { opacity: 0; } 100% { transform: translate(100px); opacity: 1; } } @keyframes moveright2 { 0% { opacity: 0; } 100% { transform: translate(180px); opacity: 1; } } @keyframes moveleft { 0% { opacity: 0; } 100% { transform: translate(-100px); opacity: 1; } } @keyframes moveleft2 { 0% { opacity: 0; } 100% { transform: translate(-200px); opacity: 1; } } div.textTop { padding-top: 18px; height: 200px; } div.textTop div.left { float: left; } div.textTop div.left p { font-size: 14px; color: #928f8f; margin-top: 12px; line-height: 22px; font-weight: 500; padding-left: 10px; } div.textTop div.right { float: right; } div.textTop div.right h1 { font-size: 36px; font-weight: bolder; color: #50565d; } div.textTop div.right p { font-size: 14px; line-height: 24px; font-weight: 600; color: #50565d; text-align: right; } div.bigTitle { margin: 20 auto; padding: 5px; overflow: hidden; } div.bigTitle div.bigTitle-left { float: left; } div.bigTitle div.bigTitle-left p { font-size: 24px; font-weight: normal; color: #50565d; padding-top: 5px; } div.bigTitle div.bigTitle-left span { display: block; font-size: 18px; font-style: italic; color: #50565d; } div.bigTitle div.bigTitle-right { float: right; } div.bigTitle div.bigTitle-right span { padding: 0 2px; display: inline-block; height: ; border: 1px solid #50565d; } div.bigTitle div.bigTitle-right span a { cursor: pointer; } div.kehu { margin-top: 40px; overflow: hidden; transition: transform 1s; transform: scale(0.1); margin-bottom: 30px; } div.kehu ul li { margin-top: 30px; float: left; width: 16.66%; height: 86px; border-bottom: 1px solid #f7f5f5; text-align: center; } div.kehu ul li div.rotate-box { background-color: palevioletred; position: relative; } div.kehu ul li div.rotate-box img:nth-of-type(2) { transition: transform 1s; position: absolute; top: 0; left: 15px; z-index: 0; transform: rotateY(180deg); backface-visibility: hidden; } div.kehu ul li div.rotate-box img:nth-of-type(1) { transition: transform 1s; position: absolute; left: 15px; top: 0; backface-visibility: hidden; transform: rotateY(0deg); } div.kehu ul li div.rotate-box:hover img:nth-of-type(2) { transition: transform 1s; transform: rotateY(0deg); } div.kehu ul li div.rotate-box:hover img:nth-of-type(1) { transition: transform 1s; transform: rotateY(180deg); } div.kehu.kehuScale { transition: transform 1s; transform: scale(1); } div.casetag ul { display: flex; flex-direction: row; align-items: flex-end; flex-wrap: wrap; } div.casetag ul li { display: inline-block; padding: 6px; font-size: 12px; border: 1px solid #dcdcdc; margin-right: 5px; margin-bottom: 4px; } div.casetag ul li a { text-decoration: none; } div.casetag ul li.all { font-size: 18px; font-weight: bold; padding: 3px; } div.casetag ul li.big { font-size: 24px; font-weight: bold; padding: 3px; } div.casetag ul li.hei { font-size: 18px; font-weight: bold; padding: 3px; background: #000; } div.casetag ul li.hei a { color: white; } div.caselist { width: 100%; margin-top: 20px; margin-bottom: 20px; overflow: hidden; } div.caselist div.item { float: left; width: 31.33%; margin: 0.5%; height: 230px; overflow: hidden; position: relative; } div.caselist div.item div.mask { position: absolute; left: 0; top: 0; background-color: black; width: 100%; height: 100%; transition: 2s; opacity: 0; } div.caselist div.item div.mask div.info { position: relative; } div.caselist div.item div.mask div.info a.tit { display: block; width: 70%; margin-top: 30px; margin-left: auto; margin-right: auto; text-align: center; color: white; font-size: 28px; } div.caselist div.item div.mask div.info p { padding-top: 20px; width: 70%; margin: 20px auto; color: #acacac; line-height: 30px; border-top: 1px dashed #acacac; } div.caselist div.item div.mask:hover { transition: 2s; opacity: 1; } div.item:hover a > img { transition: transform 2s; transform: scale(1.2); } div.item a > img { transition: transform 2s; transform: scale(1); } div.yanjiuwrap { width: 100%; overflow: hidden; background: url("../img/index/bjy_03.jpg") repeat border-box; margin-bottom: 20px; } div.yanjiuwrap div.yanjiu_title { margin-top: 20px; padding: 5px; overflow: hidden; } div.yanjiuwrap div.yanjiu_title div.yanjiu_title-left { float: left; } div.yanjiuwrap div.yanjiu_title div.yanjiu_title-left p { font-size: 24px; font-weight: normal; padding-top: 5px; } div.yanjiuwrap div.yanjiu_title div.yanjiu_title-left p a { color: white; font-weight: 400; } div.yanjiuwrap div.yanjiu_title div.yanjiu_title-left span { display: block; font-size: 18px; font-style: italic; } div.yanjiuwrap div.yanjiu_title div.yanjiu_title-left span a { color: white; font-weight: 400; } div.yanjiuwrap div.yanjiu_body { overflow: hidden; } div.yanjiuwrap div.yanjiu_body div.yanjiu_left { width: 70%; float: left; } div.yanjiuwrap div.yanjiu_body div.yanjiu_left ul { width: 100%; overflow: hidden; } div.yanjiuwrap div.yanjiu_body div.yanjiu_left ul li { width: 31.3%; margin-right: 2%; margin-bottom: 1%; float: left; position: relative; overflow: hidden; } div.yanjiuwrap div.yanjiu_body div.yanjiu_left ul li a:nth-of-type(1) { width: 100%; height: 100%; position: absolute; } div.yanjiuwrap div.yanjiu_body div.yanjiu_left ul li a:nth-of-type(1) span { display: none; position: absolute; left: 25%; width: 50%; height: 20%; line-height: 200%; top: 40%; overflow: hidden; border-radius: 5px; background-color: rgba(0, 0, 0, 0.3); padding: 5px 10px; color: white; text-align: center; } div.yanjiuwrap div.yanjiu_body div.yanjiu_right { width: 30%; float: right; background-color: rgba(0, 0, 0, 0.3); } div.yanjiuwrap div.yanjiu_body div.yanjiu_right div { overflow: hidden; padding: 10px; } div.yanjiuwrap div.yanjiu_body div.yanjiu_right div h1 { margin-top: 10px; float: left; font-size: 18px; color: #fff; display: inline-block; margin-right: 5px; } div.yanjiuwrap div.yanjiu_body div.yanjiu_right div span { float: left; color: #fff; margin: 12px; } div.yanjiuwrap div.yanjiu_body div.yanjiu_right div i { float: right; margin-top: 5px; margin-right: 10px; } div.yanjiuwrap div.yanjiu_body div.yanjiu_right div i a { font-size: 28px; color: #fff; } div.yanjiuwrap div.yanjiu_body div.yanjiu_right ul#newslist { width: 90%; margin-left: 5%; margin-right: 5%; color: #fff; position: relative; font-size: 14px; line-height: 38px; } div.yanjiuwrap div.yanjiu_body div.yanjiu_right ul#newslist li { cursor: pointer; overflow: hidden; } div.yanjiuwrap div.yanjiu_body div.yanjiu_right ul#newslist li a { text-decoration: none; color: white; } div.yanjiuwrap div.yanjiu_body div.yanjiu_right ul#newslist li span { float: right; } ul#newslist li:hover span { animation: timeMove 0.4s ease-in 0s; animation-fill-mode: forwards; } @keyframes timeMove { 0% { margin-right: 0; } 40% { margin-right: 40px; } 55% { margin-right: 34px; } 70% { margin-right: 40px; } 85% { margin-right: 36px; } 100% { margin-right: 40px; } } div.fuwu ul { width: 100%; overflow: hidden; } div.fuwu ul li:nth-of-type(1), div.fuwu ul li:nth-of-type(2) { border-bottom: 1px solid #dcdcdc; } div.fuwu ul li { float: left; width: 50%; position: relative; height: 250px; } div.fuwu ul li div.tit1 { text-align: left; } div.fuwu ul li div.tit1 h2 { font-size: 18px; font-family: Arial, Helvetica, sans-serif; margin-bottom: 5px; } div.fuwu ul li div.tit1 h1 { font-size: 30px; margin-bottom: 10px; } div.fuwu ul li div.tit1 h3 { font-size: 12px; } div.fuwu ul li div.tit1 h3 a { font-size: 12px; color: #50565d; } div.fuwu ul li div.tit2 { text-align: right; } div.fuwu ul li div.tit2 h2 { font-size: 18px; font-family: Arial, Helvetica, sans-serif; margin-bottom: 5px; } div.fuwu ul li div.tit2 h1 { font-size: 30px; margin-bottom: 10px; } div.fuwu ul li div.tit2 h3 { font-size: 12px; } div.fuwu ul li div.tit2 h3 a { font-size: 12px; color: #50565d; } div.fuwu ul li a.link11 div.ico11 { position: absolute; right: 0; bottom: 0; width: 300px; height: 250px; } div.fuwu ul li a.link11 div.ico11 div.ico_b11_1 { position: absolute; background: url("../img/index/ico_b11_1.png") no-repeat; width: 213px; height: 200px; } div.fuwu ul li a.link11 div.ico11 div.ico_b11_2 { position: absolute; background: url("../img/index/ico_b11_2.png") no-repeat; width: 213px; height: 200px; top: 10px; right: 78px; } div.fuwu ul li a.link12 div.ico12 { position: absolute; left: 0; top: 0; width: 300px; height: 250px; } div.fuwu ul li a.link12 div.ico12 div.ico_b12_1 { position: absolute; background: url("../img/index/ico_b12_1.png") no-repeat; width: 213px; height: 200px; left: 30px; top: 30px; } div.fuwu ul li a.link12 div.ico12 div.ico_b12_2 { position: absolute; background: url("../img/index/ico_b12_2.png") no-repeat; width: 213px; height: 200px; left: 67px; top: 54px; } div.fuwu ul li a.link12 div.ico12 div.ico_b12_3 { position: absolute; background: url("../img/index/ico_b12_3.png") no-repeat; width: 213px; height: 200px; left: 180px; top: 132px; } div.fuwu ul li a.link21 div.ico21 { position: absolute; right: 0px; bottom: 10px; width: 320px; height: 200px; } div.fuwu ul li a.link21 div.ico21 div.ico_b21_1 { position: absolute; background: url("../img/index/ico_b21_1.png") no-repeat; width: 300px; height: 200px; } div.fuwu ul li a.link21 div.ico21 div.ico_b21_2 { position: absolute; background: url("../img/index/ico_b21_2.png") no-repeat; width: 213px; height: 200px; top: 10px; right: 72px; } div.fuwu ul li a.link22 div.ico22 { position: absolute; left: 0; top: 0; width: 300px; height: 250px; } div.fuwu ul li a.link22 div.ico22 div.ico_b22_1 { position: absolute; background: url("../img/index/ico_b22_1.png") no-repeat; width: 213px; height: 200px; left: 80px; top: 30px; } div.fuwu ul li a.link22 div.ico22 div.ico_b22_2 { position: absolute; background: url("../img/index/ico_b22_2.png") no-repeat; width: 213px; height: 200px; left: 119px; top: 48px; } div.fuwu ul li a.link22 div.ico22 div.ico_b22_3 { position: absolute; background: url("../img/index/ico_b22_3.png") no-repeat; width: 213px; height: 200px; left: 150px; top: 96px; } div.fuwu ul li span.more { display: inline-block; width: 50px; height: 20px; border: 1px solid #dcdcdc; } div.fuwu ul li span.more a.l, div.fuwu ul li span.more a.r { font-size: 12px; text-decoration: none; cursor: pointer; color: #50565d; } div.fuwu ul li span.moreleft { margin-top: 80px; margin-left: 10px; } div.fuwu ul li span.moreright { margin-top: 80px; margin-left: 90%; }
0.490236
0.148602
.product-item-detail-pay-block { position: relative; margin-bottom: 15px; padding: 15px 15px 0; border: 1px solid #e4e4e4; border-radius: 3px; background-color: #fff; } .bx-retina .product-item-detail-pay-block { border-width: .5px; } /*endregion*/ /*region Compare*/ .product-item-detail-compare-container { position: relative; margin: 0 -15px 1px -14px; padding: 4px 15px; min-height: 30px; border-top: 1px solid #e4e4e4; background: #f3f3f3; box-shadow: inset 0 1px 1px 0 #eee; color: #4e4e4e; vertical-align: middle; font-size: 12px; line-height: 20px; border-radius: 1px; } .product-item-detail-compare .checkbox { margin: 0; padding: 0; } /*endregion*/ /*region Price */ .product-item-detail-price-current { color: #d0021b; white-space: nowrap; font-weight: bold; text-align: center; font-size: 30px; line-height: 33px; transition: font-size 200ms ease; } .product-item-detail-price-old { color: #bdbdbd; text-align: center; text-decoration: line-through; white-space: nowrap; font-weight: bold; font-size: 14px; line-height: 17px; } .product-item-detail-economy-price { color: #333; text-align: center; /*white-space: nowrap;*/ font-weight: bold; font-size: 14px; line-height: 17px; } /*endregion*/ .product-item-detail-info-container-title { color: #a5a5a5; font-size: 12px; } /*region SCU */ .product-item-scu-container-title { color: #a5a5a5; font-size: 12px; } .product-item-scu-block { } .product-item-scu-list { margin: 0; } .product-item-scu-item-list { overflow: hidden; margin: 0; padding: 0; list-style: none; } .product-item-scu-item-color-container, .product-item-scu-item-text-container { display: inline-block; box-sizing: border-box; padding: 5px 3px; max-width: 100%; vertical-align: middle; } .product-item-scu-item-text-container { min-width: 48px; } .product-item-scu-item-color-container { max-width: 60px; width: 25%; } .product-item-scu-item-color-block { position: relative; padding-top: 100%; outline: 1px solid #c0cfda; cursor: pointer; } .bx-no-touch .product-item-scu-item-color-block { transition: outline 200ms ease; } .bx-retina .product-item-scu-item-color-block { outline-width: .5px; } .product-item-scu-item-color-container.selected .product-item-scu-item-color-block { outline-width: 2px; } .bx-retina .product-item-scu-item.selected .product-item-scu-item-color-block { outline-width: 1px; } .product-item-scu-item-color { position: absolute; top: 2px; right: 2px; bottom: 2px; left: 2px; background-position: center; background-size: contain; background-repeat: no-repeat; } .product-item-scu-item-text-block { position: relative; padding: 0 5px; outline: 1px solid #c0cfda; cursor: pointer; } .bx-no-touch .product-item-scu-item-text-block { transition: outline 300ms ease; } .bx-retina .product-item-scu-item-text-block { outline-width: .5px; } .product-item-scu-item-text-block:hover, .product-item-scu-item-color-block:hover, .product-item-scu-item-text-container.selected .product-item-scu-item-text-block, .product-item-scu-item-color-container.selected .product-item-scu-item-color-block { outline-color: var(--theme-color-primary); } .product-item-scu-item-text-container.selected .product-item-scu-item-text-block { outline-width: 2px; } .bx-retina .product-item-scu-item.selected .product-item-scu-item-text-block { outline-width: 1px; } .product-item-scu-item-text { overflow: hidden; max-width: 100%; vertical-align: middle; text-align: center; text-transform: uppercase; text-overflow: ellipsis; white-space: nowrap; font-size: 11px; line-height: 18px; } .product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block, .product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block { position: relative; overflow: hidden; outline-color: #a9adb4 !important; } .product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block:after, .product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block:after { position: absolute; top: -2px; right: -2px; bottom: -2px; left: -2px; background: rgba(255, 255, 255, 0.75) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2Ij4gIDxwYXRoIGZpbGw9IiNBOUFEQjQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjM5MjEyNjgsMTMuMjMyMzAyOSBMMjUuOTkyLDEuNDE4IEwyNC42LDAgTDEyLjk5OTk5NTYsMTEuODE0NDM2NCBMMS40LDAgTDAuMDA5LDEuNDE5IEwxMS42MDc4Njg3LDEzLjIzMjI5NzUgTDAuNDczLDI0LjU3MyBMMS44NjUsMjUuOTkxIEwxMi45OTk5OTkzLDE0LjY1MDE2NDUgTDI0LjEzNCwyNS45OSBMMjUuNTI2LDI0LjU3MiBMMTQuMzkyMTI2OCwxMy4yMzIzMDI5IFoiLz48L3N2Zz4=) no-repeat center; background-size: 80% 80%; content: ""; } .product-item-selected-scu-container { word-spacing: 1px } .product-item-selected-scu { display: inline-block; overflow: hidden; padding: 0 5px; min-width: 22px; height: 22px; outline: 1px solid #c0cfda; outline-color: var(--theme-color-primary); vertical-align: middle; text-align: center; text-transform: uppercase; text-overflow: ellipsis; white-space: nowrap; font-size: 11px; line-height: 22px; } .bx-retina .product-item-selected-scu { outline-width: .5px; } .product-item-selected-scu-color { background-position: center; background-size: 20px 20px; background-repeat: no-repeat; } /*endregion*/ /*region Amount*/ .product-item-amount { padding: 0 0 2px; text-align: center; } .product-item-amount-field-container { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: relative; max-width: 150px; margin: 0 auto 15px; } .product-item-amount-field-btn-plus, .product-item-amount-field-btn-minus { position: relative; display: block; min-width: 22px; height: 22px; border-radius: 2px; background-color: #f2f2f2; color: #fff; vertical-align: middle; text-align: center; cursor: pointer; transition: background 300ms ease, opacity 300ms ease; } .bx-retina .product-item-amount-field-btn-plus, .bx-retina .product-item-amount-field-btn-minus { border-width: .5px; } .product-item-amount-field-btn-plus:hover, .product-item-amount-field-btn-minus:hover { background: #d3d3d3; } .product-item-amount-field-btn-plus:after, .product-item-amount-field-btn-minus:after { position: absolute; top: 0; right: 0; bottom: 0; left: 0; content: ""; opacity: .8; transition: opacity 300ms ease, background 300ms ease; } .product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:after, .product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:after { opacity: .3 !important; cursor: default; } .product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:hover, .product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:hover { background-color: #f2f2f2; } .product-item-amount-field-btn-minus:after { position: absolute; top: 0; right: 0; bottom: 0; left: 0; content: ""; opacity: .8; transition: opacity 300ms ease; } .product-item-amount-field-btn-plus:after { background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxwYXRoIGZpbGw9IiM1MjVDNjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE4LDEyIEwxOCwwIEwxMiwwIEwxMiwxMiBMMCwxMiBMMCwxOCBMMTIsMTggTDEyLDMwIEwxOCwzMCBMMTgsMTggTDMwLDE4IEwzMCwxMiBMMTgsMTIgWiIvPjwvc3ZnPg==) no-repeat center; background-size: 10px; } .product-item-amount-field-btn-minus:after { background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSI2IiB5PSIxMiIgZmlsbD0iIzUyNUM2OCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) no-repeat center; background-size: 10px; } .product-item-amount-field-btn-plus:hover:after, .product-item-amount-field-btn-minus:hover:after { opacity: 1; } .product-item-amount-field-block { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; } .product-item-amount-field { display: block; padding: 0; width: 100%; height: 22px; border: 1px solid transparent; border-radius: 2px; background: transparent !important; color: #000; vertical-align: middle; text-align: center; font-weight: bold; font-size: 19px; line-height: 22px; transition: border 300ms ease; } .bx-retina .product-item-amount-field { border-width: .5px; } .product-item-amount-field:focus { outline: none !important; border-color: #006cc0; border-color: var(--theme-color-primary); } .bx-no-touch input.product-item-amount-field::-webkit-outer-spin-button, .bx-no-touch input.product-item-amount-field::-webkit-inner-spin-button { margin: 0; -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance: none; appearance: none; } .product-item-amount-description-container { position: absolute; top: 100%; left: 0; right: 0; color: #a5a5a5; white-space: nowrap; font-size: 12px; } .product-item-amount-description-container strong { color: #333; white-space: nowrap; } .product-item-amount-label-container { margin: 5px 0; color: #a5a5a5; font-weight: bold; font-size: 12px; } /**/ .product-item-quantity { color: #333; font-weight: normal; font-size: 12px; } /*endregion*/ /*region Buy button*/ .btn.product-item-detail-buy-button { position: relative; display: block; margin: 0 auto; max-width: 250px; width: 100%; padding-top: 12px; padding-bottom: 12px; font-weight: bold; text-transform: uppercase; } .product-item-detail-short-card-btn .btn.product-item-detail-buy-button { margin: 0; } .btn.product-item-detail-buy-button span { position: absolute; top: 50%; right: 0; left: 0; display: inline-block; min-height: 16px; max-width: 100%; white-space: normal; line-height: 16px; transform: translateY(-50%); } .btn-link.product-item-detail-buy-button { height: 25px; } /*endregion*/ /*region Slider */ .product-item-detail-slider-container { position: relative; max-width: 100%; background: transparent; transition: background 800ms ease; z-index: 90; } .product-item-detail-slider-block { position: relative; box-sizing: border-box; padding-top: 56.25%; height: 0; } .product-item-detail-slider-block.product-item-detail-slider-block-square { padding-top: 100%; } .product-item-detail-slider-images-container { position: absolute; top: 0; right: 0; bottom: 0; left: 0; } .product-item-detail-slider-image { position: absolute; top: 0; right: 0; bottom: 0; left: 0; text-align: center; opacity: 0; transition: opacity 250ms linear; } .product-item-detail-slider-image.active { z-index: 10; opacity: 1; } .product-item-detail-slider-image img { position: absolute; top: 50%; left: 50%; max-width: 100%; max-height: 100%; width: auto; height: auto; outline: 1px solid transparent; background-position: center; background-repeat: no-repeat; transition: background-size 450ms ease, width 450ms ease, height 450ms ease, outline 450ms ease; transform: translateY(-50%) translateX(-50%); } .product-item-detail-slider-progress-bar { position: absolute; bottom: 0; left: 0; z-index: 180; height: 3px; background-color: #006cc0; background-color: var(--theme-color-primary) } /*endregion*/ /*region Slider Controls*/ .product-item-detail-slider-controls-block { padding: 10px 0; text-align: center; } .product-item-detail-slider-controls-image { position: relative; display: inline-block; overflow: hidden; width: 65px; height: 65px; outline: 1px solid #c0cfda; background-color: #fff; text-align: center; cursor: pointer; } .product-item-detail-slider-controls-image:hover, .product-item-detail-slider-controls-image.active { outline-color: var(--theme-color-primary); } .bx-no-retina .product-item-detail-slider-controls-image.active { outline-width: 2px; } .bx-retina .product-item-detail-slider-controls-image { outline-width: .5px; } .bx-retina .product-item-detail-slider-controls-image.active { outline-width: 1px; } .product-item-detail-slider-controls-image img { position: absolute; top: 50%; left: 50%; max-width: 65px; max-height: 65px; width: auto; height: auto; transform: translateY(-50%) translateX(-50%); } .product-item-detail-slider-left, .product-item-detail-slider-right { position: absolute; top: 0; bottom: 0; z-index: 111; display: block; width: 25%; background: rgba(255, 255, 255, 0) url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2230%22%20viewBox%3D%220%200%2016%2030%22%3E%3Cpolygon%20fill%3D%22%23000000%22%20fill-rule%3D%22evenodd%22%20points%3D%2216%2050%202%2036%2016%2022%2015%2021%201%2035%200%2036%201%2037%2015%2051%22%20transform%3D%22translate(0%20-21)%22%2F%3E%3C%2Fsvg%3E') no-repeat center; opacity: .57; cursor: pointer; transition: all 300ms ease; } .product-item-detail-slider-left { left: 0; } .product-item-detail-slider-right { right: 0; transform: rotate(180deg); } .product-item-detail-slider-left:hover, .product-item-detail-slider-right:hover { background-color: rgba(255, 255, 255, .4); opacity: .8; } .product-item-detail-slider-close { display: none; } .product-item-detail-slider-container.popup .product-item-detail-slider-close { position: absolute; top: 4px; right: 110px; bottom: 0; z-index: 150; display: block; width: 50px; height: 50px; background: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpolygon%20fill%3D%22%23000000%22%20fill-rule%3D%22evenodd%22%20points%3D%2216%2015.1%208.944%208%2016%201%2015.006%200%208.05%207%20.994%200%200%201%207.056%208%200%2015.1%20.994%2016%208.05%209%2015.006%2016%22%2F%3E%3C%2Fsvg%3E') no-repeat center; opacity: .27; cursor: pointer; transition: all 300ms ease; } .product-item-detail-slider-container.popup .product-item-detail-slider-close:hover { opacity: 1; } .product-item-detail-slider-container.popup .product-item-detail-slider-right { right: 105px; } /*endregion*/ /*region magnified*/ .product-item-detail-slider-container.magnified .product-item-detail-slider-image { z-index: 100; } .product-item-detail-slider-container.magnified .product-item-detail-slider-image img { outline-color: #ddd; } .product-item-detail-slider-container.magnified .product-item-detail-slider-left, .product-item-detail-slider-container.magnified .product-item-detail-slider-right { z-index: 50; } .product-item-detail-slider-container.magnified .product-item-label-text, .product-item-detail-slider-container.magnified .product-item-label-ring { opacity: 0; } /* >>> popup*/ .product-item-detail-slider-container.popup { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 999999; background: #fff; animation-name: imgPopupShow; animation-duration: 300ms; } .product-item-detail-slider-container.popup .product-item-detail-slider-images-container { right: 105px; } .product-item-detail-slider-container.popup .product-item-detail-slider-block { padding-top: 0; height: 100vh; } .product-item-detail-slider-container.popup .product-item-detail-slider-image { position: absolute; top: 50%; left: 50%; max-height: 100vh; width: calc(100% - 150px); transform: translateY(-50%) translateX(-50%); } @-webkit-keyframes imgPopupShow { from { opacity: 0; } to { opacity: 1; } } @-moz-keyframes imgPopupShow { from { opacity: 0; } to { opacity: 1; } } @-ms-keyframes imgPopupShow { from { opacity: 0; } to { opacity: 1; } } @-o-keyframes imgPopupShow { from { opacity: 0; } to { opacity: 1; } } @keyframes imgPopupShow { from { opacity: 0; } to { opacity: 1; } } .product-item-detail-slider-container.popup .product-item-detail-slider-image img { max-width: 100%; max-height: 90vh; width: auto; cursor: default } .product-item-detail-slider-container.popup .product-item-detail-slider-controls-block { position: absolute; top: 0; right: 0; bottom: 0; overflow-y: auto; padding: 20px; border-left: 1px solid #d3d3d3; background-color: #fff; } .product-item-detail-slider-container.popup .product-item-detail-slider-controls-image { display: block; margin-bottom: 20px; } /*endregion*/ /*region Slider Mobile*/ @media (max-width: 767px) { .product-item-detail-slider-container.popup .product-item-detail-slider-images-container { right: 0; } .product-item-detail-slider-container.popup .product-item-detail-slider-block { padding-top: 0; height: calc(100vh - 111px); } .product-item-detail-slider-container.popup .product-item-detail-slider-image { width: 90%; } .product-item-detail-slider-container.popup .product-item-detail-slider-image img { max-width: 100%; max-height: calc(100vh - 115px); width: auto; cursor: default; } .product-item-detail-slider-container.popup .product-item-detail-slider-controls-block { position: absolute; top: auto; right: 0; bottom: 0; left: 0; overflow-x: auto; max-height: 111px; border-top: 1px solid #d3d3d3; border-left: none; white-space: nowrap; } .product-item-detail-slider-container.popup .product-item-detail-slider-controls-image { display: inline-block; margin-bottom: 0; } .product-item-detail-slider-container.popup .product-item-detail-slider-close { right: 10px; z-index: 200; } .product-item-detail-slider-left, .product-item-detail-slider-right { max-width: 75px; } .product-item-detail-slider-container.popup .product-item-detail-slider-right { right: 0; } } /*endregion*/ /*region Label*/ .product-item-label-text, .product-item-label-ring { position: absolute; z-index: 190; opacity: 1; transition: opacity 450ms ease; } .product-item-label-text span, .product-item-label-ring { display: inline-block; clear: both; margin-bottom: 2px; background: #f42c2c; color: #fff; vertical-align: middle; text-align: center; transition: all 250ms ease; } .bx-red .product-item-label-text span, .bx-red .product-item-label-ring { background-color: #fba90c; } .product-item-label-text > div, .product-item-label-ring > div { line-height: 0; } .product-item-detail-slider-container.popup .product-item-label-text, .product-item-detail-slider-container.popup .product-item-label-ring { display: none; } /* TEXT */ .product-item-label-text span { padding: 2px 5px; vertical-align: middle; font-weight: bold; } .product-item-label-text.product-item-label-small span { margin-bottom: 1px; padding: 2px 7px; font-weight: normal; font-size: 13px; line-height: 14px; } .product-item-label-text.product-item-label-big span { padding: 4px 10px; font-size: 13px; line-height: 17px; } @media (max-width: 767px) { .product-item-label-text > div { line-height: 0; } .product-item-label-text.product-item-label-small span, .product-item-scalable-card.hover .product-item-label-text.product-item-label-small span { margin-bottom: 1px; padding: 2px 7px; font-size: 10px; line-height: 14px; } .product-item-big-card .product-item-label-text.product-item-label-small span, .product-item-label-text.product-item-label-big span, .product-item-scalable-card.hover .product-item-label-text.product-item-label-big span { margin-bottom: 1px; padding: 3px 12px; font-size: 14px; line-height: 16px; } .product-item-big-card .product-item-label-text.product-item-label-big span { padding: 3px 12px; font-size: 20px; line-height: 25px; } } /*RING*/ .product-item-label-ring { box-sizing: border-box; border-radius: 50%; font-weight: bold; } .product-item-label-ring.product-item-label-small { width: 40px; height: 40px; font-size: 14px; line-height: 40px; } .product-item-label-ring.product-item-label-big { width: 50px; height: 50px; font-size: 18px; line-height: 50px; } @media (max-width: 767px) { .product-item-label-ring.product-item-label-small, .product-item-scalable-card.hover .product-item-label-ring.product-item-label-small { width: 20px; height: 20px; font-size: 13px; line-height: 20px; } .product-item-big-card .product-item-label-ring.product-item-label-small, .product-item-label-ring.product-item-label-big, .product-item-scalable-card.hover .product-item-label-ring.product-item-label-big { width: 35px; height: 35px; font-size: 12px; line-height: 35px; } .product-item-big-card .product-item-label-ring.product-item-label-big { width: 70px; height: 70px; font-size: 24px; line-height: 70px; } } .product-item-label-top { top: -5px; } .product-item-label-center { left: 50%; transform: translateX(-50%); } .product-item-label-center > div { text-align: center; } .product-item-label-left { left: -5px; } .product-item-label-left > div { text-align: left; } .product-item-label-bottom { bottom: -5px; } .product-item-label-middle { top: 50%; transform: translateY(-50%); } .product-item-label-right { right: -5px; } .product-item-label-right > div { text-align: right; } .product-item-label-center.product-item-label-middle { transform: translateY(-50%) translateX(-50%); } /*endregion*/ /*region Tabs */ .product-item-detail-tabs-container { min-height: 60px; border-bottom: 1px solid #ededed; } .product-item-detail-tabs-list { display: block; margin: 0; padding: 0; list-style: none; } .product-item-detail-tabs-list:after { display: table; clear: both; content: ""; } .product-item-detail-tab { float: left; min-height: 60px; } .product-item-detail-tab-link { position: relative; display: inline-block; box-sizing: border-box; padding: 10px 25px; height: 60px; color: #000; vertical-align: middle; text-transform: uppercase; -ms-text-overflow: ellipsis; text-overflow: ellipsis; font-weight: bold; font-size: 13px; line-height: 45px; transition: all 250ms ease; } .product-item-detail-tab-link:hover, .product-item-detail-tab.active .product-item-detail-tab-link { color: #006cc0; color: var(--theme-color-primary); text-decoration: none; } .product-item-detail-tab-link:after { position: absolute; right: 0; bottom: 0; left: 0; height: 0; background: #006cc0; background: var(--theme-color-primary); content: ""; transition: all 250ms ease; } .product-item-detail-tab-link:hover:after, .product-item-detail-tab.active .product-item-detail-tab-link:after { height: 3px; } .product-item-detail-tab-link:active:after { height: 6px; } .product-item-detail-tab-content { padding: 25px 0; } @media (max-width: 991px) { .product-item-detail-tabs-container { display: none !important; } .product-item-detail-tab-content { display: block !important; } } /*Tab fixed*/ .product-item-detail-tabs-container-fixed { position: fixed; top: -100px; right: 0; left: 0; z-index: 300; background-color: #fff; box-shadow: 0 4px 14px 0 rgba(32, 54, 74, .23); transition: top 350ms linear; } .product-item-detail-tabs-container-fixed { min-height: 45px; background: #fff; } .product-item-detail-tabs-container-fixed.active { top: 0; opacity: 1; } .product-item-detail-tabs-container-fixed .product-item-detail-tabs-list { margin: 0 auto; max-width: 1048px; } .product-item-detail-tabs-container-fixed .product-item-detail-tab { min-height: 45px; } .product-item-detail-tabs-container-fixed .product-item-detail-tab-link { padding: 10px 25px; height: 45px; line-height: 25px; } .bx-touch .product-item-detail-tabs-container-fixed { display: none !important; } /*endregion*/ /*region Small Card*/ .product-item-detail-short-card-fixed { position: fixed; top: -85px; right: 0; left: 0; z-index: 310; box-sizing: border-box; height: 85px; background-color: #fff; box-shadow: 0 4px 14px 0 rgba(32, 54, 74, .23); transition: top 220ms linear; } .product-item-detail-short-card-fixed.active { top: 0; opacity: 1; } .product-item-detail-short-card-fixed.active + .product-item-detail-tabs-container-fixed.active { top: 85px; } .bx-touch .product-item-detail-short-card-fixed { display: none !important; } .product-item-detail-short-card-fixed .product-item-detail-short-card-content-container { margin: 0 auto; max-width: 1048px; display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .product-item-detail-short-card-image { padding-right: 15px; width: 80px; max-width: 80px; vertical-align: middle; text-align: center; } .product-item-detail-short-card-image img { max-width: 100%; height: auto; max-height: 65px; width: auto; } .product-item-detail-short-title-container { max-width: 650px; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; } .product-item-detail-short-title-text { display: block; color: #000; -ms-text-overflow: ellipsis; text-overflow: ellipsis; font-size: 16px; font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; } .product-item-detail-short-card-price { padding: 0 10px; vertical-align: middle; text-align: right; } .product-item-detail-short-card-btn { padding-left: 10px; min-width: 120px; } /*endregion*/ /*region Properties */ .product-item-detail-tab-content { display: none; } .product-item-detail-tab-content.active { display: block; } .product-item-detail-tab-content h3 { margin-bottom: 10px; font-weight: bold; font-size: 14px; } .product-item-detail-properties { margin: 0; padding: 0; list-style: none; display: block; } .product-item-detail-properties-item { margin-bottom: 5px; display: flex; align-items: stretch; } .product-item-detail-properties-dots { border-bottom: 1px dotted #a5a5a5; -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; } .product-item-detail-properties-name, .product-item-detail-properties-value { -ms-flex: 0 0 auto; flex: 0 0 auto; max-width: 50%; width: auto; font-size: 12px; } .product-item-detail-properties-name { padding-right: 3px; color: #a5a5a5; } .product-item-detail-properties-value { color: #343a40; padding-left: 3px; text-align: right; } /*endregion*/ .no-select { -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } input[type='number'] { -moz-appearance: textfield; } input::-webkit-outer-spin-button, input::-webkit-inner-spin-button { -webkit-appearance: none; }
www/html/bitrix/modules/iblock/install/components/bitrix/catalog.element/templates/bootstrap_v4/style.css
.product-item-detail-pay-block { position: relative; margin-bottom: 15px; padding: 15px 15px 0; border: 1px solid #e4e4e4; border-radius: 3px; background-color: #fff; } .bx-retina .product-item-detail-pay-block { border-width: .5px; } /*endregion*/ /*region Compare*/ .product-item-detail-compare-container { position: relative; margin: 0 -15px 1px -14px; padding: 4px 15px; min-height: 30px; border-top: 1px solid #e4e4e4; background: #f3f3f3; box-shadow: inset 0 1px 1px 0 #eee; color: #4e4e4e; vertical-align: middle; font-size: 12px; line-height: 20px; border-radius: 1px; } .product-item-detail-compare .checkbox { margin: 0; padding: 0; } /*endregion*/ /*region Price */ .product-item-detail-price-current { color: #d0021b; white-space: nowrap; font-weight: bold; text-align: center; font-size: 30px; line-height: 33px; transition: font-size 200ms ease; } .product-item-detail-price-old { color: #bdbdbd; text-align: center; text-decoration: line-through; white-space: nowrap; font-weight: bold; font-size: 14px; line-height: 17px; } .product-item-detail-economy-price { color: #333; text-align: center; /*white-space: nowrap;*/ font-weight: bold; font-size: 14px; line-height: 17px; } /*endregion*/ .product-item-detail-info-container-title { color: #a5a5a5; font-size: 12px; } /*region SCU */ .product-item-scu-container-title { color: #a5a5a5; font-size: 12px; } .product-item-scu-block { } .product-item-scu-list { margin: 0; } .product-item-scu-item-list { overflow: hidden; margin: 0; padding: 0; list-style: none; } .product-item-scu-item-color-container, .product-item-scu-item-text-container { display: inline-block; box-sizing: border-box; padding: 5px 3px; max-width: 100%; vertical-align: middle; } .product-item-scu-item-text-container { min-width: 48px; } .product-item-scu-item-color-container { max-width: 60px; width: 25%; } .product-item-scu-item-color-block { position: relative; padding-top: 100%; outline: 1px solid #c0cfda; cursor: pointer; } .bx-no-touch .product-item-scu-item-color-block { transition: outline 200ms ease; } .bx-retina .product-item-scu-item-color-block { outline-width: .5px; } .product-item-scu-item-color-container.selected .product-item-scu-item-color-block { outline-width: 2px; } .bx-retina .product-item-scu-item.selected .product-item-scu-item-color-block { outline-width: 1px; } .product-item-scu-item-color { position: absolute; top: 2px; right: 2px; bottom: 2px; left: 2px; background-position: center; background-size: contain; background-repeat: no-repeat; } .product-item-scu-item-text-block { position: relative; padding: 0 5px; outline: 1px solid #c0cfda; cursor: pointer; } .bx-no-touch .product-item-scu-item-text-block { transition: outline 300ms ease; } .bx-retina .product-item-scu-item-text-block { outline-width: .5px; } .product-item-scu-item-text-block:hover, .product-item-scu-item-color-block:hover, .product-item-scu-item-text-container.selected .product-item-scu-item-text-block, .product-item-scu-item-color-container.selected .product-item-scu-item-color-block { outline-color: var(--theme-color-primary); } .product-item-scu-item-text-container.selected .product-item-scu-item-text-block { outline-width: 2px; } .bx-retina .product-item-scu-item.selected .product-item-scu-item-text-block { outline-width: 1px; } .product-item-scu-item-text { overflow: hidden; max-width: 100%; vertical-align: middle; text-align: center; text-transform: uppercase; text-overflow: ellipsis; white-space: nowrap; font-size: 11px; line-height: 18px; } .product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block, .product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block { position: relative; overflow: hidden; outline-color: #a9adb4 !important; } .product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block:after, .product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block:after { position: absolute; top: -2px; right: -2px; bottom: -2px; left: -2px; background: rgba(255, 255, 255, 0.75) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2Ij4gIDxwYXRoIGZpbGw9IiNBOUFEQjQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjM5MjEyNjgsMTMuMjMyMzAyOSBMMjUuOTkyLDEuNDE4IEwyNC42LDAgTDEyLjk5OTk5NTYsMTEuODE0NDM2NCBMMS40LDAgTDAuMDA5LDEuNDE5IEwxMS42MDc4Njg3LDEzLjIzMjI5NzUgTDAuNDczLDI0LjU3MyBMMS44NjUsMjUuOTkxIEwxMi45OTk5OTkzLDE0LjY1MDE2NDUgTDI0LjEzNCwyNS45OSBMMjUuNTI2LDI0LjU3MiBMMTQuMzkyMTI2OCwxMy4yMzIzMDI5IFoiLz48L3N2Zz4=) no-repeat center; background-size: 80% 80%; content: ""; } .product-item-selected-scu-container { word-spacing: 1px } .product-item-selected-scu { display: inline-block; overflow: hidden; padding: 0 5px; min-width: 22px; height: 22px; outline: 1px solid #c0cfda; outline-color: var(--theme-color-primary); vertical-align: middle; text-align: center; text-transform: uppercase; text-overflow: ellipsis; white-space: nowrap; font-size: 11px; line-height: 22px; } .bx-retina .product-item-selected-scu { outline-width: .5px; } .product-item-selected-scu-color { background-position: center; background-size: 20px 20px; background-repeat: no-repeat; } /*endregion*/ /*region Amount*/ .product-item-amount { padding: 0 0 2px; text-align: center; } .product-item-amount-field-container { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: relative; max-width: 150px; margin: 0 auto 15px; } .product-item-amount-field-btn-plus, .product-item-amount-field-btn-minus { position: relative; display: block; min-width: 22px; height: 22px; border-radius: 2px; background-color: #f2f2f2; color: #fff; vertical-align: middle; text-align: center; cursor: pointer; transition: background 300ms ease, opacity 300ms ease; } .bx-retina .product-item-amount-field-btn-plus, .bx-retina .product-item-amount-field-btn-minus { border-width: .5px; } .product-item-amount-field-btn-plus:hover, .product-item-amount-field-btn-minus:hover { background: #d3d3d3; } .product-item-amount-field-btn-plus:after, .product-item-amount-field-btn-minus:after { position: absolute; top: 0; right: 0; bottom: 0; left: 0; content: ""; opacity: .8; transition: opacity 300ms ease, background 300ms ease; } .product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:after, .product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:after { opacity: .3 !important; cursor: default; } .product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:hover, .product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:hover { background-color: #f2f2f2; } .product-item-amount-field-btn-minus:after { position: absolute; top: 0; right: 0; bottom: 0; left: 0; content: ""; opacity: .8; transition: opacity 300ms ease; } .product-item-amount-field-btn-plus:after { background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxwYXRoIGZpbGw9IiM1MjVDNjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE4LDEyIEwxOCwwIEwxMiwwIEwxMiwxMiBMMCwxMiBMMCwxOCBMMTIsMTggTDEyLDMwIEwxOCwzMCBMMTgsMTggTDMwLDE4IEwzMCwxMiBMMTgsMTIgWiIvPjwvc3ZnPg==) no-repeat center; background-size: 10px; } .product-item-amount-field-btn-minus:after { background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSI2IiB5PSIxMiIgZmlsbD0iIzUyNUM2OCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) no-repeat center; background-size: 10px; } .product-item-amount-field-btn-plus:hover:after, .product-item-amount-field-btn-minus:hover:after { opacity: 1; } .product-item-amount-field-block { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; } .product-item-amount-field { display: block; padding: 0; width: 100%; height: 22px; border: 1px solid transparent; border-radius: 2px; background: transparent !important; color: #000; vertical-align: middle; text-align: center; font-weight: bold; font-size: 19px; line-height: 22px; transition: border 300ms ease; } .bx-retina .product-item-amount-field { border-width: .5px; } .product-item-amount-field:focus { outline: none !important; border-color: #006cc0; border-color: var(--theme-color-primary); } .bx-no-touch input.product-item-amount-field::-webkit-outer-spin-button, .bx-no-touch input.product-item-amount-field::-webkit-inner-spin-button { margin: 0; -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance: none; appearance: none; } .product-item-amount-description-container { position: absolute; top: 100%; left: 0; right: 0; color: #a5a5a5; white-space: nowrap; font-size: 12px; } .product-item-amount-description-container strong { color: #333; white-space: nowrap; } .product-item-amount-label-container { margin: 5px 0; color: #a5a5a5; font-weight: bold; font-size: 12px; } /**/ .product-item-quantity { color: #333; font-weight: normal; font-size: 12px; } /*endregion*/ /*region Buy button*/ .btn.product-item-detail-buy-button { position: relative; display: block; margin: 0 auto; max-width: 250px; width: 100%; padding-top: 12px; padding-bottom: 12px; font-weight: bold; text-transform: uppercase; } .product-item-detail-short-card-btn .btn.product-item-detail-buy-button { margin: 0; } .btn.product-item-detail-buy-button span { position: absolute; top: 50%; right: 0; left: 0; display: inline-block; min-height: 16px; max-width: 100%; white-space: normal; line-height: 16px; transform: translateY(-50%); } .btn-link.product-item-detail-buy-button { height: 25px; } /*endregion*/ /*region Slider */ .product-item-detail-slider-container { position: relative; max-width: 100%; background: transparent; transition: background 800ms ease; z-index: 90; } .product-item-detail-slider-block { position: relative; box-sizing: border-box; padding-top: 56.25%; height: 0; } .product-item-detail-slider-block.product-item-detail-slider-block-square { padding-top: 100%; } .product-item-detail-slider-images-container { position: absolute; top: 0; right: 0; bottom: 0; left: 0; } .product-item-detail-slider-image { position: absolute; top: 0; right: 0; bottom: 0; left: 0; text-align: center; opacity: 0; transition: opacity 250ms linear; } .product-item-detail-slider-image.active { z-index: 10; opacity: 1; } .product-item-detail-slider-image img { position: absolute; top: 50%; left: 50%; max-width: 100%; max-height: 100%; width: auto; height: auto; outline: 1px solid transparent; background-position: center; background-repeat: no-repeat; transition: background-size 450ms ease, width 450ms ease, height 450ms ease, outline 450ms ease; transform: translateY(-50%) translateX(-50%); } .product-item-detail-slider-progress-bar { position: absolute; bottom: 0; left: 0; z-index: 180; height: 3px; background-color: #006cc0; background-color: var(--theme-color-primary) } /*endregion*/ /*region Slider Controls*/ .product-item-detail-slider-controls-block { padding: 10px 0; text-align: center; } .product-item-detail-slider-controls-image { position: relative; display: inline-block; overflow: hidden; width: 65px; height: 65px; outline: 1px solid #c0cfda; background-color: #fff; text-align: center; cursor: pointer; } .product-item-detail-slider-controls-image:hover, .product-item-detail-slider-controls-image.active { outline-color: var(--theme-color-primary); } .bx-no-retina .product-item-detail-slider-controls-image.active { outline-width: 2px; } .bx-retina .product-item-detail-slider-controls-image { outline-width: .5px; } .bx-retina .product-item-detail-slider-controls-image.active { outline-width: 1px; } .product-item-detail-slider-controls-image img { position: absolute; top: 50%; left: 50%; max-width: 65px; max-height: 65px; width: auto; height: auto; transform: translateY(-50%) translateX(-50%); } .product-item-detail-slider-left, .product-item-detail-slider-right { position: absolute; top: 0; bottom: 0; z-index: 111; display: block; width: 25%; background: rgba(255, 255, 255, 0) url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2230%22%20viewBox%3D%220%200%2016%2030%22%3E%3Cpolygon%20fill%3D%22%23000000%22%20fill-rule%3D%22evenodd%22%20points%3D%2216%2050%202%2036%2016%2022%2015%2021%201%2035%200%2036%201%2037%2015%2051%22%20transform%3D%22translate(0%20-21)%22%2F%3E%3C%2Fsvg%3E') no-repeat center; opacity: .57; cursor: pointer; transition: all 300ms ease; } .product-item-detail-slider-left { left: 0; } .product-item-detail-slider-right { right: 0; transform: rotate(180deg); } .product-item-detail-slider-left:hover, .product-item-detail-slider-right:hover { background-color: rgba(255, 255, 255, .4); opacity: .8; } .product-item-detail-slider-close { display: none; } .product-item-detail-slider-container.popup .product-item-detail-slider-close { position: absolute; top: 4px; right: 110px; bottom: 0; z-index: 150; display: block; width: 50px; height: 50px; background: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpolygon%20fill%3D%22%23000000%22%20fill-rule%3D%22evenodd%22%20points%3D%2216%2015.1%208.944%208%2016%201%2015.006%200%208.05%207%20.994%200%200%201%207.056%208%200%2015.1%20.994%2016%208.05%209%2015.006%2016%22%2F%3E%3C%2Fsvg%3E') no-repeat center; opacity: .27; cursor: pointer; transition: all 300ms ease; } .product-item-detail-slider-container.popup .product-item-detail-slider-close:hover { opacity: 1; } .product-item-detail-slider-container.popup .product-item-detail-slider-right { right: 105px; } /*endregion*/ /*region magnified*/ .product-item-detail-slider-container.magnified .product-item-detail-slider-image { z-index: 100; } .product-item-detail-slider-container.magnified .product-item-detail-slider-image img { outline-color: #ddd; } .product-item-detail-slider-container.magnified .product-item-detail-slider-left, .product-item-detail-slider-container.magnified .product-item-detail-slider-right { z-index: 50; } .product-item-detail-slider-container.magnified .product-item-label-text, .product-item-detail-slider-container.magnified .product-item-label-ring { opacity: 0; } /* >>> popup*/ .product-item-detail-slider-container.popup { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 999999; background: #fff; animation-name: imgPopupShow; animation-duration: 300ms; } .product-item-detail-slider-container.popup .product-item-detail-slider-images-container { right: 105px; } .product-item-detail-slider-container.popup .product-item-detail-slider-block { padding-top: 0; height: 100vh; } .product-item-detail-slider-container.popup .product-item-detail-slider-image { position: absolute; top: 50%; left: 50%; max-height: 100vh; width: calc(100% - 150px); transform: translateY(-50%) translateX(-50%); } @-webkit-keyframes imgPopupShow { from { opacity: 0; } to { opacity: 1; } } @-moz-keyframes imgPopupShow { from { opacity: 0; } to { opacity: 1; } } @-ms-keyframes imgPopupShow { from { opacity: 0; } to { opacity: 1; } } @-o-keyframes imgPopupShow { from { opacity: 0; } to { opacity: 1; } } @keyframes imgPopupShow { from { opacity: 0; } to { opacity: 1; } } .product-item-detail-slider-container.popup .product-item-detail-slider-image img { max-width: 100%; max-height: 90vh; width: auto; cursor: default } .product-item-detail-slider-container.popup .product-item-detail-slider-controls-block { position: absolute; top: 0; right: 0; bottom: 0; overflow-y: auto; padding: 20px; border-left: 1px solid #d3d3d3; background-color: #fff; } .product-item-detail-slider-container.popup .product-item-detail-slider-controls-image { display: block; margin-bottom: 20px; } /*endregion*/ /*region Slider Mobile*/ @media (max-width: 767px) { .product-item-detail-slider-container.popup .product-item-detail-slider-images-container { right: 0; } .product-item-detail-slider-container.popup .product-item-detail-slider-block { padding-top: 0; height: calc(100vh - 111px); } .product-item-detail-slider-container.popup .product-item-detail-slider-image { width: 90%; } .product-item-detail-slider-container.popup .product-item-detail-slider-image img { max-width: 100%; max-height: calc(100vh - 115px); width: auto; cursor: default; } .product-item-detail-slider-container.popup .product-item-detail-slider-controls-block { position: absolute; top: auto; right: 0; bottom: 0; left: 0; overflow-x: auto; max-height: 111px; border-top: 1px solid #d3d3d3; border-left: none; white-space: nowrap; } .product-item-detail-slider-container.popup .product-item-detail-slider-controls-image { display: inline-block; margin-bottom: 0; } .product-item-detail-slider-container.popup .product-item-detail-slider-close { right: 10px; z-index: 200; } .product-item-detail-slider-left, .product-item-detail-slider-right { max-width: 75px; } .product-item-detail-slider-container.popup .product-item-detail-slider-right { right: 0; } } /*endregion*/ /*region Label*/ .product-item-label-text, .product-item-label-ring { position: absolute; z-index: 190; opacity: 1; transition: opacity 450ms ease; } .product-item-label-text span, .product-item-label-ring { display: inline-block; clear: both; margin-bottom: 2px; background: #f42c2c; color: #fff; vertical-align: middle; text-align: center; transition: all 250ms ease; } .bx-red .product-item-label-text span, .bx-red .product-item-label-ring { background-color: #fba90c; } .product-item-label-text > div, .product-item-label-ring > div { line-height: 0; } .product-item-detail-slider-container.popup .product-item-label-text, .product-item-detail-slider-container.popup .product-item-label-ring { display: none; } /* TEXT */ .product-item-label-text span { padding: 2px 5px; vertical-align: middle; font-weight: bold; } .product-item-label-text.product-item-label-small span { margin-bottom: 1px; padding: 2px 7px; font-weight: normal; font-size: 13px; line-height: 14px; } .product-item-label-text.product-item-label-big span { padding: 4px 10px; font-size: 13px; line-height: 17px; } @media (max-width: 767px) { .product-item-label-text > div { line-height: 0; } .product-item-label-text.product-item-label-small span, .product-item-scalable-card.hover .product-item-label-text.product-item-label-small span { margin-bottom: 1px; padding: 2px 7px; font-size: 10px; line-height: 14px; } .product-item-big-card .product-item-label-text.product-item-label-small span, .product-item-label-text.product-item-label-big span, .product-item-scalable-card.hover .product-item-label-text.product-item-label-big span { margin-bottom: 1px; padding: 3px 12px; font-size: 14px; line-height: 16px; } .product-item-big-card .product-item-label-text.product-item-label-big span { padding: 3px 12px; font-size: 20px; line-height: 25px; } } /*RING*/ .product-item-label-ring { box-sizing: border-box; border-radius: 50%; font-weight: bold; } .product-item-label-ring.product-item-label-small { width: 40px; height: 40px; font-size: 14px; line-height: 40px; } .product-item-label-ring.product-item-label-big { width: 50px; height: 50px; font-size: 18px; line-height: 50px; } @media (max-width: 767px) { .product-item-label-ring.product-item-label-small, .product-item-scalable-card.hover .product-item-label-ring.product-item-label-small { width: 20px; height: 20px; font-size: 13px; line-height: 20px; } .product-item-big-card .product-item-label-ring.product-item-label-small, .product-item-label-ring.product-item-label-big, .product-item-scalable-card.hover .product-item-label-ring.product-item-label-big { width: 35px; height: 35px; font-size: 12px; line-height: 35px; } .product-item-big-card .product-item-label-ring.product-item-label-big { width: 70px; height: 70px; font-size: 24px; line-height: 70px; } } .product-item-label-top { top: -5px; } .product-item-label-center { left: 50%; transform: translateX(-50%); } .product-item-label-center > div { text-align: center; } .product-item-label-left { left: -5px; } .product-item-label-left > div { text-align: left; } .product-item-label-bottom { bottom: -5px; } .product-item-label-middle { top: 50%; transform: translateY(-50%); } .product-item-label-right { right: -5px; } .product-item-label-right > div { text-align: right; } .product-item-label-center.product-item-label-middle { transform: translateY(-50%) translateX(-50%); } /*endregion*/ /*region Tabs */ .product-item-detail-tabs-container { min-height: 60px; border-bottom: 1px solid #ededed; } .product-item-detail-tabs-list { display: block; margin: 0; padding: 0; list-style: none; } .product-item-detail-tabs-list:after { display: table; clear: both; content: ""; } .product-item-detail-tab { float: left; min-height: 60px; } .product-item-detail-tab-link { position: relative; display: inline-block; box-sizing: border-box; padding: 10px 25px; height: 60px; color: #000; vertical-align: middle; text-transform: uppercase; -ms-text-overflow: ellipsis; text-overflow: ellipsis; font-weight: bold; font-size: 13px; line-height: 45px; transition: all 250ms ease; } .product-item-detail-tab-link:hover, .product-item-detail-tab.active .product-item-detail-tab-link { color: #006cc0; color: var(--theme-color-primary); text-decoration: none; } .product-item-detail-tab-link:after { position: absolute; right: 0; bottom: 0; left: 0; height: 0; background: #006cc0; background: var(--theme-color-primary); content: ""; transition: all 250ms ease; } .product-item-detail-tab-link:hover:after, .product-item-detail-tab.active .product-item-detail-tab-link:after { height: 3px; } .product-item-detail-tab-link:active:after { height: 6px; } .product-item-detail-tab-content { padding: 25px 0; } @media (max-width: 991px) { .product-item-detail-tabs-container { display: none !important; } .product-item-detail-tab-content { display: block !important; } } /*Tab fixed*/ .product-item-detail-tabs-container-fixed { position: fixed; top: -100px; right: 0; left: 0; z-index: 300; background-color: #fff; box-shadow: 0 4px 14px 0 rgba(32, 54, 74, .23); transition: top 350ms linear; } .product-item-detail-tabs-container-fixed { min-height: 45px; background: #fff; } .product-item-detail-tabs-container-fixed.active { top: 0; opacity: 1; } .product-item-detail-tabs-container-fixed .product-item-detail-tabs-list { margin: 0 auto; max-width: 1048px; } .product-item-detail-tabs-container-fixed .product-item-detail-tab { min-height: 45px; } .product-item-detail-tabs-container-fixed .product-item-detail-tab-link { padding: 10px 25px; height: 45px; line-height: 25px; } .bx-touch .product-item-detail-tabs-container-fixed { display: none !important; } /*endregion*/ /*region Small Card*/ .product-item-detail-short-card-fixed { position: fixed; top: -85px; right: 0; left: 0; z-index: 310; box-sizing: border-box; height: 85px; background-color: #fff; box-shadow: 0 4px 14px 0 rgba(32, 54, 74, .23); transition: top 220ms linear; } .product-item-detail-short-card-fixed.active { top: 0; opacity: 1; } .product-item-detail-short-card-fixed.active + .product-item-detail-tabs-container-fixed.active { top: 85px; } .bx-touch .product-item-detail-short-card-fixed { display: none !important; } .product-item-detail-short-card-fixed .product-item-detail-short-card-content-container { margin: 0 auto; max-width: 1048px; display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .product-item-detail-short-card-image { padding-right: 15px; width: 80px; max-width: 80px; vertical-align: middle; text-align: center; } .product-item-detail-short-card-image img { max-width: 100%; height: auto; max-height: 65px; width: auto; } .product-item-detail-short-title-container { max-width: 650px; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; } .product-item-detail-short-title-text { display: block; color: #000; -ms-text-overflow: ellipsis; text-overflow: ellipsis; font-size: 16px; font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; } .product-item-detail-short-card-price { padding: 0 10px; vertical-align: middle; text-align: right; } .product-item-detail-short-card-btn { padding-left: 10px; min-width: 120px; } /*endregion*/ /*region Properties */ .product-item-detail-tab-content { display: none; } .product-item-detail-tab-content.active { display: block; } .product-item-detail-tab-content h3 { margin-bottom: 10px; font-weight: bold; font-size: 14px; } .product-item-detail-properties { margin: 0; padding: 0; list-style: none; display: block; } .product-item-detail-properties-item { margin-bottom: 5px; display: flex; align-items: stretch; } .product-item-detail-properties-dots { border-bottom: 1px dotted #a5a5a5; -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; } .product-item-detail-properties-name, .product-item-detail-properties-value { -ms-flex: 0 0 auto; flex: 0 0 auto; max-width: 50%; width: auto; font-size: 12px; } .product-item-detail-properties-name { padding-right: 3px; color: #a5a5a5; } .product-item-detail-properties-value { color: #343a40; padding-left: 3px; text-align: right; } /*endregion*/ .no-select { -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } input[type='number'] { -moz-appearance: textfield; } input::-webkit-outer-spin-button, input::-webkit-inner-spin-button { -webkit-appearance: none; }
0.339499
0.047118
@import url(./fonts.css); ul, ol { list-style: none; } img { display: block; max-width: 100%; height: auto; } a { text-decoration: none; } :root { --font-montserrat: "Montserrat", Arial, sans-serif; --font-roboto: "Roboto", Arial, sans-serif; --main-color: rgb(255, 78, 80); } body { font-family: var(--font-montserrat); color: rgb(51, 51, 51); } h1, h2, h3, p { margin: 0; padding: 0; } p { font-family: var(--font-roboto); font-weight: 300; } /*HEADER*/ .banner { background-image: url(../image/bg-mobile.jpg); background-repeat: no-repeat; background-position: center; background-size: cover; } .site-header { padding-bottom: 138px; padding-top: 20px; text-align: center; } .site-logo { font-size: 20px; font-weight: 700; color: rgb(255, 255, 255); line-height: 24px; letter-spacing: 1px; text-transform: uppercase; } .header-btn { background-color: transparent; border: 2px solid transparent; border-radius: 18px; color: rgb(255, 255, 255); font-weight: 700; font-size: 14px; line-height: 17px; padding: 9px 15px 6px; cursor: pointer; } .log-in { transition: border 200ms linear; } .log-in:hover, .sign-up { border-color: rgb(255, 255, 255); } .header-content { text-align: center; } .site-title { font-size: 30px; color: rgb(255, 255, 255); line-height: 36px; letter-spacing: -0.8px; text-transform: uppercase; margin-bottom: 16px; margin-left: auto; margin-right: auto; } .header-discription { font-size: 18px; color: rgb(255, 255, 255); line-height: 21px; margin-bottom: 18px; } .search-link { display: inline-block; font-size: 14px; font-weight: 700; color: rgb(255, 255, 255); line-height: 17px; padding: 13px 46px 10px; background-color: var(--main-color); border-radius: 20px; transition: all 200ms linear; } .search-link:hover, .search-link:focus { background-color: rgb(255, 255, 255); color: var(--main-color); } /*MAIN-SECTION*/ .partners-section { padding-top: 69px; padding-bottom: 57px; text-align: center; } .section-title-wrap { margin-bottom: 18px; } .partners-section-title { font-size: 22px; line-height: 26px; } .image-wrap { width: 124px; margin: 0 auto; position: relative; margin-bottom: 18px; } .image-wrap img { border-radius: 60px; margin: 0 auto; } .image-wrap::after { display: block; content: ""; width: 32px; height: 32px; background-repeat: no-repeat; background-position: center; border-radius: 16px; border: 4px solid rgb(255, 255, 255); position: absolute; right: 8px; bottom: 0; } .icon-tv::after { background-color: var(--main-color); background-image: url(../image/icon-tv.png); } .icon-flask::after { background-color: rgb(255, 165, 7); background-image: url(../image/icon-flask.png); } .icon-coffee::after { background-color: rgb(28, 215, 173); background-image: url(../image/icon-coffee.png); } .icon-telegram::after { background-color: rgb(78, 115, 219); background-image: url(../image/icon-telegram.png); } .partners-list { padding-bottom: 29px; } .partners-name, .partners-hobbie { font-size: 14px; font-weight: 17px; } .partners-name { margin-bottom: 17px; } .partners-hobbie { color: rgb(102, 102, 102); } .other-partners-link { display: inline-block; font-size: 14px; font-weight: 700; color: var(--main-color); line-height: 17px; padding: 13px 46px 10px; border: 2px solid var(--main-color); border-radius: 20px; transition: all 200ms linear; } .other-partners-link:hover, .other-partners-link:focus { background-color: var(--main-color); color: rgb(255, 255, 255); border-color: transparent; } @media (max-width: 767px) { .site-logo-wrap { margin-bottom: 35px; text-align: center; } .header-btn-wrap { margin-bottom: 114px; } .partners-list-item:not(:last-child) { margin-bottom: 27px; } } @media (min-width: 768px) { .banner { background-image: url(../image/bg-tablet.jpg); } .site-header { padding-bottom: 234px; } .navigation { margin-bottom: 160px; } .site-title { font-size: 52px; line-height: 62px; margin-bottom: 34px; } .header-discription { font-size: 24px; line-height: 29px; margin-bottom: 31px; } } .search-link { padding-left: 23px; padding-right: 23px; } .partners-section { padding-bottom: 40px; } .partners-list { padding-bottom: 37px; } @media (min-width: 768px) and (max-width: 959px) { .partners-list-item:nth-child(odd) { margin-bottom: 55px; } } @media (min-width: 992px) { .site-logo-wrap { text-align: start; } .header-btn-wrap { text-align: end; } .banner { background-image: url(../image/bg-desktop.jpg); } .site-header { padding-top: 45px; } }
html-css/module-09/css/style.css
@import url(./fonts.css); ul, ol { list-style: none; } img { display: block; max-width: 100%; height: auto; } a { text-decoration: none; } :root { --font-montserrat: "Montserrat", Arial, sans-serif; --font-roboto: "Roboto", Arial, sans-serif; --main-color: rgb(255, 78, 80); } body { font-family: var(--font-montserrat); color: rgb(51, 51, 51); } h1, h2, h3, p { margin: 0; padding: 0; } p { font-family: var(--font-roboto); font-weight: 300; } /*HEADER*/ .banner { background-image: url(../image/bg-mobile.jpg); background-repeat: no-repeat; background-position: center; background-size: cover; } .site-header { padding-bottom: 138px; padding-top: 20px; text-align: center; } .site-logo { font-size: 20px; font-weight: 700; color: rgb(255, 255, 255); line-height: 24px; letter-spacing: 1px; text-transform: uppercase; } .header-btn { background-color: transparent; border: 2px solid transparent; border-radius: 18px; color: rgb(255, 255, 255); font-weight: 700; font-size: 14px; line-height: 17px; padding: 9px 15px 6px; cursor: pointer; } .log-in { transition: border 200ms linear; } .log-in:hover, .sign-up { border-color: rgb(255, 255, 255); } .header-content { text-align: center; } .site-title { font-size: 30px; color: rgb(255, 255, 255); line-height: 36px; letter-spacing: -0.8px; text-transform: uppercase; margin-bottom: 16px; margin-left: auto; margin-right: auto; } .header-discription { font-size: 18px; color: rgb(255, 255, 255); line-height: 21px; margin-bottom: 18px; } .search-link { display: inline-block; font-size: 14px; font-weight: 700; color: rgb(255, 255, 255); line-height: 17px; padding: 13px 46px 10px; background-color: var(--main-color); border-radius: 20px; transition: all 200ms linear; } .search-link:hover, .search-link:focus { background-color: rgb(255, 255, 255); color: var(--main-color); } /*MAIN-SECTION*/ .partners-section { padding-top: 69px; padding-bottom: 57px; text-align: center; } .section-title-wrap { margin-bottom: 18px; } .partners-section-title { font-size: 22px; line-height: 26px; } .image-wrap { width: 124px; margin: 0 auto; position: relative; margin-bottom: 18px; } .image-wrap img { border-radius: 60px; margin: 0 auto; } .image-wrap::after { display: block; content: ""; width: 32px; height: 32px; background-repeat: no-repeat; background-position: center; border-radius: 16px; border: 4px solid rgb(255, 255, 255); position: absolute; right: 8px; bottom: 0; } .icon-tv::after { background-color: var(--main-color); background-image: url(../image/icon-tv.png); } .icon-flask::after { background-color: rgb(255, 165, 7); background-image: url(../image/icon-flask.png); } .icon-coffee::after { background-color: rgb(28, 215, 173); background-image: url(../image/icon-coffee.png); } .icon-telegram::after { background-color: rgb(78, 115, 219); background-image: url(../image/icon-telegram.png); } .partners-list { padding-bottom: 29px; } .partners-name, .partners-hobbie { font-size: 14px; font-weight: 17px; } .partners-name { margin-bottom: 17px; } .partners-hobbie { color: rgb(102, 102, 102); } .other-partners-link { display: inline-block; font-size: 14px; font-weight: 700; color: var(--main-color); line-height: 17px; padding: 13px 46px 10px; border: 2px solid var(--main-color); border-radius: 20px; transition: all 200ms linear; } .other-partners-link:hover, .other-partners-link:focus { background-color: var(--main-color); color: rgb(255, 255, 255); border-color: transparent; } @media (max-width: 767px) { .site-logo-wrap { margin-bottom: 35px; text-align: center; } .header-btn-wrap { margin-bottom: 114px; } .partners-list-item:not(:last-child) { margin-bottom: 27px; } } @media (min-width: 768px) { .banner { background-image: url(../image/bg-tablet.jpg); } .site-header { padding-bottom: 234px; } .navigation { margin-bottom: 160px; } .site-title { font-size: 52px; line-height: 62px; margin-bottom: 34px; } .header-discription { font-size: 24px; line-height: 29px; margin-bottom: 31px; } } .search-link { padding-left: 23px; padding-right: 23px; } .partners-section { padding-bottom: 40px; } .partners-list { padding-bottom: 37px; } @media (min-width: 768px) and (max-width: 959px) { .partners-list-item:nth-child(odd) { margin-bottom: 55px; } } @media (min-width: 992px) { .site-logo-wrap { text-align: start; } .header-btn-wrap { text-align: end; } .banner { background-image: url(../image/bg-desktop.jpg); } .site-header { padding-top: 45px; } }
0.354992
0.069573
:root{ --color01: #8844ee; --color02: #B07DFB; } body, header, h1, p, h2, footer{ padding: 0; margin: 0; } body{ font-family: Georgia, Arial, sans-serif, serif; } #container{ display: grid; grid-template-columns: 1fr minmax(1fr,2fr) 1fr; grid-template-rows: auto; grid-template-areas: "header header header" ". h1 ." ". principal ." "footer footer footer"; } /*Header*/ header span{ text-align: justify; color: white; font-size: 2em; } header{ box-sizing: border-box; grid-area: header; background: linear-gradient(135deg, var(--color01),var(--color02)); } header nav{ box-shadow: 5px 5px 15px 0px rgba(44,44,44,0.15); } header nav ul{ box-shadow: 5px 5px 15px 0px rgba(44,44,44,0.15); border-radius: 4px; margin-right: 20px; border: solid 1px var(--color01); padding: 1%; background-color: var(--color01); float: right; transition: .1s ease-out; } header nav ul li{ float: left; list-style: none; transition: .5s ease-out; } header nav ul li a{ font-size: 1.5em; text-shadow: 2px 2px var(--color01); color: white; text-align: center; text-decoration: none; } li + li{ padding-left: 20px; } header nav ul li :hover{ text-shadow: 2px 2px var(--color02); color: white; border-bottom: 2px white solid; } header nav ul:hover{ background-color: var(--color02); } /*Titulo*/ h1{ text-align: center; box-sizing: border-box; padding: 20px; grid-area: h1; font-size: 2.5em; background-color: white; color: var(--color02); text-shadow: 1px 1px #ccc; } /*Div Principal*/ main div button{ background: linear-gradient(100deg, var(--color01),var(--color02)); border-radius:28px; border:1px solid #af7dfb; display:inline-block; cursor:pointer; color:#ffffff; font-family:Arial; font-size:16px; padding:16px 31px; margin: 20px; text-decoration: none; text-shadow:0px 1px 0px #cccccc; transition: .1s ease-out; /*box-shadow: 5px 5px 15px 0px rgba(44,44,44,0.15);*/ } main div button:hover { background: none; background-color: var(--color01); } main div button:active { /*position:relative;*/ top:1px; } /*editaveis*/ main div p{ grid-area: p; } #principal a{ text-decoration: none; color: var(--color01); } main{ grid-area: principal; } input[type=email], input[type=password]{ font-size: 1em; border: 1px solid var(--color02); padding: 10px 8px; width: 283px; height: 18px; box-shadow: 2px 1px rgba(44,44,44,0.15); } input[type=submit]{ border-radius: 4px; font-size: large; width: 300px; height: 38px; padding: 10.500px; margin-bottom: 20px; color: white; cursor: pointer; background: linear-gradient(135deg, var(--color01),var(--color02)); border: none; box-shadow: 5px 5px 15px 0px rgba(44,44,44,0.15); } input[type=submit]:hover{ background: none; background-color: var(--color01); } main div h2{ margin: 20px; text-align: center; grid-area: h2; color: var(--color02); text-shadow: 1px 1px #ccc; } main div form{ grid-area: form; color: var(--color02); font-style: normal; font-size: 1em; display: grid; grid-template-columns: auto; grid-template-rows: auto; } #principal{ display: grid; box-shadow: 5px 5px 15px 0px rgba(44,44,44,0.15); grid-template-rows: auto; grid-template-columns: 1fr minmax(1fr,2fr) 1fr; grid-template-areas: ". h2 ." ". form ." ". p ."; justify-items: center; } main div p{ color: var(--color02); padding-bottom: 20px; font-family: Arial, Helvetica, sans-serif; } /*Footer*/ footer{ padding: 20px; text-align: center; margin-top: 50px; background-color: var(--color01); color: white; grid-area: footer; clear: both; }
src/public/stylesheets/login.css
:root{ --color01: #8844ee; --color02: #B07DFB; } body, header, h1, p, h2, footer{ padding: 0; margin: 0; } body{ font-family: Georgia, Arial, sans-serif, serif; } #container{ display: grid; grid-template-columns: 1fr minmax(1fr,2fr) 1fr; grid-template-rows: auto; grid-template-areas: "header header header" ". h1 ." ". principal ." "footer footer footer"; } /*Header*/ header span{ text-align: justify; color: white; font-size: 2em; } header{ box-sizing: border-box; grid-area: header; background: linear-gradient(135deg, var(--color01),var(--color02)); } header nav{ box-shadow: 5px 5px 15px 0px rgba(44,44,44,0.15); } header nav ul{ box-shadow: 5px 5px 15px 0px rgba(44,44,44,0.15); border-radius: 4px; margin-right: 20px; border: solid 1px var(--color01); padding: 1%; background-color: var(--color01); float: right; transition: .1s ease-out; } header nav ul li{ float: left; list-style: none; transition: .5s ease-out; } header nav ul li a{ font-size: 1.5em; text-shadow: 2px 2px var(--color01); color: white; text-align: center; text-decoration: none; } li + li{ padding-left: 20px; } header nav ul li :hover{ text-shadow: 2px 2px var(--color02); color: white; border-bottom: 2px white solid; } header nav ul:hover{ background-color: var(--color02); } /*Titulo*/ h1{ text-align: center; box-sizing: border-box; padding: 20px; grid-area: h1; font-size: 2.5em; background-color: white; color: var(--color02); text-shadow: 1px 1px #ccc; } /*Div Principal*/ main div button{ background: linear-gradient(100deg, var(--color01),var(--color02)); border-radius:28px; border:1px solid #af7dfb; display:inline-block; cursor:pointer; color:#ffffff; font-family:Arial; font-size:16px; padding:16px 31px; margin: 20px; text-decoration: none; text-shadow:0px 1px 0px #cccccc; transition: .1s ease-out; /*box-shadow: 5px 5px 15px 0px rgba(44,44,44,0.15);*/ } main div button:hover { background: none; background-color: var(--color01); } main div button:active { /*position:relative;*/ top:1px; } /*editaveis*/ main div p{ grid-area: p; } #principal a{ text-decoration: none; color: var(--color01); } main{ grid-area: principal; } input[type=email], input[type=password]{ font-size: 1em; border: 1px solid var(--color02); padding: 10px 8px; width: 283px; height: 18px; box-shadow: 2px 1px rgba(44,44,44,0.15); } input[type=submit]{ border-radius: 4px; font-size: large; width: 300px; height: 38px; padding: 10.500px; margin-bottom: 20px; color: white; cursor: pointer; background: linear-gradient(135deg, var(--color01),var(--color02)); border: none; box-shadow: 5px 5px 15px 0px rgba(44,44,44,0.15); } input[type=submit]:hover{ background: none; background-color: var(--color01); } main div h2{ margin: 20px; text-align: center; grid-area: h2; color: var(--color02); text-shadow: 1px 1px #ccc; } main div form{ grid-area: form; color: var(--color02); font-style: normal; font-size: 1em; display: grid; grid-template-columns: auto; grid-template-rows: auto; } #principal{ display: grid; box-shadow: 5px 5px 15px 0px rgba(44,44,44,0.15); grid-template-rows: auto; grid-template-columns: 1fr minmax(1fr,2fr) 1fr; grid-template-areas: ". h2 ." ". form ." ". p ."; justify-items: center; } main div p{ color: var(--color02); padding-bottom: 20px; font-family: Arial, Helvetica, sans-serif; } /*Footer*/ footer{ padding: 20px; text-align: center; margin-top: 50px; background-color: var(--color01); color: white; grid-area: footer; clear: both; }
0.424054
0.164752
body { margin-left:1%; margin-right:1%; font-family: 'Raleway', sans-serif; padding-top:160px; background-color:#f4a742; } *{ background-color: rgb(0,0,0,0); } .navbar .navbar-nav { display: inline-block; float: none; vertical-align: bottom; font-family: 'Raleway', sans-serif; } .navbar .navbar-nav li { padding-left:10px; font-family: 'Raleway', sans-serif; color:rgba(21, 21, 21, 0.75); } .navbar .navbar-collapse { text-align: center; vertical-align: bottom; padding-top:65px; background:white; font-size:14px; text-decoration-color: gray; font-family: 'Raleway', sans-serif; } .navbar { height:110px; } .navbar-brand { text-align: center; margin-left:565%; vertical-align: bottom; margin-top:5px; } /* second Dropdown Button */ .dropbtn { background-color: white; color: gray; padding: 15px; font-size: 14px; border: none; cursor: pointer; } /* The container <div> - needed to position the dropdown content */ .dropdown { position: relative; display: inline-block; } /* Dropdown Content (Hidden by Default) */ .dropdown-content { display: none; min-width: 160px; background-color: white; position: absolute; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); z-index: 1; margin-left:6%; font-family: 'Raleway', sans-serif; } /* Links inside the dropdown */ .dropdown-content a { color: gray; padding-bottom:15px; padding-right:10px; padding-left:0px; text-decoration: none; display: block; text-align: left; font-family: 'Raleway', sans-serif; } /* Change color of dropdown links on hover */ .dropdown-content a:hover {background-color: white} /* Show the dropdown menu on hover */ .dropdown:hover .dropdown-content { display: block; } /* Change the background color of the dropdown button when the dropdown content is shown */ .dropdown:hover .dropbtn { background-color: white; } ul { list-style-type: none; padding:0; } .row { text-align:center; } .container{ width:100% !important; } .jumbotron { width:550px; height:400px; float:right; margin-right:11.3%; } .text { float:left!important; text-align: center; margin-left:15%; width:44.8%; font-family: 'Raleway', sans-serif; color:rgba(21, 21, 21, 0.75); } .text h2 { float:center; padding-right:42%; font-size:45px !important; letter-spacing: 2px; padding-bottom: 1px !important; margin-bottom: 1px !important; } .text h3 { letter-spacing: 2px; padding-right:24.5%; font-size: 17px !important; padding-top: 0 !important; margin-top: 0 !important; ; } .text h4 { padding-right: 57.8% ; font-size: 14px !important; padding-top: 90px !important; } .text h5 { padding-right: 60.5%; font-size: 14px !important; padding-bottom: 45px; } .text p { line-height: 1em !important; padding-left:15%; padding-right:30%; float:left; font-size: 14px !important; } /* text ends */ /* form field begins*/ .jumbotron { padding-top:25px !important; padding-left:0 !important; padding-right:0 !important; border-radius: 0 !important; background-color:rgba(21, 21, 21, 0.75) !important; } input,text-area { width:470px !important; height:35px !important; padding-right:5px !important; } input, p{ } form h6 { float:left; padding-left:8.5%; color:white; font-family: 'Raleway', sans-serif; font-size:15px; } input[type="submit"] { width:110px !important; float:right; margin-right:7.5% !important; font-family: 'Raleway', sans-serif; background-color: white !important; border-width:0!important; } input[type="text-area"] { height:90px !important; }
kontakta.css
body { margin-left:1%; margin-right:1%; font-family: 'Raleway', sans-serif; padding-top:160px; background-color:#f4a742; } *{ background-color: rgb(0,0,0,0); } .navbar .navbar-nav { display: inline-block; float: none; vertical-align: bottom; font-family: 'Raleway', sans-serif; } .navbar .navbar-nav li { padding-left:10px; font-family: 'Raleway', sans-serif; color:rgba(21, 21, 21, 0.75); } .navbar .navbar-collapse { text-align: center; vertical-align: bottom; padding-top:65px; background:white; font-size:14px; text-decoration-color: gray; font-family: 'Raleway', sans-serif; } .navbar { height:110px; } .navbar-brand { text-align: center; margin-left:565%; vertical-align: bottom; margin-top:5px; } /* second Dropdown Button */ .dropbtn { background-color: white; color: gray; padding: 15px; font-size: 14px; border: none; cursor: pointer; } /* The container <div> - needed to position the dropdown content */ .dropdown { position: relative; display: inline-block; } /* Dropdown Content (Hidden by Default) */ .dropdown-content { display: none; min-width: 160px; background-color: white; position: absolute; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); z-index: 1; margin-left:6%; font-family: 'Raleway', sans-serif; } /* Links inside the dropdown */ .dropdown-content a { color: gray; padding-bottom:15px; padding-right:10px; padding-left:0px; text-decoration: none; display: block; text-align: left; font-family: 'Raleway', sans-serif; } /* Change color of dropdown links on hover */ .dropdown-content a:hover {background-color: white} /* Show the dropdown menu on hover */ .dropdown:hover .dropdown-content { display: block; } /* Change the background color of the dropdown button when the dropdown content is shown */ .dropdown:hover .dropbtn { background-color: white; } ul { list-style-type: none; padding:0; } .row { text-align:center; } .container{ width:100% !important; } .jumbotron { width:550px; height:400px; float:right; margin-right:11.3%; } .text { float:left!important; text-align: center; margin-left:15%; width:44.8%; font-family: 'Raleway', sans-serif; color:rgba(21, 21, 21, 0.75); } .text h2 { float:center; padding-right:42%; font-size:45px !important; letter-spacing: 2px; padding-bottom: 1px !important; margin-bottom: 1px !important; } .text h3 { letter-spacing: 2px; padding-right:24.5%; font-size: 17px !important; padding-top: 0 !important; margin-top: 0 !important; ; } .text h4 { padding-right: 57.8% ; font-size: 14px !important; padding-top: 90px !important; } .text h5 { padding-right: 60.5%; font-size: 14px !important; padding-bottom: 45px; } .text p { line-height: 1em !important; padding-left:15%; padding-right:30%; float:left; font-size: 14px !important; } /* text ends */ /* form field begins*/ .jumbotron { padding-top:25px !important; padding-left:0 !important; padding-right:0 !important; border-radius: 0 !important; background-color:rgba(21, 21, 21, 0.75) !important; } input,text-area { width:470px !important; height:35px !important; padding-right:5px !important; } input, p{ } form h6 { float:left; padding-left:8.5%; color:white; font-family: 'Raleway', sans-serif; font-size:15px; } input[type="submit"] { width:110px !important; float:right; margin-right:7.5% !important; font-family: 'Raleway', sans-serif; background-color: white !important; border-width:0!important; } input[type="text-area"] { height:90px !important; }
0.378459
0.042285
.grid_div { position:relative; overflow:hidden; min-height:50px; *background-color:#ffffff; } .grid_div .requiredstyle{ position:relative; color:red; margin-left:3px; } /********************定义JS所需静态常量 start *********************/ .grid_div_HEADERROW_HEIGHT { height:31px; } .grid_div_ROW_HEIGHT { height:24px; } .grid_div_SELECTCOLUM_WIDTH { height:30px; } .grid_div_CELL_BOTTOM_BORDER_WIDTH { height:1px; line-height:1px; } /********************定义JS所需静态常量 end *********************/ .grid_paginationbar { /*position:absolute;*/ position:relative; clear:both; top: 0px; left: 0px; z-Index:100; height:32px; width:100%; /*border-bottom-style:solid; border-bottom-width:1px; border-bottom-color:#B7B8B9;*/ } .whole_grid_div{ position:relative; width:100%; height:100%; } .whole_grid_div .desc_div{ position:relative; width:100%; height:34px; display:none; } .whole_grid_div .desc_bk_left_div{ position:absolute; top:5px; bottom:5px; left:15px; width:6px; height:24px; background:url(/lfw/frame/device_pc/themes/webclassic/ui/ctrl/grid/images/headerdesc/bar_left.png) no-repeat; } .whole_grid_div .desc_bk_middle_div{ position:absolute; top:5px; bottom:5px; left:21px; right:21px; height:24px; background:url(/lfw/frame/device_pc/themes/webclassic/ui/ctrl/grid/images/headerdesc/bar_middle.png) repeat-x; overflow-x:hidden; text-overflow: ellipsis; white-space : nowrap; line-height:24px; } .whole_grid_div .desc_bk_right_div{ position:absolute; top:5px; bottom:5px; right:15px; width:6px; height:24px; background:url(/lfw/frame/device_pc/themes/webclassic/ui/ctrl/grid/images/headerdesc/bar_right.png) no-repeat; } .whole_grid_div .desc_msg{ border-right: 1px solid #666666; color: #000000; font-weight: bold; height: 14px; margin-top: 5px; padding-left: 15px; padding-right: 15px; } .headerbtnbar_div { position: relative; width:100%; height:35px; } .headerbtnbar_div .headerBtnPanel { position: relative; float:right; overflow:auto; margin-top:5px; } .headerbtnbar_div .selfdefbtndiv { position: relative; float:left; overflow:auto; margin-top:5px; } /* .headerbtnbar_div .headerbtnleft{ position:absolute; width:3px; height:25px; background:url(/lfw/frame/device_pc/themes/webclassic/ui/ctrl/grid/images/headerbtn/bg_left.png) no-repeat; left:0px; top:0px; z-index:100; } */ /* .headerbtnbar_div .headerbtnright{ position:absolute; width:3px; height:25px; background:url(/lfw/frame/device_pc/themes/webclassic/ui/ctrl/grid/images/headerbtn/bg_right.png) no-repeat; right:0px; top:0px; z-index:100; } */ /* .headerbtnbar_div .headerbtn { position: relative; float:left; height:25px; background:url(/lfw/frame/device_pc/themes/webclassic/ui/ctrl/grid/images/headerbtn/bg_center.png) repeat-x; cursor:pointer; overflow:auto; } */ .headerbtnbar_div .headerbtn_banned { cursor:default; } .headerbtnbar_div .headerbtn .headerImg { position: relative; float:left; width:18px; height:18px; margin-left:10px; margin-right:10px; margin-top:4px; background-repeat:no-repeat; } .headerbtnbar_div .headerbtn .headerCaption { position: relative; float:left; margin-right:10px; line-height:25px; color:#000000; } /* .headerbtnbar_div .headerbtn .headerSep { position: relative; float:right; width:2px; height:25px; background:url(/lfw/frame/device_pc/themes/webclassic/ui/ctrl/grid/images/headerbtn/line.png) no-repeat; } */ /* .headerbtnbar_div .headerbtn_add { position: relative; float:left; width:14px; height:14px; background:url(/lfw/frame/device_pc/themes/webclassic/ui/ctrl/grid/images/headerbtn/add.png) no-repeat; margin:3px 10px 0px 10px; cursor:pointer; } */ /* .headerbtnbar_div .headerbtn_delete { position: relative; float:left; width:14px; height:14px; background:url(/lfw/frame/device_pc/themes/webclassic/ui/ctrl/grid/images/headerbtn/delete.png) no-repeat; margin:3px 10px 0px 10px; cursor:pointer; } */ /* .headerbtnbar_div .headerbtn_edit { position: relative; float:left; width:14px; height:14px; background:url(/lfw/frame/device_pc/themes/webclassic/ui/ctrl/grid/images/headerbtn/edit.png) no-repeat; margin:3px 10px 0px 10px; cursor:pointer; } */ .grid_div .headerbar_div { left: 0px; /*position: absolute;*/ overflow:hidden; z-Index:1000; } .grid_div .dynamic_headertable_div { left: 0px; position: absolute; } .grid_div .fixed_header_div { top: 0px; position: absolute; z-Index:100; } .grid_div .row_num_header_div { position: absolute; border-right-style:solid; border-right-width:1px; border-right-color:#999999; background:#D1DFE4 url('/lfw/frame/device_pc/themes/webclassic/ui/ctrl/grid/images/title_bar.png') repeat-x; top: 0px; left: 0px; z-Index:100; width: 25px; } .grid_div .row_state_header_div{ position: absolute; border-right-style:solid; border-right-width:1px; border-right-color:#B7B8B9; background:#F1F2F4 url('/lfw/frame/device_pc/themes/webclassic/ui/ctrl/grid/images/setting.gif') no-repeat center center; border-bottom-style:solid; border-bottom-width:1px; border-bottom-color:#B7B8B9; top: -1px; z-Index:100; width: 12px; } .grid_div .row_num_div { /*position: absolute;*/ background:url('/lfw/frame/device_pc/themes/webclassic/ui/ctrl/grid/images/title_bar.png') repeat-x; width: 100%; left: 0px; line-height:28px; border-bottom-style:solid; border-bottom-width:1px; border-bottom-color:#D1DFE4; } .grid_div .row_state_div { /*position: absolute;*/ background:#fff; width: 100%; left: 0; border-bottom-style:solid; border-bottom-width:1px; border-bottom-color:#EDEDED; border-right-style:solid; border-right-width:1px; border-right-color:#EDEDED; } .grid_div .row_normal_state { background:#fff url('/lfw/frame/device_pc/themes/webclassic/ui/ctrl/grid/images/normal.gif') no-repeat center center; } .grid_div .row_update_state { background:#fff url('/lfw/frame/device_pc/themes/webclassic/ui/ctrl/grid/images/update.gif') no-repeat center center; } .grid_div .row_add_state { background:#fff url('/lfw/frame/device_pc/themes/webclassic/ui/ctrl/grid/images/newadd.gif') no-repeat center center; } .sum_div { position: absolute; z-index:1000; color:#4d4d4d; } .dynsumrow_div { position: absolute; z-index:1000; background-color:#EBF7FF; } .dynsumcontainer_div { position: relative; /*position: absolute;*/ overflow: hidden; border-bottom:1px solid #E1EDF1; background-color:#EBF7FF; } .dynsumcell_div { float: left; background-color: #EBF7FF; } .grid_div .headerdiv { float: left; background:#D1DFE4 url('/lfw/frame/device_pc/themes/webclassic/ui/ctrl/grid/images/title_bar_long.png?c=1') repeat-x; font-family:simsun; font-size:12px; height: 100%; width: 100%; color: #000000; text-align: center; /*overflow: hidden;*/ cursor:default; border-bottom:1px solid #D1DFE4; } .grid_div .headerdiv_mouseover { background:#FFEFAF url('/lfw/frame/device_pc/themes/webclassic/ui/ctrl/grid/images/gridheader_over.gif') repeat-x; } .grid_div .fixedheaderdiv { background:yellow; } .grid_div .header_required { color: #666666; } .grid_div .select_headerdiv { position:absolute; overflow:hidden; top:0px; width:30px; text-align: center; background:url('/lfw/frame/device_pc/themes/webclassic/ui/ctrl/grid/images/title_bar.png') repeat-x; line-height:35px; border-bottom: 1px solid #D1DFE4; } .grid_div .multiheaderdiv { float:left; text-align: center; height: 100%; overflow: hidden; text-overflow: ellipsis; cursor:default; font-family:simsun; font-size:12px; background:url('/lfw/frame/device_pc/themes/webclassic/ui/ctrl/grid/images/title_bar_long.png') repeat-x; border-right-style:solid; border-right-width:1px; border-right-color:#D1DFE4; border-bottom-style:solid; border-bottom-width:1px; border-bottom-color:#D1DFE4; } .fixedcolum_div { position:absolute; z-Index:100; left: 0px; float:left; } .grid_div .num_div { position: absolute; left: 0px; top: 0px; background-color: #F1F2F4; height: 100%; border-right-style:solid; border-right-width:1px; border-right-color:#D0D0D0; } .grid_div .state_div { position: absolute; height: 100%; } .grid_div .data_outer_div { /*position: absolute;*/ position:relative; overflow: auto; left: 0px; SCROLLBAR-FACE-COLOR: #EAE9F3; SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; SCROLLBAR-SHADOW-COLOR: #c9d095; SCROLLBAR-3DLIGHT-COLOR: #dbe1b3; SCROLLBAR-ARROW-COLOR: #424854; SCROLLBAR-TRACK-COLOR: #F1F2F4; SCROLLBAR-DARKSHADOW-COLOR: #b5b2b5; } .grid_div .data_form_outer_div { /*position: absolute;*/ position:relative; overflow: auto; left: 0px; SCROLLBAR-FACE-COLOR: #EAE9F3; SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; SCROLLBAR-SHADOW-COLOR: #c9d095; SCROLLBAR-3DLIGHT-COLOR: #dbe1b3; SCROLLBAR-ARROW-COLOR: #424854; SCROLLBAR-TRACK-COLOR: #F1F2F4; SCROLLBAR-DARKSHADOW-COLOR: #b5b2b5; } .grid_div .dynamic_data_div { position:relative; overflow:auto; } .fixed_selectcolum_checkbox_div_odd { position: relative; text-align: center; cursor:default; background-color: #F7FCFF; border-bottom-style:solid; border-bottom-width:1px; border-bottom-color:#D1DFE4; } .fixed_selectcolum_checkbox_div_even { position: relative; text-align: center; cursor:default; background-color: white; border-bottom-style:solid; border-bottom-width:1px; border-bottom-color:#D1DFE4; } .grid_div .gridcell_odd { white-space: nowrap; left: 0px; /*border-left-style:solid; border-left-width:1px; border-left-color:#EDEDED;*/ border-bottom-style:solid; border-bottom-width:1px; border-bottom-color:#D1DFE4; background-color: #F7FCFF; } .grid_div .gridcell_even { white-space: nowrap; left: 0px; /*border-left-style:solid; border-left-width:1px; border-left-color:#EDEDED;*/ border-bottom-style:solid; border-bottom-width:1px; border-bottom-color:#D1DFE4; background-color: #FFFFFF; } .grid_div .gridformcell_odd { white-space: nowrap; left: 0px; /*border-left-style:solid; border-left-width:1px; border-left-color:#EDEDED;*/ border-bottom-style:solid; border-bottom-width:1px; border-bottom-color:#D1DFE4; background-color: #F7FCFF; } .grid_div .gridformcell_even { white-space: nowrap; left: 0px; /*border-left-style:solid; border-left-width:1px; border-left-color:#EDEDED;*/ border-bottom-style:solid; border-bottom-width:1px; border-bottom-color:#D1DFE4; background-color: #FFFFFF; } .grid_div .fixed_gridcell_odd{ /*position: absolute;*/ white-space: nowrap; left: 0px; background-color: #FAFAFA; border-right-style:solid; border-right-width:1px; border-right-color:#EDEDED; border-bottom-style:solid; border-bottom-width:1px; border-bottom-color:#EDEDED; } .grid_div .fixed_gridcell_even{ white-space: nowrap; left: 0px; background-color: #FFFFFF; border-right-style:solid; border-right-width:1px; border-right-color:#EDEDED; border-bottom-style:solid; border-bottom-width:1px; border-bottom-color:#EDEDED; } .grid_div .gridcell_mouseover { background:#fff9e3; /*background:#FFFFFF url('/lfw/frame/device_pc/themes/webclassic/ui/ctrl/grid/images/highlight_center.png') repeat-x center;*/ } .grid_div .cell_select { /*edit by jizhg 修改选中行背景颜色,加上下边框*/ border-top: 1px solid #FF9999; border-bottom: 1px solid #FF9999; /*background-color: #FFFFB0;*/ background:#FFDDDD; /*background:#FFFFFF url('/lfw/frame/device_pc/themes/webclassic/ui/ctrl/grid/images/highlight_center.png') repeat-x center;*/ } .grid_div .fixedcell_select { } .grid_div .fixed_select_colum { /*position: absolute;*/ position: relative; overflow: hidden; /* border-bottom-style:solid; border-bottom-width:1px; border-bottom-color:#EDEDED; */ } .grid_div .cell_focus { border-top: 1px solid #FF9999; border-bottom: 1px solid #FF9999; background-color: #FFCCCC; } .grid_div .cell_error { background-color:#fef1f1; } .grid_div .sort_img { position: absolute; right: 3px; top: 0px; } .grid_div .tempDiv{ border-right:1px solid #999999; color:#666666; position:relative; } .grid_div .tempDiv div{ position:relative; /*padding-left:10px; padding-right:10px;*/ } .grid_div .columnSetting{ right:8px; top:0px; width:9px; height:100%; background:url(/lfw/frame/device_pc/themes/webclassic/ui/ctrl/grid/images/column_setting.png) no-repeat center center #FFFFFF; cursor: pointer; border:1px solid #9EC9FB; } .grid_paginationbar .pageinationbgleft{ position:relative; float:right; width:10px; height:22px; background:url("/lfw/frame/device_pc/themes/webclassic/ui/ctrl/pagination/images/bg_left.png") no-repeat; } .grid_paginationbar .pageinationbgright{ position:relative; float:right; width:10px; height:22px; background:url("/lfw/frame/device_pc/themes/webclassic/ui/ctrl/pagination/images/right.png") no-repeat; } .grid_paginationbar .pageinationbgcenter{ position:relative; float:left; height:22px; background:url("/lfw/frame/device_pc/themes/webclassic/ui/ctrl/pagination/images/center.png") repeat-x; margin-top:5px; margin-left:13px; } .grid_paginationbar .selectedleft{ position:relative; float:left; width:16px; height:31px; background:url("/lfw/frame/device_pc/themes/webclassic/ui/ctrl/pagination/images/selected_left.png") no-repeat; top:-3px; } .grid_paginationbar .unselectedleft{ position:relative; float:left; width:0px; height:22px; } .grid_paginationbar .selectedright{ position:relative; float:left; width:16px; height:31px; background:url("/lfw/frame/device_pc/themes/webclassic/ui/ctrl/pagination/images/selected_right.png") no-repeat; top:-3px; } .grid_paginationbar .unselectedright{ position:relative; float:left; width:0px; height:22px; } .grid_paginationbar .selectedcenter{ position:relative; float:left; height:31px; color:#ffffff; text-align:center; line-height:25px; background:url("/lfw/frame/device_pc/themes/webclassic/ui/ctrl/pagination/images/selected_center.png") repeat-x; top:-3px; font-weight:bold; } .grid_paginationbar .unselectedcenter{ position:relative; float:left; height:22px; color:#999999; text-align:center; line-height:22px; margin-left:7px; margin-right:7px; font-weight:normal; } .grid_paginationbar .selected{ position:relative; float:left; width:31px; height:31px; color:#ffffff; text-align:center; line-height:25px; background:url("/lfw/frame/device_pc/themes/webclassic/ui/ctrl/pagination/images/selected.png") no-repeat; top:-3px; font-weight:bold; } .grid_paginationbar .unselected{ position:relative; float:left; height:22px; color:#999999; text-align:center; line-height:22px; margin-left:7px; margin-right:7px; font-weight:normal; } .grid_paginationbar .pagefirst{ position:relative; float:left; height:22px; color:#999999; text-align:center; line-height:22px; margin-right:7px; font-weight:normal; } .grid_paginationbar .pagelast{ position:relative; float:left; height:22px; color:#999999; text-align:center; line-height:22px; margin-left:7px; font-weight:normal; } .grid_paginationbar .smartcut{ position:relative; float:left; width:1px; height:22px; background:url("/lfw/frame/device_pc/themes/webclassic/ui/ctrl/pagination/images/cut02.png") no-repeat; background-position:center center; margin-left:3px; margin-right:3px; } .grid_paginationbar .pre{ position:relative; float:left; width:25px; height:22px; background:url("/lfw/frame/device_pc/themes/webclassic/ui/ctrl/pagination/images/pre.png") no-repeat; left:-10px; } .grid_paginationbar .next{ position:relative; float:left; width:25px; height:22px; background:url("/lfw/frame/device_pc/themes/webclassic/ui/ctrl/pagination/images/next.png") no-repeat; left:10px; } .grid_paginationbar .preover{ position:relative; float:left; width:25px; height:22px; background:url("/lfw/frame/device_pc/themes/webclassic/ui/ctrl/pagination/images/pre_over.png") no-repeat; left:-10px; } .grid_paginationbar .nextover{ position:relative; float:left; width:25px; height:22px; background:url("/lfw/frame/device_pc/themes/webclassic/ui/ctrl/pagination/images/next_over.png") no-repeat; left:10px; } .grid_paginationbar .paginationPanel{ position:relative; height:100%; margin-left:auto; margin-right:auto; } .grid_paginationbar .paginationMessage{ position:relative; height:100%; /*不同语种所需宽度不同,因此不设置宽度 width:300px;*/ float:right; line-height:30px; } .grid_paginationbar .simple_paginationMessage{ position:relative; height:100%; float:right; line-height:30px; } .grid_paginationbar .paginationText{ position:relative; height:100%; float:left; color:#999999; } .grid_paginationbar .paginationText .perPageRowCount { color:#0086b2; } .tip_message{ position:absolute; } .tip_message .left_top_div{ position:absolute; left:0px; top:0px; width:18px; height:18px; background:url('/lfw/frame/device_pc/themes/webclassic/ui/ctrl/tips/images/pw_arrow_left_top.png') no-repeat; } .tip_message .center_top_div{ position:absolute; left:18px; right:18px; top:0px; height:18px; background:url('/lfw/frame/device_pc/themes/webclassic/ui/ctrl/tips/images/pw_arrow_top_center.png') repeat-x; } .tip_message .right_top_div{ position:absolute; right:0px; top:0px; width:18px; height:18px; background:url('/lfw/frame/device_pc/themes/webclassic/ui/ctrl/tips/images/pw_round_right_top.png') no-repeat; } .tip_message .left_center_div{ position:absolute; left:0px; top:18px; bottom:18px; width:18px; background:url('/lfw/frame/device_pc/themes/webclassic/ui/ctrl/tips/images/pw_arrow_left_center.png') repeat-y; } .tip_message .center_div{ position:relative; margin-left:18px; margin-right:18px; margin-top:18px; margin-bottom:18px; background:url('/lfw/frame/device_pc/themes/webclassic/ui/ctrl/tips/images/pw_arrow_center.png?c=1') repeat; } .tip_message .right_center_div{ position:absolute; right:0px; top:18px; bottom:18px; width:18px; background:url('/lfw/frame/device_pc/themes/webclassic/ui/ctrl/tips/images/pw_arrow_right_center.png') repeat-y; } .tip_message .left_bottom_div{ position:absolute; left:0px; bottom:0px; width:18px; height:18px; background:url('/lfw/frame/device_pc/themes/webclassic/ui/ctrl/tips/images/pw_round_left_bottom.png') no-repeat; } .tip_message .center_bottom_div{ position:absolute; left:18px; right:18px; bottom:0px; height:18px; background:url('/lfw/frame/device_pc/themes/webclassic/ui/ctrl/tips/images/pw_arrow_bottom_center.png') repeat-x; } .tip_message .right_bottom_div{ position:absolute; right:0px; bottom:0px; width:18px; height:18px; background:url('/lfw/frame/device_pc/themes/webclassic/ui/ctrl/tips/images/pw_angle_right_bottom.png') no-repeat; } .error_whole_msg_div{ position:absolute; z-index:10000; top:-13px; left:10px; margin-right:10px; } .error_whole_msg_div .whole_msg_div{ position:relative; float:left; } .error_whole_msg_div .bg_left_top{ position:absolute; background:url(/lfw/frame/device_pc/themes/webclassic/ui/ctrl/error/images/left_top.png) no-repeat; width:19px; height:10px; left:0px; top:0px; } .error_whole_msg_div .bg_top_middle{ position:absolute; background:url(/lfw/frame/device_pc/themes/webclassic/ui/ctrl/error/images/top_middle.png) repeat-x; height:10px; left:19px; right:4px; top:0px; } .error_whole_msg_div .bg_right_top{ position:absolute; background:url(/lfw/frame/device_pc/themes/webclassic/ui/ctrl/error/images/right_top.png) no-repeat; width:4px; height:10px; right:0px; top:0px; } .error_whole_msg_div .bg_right_middle{ position:absolute; background:url(/lfw/frame/device_pc/themes/webclassic/ui/ctrl/error/images/right_middle.png) repeat-y; width:4px; right:0px; top:10px; bottom:5px; } .error_whole_msg_div .bg_right_bottom{ position:absolute; background:url(/lfw/frame/device_pc/themes/webclassic/ui/ctrl/error/images/right_bottom.png) no-repeat; width:4px; height:5px; right:0px; bottom:0px; } .error_whole_msg_div .bg_bottom_middle{ position:absolute; background:url(/lfw/frame/device_pc/themes/webclassic/ui/ctrl/error/images/bottom_middle.png) repeat-x; height:5px; left:19px; right:4px; bottom:0px; } .error_whole_msg_div .bg_left_bottom{ position:absolute; background:url(/lfw/frame/device_pc/themes/webclassic/ui/ctrl/error/images/left_bottom.png) no-repeat; width:19px; height:5px; left:0px; bottom:0px; } .error_whole_msg_div .bg_left_middle{ position:absolute; background:url(/lfw/frame/device_pc/themes/webclassic/ui/ctrl/error/images/left_middle.png) repeat-y; width:19px; left:0px; top:10px; bottom:5px; } .error_whole_msg_div .error_center_up_div{ line-height:20px; position:relative; margin:10px 4px 5px 19px; background-color:#f7e3db; } .error_whole_msg_div .warning{ width:17px; height:17px; position:absolute; left:5px; top:6px; background:url(/lfw/frame/device_pc/themes/webclassic/ui/ctrl/error/images/warning.png); margin-top:3px; } .cellwarning{ width:17px; height:17px; position:absolute; right:5px; top:0px; background:url(/lfw/frame/device_pc/themes/webclassic/ui/ctrl/error/images/warning.png); margin-top:3px; display:none; } .error_whole_msg_div .close_normal{ width:15px; height:15px; position:absolute; right:5px; top:6px; background:url(/lfw/frame/device_pc/themes/webclassic/ui/ctrl/error/images/close_normal.png); margin-top:4px; } .error_whole_msg_div .close_press{ width:15px; height:15px; position:absolute; right:5px; top:6px; background:url(/lfw/frame/device_pc/themes/webclassic/ui/ctrl/error/images/close_press.png); margin-top:4px; } .error_whole_msg_div .errorMsg{ font-size:12px; color:#c45d30; margin-left:10px; margin-right:25px; }
SCAP_WEBCO/pub/ext/hotwebs/lfw/frame/device_pc/themes/webclassic/ui/ctrl/grid/grid.css
.grid_div { position:relative; overflow:hidden; min-height:50px; *background-color:#ffffff; } .grid_div .requiredstyle{ position:relative; color:red; margin-left:3px; } /********************定义JS所需静态常量 start *********************/ .grid_div_HEADERROW_HEIGHT { height:31px; } .grid_div_ROW_HEIGHT { height:24px; } .grid_div_SELECTCOLUM_WIDTH { height:30px; } .grid_div_CELL_BOTTOM_BORDER_WIDTH { height:1px; line-height:1px; } /********************定义JS所需静态常量 end *********************/ .grid_paginationbar { /*position:absolute;*/ position:relative; clear:both; top: 0px; left: 0px; z-Index:100; height:32px; width:100%; /*border-bottom-style:solid; border-bottom-width:1px; border-bottom-color:#B7B8B9;*/ } .whole_grid_div{ position:relative; width:100%; height:100%; } .whole_grid_div .desc_div{ position:relative; width:100%; height:34px; display:none; } .whole_grid_div .desc_bk_left_div{ position:absolute; top:5px; bottom:5px; left:15px; width:6px; height:24px; background:url(/lfw/frame/device_pc/themes/webclassic/ui/ctrl/grid/images/headerdesc/bar_left.png) no-repeat; } .whole_grid_div .desc_bk_middle_div{ position:absolute; top:5px; bottom:5px; left:21px; right:21px; height:24px; background:url(/lfw/frame/device_pc/themes/webclassic/ui/ctrl/grid/images/headerdesc/bar_middle.png) repeat-x; overflow-x:hidden; text-overflow: ellipsis; white-space : nowrap; line-height:24px; } .whole_grid_div .desc_bk_right_div{ position:absolute; top:5px; bottom:5px; right:15px; width:6px; height:24px; background:url(/lfw/frame/device_pc/themes/webclassic/ui/ctrl/grid/images/headerdesc/bar_right.png) no-repeat; } .whole_grid_div .desc_msg{ border-right: 1px solid #666666; color: #000000; font-weight: bold; height: 14px; margin-top: 5px; padding-left: 15px; padding-right: 15px; } .headerbtnbar_div { position: relative; width:100%; height:35px; } .headerbtnbar_div .headerBtnPanel { position: relative; float:right; overflow:auto; margin-top:5px; } .headerbtnbar_div .selfdefbtndiv { position: relative; float:left; overflow:auto; margin-top:5px; } /* .headerbtnbar_div .headerbtnleft{ position:absolute; width:3px; height:25px; background:url(/lfw/frame/device_pc/themes/webclassic/ui/ctrl/grid/images/headerbtn/bg_left.png) no-repeat; left:0px; top:0px; z-index:100; } */ /* .headerbtnbar_div .headerbtnright{ position:absolute; width:3px; height:25px; background:url(/lfw/frame/device_pc/themes/webclassic/ui/ctrl/grid/images/headerbtn/bg_right.png) no-repeat; right:0px; top:0px; z-index:100; } */ /* .headerbtnbar_div .headerbtn { position: relative; float:left; height:25px; background:url(/lfw/frame/device_pc/themes/webclassic/ui/ctrl/grid/images/headerbtn/bg_center.png) repeat-x; cursor:pointer; overflow:auto; } */ .headerbtnbar_div .headerbtn_banned { cursor:default; } .headerbtnbar_div .headerbtn .headerImg { position: relative; float:left; width:18px; height:18px; margin-left:10px; margin-right:10px; margin-top:4px; background-repeat:no-repeat; } .headerbtnbar_div .headerbtn .headerCaption { position: relative; float:left; margin-right:10px; line-height:25px; color:#000000; } /* .headerbtnbar_div .headerbtn .headerSep { position: relative; float:right; width:2px; height:25px; background:url(/lfw/frame/device_pc/themes/webclassic/ui/ctrl/grid/images/headerbtn/line.png) no-repeat; } */ /* .headerbtnbar_div .headerbtn_add { position: relative; float:left; width:14px; height:14px; background:url(/lfw/frame/device_pc/themes/webclassic/ui/ctrl/grid/images/headerbtn/add.png) no-repeat; margin:3px 10px 0px 10px; cursor:pointer; } */ /* .headerbtnbar_div .headerbtn_delete { position: relative; float:left; width:14px; height:14px; background:url(/lfw/frame/device_pc/themes/webclassic/ui/ctrl/grid/images/headerbtn/delete.png) no-repeat; margin:3px 10px 0px 10px; cursor:pointer; } */ /* .headerbtnbar_div .headerbtn_edit { position: relative; float:left; width:14px; height:14px; background:url(/lfw/frame/device_pc/themes/webclassic/ui/ctrl/grid/images/headerbtn/edit.png) no-repeat; margin:3px 10px 0px 10px; cursor:pointer; } */ .grid_div .headerbar_div { left: 0px; /*position: absolute;*/ overflow:hidden; z-Index:1000; } .grid_div .dynamic_headertable_div { left: 0px; position: absolute; } .grid_div .fixed_header_div { top: 0px; position: absolute; z-Index:100; } .grid_div .row_num_header_div { position: absolute; border-right-style:solid; border-right-width:1px; border-right-color:#999999; background:#D1DFE4 url('/lfw/frame/device_pc/themes/webclassic/ui/ctrl/grid/images/title_bar.png') repeat-x; top: 0px; left: 0px; z-Index:100; width: 25px; } .grid_div .row_state_header_div{ position: absolute; border-right-style:solid; border-right-width:1px; border-right-color:#B7B8B9; background:#F1F2F4 url('/lfw/frame/device_pc/themes/webclassic/ui/ctrl/grid/images/setting.gif') no-repeat center center; border-bottom-style:solid; border-bottom-width:1px; border-bottom-color:#B7B8B9; top: -1px; z-Index:100; width: 12px; } .grid_div .row_num_div { /*position: absolute;*/ background:url('/lfw/frame/device_pc/themes/webclassic/ui/ctrl/grid/images/title_bar.png') repeat-x; width: 100%; left: 0px; line-height:28px; border-bottom-style:solid; border-bottom-width:1px; border-bottom-color:#D1DFE4; } .grid_div .row_state_div { /*position: absolute;*/ background:#fff; width: 100%; left: 0; border-bottom-style:solid; border-bottom-width:1px; border-bottom-color:#EDEDED; border-right-style:solid; border-right-width:1px; border-right-color:#EDEDED; } .grid_div .row_normal_state { background:#fff url('/lfw/frame/device_pc/themes/webclassic/ui/ctrl/grid/images/normal.gif') no-repeat center center; } .grid_div .row_update_state { background:#fff url('/lfw/frame/device_pc/themes/webclassic/ui/ctrl/grid/images/update.gif') no-repeat center center; } .grid_div .row_add_state { background:#fff url('/lfw/frame/device_pc/themes/webclassic/ui/ctrl/grid/images/newadd.gif') no-repeat center center; } .sum_div { position: absolute; z-index:1000; color:#4d4d4d; } .dynsumrow_div { position: absolute; z-index:1000; background-color:#EBF7FF; } .dynsumcontainer_div { position: relative; /*position: absolute;*/ overflow: hidden; border-bottom:1px solid #E1EDF1; background-color:#EBF7FF; } .dynsumcell_div { float: left; background-color: #EBF7FF; } .grid_div .headerdiv { float: left; background:#D1DFE4 url('/lfw/frame/device_pc/themes/webclassic/ui/ctrl/grid/images/title_bar_long.png?c=1') repeat-x; font-family:simsun; font-size:12px; height: 100%; width: 100%; color: #000000; text-align: center; /*overflow: hidden;*/ cursor:default; border-bottom:1px solid #D1DFE4; } .grid_div .headerdiv_mouseover { background:#FFEFAF url('/lfw/frame/device_pc/themes/webclassic/ui/ctrl/grid/images/gridheader_over.gif') repeat-x; } .grid_div .fixedheaderdiv { background:yellow; } .grid_div .header_required { color: #666666; } .grid_div .select_headerdiv { position:absolute; overflow:hidden; top:0px; width:30px; text-align: center; background:url('/lfw/frame/device_pc/themes/webclassic/ui/ctrl/grid/images/title_bar.png') repeat-x; line-height:35px; border-bottom: 1px solid #D1DFE4; } .grid_div .multiheaderdiv { float:left; text-align: center; height: 100%; overflow: hidden; text-overflow: ellipsis; cursor:default; font-family:simsun; font-size:12px; background:url('/lfw/frame/device_pc/themes/webclassic/ui/ctrl/grid/images/title_bar_long.png') repeat-x; border-right-style:solid; border-right-width:1px; border-right-color:#D1DFE4; border-bottom-style:solid; border-bottom-width:1px; border-bottom-color:#D1DFE4; } .fixedcolum_div { position:absolute; z-Index:100; left: 0px; float:left; } .grid_div .num_div { position: absolute; left: 0px; top: 0px; background-color: #F1F2F4; height: 100%; border-right-style:solid; border-right-width:1px; border-right-color:#D0D0D0; } .grid_div .state_div { position: absolute; height: 100%; } .grid_div .data_outer_div { /*position: absolute;*/ position:relative; overflow: auto; left: 0px; SCROLLBAR-FACE-COLOR: #EAE9F3; SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; SCROLLBAR-SHADOW-COLOR: #c9d095; SCROLLBAR-3DLIGHT-COLOR: #dbe1b3; SCROLLBAR-ARROW-COLOR: #424854; SCROLLBAR-TRACK-COLOR: #F1F2F4; SCROLLBAR-DARKSHADOW-COLOR: #b5b2b5; } .grid_div .data_form_outer_div { /*position: absolute;*/ position:relative; overflow: auto; left: 0px; SCROLLBAR-FACE-COLOR: #EAE9F3; SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; SCROLLBAR-SHADOW-COLOR: #c9d095; SCROLLBAR-3DLIGHT-COLOR: #dbe1b3; SCROLLBAR-ARROW-COLOR: #424854; SCROLLBAR-TRACK-COLOR: #F1F2F4; SCROLLBAR-DARKSHADOW-COLOR: #b5b2b5; } .grid_div .dynamic_data_div { position:relative; overflow:auto; } .fixed_selectcolum_checkbox_div_odd { position: relative; text-align: center; cursor:default; background-color: #F7FCFF; border-bottom-style:solid; border-bottom-width:1px; border-bottom-color:#D1DFE4; } .fixed_selectcolum_checkbox_div_even { position: relative; text-align: center; cursor:default; background-color: white; border-bottom-style:solid; border-bottom-width:1px; border-bottom-color:#D1DFE4; } .grid_div .gridcell_odd { white-space: nowrap; left: 0px; /*border-left-style:solid; border-left-width:1px; border-left-color:#EDEDED;*/ border-bottom-style:solid; border-bottom-width:1px; border-bottom-color:#D1DFE4; background-color: #F7FCFF; } .grid_div .gridcell_even { white-space: nowrap; left: 0px; /*border-left-style:solid; border-left-width:1px; border-left-color:#EDEDED;*/ border-bottom-style:solid; border-bottom-width:1px; border-bottom-color:#D1DFE4; background-color: #FFFFFF; } .grid_div .gridformcell_odd { white-space: nowrap; left: 0px; /*border-left-style:solid; border-left-width:1px; border-left-color:#EDEDED;*/ border-bottom-style:solid; border-bottom-width:1px; border-bottom-color:#D1DFE4; background-color: #F7FCFF; } .grid_div .gridformcell_even { white-space: nowrap; left: 0px; /*border-left-style:solid; border-left-width:1px; border-left-color:#EDEDED;*/ border-bottom-style:solid; border-bottom-width:1px; border-bottom-color:#D1DFE4; background-color: #FFFFFF; } .grid_div .fixed_gridcell_odd{ /*position: absolute;*/ white-space: nowrap; left: 0px; background-color: #FAFAFA; border-right-style:solid; border-right-width:1px; border-right-color:#EDEDED; border-bottom-style:solid; border-bottom-width:1px; border-bottom-color:#EDEDED; } .grid_div .fixed_gridcell_even{ white-space: nowrap; left: 0px; background-color: #FFFFFF; border-right-style:solid; border-right-width:1px; border-right-color:#EDEDED; border-bottom-style:solid; border-bottom-width:1px; border-bottom-color:#EDEDED; } .grid_div .gridcell_mouseover { background:#fff9e3; /*background:#FFFFFF url('/lfw/frame/device_pc/themes/webclassic/ui/ctrl/grid/images/highlight_center.png') repeat-x center;*/ } .grid_div .cell_select { /*edit by jizhg 修改选中行背景颜色,加上下边框*/ border-top: 1px solid #FF9999; border-bottom: 1px solid #FF9999; /*background-color: #FFFFB0;*/ background:#FFDDDD; /*background:#FFFFFF url('/lfw/frame/device_pc/themes/webclassic/ui/ctrl/grid/images/highlight_center.png') repeat-x center;*/ } .grid_div .fixedcell_select { } .grid_div .fixed_select_colum { /*position: absolute;*/ position: relative; overflow: hidden; /* border-bottom-style:solid; border-bottom-width:1px; border-bottom-color:#EDEDED; */ } .grid_div .cell_focus { border-top: 1px solid #FF9999; border-bottom: 1px solid #FF9999; background-color: #FFCCCC; } .grid_div .cell_error { background-color:#fef1f1; } .grid_div .sort_img { position: absolute; right: 3px; top: 0px; } .grid_div .tempDiv{ border-right:1px solid #999999; color:#666666; position:relative; } .grid_div .tempDiv div{ position:relative; /*padding-left:10px; padding-right:10px;*/ } .grid_div .columnSetting{ right:8px; top:0px; width:9px; height:100%; background:url(/lfw/frame/device_pc/themes/webclassic/ui/ctrl/grid/images/column_setting.png) no-repeat center center #FFFFFF; cursor: pointer; border:1px solid #9EC9FB; } .grid_paginationbar .pageinationbgleft{ position:relative; float:right; width:10px; height:22px; background:url("/lfw/frame/device_pc/themes/webclassic/ui/ctrl/pagination/images/bg_left.png") no-repeat; } .grid_paginationbar .pageinationbgright{ position:relative; float:right; width:10px; height:22px; background:url("/lfw/frame/device_pc/themes/webclassic/ui/ctrl/pagination/images/right.png") no-repeat; } .grid_paginationbar .pageinationbgcenter{ position:relative; float:left; height:22px; background:url("/lfw/frame/device_pc/themes/webclassic/ui/ctrl/pagination/images/center.png") repeat-x; margin-top:5px; margin-left:13px; } .grid_paginationbar .selectedleft{ position:relative; float:left; width:16px; height:31px; background:url("/lfw/frame/device_pc/themes/webclassic/ui/ctrl/pagination/images/selected_left.png") no-repeat; top:-3px; } .grid_paginationbar .unselectedleft{ position:relative; float:left; width:0px; height:22px; } .grid_paginationbar .selectedright{ position:relative; float:left; width:16px; height:31px; background:url("/lfw/frame/device_pc/themes/webclassic/ui/ctrl/pagination/images/selected_right.png") no-repeat; top:-3px; } .grid_paginationbar .unselectedright{ position:relative; float:left; width:0px; height:22px; } .grid_paginationbar .selectedcenter{ position:relative; float:left; height:31px; color:#ffffff; text-align:center; line-height:25px; background:url("/lfw/frame/device_pc/themes/webclassic/ui/ctrl/pagination/images/selected_center.png") repeat-x; top:-3px; font-weight:bold; } .grid_paginationbar .unselectedcenter{ position:relative; float:left; height:22px; color:#999999; text-align:center; line-height:22px; margin-left:7px; margin-right:7px; font-weight:normal; } .grid_paginationbar .selected{ position:relative; float:left; width:31px; height:31px; color:#ffffff; text-align:center; line-height:25px; background:url("/lfw/frame/device_pc/themes/webclassic/ui/ctrl/pagination/images/selected.png") no-repeat; top:-3px; font-weight:bold; } .grid_paginationbar .unselected{ position:relative; float:left; height:22px; color:#999999; text-align:center; line-height:22px; margin-left:7px; margin-right:7px; font-weight:normal; } .grid_paginationbar .pagefirst{ position:relative; float:left; height:22px; color:#999999; text-align:center; line-height:22px; margin-right:7px; font-weight:normal; } .grid_paginationbar .pagelast{ position:relative; float:left; height:22px; color:#999999; text-align:center; line-height:22px; margin-left:7px; font-weight:normal; } .grid_paginationbar .smartcut{ position:relative; float:left; width:1px; height:22px; background:url("/lfw/frame/device_pc/themes/webclassic/ui/ctrl/pagination/images/cut02.png") no-repeat; background-position:center center; margin-left:3px; margin-right:3px; } .grid_paginationbar .pre{ position:relative; float:left; width:25px; height:22px; background:url("/lfw/frame/device_pc/themes/webclassic/ui/ctrl/pagination/images/pre.png") no-repeat; left:-10px; } .grid_paginationbar .next{ position:relative; float:left; width:25px; height:22px; background:url("/lfw/frame/device_pc/themes/webclassic/ui/ctrl/pagination/images/next.png") no-repeat; left:10px; } .grid_paginationbar .preover{ position:relative; float:left; width:25px; height:22px; background:url("/lfw/frame/device_pc/themes/webclassic/ui/ctrl/pagination/images/pre_over.png") no-repeat; left:-10px; } .grid_paginationbar .nextover{ position:relative; float:left; width:25px; height:22px; background:url("/lfw/frame/device_pc/themes/webclassic/ui/ctrl/pagination/images/next_over.png") no-repeat; left:10px; } .grid_paginationbar .paginationPanel{ position:relative; height:100%; margin-left:auto; margin-right:auto; } .grid_paginationbar .paginationMessage{ position:relative; height:100%; /*不同语种所需宽度不同,因此不设置宽度 width:300px;*/ float:right; line-height:30px; } .grid_paginationbar .simple_paginationMessage{ position:relative; height:100%; float:right; line-height:30px; } .grid_paginationbar .paginationText{ position:relative; height:100%; float:left; color:#999999; } .grid_paginationbar .paginationText .perPageRowCount { color:#0086b2; } .tip_message{ position:absolute; } .tip_message .left_top_div{ position:absolute; left:0px; top:0px; width:18px; height:18px; background:url('/lfw/frame/device_pc/themes/webclassic/ui/ctrl/tips/images/pw_arrow_left_top.png') no-repeat; } .tip_message .center_top_div{ position:absolute; left:18px; right:18px; top:0px; height:18px; background:url('/lfw/frame/device_pc/themes/webclassic/ui/ctrl/tips/images/pw_arrow_top_center.png') repeat-x; } .tip_message .right_top_div{ position:absolute; right:0px; top:0px; width:18px; height:18px; background:url('/lfw/frame/device_pc/themes/webclassic/ui/ctrl/tips/images/pw_round_right_top.png') no-repeat; } .tip_message .left_center_div{ position:absolute; left:0px; top:18px; bottom:18px; width:18px; background:url('/lfw/frame/device_pc/themes/webclassic/ui/ctrl/tips/images/pw_arrow_left_center.png') repeat-y; } .tip_message .center_div{ position:relative; margin-left:18px; margin-right:18px; margin-top:18px; margin-bottom:18px; background:url('/lfw/frame/device_pc/themes/webclassic/ui/ctrl/tips/images/pw_arrow_center.png?c=1') repeat; } .tip_message .right_center_div{ position:absolute; right:0px; top:18px; bottom:18px; width:18px; background:url('/lfw/frame/device_pc/themes/webclassic/ui/ctrl/tips/images/pw_arrow_right_center.png') repeat-y; } .tip_message .left_bottom_div{ position:absolute; left:0px; bottom:0px; width:18px; height:18px; background:url('/lfw/frame/device_pc/themes/webclassic/ui/ctrl/tips/images/pw_round_left_bottom.png') no-repeat; } .tip_message .center_bottom_div{ position:absolute; left:18px; right:18px; bottom:0px; height:18px; background:url('/lfw/frame/device_pc/themes/webclassic/ui/ctrl/tips/images/pw_arrow_bottom_center.png') repeat-x; } .tip_message .right_bottom_div{ position:absolute; right:0px; bottom:0px; width:18px; height:18px; background:url('/lfw/frame/device_pc/themes/webclassic/ui/ctrl/tips/images/pw_angle_right_bottom.png') no-repeat; } .error_whole_msg_div{ position:absolute; z-index:10000; top:-13px; left:10px; margin-right:10px; } .error_whole_msg_div .whole_msg_div{ position:relative; float:left; } .error_whole_msg_div .bg_left_top{ position:absolute; background:url(/lfw/frame/device_pc/themes/webclassic/ui/ctrl/error/images/left_top.png) no-repeat; width:19px; height:10px; left:0px; top:0px; } .error_whole_msg_div .bg_top_middle{ position:absolute; background:url(/lfw/frame/device_pc/themes/webclassic/ui/ctrl/error/images/top_middle.png) repeat-x; height:10px; left:19px; right:4px; top:0px; } .error_whole_msg_div .bg_right_top{ position:absolute; background:url(/lfw/frame/device_pc/themes/webclassic/ui/ctrl/error/images/right_top.png) no-repeat; width:4px; height:10px; right:0px; top:0px; } .error_whole_msg_div .bg_right_middle{ position:absolute; background:url(/lfw/frame/device_pc/themes/webclassic/ui/ctrl/error/images/right_middle.png) repeat-y; width:4px; right:0px; top:10px; bottom:5px; } .error_whole_msg_div .bg_right_bottom{ position:absolute; background:url(/lfw/frame/device_pc/themes/webclassic/ui/ctrl/error/images/right_bottom.png) no-repeat; width:4px; height:5px; right:0px; bottom:0px; } .error_whole_msg_div .bg_bottom_middle{ position:absolute; background:url(/lfw/frame/device_pc/themes/webclassic/ui/ctrl/error/images/bottom_middle.png) repeat-x; height:5px; left:19px; right:4px; bottom:0px; } .error_whole_msg_div .bg_left_bottom{ position:absolute; background:url(/lfw/frame/device_pc/themes/webclassic/ui/ctrl/error/images/left_bottom.png) no-repeat; width:19px; height:5px; left:0px; bottom:0px; } .error_whole_msg_div .bg_left_middle{ position:absolute; background:url(/lfw/frame/device_pc/themes/webclassic/ui/ctrl/error/images/left_middle.png) repeat-y; width:19px; left:0px; top:10px; bottom:5px; } .error_whole_msg_div .error_center_up_div{ line-height:20px; position:relative; margin:10px 4px 5px 19px; background-color:#f7e3db; } .error_whole_msg_div .warning{ width:17px; height:17px; position:absolute; left:5px; top:6px; background:url(/lfw/frame/device_pc/themes/webclassic/ui/ctrl/error/images/warning.png); margin-top:3px; } .cellwarning{ width:17px; height:17px; position:absolute; right:5px; top:0px; background:url(/lfw/frame/device_pc/themes/webclassic/ui/ctrl/error/images/warning.png); margin-top:3px; display:none; } .error_whole_msg_div .close_normal{ width:15px; height:15px; position:absolute; right:5px; top:6px; background:url(/lfw/frame/device_pc/themes/webclassic/ui/ctrl/error/images/close_normal.png); margin-top:4px; } .error_whole_msg_div .close_press{ width:15px; height:15px; position:absolute; right:5px; top:6px; background:url(/lfw/frame/device_pc/themes/webclassic/ui/ctrl/error/images/close_press.png); margin-top:4px; } .error_whole_msg_div .errorMsg{ font-size:12px; color:#c45d30; margin-left:10px; margin-right:25px; }
0.262464
0.038829
[id="cennik"] { height: 100%; } .my [id="cennik"] .modal-dialog { width: 869px; overflow: visible; height: 424px; background-color: transparent; box-shadow: none; border: 0; padding: 0 0 0 12px; background-position: 0; background-repeat: no-repeat; background-image: url("./images/pricing.png"); background-size: 100% 436px; top: 50%; margin-top: -222px; } [id="cennik"] [class~="box"] { text-align: center; width: 271px; float: left; padding: 23px 31px; margin-left: 0; font-size: 13px; margin-top: 23px; } [id="cennik"] h3 { text-align: center; color: #0b6099; font-size: 32px; font-weight: 300; margin-top: 7px; } [id="cennik"] [class~="desc"] { color: #9a9a9a; font-size: 13px; text-align: center; display: block; text-transform: uppercase; } [id="cennik"] hr { max-width: 84px; border-color: rgba(255, 255, 255, 0.55); display: block; width: 28px; border-color: #cccccc; margin: 14px auto 26px; } [id="cennik"] [class~="benefits"] { color: #2c2c2c; font-size: 13px; line-height: 26px; } [id="cennik"] [class~="basic"] button { margin-top: 45px; } [id="cennik"] button { float: left; background-color: transparent; border: 2px solid #2677b4; display: block; width: 100%; margin: 17px auto 0; color: #2677b4; padding: 10px 0; font-weight: 600; text-transform: uppercase; transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; } [id="cennik"] a { color: inherit; text-decoration: underline; } [id="cennik"] button:hover { border-color: #19527f; background-color: #19527f; opacity: 0.8; color: white; transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; } [id="cennik"] [class~="basic"] { width: 271px; } [id="cennik"] [class~="standard"] { width: 300px; } [id="cennik"] [class~="premium"] { width: 271px; } [id="cennik"] [class~="standard"] button { margin-top: 46px; } [id="cennik"] [class~="more-offer"] { color: rgba(255, 255, 255, 0.6); font-size: 14px; font-style: italic; position: relative; top: 63px; text-align: center; z-index: -1; overflow: hidden; clear: both; }
assets/css_pricing.css
[id="cennik"] { height: 100%; } .my [id="cennik"] .modal-dialog { width: 869px; overflow: visible; height: 424px; background-color: transparent; box-shadow: none; border: 0; padding: 0 0 0 12px; background-position: 0; background-repeat: no-repeat; background-image: url("./images/pricing.png"); background-size: 100% 436px; top: 50%; margin-top: -222px; } [id="cennik"] [class~="box"] { text-align: center; width: 271px; float: left; padding: 23px 31px; margin-left: 0; font-size: 13px; margin-top: 23px; } [id="cennik"] h3 { text-align: center; color: #0b6099; font-size: 32px; font-weight: 300; margin-top: 7px; } [id="cennik"] [class~="desc"] { color: #9a9a9a; font-size: 13px; text-align: center; display: block; text-transform: uppercase; } [id="cennik"] hr { max-width: 84px; border-color: rgba(255, 255, 255, 0.55); display: block; width: 28px; border-color: #cccccc; margin: 14px auto 26px; } [id="cennik"] [class~="benefits"] { color: #2c2c2c; font-size: 13px; line-height: 26px; } [id="cennik"] [class~="basic"] button { margin-top: 45px; } [id="cennik"] button { float: left; background-color: transparent; border: 2px solid #2677b4; display: block; width: 100%; margin: 17px auto 0; color: #2677b4; padding: 10px 0; font-weight: 600; text-transform: uppercase; transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; } [id="cennik"] a { color: inherit; text-decoration: underline; } [id="cennik"] button:hover { border-color: #19527f; background-color: #19527f; opacity: 0.8; color: white; transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; } [id="cennik"] [class~="basic"] { width: 271px; } [id="cennik"] [class~="standard"] { width: 300px; } [id="cennik"] [class~="premium"] { width: 271px; } [id="cennik"] [class~="standard"] button { margin-top: 46px; } [id="cennik"] [class~="more-offer"] { color: rgba(255, 255, 255, 0.6); font-size: 14px; font-style: italic; position: relative; top: 63px; text-align: center; z-index: -1; overflow: hidden; clear: both; }
0.12404
0.139455
.valid-feedback { display: none; width: 100%; margin-top: 0.25rem; font-size: 80%; color: #00f2c3; } .valid-tooltip { position: absolute; top: 100%; z-index: 5; display: none; max-width: 100%; padding: 0.25rem 0.5rem; margin-top: .1rem; font-size: 0.75rem; line-height: 1.5; color: #ffffff; background-color: rgba(0, 242, 195, 0.9); border-radius: 0.25rem; } .was-validated .form-control:valid, .form-control.is-valid { border-color: #00f2c3; padding-right: 2.25rem; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2300f2c3' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e"); background-repeat: no-repeat; background-position: center right calc(0.357143em + 0.25rem); background-size: calc(0.714286em + 0.5rem) calc(0.714286em + 0.5rem); } .was-validated .form-control:valid:focus, .form-control.is-valid:focus { border-color: #00f2c3; box-shadow: 0 0 0 0 rgba(0, 242, 195, 0.25); } .was-validated .form-control:valid~.valid-feedback, .was-validated .form-control:valid~.valid-tooltip, .form-control.is-valid~.valid-feedback, .form-control.is-valid~.valid-tooltip { display: block; } .was-validated textarea.form-control:valid, textarea.form-control.is-valid { padding-right: 2.25rem; background-position: top calc(0.357143em + 0.25rem) right calc(0.357143em + 0.25rem); } .was-validated .custom-select:valid, .custom-select.is-valid { border-color: #00f2c3; padding-right: calc((1em + 1rem) * 3 / 4 + 1.7rem); background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%2332325d' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.7rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2300f2c3' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") transparent no-repeat center right 1.7rem/calc(0.714286em + 0.5rem) calc(0.714286em + 0.5rem); } .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus { border-color: #00f2c3; box-shadow: 0 0 0 0 rgba(0, 242, 195, 0.25); } .was-validated .custom-select:valid~.valid-feedback, .was-validated .custom-select:valid~.valid-tooltip, .custom-select.is-valid~.valid-feedback, .custom-select.is-valid~.valid-tooltip { display: block; } .was-validated .form-control-file:valid~.valid-feedback, .was-validated .form-control-file:valid~.valid-tooltip, .form-control-file.is-valid~.valid-feedback, .form-control-file.is-valid~.valid-tooltip { display: block; } .was-validated .form-check-input:valid~.form-check-label, .form-check-input.is-valid~.form-check-label { color: #00f2c3; } .was-validated .form-check-input:valid~.valid-feedback, .was-validated .form-check-input:valid~.valid-tooltip, .form-check-input.is-valid~.valid-feedback, .form-check-input.is-valid~.valid-tooltip { display: block; } .was-validated .custom-control-input:valid~.custom-control-label, .custom-control-input.is-valid~.custom-control-label { color: #00f2c3; } .was-validated .custom-control-input:valid~.custom-control-label::before, .custom-control-input.is-valid~.custom-control-label::before { border-color: #00f2c3; } .was-validated .custom-control-input:valid~.valid-feedback, .was-validated .custom-control-input:valid~.valid-tooltip, .custom-control-input.is-valid~.valid-feedback, .custom-control-input.is-valid~.valid-tooltip { display: block; } .was-validated .custom-control-input:valid:checked~.custom-control-label::before, .custom-control-input.is-valid:checked~.custom-control-label::before { border-color: #26ffd5; background-color: #26ffd5; } .was-validated .custom-control-input:valid:focus~.custom-control-label::before, .custom-control-input.is-valid:focus~.custom-control-label::before { box-shadow: 0 0 0 0 rgba(0, 242, 195, 0.25); } .was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before { border-color: #00f2c3; } .was-validated .custom-file-input:valid~.custom-file-label, .custom-file-input.is-valid~.custom-file-label { border-color: #00f2c3; } .was-validated .custom-file-input:valid~.valid-feedback, .was-validated .custom-file-input:valid~.valid-tooltip, .custom-file-input.is-valid~.valid-feedback, .custom-file-input.is-valid~.valid-tooltip { display: block; } .was-validated .custom-file-input:valid:focus~.custom-file-label, .custom-file-input.is-valid:focus~.custom-file-label { border-color: #00f2c3; box-shadow: 0 0 0 0 rgba(0, 242, 195, 0.25); } .invalid-feedback { display: none; width: 100%; margin-top: 0.25rem; font-size: 80%; color: #ff8d72; } .invalid-tooltip { position: absolute; top: 100%; z-index: 5; display: none; max-width: 100%; padding: 0.25rem 0.5rem; margin-top: .1rem; font-size: 0.75rem; line-height: 1.5; color: #ffffff; background-color: rgba(255, 141, 114, 0.9); border-radius: 0.25rem; } .was-validated .form-control:invalid, .form-control.is-invalid { border-color: #ff8d72; padding-right: 2.25rem; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ff8d72' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23ff8d72' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E"); background-repeat: no-repeat; background-position: center right calc(0.357143em + 0.25rem); background-size: calc(0.714286em + 0.5rem) calc(0.714286em + 0.5rem); } .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus { border-color: #ff8d72; box-shadow: 0 0 0 0 rgba(255, 141, 114, 0.25); } .was-validated .form-control:invalid~.invalid-feedback, .was-validated .form-control:invalid~.invalid-tooltip, .form-control.is-invalid~.invalid-feedback, .form-control.is-invalid~.invalid-tooltip { display: block; } .was-validated textarea.form-control:invalid, textarea.form-control.is-invalid { padding-right: 2.25rem; background-position: top calc(0.357143em + 0.25rem) right calc(0.357143em + 0.25rem); } .was-validated .custom-select:invalid, .custom-select.is-invalid { border-color: #ff8d72; padding-right: calc((1em + 1rem) * 3 / 4 + 1.7rem); background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%2332325d' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.7rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ff8d72' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23ff8d72' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") transparent no-repeat center right 1.7rem/calc(0.714286em + 0.5rem) calc(0.714286em + 0.5rem); } .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus { border-color: #ff8d72; box-shadow: 0 0 0 0 rgba(255, 141, 114, 0.25); } .was-validated .custom-select:invalid~.invalid-feedback, .was-validated .custom-select:invalid~.invalid-tooltip, .custom-select.is-invalid~.invalid-feedback, .custom-select.is-invalid~.invalid-tooltip { display: block; } .was-validated .form-control-file:invalid~.invalid-feedback, .was-validated .form-control-file:invalid~.invalid-tooltip, .form-control-file.is-invalid~.invalid-feedback, .form-control-file.is-invalid~.invalid-tooltip { display: block; } .was-validated .form-check-input:invalid~.form-check-label, .form-check-input.is-invalid~.form-check-label { color: #ff8d72; } .was-validated .form-check-input:invalid~.invalid-feedback, .was-validated .form-check-input:invalid~.invalid-tooltip, .form-check-input.is-invalid~.invalid-feedback, .form-check-input.is-invalid~.invalid-tooltip { display: block; } .was-validated .custom-control-input:invalid~.custom-control-label, .custom-control-input.is-invalid~.custom-control-label { color: #ff8d72; } .was-validated .custom-control-input:invalid~.custom-control-label::before, .custom-control-input.is-invalid~.custom-control-label::before { border-color: #ff8d72; } .was-validated .custom-control-input:invalid~.invalid-feedback, .was-validated .custom-control-input:invalid~.invalid-tooltip, .custom-control-input.is-invalid~.invalid-feedback, .custom-control-input.is-invalid~.invalid-tooltip { display: block; } .was-validated .custom-control-input:invalid:checked~.custom-control-label::before, .custom-control-input.is-invalid:checked~.custom-control-label::before { border-color: #ffb6a5; background-color: #ffb6a5; } .was-validated .custom-control-input:invalid:focus~.custom-control-label::before, .custom-control-input.is-invalid:focus~.custom-control-label::before { box-shadow: 0 0 0 0 rgba(255, 141, 114, 0.25); } .was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before { border-color: #ff8d72; } .was-validated .custom-file-input:invalid~.custom-file-label, .custom-file-input.is-invalid~.custom-file-label { border-color: #ff8d72; } .was-validated .custom-file-input:invalid~.invalid-feedback, .was-validated .custom-file-input:invalid~.invalid-tooltip, .custom-file-input.is-invalid~.invalid-feedback, .custom-file-input.is-invalid~.invalid-tooltip { display: block; } .was-validated .custom-file-input:invalid:focus~.custom-file-label, .custom-file-input.is-invalid:focus~.custom-file-label { border-color: #ff8d72; box-shadow: 0 0 0 0 rgba(255, 141, 114, 0.25); }
assets/css/validator.css
.valid-feedback { display: none; width: 100%; margin-top: 0.25rem; font-size: 80%; color: #00f2c3; } .valid-tooltip { position: absolute; top: 100%; z-index: 5; display: none; max-width: 100%; padding: 0.25rem 0.5rem; margin-top: .1rem; font-size: 0.75rem; line-height: 1.5; color: #ffffff; background-color: rgba(0, 242, 195, 0.9); border-radius: 0.25rem; } .was-validated .form-control:valid, .form-control.is-valid { border-color: #00f2c3; padding-right: 2.25rem; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2300f2c3' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e"); background-repeat: no-repeat; background-position: center right calc(0.357143em + 0.25rem); background-size: calc(0.714286em + 0.5rem) calc(0.714286em + 0.5rem); } .was-validated .form-control:valid:focus, .form-control.is-valid:focus { border-color: #00f2c3; box-shadow: 0 0 0 0 rgba(0, 242, 195, 0.25); } .was-validated .form-control:valid~.valid-feedback, .was-validated .form-control:valid~.valid-tooltip, .form-control.is-valid~.valid-feedback, .form-control.is-valid~.valid-tooltip { display: block; } .was-validated textarea.form-control:valid, textarea.form-control.is-valid { padding-right: 2.25rem; background-position: top calc(0.357143em + 0.25rem) right calc(0.357143em + 0.25rem); } .was-validated .custom-select:valid, .custom-select.is-valid { border-color: #00f2c3; padding-right: calc((1em + 1rem) * 3 / 4 + 1.7rem); background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%2332325d' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.7rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2300f2c3' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") transparent no-repeat center right 1.7rem/calc(0.714286em + 0.5rem) calc(0.714286em + 0.5rem); } .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus { border-color: #00f2c3; box-shadow: 0 0 0 0 rgba(0, 242, 195, 0.25); } .was-validated .custom-select:valid~.valid-feedback, .was-validated .custom-select:valid~.valid-tooltip, .custom-select.is-valid~.valid-feedback, .custom-select.is-valid~.valid-tooltip { display: block; } .was-validated .form-control-file:valid~.valid-feedback, .was-validated .form-control-file:valid~.valid-tooltip, .form-control-file.is-valid~.valid-feedback, .form-control-file.is-valid~.valid-tooltip { display: block; } .was-validated .form-check-input:valid~.form-check-label, .form-check-input.is-valid~.form-check-label { color: #00f2c3; } .was-validated .form-check-input:valid~.valid-feedback, .was-validated .form-check-input:valid~.valid-tooltip, .form-check-input.is-valid~.valid-feedback, .form-check-input.is-valid~.valid-tooltip { display: block; } .was-validated .custom-control-input:valid~.custom-control-label, .custom-control-input.is-valid~.custom-control-label { color: #00f2c3; } .was-validated .custom-control-input:valid~.custom-control-label::before, .custom-control-input.is-valid~.custom-control-label::before { border-color: #00f2c3; } .was-validated .custom-control-input:valid~.valid-feedback, .was-validated .custom-control-input:valid~.valid-tooltip, .custom-control-input.is-valid~.valid-feedback, .custom-control-input.is-valid~.valid-tooltip { display: block; } .was-validated .custom-control-input:valid:checked~.custom-control-label::before, .custom-control-input.is-valid:checked~.custom-control-label::before { border-color: #26ffd5; background-color: #26ffd5; } .was-validated .custom-control-input:valid:focus~.custom-control-label::before, .custom-control-input.is-valid:focus~.custom-control-label::before { box-shadow: 0 0 0 0 rgba(0, 242, 195, 0.25); } .was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before { border-color: #00f2c3; } .was-validated .custom-file-input:valid~.custom-file-label, .custom-file-input.is-valid~.custom-file-label { border-color: #00f2c3; } .was-validated .custom-file-input:valid~.valid-feedback, .was-validated .custom-file-input:valid~.valid-tooltip, .custom-file-input.is-valid~.valid-feedback, .custom-file-input.is-valid~.valid-tooltip { display: block; } .was-validated .custom-file-input:valid:focus~.custom-file-label, .custom-file-input.is-valid:focus~.custom-file-label { border-color: #00f2c3; box-shadow: 0 0 0 0 rgba(0, 242, 195, 0.25); } .invalid-feedback { display: none; width: 100%; margin-top: 0.25rem; font-size: 80%; color: #ff8d72; } .invalid-tooltip { position: absolute; top: 100%; z-index: 5; display: none; max-width: 100%; padding: 0.25rem 0.5rem; margin-top: .1rem; font-size: 0.75rem; line-height: 1.5; color: #ffffff; background-color: rgba(255, 141, 114, 0.9); border-radius: 0.25rem; } .was-validated .form-control:invalid, .form-control.is-invalid { border-color: #ff8d72; padding-right: 2.25rem; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ff8d72' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23ff8d72' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E"); background-repeat: no-repeat; background-position: center right calc(0.357143em + 0.25rem); background-size: calc(0.714286em + 0.5rem) calc(0.714286em + 0.5rem); } .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus { border-color: #ff8d72; box-shadow: 0 0 0 0 rgba(255, 141, 114, 0.25); } .was-validated .form-control:invalid~.invalid-feedback, .was-validated .form-control:invalid~.invalid-tooltip, .form-control.is-invalid~.invalid-feedback, .form-control.is-invalid~.invalid-tooltip { display: block; } .was-validated textarea.form-control:invalid, textarea.form-control.is-invalid { padding-right: 2.25rem; background-position: top calc(0.357143em + 0.25rem) right calc(0.357143em + 0.25rem); } .was-validated .custom-select:invalid, .custom-select.is-invalid { border-color: #ff8d72; padding-right: calc((1em + 1rem) * 3 / 4 + 1.7rem); background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%2332325d' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.7rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ff8d72' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23ff8d72' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") transparent no-repeat center right 1.7rem/calc(0.714286em + 0.5rem) calc(0.714286em + 0.5rem); } .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus { border-color: #ff8d72; box-shadow: 0 0 0 0 rgba(255, 141, 114, 0.25); } .was-validated .custom-select:invalid~.invalid-feedback, .was-validated .custom-select:invalid~.invalid-tooltip, .custom-select.is-invalid~.invalid-feedback, .custom-select.is-invalid~.invalid-tooltip { display: block; } .was-validated .form-control-file:invalid~.invalid-feedback, .was-validated .form-control-file:invalid~.invalid-tooltip, .form-control-file.is-invalid~.invalid-feedback, .form-control-file.is-invalid~.invalid-tooltip { display: block; } .was-validated .form-check-input:invalid~.form-check-label, .form-check-input.is-invalid~.form-check-label { color: #ff8d72; } .was-validated .form-check-input:invalid~.invalid-feedback, .was-validated .form-check-input:invalid~.invalid-tooltip, .form-check-input.is-invalid~.invalid-feedback, .form-check-input.is-invalid~.invalid-tooltip { display: block; } .was-validated .custom-control-input:invalid~.custom-control-label, .custom-control-input.is-invalid~.custom-control-label { color: #ff8d72; } .was-validated .custom-control-input:invalid~.custom-control-label::before, .custom-control-input.is-invalid~.custom-control-label::before { border-color: #ff8d72; } .was-validated .custom-control-input:invalid~.invalid-feedback, .was-validated .custom-control-input:invalid~.invalid-tooltip, .custom-control-input.is-invalid~.invalid-feedback, .custom-control-input.is-invalid~.invalid-tooltip { display: block; } .was-validated .custom-control-input:invalid:checked~.custom-control-label::before, .custom-control-input.is-invalid:checked~.custom-control-label::before { border-color: #ffb6a5; background-color: #ffb6a5; } .was-validated .custom-control-input:invalid:focus~.custom-control-label::before, .custom-control-input.is-invalid:focus~.custom-control-label::before { box-shadow: 0 0 0 0 rgba(255, 141, 114, 0.25); } .was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before { border-color: #ff8d72; } .was-validated .custom-file-input:invalid~.custom-file-label, .custom-file-input.is-invalid~.custom-file-label { border-color: #ff8d72; } .was-validated .custom-file-input:invalid~.invalid-feedback, .was-validated .custom-file-input:invalid~.invalid-tooltip, .custom-file-input.is-invalid~.invalid-feedback, .custom-file-input.is-invalid~.invalid-tooltip { display: block; } .was-validated .custom-file-input:invalid:focus~.custom-file-label, .custom-file-input.is-invalid:focus~.custom-file-label { border-color: #ff8d72; box-shadow: 0 0 0 0 rgba(255, 141, 114, 0.25); }
0.510008
0.081776
/* ------------- # Top Header Section ------------- */ .top-header { height: 50px; background-color: rgb(246, 246, 246) } .top-header-contact { display: inline; margin-right: 33px; } .top-header-contact svg { font-size: 16px; color: rgb(30, 42, 120); line-height: 1.125; margin-right: 10px; } .top-header-contact a { font-size: 13px; font-family: 'Rubik', sans-serif; color: rgb(100, 117, 137); font-weight: 500; line-height: 1.385; } .top-header-social svg { margin-right: 19px; font-size: 16px; color: rgb(30, 42, 120); line-height: 1.125; } /* ------------- # Menu Section ------------- */ .menu-header { height: 116px; } .menu-header img.logo { height: 60px; } /* Menu Area */ .menu-area ul { list-style: none; padding: 0; margin: 0; } .menu-area ul li { display: inline; font-size: 14px; font-family: 'Rubik', sans-serif; font-weight: 500; text-transform: uppercase; line-height: 1.286; margin-right: 41px; } .menu-area ul li.current-menu-item > a, .menu-area ul li a:hover { color: rgb(34, 54, 69); } .menu-area ul li a { color: #647589; } .menu-area ul li:last-child { margin: 0; } .menu-area > ul > li { position: relative; } /* Menu Ends */ /* Submenu area */ .menu-area > ul > li > ul { position: absolute; top: 280%; left: -10px; min-width: 176px; z-index: 999; background: white; box-shadow: 0px 0px 20px 3px rgba(150, 176, 203, 0.15); opacity: 0; transition: 0.3s; visibility: hidden; } .menu-area > ul > li > ul:before { content: ' '; background: transparent; width: 30px; height: 20px; position: absolute; z-index: 3; bottom: 100%; left: 10px; border-left: 15px solid transparent; border-right: 15px solid transparent; border-bottom: 15px solid #fff; } .menu-area > ul > li > ul > li { border-bottom: 1px solid #f6f6f6; } .menu-area > ul > li > ul > li:last-child { border-bottom: none; } .menu-area > ul > li > ul li { line-height: 2; margin: 0; position: relative; display: block; font-size: 13px; padding: 10px 15px; } .menu-area > ul > li:hover > ul { opacity: 1; transition: 0.3s; visibility: visible; top: 185%; } /* Submenu area ends */ /* Second submenu area */ .menu-area > ul > li > ul > li ul { position: absolute; top: 0; left: 170%; width: 120px; padding: 5px 10px; z-index: 999; background: white; box-shadow: 0px 0px 20px 3px rgba(150, 176, 203, 0.15); opacity: 0; transition: 0.3s; } .menu-area > ul > li ul > li:hover > ul { opacity: 1; transition: 0.3s; left: 100%; } /* ------------- # Banner Section ------------- */ section.banner { background-color: #f6f6f6; position: relative; overflow: hidden; } .home-slider-content { padding-top: 188px; overflow: hidden; position: relative; } .home-slider-content-2 { overflow: hidden; } .home-slider .slick-arrow, .home-slider-2 .slick-arrow { position: absolute; top: 50%; transform: translateY(-50%); background: transparent; border: none; font-size: 25px; z-index: 55; transition: 0.3s; padding: 10px 16px; } .home-slider-2 .slick-arrow { color: #f6f6f6; background-color: rgb(30, 42, 120); } .home-slider .slick-arrow { color: rgb(30, 42, 120); background-color: #fff; } .home-slider .slick-prev, .home-slider-2 .slick-prev { left: 0; } .home-slider .slick-next, .home-slider-2 .slick-next { right: 0; } .home-slider .slick-arrow:hover { background-color: rgb(30, 42, 120); color: #fff; transition: 0.3s; } .home-slider-2 .slick-arrow:hover { color: rgb(30, 42, 120); background-color: #fff; } .banner-text h1 { font-size: 48px; font-family: 'Poppins', sans-serif; color: rgb(30, 42, 120); font-weight: 700; line-height: 1.333; text-align: left; margin: 0; } .banner-text p { font-size: 21px; font-family: 'Rubik', sans-serif; color: rgb(100, 117, 137); line-height: 1.545; text-align: left; margin: 54px 0 51px 0; } .banner-image img { margin-bottom: 190px; position: relative; z-index: 2; } /* shapes sizing */ .shape-03 { position: absolute; top: 0; width: 100%; } .shape-03 img { width: 275px; margin-top: -165px; } .bottom-arrow { position: absolute; animation: bottom-arrow-animation 1.5s infinite linear; width: 100%; } .bottom-arrow svg { fill: #1e2a78; height: 47px; margin-bottom: 33px; } .shape-01 { position: absolute; bottom: 84px; right: 0; } .shape-02 { position: absolute; top: -47px; right: -171px; z-index: 0; animation: shape-02-fade-in 4s; } .shape-02 img { animation: spin 8s 2s; } .shape-0 { position: absolute; top: -21px; left: 0; z-index: 0; } /* banner floating text */ .banner-floating-text { position: absolute; /* top: -146px; */ top: -240px; left: -405px; height: 100%; width: max-content; transform: rotate(-90deg); } .banner-floating-text h1 { font-size: 200px; /* font-size: 150px; */ font-family: 'Poppins', sans-serif; color: rgba(30, 42, 120, 0.2); font-weight: 700; } /* ------------- # Features Section ------------- */ section.features-area { padding-bottom: 125px; } .feature, .f-point { max-width: max-content; } .f-point { float: left; margin-right: 25px; } .feature { overflow: hidden; } .f-point h1 { font-size: 100px; font-family: 'Poppins', sans-serif; color: rgba(100, 117, 137, 0.102); font-weight: bold; line-height: 0.78; } .f-icon svg { height: 50px; width: auto; } .f-description { width: 100%; } .f-description h1 { font-size: 28px; font-family: 'Poppins', sans-serif; color: rgb(34, 54, 69); font-weight: bold; margin-top: 22px; display: inline-block; } .f-description p { font-size: 16px; font-family: 'Rubik', sans-serif; color: rgb(100, 117, 137); } /* ------------- # Companies Section ------------- */ .companies { height: 200px; background-color: #f6f6f6; } .companies img { max-height: 87px; } .companies .slick-slide { margin-right: 40px; margin-left: 40px; } .companies .slick-track { position: relative; top: 0; left: 0; display: flex; margin-left: auto; margin-right: auto; align-items: center; } /* ------------- # Services Section ------------- */ section.services-area { padding-bottom: 0px; } .service-box { border-radius: 10px; background-color: rgb(255, 255, 255); box-shadow: 0px 5px 20px 0px rgba(150, 176, 203, 0.15); /* padding: 40px; */ padding: 30px; margin-bottom: 30px; transition: 0.3s; } .service-box:hover { box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15); transition: 0.3s; } .service-image svg { height: 55px; } .service-image { float: left; margin-right: 24px; } .service-text { overflow: hidden; } .service-text h1 { font-size: 18px; font-family: 'Poppins', sans-serif; color: rgb(34, 54, 69); font-weight: bold; } .service-text p { font-size: 16px; font-family: myriad-pro, sans-serif; font-style: normal; font-weight: 400; color: #6e7e91; } /* ------------- # Projects Section ------------- */ section.projects-area { background: #fbfbfb; padding-top: 1px; padding-bottom: 120px; } .project-thumbnail img { width: 100%; } .project-thumbnail { position: relative; } .project-thumbnail::before { position: absolute; top: 0; left: 0; content: ""; width: 100%; height: 100%; background: #1e2a78; opacity: 0; transition: 0.3s; } .project-text svg { height: 14px; fill: #fff; margin-top: -5px; } .project-text h3 { font-size: 18px; font-family: 'Rubik', sans-serif; color: #fff; font-weight: 700; display: inline; text-transform: uppercase; margin-right: 7px; } .project-box { position: relative; margin-bottom: 30px; } .project-text { position: absolute; top: 50%; right: 0; width: 100%; transform: translateY(-50%); opacity: 0; transition: 0.3s; } .project-box:hover .project-text, .project-box:hover .project-thumbnail::before { opacity: 1; transition: 0.3s; } .projects-holder { padding-bottom: 70px; } /* ------------- # Speciality Section ------------- */ section.speciality-area { margin-top: 121px; margin-bottom: 120px; } .sp-text { font-size: 16px; font-family: 'Rubik', sans-serif; color: rgb(100, 117, 137); line-height: 1.938; overflow: hidden; display: flex; } .sp-text p { display: inline-block; line-height: 1.5; } .sp-text svg { margin-right: 10px; } .speciality-text { padding-right: 3rem; } /* speciality box */ .speciality-box { width: 49%; height: 228px; padding: 12px; } .sp-box-text h3 { font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 20px; color: #000; margin-bottom: 0; } .sp-box-text p { font-size: 16px; font-family: 'Rubik', sans-serif; color: rgb(51, 51, 51); line-height: 1.75; } .sp-box-text { margin-top: 20px; } .sp-first-box { border-right: 1px solid #f6f6f6; border-bottom: 1px solid #f6f6f6; padding-top: 67px; float: left; } .sp-second-box { border-left: 1px solid #f6f6f6; border-bottom: 1px solid #f6f6f6; padding-top: 67px; overflow: hidden; } .sp-third-box { border-right: 1px solid #f6f6f6; border-top: 1px solid #f6f6f6; padding-top: 44px; float: left; } .sp-fourth-box { border-left: 1px solid #f6f6f6; border-top: 1px solid #f6f6f6; padding-top: 44px; overflow: hidden; } /* ------------- # Posts Section ------------- */ section.posts-area { background: #fbfbfb; padding-top: 1px; padding-bottom: 120px; } .post { box-shadow: 0px 5px 20px 0px rgba(150, 176, 203, 0.05); background: #fff; margin-bottom: 30px; } .post-excerpt { padding: 30px 30px 28px 28px; } .post-excerpt a { font-size: 14px; font-family: 'Rubik', sans-serif; color: rgb(255, 255, 255); border-radius: 2px; background-color: rgb(30, 42, 120); padding: 6px 16px; } .post-excerpt h2 { font-size: 18px; font-family: 'Poppins', sans-serif; color: rgb(34, 54, 69); font-weight: 700; line-height: 1.556; margin-top: 16px; margin-bottom: 22px; } .post-excerpt h2 > a { font-size: inherit; background: none; padding: 0; color: inherit; } .post-excerpt p { font-size: 17px; font-family: 'Rubik', sans-serif; color: rgb(100, 117, 137); line-height: 1.765; margin-bottom: 31px; } .post-excerpt hr { background-color: rgb(246, 246, 246); height: 1px; } .post-extra p { font-size: 14px; float: left; } .post-extra a { background-color: inherit; color: rgb(51, 51, 51); font-weight: 700; float: right; padding: 0; } .post-extra a:hover, .post-excerpt h2 > a:hover { color: #1e2a78; } .post-extra { height: 20px; } .post-thumbnail img { width: 100%; } /* ------------- # Review Section ------------- */ section.review-area { padding-bottom: 120px;; } .rating p { font-size: 14px; font-family: 'Poppins', sans-serif; color: rgb(100, 117, 137); font-weight: 400; } .rating span { margin-left: 17px; font-size: 14px; color: rgb(255, 255, 255); font-weight: 700; padding: 12px 29px; background: #1e2a78; border-radius: 3px; } .rating svg { color: #ffc107; } .review { border: 1px solid #eff0f5; box-shadow: 0px 10px 20px 0px rgba(150, 176, 203, 0.05); } .review-text { padding: 40px 30px 64px 30px; } .review-text p { font-size: 16px; font-family: 'Rubik', sans-serif; color: rgb(100, 117, 137); line-height: 1.625; margin-top: 16px; } .client-profile { height: 119px; background-color: rgb(246, 246, 246); padding: 28px 0 27px 70px; position: relative; } .client-profile img { border-radius: 50%; width: 65px; height: 65px; float: left; margin-right: 24px; } .client-details { overflow: hidden; margin-top: 8px; } .client-details h2 { font-size: 18px; font-family: 'Poppins', sans-serif; color: rgb(34, 54, 69); font-weight: 700; } .client-details p { font-size: 14px; font-family: 'Rubik', sans-serif; color: rgb(100, 117, 137); } span.client-rating { font-size: 14px; font-family: 'Poppins', sans-serif; color: rgb(255, 255, 255); font-weight: 700; padding: 12px 29px; background: #1e2a78; border-radius: 40px; position: absolute; top: 0; left: 50%; transform: translate(-50%, -50%) } .client-rating svg { color: #ffc107; } /* slider settings */ .review-slider { position: relative; } .review-slider button.slick-arrow { font-size: 20px; color: rgb(30, 42, 120); background: #f6f6f6; border: none; height: 40px; width: 40px; transition: 0.3s; } .review-slider button.slick-arrow:hover { color: #fff; background: rgb(30, 42, 120); transition: 0.3s; } .review-slider .slide-next { position: absolute; top: 50%; right: -65px; transform: translateY(-50%); } .review-slider .slide-prev { position: absolute; top: 50%; left: -65px; transform: translateY(-50%); } /* ------------- # Footer Section ------------- */ section.footer-area { background-color: #f6f6f6; padding: 120px 0; } section.footer-area h2 { font-size: 20px; font-family: 'Poppins', sans-serif; color: rgb(30, 42, 120); font-weight: bold; margin-bottom: 45px; } section.footer-area p, section.footer-area li a { font-size: 16px; font-family: 'Rubik', sans-serif; color: rgb(100, 117, 137); line-height: 2.118; } section.footer-area ul li a:hover { color: rgb(34, 54, 69); } section.footer-area ul { max-height: 182px; list-style: none; display: flex; flex-flow: wrap column; display: -ms-flexbox; /* IE 10 */ display: -webkit-flex; /* Safari 6.1+. iOS 7.1+ */ -webkit-flex-flow: wrap column; /* Safari 6.1+ */ padding-left: 20px; -moz-column-gap: 64px; -webkit-column-gap: 64px; column-gap: 64px; } section.footer-area li { position: relative; } section.footer-area li:before { content: ""; border-color: transparent #777777; border-style: solid; border-width: 0.35em 0 0.35em 0.45em; display: block; height: 0; width: 0; left: -23px; top: 13px; position: absolute; } section.footer-area input { background: transparent; margin: 0; float: left; color: #1e2a78; transition: 0.3s; } section.footer-area input::placeholder { color: rgb(100, 117, 137); } section.footer-area form { overflow: hidden; height: 37px; } section.footer-area input[type="date"], section.footer-area input[type="datetime"], section.footer-area input[type="datetime-local"], section.footer-area input[type="email"], section.footer-area input[type="file"], section.footer-area input[type="month"], section.footer-area input[type="number"], section.footer-area input[type="password"], section.footer-area input[type="range"], section.footer-area input[type="search"], section.footer-area input[type="text"], section.footer-area input[type="tel"], section.footer-area input[type="time"], section.footer-area input[type="url"], section.footer-area input[type="week"] { padding: 7px 16px; width: 70%; font-size: 14px; font-family: 'Rubik', sans-serif; border: 1px solid rgb(224, 224, 224); height: 37px; } section.footer-area input[type="submit"], section.footer-area input[type="button"] { width: 30%; background: #1e2a78; font-size: 14px; font-family: 'Rubik', sans-serif; color: rgb(255, 255, 255); font-weight: 700; text-transform: uppercase; padding: 8px 0; border: none; transition: 0.3s; height: 37px; } section.footer-area input[type="submit"]:hover { background: #4554b4; transition: 0.3s; } section.footer-area input[type="submit"]:active { background: #1e2a78; transition: 0.3s; } .footer-social { padding-top: 30px; display: inline-block; } .footer-social svg { margin-right: 19px; font-size: 16px; color: rgb(30, 42, 120); line-height: 1.125; } a.go-to-top { position: absolute; top: 93%; left: calc(100% + 256px); color: white; background: #1e2a78; padding: 12px 15px; font-size: 14px; } a.go-to-top:hover { color: #1e2a78; background: white; } /* ------------- # Copyright Section ------------- */ .copyright p { font-size: 14px; font-family: 'Rubik', sans-serif; color: rgb(100, 117, 137); padding: 35px; } /* ##################### 2. index-2.html ##################### */ /* ------------- # Menu Section ------------- */ .home-02-menu-header { position: absolute; top: 0; left: 0; z-index: 9; width: 100%; padding-top: 30px; } .home-02-menu-header .menu-area > ul > li > a { color: #b5b5b5; } .home-02-menu-header .menu-area > ul > li > a:hover, .home-02-menu-header .menu-area > ul > li.current-menu-item > a { color: #fff; } .home-02-menu-header .mean-container a.meanmenu-reveal { color: #fff; border: 2px solid #fff; } .home-02-menu-header .mean-container a.meanmenu-reveal span { background: #fff; } /* ------------- # Banner Section ------------- */ section.home-02-banner { background-image: url('../images/banner/02_home_banner_bg.png'); background-position: center; background-repeat: no-repeat; padding-top: 188px; position: relative; overflow: hidden; } section.home-02-banner::before { content: ' '; height: 100%; width: 100%; background-color: rgb(1, 9, 62); opacity: 0.902; position: absolute; top: 0; left: 0; } section.home-02-banner .bottom-arrow svg { fill: #fff; height: 47px; margin-bottom: 33px; } section.home-02-banner .banner-text h1 { color: #fff; } section.home-02-banner .banner-image { position: relative; width: fit-content; width: -moz-fit-content; width: -ms-fit-content; width: -webkit-fit-content; } section.home-02-banner .banner-text p { color: #dedede; } /* video player */ section.home-02-banner .banner-image .banner-video-player { content: ' '; position: absolute; top: 0; left: 0; width: 100%; height: 480px; } section.home-02-banner .banner-image .banner-video-player::before { background-color: #000; z-index: 5; opacity: 0.4; content: ' '; position: absolute; top: 0; left: 0; width: 100%; height: 480px; } section.home-02-banner .vid-player-first-layer { position: absolute; top: 50%; left: 50%; height: 144px; width: 144px; background: #fff; border-radius: 50%; text-align: center; color: rgb(30, 42, 120); transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); z-index: 10; display: flex; align-items: center; } section.home-02-banner .vid-player-first-layer a { margin-left: auto; margin-right: auto; font-size: 70px; color: rgb(30, 42, 120); } section.home-02-banner .vid-player-second-layer { position: absolute; top: 50%; left: 50%; background: #fff; border-radius: 50%; transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); z-index: 7; animation: video-player-animate 2s infinite linear; } /* ------------- # Features Section ------------- */ section.home-02-features-area .f-point { position: absolute; right: 51px; margin-right: 0; } section.home-02-features-area .f-point h1 { font-size: 212px; } /* ------------- # Services Section ------------- */ section.home-02-services-area .service-image { float: inherit; } section.home-02-services-area .service-text p { font-size: 15px; } section.home-02-services-area .service-text { margin-top: 11px; } /* ##################### 3. about.html ##################### */ /* ------------- # Page Header Section ------------- */ .page-header { background-color: rgb(246, 246, 246); height: 304px; display: flex; align-items: center; position: relative; } /* shape-left */ .about-banner-shape-left { position: absolute; left: 0; } .about-banner-shape-left img.animate__animated.animate__pulse.animate__infinite { animation-duration: 1.5s; } /* shape-right */ .about-banner-shape-right { position: absolute; right: 0; } .page-header-text { position: relative; } .page-header h1.page-title { font-family: 'Poppins', sans-serif; font-size: 50px; color: rgba(30, 42, 120, 0.502); font-weight: 700; } .page-header span { font-size: 18px; font-family: 'Rubik', sans-serif; color: rgb(100, 117, 137); } .page-header span.span-divider { margin-left: 7px; margin-right: 7px; } .page-banner-shape-title { position: absolute; top: -19px; left: -19px; } /* ------------- # About Section ------------- */ .about-area-image img { width: 100%; height: 100%; object-fit: cover; } /* ------------- # Our Team Section ------------- */ section.our-team { margin-bottom: 100px; } .member-bio { text-align: center; box-shadow: 0px 5px 20px 0px rgba(150, 176, 203, 0.15); padding: 35px 50px; } .member-bio img { height: 170px; width: 170px; border-radius: 50%; } .member-bio h2 { font-size: 18px; font-family: 'Poppins', sans-serif; color: rgb(34, 54, 69); font-weight: bold; margin-top: 23px; margin-bottom: 9px; } .member-bio h4 { font-size: 16px; font-family: 'Rubik', sans-serif; color: rgb(100, 117, 137); margin-bottom: 18px; } .member-social-profile { border-radius: 2px; background-color: rgb(34, 54, 69); width: 30px; height: 30px; display: inline-block; padding-top: 2.5px; transition: 0.3s; margin: 0 4px; } .member-social-profile a { color: #fff; } .member-social-profile:hover { background-color: #1e2a78; transition: 0.3s; } /* ------------- # Experience Section ------------- */ .experience { background-color: #f6f6f6; } .experience .row { margin: 0; } .experience .speciality-box { width: inherit; height: inherit; margin: 60px 0; } .experience .sp-box-text p { margin: 0; } /* ##################### 4. pricing.html ##################### */ /* ------------- Pricing Section ------------- */ section.pricing-area { margin-bottom: 100px; } .price-box { border-radius: 5px; background-color: rgb(255, 255, 255); box-shadow: 0px 5px 20px 0px rgba(150, 176, 203, 0.15); padding: 40px 35px; margin: 15px 0; } .price-intro { display: flex; padding-bottom: 15px; margin-bottom: 15px; border-bottom: 2px solid rgb(246, 246, 246); } .price-head h2 { font-size: 25px; font-family: 'Poppins', sans-serif; color: rgb(34, 54, 69); font-weight: bold; margin-top: 14px; } .price { margin-left: auto; } .price h6 { font-size: 16px; font-family: 'Poppins', sans-serif; color: rgb(100, 117, 137); } .price h3 { font-size: 20px; font-family: 'Poppins', sans-serif; font-weight: 700; background-color: rgb(30, 42, 120); padding: 7px 23px; border-radius: 3px; color: #fff; } /* ------------- Custom Project Section ------------- */ .custom-projects { background-color: rgb(251, 251, 251); padding-bottom: 19px; position: relative; overflow: hidden; } .custom-projects h1 { font-size: 35px; font-family: 'Poppins', sans-serif; color: rgb(30, 42, 120); font-weight: 700; } .custom-project-button button { background-color: rgb(30, 42, 120); color: #fff; font-weight: 700; font-size: 25px; font-family: 'Rubik', sans-serif; text-transform: uppercase; padding: 25px 52px; transition: 0.3s; border: none; border-radius: 5px; } .custom-project-button button:hover { background: #4554b4; transition: 0.3s; } /* shapes */ .custom-projects-shape-2 { position: absolute; top: -40px; left: 82px; height: 174px; width: 174px; } .custom-projects-shape-2 img { height: 100%; width: 100%; animation: spin 360s infinite linear; } /* circle-1 */ .custom-projects-circle-1 { position: absolute; bottom: -130px; left: -100px; height: 220px; width: 220px; } .custom-projects-circle-1 img { height: 100%; width: 100%; } /* circle-2 */ .custom-projects-circle-2 { position: absolute; bottom: -130px; right: 28%; height: 220px; width: 220px; } .custom-projects-circle-2 img { height: 100%; width: 100%; animation: spin 5s infinite linear; } /* circle-3 */ .custom-projects-circle-3 { position: absolute; top: -86px; right: -86px; height: 220px; width: 220px; } .custom-projects-circle-3 img { height: 100%; width: 100%; } .custom-projects-circle-4 { border-radius: 50%; background-color: rgb(11, 179, 255); opacity: 0.569; width: 100px; height: 100px; position: absolute; top: -50px; left: 50%; } /* ##################### 5. portfolio.html ##################### */ /* ------------- Portfolio Section ------------- */ .portfolio .section-heading { margin-bottom: 0; } .project-menu { margin-top: 35px; margin-bottom: 40px; } .project-menu button { border: none; background: transparent; font-size: 18px; font-family: 'Rubik', sans-serif; color: #647589; margin-right: 15px; margin-bottom: 15px; } .project-menu button:hover, .project-menu button.active { color: #1e2a78; } /* ##################### 6. blog.html ##################### */ /* ------------- Blog Section ------------- */ section.blog-area { background: #fff; padding-top: 1px; padding-bottom: 120px; } section.blog-area .post { box-shadow: 0px 5px 20px 0px rgba(150, 176, 203, 0.1); } /* ------------- Subscribe Section ------------- */ .subscribe-form input[type="email"] { width: 63%; border: 1px solid rgb(30, 42, 120); background: #fff; padding: 14px 27px; color: rgb(30, 42, 120); border-radius: 3px 0 0 3px; } .subscribe-form input[type="email"]::placeholder { color: rgb(183, 185, 200); } .subscribe-form button { width: 37%; background-color: rgb(30, 42, 120); color: #fff; border: none; padding: 15px 0; font-weight: 700; transition: 0.3s; border-radius: 0 5px 5px 0; } .subscribe-form button:hover { background: #4554b4; transition: 0.3s; } .subscribe-form { width: 500px; display: flex; font-size: 13px; font-family: 'Rubik', sans-serif; margin-left: auto; } /* ##################### 7. blog-details.html ##################### */ section.blog-details { margin-top: 120px; } section.blog-details a:hover { color: rgb(30, 42, 120); transition: 0.3s; } section.blog-details input[type="text"], section.blog-details textarea { border: none; border-bottom: 1px solid rgb(235, 235, 235); color: rgb(34, 54, 69); padding-bottom: 10px; } section.blog-details input[type="text"]::placeholder { font-size: 14px; font-family: 'Rubik', sans-serif; color: rgb(161, 161, 161); line-height: 1.857; } /* ------------- # Article Area ------------- */ .article-details { margin-bottom: 40px; display: flex; align-items: center; justify-content: space-between; } .article-title h2 { font-size: 35px; font-family: 'Poppins', sans-serif; color: rgb(34, 54, 69); font-weight: 700; margin-bottom: 30px; } .article-author { width: max-content; display: inline-block; } .article-author img { height: 50px; width: 50px; border-radius: 50%; margin-right: 10px; } .article-author h6, .article-author a { display: inline-block; font-size: 18px; font-family: 'Rubik', sans-serif; color: rgb(100, 117, 137); font-weight: 400; transition: 0.3s; } .share-article { width: max-content; display: flex; align-items: center; } .share-article h6 { font-size: 12px; font-family: 'Poppins', sans-serif; color: rgb(34, 54, 69); font-weight: 700; margin-bottom: 0; margin-right: 20px; } .share-article svg { font-size: 16px; color: rgb(100, 117, 137); margin-right: 15px; } .article-thumbnail img { width: 100%; height: auto; } .thumbnail1 img { width: 75%; /* height: auto; */ } .article-body { padding: 60px 50px; border-bottom: 1px solid rgb(30, 42, 120, 0.05); } .article-body p { font-size: 17px; font-family: 'Rubik', sans-serif; color: rgb(100, 117, 137); line-height: 1.765; margin: 0; } .article-body h2.article-subheading { font-size: 19px; font-family: 'Poppins', sans-serif; color: rgb(34, 54, 69); font-weight: 700; line-height: 1.531; margin: 60px 0 50px 0; } .article-tags { display: flex; align-items: center; margin-top: 60px; } .article-tags h6 { font-size: 12px; font-family: 'Poppins', sans-serif; color: rgb(34, 54, 69); font-weight: 700; margin-bottom: 0; margin-right: 5px; } .article-tags a, .article-tags span { font-weight: 700; font-size: 16px; color: rgb(100, 117, 137); } .article-tags span { margin-right: 5px; } .article-navigation { padding: 60px 50px; border-bottom: 1px solid rgb(30, 42, 120, 0.05); border-top: 1px solid rgb(30, 42, 120, 0.05); } .article-navigation a { font-size: 14px; color: rgb(34, 54, 69); font-weight: 700; } /* ------------- # Comment Area ------------- */ .comment-area { color: #647589; padding: 60px 0; font-size: 14px; font-family: 'Rubik', sans-serif; } .comment-area h2, .comment-area h3 { font-family: 'Poppins', sans-serif; color: rgb(34, 54, 69); font-weight: 700; } .comment-area h2 { font-size: 18px; } .comment-area h3 { font-size: 14px; margin-bottom: 0; } .comment-area span { color: #647589; margin-left: 15px; } .comment-box { display: flex; margin-top: 60px; } .comment-details { display: flex; align-items: center; } a.comment-date { font-size: 12px; font-style: italic; color: #647589; margin-left: 15px; } .comment-author-thumbnail { margin-right: 13px; } .comment-author-thumbnail img { width: 45px; height: 45px; border-radius: 50%; } .main-comment p { line-height: 1.714; margin-top: 10px; } .main-comment button { font-size: 12px; font-family: 'Poppins', sans-serif; color: rgb(30, 42, 120); font-weight: 700; border: none; background-color: transparent; padding-left: 0; } .comment-form input, .comment-form textarea { width: 100%; margin-bottom: 40px; padding-left: 12px; } .comment-form textarea { height: 38px; } .comment-input { margin: 60px 0; } .comment-form { margin-top: 35px; } .comment-form button { border: none; transition: 0.3s; } .comment-form button:hover { transition: 0.3s; } .comment-form input[type="text"]:focus { border-bottom: 1px solid #000; } .comment-form textarea:focus { border-bottom: 1px solid #000; } /* ------------- # Sidebar Area ------------- */ h2.sidebar-widget-title { font-size: 18px; font-family: 'Poppins', sans-serif; color: rgb(34, 54, 69); font-weight: 700; line-height: 1.667; margin-bottom: 20px; } .search-form { display: flex; } .sidebar-area > div { margin-bottom: 50px; } .search-form input { width: 87%; } .search-form button { background: transparent; border: none; border-bottom: 1px solid rgb(235, 235, 235); color: rgb(161, 161, 161); font-size: 18px; } .sidebar-area ul { list-style: none; padding-left: 23px; } .sidebar-area li { position: relative; } .sidebar-area li > a { font-size: 14px; font-family: 'Rubik', sans-serif; color: rgb(159, 164, 175); line-height: 2.571; } .sidebar-area li:before { content: ""; border-color: transparent #777777; border-style: solid; border-width: 0.35em 0 0.35em 0.45em; display: block; height: 0; width: 0; left: -23px; top: 50%; transform: translateY(-50%); position: absolute; } .recent-post { display: flex; margin-bottom: 20px; } .recent-post-thumbnail { margin-right: 15px; } .recent-post-thumbnail img { width: 100px; height: 120px; } .recent-post-title h3 { font-size: 15px; font-family: 'Poppins', sans-serif; color: rgb(34, 54, 69); font-weight: bold; } .recent-post-title span, .recent-post-title a { font-size: 12px; font-family: 'Rubik', sans-serif; color: rgb(159, 164, 175); } .popular-tags a { font-size: 14px; font-family: 'Rubik', sans-serif; color: rgb(141, 141, 141); background-color: rgb(244, 244, 244); padding: 10px 18px; margin-right: 10px; margin-bottom: 10px; display: inline-block; } .ad-banner img { width: 270px; height: auto; } /* ##################### 8. portfolio-details.html ##################### */ /* ------------- # Project Details Section ------------- */ .project-picture { width: 100%; } .project-picture img { width: 100%; height: auto; } .project-description { width: 100%; padding: 45px 39px; box-shadow: 0px 5px 20px 0 rgb(150, 176, 203, 0.15); } .project-description-point { margin-bottom: 13px; } .project-description h6, .project-description a { font-family: 'Rubik', sans-serif; color: #223645; font-size: 16px; font-weight: 400; padding: 7px 0; } .project-description h5 { font-size: 16px; font-family: 'Poppins', sans-serif; color: #223645; font-weight: 600; margin-right: 5px; } /* ##################### 9. contact.html ##################### */ section.contact-area { background-image: url('../images/svgs/map-bg.png'); background-position: center bottom; background-repeat: no-repeat; background-size: contain; } /* ------------- # Address Container ------------- */ .address-box { text-align: center; color: #ffffff; width: 185px; margin: 0 95px; position: relative; } .address-box a { color: #ffffff; text-decoration: none; display: block; } .address-box img { margin-bottom: 15px; } .address-container { padding: 47px 0; background: #1E2A78; } .address-container > .row > div::after { clear: both; content: ' '; background: #f6f6f6; position: absolute; right: 0; width: 0.5px; height: 100% } .address-container > .row > div:last-child::after { display: none; } /* ------------- # Contact Form Area ------------- */ .contact-form-area { margin-top: 114px; margin-bottom: 124px; } .contact-form-area h2 { font-family: 'Poppins', sans-serif; font-size: 18px; font-weight: 700; color: #223645; margin-bottom: 39px; } .contact-form-area form input[type=text], .contact-form-area form input[type=email], .contact-form-area form textarea { width: 100%; padding: 15px 20px; border: none; box-shadow: 0px 5px 20px 0px rgba(150, 176, 203, 0.15); margin-bottom: 30px; transition: 0.3s; } .contact-form-area form input[type=text]:focus, .contact-form-area form input[type=email]:focus, .contact-form-area form textarea:focus { box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15); transition: 0.3s; } .contact-form-area form textarea { height: 300px; } .contact-form-area form input[type="submit"] { border: none; } /* ##################### 10. faq.html ##################### */ .faq-box { margin-bottom: 105px; } .faq-box h2 { font-family: 'Poppins', sans-serif; font-size: 25px; font-weight: 700; margin-bottom: 40px; } .card { border: 3px solid #000; border-radius: 0; margin-bottom: 20px; } .card-header { border-radius: 0; border: none; padding: 18px 25px; background: #fff; } .card-header-expanded { background: #1E2A78; } .card-header:first-child { border-radius: 0; } .card-header a { font-family: 'Rubik', sans-serif; font-weight: 500; font-size: 18px; color: #647589; } .card-header a[aria-expanded="true"] { color: #fff; } .card-header a[aria-expanded="true"]:before { content: "\f056"; font-family: FontAwesome; font-size: 25px; color: #fff; float: right; transition: 0.3s; } .card-header a[aria-expanded="false"]:before { content: "\f055"; font-family: FontAwesome; font-size: 25px; color: #1E2A78; float: right; transition: 0.3s; } /* ##################### 11. career.html ##################### */ .job-intro { display: flex; padding-bottom: 15px; margin-bottom: 23px; border-bottom: 2px solid rgb(246, 246, 246); } .price h5 { font-family: 'Rubik', sans-serif; font-size: 18px; color: #647589; font-weight: 400; margin-top: 15px; } .price h5 > span { font-weight: 700; } .job-apply a { border: none; border-radius: 3px; font-family: 'Poppins', sans-serif; font-size: 13px; font-weight: 700; padding: 10px 13px; color: #fff; background: #1E2A78; } .job-offer > div { margin-bottom: 23px; border-bottom: 2px solid rgb(246, 246, 246); } .job-offer > div:last-child { border-bottom: none; } .job-offer > div > div { padding-bottom: 4px; } .job-text { font-size: 16px; font-family: 'Rubik', sans-serif; color: rgb(100, 117, 137); line-height: 1.938; display: flex; } .job-text p { display: inline-block; line-height: 1.5; } .job-text svg { margin-right: 10px; } .sessionrequest .quote h2 { font-size: 30px; -webkit-transform-origin: top left; transform-origin: top left; text-align: left; font-weight: bold; color: #1E2A78; } .sessionrequest .web-development-companies #ulcompanies { display: none; margin-top: 12px; } .sessionrequest .web-development-companies #ulcompanies ul { text-align: left; } .sessionrequest .web-development-companies #ulcompanies ul li { padding: 0px; margin: 12px 6px 0px 6px; } .sessionrequest .web-development-companies #ulcompanies ul li .img { margin-bottom: 0px; } .sessionrequest .web-development-companies #ulcompanies ul li span { display: none; } .sessionrequest .quote { margin: 0px 0px 40px 0px; padding: 40px 40px 40px 40px; background-color: #fff; border-radius: 4px; /*margin-top: -280px;*/ margin-top: -29px; z-index: 999; position: relative; /*-webkit-box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.35); box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.35);*/ -webkit-box-shadow: 0px 0px 20px 1px rgba(181, 169, 169, 0.35); box-shadow: 0px 0px 20px 1px rgba(181, 169, 169, 0.35); border-radius: 10px; } .sessionrequest .quote h2 { font-size: 26px; -webkit-transform-origin: top left; transform-origin: top left; text-align: left; } .sessionrequest .quote #myform { position: relative; } .sessionrequest .quote #myform .inputrow { clear: both; } .sessionrequest .quote #myform .inputrow label { font-size: 18px; margin-top: 12px; } .sessionrequest .quote #myform .inputrow .list-inline li label { margin-top: 2px; font-size: 15px; } .sessionrequest .quote #myform .inputrow .input-quote { width: 100%; } .sessionrequest .quote #myform .bton { font-weight: bold; font-size: 18px; padding: 12px 36px; letter-spacing: 1.3px; } .sessionrequest .step2 { display: none; } .list-inline, .list-block { padding-left: 0; margin-left: -5px; list-style: none; clear: both; } .list-inline li { float: left; } .list-inline li, .list-block li { margin-top: 0px; margin-right: 4px; margin-bottom: 4px; list-style: none; } .list-inline > li { display: inline-block; padding-right: 5px; padding-left: 5px; } .list-inline li input[type="radio"], .list-block li input[type="radio"] { display: none; } input[type="checkbox"], input[type="radio"] { margin: 4px 0 0; margin-top: 1px\9; line-height: normal; } input[type="checkbox"], input[type="radio"] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0; } sessionrequest .quote #myform .inputrow .list-inline li label { margin-top: 2px; font-size: 15px; } .sessionrequest .quote #myform .inputrow label { font-size: 18px; margin-top: 12px; } .list-inline li input[type="radio"]:checked + label, .list-block li input[type="radio"]:checked + label { /*background: #1E2A78;*/ background:linear-gradient(40deg, #4e67ff, #0eafff 80%); border: 1px solid #5361FF; color: #fff !important; } .list-inline li input[type="radio"] + label, .list-block li input[type="radio"] + label { background: #fff none repeat scroll 0 0; border: 1px solid #ccc; color: #7c7c7c; cursor: pointer; display: inline-block; font-size: 14px; margin-right: 0; padding: 7px 10px; margin-bottom: 2px; font-weight: 400; } .inputrow label { display: block; } .sessionrequest .quote #myform .inputrow { clear: both; } .inputrow { padding-top: 5px; clear: both; } .sessionrequest .quote #myform .inputrow label { font-size: 18px; margin-top: 12px; } .sessionrequest .quote .select { /*background-color: #1e2a78;*/ color: #FFF; padding: 7px 10px; /*border: 1px solid #1e2a78;*/ font-weight: 400; background: linear-gradient(40deg, #4e67ff, #0eafff 80%); border: 1px solid #5361FF; } .sessionrequest .quote select option{color:#000;} .sessionrequest .quote #myform .inputrow .input-quote { width: 100%; color: #222; padding: 8px 16px; border-radius: 3px; outline: none; box-shadow: none; -webkit-box-shadow: none; font-family: "acumin-pro",sans-serif; line-height: 24px; height: auto; } input, textarea { background-color: #fdfdfd; border: solid 1px #e4e4e4; border-radius: 3px; } .center-align { text-align: center; } .sessionrequest .quote #myform .bton { font-weight: bold; font-size: 18px; padding: 12px 36px; letter-spacing: 1.3px; } .bton.pink { /*background-image: linear-gradient(40deg, #e1236b, #ff3366 80%);*/ border: none; background: #1e2a78; } .bton { border-radius: 4px; background-color: #018cff; display: inline-block; color: #fff; font-weight: 400; padding: 8px 16px; line-height: 24px; font-size: 16px; } @media only screen and (min-width:320px) and (max-width:640px){ .list-inline li {float: none; width: 100%;} .list-inline li input[type="radio"] + label, .list-block li input[type="radio"] + label{width:100%;} .sessionrequest .quote .select{width: 98%;} .sessionrequest .quote #myform .inputrow .input-quote {width: 100%; height: 100px; padding: 10px;} .sessionrequest::before {content: ""; background: #f6f6f6; position: absolute; height: 50%; width: 100%;} .bottom-arrow{display:block !important;} .home-slider-content {padding-bottom: 70px;} .bottom-arrow svg{height: 34px;} } @media only screen and (min-width:1200px) and (max-width:1299px){ .home-slider-content .container{margin-top:-100px;} .padd-lft{padding-left: 11%;} .banner-floating-text{left: 0px !important; bottom: 122px;} /*.banner-floating-text{left: -52px !important; bottom: 70px;}*/ .shape-02{top: -47px; right: -26px;} /*.banner-floating-text h1 {font-size: 135px;}*/ .banner-floating-text h1 {font-size: 35px;} .banner-text h1 {font-size: 38px;} .sld02-til{/*left: 20px !important;*/ left: -35px !important;} .sld04-til{/*left: 48px !important;*/ left: -1px !important;} .banner-image img{width:100%;} } @media only screen and (min-width:1300px) and (max-width:1600px){ .home-slider-content .container{margin-top:-100px;} .banner-floating-text{left: -44px !important; bottom: 122px;} /*.banner-floating-text{left: -92px !important; bottom: 73px;}*/ /*.banner-floating-text h1 {font-size: 90px;}*/ .banner-floating-text h1 {font-size: 80px;} .banner-text h1 {font-size: 40px;} .padd-lft{padding-left: 7%;} .sld02-til{/*left: -27px !important;*/ left: -73px !important;} .sld04-til{/*left: 7px !important;*/ left: -45px !important;} .banner-image img{width:100%;} .shape-02{right: -70px;} } /* Shake companies elements */ @-webkit-keyframes spaceboots { 0% { -webkit-transform: translate(2px, 1px) rotate(0deg); } 10% { -webkit-transform: translate(-1px, -2px) rotate(-1deg); } 20% { -webkit-transform: translate(-3px, 0px) rotate(1deg); } 30% { -webkit-transform: translate(0px, 2px) rotate(0deg); } 40% { -webkit-transform: translate(1px, -1px) rotate(1deg); } 50% { -webkit-transform: translate(-1px, 2px) rotate(-1deg); } 60% { -webkit-transform: translate(-3px, 1px) rotate(0deg); } 70% { -webkit-transform: translate(2px, 1px) rotate(-1deg); } 80% { -webkit-transform: translate(-1px, -1px) rotate(1deg); } 90% { -webkit-transform: translate(2px, 2px) rotate(0deg); } 100% { -webkit-transform: translate(1px, -2px) rotate(-1deg); } } .shake:hover, .shake:focus { -webkit-animation-name: spaceboots; -webkit-animation-duration: 0.8s; -webkit-transform-origin:50% 50%; -webkit-animation-iteration-count: infinite; -webkit-animation-timing-function: linear; } .shake { display:inline-block } .shake { display:block; position:relative; } .shake.inline { display:inline-block }
public/assets/css/style.css
/* ------------- # Top Header Section ------------- */ .top-header { height: 50px; background-color: rgb(246, 246, 246) } .top-header-contact { display: inline; margin-right: 33px; } .top-header-contact svg { font-size: 16px; color: rgb(30, 42, 120); line-height: 1.125; margin-right: 10px; } .top-header-contact a { font-size: 13px; font-family: 'Rubik', sans-serif; color: rgb(100, 117, 137); font-weight: 500; line-height: 1.385; } .top-header-social svg { margin-right: 19px; font-size: 16px; color: rgb(30, 42, 120); line-height: 1.125; } /* ------------- # Menu Section ------------- */ .menu-header { height: 116px; } .menu-header img.logo { height: 60px; } /* Menu Area */ .menu-area ul { list-style: none; padding: 0; margin: 0; } .menu-area ul li { display: inline; font-size: 14px; font-family: 'Rubik', sans-serif; font-weight: 500; text-transform: uppercase; line-height: 1.286; margin-right: 41px; } .menu-area ul li.current-menu-item > a, .menu-area ul li a:hover { color: rgb(34, 54, 69); } .menu-area ul li a { color: #647589; } .menu-area ul li:last-child { margin: 0; } .menu-area > ul > li { position: relative; } /* Menu Ends */ /* Submenu area */ .menu-area > ul > li > ul { position: absolute; top: 280%; left: -10px; min-width: 176px; z-index: 999; background: white; box-shadow: 0px 0px 20px 3px rgba(150, 176, 203, 0.15); opacity: 0; transition: 0.3s; visibility: hidden; } .menu-area > ul > li > ul:before { content: ' '; background: transparent; width: 30px; height: 20px; position: absolute; z-index: 3; bottom: 100%; left: 10px; border-left: 15px solid transparent; border-right: 15px solid transparent; border-bottom: 15px solid #fff; } .menu-area > ul > li > ul > li { border-bottom: 1px solid #f6f6f6; } .menu-area > ul > li > ul > li:last-child { border-bottom: none; } .menu-area > ul > li > ul li { line-height: 2; margin: 0; position: relative; display: block; font-size: 13px; padding: 10px 15px; } .menu-area > ul > li:hover > ul { opacity: 1; transition: 0.3s; visibility: visible; top: 185%; } /* Submenu area ends */ /* Second submenu area */ .menu-area > ul > li > ul > li ul { position: absolute; top: 0; left: 170%; width: 120px; padding: 5px 10px; z-index: 999; background: white; box-shadow: 0px 0px 20px 3px rgba(150, 176, 203, 0.15); opacity: 0; transition: 0.3s; } .menu-area > ul > li ul > li:hover > ul { opacity: 1; transition: 0.3s; left: 100%; } /* ------------- # Banner Section ------------- */ section.banner { background-color: #f6f6f6; position: relative; overflow: hidden; } .home-slider-content { padding-top: 188px; overflow: hidden; position: relative; } .home-slider-content-2 { overflow: hidden; } .home-slider .slick-arrow, .home-slider-2 .slick-arrow { position: absolute; top: 50%; transform: translateY(-50%); background: transparent; border: none; font-size: 25px; z-index: 55; transition: 0.3s; padding: 10px 16px; } .home-slider-2 .slick-arrow { color: #f6f6f6; background-color: rgb(30, 42, 120); } .home-slider .slick-arrow { color: rgb(30, 42, 120); background-color: #fff; } .home-slider .slick-prev, .home-slider-2 .slick-prev { left: 0; } .home-slider .slick-next, .home-slider-2 .slick-next { right: 0; } .home-slider .slick-arrow:hover { background-color: rgb(30, 42, 120); color: #fff; transition: 0.3s; } .home-slider-2 .slick-arrow:hover { color: rgb(30, 42, 120); background-color: #fff; } .banner-text h1 { font-size: 48px; font-family: 'Poppins', sans-serif; color: rgb(30, 42, 120); font-weight: 700; line-height: 1.333; text-align: left; margin: 0; } .banner-text p { font-size: 21px; font-family: 'Rubik', sans-serif; color: rgb(100, 117, 137); line-height: 1.545; text-align: left; margin: 54px 0 51px 0; } .banner-image img { margin-bottom: 190px; position: relative; z-index: 2; } /* shapes sizing */ .shape-03 { position: absolute; top: 0; width: 100%; } .shape-03 img { width: 275px; margin-top: -165px; } .bottom-arrow { position: absolute; animation: bottom-arrow-animation 1.5s infinite linear; width: 100%; } .bottom-arrow svg { fill: #1e2a78; height: 47px; margin-bottom: 33px; } .shape-01 { position: absolute; bottom: 84px; right: 0; } .shape-02 { position: absolute; top: -47px; right: -171px; z-index: 0; animation: shape-02-fade-in 4s; } .shape-02 img { animation: spin 8s 2s; } .shape-0 { position: absolute; top: -21px; left: 0; z-index: 0; } /* banner floating text */ .banner-floating-text { position: absolute; /* top: -146px; */ top: -240px; left: -405px; height: 100%; width: max-content; transform: rotate(-90deg); } .banner-floating-text h1 { font-size: 200px; /* font-size: 150px; */ font-family: 'Poppins', sans-serif; color: rgba(30, 42, 120, 0.2); font-weight: 700; } /* ------------- # Features Section ------------- */ section.features-area { padding-bottom: 125px; } .feature, .f-point { max-width: max-content; } .f-point { float: left; margin-right: 25px; } .feature { overflow: hidden; } .f-point h1 { font-size: 100px; font-family: 'Poppins', sans-serif; color: rgba(100, 117, 137, 0.102); font-weight: bold; line-height: 0.78; } .f-icon svg { height: 50px; width: auto; } .f-description { width: 100%; } .f-description h1 { font-size: 28px; font-family: 'Poppins', sans-serif; color: rgb(34, 54, 69); font-weight: bold; margin-top: 22px; display: inline-block; } .f-description p { font-size: 16px; font-family: 'Rubik', sans-serif; color: rgb(100, 117, 137); } /* ------------- # Companies Section ------------- */ .companies { height: 200px; background-color: #f6f6f6; } .companies img { max-height: 87px; } .companies .slick-slide { margin-right: 40px; margin-left: 40px; } .companies .slick-track { position: relative; top: 0; left: 0; display: flex; margin-left: auto; margin-right: auto; align-items: center; } /* ------------- # Services Section ------------- */ section.services-area { padding-bottom: 0px; } .service-box { border-radius: 10px; background-color: rgb(255, 255, 255); box-shadow: 0px 5px 20px 0px rgba(150, 176, 203, 0.15); /* padding: 40px; */ padding: 30px; margin-bottom: 30px; transition: 0.3s; } .service-box:hover { box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15); transition: 0.3s; } .service-image svg { height: 55px; } .service-image { float: left; margin-right: 24px; } .service-text { overflow: hidden; } .service-text h1 { font-size: 18px; font-family: 'Poppins', sans-serif; color: rgb(34, 54, 69); font-weight: bold; } .service-text p { font-size: 16px; font-family: myriad-pro, sans-serif; font-style: normal; font-weight: 400; color: #6e7e91; } /* ------------- # Projects Section ------------- */ section.projects-area { background: #fbfbfb; padding-top: 1px; padding-bottom: 120px; } .project-thumbnail img { width: 100%; } .project-thumbnail { position: relative; } .project-thumbnail::before { position: absolute; top: 0; left: 0; content: ""; width: 100%; height: 100%; background: #1e2a78; opacity: 0; transition: 0.3s; } .project-text svg { height: 14px; fill: #fff; margin-top: -5px; } .project-text h3 { font-size: 18px; font-family: 'Rubik', sans-serif; color: #fff; font-weight: 700; display: inline; text-transform: uppercase; margin-right: 7px; } .project-box { position: relative; margin-bottom: 30px; } .project-text { position: absolute; top: 50%; right: 0; width: 100%; transform: translateY(-50%); opacity: 0; transition: 0.3s; } .project-box:hover .project-text, .project-box:hover .project-thumbnail::before { opacity: 1; transition: 0.3s; } .projects-holder { padding-bottom: 70px; } /* ------------- # Speciality Section ------------- */ section.speciality-area { margin-top: 121px; margin-bottom: 120px; } .sp-text { font-size: 16px; font-family: 'Rubik', sans-serif; color: rgb(100, 117, 137); line-height: 1.938; overflow: hidden; display: flex; } .sp-text p { display: inline-block; line-height: 1.5; } .sp-text svg { margin-right: 10px; } .speciality-text { padding-right: 3rem; } /* speciality box */ .speciality-box { width: 49%; height: 228px; padding: 12px; } .sp-box-text h3 { font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 20px; color: #000; margin-bottom: 0; } .sp-box-text p { font-size: 16px; font-family: 'Rubik', sans-serif; color: rgb(51, 51, 51); line-height: 1.75; } .sp-box-text { margin-top: 20px; } .sp-first-box { border-right: 1px solid #f6f6f6; border-bottom: 1px solid #f6f6f6; padding-top: 67px; float: left; } .sp-second-box { border-left: 1px solid #f6f6f6; border-bottom: 1px solid #f6f6f6; padding-top: 67px; overflow: hidden; } .sp-third-box { border-right: 1px solid #f6f6f6; border-top: 1px solid #f6f6f6; padding-top: 44px; float: left; } .sp-fourth-box { border-left: 1px solid #f6f6f6; border-top: 1px solid #f6f6f6; padding-top: 44px; overflow: hidden; } /* ------------- # Posts Section ------------- */ section.posts-area { background: #fbfbfb; padding-top: 1px; padding-bottom: 120px; } .post { box-shadow: 0px 5px 20px 0px rgba(150, 176, 203, 0.05); background: #fff; margin-bottom: 30px; } .post-excerpt { padding: 30px 30px 28px 28px; } .post-excerpt a { font-size: 14px; font-family: 'Rubik', sans-serif; color: rgb(255, 255, 255); border-radius: 2px; background-color: rgb(30, 42, 120); padding: 6px 16px; } .post-excerpt h2 { font-size: 18px; font-family: 'Poppins', sans-serif; color: rgb(34, 54, 69); font-weight: 700; line-height: 1.556; margin-top: 16px; margin-bottom: 22px; } .post-excerpt h2 > a { font-size: inherit; background: none; padding: 0; color: inherit; } .post-excerpt p { font-size: 17px; font-family: 'Rubik', sans-serif; color: rgb(100, 117, 137); line-height: 1.765; margin-bottom: 31px; } .post-excerpt hr { background-color: rgb(246, 246, 246); height: 1px; } .post-extra p { font-size: 14px; float: left; } .post-extra a { background-color: inherit; color: rgb(51, 51, 51); font-weight: 700; float: right; padding: 0; } .post-extra a:hover, .post-excerpt h2 > a:hover { color: #1e2a78; } .post-extra { height: 20px; } .post-thumbnail img { width: 100%; } /* ------------- # Review Section ------------- */ section.review-area { padding-bottom: 120px;; } .rating p { font-size: 14px; font-family: 'Poppins', sans-serif; color: rgb(100, 117, 137); font-weight: 400; } .rating span { margin-left: 17px; font-size: 14px; color: rgb(255, 255, 255); font-weight: 700; padding: 12px 29px; background: #1e2a78; border-radius: 3px; } .rating svg { color: #ffc107; } .review { border: 1px solid #eff0f5; box-shadow: 0px 10px 20px 0px rgba(150, 176, 203, 0.05); } .review-text { padding: 40px 30px 64px 30px; } .review-text p { font-size: 16px; font-family: 'Rubik', sans-serif; color: rgb(100, 117, 137); line-height: 1.625; margin-top: 16px; } .client-profile { height: 119px; background-color: rgb(246, 246, 246); padding: 28px 0 27px 70px; position: relative; } .client-profile img { border-radius: 50%; width: 65px; height: 65px; float: left; margin-right: 24px; } .client-details { overflow: hidden; margin-top: 8px; } .client-details h2 { font-size: 18px; font-family: 'Poppins', sans-serif; color: rgb(34, 54, 69); font-weight: 700; } .client-details p { font-size: 14px; font-family: 'Rubik', sans-serif; color: rgb(100, 117, 137); } span.client-rating { font-size: 14px; font-family: 'Poppins', sans-serif; color: rgb(255, 255, 255); font-weight: 700; padding: 12px 29px; background: #1e2a78; border-radius: 40px; position: absolute; top: 0; left: 50%; transform: translate(-50%, -50%) } .client-rating svg { color: #ffc107; } /* slider settings */ .review-slider { position: relative; } .review-slider button.slick-arrow { font-size: 20px; color: rgb(30, 42, 120); background: #f6f6f6; border: none; height: 40px; width: 40px; transition: 0.3s; } .review-slider button.slick-arrow:hover { color: #fff; background: rgb(30, 42, 120); transition: 0.3s; } .review-slider .slide-next { position: absolute; top: 50%; right: -65px; transform: translateY(-50%); } .review-slider .slide-prev { position: absolute; top: 50%; left: -65px; transform: translateY(-50%); } /* ------------- # Footer Section ------------- */ section.footer-area { background-color: #f6f6f6; padding: 120px 0; } section.footer-area h2 { font-size: 20px; font-family: 'Poppins', sans-serif; color: rgb(30, 42, 120); font-weight: bold; margin-bottom: 45px; } section.footer-area p, section.footer-area li a { font-size: 16px; font-family: 'Rubik', sans-serif; color: rgb(100, 117, 137); line-height: 2.118; } section.footer-area ul li a:hover { color: rgb(34, 54, 69); } section.footer-area ul { max-height: 182px; list-style: none; display: flex; flex-flow: wrap column; display: -ms-flexbox; /* IE 10 */ display: -webkit-flex; /* Safari 6.1+. iOS 7.1+ */ -webkit-flex-flow: wrap column; /* Safari 6.1+ */ padding-left: 20px; -moz-column-gap: 64px; -webkit-column-gap: 64px; column-gap: 64px; } section.footer-area li { position: relative; } section.footer-area li:before { content: ""; border-color: transparent #777777; border-style: solid; border-width: 0.35em 0 0.35em 0.45em; display: block; height: 0; width: 0; left: -23px; top: 13px; position: absolute; } section.footer-area input { background: transparent; margin: 0; float: left; color: #1e2a78; transition: 0.3s; } section.footer-area input::placeholder { color: rgb(100, 117, 137); } section.footer-area form { overflow: hidden; height: 37px; } section.footer-area input[type="date"], section.footer-area input[type="datetime"], section.footer-area input[type="datetime-local"], section.footer-area input[type="email"], section.footer-area input[type="file"], section.footer-area input[type="month"], section.footer-area input[type="number"], section.footer-area input[type="password"], section.footer-area input[type="range"], section.footer-area input[type="search"], section.footer-area input[type="text"], section.footer-area input[type="tel"], section.footer-area input[type="time"], section.footer-area input[type="url"], section.footer-area input[type="week"] { padding: 7px 16px; width: 70%; font-size: 14px; font-family: 'Rubik', sans-serif; border: 1px solid rgb(224, 224, 224); height: 37px; } section.footer-area input[type="submit"], section.footer-area input[type="button"] { width: 30%; background: #1e2a78; font-size: 14px; font-family: 'Rubik', sans-serif; color: rgb(255, 255, 255); font-weight: 700; text-transform: uppercase; padding: 8px 0; border: none; transition: 0.3s; height: 37px; } section.footer-area input[type="submit"]:hover { background: #4554b4; transition: 0.3s; } section.footer-area input[type="submit"]:active { background: #1e2a78; transition: 0.3s; } .footer-social { padding-top: 30px; display: inline-block; } .footer-social svg { margin-right: 19px; font-size: 16px; color: rgb(30, 42, 120); line-height: 1.125; } a.go-to-top { position: absolute; top: 93%; left: calc(100% + 256px); color: white; background: #1e2a78; padding: 12px 15px; font-size: 14px; } a.go-to-top:hover { color: #1e2a78; background: white; } /* ------------- # Copyright Section ------------- */ .copyright p { font-size: 14px; font-family: 'Rubik', sans-serif; color: rgb(100, 117, 137); padding: 35px; } /* ##################### 2. index-2.html ##################### */ /* ------------- # Menu Section ------------- */ .home-02-menu-header { position: absolute; top: 0; left: 0; z-index: 9; width: 100%; padding-top: 30px; } .home-02-menu-header .menu-area > ul > li > a { color: #b5b5b5; } .home-02-menu-header .menu-area > ul > li > a:hover, .home-02-menu-header .menu-area > ul > li.current-menu-item > a { color: #fff; } .home-02-menu-header .mean-container a.meanmenu-reveal { color: #fff; border: 2px solid #fff; } .home-02-menu-header .mean-container a.meanmenu-reveal span { background: #fff; } /* ------------- # Banner Section ------------- */ section.home-02-banner { background-image: url('../images/banner/02_home_banner_bg.png'); background-position: center; background-repeat: no-repeat; padding-top: 188px; position: relative; overflow: hidden; } section.home-02-banner::before { content: ' '; height: 100%; width: 100%; background-color: rgb(1, 9, 62); opacity: 0.902; position: absolute; top: 0; left: 0; } section.home-02-banner .bottom-arrow svg { fill: #fff; height: 47px; margin-bottom: 33px; } section.home-02-banner .banner-text h1 { color: #fff; } section.home-02-banner .banner-image { position: relative; width: fit-content; width: -moz-fit-content; width: -ms-fit-content; width: -webkit-fit-content; } section.home-02-banner .banner-text p { color: #dedede; } /* video player */ section.home-02-banner .banner-image .banner-video-player { content: ' '; position: absolute; top: 0; left: 0; width: 100%; height: 480px; } section.home-02-banner .banner-image .banner-video-player::before { background-color: #000; z-index: 5; opacity: 0.4; content: ' '; position: absolute; top: 0; left: 0; width: 100%; height: 480px; } section.home-02-banner .vid-player-first-layer { position: absolute; top: 50%; left: 50%; height: 144px; width: 144px; background: #fff; border-radius: 50%; text-align: center; color: rgb(30, 42, 120); transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); z-index: 10; display: flex; align-items: center; } section.home-02-banner .vid-player-first-layer a { margin-left: auto; margin-right: auto; font-size: 70px; color: rgb(30, 42, 120); } section.home-02-banner .vid-player-second-layer { position: absolute; top: 50%; left: 50%; background: #fff; border-radius: 50%; transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); z-index: 7; animation: video-player-animate 2s infinite linear; } /* ------------- # Features Section ------------- */ section.home-02-features-area .f-point { position: absolute; right: 51px; margin-right: 0; } section.home-02-features-area .f-point h1 { font-size: 212px; } /* ------------- # Services Section ------------- */ section.home-02-services-area .service-image { float: inherit; } section.home-02-services-area .service-text p { font-size: 15px; } section.home-02-services-area .service-text { margin-top: 11px; } /* ##################### 3. about.html ##################### */ /* ------------- # Page Header Section ------------- */ .page-header { background-color: rgb(246, 246, 246); height: 304px; display: flex; align-items: center; position: relative; } /* shape-left */ .about-banner-shape-left { position: absolute; left: 0; } .about-banner-shape-left img.animate__animated.animate__pulse.animate__infinite { animation-duration: 1.5s; } /* shape-right */ .about-banner-shape-right { position: absolute; right: 0; } .page-header-text { position: relative; } .page-header h1.page-title { font-family: 'Poppins', sans-serif; font-size: 50px; color: rgba(30, 42, 120, 0.502); font-weight: 700; } .page-header span { font-size: 18px; font-family: 'Rubik', sans-serif; color: rgb(100, 117, 137); } .page-header span.span-divider { margin-left: 7px; margin-right: 7px; } .page-banner-shape-title { position: absolute; top: -19px; left: -19px; } /* ------------- # About Section ------------- */ .about-area-image img { width: 100%; height: 100%; object-fit: cover; } /* ------------- # Our Team Section ------------- */ section.our-team { margin-bottom: 100px; } .member-bio { text-align: center; box-shadow: 0px 5px 20px 0px rgba(150, 176, 203, 0.15); padding: 35px 50px; } .member-bio img { height: 170px; width: 170px; border-radius: 50%; } .member-bio h2 { font-size: 18px; font-family: 'Poppins', sans-serif; color: rgb(34, 54, 69); font-weight: bold; margin-top: 23px; margin-bottom: 9px; } .member-bio h4 { font-size: 16px; font-family: 'Rubik', sans-serif; color: rgb(100, 117, 137); margin-bottom: 18px; } .member-social-profile { border-radius: 2px; background-color: rgb(34, 54, 69); width: 30px; height: 30px; display: inline-block; padding-top: 2.5px; transition: 0.3s; margin: 0 4px; } .member-social-profile a { color: #fff; } .member-social-profile:hover { background-color: #1e2a78; transition: 0.3s; } /* ------------- # Experience Section ------------- */ .experience { background-color: #f6f6f6; } .experience .row { margin: 0; } .experience .speciality-box { width: inherit; height: inherit; margin: 60px 0; } .experience .sp-box-text p { margin: 0; } /* ##################### 4. pricing.html ##################### */ /* ------------- Pricing Section ------------- */ section.pricing-area { margin-bottom: 100px; } .price-box { border-radius: 5px; background-color: rgb(255, 255, 255); box-shadow: 0px 5px 20px 0px rgba(150, 176, 203, 0.15); padding: 40px 35px; margin: 15px 0; } .price-intro { display: flex; padding-bottom: 15px; margin-bottom: 15px; border-bottom: 2px solid rgb(246, 246, 246); } .price-head h2 { font-size: 25px; font-family: 'Poppins', sans-serif; color: rgb(34, 54, 69); font-weight: bold; margin-top: 14px; } .price { margin-left: auto; } .price h6 { font-size: 16px; font-family: 'Poppins', sans-serif; color: rgb(100, 117, 137); } .price h3 { font-size: 20px; font-family: 'Poppins', sans-serif; font-weight: 700; background-color: rgb(30, 42, 120); padding: 7px 23px; border-radius: 3px; color: #fff; } /* ------------- Custom Project Section ------------- */ .custom-projects { background-color: rgb(251, 251, 251); padding-bottom: 19px; position: relative; overflow: hidden; } .custom-projects h1 { font-size: 35px; font-family: 'Poppins', sans-serif; color: rgb(30, 42, 120); font-weight: 700; } .custom-project-button button { background-color: rgb(30, 42, 120); color: #fff; font-weight: 700; font-size: 25px; font-family: 'Rubik', sans-serif; text-transform: uppercase; padding: 25px 52px; transition: 0.3s; border: none; border-radius: 5px; } .custom-project-button button:hover { background: #4554b4; transition: 0.3s; } /* shapes */ .custom-projects-shape-2 { position: absolute; top: -40px; left: 82px; height: 174px; width: 174px; } .custom-projects-shape-2 img { height: 100%; width: 100%; animation: spin 360s infinite linear; } /* circle-1 */ .custom-projects-circle-1 { position: absolute; bottom: -130px; left: -100px; height: 220px; width: 220px; } .custom-projects-circle-1 img { height: 100%; width: 100%; } /* circle-2 */ .custom-projects-circle-2 { position: absolute; bottom: -130px; right: 28%; height: 220px; width: 220px; } .custom-projects-circle-2 img { height: 100%; width: 100%; animation: spin 5s infinite linear; } /* circle-3 */ .custom-projects-circle-3 { position: absolute; top: -86px; right: -86px; height: 220px; width: 220px; } .custom-projects-circle-3 img { height: 100%; width: 100%; } .custom-projects-circle-4 { border-radius: 50%; background-color: rgb(11, 179, 255); opacity: 0.569; width: 100px; height: 100px; position: absolute; top: -50px; left: 50%; } /* ##################### 5. portfolio.html ##################### */ /* ------------- Portfolio Section ------------- */ .portfolio .section-heading { margin-bottom: 0; } .project-menu { margin-top: 35px; margin-bottom: 40px; } .project-menu button { border: none; background: transparent; font-size: 18px; font-family: 'Rubik', sans-serif; color: #647589; margin-right: 15px; margin-bottom: 15px; } .project-menu button:hover, .project-menu button.active { color: #1e2a78; } /* ##################### 6. blog.html ##################### */ /* ------------- Blog Section ------------- */ section.blog-area { background: #fff; padding-top: 1px; padding-bottom: 120px; } section.blog-area .post { box-shadow: 0px 5px 20px 0px rgba(150, 176, 203, 0.1); } /* ------------- Subscribe Section ------------- */ .subscribe-form input[type="email"] { width: 63%; border: 1px solid rgb(30, 42, 120); background: #fff; padding: 14px 27px; color: rgb(30, 42, 120); border-radius: 3px 0 0 3px; } .subscribe-form input[type="email"]::placeholder { color: rgb(183, 185, 200); } .subscribe-form button { width: 37%; background-color: rgb(30, 42, 120); color: #fff; border: none; padding: 15px 0; font-weight: 700; transition: 0.3s; border-radius: 0 5px 5px 0; } .subscribe-form button:hover { background: #4554b4; transition: 0.3s; } .subscribe-form { width: 500px; display: flex; font-size: 13px; font-family: 'Rubik', sans-serif; margin-left: auto; } /* ##################### 7. blog-details.html ##################### */ section.blog-details { margin-top: 120px; } section.blog-details a:hover { color: rgb(30, 42, 120); transition: 0.3s; } section.blog-details input[type="text"], section.blog-details textarea { border: none; border-bottom: 1px solid rgb(235, 235, 235); color: rgb(34, 54, 69); padding-bottom: 10px; } section.blog-details input[type="text"]::placeholder { font-size: 14px; font-family: 'Rubik', sans-serif; color: rgb(161, 161, 161); line-height: 1.857; } /* ------------- # Article Area ------------- */ .article-details { margin-bottom: 40px; display: flex; align-items: center; justify-content: space-between; } .article-title h2 { font-size: 35px; font-family: 'Poppins', sans-serif; color: rgb(34, 54, 69); font-weight: 700; margin-bottom: 30px; } .article-author { width: max-content; display: inline-block; } .article-author img { height: 50px; width: 50px; border-radius: 50%; margin-right: 10px; } .article-author h6, .article-author a { display: inline-block; font-size: 18px; font-family: 'Rubik', sans-serif; color: rgb(100, 117, 137); font-weight: 400; transition: 0.3s; } .share-article { width: max-content; display: flex; align-items: center; } .share-article h6 { font-size: 12px; font-family: 'Poppins', sans-serif; color: rgb(34, 54, 69); font-weight: 700; margin-bottom: 0; margin-right: 20px; } .share-article svg { font-size: 16px; color: rgb(100, 117, 137); margin-right: 15px; } .article-thumbnail img { width: 100%; height: auto; } .thumbnail1 img { width: 75%; /* height: auto; */ } .article-body { padding: 60px 50px; border-bottom: 1px solid rgb(30, 42, 120, 0.05); } .article-body p { font-size: 17px; font-family: 'Rubik', sans-serif; color: rgb(100, 117, 137); line-height: 1.765; margin: 0; } .article-body h2.article-subheading { font-size: 19px; font-family: 'Poppins', sans-serif; color: rgb(34, 54, 69); font-weight: 700; line-height: 1.531; margin: 60px 0 50px 0; } .article-tags { display: flex; align-items: center; margin-top: 60px; } .article-tags h6 { font-size: 12px; font-family: 'Poppins', sans-serif; color: rgb(34, 54, 69); font-weight: 700; margin-bottom: 0; margin-right: 5px; } .article-tags a, .article-tags span { font-weight: 700; font-size: 16px; color: rgb(100, 117, 137); } .article-tags span { margin-right: 5px; } .article-navigation { padding: 60px 50px; border-bottom: 1px solid rgb(30, 42, 120, 0.05); border-top: 1px solid rgb(30, 42, 120, 0.05); } .article-navigation a { font-size: 14px; color: rgb(34, 54, 69); font-weight: 700; } /* ------------- # Comment Area ------------- */ .comment-area { color: #647589; padding: 60px 0; font-size: 14px; font-family: 'Rubik', sans-serif; } .comment-area h2, .comment-area h3 { font-family: 'Poppins', sans-serif; color: rgb(34, 54, 69); font-weight: 700; } .comment-area h2 { font-size: 18px; } .comment-area h3 { font-size: 14px; margin-bottom: 0; } .comment-area span { color: #647589; margin-left: 15px; } .comment-box { display: flex; margin-top: 60px; } .comment-details { display: flex; align-items: center; } a.comment-date { font-size: 12px; font-style: italic; color: #647589; margin-left: 15px; } .comment-author-thumbnail { margin-right: 13px; } .comment-author-thumbnail img { width: 45px; height: 45px; border-radius: 50%; } .main-comment p { line-height: 1.714; margin-top: 10px; } .main-comment button { font-size: 12px; font-family: 'Poppins', sans-serif; color: rgb(30, 42, 120); font-weight: 700; border: none; background-color: transparent; padding-left: 0; } .comment-form input, .comment-form textarea { width: 100%; margin-bottom: 40px; padding-left: 12px; } .comment-form textarea { height: 38px; } .comment-input { margin: 60px 0; } .comment-form { margin-top: 35px; } .comment-form button { border: none; transition: 0.3s; } .comment-form button:hover { transition: 0.3s; } .comment-form input[type="text"]:focus { border-bottom: 1px solid #000; } .comment-form textarea:focus { border-bottom: 1px solid #000; } /* ------------- # Sidebar Area ------------- */ h2.sidebar-widget-title { font-size: 18px; font-family: 'Poppins', sans-serif; color: rgb(34, 54, 69); font-weight: 700; line-height: 1.667; margin-bottom: 20px; } .search-form { display: flex; } .sidebar-area > div { margin-bottom: 50px; } .search-form input { width: 87%; } .search-form button { background: transparent; border: none; border-bottom: 1px solid rgb(235, 235, 235); color: rgb(161, 161, 161); font-size: 18px; } .sidebar-area ul { list-style: none; padding-left: 23px; } .sidebar-area li { position: relative; } .sidebar-area li > a { font-size: 14px; font-family: 'Rubik', sans-serif; color: rgb(159, 164, 175); line-height: 2.571; } .sidebar-area li:before { content: ""; border-color: transparent #777777; border-style: solid; border-width: 0.35em 0 0.35em 0.45em; display: block; height: 0; width: 0; left: -23px; top: 50%; transform: translateY(-50%); position: absolute; } .recent-post { display: flex; margin-bottom: 20px; } .recent-post-thumbnail { margin-right: 15px; } .recent-post-thumbnail img { width: 100px; height: 120px; } .recent-post-title h3 { font-size: 15px; font-family: 'Poppins', sans-serif; color: rgb(34, 54, 69); font-weight: bold; } .recent-post-title span, .recent-post-title a { font-size: 12px; font-family: 'Rubik', sans-serif; color: rgb(159, 164, 175); } .popular-tags a { font-size: 14px; font-family: 'Rubik', sans-serif; color: rgb(141, 141, 141); background-color: rgb(244, 244, 244); padding: 10px 18px; margin-right: 10px; margin-bottom: 10px; display: inline-block; } .ad-banner img { width: 270px; height: auto; } /* ##################### 8. portfolio-details.html ##################### */ /* ------------- # Project Details Section ------------- */ .project-picture { width: 100%; } .project-picture img { width: 100%; height: auto; } .project-description { width: 100%; padding: 45px 39px; box-shadow: 0px 5px 20px 0 rgb(150, 176, 203, 0.15); } .project-description-point { margin-bottom: 13px; } .project-description h6, .project-description a { font-family: 'Rubik', sans-serif; color: #223645; font-size: 16px; font-weight: 400; padding: 7px 0; } .project-description h5 { font-size: 16px; font-family: 'Poppins', sans-serif; color: #223645; font-weight: 600; margin-right: 5px; } /* ##################### 9. contact.html ##################### */ section.contact-area { background-image: url('../images/svgs/map-bg.png'); background-position: center bottom; background-repeat: no-repeat; background-size: contain; } /* ------------- # Address Container ------------- */ .address-box { text-align: center; color: #ffffff; width: 185px; margin: 0 95px; position: relative; } .address-box a { color: #ffffff; text-decoration: none; display: block; } .address-box img { margin-bottom: 15px; } .address-container { padding: 47px 0; background: #1E2A78; } .address-container > .row > div::after { clear: both; content: ' '; background: #f6f6f6; position: absolute; right: 0; width: 0.5px; height: 100% } .address-container > .row > div:last-child::after { display: none; } /* ------------- # Contact Form Area ------------- */ .contact-form-area { margin-top: 114px; margin-bottom: 124px; } .contact-form-area h2 { font-family: 'Poppins', sans-serif; font-size: 18px; font-weight: 700; color: #223645; margin-bottom: 39px; } .contact-form-area form input[type=text], .contact-form-area form input[type=email], .contact-form-area form textarea { width: 100%; padding: 15px 20px; border: none; box-shadow: 0px 5px 20px 0px rgba(150, 176, 203, 0.15); margin-bottom: 30px; transition: 0.3s; } .contact-form-area form input[type=text]:focus, .contact-form-area form input[type=email]:focus, .contact-form-area form textarea:focus { box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15); transition: 0.3s; } .contact-form-area form textarea { height: 300px; } .contact-form-area form input[type="submit"] { border: none; } /* ##################### 10. faq.html ##################### */ .faq-box { margin-bottom: 105px; } .faq-box h2 { font-family: 'Poppins', sans-serif; font-size: 25px; font-weight: 700; margin-bottom: 40px; } .card { border: 3px solid #000; border-radius: 0; margin-bottom: 20px; } .card-header { border-radius: 0; border: none; padding: 18px 25px; background: #fff; } .card-header-expanded { background: #1E2A78; } .card-header:first-child { border-radius: 0; } .card-header a { font-family: 'Rubik', sans-serif; font-weight: 500; font-size: 18px; color: #647589; } .card-header a[aria-expanded="true"] { color: #fff; } .card-header a[aria-expanded="true"]:before { content: "\f056"; font-family: FontAwesome; font-size: 25px; color: #fff; float: right; transition: 0.3s; } .card-header a[aria-expanded="false"]:before { content: "\f055"; font-family: FontAwesome; font-size: 25px; color: #1E2A78; float: right; transition: 0.3s; } /* ##################### 11. career.html ##################### */ .job-intro { display: flex; padding-bottom: 15px; margin-bottom: 23px; border-bottom: 2px solid rgb(246, 246, 246); } .price h5 { font-family: 'Rubik', sans-serif; font-size: 18px; color: #647589; font-weight: 400; margin-top: 15px; } .price h5 > span { font-weight: 700; } .job-apply a { border: none; border-radius: 3px; font-family: 'Poppins', sans-serif; font-size: 13px; font-weight: 700; padding: 10px 13px; color: #fff; background: #1E2A78; } .job-offer > div { margin-bottom: 23px; border-bottom: 2px solid rgb(246, 246, 246); } .job-offer > div:last-child { border-bottom: none; } .job-offer > div > div { padding-bottom: 4px; } .job-text { font-size: 16px; font-family: 'Rubik', sans-serif; color: rgb(100, 117, 137); line-height: 1.938; display: flex; } .job-text p { display: inline-block; line-height: 1.5; } .job-text svg { margin-right: 10px; } .sessionrequest .quote h2 { font-size: 30px; -webkit-transform-origin: top left; transform-origin: top left; text-align: left; font-weight: bold; color: #1E2A78; } .sessionrequest .web-development-companies #ulcompanies { display: none; margin-top: 12px; } .sessionrequest .web-development-companies #ulcompanies ul { text-align: left; } .sessionrequest .web-development-companies #ulcompanies ul li { padding: 0px; margin: 12px 6px 0px 6px; } .sessionrequest .web-development-companies #ulcompanies ul li .img { margin-bottom: 0px; } .sessionrequest .web-development-companies #ulcompanies ul li span { display: none; } .sessionrequest .quote { margin: 0px 0px 40px 0px; padding: 40px 40px 40px 40px; background-color: #fff; border-radius: 4px; /*margin-top: -280px;*/ margin-top: -29px; z-index: 999; position: relative; /*-webkit-box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.35); box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.35);*/ -webkit-box-shadow: 0px 0px 20px 1px rgba(181, 169, 169, 0.35); box-shadow: 0px 0px 20px 1px rgba(181, 169, 169, 0.35); border-radius: 10px; } .sessionrequest .quote h2 { font-size: 26px; -webkit-transform-origin: top left; transform-origin: top left; text-align: left; } .sessionrequest .quote #myform { position: relative; } .sessionrequest .quote #myform .inputrow { clear: both; } .sessionrequest .quote #myform .inputrow label { font-size: 18px; margin-top: 12px; } .sessionrequest .quote #myform .inputrow .list-inline li label { margin-top: 2px; font-size: 15px; } .sessionrequest .quote #myform .inputrow .input-quote { width: 100%; } .sessionrequest .quote #myform .bton { font-weight: bold; font-size: 18px; padding: 12px 36px; letter-spacing: 1.3px; } .sessionrequest .step2 { display: none; } .list-inline, .list-block { padding-left: 0; margin-left: -5px; list-style: none; clear: both; } .list-inline li { float: left; } .list-inline li, .list-block li { margin-top: 0px; margin-right: 4px; margin-bottom: 4px; list-style: none; } .list-inline > li { display: inline-block; padding-right: 5px; padding-left: 5px; } .list-inline li input[type="radio"], .list-block li input[type="radio"] { display: none; } input[type="checkbox"], input[type="radio"] { margin: 4px 0 0; margin-top: 1px\9; line-height: normal; } input[type="checkbox"], input[type="radio"] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0; } sessionrequest .quote #myform .inputrow .list-inline li label { margin-top: 2px; font-size: 15px; } .sessionrequest .quote #myform .inputrow label { font-size: 18px; margin-top: 12px; } .list-inline li input[type="radio"]:checked + label, .list-block li input[type="radio"]:checked + label { /*background: #1E2A78;*/ background:linear-gradient(40deg, #4e67ff, #0eafff 80%); border: 1px solid #5361FF; color: #fff !important; } .list-inline li input[type="radio"] + label, .list-block li input[type="radio"] + label { background: #fff none repeat scroll 0 0; border: 1px solid #ccc; color: #7c7c7c; cursor: pointer; display: inline-block; font-size: 14px; margin-right: 0; padding: 7px 10px; margin-bottom: 2px; font-weight: 400; } .inputrow label { display: block; } .sessionrequest .quote #myform .inputrow { clear: both; } .inputrow { padding-top: 5px; clear: both; } .sessionrequest .quote #myform .inputrow label { font-size: 18px; margin-top: 12px; } .sessionrequest .quote .select { /*background-color: #1e2a78;*/ color: #FFF; padding: 7px 10px; /*border: 1px solid #1e2a78;*/ font-weight: 400; background: linear-gradient(40deg, #4e67ff, #0eafff 80%); border: 1px solid #5361FF; } .sessionrequest .quote select option{color:#000;} .sessionrequest .quote #myform .inputrow .input-quote { width: 100%; color: #222; padding: 8px 16px; border-radius: 3px; outline: none; box-shadow: none; -webkit-box-shadow: none; font-family: "acumin-pro",sans-serif; line-height: 24px; height: auto; } input, textarea { background-color: #fdfdfd; border: solid 1px #e4e4e4; border-radius: 3px; } .center-align { text-align: center; } .sessionrequest .quote #myform .bton { font-weight: bold; font-size: 18px; padding: 12px 36px; letter-spacing: 1.3px; } .bton.pink { /*background-image: linear-gradient(40deg, #e1236b, #ff3366 80%);*/ border: none; background: #1e2a78; } .bton { border-radius: 4px; background-color: #018cff; display: inline-block; color: #fff; font-weight: 400; padding: 8px 16px; line-height: 24px; font-size: 16px; } @media only screen and (min-width:320px) and (max-width:640px){ .list-inline li {float: none; width: 100%;} .list-inline li input[type="radio"] + label, .list-block li input[type="radio"] + label{width:100%;} .sessionrequest .quote .select{width: 98%;} .sessionrequest .quote #myform .inputrow .input-quote {width: 100%; height: 100px; padding: 10px;} .sessionrequest::before {content: ""; background: #f6f6f6; position: absolute; height: 50%; width: 100%;} .bottom-arrow{display:block !important;} .home-slider-content {padding-bottom: 70px;} .bottom-arrow svg{height: 34px;} } @media only screen and (min-width:1200px) and (max-width:1299px){ .home-slider-content .container{margin-top:-100px;} .padd-lft{padding-left: 11%;} .banner-floating-text{left: 0px !important; bottom: 122px;} /*.banner-floating-text{left: -52px !important; bottom: 70px;}*/ .shape-02{top: -47px; right: -26px;} /*.banner-floating-text h1 {font-size: 135px;}*/ .banner-floating-text h1 {font-size: 35px;} .banner-text h1 {font-size: 38px;} .sld02-til{/*left: 20px !important;*/ left: -35px !important;} .sld04-til{/*left: 48px !important;*/ left: -1px !important;} .banner-image img{width:100%;} } @media only screen and (min-width:1300px) and (max-width:1600px){ .home-slider-content .container{margin-top:-100px;} .banner-floating-text{left: -44px !important; bottom: 122px;} /*.banner-floating-text{left: -92px !important; bottom: 73px;}*/ /*.banner-floating-text h1 {font-size: 90px;}*/ .banner-floating-text h1 {font-size: 80px;} .banner-text h1 {font-size: 40px;} .padd-lft{padding-left: 7%;} .sld02-til{/*left: -27px !important;*/ left: -73px !important;} .sld04-til{/*left: 7px !important;*/ left: -45px !important;} .banner-image img{width:100%;} .shape-02{right: -70px;} } /* Shake companies elements */ @-webkit-keyframes spaceboots { 0% { -webkit-transform: translate(2px, 1px) rotate(0deg); } 10% { -webkit-transform: translate(-1px, -2px) rotate(-1deg); } 20% { -webkit-transform: translate(-3px, 0px) rotate(1deg); } 30% { -webkit-transform: translate(0px, 2px) rotate(0deg); } 40% { -webkit-transform: translate(1px, -1px) rotate(1deg); } 50% { -webkit-transform: translate(-1px, 2px) rotate(-1deg); } 60% { -webkit-transform: translate(-3px, 1px) rotate(0deg); } 70% { -webkit-transform: translate(2px, 1px) rotate(-1deg); } 80% { -webkit-transform: translate(-1px, -1px) rotate(1deg); } 90% { -webkit-transform: translate(2px, 2px) rotate(0deg); } 100% { -webkit-transform: translate(1px, -2px) rotate(-1deg); } } .shake:hover, .shake:focus { -webkit-animation-name: spaceboots; -webkit-animation-duration: 0.8s; -webkit-transform-origin:50% 50%; -webkit-animation-iteration-count: infinite; -webkit-animation-timing-function: linear; } .shake { display:inline-block } .shake { display:block; position:relative; } .shake.inline { display:inline-block }
0.481454
0.077938
* { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: "Montserrat", Arial, Helvetica, sans-serif; font-size: 13px; overflow-x: hidden; /*conteúdo que ultrapassa a horizontal é ignorado*/ } header { height: 100px; background-color: #000; color: #fff; } .header { max-width: 1140px; height: 100px; margin: auto; display: flex; align-items: center; } .logo { width: 100px; } .logoimg { width: 80px; height: 80px; background-color: #b28756; border-radius: 40px; } .menu-opener { display: none; } .menu { flex: 1; display: flex; justify-content: flex-end; } .menu ul, .menu li { list-style: none; } .menu ul { display: flex; } .menu li a { color: #fff; text-transform: uppercase; font-weight: 600; text-decoration: none; padding-left: 10px; padding-right: 10px; height: 100px; display: flex; align-items: center; border-bottom: 5px solid #000; } .menu li a:hover, .menu .active a { border-bottom: 5px solid #b28756; color: #ccc; } .button { display: inline-block; background-color: #b28756; color: #fff; text-transform: uppercase; font-size: 12px; font-weight: 600; text-decoration: none; padding: 10px 30px; margin-top: 30px; border-radius: 20px; } .banner { height: calc(100vh - 100px); /*total do monitor - 100px do tamanho header*/ background-color: #333; background-image: url("../images/bg.jpg"); background-size: cover; /*ajustar o tamanho da imagem*/ background-position: bottom; /*prioriza a parte inferior da imagem*/ overflow: hidden; /*tiro a barra de rolagem dos slides*/ } .banner .sliders { width: 1000vw; /*largura dos 10 slides*/ height: 100%; } .banner .slide { width: 100vw; /*largura da tela*/ height: 100%; display: inline-block; /*slides lado a lado*/ background-color: rgba(0, 0, 0, 0.8); /*escurece a imagem do banner*/ } .banner .slidearea { display: flex; flex-direction: column; /*exibe um abaixo do outro*/ height: 100%; justify-content: center; /*conteúdo centralizado horizontal*/ align-items: center; /*conteúdo centralizado vertical*/ color: #fff; } .banner h1 { text-transform: uppercase; font-weight: bold; font-size: 50px; } .banner h1 span { color: #b28756; } .banner h2 { text-transform: uppercase; margin-top: 20px; } .banner a { display: block; background-color: #b28756; color: #fff; text-transform: uppercase; font-size: 12px; font-weight: 600; text-decoration: none; padding: 10px 30px; margin-top: 30px; border-radius: 20px; } .banner .sliders-pointers { width: 100vw; height: 20px; position: absolute; margin-top: -50px; display: flex; justify-content: center; align-items: center; } .banner .pointer { width: 15px; height: 15px; border: 2px solid #b28756; border-radius: 8px; margin-left: 5px; margin-right: 5px; cursor: pointer; } .banner .pointer.active { background-color: #b28756; } .default { padding-top: 50px; padding-bottom: 50px; } .default .section-title, .default .section-desc { text-align: center; text-transform: uppercase; font-weight: 600; } .default .section-title { font-size: 20px; } .default .section-desc { font-size: 12px; color: #ccc; margin-top: 10px; margin-bottom: 40px; } .default .section-body { max-width: 1140px; /*mesma do menu*/ margin: auto; /*exibe no meio*/ } .default.light { background-color: #f7f7f7; } .default.light .section-title, .default.light .section-body { color: #000; } .default.dark { background-color: #000; } .default.dark .section-title, .default.dark .section-body { color: #fff; } footer { background-color:#000; padding:20px; } .footer--area { max-width:1140px; margin:auto; color:#FFF; display:flex; } .footer--item { flex:1; } .footer-social { display:flex; } .footer-social a { display:block; width:25px; height:25px; background-color:#333; display:flex; justify-content: center; align-items: center; border-radius:13px; margin-right:10px; } .footer-social a:hover { background-color:#B28756; } .footer-social img { height:10px; } .footer--item.area2 { color:#999; line-height:20px; font-size:13px; padding:0 10px 10px 10px; } .footer--item.area3 form { background-color:#333; text-align:center; padding:30px; } .footer--item.area3 input { width:100%; height:40px; border:0; background:transparent; border-bottom:1px solid #CCC; outline:0; color:#FFF; font-size:14px; text-align:center; } /* CSS DE ÁREAS ESPECIFICAS */ .section-aboutus { display: flex; } .section-aboutus--left { flex: 1; } .section-aboutus--left p { font-size: 14px; line-height: 25px; /*espaço entre as linhas*/ } .section-aboutus--right { width: 520px; text-align: center; /*centralizo a imagem*/ } .section-aboutus--right img { width: 480px; box-shadow: 0px 5px 10px #333; } .section-services { display: flex; } .section-service { flex: 1; text-align: center; border-right: 1px solid #333; padding: 15px; } .section-services img { width: 59px; height: 58px; } /*Coloco a borda no 1º a esquerda*/ .section-service:first-child { border-left: 1px solid #333; } .section-service h4 { margin-top: 20px; text-transform: uppercase; font-size: 18px; } .section-service p { margin-top: 10px; font-size: 13px; color: #999; } .section-projects { display: flex; flex-direction: column; align-items: center; } .section-projetcs--filters { border: 1px solid #ccc; background-color: #eee; border-radius: 30px; display: inline-block; padding: 0px 20px; } .section-projetcs--filters ul, .section-projetcs--filters li { list-style: none; } .section-projetcs--filters li { display: inline-block; padding: 10px; text-transform: uppercase; font-size: 13px; border-left: 1px solid #ccc; color: #555; border-bottom: 3px solid #eee; cursor: pointer; } .section-projetcs--filters li:hover, .section-projetcs--filters li.active { border-bottom: 3px solid #b28756; } .section-projetcs--filters li:first-child { border-left: 0; } .section-projects--photos { width: 100vw; /*Responsividade fotos*/ max-width: 1140px; /*Responsividade fotos*/ margin-top: 20px; display: flex; flex-wrap: wrap; /*Quebra a linha do FLEX e coloca na LINHA ABAIXO*/ justify-content: center; /*conteúdo no centro*/ } .section-projects--photo { width: 280px; /*tamanho 1 foto para CELULAR*/ } .section-projects--photoarea { margin: 10px; width: 260px; /*Aqui desconto os 20px da margin 280-10-10=260*/ height: 160px; } .section-projects--photoarea img { width: inherit; /*herda o mesmo tamanho de photoarea*/ height: inherit; /*herda o mesmo tamanho de photoarea*/ } /*Aqui coloco o efeito de sombra sobre a foto*/ .section-projects--photoinfo { position: absolute; background-color: rgba(0, 0, 0, 0.5); width: inherit; height: inherit; display: none; flex-direction: column; justify-content: center; align-items: center; color: #fff; } .section-projects--photoinfo h5 { font-size: 18px; font-weight: 600; } /*Efeito sombra ao passar do mouse*/ .section-projects--photoarea:hover .section-projects--photoinfo { display: flex; } .bg-team { background-image: url("../images/bg.jpg"); background-size: cover; background-position: center; padding: 0px; } .section-team-area { background-color: rgba(0, 0, 0, 0.8); padding-top: 50px; padding-bottom: 50px; } .section-team { overflow: hidden; /*Remove área desperdiçada*/ max-width: 880px; margin: auto; } .section-team .sliders { width: 1000vw; /*largura dos 10 slides*/ height: 100%; } .section-team .slide { width: 280px; height: 100%; min-height: 300px; display: inline-block; /*slides lado a lado*/ background-color: #fff; margin-right: 20px; } .section-team .slidearea { display: flex; flex-direction: column; /*exibe um abaixo do outro*/ height: 100%; justify-content: center; /*conteúdo centralizado horizontal*/ align-items: center; /*conteúdo centralizado vertical*/ color: #000; padding: 30px; } .section-team-area .sliders-pointers { margin-top: 30px; height: 20px; display: flex; justify-content: center; align-items: center; } .section-team-area .pointer { width: 15px; height: 15px; border: 2px solid #b28756; border-radius: 8px; margin-left: 5px; margin-right: 5px; cursor: pointer; } .section-team-area .pointer.active { background-color: #b28756; } .section-team--avatar { width: 150px; height: auto; } .section-team--name { text-transform: uppercase; font-weight: 600; font-size: 17px; margin-top: 30px; } .section-team--role { font-size: 14px; color: #999; margin-top: 5px; } .section-team--social { display: flex; margin-top: 20px; } .section-team--social a { display: inline-flex; justify-content: center; align-items: center; width: 25px; height: 25px; background-color: #ccc; border-radius: 13px; margin-right: 10px; } .section-team--social a:hover { background-color: #b28756; } /*PROFESSOR*/ .testimonials .section-body { max-width: initial; } .section-testimonials { overflow: hidden; } .section-testimonials .sliders { width: 1000vw; height: 100%; } .section-testimonials .slide { width: 100vw; height: 100%; display: inline-block; } .section-testimonials .slidearea { display: flex; flex-direction: column; height: 100%; justify-content: center; align-items: center; } .section-testimonials--avatar { width: 100px; } .section-testimonials--name { font-weight: bold; font-size: 16px; margin-top: 20px; } .section-testimonials--role { font-size: 14px; } .section-testimonials--quoteimg { width: 20px; margin-top: 30px; } .section-testimonials--quote { margin-top: 10px; font-size: 13px; max-width: 700px; color: #555; text-align: center; line-height: 25px; margin-left: 30px; margin-right: 30px; } .section-testimonials .sliders-pointers { width: 100vw; height: 20px; display: flex; justify-content: center; align-items: center; margin-top: 40px; } .section-testimonials .pointer { width: 15px; height: 15px; border: 2px solid #b28756; border-radius: 8px; margin-left: 5px; margin-right: 5px; cursor: pointer; } .section-testimonials .pointer.active { background-color: #b28756; } .section-companies { border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; } .section-companies--area { display: flex; align-items: center; } .section-company { flex: 1; text-align: center; } .section-price { display: flex; } .section-price--item { flex: 1; background-color: #fff; margin-right: 20px; padding: 20px; text-align: center; } .section-price--item:last-child { margin-right: 0; } .section-price--item-name { text-transform: uppercase; font-size: 13px; font-weight: 600; } .section-price--item-money { font-weight: bold; font-size: 22px; margin-top: 10px; } .section-price--item-period { color: #999; text-transform: uppercase; margin-bottom: 20px; } .section-price--item-point { font-size: 12px; } .premium { background-color: #fff !important; border-top: 1px solid #ccc; } .premium .section-body { max-width: initial; } .section-premium { overflow: hidden; } .section-premium a { margin-top: 30px; } .section-premium .sliders { width: 1000vw; height: 100%; } .section-premium .slide { width: 100vw; height: 100%; display: inline-block; } .section-premium .slidearea { display: flex; height: 100%; justify-content: center; align-items: center; max-width: 1140px; border-bottom: 1px solid #ccc; margin: auto; padding-bottom: 40px; } .section-premium--left { flex: 1; text-align: right; } .section-premium--left img { width: 300px; margin-right: 30px; } .section-premium--right { flex: 1; } .section-premium--item { display: flex; margin-bottom: 20px; } .section-premium--item img { width: 20px; height: 20px; margin-right: 20px; } .section-premium--item div { flex: 1; color: #999; line-height: 20px; } .section-premium--item div h4 { color: #000; font-size: 17px; font-weight: 600; } .section-premium .sliders-pointers { width: 100vw; height: 20px; display: flex; justify-content: center; align-items: center; margin-top: 40px; } .section-premium .pointer { width: 15px; height: 15px; border: 2px solid #b28756; border-radius: 8px; margin-left: 5px; margin-right: 5px; cursor: pointer; } .section-premium .pointer.active { background-color: #b28756; } .section-facts { display: flex; } .section-fact { flex: 1; text-align: center; padding: 15px; } .section-fact h3 { color: #b28756; font-size: 45px; } .section-fact-line { width: 20px; border-bottom: 2px solid #b28756; margin: auto; } .section-fact h4 { margin-top: 20px; text-transform: uppercase; font-size: 18px; } .section-fact p { margin-top: 10px; font-size: 13px; color: #999; } .section-share { display: flex; justify-content: center; align-items: center; padding: 20px; background-color: #fff; color: #999; } .section-share--legend { display: flex; align-items: center; margin-right: 40px; } .section-share--legend img { margin-right: 10px; } .section-share--item { font-size: 12px; margin-right: 20px; display: flex; align-items: center; cursor: pointer; } .section-share--icon { width: 30px; height: 30px; border-radius: 15px; background-color: #ccc; margin-right: 5px; display: flex; justify-content: center; align-items: center; } .section-share--icon img { height: 12px; } .section-share--icon.twitter { background-color: #34c5f0; } .section-share--icon.linkedin { background-color: #127cb4; } .section-share--icon.facebook { background-color: #336297; } .section-share--icon.googleplus { background-color: #e74237; } .section-share--icon.pinterest { background-color: #b71c29; } .section-contact { max-width: 450px; margin: auto; text-align: center; } .section-contact input[type="text"], .section-contact textarea { display: block; width: 100%; height: 40px; border: 0; background: transparent; border-bottom: 1px solid #ccc; outline: 0; margin-top: 10px; } .section-contact textarea { height: 100px; resize: none; } .section-contact--split { display: flex; } .section-contact--split input:first-child { margin-right: 20px; } .section-map { background-image: url("../images/mapa.jpg"); background-size: cover; background-position: center; padding-top: 30px; padding-bottom: 30px; } .section-map--area { width: 100vw; max-width: 1140px; margin: auto; } .section-map--info { width: 50%; padding: 30px; background-color: #fff; color: #000; } .section-map--info-item { display: flex; align-items: center; color: #999; margin-bottom: 10px; } .section-map--info-item-img { width: 30px; height: 30px; display: inline-flex; justify-content: center; align-items: center; padding: 5px; background-color: #999; border-radius: 15px; margin-right: 15px; } .section-map--info-item-img img { width: 15px; height: auto; } @media (min-width: 450px) and (max-width: 800px) { .logo { margin-left: 30px; } .menu-opener { display: block; width: 45px; margin-right: 30px; } nav { display: none; /*Exibe o Menu*/ position: absolute; z-index: 99; background-color: rgba(0, 0, 0, 0.9); width: 70vw; height: calc(100vh - 100px); top: 100px; right: 0; } .menu ul { flex-direction: column; } .menu li a { font-weight: bold; height: 80px; font-size: 27px; margin-left: 50px; border: 0; } .menu li.active a { border: 0; color: #b28756; } .section-aboutus { flex-direction: column; } .section-aboutus--left { margin-left: 30px; margin-right: 30px; margin-bottom: 30px; } .section-aboutus--right { width: auto; } .section-services { flex-wrap: wrap; } .section-service { min-width: 50%; margin-bottom: 30px; } .section-service:first-child { border-left: 0; } .section-team { max-width: 580px; } .section-price { flex-wrap: wrap; } .section-price--item { margin-left: 20px; min-width: calc(50% - 40px); margin-bottom: 20px; } .section-price--item:last-child { margin-right: 20px; } .section-facts { flex-wrap: wrap; } .section-fact { min-width: 50%; } .section-map { padding-left: 30px; padding-right: 30px; } .section-map--area { width: auto; } .section-map--info { width: auto; } .section-map--info-item { margin-bottom: 20px; } .section-map--info-item:last-child { margin-bottom: 0; } } @media (max-width: 450px) { .logo { margin-left: 30px; } .menu-opener { display: block; width: 45px; margin-right: 30px; } nav { display: none; position: absolute; z-index: 99; background-color: rgba(0, 0, 0, 0.9); width: 80vw; height: calc(100vh - 100px); top: 100px; right: 0; } .menu ul { flex-direction: column; } .menu li a { font-weight: bold; height: 60px; font-size: 20px; margin-left: 30px; border: 0; } .menu li.active a { border: 0; color: #b28756; } .banner h1 { font-size: 30px; } .banner h2 { font-size: 17px; } .section-aboutus { flex-direction: column; } .section-aboutus--left { margin-left: 30px; margin-right: 30px; margin-bottom: 30px; } .section-aboutus--right { width: auto; margin-left: 30px; margin-right: 30px; } .section-aboutus--right img { width: 100%; } .section-services { flex-wrap: wrap; } .section-service { min-width: 100%; margin-bottom: 30px; } .section-service:first-child { border-left: 0; } .section-projects--filters { margin-left: 30px; margin-right: 30px; } .section-projects--photo { width: 320px; } .section-projects--photoarea { width: 300px; height: 190px; } .section-team { max-width: 280px; } .section-companies--area { flex-wrap: wrap; } .section-company { min-width: 50%; margin-bottom: 20px; } .section-price { flex-wrap: wrap; } .section-price--item { margin-left: 20px; min-width: calc(100% - 40px); margin-bottom: 20px; } .section-price--item:last-child { margin-right: 20px; } .section-premium .slidearea { flex-direction: column; } .section-premium--left { text-align: center; margin-bottom: 30px; } .section-premium--right { padding-left: 20px; padding-right: 20px; } .section-facts { flex-wrap: wrap; } .section-fact { min-width: 100%; } .section-share { flex-wrap: wrap; justify-content: flex-start; } .section-share--legend { width: 100vw; margin: 0; margin-bottom: 30px; justify-content: center; } .section-share--item { min-width: 50%; max-width: 50%; margin: 0; justify-content: center; flex-direction: column; margin-bottom: 20px; } .section-contact { max-width: 100vw; margin-left: 20px; margin-right: 20px; } .section-contact--split { flex-direction: column; } .section-map { padding: 0; padding-bottom: 250px; } .section-map--area { width: auto; } .section-map--info { width: auto; } .section-map--info-item { margin-bottom: 20px; } .section-map--info-item:last-child { margin-bottom: 0; } .footer--area { flex-direction: column; } .footer--item { margin-bottom: 20px; } .footer-social { justify-content: center; } }
assets/css/style.css
* { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: "Montserrat", Arial, Helvetica, sans-serif; font-size: 13px; overflow-x: hidden; /*conteúdo que ultrapassa a horizontal é ignorado*/ } header { height: 100px; background-color: #000; color: #fff; } .header { max-width: 1140px; height: 100px; margin: auto; display: flex; align-items: center; } .logo { width: 100px; } .logoimg { width: 80px; height: 80px; background-color: #b28756; border-radius: 40px; } .menu-opener { display: none; } .menu { flex: 1; display: flex; justify-content: flex-end; } .menu ul, .menu li { list-style: none; } .menu ul { display: flex; } .menu li a { color: #fff; text-transform: uppercase; font-weight: 600; text-decoration: none; padding-left: 10px; padding-right: 10px; height: 100px; display: flex; align-items: center; border-bottom: 5px solid #000; } .menu li a:hover, .menu .active a { border-bottom: 5px solid #b28756; color: #ccc; } .button { display: inline-block; background-color: #b28756; color: #fff; text-transform: uppercase; font-size: 12px; font-weight: 600; text-decoration: none; padding: 10px 30px; margin-top: 30px; border-radius: 20px; } .banner { height: calc(100vh - 100px); /*total do monitor - 100px do tamanho header*/ background-color: #333; background-image: url("../images/bg.jpg"); background-size: cover; /*ajustar o tamanho da imagem*/ background-position: bottom; /*prioriza a parte inferior da imagem*/ overflow: hidden; /*tiro a barra de rolagem dos slides*/ } .banner .sliders { width: 1000vw; /*largura dos 10 slides*/ height: 100%; } .banner .slide { width: 100vw; /*largura da tela*/ height: 100%; display: inline-block; /*slides lado a lado*/ background-color: rgba(0, 0, 0, 0.8); /*escurece a imagem do banner*/ } .banner .slidearea { display: flex; flex-direction: column; /*exibe um abaixo do outro*/ height: 100%; justify-content: center; /*conteúdo centralizado horizontal*/ align-items: center; /*conteúdo centralizado vertical*/ color: #fff; } .banner h1 { text-transform: uppercase; font-weight: bold; font-size: 50px; } .banner h1 span { color: #b28756; } .banner h2 { text-transform: uppercase; margin-top: 20px; } .banner a { display: block; background-color: #b28756; color: #fff; text-transform: uppercase; font-size: 12px; font-weight: 600; text-decoration: none; padding: 10px 30px; margin-top: 30px; border-radius: 20px; } .banner .sliders-pointers { width: 100vw; height: 20px; position: absolute; margin-top: -50px; display: flex; justify-content: center; align-items: center; } .banner .pointer { width: 15px; height: 15px; border: 2px solid #b28756; border-radius: 8px; margin-left: 5px; margin-right: 5px; cursor: pointer; } .banner .pointer.active { background-color: #b28756; } .default { padding-top: 50px; padding-bottom: 50px; } .default .section-title, .default .section-desc { text-align: center; text-transform: uppercase; font-weight: 600; } .default .section-title { font-size: 20px; } .default .section-desc { font-size: 12px; color: #ccc; margin-top: 10px; margin-bottom: 40px; } .default .section-body { max-width: 1140px; /*mesma do menu*/ margin: auto; /*exibe no meio*/ } .default.light { background-color: #f7f7f7; } .default.light .section-title, .default.light .section-body { color: #000; } .default.dark { background-color: #000; } .default.dark .section-title, .default.dark .section-body { color: #fff; } footer { background-color:#000; padding:20px; } .footer--area { max-width:1140px; margin:auto; color:#FFF; display:flex; } .footer--item { flex:1; } .footer-social { display:flex; } .footer-social a { display:block; width:25px; height:25px; background-color:#333; display:flex; justify-content: center; align-items: center; border-radius:13px; margin-right:10px; } .footer-social a:hover { background-color:#B28756; } .footer-social img { height:10px; } .footer--item.area2 { color:#999; line-height:20px; font-size:13px; padding:0 10px 10px 10px; } .footer--item.area3 form { background-color:#333; text-align:center; padding:30px; } .footer--item.area3 input { width:100%; height:40px; border:0; background:transparent; border-bottom:1px solid #CCC; outline:0; color:#FFF; font-size:14px; text-align:center; } /* CSS DE ÁREAS ESPECIFICAS */ .section-aboutus { display: flex; } .section-aboutus--left { flex: 1; } .section-aboutus--left p { font-size: 14px; line-height: 25px; /*espaço entre as linhas*/ } .section-aboutus--right { width: 520px; text-align: center; /*centralizo a imagem*/ } .section-aboutus--right img { width: 480px; box-shadow: 0px 5px 10px #333; } .section-services { display: flex; } .section-service { flex: 1; text-align: center; border-right: 1px solid #333; padding: 15px; } .section-services img { width: 59px; height: 58px; } /*Coloco a borda no 1º a esquerda*/ .section-service:first-child { border-left: 1px solid #333; } .section-service h4 { margin-top: 20px; text-transform: uppercase; font-size: 18px; } .section-service p { margin-top: 10px; font-size: 13px; color: #999; } .section-projects { display: flex; flex-direction: column; align-items: center; } .section-projetcs--filters { border: 1px solid #ccc; background-color: #eee; border-radius: 30px; display: inline-block; padding: 0px 20px; } .section-projetcs--filters ul, .section-projetcs--filters li { list-style: none; } .section-projetcs--filters li { display: inline-block; padding: 10px; text-transform: uppercase; font-size: 13px; border-left: 1px solid #ccc; color: #555; border-bottom: 3px solid #eee; cursor: pointer; } .section-projetcs--filters li:hover, .section-projetcs--filters li.active { border-bottom: 3px solid #b28756; } .section-projetcs--filters li:first-child { border-left: 0; } .section-projects--photos { width: 100vw; /*Responsividade fotos*/ max-width: 1140px; /*Responsividade fotos*/ margin-top: 20px; display: flex; flex-wrap: wrap; /*Quebra a linha do FLEX e coloca na LINHA ABAIXO*/ justify-content: center; /*conteúdo no centro*/ } .section-projects--photo { width: 280px; /*tamanho 1 foto para CELULAR*/ } .section-projects--photoarea { margin: 10px; width: 260px; /*Aqui desconto os 20px da margin 280-10-10=260*/ height: 160px; } .section-projects--photoarea img { width: inherit; /*herda o mesmo tamanho de photoarea*/ height: inherit; /*herda o mesmo tamanho de photoarea*/ } /*Aqui coloco o efeito de sombra sobre a foto*/ .section-projects--photoinfo { position: absolute; background-color: rgba(0, 0, 0, 0.5); width: inherit; height: inherit; display: none; flex-direction: column; justify-content: center; align-items: center; color: #fff; } .section-projects--photoinfo h5 { font-size: 18px; font-weight: 600; } /*Efeito sombra ao passar do mouse*/ .section-projects--photoarea:hover .section-projects--photoinfo { display: flex; } .bg-team { background-image: url("../images/bg.jpg"); background-size: cover; background-position: center; padding: 0px; } .section-team-area { background-color: rgba(0, 0, 0, 0.8); padding-top: 50px; padding-bottom: 50px; } .section-team { overflow: hidden; /*Remove área desperdiçada*/ max-width: 880px; margin: auto; } .section-team .sliders { width: 1000vw; /*largura dos 10 slides*/ height: 100%; } .section-team .slide { width: 280px; height: 100%; min-height: 300px; display: inline-block; /*slides lado a lado*/ background-color: #fff; margin-right: 20px; } .section-team .slidearea { display: flex; flex-direction: column; /*exibe um abaixo do outro*/ height: 100%; justify-content: center; /*conteúdo centralizado horizontal*/ align-items: center; /*conteúdo centralizado vertical*/ color: #000; padding: 30px; } .section-team-area .sliders-pointers { margin-top: 30px; height: 20px; display: flex; justify-content: center; align-items: center; } .section-team-area .pointer { width: 15px; height: 15px; border: 2px solid #b28756; border-radius: 8px; margin-left: 5px; margin-right: 5px; cursor: pointer; } .section-team-area .pointer.active { background-color: #b28756; } .section-team--avatar { width: 150px; height: auto; } .section-team--name { text-transform: uppercase; font-weight: 600; font-size: 17px; margin-top: 30px; } .section-team--role { font-size: 14px; color: #999; margin-top: 5px; } .section-team--social { display: flex; margin-top: 20px; } .section-team--social a { display: inline-flex; justify-content: center; align-items: center; width: 25px; height: 25px; background-color: #ccc; border-radius: 13px; margin-right: 10px; } .section-team--social a:hover { background-color: #b28756; } /*PROFESSOR*/ .testimonials .section-body { max-width: initial; } .section-testimonials { overflow: hidden; } .section-testimonials .sliders { width: 1000vw; height: 100%; } .section-testimonials .slide { width: 100vw; height: 100%; display: inline-block; } .section-testimonials .slidearea { display: flex; flex-direction: column; height: 100%; justify-content: center; align-items: center; } .section-testimonials--avatar { width: 100px; } .section-testimonials--name { font-weight: bold; font-size: 16px; margin-top: 20px; } .section-testimonials--role { font-size: 14px; } .section-testimonials--quoteimg { width: 20px; margin-top: 30px; } .section-testimonials--quote { margin-top: 10px; font-size: 13px; max-width: 700px; color: #555; text-align: center; line-height: 25px; margin-left: 30px; margin-right: 30px; } .section-testimonials .sliders-pointers { width: 100vw; height: 20px; display: flex; justify-content: center; align-items: center; margin-top: 40px; } .section-testimonials .pointer { width: 15px; height: 15px; border: 2px solid #b28756; border-radius: 8px; margin-left: 5px; margin-right: 5px; cursor: pointer; } .section-testimonials .pointer.active { background-color: #b28756; } .section-companies { border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; } .section-companies--area { display: flex; align-items: center; } .section-company { flex: 1; text-align: center; } .section-price { display: flex; } .section-price--item { flex: 1; background-color: #fff; margin-right: 20px; padding: 20px; text-align: center; } .section-price--item:last-child { margin-right: 0; } .section-price--item-name { text-transform: uppercase; font-size: 13px; font-weight: 600; } .section-price--item-money { font-weight: bold; font-size: 22px; margin-top: 10px; } .section-price--item-period { color: #999; text-transform: uppercase; margin-bottom: 20px; } .section-price--item-point { font-size: 12px; } .premium { background-color: #fff !important; border-top: 1px solid #ccc; } .premium .section-body { max-width: initial; } .section-premium { overflow: hidden; } .section-premium a { margin-top: 30px; } .section-premium .sliders { width: 1000vw; height: 100%; } .section-premium .slide { width: 100vw; height: 100%; display: inline-block; } .section-premium .slidearea { display: flex; height: 100%; justify-content: center; align-items: center; max-width: 1140px; border-bottom: 1px solid #ccc; margin: auto; padding-bottom: 40px; } .section-premium--left { flex: 1; text-align: right; } .section-premium--left img { width: 300px; margin-right: 30px; } .section-premium--right { flex: 1; } .section-premium--item { display: flex; margin-bottom: 20px; } .section-premium--item img { width: 20px; height: 20px; margin-right: 20px; } .section-premium--item div { flex: 1; color: #999; line-height: 20px; } .section-premium--item div h4 { color: #000; font-size: 17px; font-weight: 600; } .section-premium .sliders-pointers { width: 100vw; height: 20px; display: flex; justify-content: center; align-items: center; margin-top: 40px; } .section-premium .pointer { width: 15px; height: 15px; border: 2px solid #b28756; border-radius: 8px; margin-left: 5px; margin-right: 5px; cursor: pointer; } .section-premium .pointer.active { background-color: #b28756; } .section-facts { display: flex; } .section-fact { flex: 1; text-align: center; padding: 15px; } .section-fact h3 { color: #b28756; font-size: 45px; } .section-fact-line { width: 20px; border-bottom: 2px solid #b28756; margin: auto; } .section-fact h4 { margin-top: 20px; text-transform: uppercase; font-size: 18px; } .section-fact p { margin-top: 10px; font-size: 13px; color: #999; } .section-share { display: flex; justify-content: center; align-items: center; padding: 20px; background-color: #fff; color: #999; } .section-share--legend { display: flex; align-items: center; margin-right: 40px; } .section-share--legend img { margin-right: 10px; } .section-share--item { font-size: 12px; margin-right: 20px; display: flex; align-items: center; cursor: pointer; } .section-share--icon { width: 30px; height: 30px; border-radius: 15px; background-color: #ccc; margin-right: 5px; display: flex; justify-content: center; align-items: center; } .section-share--icon img { height: 12px; } .section-share--icon.twitter { background-color: #34c5f0; } .section-share--icon.linkedin { background-color: #127cb4; } .section-share--icon.facebook { background-color: #336297; } .section-share--icon.googleplus { background-color: #e74237; } .section-share--icon.pinterest { background-color: #b71c29; } .section-contact { max-width: 450px; margin: auto; text-align: center; } .section-contact input[type="text"], .section-contact textarea { display: block; width: 100%; height: 40px; border: 0; background: transparent; border-bottom: 1px solid #ccc; outline: 0; margin-top: 10px; } .section-contact textarea { height: 100px; resize: none; } .section-contact--split { display: flex; } .section-contact--split input:first-child { margin-right: 20px; } .section-map { background-image: url("../images/mapa.jpg"); background-size: cover; background-position: center; padding-top: 30px; padding-bottom: 30px; } .section-map--area { width: 100vw; max-width: 1140px; margin: auto; } .section-map--info { width: 50%; padding: 30px; background-color: #fff; color: #000; } .section-map--info-item { display: flex; align-items: center; color: #999; margin-bottom: 10px; } .section-map--info-item-img { width: 30px; height: 30px; display: inline-flex; justify-content: center; align-items: center; padding: 5px; background-color: #999; border-radius: 15px; margin-right: 15px; } .section-map--info-item-img img { width: 15px; height: auto; } @media (min-width: 450px) and (max-width: 800px) { .logo { margin-left: 30px; } .menu-opener { display: block; width: 45px; margin-right: 30px; } nav { display: none; /*Exibe o Menu*/ position: absolute; z-index: 99; background-color: rgba(0, 0, 0, 0.9); width: 70vw; height: calc(100vh - 100px); top: 100px; right: 0; } .menu ul { flex-direction: column; } .menu li a { font-weight: bold; height: 80px; font-size: 27px; margin-left: 50px; border: 0; } .menu li.active a { border: 0; color: #b28756; } .section-aboutus { flex-direction: column; } .section-aboutus--left { margin-left: 30px; margin-right: 30px; margin-bottom: 30px; } .section-aboutus--right { width: auto; } .section-services { flex-wrap: wrap; } .section-service { min-width: 50%; margin-bottom: 30px; } .section-service:first-child { border-left: 0; } .section-team { max-width: 580px; } .section-price { flex-wrap: wrap; } .section-price--item { margin-left: 20px; min-width: calc(50% - 40px); margin-bottom: 20px; } .section-price--item:last-child { margin-right: 20px; } .section-facts { flex-wrap: wrap; } .section-fact { min-width: 50%; } .section-map { padding-left: 30px; padding-right: 30px; } .section-map--area { width: auto; } .section-map--info { width: auto; } .section-map--info-item { margin-bottom: 20px; } .section-map--info-item:last-child { margin-bottom: 0; } } @media (max-width: 450px) { .logo { margin-left: 30px; } .menu-opener { display: block; width: 45px; margin-right: 30px; } nav { display: none; position: absolute; z-index: 99; background-color: rgba(0, 0, 0, 0.9); width: 80vw; height: calc(100vh - 100px); top: 100px; right: 0; } .menu ul { flex-direction: column; } .menu li a { font-weight: bold; height: 60px; font-size: 20px; margin-left: 30px; border: 0; } .menu li.active a { border: 0; color: #b28756; } .banner h1 { font-size: 30px; } .banner h2 { font-size: 17px; } .section-aboutus { flex-direction: column; } .section-aboutus--left { margin-left: 30px; margin-right: 30px; margin-bottom: 30px; } .section-aboutus--right { width: auto; margin-left: 30px; margin-right: 30px; } .section-aboutus--right img { width: 100%; } .section-services { flex-wrap: wrap; } .section-service { min-width: 100%; margin-bottom: 30px; } .section-service:first-child { border-left: 0; } .section-projects--filters { margin-left: 30px; margin-right: 30px; } .section-projects--photo { width: 320px; } .section-projects--photoarea { width: 300px; height: 190px; } .section-team { max-width: 280px; } .section-companies--area { flex-wrap: wrap; } .section-company { min-width: 50%; margin-bottom: 20px; } .section-price { flex-wrap: wrap; } .section-price--item { margin-left: 20px; min-width: calc(100% - 40px); margin-bottom: 20px; } .section-price--item:last-child { margin-right: 20px; } .section-premium .slidearea { flex-direction: column; } .section-premium--left { text-align: center; margin-bottom: 30px; } .section-premium--right { padding-left: 20px; padding-right: 20px; } .section-facts { flex-wrap: wrap; } .section-fact { min-width: 100%; } .section-share { flex-wrap: wrap; justify-content: flex-start; } .section-share--legend { width: 100vw; margin: 0; margin-bottom: 30px; justify-content: center; } .section-share--item { min-width: 50%; max-width: 50%; margin: 0; justify-content: center; flex-direction: column; margin-bottom: 20px; } .section-contact { max-width: 100vw; margin-left: 20px; margin-right: 20px; } .section-contact--split { flex-direction: column; } .section-map { padding: 0; padding-bottom: 250px; } .section-map--area { width: auto; } .section-map--info { width: auto; } .section-map--info-item { margin-bottom: 20px; } .section-map--info-item:last-child { margin-bottom: 0; } .footer--area { flex-direction: column; } .footer--item { margin-bottom: 20px; } .footer-social { justify-content: center; } }
0.381796
0.094093
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600&display=swap'); :root{ --purple:#8e44ad; --red:#c0392b; --orange:#f39c12; --black:#333; --white:#fff; --light-color:#666; --light-white:#ccc; --light-bg:#f5f5f5; --border:.1rem solid var(--black); --box-shadow:0 .5rem 1rem rgba(0,0,0,.1); } *{ font-family: 'Rubik', sans-serif; margin:0; padding:0; box-sizing: border-box; outline: none; border:none; text-decoration: none; transition:all .2s linear; } *::selection{ background-color: var(--purple); color:var(--white); } *::-webkit-scrollbar{ height: .5rem; width: 1rem; } *::-webkit-scrollbar-track{ background-color: transparent; } *::-webkit-scrollbar-thumb{ background-color: var(--purple); } .form-container{ min-height: 100vh; background-color: var(--light-bg); display: flex; align-items: center; justify-content: center; padding: 2rem; } html{ font-size: 62.5%; overflow-x: hidden; } .section{ padding: 3rem 2rem; } .message{ position: sticky; top: 0; margin: 0 auto; max-width: 1200px; background-color: var(--white); padding: 2rem; display: flex; align-items: center; justify-content: space-between; z-index: 10000; gap: 1.5rem; } .message span{ font-size: 2rem; color: var(--black); } .message i{ cursor: pointer; color: var(--red); font-size: 2.5rem; } .message i:hover{ transform: rotate(90deg); } .btn, .white-btn{ background-color: var(--purple); } .option-btn{ background-color: var(--orange); } .delete-btn{ background-color: var(--red); } @keyframes fadeIn{ 0%{ transform: translate(1rem); opacity: .2s; } } .btn, .option-btn, .delete-btn, .white-btn{ margin-top: 1rem; display: inline-block; padding: 1rem 3rem; cursor: pointer; color: var(--white); border-radius: .5rem; text-transform: capitalize; font-size: 2rem; } .btn:hover, .option-btn:hover, .delete-btn:hover{ background-color: var(--black); } .form-container form{ padding: 2rem; width: 50rem; border-radius: .5rem; box-shadow: var(--box-shadow); border: var(--border); background-color: var(--white); text-align: center; text-transform: capitalize; } .form-container form h3{ font-size: 2.5rem; margin-bottom: 1rem; text-transform: uppercase; color: var(--black); } .form-container form .box{ width: 100%; border-radius: .5rem; background-color: var(--light-bg); padding: 1.2rem 1.4rem; font-size: 1.8rem; color: var(--black); border: var(--border); margin: 1rem 0; } .form-container form p{ padding-top: 1.5rem; font-size: 1.7rem; color: var(--black); } .form-container form p a{ color: var(--purple); } .form-container form p a:hover{ text-decoration: underline; } .select{ font-size: 1.5rem; margin-right: 1.5rem; } /* media queries */ @media (max-width:991px){ html{ font-size: 55%; } } @media (max-width:450px){ html{ font-size: 50%; } }
resources/css/style.css
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600&display=swap'); :root{ --purple:#8e44ad; --red:#c0392b; --orange:#f39c12; --black:#333; --white:#fff; --light-color:#666; --light-white:#ccc; --light-bg:#f5f5f5; --border:.1rem solid var(--black); --box-shadow:0 .5rem 1rem rgba(0,0,0,.1); } *{ font-family: 'Rubik', sans-serif; margin:0; padding:0; box-sizing: border-box; outline: none; border:none; text-decoration: none; transition:all .2s linear; } *::selection{ background-color: var(--purple); color:var(--white); } *::-webkit-scrollbar{ height: .5rem; width: 1rem; } *::-webkit-scrollbar-track{ background-color: transparent; } *::-webkit-scrollbar-thumb{ background-color: var(--purple); } .form-container{ min-height: 100vh; background-color: var(--light-bg); display: flex; align-items: center; justify-content: center; padding: 2rem; } html{ font-size: 62.5%; overflow-x: hidden; } .section{ padding: 3rem 2rem; } .message{ position: sticky; top: 0; margin: 0 auto; max-width: 1200px; background-color: var(--white); padding: 2rem; display: flex; align-items: center; justify-content: space-between; z-index: 10000; gap: 1.5rem; } .message span{ font-size: 2rem; color: var(--black); } .message i{ cursor: pointer; color: var(--red); font-size: 2.5rem; } .message i:hover{ transform: rotate(90deg); } .btn, .white-btn{ background-color: var(--purple); } .option-btn{ background-color: var(--orange); } .delete-btn{ background-color: var(--red); } @keyframes fadeIn{ 0%{ transform: translate(1rem); opacity: .2s; } } .btn, .option-btn, .delete-btn, .white-btn{ margin-top: 1rem; display: inline-block; padding: 1rem 3rem; cursor: pointer; color: var(--white); border-radius: .5rem; text-transform: capitalize; font-size: 2rem; } .btn:hover, .option-btn:hover, .delete-btn:hover{ background-color: var(--black); } .form-container form{ padding: 2rem; width: 50rem; border-radius: .5rem; box-shadow: var(--box-shadow); border: var(--border); background-color: var(--white); text-align: center; text-transform: capitalize; } .form-container form h3{ font-size: 2.5rem; margin-bottom: 1rem; text-transform: uppercase; color: var(--black); } .form-container form .box{ width: 100%; border-radius: .5rem; background-color: var(--light-bg); padding: 1.2rem 1.4rem; font-size: 1.8rem; color: var(--black); border: var(--border); margin: 1rem 0; } .form-container form p{ padding-top: 1.5rem; font-size: 1.7rem; color: var(--black); } .form-container form p a{ color: var(--purple); } .form-container form p a:hover{ text-decoration: underline; } .select{ font-size: 1.5rem; margin-right: 1.5rem; } /* media queries */ @media (max-width:991px){ html{ font-size: 55%; } } @media (max-width:450px){ html{ font-size: 50%; } }
0.360827
0.075858
body { font-family: 'Open Sans', sans-serif; background-color: #252d3a; position: relative; margin: 0px; font-size: 12px; padding: 0px; } body.onepage { font-family: 'Open Sans', sans-serif; background-color: #e7ebee; margin: 0px; font-size: 12px; padding: 0px; } a { color: #43aea8; text-decoration: none; } h1, h2, h3, h4, h5 { margin: 0; line-height: inherit; color: #29323d; } h1 small, h2 small, h3 small, h4 small, h5 small { margin-left: 15px; } body.menu { overflow-x: hidden; } body.menu .content { margin-left: 178px; position: relative; width: 850px; } body.menu #sidebar-nav { position: absolute; left: 0; border-right: 0px; box-shadow: none; } input.search { background: url("../../images/lens.png") #fcfcfc no-repeat 95%; box-shadow: none; height: 25px; width: 220px; font-size: 13px; padding: 2px 6px; border: 1px solid #d0dde9; margin: 0; border-radius: 2px; top: 11px; } .no-padding { padding: 0px !important; } .custom-left{ float: left !important; } .custom-right{ float: right !important; } .header { margin-bottom: 60px; } .header h1, .header h2, .header h3, .header h4, .header h5 { float: left; margin-top: 5px; } .navbar-inverse { /* navbar settings and logout icons */ /* notification menu with custom dropdowns */ /* navbar popup dialog */ } .navbar-inverse input.search { height: 30px; width: 220px; padding: 3px 6px; background: url("../../images/lens.png") #fff no-repeat 95%; border: 1px solid #ddd; position: relative; top: 9px; color: #000; font-size: 13px; margin-right: 10px; -webkit-transition: all .3s linear; -moz-transition: all .3s linear; transition: all .3s linear; } .navbar-inverse input.search:focus { background-color: #fff; border: 0; } .navbar-inverse .notification-dropdown { position: relative; } .navbar-inverse .notification-dropdown > a:hover, .navbar-inverse .notification-dropdown > a.active { } /*nav icon*/ .navbar-inverse .notification-dropdown i { font-size: 17px; color: #9ba3ad; } .navbar-inverse .notification-dropdown i:hover { color: #43aea8; } .navbar-inverse .notification-dropdown .count { position: absolute; top: 2px; left: 58%; background-color: rgb(129, 189, 130); padding: 0px 5px; border-radius: 30px; color: #fff; line-height: 16px; z-index: 9999; text-align: center; font-size: 11px; } .navbar-inverse .pop-dialog { position: absolute; right: -10px; top: 55px; display: none; /* navbar popup dialog for notifications */ /* navbar popup dialog for messages */ } .navbar-inverse .pop-dialog.is-visible { display: block; -webkit-animation: reveal .2s ease-out; -moz-animation: reveal .2s ease-out; animation: reveal .2s ease-out; } .navbar-inverse .pop-dialog .body { box-shadow: 0px 1px 9px 1px #c2c2c2; } .navbar-inverse .pop-dialog .close-icon { float: right; text-decoration: none; z-index: 9999; position: relative; } .navbar-inverse .pop-dialog .footer { border-top: 1px solid #e6e8e9; background-color: #eff4f7; margin: 15px 0px -10px 0px; border-radius: 0px 0px 5px 5px; padding: 12px 20px; text-align: center; } .navbar-inverse .pop-dialog .footer a { font-weight: 600; color: #7d91a8; } .navbar-inverse .pop-dialog .notifications { width: 330px; margin: 10px -10px 0px -10px; } .navbar-inverse .pop-dialog .notifications h3 { font-size: 13px; color: #404951; font-weight: bold; padding-left: 20px; margin-top: 5px; margin-bottom: 15px; } .navbar-inverse .pop-dialog .notifications .item { display: block; padding: 10px 0px 8px 20px; border-top: 1px solid #e7e8ea; color: #363636; text-decoration: none; padding-left: 50px; position: relative; transition: all .25s linear; -moz-transition: all .25s linear; -webkit-transition: all .25s linear; -o-transition: all .25s linear; } .navbar-inverse .pop-dialog .notifications .item:hover { background: #f5f6fa; } /* Notification color icon */ .navbar-inverse .pop-dialog .notifications .item > i { color: #fc827b; position: absolute; left: 19px; font-size: 18px; } .navbar-inverse .pop-dialog .notifications .item > i.fa-cloud-download { color:#81bd82; } .navbar-inverse .pop-dialog .notifications .item > i.fa-cogs { color:#333; } .navbar-inverse .pop-dialog .notifications .item > i.icon-user { left: 18px; } .navbar-inverse .pop-dialog .notifications .item .time { float: right; color: #82a3c1; font-style: italic; font-weight: 600; font-size: 11px; min-width: 60px; margin-right: 5px; } .navbar-inverse .pop-dialog .notifications .item .time i { font-size: 13px; color: #cfcfcf; margin-right: 1px; } .navbar-inverse .pop-dialog .messages { width: 325px; margin: 10px -10px 0px -10px; } .navbar-inverse .pop-dialog .messages .item { display: block; padding: 10px 20px 15px 20px; height: 80px; border-bottom: 1px solid #e7e8ea; color: #363636; text-decoration: none; position: relative; transition: all .25s linear; -moz-transition: all .25s linear; -webkit-transition: all .25s linear; -o-transition: all .25s linear; } .navbar-inverse .pop-dialog .messages .item.last { border-bottom: 0px; } .navbar-inverse .pop-dialog .messages .item:hover { background: #f5f6fa; } .navbar-inverse .pop-dialog .messages .item .display { float: left; border-radius: 50px; margin-right: 15px; } .navbar-inverse .pop-dialog .messages .item .name { font-size: 12px; color: #404951; font-weight: bold; } .navbar-inverse .pop-dialog .messages .item .msg { font-size: 11px; color: #636363; line-height: 13px; position: relative; top: 2px; } .navbar-inverse .pop-dialog .messages .item .time { position: absolute; right: 0px; bottom: 6px; color: #82a3c1; font-style: italic; font-weight: 600; font-size: 11px; min-width: 60px; margin-right: 5px; } .navbar-inverse .pop-dialog .messages .item .time i { font-size: 13px; color: #cfcfcf; margin-right: 1px; } .navbar-inverse .pop-dialog .messages .footer { margin-top: 6px; } .navbar-nav>li>a img { float: left; width: 34px; height: 34px; margin-top: 2px; margin-right: 10px; overflow: hidden; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; margin-top: -8px; cursor: pointer; } .nav>li>a>img { max-width: none; } .img-circle { border-radius: 50%; } /* ######## Sidebar ######### */ #sidebar-nav { position: fixed; width: 180px; height: 100%; float: left; margin: 0em; padding-top: 50px; z-index: 900; } #sidebar-nav #dashboard-menu { list-style: none; padding-right: 15px; padding-left:0px; margin-bottom: 0; margin-left: 10px; } #sidebar-nav #dashboard-menu > li > a { display: block; padding: 20px 14px 6px 5px; margin-left: -15px; margin-bottom: 5px; color: #8b939e; outline: 0px; line-height: 21px; } #sidebar-nav #dashboard-menu > li { position: relative; } #sidebar-nav #dashboard-menu > li .icon-group { font-size: 17px; } #sidebar-nav #dashboard-menu > li i { font-size: 17px; top: 22px; } #sidebar-nav #dashboard-menu > li:hover i { opacity: 1; } /*#sidebar-nav #dashboard-menu > li.active > a,*/ #sidebar-nav #dashboard-menu > li > a:hover { color: #fff; text-decoration: none; } #sidebar-nav #dashboard-menu > li.active a { font-weight: 600; color:#fff; } #sidebar-nav #dashboard-menu > li.active i { opacity: 1; } #sidebar-nav #dashboard-menu .pointer { position: absolute; right: 9px; top: 20px; } #sidebar-nav #dashboard-menu .pointer .arrow, #sidebar-nav #dashboard-menu .pointer .arrow_border { border-color: transparent #e7ebee transparent transparent; border-width: 11px; border-style: solid; font-size: 0; left: 50%; line-height: 0; margin: 0 auto; position: absolute; top: 0; width: 0; z-index: 1002; left: 0; margin-left: 45%; } #sidebar-nav #dashboard-menu .pointer .arrow_border { border-color: transparent #e7ebee transparent transparent; border-width: 11px; margin-left: -1px; border-style: solid; z-index: 1001; top: 0px; } #sidebar-nav #dashboard-menu a span { margin-left: 35px; transition: color .1s linear; -moz-transition: color .1s linear; -webkit-transition: color .1s linear; -o-transition: color .1s linear; } #sidebar-nav #dashboard-menu a.ui-elements span { margin-left: 25px; } #sidebar-nav #dashboard-menu a i { position: absolute; left: 0; height: 24px; width: 24px; opacity: 0.7; transition: opacity .1s ease; -moz-transition: opacity .1s ease; -webkit-transition: opacity .1s ease; -o-transition: opacity .1s ease; } #sidebar-nav #dashboard-menu a i.icon-chevron-down { position: relative; float: right; top: 5px; font-size: 11px; color: #686868; width: initial; height: initial; } #sidebar-nav #dashboard-menu > li.active .dropdown-toggle, #sidebar-nav #dashboard-menu > li.open .dropdown-toggle { border-bottom: 0px; box-shadow: none; } #sidebar-nav #dashboard-menu ul.submenu { list-style-type: none; display: none; margin-top: 7px; margin-bottom: 15px; margin-right: 5px; margin-left: -15px; padding-left: 35px; border-bottom: 1px solid #2c3645; padding-bottom: 10px; } #sidebar-nav #dashboard-menu ul.submenu.active { display: block; } #sidebar-nav #dashboard-menu ul.submenu a { font-weight: normal; font-size: 13px; color: #ddd; text-decoration: none; display: block; margin-bottom: 7px; } #sidebar-nav #dashboard-menu ul.submenu a:hover { text-decoration: none; color: #fff; } #sidebar-nav #dashboard-menu ul.submenu a.active { font-weight: bold; text-shadow: none; } #pad-wrapper { padding: 0px 20px; margin-top: 55px; } #pad-wrapper h4 { color: #696d73; margin: 35px 0 10px 15px !important; } .content { background-color: #e7ebee; /*background: url(../../images/body_bg.png) #fff;*/ min-width: 400px; min-height: 800px; margin-bottom: 0px; padding-bottom: 50px; overflow: hidden; position: relative; margin-left: 177px; -webkit-transition: margin-left .3s ease; -moz-transition: margin-left .3s ease; -o-transition: margin-left .3s ease; -ms-transition: margin-left .3s ease; transition: margin-left .3s ease; } .content.wide-content { margin-left: 0; border-radius: 0; } footer{ margin-top: 50px; } footer i{ color: #344154; } footer i:hover{ color: #60b1cc; } /* ######## RESPONSIVE ######### */ @media (min-width: 992px) { li.nav-profile { display: none; } } @media(min-width: 768px) and (max-width: 991px) { .navbar-inverse input.search { width: 200px; } li.nav-profile { display: none; } .custom-left{ float: none !important; } .custom-right{ float: none !important; } } @media(min-width: 480px) and (max-width: 767px) { .custom-left{ float: none !important; } .custom-right{ float: none !important; } #main-stats .stat { width: 50%; float: left; } #sidebar-nav .nav>li.nav-profile { padding: 15px 0 20px 10px; color: #333; background-color: #1d232d; width:177px; } #sidebar-nav .nav>li.nav-profile .image { float: left; width: 34px; height: 34px; margin-top: 2px; margin-right: 10px; overflow: hidden; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; } #sidebar-nav .nav>li.nav-profile .image img { max-width: 100%; max-height: 100%; } #sidebar-nav .nav>li.nav-profile .info a, #sidebar-nav .nav>li.nav-profile .info a:hover { font-size: 14px; color: #fff; text-decoration: none; } #sidebar-nav .nav>li.nav-profile .info small { display: block; color: #889097; font-size: 11px; } #pad-wrapper { padding: 0px 15px; } .content { min-width: 0px; margin: 0; } #dashboard-menu .pointer { display: none; } #sidebar-nav { left: -200px; position: fixed; z-index: 900; background-color: #252d3a; padding-top: 50px; width: 178px; height: 100%; box-shadow: 1px 1px 4px 1px #e9e9e9; -webkit-transition: left .3s ease; -moz-transition: left .3s ease; -o-transition: left .3s ease; -ms-transition: left .3s ease; transition: left .3s ease; } #sidebar-nav #dashboard-menu { margin-left: 10px; } #sidebar-nav #dashboard-menu li a span { visibility: visible; } #sidebar-nav #dashboard-menu li:last-child a { border-bottom: 0px; box-shadow: none; } } @media(max-width:480px) { .custom-left{ float: none !important; } .custom-right{ float: none !important; } #sidebar-nav .nav>li.nav-profile { padding: 15px 0 20px 10px; color: #333; background-color: #1d232d; width:177px; } #sidebar-nav .nav>li.nav-profile .image { float: left; width: 34px; height: 34px; margin-top: 2px; margin-right: 10px; overflow: hidden; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; } #sidebar-nav .nav>li.nav-profile .image img { max-width: 100%; max-height: 100%; } #sidebar-nav .nav>li.nav-profile .info a, #sidebar-nav .nav>li.nav-profile .info a:hover { font-size: 14px; color: #fff; text-decoration: none; } #sidebar-nav .nav>li.nav-profile .info small { display: block; color: #889097; font-size: 11px; } #pad-wrapper { padding: 0px 15px; } .content { min-width: 0px; margin: 0; } #dashboard-menu .pointer { display: none; } #sidebar-nav { left: -200px; position: fixed; z-index: 900; background-color: #252d3a; padding-top: 50px; width: 178px; height: 100%; box-shadow: 1px 1px 4px 1px #e9e9e9; -webkit-transition: left .3s ease; -moz-transition: left .3s ease; -o-transition: left .3s ease; -ms-transition: left .3s ease; transition: left .3s ease; } #sidebar-nav #dashboard-menu { margin-left: 10px; } #sidebar-nav #dashboard-menu li a span { visibility: visible; } #sidebar-nav #dashboard-menu li:last-child a { border-bottom: 0px; box-shadow: none; } }
backend/myxdashboard/css/theme/default.css
body { font-family: 'Open Sans', sans-serif; background-color: #252d3a; position: relative; margin: 0px; font-size: 12px; padding: 0px; } body.onepage { font-family: 'Open Sans', sans-serif; background-color: #e7ebee; margin: 0px; font-size: 12px; padding: 0px; } a { color: #43aea8; text-decoration: none; } h1, h2, h3, h4, h5 { margin: 0; line-height: inherit; color: #29323d; } h1 small, h2 small, h3 small, h4 small, h5 small { margin-left: 15px; } body.menu { overflow-x: hidden; } body.menu .content { margin-left: 178px; position: relative; width: 850px; } body.menu #sidebar-nav { position: absolute; left: 0; border-right: 0px; box-shadow: none; } input.search { background: url("../../images/lens.png") #fcfcfc no-repeat 95%; box-shadow: none; height: 25px; width: 220px; font-size: 13px; padding: 2px 6px; border: 1px solid #d0dde9; margin: 0; border-radius: 2px; top: 11px; } .no-padding { padding: 0px !important; } .custom-left{ float: left !important; } .custom-right{ float: right !important; } .header { margin-bottom: 60px; } .header h1, .header h2, .header h3, .header h4, .header h5 { float: left; margin-top: 5px; } .navbar-inverse { /* navbar settings and logout icons */ /* notification menu with custom dropdowns */ /* navbar popup dialog */ } .navbar-inverse input.search { height: 30px; width: 220px; padding: 3px 6px; background: url("../../images/lens.png") #fff no-repeat 95%; border: 1px solid #ddd; position: relative; top: 9px; color: #000; font-size: 13px; margin-right: 10px; -webkit-transition: all .3s linear; -moz-transition: all .3s linear; transition: all .3s linear; } .navbar-inverse input.search:focus { background-color: #fff; border: 0; } .navbar-inverse .notification-dropdown { position: relative; } .navbar-inverse .notification-dropdown > a:hover, .navbar-inverse .notification-dropdown > a.active { } /*nav icon*/ .navbar-inverse .notification-dropdown i { font-size: 17px; color: #9ba3ad; } .navbar-inverse .notification-dropdown i:hover { color: #43aea8; } .navbar-inverse .notification-dropdown .count { position: absolute; top: 2px; left: 58%; background-color: rgb(129, 189, 130); padding: 0px 5px; border-radius: 30px; color: #fff; line-height: 16px; z-index: 9999; text-align: center; font-size: 11px; } .navbar-inverse .pop-dialog { position: absolute; right: -10px; top: 55px; display: none; /* navbar popup dialog for notifications */ /* navbar popup dialog for messages */ } .navbar-inverse .pop-dialog.is-visible { display: block; -webkit-animation: reveal .2s ease-out; -moz-animation: reveal .2s ease-out; animation: reveal .2s ease-out; } .navbar-inverse .pop-dialog .body { box-shadow: 0px 1px 9px 1px #c2c2c2; } .navbar-inverse .pop-dialog .close-icon { float: right; text-decoration: none; z-index: 9999; position: relative; } .navbar-inverse .pop-dialog .footer { border-top: 1px solid #e6e8e9; background-color: #eff4f7; margin: 15px 0px -10px 0px; border-radius: 0px 0px 5px 5px; padding: 12px 20px; text-align: center; } .navbar-inverse .pop-dialog .footer a { font-weight: 600; color: #7d91a8; } .navbar-inverse .pop-dialog .notifications { width: 330px; margin: 10px -10px 0px -10px; } .navbar-inverse .pop-dialog .notifications h3 { font-size: 13px; color: #404951; font-weight: bold; padding-left: 20px; margin-top: 5px; margin-bottom: 15px; } .navbar-inverse .pop-dialog .notifications .item { display: block; padding: 10px 0px 8px 20px; border-top: 1px solid #e7e8ea; color: #363636; text-decoration: none; padding-left: 50px; position: relative; transition: all .25s linear; -moz-transition: all .25s linear; -webkit-transition: all .25s linear; -o-transition: all .25s linear; } .navbar-inverse .pop-dialog .notifications .item:hover { background: #f5f6fa; } /* Notification color icon */ .navbar-inverse .pop-dialog .notifications .item > i { color: #fc827b; position: absolute; left: 19px; font-size: 18px; } .navbar-inverse .pop-dialog .notifications .item > i.fa-cloud-download { color:#81bd82; } .navbar-inverse .pop-dialog .notifications .item > i.fa-cogs { color:#333; } .navbar-inverse .pop-dialog .notifications .item > i.icon-user { left: 18px; } .navbar-inverse .pop-dialog .notifications .item .time { float: right; color: #82a3c1; font-style: italic; font-weight: 600; font-size: 11px; min-width: 60px; margin-right: 5px; } .navbar-inverse .pop-dialog .notifications .item .time i { font-size: 13px; color: #cfcfcf; margin-right: 1px; } .navbar-inverse .pop-dialog .messages { width: 325px; margin: 10px -10px 0px -10px; } .navbar-inverse .pop-dialog .messages .item { display: block; padding: 10px 20px 15px 20px; height: 80px; border-bottom: 1px solid #e7e8ea; color: #363636; text-decoration: none; position: relative; transition: all .25s linear; -moz-transition: all .25s linear; -webkit-transition: all .25s linear; -o-transition: all .25s linear; } .navbar-inverse .pop-dialog .messages .item.last { border-bottom: 0px; } .navbar-inverse .pop-dialog .messages .item:hover { background: #f5f6fa; } .navbar-inverse .pop-dialog .messages .item .display { float: left; border-radius: 50px; margin-right: 15px; } .navbar-inverse .pop-dialog .messages .item .name { font-size: 12px; color: #404951; font-weight: bold; } .navbar-inverse .pop-dialog .messages .item .msg { font-size: 11px; color: #636363; line-height: 13px; position: relative; top: 2px; } .navbar-inverse .pop-dialog .messages .item .time { position: absolute; right: 0px; bottom: 6px; color: #82a3c1; font-style: italic; font-weight: 600; font-size: 11px; min-width: 60px; margin-right: 5px; } .navbar-inverse .pop-dialog .messages .item .time i { font-size: 13px; color: #cfcfcf; margin-right: 1px; } .navbar-inverse .pop-dialog .messages .footer { margin-top: 6px; } .navbar-nav>li>a img { float: left; width: 34px; height: 34px; margin-top: 2px; margin-right: 10px; overflow: hidden; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; margin-top: -8px; cursor: pointer; } .nav>li>a>img { max-width: none; } .img-circle { border-radius: 50%; } /* ######## Sidebar ######### */ #sidebar-nav { position: fixed; width: 180px; height: 100%; float: left; margin: 0em; padding-top: 50px; z-index: 900; } #sidebar-nav #dashboard-menu { list-style: none; padding-right: 15px; padding-left:0px; margin-bottom: 0; margin-left: 10px; } #sidebar-nav #dashboard-menu > li > a { display: block; padding: 20px 14px 6px 5px; margin-left: -15px; margin-bottom: 5px; color: #8b939e; outline: 0px; line-height: 21px; } #sidebar-nav #dashboard-menu > li { position: relative; } #sidebar-nav #dashboard-menu > li .icon-group { font-size: 17px; } #sidebar-nav #dashboard-menu > li i { font-size: 17px; top: 22px; } #sidebar-nav #dashboard-menu > li:hover i { opacity: 1; } /*#sidebar-nav #dashboard-menu > li.active > a,*/ #sidebar-nav #dashboard-menu > li > a:hover { color: #fff; text-decoration: none; } #sidebar-nav #dashboard-menu > li.active a { font-weight: 600; color:#fff; } #sidebar-nav #dashboard-menu > li.active i { opacity: 1; } #sidebar-nav #dashboard-menu .pointer { position: absolute; right: 9px; top: 20px; } #sidebar-nav #dashboard-menu .pointer .arrow, #sidebar-nav #dashboard-menu .pointer .arrow_border { border-color: transparent #e7ebee transparent transparent; border-width: 11px; border-style: solid; font-size: 0; left: 50%; line-height: 0; margin: 0 auto; position: absolute; top: 0; width: 0; z-index: 1002; left: 0; margin-left: 45%; } #sidebar-nav #dashboard-menu .pointer .arrow_border { border-color: transparent #e7ebee transparent transparent; border-width: 11px; margin-left: -1px; border-style: solid; z-index: 1001; top: 0px; } #sidebar-nav #dashboard-menu a span { margin-left: 35px; transition: color .1s linear; -moz-transition: color .1s linear; -webkit-transition: color .1s linear; -o-transition: color .1s linear; } #sidebar-nav #dashboard-menu a.ui-elements span { margin-left: 25px; } #sidebar-nav #dashboard-menu a i { position: absolute; left: 0; height: 24px; width: 24px; opacity: 0.7; transition: opacity .1s ease; -moz-transition: opacity .1s ease; -webkit-transition: opacity .1s ease; -o-transition: opacity .1s ease; } #sidebar-nav #dashboard-menu a i.icon-chevron-down { position: relative; float: right; top: 5px; font-size: 11px; color: #686868; width: initial; height: initial; } #sidebar-nav #dashboard-menu > li.active .dropdown-toggle, #sidebar-nav #dashboard-menu > li.open .dropdown-toggle { border-bottom: 0px; box-shadow: none; } #sidebar-nav #dashboard-menu ul.submenu { list-style-type: none; display: none; margin-top: 7px; margin-bottom: 15px; margin-right: 5px; margin-left: -15px; padding-left: 35px; border-bottom: 1px solid #2c3645; padding-bottom: 10px; } #sidebar-nav #dashboard-menu ul.submenu.active { display: block; } #sidebar-nav #dashboard-menu ul.submenu a { font-weight: normal; font-size: 13px; color: #ddd; text-decoration: none; display: block; margin-bottom: 7px; } #sidebar-nav #dashboard-menu ul.submenu a:hover { text-decoration: none; color: #fff; } #sidebar-nav #dashboard-menu ul.submenu a.active { font-weight: bold; text-shadow: none; } #pad-wrapper { padding: 0px 20px; margin-top: 55px; } #pad-wrapper h4 { color: #696d73; margin: 35px 0 10px 15px !important; } .content { background-color: #e7ebee; /*background: url(../../images/body_bg.png) #fff;*/ min-width: 400px; min-height: 800px; margin-bottom: 0px; padding-bottom: 50px; overflow: hidden; position: relative; margin-left: 177px; -webkit-transition: margin-left .3s ease; -moz-transition: margin-left .3s ease; -o-transition: margin-left .3s ease; -ms-transition: margin-left .3s ease; transition: margin-left .3s ease; } .content.wide-content { margin-left: 0; border-radius: 0; } footer{ margin-top: 50px; } footer i{ color: #344154; } footer i:hover{ color: #60b1cc; } /* ######## RESPONSIVE ######### */ @media (min-width: 992px) { li.nav-profile { display: none; } } @media(min-width: 768px) and (max-width: 991px) { .navbar-inverse input.search { width: 200px; } li.nav-profile { display: none; } .custom-left{ float: none !important; } .custom-right{ float: none !important; } } @media(min-width: 480px) and (max-width: 767px) { .custom-left{ float: none !important; } .custom-right{ float: none !important; } #main-stats .stat { width: 50%; float: left; } #sidebar-nav .nav>li.nav-profile { padding: 15px 0 20px 10px; color: #333; background-color: #1d232d; width:177px; } #sidebar-nav .nav>li.nav-profile .image { float: left; width: 34px; height: 34px; margin-top: 2px; margin-right: 10px; overflow: hidden; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; } #sidebar-nav .nav>li.nav-profile .image img { max-width: 100%; max-height: 100%; } #sidebar-nav .nav>li.nav-profile .info a, #sidebar-nav .nav>li.nav-profile .info a:hover { font-size: 14px; color: #fff; text-decoration: none; } #sidebar-nav .nav>li.nav-profile .info small { display: block; color: #889097; font-size: 11px; } #pad-wrapper { padding: 0px 15px; } .content { min-width: 0px; margin: 0; } #dashboard-menu .pointer { display: none; } #sidebar-nav { left: -200px; position: fixed; z-index: 900; background-color: #252d3a; padding-top: 50px; width: 178px; height: 100%; box-shadow: 1px 1px 4px 1px #e9e9e9; -webkit-transition: left .3s ease; -moz-transition: left .3s ease; -o-transition: left .3s ease; -ms-transition: left .3s ease; transition: left .3s ease; } #sidebar-nav #dashboard-menu { margin-left: 10px; } #sidebar-nav #dashboard-menu li a span { visibility: visible; } #sidebar-nav #dashboard-menu li:last-child a { border-bottom: 0px; box-shadow: none; } } @media(max-width:480px) { .custom-left{ float: none !important; } .custom-right{ float: none !important; } #sidebar-nav .nav>li.nav-profile { padding: 15px 0 20px 10px; color: #333; background-color: #1d232d; width:177px; } #sidebar-nav .nav>li.nav-profile .image { float: left; width: 34px; height: 34px; margin-top: 2px; margin-right: 10px; overflow: hidden; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; } #sidebar-nav .nav>li.nav-profile .image img { max-width: 100%; max-height: 100%; } #sidebar-nav .nav>li.nav-profile .info a, #sidebar-nav .nav>li.nav-profile .info a:hover { font-size: 14px; color: #fff; text-decoration: none; } #sidebar-nav .nav>li.nav-profile .info small { display: block; color: #889097; font-size: 11px; } #pad-wrapper { padding: 0px 15px; } .content { min-width: 0px; margin: 0; } #dashboard-menu .pointer { display: none; } #sidebar-nav { left: -200px; position: fixed; z-index: 900; background-color: #252d3a; padding-top: 50px; width: 178px; height: 100%; box-shadow: 1px 1px 4px 1px #e9e9e9; -webkit-transition: left .3s ease; -moz-transition: left .3s ease; -o-transition: left .3s ease; -ms-transition: left .3s ease; transition: left .3s ease; } #sidebar-nav #dashboard-menu { margin-left: 10px; } #sidebar-nav #dashboard-menu li a span { visibility: visible; } #sidebar-nav #dashboard-menu li:last-child a { border-bottom: 0px; box-shadow: none; } }
0.380299
0.063511
:root { --nav-text-color: rgba(33, 33, 33, 1); --title-text-color: rgba(33, 33, 33, 1); --text-color: rgba(117, 117, 117, 1); --accent-color: rgba(33, 150, 243, 1); --primary-bg-color: #ffffff; --secondary-bg-color: rgba(47, 48, 58, 1); --white-color: rgba(255, 255, 255, 1); --button-background: rgba(245, 244, 250, 1); --card-set-gap: 30px; } body { background-color: var(--primary-bg-color); color: var(--text-color); font-family: Roboto; } /* Header */ .page-header { border-bottom: 1px solid #ececec; } .container { width: 1200px; padding-left: 15px; padding-right: 15px; margin: 0 auto; } .nav-media { display: flex; align-items: center; } .main-nav { display: flex; align-items: center; } .site-nav { display: flex; list-style: none; margin-left: 93px; } .site-media { list-style: none; display: flex; margin-left: auto; } .site-nav .item:not(:last-child) { margin-right: 50px; } .site-nav .item, .site-media .item { padding-top: 32px; padding-bottom: 32px; } .site-media .item:not(:last-child) { margin-right: 50px; } .logo { color: rgba(0, 0, 0, 1); font-family: Raleway; font-weight: bold; font-size: 26px; line-height: 1.192; letter-spacing: 0.03em; text-decoration: none; padding-bottom: 25px; padding-top: 24px; } .logo-primary { color: rgba(33, 150, 243, 1); } .logo:hover, .logo:focus { color: var(--accent-color); } .site-nav .link { color: var(--nav-text-color); font-weight: 500; font-size: 14px; line-height: 1.143; letter-spacing: 0.02em; text-decoration: none; } .site-nav .link:hover, .site-nav .link:focus, .site-media .link:hover, .site-media .link:focus { color: var(--accent-color); } .site-nav .link.current { color: var(--accent-color); } .site-media .link { color: var(--text-color); font-weight: 500; font-size: 14px; line-height: 1.143; letter-spacing: 0.02em; text-decoration: none; } .site-media, .site-nav { padding: 0px; margin-top: 0; margin-bottom: 0; } /* Main */ /* hero-section */ .hero { background-color: var(--secondary-bg-color); padding-top: 200px; padding-bottom: 200px; } .hero-title { margin-top: 0px; margin-bottom: 30px; margin-left: auto; margin-right: auto; color: var(--white-color); font-weight: 900; font-size: 44px; line-height: 1.364; text-align: center; letter-spacing: 0.06em; text-transform: uppercase; } .button.primary { color: var(--white-color); background-color: var(--accent-color); box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15); border-radius: 4px; font-weight: bold; font-size: 16px; line-height: 1.875; display: flex; align-items: center; text-align: center; letter-spacing: 0.06em; font-family: inherit; cursor: pointer; padding: 10px 32px; border: 0px; margin: auto; } /* features-section */ .visually-hidden { position: absolute; clip: rect(0 0 0 0); width: 1px; height: 1px; margin: -1px; } .section { padding-top: 94px; } .section-title { color: var(--title-text-color); font-weight: bold; font-size: 36px; line-height: 1.167; text-align: center; letter-spacing: 0.03em; margin: 0; margin-bottom: 50px; } .features { display: flex; list-style: none; padding: 0px; margin-top: 0; margin-bottom: 0; } .features .item { width: 270px; } .features .item:not(:last-child) { margin-right: 30px; } .features-title { color: var(--title-text-color); font-weight: bold; font-size: 14px; line-height: 1.143; letter-spacing: 0.03em; text-transform: uppercase; margin-top: 0px; margin-bottom: 10px; } .features-description { font-weight: normal; font-size: 14px; line-height: 1.714; letter-spacing: 0.03em; margin: 0; } /* speciality */ .speciality { display: flex; list-style: none; padding-bottom: 94px; margin: 0 auto; padding-left: 0; } .speciality .item:not(:last-child) { margin-right: 30px; } /* team */ .team { display: flex; list-style: none; padding-bottom: 94px; padding-left: 0; margin: 0; } .team .member-list:not(:last-child) { margin-right: 30px; } .section-team { background-color: rgba(245, 244, 250, 1); } .member-list { background-color: var(--primary-bg-color); text-align: center; width: 270px; box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 1px rgba(0, 0, 0, 0.14), 0px 2px 1px rgba(0, 0, 0, 0.2); border-radius: 0px 0px 4px 4px; } .member-info { padding-top: 30px; padding-bottom: 30px; } .team-member { color: var(--title-text-color); font-weight: 500; font-size: 16px; line-height: 1.187; letter-spacing: 0.03em; margin: 0 0 10px 0; } .team-position { font-size: 16px; line-height: 1.187; text-align: center; letter-spacing: 0.03em; margin: 0; } /* footer */ .footer { background-color: var(--secondary-bg-color); } .footer .logo { display: inline-block; color: var(--white-color); margin: 0 0 20px 0; padding: 0; padding-top: 60px; } .address { display: inline-block; color: var(--white-color); font-family: Roboto; font-style: normal; font-weight: normal; font-size: 14px; line-height: 1.714; letter-spacing: 0.03em; list-style: none; padding-left: 0; margin: 0; padding-bottom: 60px; } .address .item { margin: 0; } .footer .media { color: rgba(255, 255, 255, 0.6); margin-top: 9px; } /* portfolio */ .portfolio { padding-top: 94px; padding-bottom: 94px; } .filter { display: flex; justify-content: center; list-style: none; padding-left: 0; margin: 0 0 50px 0; } .filter .item:not(:last-child) { margin-right: 8px; } .filter .button.current { color: var(--white-color); background-color: var(--accent-color); box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.08), 0px 2px 2px rgba(0, 0, 0, 0.12); border-radius: 4px; font-weight: 500; font-size: 16px; line-height: 1.625; text-align: center; letter-spacing: 0.03em; font-family: inherit; cursor: pointer; padding: 6px 22px; border: 0px; margin: auto; } .filter .button { color: var(--title-text-color); background-color: var(--button-background); border-radius: 4px; font-weight: 500; font-size: 16px; line-height: 1.625; text-align: center; letter-spacing: 0.03em; font-family: inherit; cursor: pointer; padding: 6px 22px; border: 0px; margin: auto; } .examples { display: flex; flex-wrap: wrap; list-style: none; padding: 0; margin: 0; margin-top: calc(-1 * var(--card-set-gap)); margin-left: calc(-1 * var(--card-set-gap)); } .examples > .example-list { background-color: var(--white-color); box-sizing: border-box; flex-basis: calc(100% / 3 - var(--card-set-gap)); margin-left: var(--card-set-gap); margin-top: var(--card-set-gap); } .example-image { display: block; max-width: 100%; height: auto; } .example { padding: 20px 24px; border: 1px solid #eeeeee; } .example-name { color: var(--title-text-color); font-weight: bold; font-size: 18px; line-height: 2; letter-spacing: 0.06em; margin: 0; margin-bottom: 4px; } .example-filter { font-size: 16px; line-height: 1.875; letter-spacing: 0.03em; margin: 0; }
css/styles.css
:root { --nav-text-color: rgba(33, 33, 33, 1); --title-text-color: rgba(33, 33, 33, 1); --text-color: rgba(117, 117, 117, 1); --accent-color: rgba(33, 150, 243, 1); --primary-bg-color: #ffffff; --secondary-bg-color: rgba(47, 48, 58, 1); --white-color: rgba(255, 255, 255, 1); --button-background: rgba(245, 244, 250, 1); --card-set-gap: 30px; } body { background-color: var(--primary-bg-color); color: var(--text-color); font-family: Roboto; } /* Header */ .page-header { border-bottom: 1px solid #ececec; } .container { width: 1200px; padding-left: 15px; padding-right: 15px; margin: 0 auto; } .nav-media { display: flex; align-items: center; } .main-nav { display: flex; align-items: center; } .site-nav { display: flex; list-style: none; margin-left: 93px; } .site-media { list-style: none; display: flex; margin-left: auto; } .site-nav .item:not(:last-child) { margin-right: 50px; } .site-nav .item, .site-media .item { padding-top: 32px; padding-bottom: 32px; } .site-media .item:not(:last-child) { margin-right: 50px; } .logo { color: rgba(0, 0, 0, 1); font-family: Raleway; font-weight: bold; font-size: 26px; line-height: 1.192; letter-spacing: 0.03em; text-decoration: none; padding-bottom: 25px; padding-top: 24px; } .logo-primary { color: rgba(33, 150, 243, 1); } .logo:hover, .logo:focus { color: var(--accent-color); } .site-nav .link { color: var(--nav-text-color); font-weight: 500; font-size: 14px; line-height: 1.143; letter-spacing: 0.02em; text-decoration: none; } .site-nav .link:hover, .site-nav .link:focus, .site-media .link:hover, .site-media .link:focus { color: var(--accent-color); } .site-nav .link.current { color: var(--accent-color); } .site-media .link { color: var(--text-color); font-weight: 500; font-size: 14px; line-height: 1.143; letter-spacing: 0.02em; text-decoration: none; } .site-media, .site-nav { padding: 0px; margin-top: 0; margin-bottom: 0; } /* Main */ /* hero-section */ .hero { background-color: var(--secondary-bg-color); padding-top: 200px; padding-bottom: 200px; } .hero-title { margin-top: 0px; margin-bottom: 30px; margin-left: auto; margin-right: auto; color: var(--white-color); font-weight: 900; font-size: 44px; line-height: 1.364; text-align: center; letter-spacing: 0.06em; text-transform: uppercase; } .button.primary { color: var(--white-color); background-color: var(--accent-color); box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15); border-radius: 4px; font-weight: bold; font-size: 16px; line-height: 1.875; display: flex; align-items: center; text-align: center; letter-spacing: 0.06em; font-family: inherit; cursor: pointer; padding: 10px 32px; border: 0px; margin: auto; } /* features-section */ .visually-hidden { position: absolute; clip: rect(0 0 0 0); width: 1px; height: 1px; margin: -1px; } .section { padding-top: 94px; } .section-title { color: var(--title-text-color); font-weight: bold; font-size: 36px; line-height: 1.167; text-align: center; letter-spacing: 0.03em; margin: 0; margin-bottom: 50px; } .features { display: flex; list-style: none; padding: 0px; margin-top: 0; margin-bottom: 0; } .features .item { width: 270px; } .features .item:not(:last-child) { margin-right: 30px; } .features-title { color: var(--title-text-color); font-weight: bold; font-size: 14px; line-height: 1.143; letter-spacing: 0.03em; text-transform: uppercase; margin-top: 0px; margin-bottom: 10px; } .features-description { font-weight: normal; font-size: 14px; line-height: 1.714; letter-spacing: 0.03em; margin: 0; } /* speciality */ .speciality { display: flex; list-style: none; padding-bottom: 94px; margin: 0 auto; padding-left: 0; } .speciality .item:not(:last-child) { margin-right: 30px; } /* team */ .team { display: flex; list-style: none; padding-bottom: 94px; padding-left: 0; margin: 0; } .team .member-list:not(:last-child) { margin-right: 30px; } .section-team { background-color: rgba(245, 244, 250, 1); } .member-list { background-color: var(--primary-bg-color); text-align: center; width: 270px; box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 1px rgba(0, 0, 0, 0.14), 0px 2px 1px rgba(0, 0, 0, 0.2); border-radius: 0px 0px 4px 4px; } .member-info { padding-top: 30px; padding-bottom: 30px; } .team-member { color: var(--title-text-color); font-weight: 500; font-size: 16px; line-height: 1.187; letter-spacing: 0.03em; margin: 0 0 10px 0; } .team-position { font-size: 16px; line-height: 1.187; text-align: center; letter-spacing: 0.03em; margin: 0; } /* footer */ .footer { background-color: var(--secondary-bg-color); } .footer .logo { display: inline-block; color: var(--white-color); margin: 0 0 20px 0; padding: 0; padding-top: 60px; } .address { display: inline-block; color: var(--white-color); font-family: Roboto; font-style: normal; font-weight: normal; font-size: 14px; line-height: 1.714; letter-spacing: 0.03em; list-style: none; padding-left: 0; margin: 0; padding-bottom: 60px; } .address .item { margin: 0; } .footer .media { color: rgba(255, 255, 255, 0.6); margin-top: 9px; } /* portfolio */ .portfolio { padding-top: 94px; padding-bottom: 94px; } .filter { display: flex; justify-content: center; list-style: none; padding-left: 0; margin: 0 0 50px 0; } .filter .item:not(:last-child) { margin-right: 8px; } .filter .button.current { color: var(--white-color); background-color: var(--accent-color); box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.08), 0px 2px 2px rgba(0, 0, 0, 0.12); border-radius: 4px; font-weight: 500; font-size: 16px; line-height: 1.625; text-align: center; letter-spacing: 0.03em; font-family: inherit; cursor: pointer; padding: 6px 22px; border: 0px; margin: auto; } .filter .button { color: var(--title-text-color); background-color: var(--button-background); border-radius: 4px; font-weight: 500; font-size: 16px; line-height: 1.625; text-align: center; letter-spacing: 0.03em; font-family: inherit; cursor: pointer; padding: 6px 22px; border: 0px; margin: auto; } .examples { display: flex; flex-wrap: wrap; list-style: none; padding: 0; margin: 0; margin-top: calc(-1 * var(--card-set-gap)); margin-left: calc(-1 * var(--card-set-gap)); } .examples > .example-list { background-color: var(--white-color); box-sizing: border-box; flex-basis: calc(100% / 3 - var(--card-set-gap)); margin-left: var(--card-set-gap); margin-top: var(--card-set-gap); } .example-image { display: block; max-width: 100%; height: auto; } .example { padding: 20px 24px; border: 1px solid #eeeeee; } .example-name { color: var(--title-text-color); font-weight: bold; font-size: 18px; line-height: 2; letter-spacing: 0.06em; margin: 0; margin-bottom: 4px; } .example-filter { font-size: 16px; line-height: 1.875; letter-spacing: 0.03em; margin: 0; }
0.497315
0.124319
form, img, .description { padding-left: 80px; padding-right: 80px; font-size: 16px; } .jumbotron { text-align: center; } .table { padding-left: 80px; } #text { width: 70px; } #upload input[type=submit] { width: 101px; } /****** LOGIN ******/ #login { float: right; padding-right: 80px; } .loginmodal-container { padding: 30px; max-width: 450px; background-color: #F7F7F7; margin: 0 auto; } .loginmodal-container h1 { text-align: center; font-size: 1.8em; } .loginmodal-container input[type=submit] { width: 100%; display: block; margin-bottom: 10px; position: relative; } .loginmodal-container input[type=text], input[type=password] { height: 46px; font-size: 16px; width: 100%; margin-bottom: 10px; background: #fff; border: 1px solid #d9d9d9; border-top: 1px solid #c0c0c0; padding: 0 8px; box-sizing: border-box; -moz-box-sizing: border-box; } .loginmodal-container input[type=text]:hover, input[type=password]:hover { border: 1px solid #b9b9b9; border-top: 1px solid #a0a0a0; -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1); -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1); box-shadow: inset 0 1px 2px rgba(0,0,0,0.1); } .loginmodal-submit { border: 0px; color: #fff; text-shadow: 0 1px rgba(0,0,0,0.1); background-color: #4d90fe; padding: 17px 0px; font-size: 14px; } .loginmodal-submit:hover { border: 0px; text-shadow: 0 1px rgba(0,0,0,0.3); background-color: #357ae8; } .loginmodal-container a { padding-top: 10px; text-decoration: none; color: #666; font-weight: 400; text-align: center; display: inline-block; opacity: 0.6; transition: opacity ease 0.5s; } .login-help{ font-size: 12px; } /****** TOOLTIP ******/ .table { display: table; } .table>* { display: table-row; } .table>*>* { display: table-cell; } .wrapper { background: #ececec; position: relative; text-align: center; width: 100px; } .wrapper .tooltip { background: #1496bb; bottom: 100%; color: #fff; display: block; margin-bottom: 15px; opacity: 0; padding: 20px; pointer-events: none; position: absolute; width: 240%; -webkit-transform: translateY(10px); -moz-transform: translateY(10px); -ms-transform: translateY(10px); -o-transform: translateY(10px); transform: translateY(10px); -webkit-transition: all .25s ease-out; -moz-transition: all .25s ease-out; -ms-transition: all .25s ease-out; -o-transition: all .25s ease-out; transition: all .25s ease-out; -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28); -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28); -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28); -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28); box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28); } .wrapper .tooltip:after { border-left: solid transparent 10px; border-right: solid transparent 10px; border-top: solid #1496bb 10px; bottom: -10px; content: " "; left: 30%; margin-left: -13px; position: absolute; } .wrapper:hover .tooltip { opacity: 1; pointer-events: auto; -webkit-transform: translateY(0px); -moz-transform: translateY(0px); -ms-transform: translateY(0px); -o-transform: translateY(0px); transform: translateY(0px); } /* IE can just show/hide with no transition */ .lte8 .wrapper .tooltip { display: none; } .lte8 .wrapper:hover .tooltip { display: block; }
www-copy/web/main.css
form, img, .description { padding-left: 80px; padding-right: 80px; font-size: 16px; } .jumbotron { text-align: center; } .table { padding-left: 80px; } #text { width: 70px; } #upload input[type=submit] { width: 101px; } /****** LOGIN ******/ #login { float: right; padding-right: 80px; } .loginmodal-container { padding: 30px; max-width: 450px; background-color: #F7F7F7; margin: 0 auto; } .loginmodal-container h1 { text-align: center; font-size: 1.8em; } .loginmodal-container input[type=submit] { width: 100%; display: block; margin-bottom: 10px; position: relative; } .loginmodal-container input[type=text], input[type=password] { height: 46px; font-size: 16px; width: 100%; margin-bottom: 10px; background: #fff; border: 1px solid #d9d9d9; border-top: 1px solid #c0c0c0; padding: 0 8px; box-sizing: border-box; -moz-box-sizing: border-box; } .loginmodal-container input[type=text]:hover, input[type=password]:hover { border: 1px solid #b9b9b9; border-top: 1px solid #a0a0a0; -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1); -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1); box-shadow: inset 0 1px 2px rgba(0,0,0,0.1); } .loginmodal-submit { border: 0px; color: #fff; text-shadow: 0 1px rgba(0,0,0,0.1); background-color: #4d90fe; padding: 17px 0px; font-size: 14px; } .loginmodal-submit:hover { border: 0px; text-shadow: 0 1px rgba(0,0,0,0.3); background-color: #357ae8; } .loginmodal-container a { padding-top: 10px; text-decoration: none; color: #666; font-weight: 400; text-align: center; display: inline-block; opacity: 0.6; transition: opacity ease 0.5s; } .login-help{ font-size: 12px; } /****** TOOLTIP ******/ .table { display: table; } .table>* { display: table-row; } .table>*>* { display: table-cell; } .wrapper { background: #ececec; position: relative; text-align: center; width: 100px; } .wrapper .tooltip { background: #1496bb; bottom: 100%; color: #fff; display: block; margin-bottom: 15px; opacity: 0; padding: 20px; pointer-events: none; position: absolute; width: 240%; -webkit-transform: translateY(10px); -moz-transform: translateY(10px); -ms-transform: translateY(10px); -o-transform: translateY(10px); transform: translateY(10px); -webkit-transition: all .25s ease-out; -moz-transition: all .25s ease-out; -ms-transition: all .25s ease-out; -o-transition: all .25s ease-out; transition: all .25s ease-out; -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28); -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28); -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28); -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28); box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28); } .wrapper .tooltip:after { border-left: solid transparent 10px; border-right: solid transparent 10px; border-top: solid #1496bb 10px; bottom: -10px; content: " "; left: 30%; margin-left: -13px; position: absolute; } .wrapper:hover .tooltip { opacity: 1; pointer-events: auto; -webkit-transform: translateY(0px); -moz-transform: translateY(0px); -ms-transform: translateY(0px); -o-transform: translateY(0px); transform: translateY(0px); } /* IE can just show/hide with no transition */ .lte8 .wrapper .tooltip { display: none; } .lte8 .wrapper:hover .tooltip { display: block; }
0.34632
0.077692
body { margin: 0; overflow: hidden; width: 100vw; height: 100vh; background: #222; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .world { -webkit-perspective: 800px; perspective: 800px; width: 100vh; height: 100vh; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .cube { -webkit-transform-style: preserve-3d; transform-style: preserve-3d; -webkit-backface-visibility: hidden; backface-visibility: hidden; width: 50vh; height: 50vh; position: relative; -webkit-animation: rotator 4.5s linear infinite; animation: rotator 4.5s linear infinite; outline: 0; } .cube * { background: #000; /* box-shadow: 0 0 3vh currentColor; */ -webkit-transition: background 0.4s ease-in-out, box-shadow 0.4s ease-in-out; transition: background 0.4s ease-in-out, box-shadow 0.4s ease-in-out; } .cube:hover * { background: currentColor; /* box-shadow: 0 0 20vh currentColor; */ } .cube .cube__front { color: deeppink; -webkit-transform: translateZ(25vh); transform: translateZ(25vh); position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .cube .cube__right { color: lightcoral; -webkit-transform: rotateY(90deg) translateZ(25vh); transform: rotateY(90deg) translateZ(25vh); position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .cube .cube__left { color: skyblue; -webkit-transform: rotateY(270deg) translateZ(25vh); transform: rotateY(270deg) translateZ(25vh); position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .cube .cube__back { color: seagreen; position: absolute; top: 0; left: 0; width: 100%; height: 100%; -webkit-transform: rotateY(180deg) translateZ(25vh); transform: rotateY(180deg) translateZ(25vh); } .cube .cube__top { color: mediumseagreen; -webkit-transform: rotateX(90deg) translateZ(25vh); transform: rotateX(90deg) translateZ(25vh); position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .cube .cube__bottom { color: dodgerblue; -webkit-transform: rotateX(270deg) translateZ(25vh); transform: rotateX(270deg) translateZ(25vh); position: absolute; top: 0; left: 0; width: 100%; height: 100%; } @-webkit-keyframes rotator { 0% { -webkit-transform: rotateX(0deg) rotateY(0deg); transform: rotateX(0deg) rotateY(0deg); } 100% { -webkit-transform: rotateX(360deg) rotateY(360deg); transform: rotateX(360deg) rotateY(360deg); } } @keyframes rotator { 0% { -webkit-transform: rotateX(0deg) rotateY(0deg); transform: rotateX(0deg) rotateY(0deg); } 100% { -webkit-transform: rotateX(360deg) rotateY(360deg); transform: rotateX(360deg) rotateY(360deg); } }
css/demo/cube/css/special-effects-light.css
body { margin: 0; overflow: hidden; width: 100vw; height: 100vh; background: #222; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .world { -webkit-perspective: 800px; perspective: 800px; width: 100vh; height: 100vh; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .cube { -webkit-transform-style: preserve-3d; transform-style: preserve-3d; -webkit-backface-visibility: hidden; backface-visibility: hidden; width: 50vh; height: 50vh; position: relative; -webkit-animation: rotator 4.5s linear infinite; animation: rotator 4.5s linear infinite; outline: 0; } .cube * { background: #000; /* box-shadow: 0 0 3vh currentColor; */ -webkit-transition: background 0.4s ease-in-out, box-shadow 0.4s ease-in-out; transition: background 0.4s ease-in-out, box-shadow 0.4s ease-in-out; } .cube:hover * { background: currentColor; /* box-shadow: 0 0 20vh currentColor; */ } .cube .cube__front { color: deeppink; -webkit-transform: translateZ(25vh); transform: translateZ(25vh); position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .cube .cube__right { color: lightcoral; -webkit-transform: rotateY(90deg) translateZ(25vh); transform: rotateY(90deg) translateZ(25vh); position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .cube .cube__left { color: skyblue; -webkit-transform: rotateY(270deg) translateZ(25vh); transform: rotateY(270deg) translateZ(25vh); position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .cube .cube__back { color: seagreen; position: absolute; top: 0; left: 0; width: 100%; height: 100%; -webkit-transform: rotateY(180deg) translateZ(25vh); transform: rotateY(180deg) translateZ(25vh); } .cube .cube__top { color: mediumseagreen; -webkit-transform: rotateX(90deg) translateZ(25vh); transform: rotateX(90deg) translateZ(25vh); position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .cube .cube__bottom { color: dodgerblue; -webkit-transform: rotateX(270deg) translateZ(25vh); transform: rotateX(270deg) translateZ(25vh); position: absolute; top: 0; left: 0; width: 100%; height: 100%; } @-webkit-keyframes rotator { 0% { -webkit-transform: rotateX(0deg) rotateY(0deg); transform: rotateX(0deg) rotateY(0deg); } 100% { -webkit-transform: rotateX(360deg) rotateY(360deg); transform: rotateX(360deg) rotateY(360deg); } } @keyframes rotator { 0% { -webkit-transform: rotateX(0deg) rotateY(0deg); transform: rotateX(0deg) rotateY(0deg); } 100% { -webkit-transform: rotateX(360deg) rotateY(360deg); transform: rotateX(360deg) rotateY(360deg); } }
0.522446
0.050354
@media (max-width: 768px) { .contact-card { margin: 1em; } } @media (max-width: 480px) { .input-group-addon, .input-group-btn, .input-group .form-control { display: block; margin-bottom: 10px; clear: both; } .input-group { display: block; } } .full_modal-dialog { width: 98% !important; height: 92% !important; min-width: 98% !important; min-height: 92% !important; max-width: 98% !important; max-height: 92% !important; padding: 0 !important; } .full_modal-content { height: 99% !important; min-height: 99% !important; max-height: 99% !important; } .ui-front { z-index: 9999999 !important; } .navigation-clean { background: #fff; padding-top: .75rem; padding-bottom: .75rem; color: #333; border-radius: 0; box-shadow: none; border: none; margin-bottom: 0; } @media (min-width:768px) { .navigation-clean { padding-top: 1rem; padding-bottom: 1rem; } } .navigation-clean .navbar-brand { font-weight: bold; color: inherit; } .navigation-clean .navbar-brand:hover { color: #222; } .navigation-clean.navbar-dark .navbar-brand:hover { color: #f0f0f0; } .navigation-clean .navbar-brand img { height: 100%; display: inline-block; margin-right: 10px; width: auto; } .navigation-clean .navbar-toggler { border-color: #ddd; } .navigation-clean .navbar-toggler:hover, .navigation-clean .navbar-toggler:focus { background: none; } .navigation-clean.navbar-dark .navbar-toggler { border-color: #555; } .navigation-clean .navbar-toggler { color: #888; } .navigation-clean.navbar-dark .navbar-toggler { color: #eee; } .navigation-clean .navbar-collapse, .navigation-clean .form-inline { border-top-color: #ddd; } .navigation-clean.navbar-dark .navbar-collapse, .navigation-clean.navbar-dark .form-inline { border-top-color: #333; } .navigation-clean .navbar-nav > .active > a, .navigation-clean .navbar-nav > .show > a { background: none; box-shadow: none; } .navigation-clean.navbar-light .navbar-nav .nav-link.active, .navigation-clean.navbar-light .navbar-nav .nav-link.active:focus, .navigation-clean.navbar-light .navbar-nav .nav-link.active:hover { color: #8f8f8f; box-shadow: none; background: none; pointer-events: none; } .navigation-clean.navbar .navbar-nav .nav-link { padding-left: 18px; padding-right: 18px; } .navigation-clean.navbar-light .navbar-nav .nav-link { color: #465765; } .navigation-clean.navbar-light .navbar-nav .nav-link:focus, .navigation-clean.navbar-light .navbar-nav .nav-link:hover { color: #37434d !important; background-color: transparent; } .navigation-clean .navbar-nav > li > .dropdown-menu { margin-top: -5px; box-shadow: none; background-color: #fff; border-radius: 2px; } @media (min-width:768px) { .navigation-clean .navbar-nav .show .dropdown-menu { box-shadow: 0 4px 8px rgba(0,0,0,.1); } } @media (max-width:767px) { .navigation-clean .navbar-nav .show .dropdown-menu .dropdown-item { color: #37434d; padding-top: .8rem; padding-bottom: .8rem; line-height: 1; } } .navigation-clean .dropdown-menu .dropdown-item:focus, .navigation-clean .dropdown-menu .dropdown-item { line-height: 2; color: #37434d; } .navigation-clean .dropdown-menu .dropdown-item:focus, .navigation-clean .dropdown-menu .dropdown-item:hover { background: #eee; color: inherit; } .navigation-clean.navbar-dark { background-color: #1f2021; color: #fff; } .navigation-clean.navbar-dark .navbar-nav a.active, .navigation-clean.navbar-dark .navbar-nav a.active:focus, .navigation-clean.navbar-dark .navbar-nav a.active:hover { color: #8f8f8f; box-shadow: none; background: none; pointer-events: none; } .navigation-clean.navbar-dark .navbar-nav .nav-link { color: #dfe8ee; } .navigation-clean.navbar-dark .navbar-nav .nav-link:focus, .navigation-clean.navbar-dark .navbar-nav .nav-link:hover { color: #fff; background-color: transparent; } .navigation-clean.navbar-dark .navbar-nav > li > .dropdown-menu { background-color: #1f2021; } .navigation-clean.navbar-dark .dropdown-menu .dropdown-item:focus, .navigation-clean.navbar-dark .dropdown-menu .dropdown-item { color: #f2f5f8; } .navigation-clean.navbar-dark .dropdown-menu .dropdown-item:focus, .navigation-clean.navbar-dark .dropdown-menu .dropdown-item:hover { background: #363739; } @media (max-width:767px) { .navigation-clean.navbar-dark .navbar-nav .show .dropdown-menu .dropdown-item { color: #fff; } } /* ! * bootstrap-tokenfield * https://github.com/sliptree/bootstrap-tokenfield * Copyright 2013-2014 Sliptree and other contributors; Licensed MIT */ @keyframes blink { 0% { border-color: #ededed; } 100% { border-color: #b94a48; } } .tokenfield { height: auto; min-height: 34px; padding-bottom: 0px; } .tokenfield.focus { border-color: #66afe9; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6); } .tokenfield .token { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; display: inline-block; border: 1px solid #d9d9d9; background-color: #ededed; white-space: nowrap; margin: -1px 5px 5px 0; height: 22px; vertical-align: top; cursor: default; } .tokenfield .token:hover { border-color: #b9b9b9; } .tokenfield .token.active { border-color: #52a8ec; border-color: rgba(82, 168, 236, 0.8); } .tokenfield .token.duplicate { border-color: #ebccd1; -webkit-animation-name: blink; animation-name: blink; -webkit-animation-duration: 0.1s; animation-duration: 0.1s; -webkit-animation-direction: normal; animation-direction: normal; -webkit-animation-timing-function: ease; animation-timing-function: ease; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; } .tokenfield .token.invalid { background: none; border: 1px solid transparent; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; border-bottom: 1px dotted #d9534f; } .tokenfield .token.invalid.active { background: #ededed; border: 1px solid #ededed; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } .tokenfield .token .token-label { display: inline-block; overflow: hidden; text-overflow: ellipsis; padding-left: 4px; vertical-align: top; } .tokenfield .token .close { font-family: Arial; display: inline-block; line-height: 100%; font-size: 1.1em; line-height: 1.49em; margin-left: 5px; float: none; height: 100%; vertical-align: top; padding-right: 4px; } .tokenfield .token-input { background: none; width: 60px; min-width: 60px; border: 0; height: 20px; padding: 0; margin-bottom: 6px; -webkit-box-shadow: none; box-shadow: none; } .tokenfield .token-input:focus { border-color: transparent; outline: 0; -webkit-box-shadow: none; box-shadow: none; } .tokenfield.disabled { cursor: not-allowed; background-color: #eeeeee; } .tokenfield.disabled .token-input { cursor: not-allowed; } .tokenfield.disabled .token:hover { cursor: not-allowed; border-color: #d9d9d9; } .tokenfield.disabled .token:hover .close { cursor: not-allowed; opacity: 0.2; filter: alpha(opacity=20); } .has-warning .tokenfield.focus { border-color: #66512c; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; } .has-error .tokenfield.focus { border-color: #843534; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; } .has-success .tokenfield.focus { border-color: #2b542c; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; } .tokenfield.input-sm, .input-group-sm .tokenfield { min-height: 30px; padding-bottom: 0px; } .input-group-sm .token, .tokenfield.input-sm .token { height: 20px; margin-bottom: 4px; } .input-group-sm .token-input, .tokenfield.input-sm .token-input { height: 18px; margin-bottom: 5px; } .tokenfield.input-lg, .input-group-lg .tokenfield { height: auto; min-height: 45px; padding-bottom: 4px; } .input-group-lg .token, .tokenfield.input-lg .token { height: 25px; } .input-group-lg .token-label, .tokenfield.input-lg .token-label { line-height: 23px; } .input-group-lg .token .close, .tokenfield.input-lg .token .close { line-height: 1.3em; } .input-group-lg .token-input, .tokenfield.input-lg .token-input { height: 23px; line-height: 23px; margin-bottom: 6px; vertical-align: top; } .tokenfield.rtl { direction: rtl; text-align: right; } .tokenfield.rtl .token { margin: -1px 0 5px 5px; } .tokenfield.rtl .token .token-label { padding-left: 0px; padding-right: 4px; } #tokenfield { /*margin-bottom: 10px;*/ /*width: 95%;*/ } /* -------------------------------- hermes-admin-dashboard-icons Web Font - built using nucleoapp.com License - nucleoapp.com/license/ -------------------------------- */ /* ------------------------ base class definition ------------------------- */ .ni { display: inline-block; font: normal normal normal 14px/1 NucleoIcons; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } /* ------------------------ change icon size ------------------------- */ .ni-lg { font-size: 1.33333333em; line-height: 0.75em; vertical-align: -15%; } .ni-2x { font-size: 2em; } .ni-3x { font-size: 3em; } .ni-4x { font-size: 4em; } .ni-5x { font-size: 5em; } /* ---------------------------------- add a square/circle background ----------------------------------- */ .ni.square, .ni.circle { padding: 0.33333333em; vertical-align: -16%; background-color: #eee; } .ni.circle { border-radius: 50%; } /* ------------------------ list icons ------------------------- */ .ni-ul { padding-left: 0; margin-left: 2.14285714em; list-style-type: none; } .ni-ul > li { position: relative; } .ni-ul > li > .ni { position: absolute; left: -1.57142857em; top: 0.14285714em; text-align: center; } .ni-ul > li > .ni.lg { top: 0; left: -1.35714286em; } .ni-ul > li > .ni.circle, .ni-ul > li > .ni.square { top: -0.19047619em; left: -1.9047619em; } /* ------------------------ spinning icons ------------------------- */ .ni.spin { -webkit-animation: nc-spin 2s infinite linear; -moz-animation: nc-spin 2s infinite linear; animation: nc-spin 2s infinite linear; } @keyframes nc-spin { 0% { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); } } /* ------------------------ rotated/flipped icons ------------------------- */ .ni.rotate-90 { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); } .ni.rotate-180 { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); } .ni.rotate-270 { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); -webkit-transform: rotate(270deg); -moz-transform: rotate(270deg); -ms-transform: rotate(270deg); -o-transform: rotate(270deg); transform: rotate(270deg); } .ni.flip-y { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0); -webkit-transform: scale(-1, 1); -moz-transform: scale(-1, 1); -ms-transform: scale(-1, 1); -o-transform: scale(-1, 1); transform: scale(-1, 1); } .ni.flip-x { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); -webkit-transform: scale(1, -1); -moz-transform: scale(1, -1); -ms-transform: scale(1, -1); -o-transform: scale(1, -1); transform: scale(1, -1); } /* ------------------------ font icons ------------------------- */ .ni-active-40::before { content: "\ea02"; } .ni-air-baloon::before { content: "\ea03"; } .ni-album-2::before { content: "\ea04"; } .ni-align-center::before { content: "\ea05"; } .ni-align-left-2::before { content: "\ea06"; } .ni-ambulance::before { content: "\ea07"; } .ni-app::before { content: "\ea08"; } .ni-archive-2::before { content: "\ea09"; } .ni-atom::before { content: "\ea0a"; } .ni-badge::before { content: "\ea0b"; } .ni-bag-17::before { content: "\ea0c"; } .ni-basket::before { content: "\ea0d"; } .ni-bell-55::before { content: "\ea0e"; } .ni-bold-down::before { content: "\ea0f"; } .ni-bold-left::before { content: "\ea10"; } .ni-bold-right::before { content: "\ea11"; } .ni-bold-up::before { content: "\ea12"; } .ni-bold::before { content: "\ea13"; } .ni-book-bookmark::before { content: "\ea14"; } .ni-books::before { content: "\ea15"; } .ni-box-2::before { content: "\ea16"; } .ni-briefcase-24::before { content: "\ea17"; } .ni-building::before { content: "\ea18"; } .ni-bulb-61::before { content: "\ea19"; } .ni-bullet-list-67::before { content: "\ea1a"; } .ni-bus-front-12::before { content: "\ea1b"; } .ni-button-pause::before { content: "\ea1c"; } .ni-button-play::before { content: "\ea1d"; } .ni-button-power::before { content: "\ea1e"; } .ni-calendar-grid-58::before { content: "\ea1f"; } .ni-camera-compact::before { content: "\ea20"; } .ni-caps-small::before { content: "\ea21"; } .ni-cart::before { content: "\ea22"; } .ni-chart-bar-32::before { content: "\ea23"; } .ni-chart-pie-35::before { content: "\ea24"; } .ni-chat-round::before { content: "\ea25"; } .ni-check-bold::before { content: "\ea26"; } .ni-circle-08::before { content: "\ea27"; } .ni-cloud-download-95::before { content: "\ea28"; } .ni-cloud-upload-96::before { content: "\ea29"; } .ni-compass-04::before { content: "\ea2a"; } .ni-controller::before { content: "\ea2b"; } .ni-credit-card::before { content: "\ea2c"; } .ni-curved-next::before { content: "\ea2d"; } .ni-delivery-fast::before { content: "\ea2e"; } .ni-diamond::before { content: "\ea2f"; } .ni-email-83::before { content: "\ea30"; } .ni-fat-add::before { content: "\ea31"; } .ni-fat-delete::before { content: "\ea32"; } .ni-fat-remove::before { content: "\ea33"; } .ni-favourite-28::before { content: "\ea34"; } .ni-folder-17::before { content: "\ea35"; } .ni-glasses-2::before { content: "\ea36"; } .ni-hat-3::before { content: "\ea37"; } .ni-headphones::before { content: "\ea38"; } .ni-html5::before { content: "\ea39"; } .ni-istanbul::before { content: "\ea3a"; } .ni-key-25::before { content: "\ea3b"; } .ni-laptop::before { content: "\ea3c"; } .ni-like-2::before { content: "\ea3d"; } .ni-lock-circle-open::before { content: "\ea3e"; } .ni-map-big::before { content: "\ea3f"; } .ni-mobile-button::before { content: "\ea40"; } .ni-money-coins::before { content: "\ea41"; } .ni-note-03::before { content: "\ea42"; } .ni-notification-70::before { content: "\ea43"; } .ni-palette::before { content: "\ea44"; } .ni-paper-diploma::before { content: "\ea45"; } .ni-pin-3::before { content: "\ea46"; } .ni-planet::before { content: "\ea47"; } .ni-ruler-pencil::before { content: "\ea48"; } .ni-satisfied::before { content: "\ea49"; } .ni-scissors::before { content: "\ea4a"; } .ni-send::before { content: "\ea4b"; } .ni-settings-gear-65::before { content: "\ea4c"; } .ni-settings::before { content: "\ea4d"; } .ni-single-02::before { content: "\ea4e"; } .ni-single-copy-04::before { content: "\ea4f"; } .ni-sound-wave::before { content: "\ea50"; } .ni-spaceship::before { content: "\ea51"; } .ni-square-pin::before { content: "\ea52"; } .ni-support-16::before { content: "\ea53"; } .ni-tablet-button::before { content: "\ea54"; } .ni-tag::before { content: "\ea55"; } .ni-tie-bow::before { content: "\ea56"; } .ni-time-alarm::before { content: "\ea57"; } .ni-trophy::before { content: "\ea58"; } .ni-tv-2::before { content: "\ea59"; } .ni-umbrella-13::before { content: "\ea5a"; } .ni-user-run::before { content: "\ea5b"; } .ni-vector::before { content: "\ea5c"; } .ni-watch-time::before { content: "\ea5d"; } .ni-world::before { content: "\ea5e"; } .ni-zoom-split-in::before { content: "\ea5f"; } .ni-collection::before { content: "\ea60"; } .ni-image::before { content: "\ea61"; } .ni-shop::before { content: "\ea62"; } .ni-ungroup::before { content: "\ea63"; } .ni-world-2::before { content: "\ea64"; } .ni-ui-04::before { content: "\ea65"; } /* all icon font classes list here */
web-app/assets/css/styles.css
@media (max-width: 768px) { .contact-card { margin: 1em; } } @media (max-width: 480px) { .input-group-addon, .input-group-btn, .input-group .form-control { display: block; margin-bottom: 10px; clear: both; } .input-group { display: block; } } .full_modal-dialog { width: 98% !important; height: 92% !important; min-width: 98% !important; min-height: 92% !important; max-width: 98% !important; max-height: 92% !important; padding: 0 !important; } .full_modal-content { height: 99% !important; min-height: 99% !important; max-height: 99% !important; } .ui-front { z-index: 9999999 !important; } .navigation-clean { background: #fff; padding-top: .75rem; padding-bottom: .75rem; color: #333; border-radius: 0; box-shadow: none; border: none; margin-bottom: 0; } @media (min-width:768px) { .navigation-clean { padding-top: 1rem; padding-bottom: 1rem; } } .navigation-clean .navbar-brand { font-weight: bold; color: inherit; } .navigation-clean .navbar-brand:hover { color: #222; } .navigation-clean.navbar-dark .navbar-brand:hover { color: #f0f0f0; } .navigation-clean .navbar-brand img { height: 100%; display: inline-block; margin-right: 10px; width: auto; } .navigation-clean .navbar-toggler { border-color: #ddd; } .navigation-clean .navbar-toggler:hover, .navigation-clean .navbar-toggler:focus { background: none; } .navigation-clean.navbar-dark .navbar-toggler { border-color: #555; } .navigation-clean .navbar-toggler { color: #888; } .navigation-clean.navbar-dark .navbar-toggler { color: #eee; } .navigation-clean .navbar-collapse, .navigation-clean .form-inline { border-top-color: #ddd; } .navigation-clean.navbar-dark .navbar-collapse, .navigation-clean.navbar-dark .form-inline { border-top-color: #333; } .navigation-clean .navbar-nav > .active > a, .navigation-clean .navbar-nav > .show > a { background: none; box-shadow: none; } .navigation-clean.navbar-light .navbar-nav .nav-link.active, .navigation-clean.navbar-light .navbar-nav .nav-link.active:focus, .navigation-clean.navbar-light .navbar-nav .nav-link.active:hover { color: #8f8f8f; box-shadow: none; background: none; pointer-events: none; } .navigation-clean.navbar .navbar-nav .nav-link { padding-left: 18px; padding-right: 18px; } .navigation-clean.navbar-light .navbar-nav .nav-link { color: #465765; } .navigation-clean.navbar-light .navbar-nav .nav-link:focus, .navigation-clean.navbar-light .navbar-nav .nav-link:hover { color: #37434d !important; background-color: transparent; } .navigation-clean .navbar-nav > li > .dropdown-menu { margin-top: -5px; box-shadow: none; background-color: #fff; border-radius: 2px; } @media (min-width:768px) { .navigation-clean .navbar-nav .show .dropdown-menu { box-shadow: 0 4px 8px rgba(0,0,0,.1); } } @media (max-width:767px) { .navigation-clean .navbar-nav .show .dropdown-menu .dropdown-item { color: #37434d; padding-top: .8rem; padding-bottom: .8rem; line-height: 1; } } .navigation-clean .dropdown-menu .dropdown-item:focus, .navigation-clean .dropdown-menu .dropdown-item { line-height: 2; color: #37434d; } .navigation-clean .dropdown-menu .dropdown-item:focus, .navigation-clean .dropdown-menu .dropdown-item:hover { background: #eee; color: inherit; } .navigation-clean.navbar-dark { background-color: #1f2021; color: #fff; } .navigation-clean.navbar-dark .navbar-nav a.active, .navigation-clean.navbar-dark .navbar-nav a.active:focus, .navigation-clean.navbar-dark .navbar-nav a.active:hover { color: #8f8f8f; box-shadow: none; background: none; pointer-events: none; } .navigation-clean.navbar-dark .navbar-nav .nav-link { color: #dfe8ee; } .navigation-clean.navbar-dark .navbar-nav .nav-link:focus, .navigation-clean.navbar-dark .navbar-nav .nav-link:hover { color: #fff; background-color: transparent; } .navigation-clean.navbar-dark .navbar-nav > li > .dropdown-menu { background-color: #1f2021; } .navigation-clean.navbar-dark .dropdown-menu .dropdown-item:focus, .navigation-clean.navbar-dark .dropdown-menu .dropdown-item { color: #f2f5f8; } .navigation-clean.navbar-dark .dropdown-menu .dropdown-item:focus, .navigation-clean.navbar-dark .dropdown-menu .dropdown-item:hover { background: #363739; } @media (max-width:767px) { .navigation-clean.navbar-dark .navbar-nav .show .dropdown-menu .dropdown-item { color: #fff; } } /* ! * bootstrap-tokenfield * https://github.com/sliptree/bootstrap-tokenfield * Copyright 2013-2014 Sliptree and other contributors; Licensed MIT */ @keyframes blink { 0% { border-color: #ededed; } 100% { border-color: #b94a48; } } .tokenfield { height: auto; min-height: 34px; padding-bottom: 0px; } .tokenfield.focus { border-color: #66afe9; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6); } .tokenfield .token { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; display: inline-block; border: 1px solid #d9d9d9; background-color: #ededed; white-space: nowrap; margin: -1px 5px 5px 0; height: 22px; vertical-align: top; cursor: default; } .tokenfield .token:hover { border-color: #b9b9b9; } .tokenfield .token.active { border-color: #52a8ec; border-color: rgba(82, 168, 236, 0.8); } .tokenfield .token.duplicate { border-color: #ebccd1; -webkit-animation-name: blink; animation-name: blink; -webkit-animation-duration: 0.1s; animation-duration: 0.1s; -webkit-animation-direction: normal; animation-direction: normal; -webkit-animation-timing-function: ease; animation-timing-function: ease; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; } .tokenfield .token.invalid { background: none; border: 1px solid transparent; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; border-bottom: 1px dotted #d9534f; } .tokenfield .token.invalid.active { background: #ededed; border: 1px solid #ededed; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } .tokenfield .token .token-label { display: inline-block; overflow: hidden; text-overflow: ellipsis; padding-left: 4px; vertical-align: top; } .tokenfield .token .close { font-family: Arial; display: inline-block; line-height: 100%; font-size: 1.1em; line-height: 1.49em; margin-left: 5px; float: none; height: 100%; vertical-align: top; padding-right: 4px; } .tokenfield .token-input { background: none; width: 60px; min-width: 60px; border: 0; height: 20px; padding: 0; margin-bottom: 6px; -webkit-box-shadow: none; box-shadow: none; } .tokenfield .token-input:focus { border-color: transparent; outline: 0; -webkit-box-shadow: none; box-shadow: none; } .tokenfield.disabled { cursor: not-allowed; background-color: #eeeeee; } .tokenfield.disabled .token-input { cursor: not-allowed; } .tokenfield.disabled .token:hover { cursor: not-allowed; border-color: #d9d9d9; } .tokenfield.disabled .token:hover .close { cursor: not-allowed; opacity: 0.2; filter: alpha(opacity=20); } .has-warning .tokenfield.focus { border-color: #66512c; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; } .has-error .tokenfield.focus { border-color: #843534; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; } .has-success .tokenfield.focus { border-color: #2b542c; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; } .tokenfield.input-sm, .input-group-sm .tokenfield { min-height: 30px; padding-bottom: 0px; } .input-group-sm .token, .tokenfield.input-sm .token { height: 20px; margin-bottom: 4px; } .input-group-sm .token-input, .tokenfield.input-sm .token-input { height: 18px; margin-bottom: 5px; } .tokenfield.input-lg, .input-group-lg .tokenfield { height: auto; min-height: 45px; padding-bottom: 4px; } .input-group-lg .token, .tokenfield.input-lg .token { height: 25px; } .input-group-lg .token-label, .tokenfield.input-lg .token-label { line-height: 23px; } .input-group-lg .token .close, .tokenfield.input-lg .token .close { line-height: 1.3em; } .input-group-lg .token-input, .tokenfield.input-lg .token-input { height: 23px; line-height: 23px; margin-bottom: 6px; vertical-align: top; } .tokenfield.rtl { direction: rtl; text-align: right; } .tokenfield.rtl .token { margin: -1px 0 5px 5px; } .tokenfield.rtl .token .token-label { padding-left: 0px; padding-right: 4px; } #tokenfield { /*margin-bottom: 10px;*/ /*width: 95%;*/ } /* -------------------------------- hermes-admin-dashboard-icons Web Font - built using nucleoapp.com License - nucleoapp.com/license/ -------------------------------- */ /* ------------------------ base class definition ------------------------- */ .ni { display: inline-block; font: normal normal normal 14px/1 NucleoIcons; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } /* ------------------------ change icon size ------------------------- */ .ni-lg { font-size: 1.33333333em; line-height: 0.75em; vertical-align: -15%; } .ni-2x { font-size: 2em; } .ni-3x { font-size: 3em; } .ni-4x { font-size: 4em; } .ni-5x { font-size: 5em; } /* ---------------------------------- add a square/circle background ----------------------------------- */ .ni.square, .ni.circle { padding: 0.33333333em; vertical-align: -16%; background-color: #eee; } .ni.circle { border-radius: 50%; } /* ------------------------ list icons ------------------------- */ .ni-ul { padding-left: 0; margin-left: 2.14285714em; list-style-type: none; } .ni-ul > li { position: relative; } .ni-ul > li > .ni { position: absolute; left: -1.57142857em; top: 0.14285714em; text-align: center; } .ni-ul > li > .ni.lg { top: 0; left: -1.35714286em; } .ni-ul > li > .ni.circle, .ni-ul > li > .ni.square { top: -0.19047619em; left: -1.9047619em; } /* ------------------------ spinning icons ------------------------- */ .ni.spin { -webkit-animation: nc-spin 2s infinite linear; -moz-animation: nc-spin 2s infinite linear; animation: nc-spin 2s infinite linear; } @keyframes nc-spin { 0% { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); } } /* ------------------------ rotated/flipped icons ------------------------- */ .ni.rotate-90 { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); } .ni.rotate-180 { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); } .ni.rotate-270 { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); -webkit-transform: rotate(270deg); -moz-transform: rotate(270deg); -ms-transform: rotate(270deg); -o-transform: rotate(270deg); transform: rotate(270deg); } .ni.flip-y { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0); -webkit-transform: scale(-1, 1); -moz-transform: scale(-1, 1); -ms-transform: scale(-1, 1); -o-transform: scale(-1, 1); transform: scale(-1, 1); } .ni.flip-x { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); -webkit-transform: scale(1, -1); -moz-transform: scale(1, -1); -ms-transform: scale(1, -1); -o-transform: scale(1, -1); transform: scale(1, -1); } /* ------------------------ font icons ------------------------- */ .ni-active-40::before { content: "\ea02"; } .ni-air-baloon::before { content: "\ea03"; } .ni-album-2::before { content: "\ea04"; } .ni-align-center::before { content: "\ea05"; } .ni-align-left-2::before { content: "\ea06"; } .ni-ambulance::before { content: "\ea07"; } .ni-app::before { content: "\ea08"; } .ni-archive-2::before { content: "\ea09"; } .ni-atom::before { content: "\ea0a"; } .ni-badge::before { content: "\ea0b"; } .ni-bag-17::before { content: "\ea0c"; } .ni-basket::before { content: "\ea0d"; } .ni-bell-55::before { content: "\ea0e"; } .ni-bold-down::before { content: "\ea0f"; } .ni-bold-left::before { content: "\ea10"; } .ni-bold-right::before { content: "\ea11"; } .ni-bold-up::before { content: "\ea12"; } .ni-bold::before { content: "\ea13"; } .ni-book-bookmark::before { content: "\ea14"; } .ni-books::before { content: "\ea15"; } .ni-box-2::before { content: "\ea16"; } .ni-briefcase-24::before { content: "\ea17"; } .ni-building::before { content: "\ea18"; } .ni-bulb-61::before { content: "\ea19"; } .ni-bullet-list-67::before { content: "\ea1a"; } .ni-bus-front-12::before { content: "\ea1b"; } .ni-button-pause::before { content: "\ea1c"; } .ni-button-play::before { content: "\ea1d"; } .ni-button-power::before { content: "\ea1e"; } .ni-calendar-grid-58::before { content: "\ea1f"; } .ni-camera-compact::before { content: "\ea20"; } .ni-caps-small::before { content: "\ea21"; } .ni-cart::before { content: "\ea22"; } .ni-chart-bar-32::before { content: "\ea23"; } .ni-chart-pie-35::before { content: "\ea24"; } .ni-chat-round::before { content: "\ea25"; } .ni-check-bold::before { content: "\ea26"; } .ni-circle-08::before { content: "\ea27"; } .ni-cloud-download-95::before { content: "\ea28"; } .ni-cloud-upload-96::before { content: "\ea29"; } .ni-compass-04::before { content: "\ea2a"; } .ni-controller::before { content: "\ea2b"; } .ni-credit-card::before { content: "\ea2c"; } .ni-curved-next::before { content: "\ea2d"; } .ni-delivery-fast::before { content: "\ea2e"; } .ni-diamond::before { content: "\ea2f"; } .ni-email-83::before { content: "\ea30"; } .ni-fat-add::before { content: "\ea31"; } .ni-fat-delete::before { content: "\ea32"; } .ni-fat-remove::before { content: "\ea33"; } .ni-favourite-28::before { content: "\ea34"; } .ni-folder-17::before { content: "\ea35"; } .ni-glasses-2::before { content: "\ea36"; } .ni-hat-3::before { content: "\ea37"; } .ni-headphones::before { content: "\ea38"; } .ni-html5::before { content: "\ea39"; } .ni-istanbul::before { content: "\ea3a"; } .ni-key-25::before { content: "\ea3b"; } .ni-laptop::before { content: "\ea3c"; } .ni-like-2::before { content: "\ea3d"; } .ni-lock-circle-open::before { content: "\ea3e"; } .ni-map-big::before { content: "\ea3f"; } .ni-mobile-button::before { content: "\ea40"; } .ni-money-coins::before { content: "\ea41"; } .ni-note-03::before { content: "\ea42"; } .ni-notification-70::before { content: "\ea43"; } .ni-palette::before { content: "\ea44"; } .ni-paper-diploma::before { content: "\ea45"; } .ni-pin-3::before { content: "\ea46"; } .ni-planet::before { content: "\ea47"; } .ni-ruler-pencil::before { content: "\ea48"; } .ni-satisfied::before { content: "\ea49"; } .ni-scissors::before { content: "\ea4a"; } .ni-send::before { content: "\ea4b"; } .ni-settings-gear-65::before { content: "\ea4c"; } .ni-settings::before { content: "\ea4d"; } .ni-single-02::before { content: "\ea4e"; } .ni-single-copy-04::before { content: "\ea4f"; } .ni-sound-wave::before { content: "\ea50"; } .ni-spaceship::before { content: "\ea51"; } .ni-square-pin::before { content: "\ea52"; } .ni-support-16::before { content: "\ea53"; } .ni-tablet-button::before { content: "\ea54"; } .ni-tag::before { content: "\ea55"; } .ni-tie-bow::before { content: "\ea56"; } .ni-time-alarm::before { content: "\ea57"; } .ni-trophy::before { content: "\ea58"; } .ni-tv-2::before { content: "\ea59"; } .ni-umbrella-13::before { content: "\ea5a"; } .ni-user-run::before { content: "\ea5b"; } .ni-vector::before { content: "\ea5c"; } .ni-watch-time::before { content: "\ea5d"; } .ni-world::before { content: "\ea5e"; } .ni-zoom-split-in::before { content: "\ea5f"; } .ni-collection::before { content: "\ea60"; } .ni-image::before { content: "\ea61"; } .ni-shop::before { content: "\ea62"; } .ni-ungroup::before { content: "\ea63"; } .ni-world-2::before { content: "\ea64"; } .ni-ui-04::before { content: "\ea65"; } /* all icon font classes list here */
0.405684
0.048677
.box_wrapper { max-width: 1400px; margin: 30px auto; display: flex; justify-content: center; align-items: center; flex-wrap: wrap; } .box_wrapper .box { flex-basis: 25%; margin: 30px; border: 1px solid rgba(0, 0, 0, 0.2); box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.16); padding: 10px; border-radius: 20px; display: flex; flex-direction: column; } .box_wrapper .box figure { width: 50%; height: 100px; margin-left: 0; } .box_wrapper .box figure img { width: 100%; height: 100%; object-fit: contain; } .title { font-size: 18px; } .txt { font-size: 14px; color: #333; margin: 10px 0; } .box_wrapper a { text-decoration: none; transition: all 0.3s; } .box_wrapper a:hover { transform: scale(1.02); } @media (max-width: 600px) { .box_wrapper .box { margin: 16px; flex-basis: 100%; } } * { margin: 0; padding: 0; } .rate { float: left; height: 46px; padding: 0 10px; } .rate:not(:checked) > input { position: absolute; top: -9999px; } .rate:not(:checked) > label { float: right; width: 1em; overflow: hidden; white-space: nowrap; cursor: pointer; font-size: 30px; color: #ccc; } .rate:not(:checked) > label:before { content: '★ '; } .rate > input:checked ~ label { color: #ffc700; } .rate:not(:checked) > label:hover, .rate:not(:checked) > label:hover ~ label { color: #deb217; } .rate > input:checked + label:hover, .rate > input:checked + label:hover ~ label, .rate > input:checked ~ label:hover, .rate > input:checked ~ label:hover ~ label, .rate > label:hover ~ input:checked ~ label { color: #c59b08; } /* Modified from: https://github.com/mukulkant/Star-rating-using-pure-css */ .is-tag { background-color: #eff9fe; border-radius: 5px; padding: 5px 7px 5px 7px; font-weight: bold; } .feedback-card { background-color: #f8f8f8; border-radius: 20px; padding: 20px; } .feedback-card .header { display: flex; width: 100%; justify-content: space-between; align-items: center; } .feedback-card .header h4 { font-size: 14px; line-height: 14px; font-weight: 700; display: block; padding-left: 10px; margin-left: 10px; margin: 0; } .feedback-card .header div { display: flex; align-items: center; } .feedback-card .header span:after { content: ""; background-image: url(https://www.flaticon.com/svg/static/icons/svg/616/616655.svg); background-repeat: no-repeat; background-position: 50%; background-size: contain; margin-left: 10px; width: 16px; height: 16px; padding: 10px; margin-bottom: 3px; } .user-avatar { height: 40px; width: 40px; border-radius: 50% !important; } /*counter*/ .counter { background-color: #f5f5f5; padding: 20px 0; border-radius: 5px; } .count-title { font-size: 40px; font-weight: normal; margin-top: 10px; margin-bottom: 0; text-align: center; } .count-text { font-size: 13px; font-weight: normal; margin-top: 10px; margin-bottom: 0; text-align: center; } .fa-2x { margin: 0 auto; float: none; display: table; color: #4ad1e5; } /* Image uploading */ .preview-images-zone { width: 100%; border: 1px solid #ddd; min-height: 180px; padding: 5px 5px 0px 5px; position: relative; overflow: auto; } .preview-images-zone > .preview-image:first-child { height: 185px; width: 185px; position: relative; margin-right: 5px; } .preview-images-zone > .preview-image { height: 90px; width: 90px; position: relative; margin-right: 5px; float: left; margin-bottom: 5px; } .preview-images-zone > .preview-image > .image-zone { width: 100%; height: 100%; } .preview-images-zone > .preview-image > .image-zone > img { width: 100%; height: 100%; } .preview-images-zone > .preview-image > .tools-edit-image { position: absolute; z-index: 100; color: #fff; bottom: 0; width: 100%; text-align: center; margin-bottom: 10px; display: none; } .preview-images-zone > .preview-image > .image-cancel { font-size: 18px; position: absolute; top: 0; right: 0; font-weight: bold; margin-right: 10px; cursor: pointer; display: none; z-index: 100; } .preview-image:hover > .image-zone { cursor: move; opacity: .5; } .preview-image:hover > .tools-edit-image, .preview-image:hover > .image-cancel { display: block; } .ui-sortable-helper { width: 90px !important; height: 90px !important; } .containerimg { padding-top: 50px; }
Web/EasyServices.Web/wwwroot/css/style.css
.box_wrapper { max-width: 1400px; margin: 30px auto; display: flex; justify-content: center; align-items: center; flex-wrap: wrap; } .box_wrapper .box { flex-basis: 25%; margin: 30px; border: 1px solid rgba(0, 0, 0, 0.2); box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.16); padding: 10px; border-radius: 20px; display: flex; flex-direction: column; } .box_wrapper .box figure { width: 50%; height: 100px; margin-left: 0; } .box_wrapper .box figure img { width: 100%; height: 100%; object-fit: contain; } .title { font-size: 18px; } .txt { font-size: 14px; color: #333; margin: 10px 0; } .box_wrapper a { text-decoration: none; transition: all 0.3s; } .box_wrapper a:hover { transform: scale(1.02); } @media (max-width: 600px) { .box_wrapper .box { margin: 16px; flex-basis: 100%; } } * { margin: 0; padding: 0; } .rate { float: left; height: 46px; padding: 0 10px; } .rate:not(:checked) > input { position: absolute; top: -9999px; } .rate:not(:checked) > label { float: right; width: 1em; overflow: hidden; white-space: nowrap; cursor: pointer; font-size: 30px; color: #ccc; } .rate:not(:checked) > label:before { content: '★ '; } .rate > input:checked ~ label { color: #ffc700; } .rate:not(:checked) > label:hover, .rate:not(:checked) > label:hover ~ label { color: #deb217; } .rate > input:checked + label:hover, .rate > input:checked + label:hover ~ label, .rate > input:checked ~ label:hover, .rate > input:checked ~ label:hover ~ label, .rate > label:hover ~ input:checked ~ label { color: #c59b08; } /* Modified from: https://github.com/mukulkant/Star-rating-using-pure-css */ .is-tag { background-color: #eff9fe; border-radius: 5px; padding: 5px 7px 5px 7px; font-weight: bold; } .feedback-card { background-color: #f8f8f8; border-radius: 20px; padding: 20px; } .feedback-card .header { display: flex; width: 100%; justify-content: space-between; align-items: center; } .feedback-card .header h4 { font-size: 14px; line-height: 14px; font-weight: 700; display: block; padding-left: 10px; margin-left: 10px; margin: 0; } .feedback-card .header div { display: flex; align-items: center; } .feedback-card .header span:after { content: ""; background-image: url(https://www.flaticon.com/svg/static/icons/svg/616/616655.svg); background-repeat: no-repeat; background-position: 50%; background-size: contain; margin-left: 10px; width: 16px; height: 16px; padding: 10px; margin-bottom: 3px; } .user-avatar { height: 40px; width: 40px; border-radius: 50% !important; } /*counter*/ .counter { background-color: #f5f5f5; padding: 20px 0; border-radius: 5px; } .count-title { font-size: 40px; font-weight: normal; margin-top: 10px; margin-bottom: 0; text-align: center; } .count-text { font-size: 13px; font-weight: normal; margin-top: 10px; margin-bottom: 0; text-align: center; } .fa-2x { margin: 0 auto; float: none; display: table; color: #4ad1e5; } /* Image uploading */ .preview-images-zone { width: 100%; border: 1px solid #ddd; min-height: 180px; padding: 5px 5px 0px 5px; position: relative; overflow: auto; } .preview-images-zone > .preview-image:first-child { height: 185px; width: 185px; position: relative; margin-right: 5px; } .preview-images-zone > .preview-image { height: 90px; width: 90px; position: relative; margin-right: 5px; float: left; margin-bottom: 5px; } .preview-images-zone > .preview-image > .image-zone { width: 100%; height: 100%; } .preview-images-zone > .preview-image > .image-zone > img { width: 100%; height: 100%; } .preview-images-zone > .preview-image > .tools-edit-image { position: absolute; z-index: 100; color: #fff; bottom: 0; width: 100%; text-align: center; margin-bottom: 10px; display: none; } .preview-images-zone > .preview-image > .image-cancel { font-size: 18px; position: absolute; top: 0; right: 0; font-weight: bold; margin-right: 10px; cursor: pointer; display: none; z-index: 100; } .preview-image:hover > .image-zone { cursor: move; opacity: .5; } .preview-image:hover > .tools-edit-image, .preview-image:hover > .image-cancel { display: block; } .ui-sortable-helper { width: 90px !important; height: 90px !important; } .containerimg { padding-top: 50px; }
0.657428
0.126542
/* Template Name: Admin pro Admin Author: Wrappixel Email: <EMAIL> File: scss */ /* Template Name: Admin Pro Admin Author: Wrappixel Email: <EMAIL> File: scss */ /*Theme Colors*/ /*bootstrap Color*/ /*Light colors*/ /*Normal Color*/ /*Extra Variable*/ /******************* Bootstrap Switch ******************/ .bootstrap-switch, .bootstrap-switch .bootstrap-switch-container { border-radius: 2px; } .bootstrap-switch .bootstrap-switch-handle-on { border-bottom-left-radius: 2px; border-top-left-radius: 2px; } .bootstrap-switch .bootstrap-switch-handle-off { border-bottom-right-radius: 2px; border-top-right-radius: 2px; } .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary { color: #ffffff; background: #745af2; } .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info { color: #ffffff; background: #398bf7; } .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success { color: #ffffff; background: #06d79c; } .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning { color: #ffffff; background: #ffb22b; } .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger { color: #ffffff; background: #ef5350; } .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default { color: #263238; background: #e9edf2; } .onoffswitch { position: relative; width: 90px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; } .onoffswitch-checkbox { display: none; } .onoffswitch-label { display: block; overflow: hidden; cursor: pointer; border: 2px solid #06d79c; border-radius: 20px; } .onoffswitch-inner { display: block; width: 200%; margin-left: -100%; -webkit-transition: margin 0.3s ease-in 0s; -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s; } .onoffswitch-inner:before, .onoffswitch-inner:after { display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px; font-size: 14px; color: white; -webkit-box-sizing: border-box; box-sizing: border-box; } .onoffswitch-inner:before { content: "ON"; padding-left: 27px; background-color: #06d79c; color: #FFFFFF; } .onoffswitch-inner:after { content: "OFF"; padding-right: 24px; background-color: #EEEEEE; color: #999999; text-align: right; } .onoffswitch-switch { display: block; width: 23px; margin: 6px; background: #FFFFFF; position: absolute; top: 0; bottom: 0; right: 56px; border: 2px solid #06d79c; border-radius: 20px; -webkit-transition: all 0.3s ease-in 0s; -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s; } .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner { margin-left: 0; } .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch { right: 0px; } /* Template Name: Admin pro Admin Author: Wrappixel Email: <EMAIL> File: scss */ /* Template Name: Admin Pro Admin Author: Wrappixel Email: <EMAIL> File: scss */ /*Theme Colors*/ /*bootstrap Color*/ /*Light colors*/ /*Normal Color*/ /*Extra Variable*/ /*============================================================== Breadcrumb ============================================================== */ .bc-colored .breadcrumb-item, .bc-colored .breadcrumb-item a { color: #ffffff; } .bc-colored .breadcrumb-item.active, .bc-colored .breadcrumb-item a.active { opacity: 0.7; } .bc-colored .breadcrumb-item + .breadcrumb-item::before { color: rgba(255, 255, 255, 0.4); } .breadcrumb { margin-bottom: 0px; } /* Template Name: Admin pro Admin Author: Wrappixel Email: <EMAIL> File: scss */ /* Template Name: Admin Pro Admin Author: Wrappixel Email: <EMAIL> File: scss */ /*Theme Colors*/ /*bootstrap Color*/ /*Light colors*/ /*Normal Color*/ /*Extra Variable*/ /******************* Card title *******************/ .card-inverse .card-bodyquote .blockquote-footer, .card-inverse .card-link, .card-inverse .card-subtitle, .card-inverse .card-text { color: rgba(255, 255, 255, 0.65); } .card-default .card-header { background: #ffffff; border-bottom: 0px; } .card-success { background: #06d79c; border-color: #06d79c; } .card-danger { background: #ef5350; border-color: #ef5350; } .card-warning { background: #ffb22b; border-color: #ffb22b; } .card-info { background: #398bf7; border-color: #398bf7; } .card-primary { background: #745af2; border-color: #745af2; } .card-dark { background: #2f3d4a; border-color: #2f3d4a; } .card-megna { background: #56c0d8; border-color: #56c0d8; } /*============================================================== Cards page ============================================================== */ .card-actions { float: right; } .card-actions a { cursor: pointer; color: #67757c; opacity: 0.7; padding-left: 7px; font-size: 13px; } .card-actions a:hover { opacity: 1; } .card-columns .card { margin-bottom: 20px; } .collapsing { -webkit-transition: height .08s ease; -o-transition: height .08s ease; transition: height .08s ease; } .card-info { background: #398bf7; border-color: #398bf7; } .card-primary { background: #745af2; border-color: #745af2; } .card-outline-info { border-color: #398bf7; } .card-outline-info .card-header { background: #398bf7; border-color: #398bf7; } .card-outline-inverse { border-color: #2f3d4a; } .card-outline-inverse .card-header { background: #2f3d4a; border-color: #2f3d4a; } .card-outline-warning { border-color: #ffb22b; } .card-outline-warning .card-header { background: #ffb22b; border-color: #ffb22b; } .card-outline-success { border-color: #06d79c; } .card-outline-success .card-header { background: #06d79c; border-color: #06d79c; } .card-outline-danger { border-color: #ef5350; } .card-outline-danger .card-header { background: #ef5350; border-color: #ef5350; } .card-outline-primary { border-color: #745af2; } .card-outline-primary .card-header { background: #745af2; border-color: #745af2; } /* Template Name: Admin pro Admin Author: Wrappixel Email: <EMAIL> File: scss */ /* Template Name: Admin Pro Admin Author: Wrappixel Email: <EMAIL> File: scss */ /*Theme Colors*/ /*bootstrap Color*/ /*Light colors*/ /*Normal Color*/ /*Extra Variable*/ /******************* chat application Page ******************/ .chat-main-box { position: relative; overflow: hidden; } .chat-main-box .chat-left-aside { position: relative; width: 250px; float: left; z-index: 9; top: 0px; border-right: 1px solid rgba(120, 130, 140, 0.13); } .chat-main-box .chat-left-aside .open-panel { display: none; cursor: pointer; position: absolute; left: -webkit-calc(100% - 1px); top: 50%; z-index: 100; background-color: #fff; -webkit-box-shadow: 1px 0 3px rgba(0, 0, 0, 0.2); box-shadow: 1px 0 3px rgba(0, 0, 0, 0.2); border-radius: 0 100px 100px 0; line-height: 1; padding: 15px 8px 15px 4px; } .chat-main-box .chat-left-aside .chat-left-inner { position: relative; } .chat-main-box .chat-left-aside .chat-left-inner .chatonline { position: relative; height: 90%; } .chat-main-box .chat-left-aside .chat-left-inner .form-control { height: 60px; padding: 15px; background-image: -webkit-gradient(linear, left top, left bottom, from(#398bf7), to(#398bf7)), -webkit-gradient(linear, left top, left bottom, from(rgba(120, 130, 140, 0.13)), to(rgba(120, 130, 140, 0.13))); background-image: -webkit-linear-gradient(#398bf7, #398bf7), -webkit-linear-gradient(rgba(120, 130, 140, 0.13), rgba(120, 130, 140, 0.13)); background-image: -o-linear-gradient(#398bf7, #398bf7), -o-linear-gradient(rgba(120, 130, 140, 0.13), rgba(120, 130, 140, 0.13)); background-image: linear-gradient(#398bf7, #398bf7), linear-gradient(rgba(120, 130, 140, 0.13), rgba(120, 130, 140, 0.13)); } .chat-main-box .chat-left-aside .chat-left-inner .style-none { padding: 0px; } .chat-main-box .chat-left-aside .chat-left-inner .style-none li { list-style: none; overflow: hidden; } .chat-main-box .chat-left-aside .chat-left-inner .style-none li a { padding: 20px; } .chat-main-box .chat-left-aside .chat-left-inner .style-none li a:hover, .chat-main-box .chat-left-aside .chat-left-inner .style-none li a.active { background: #ebf3f5; } .chat-main-box .chat-right-aside { width: calc(100% - 250px); float: left; } .chat-main-box .chat-right-aside .chat-rbox { height: auto; position: relative; } .chat-main-box .chat-right-aside .chat-list { max-height: none; height: 100%; padding-top: 40px; } .chat-main-box .chat-right-aside .chat-list .chat-text { border-radius: 6px; } .chat-main-box .chat-right-aside .send-chat-box { position: relative; } .chat-main-box .chat-right-aside .send-chat-box .form-control { border: none; border-top: 1px solid rgba(120, 130, 140, 0.13); resize: none; height: 80px; padding-right: 180px; } .chat-main-box .chat-right-aside .send-chat-box .form-control:focus { border-color: rgba(120, 130, 140, 0.13); } .chat-main-box .chat-right-aside .send-chat-box .custom-send { position: absolute; right: 20px; bottom: 10px; } .chat-main-box .chat-right-aside .send-chat-box .custom-send .cst-icon { color: #67757c; margin-right: 10px; } /* Template Name: Admin pro Admin Author: Wrappixel Email: <EMAIL> File: scss */ /* Template Name: Admin Pro Admin Author: Wrappixel Email: <EMAIL> File: scss */ /*Theme Colors*/ /*bootstrap Color*/ /*Light colors*/ /*Normal Color*/ /*Extra Variable*/ /******************* Contact app Page ******************/ /*left-aside-column*/ .contact-page-aside { position: relative; } .left-aside { position: absolute; border-right: 1px solid rgba(120, 130, 140, 0.13); padding: 20px; width: 250px; height: 100%; } .right-aside { padding: 20px; margin-left: 250px; } .contact-list td { vertical-align: middle; padding: 25px 10px; } .contact-list td img { width: 30px; } .list-style-none { margin: 0px; padding: 0px; } .list-style-none li { list-style: none; margin: 0px; } .list-style-none li.box-label a { font-weight: 500; } .list-style-none li.divider { margin: 10px 0; height: 1px; background: rgba(120, 130, 140, 0.13); } .list-style-none li a { padding: 15px 10px; display: block; color: #67757c; } .list-style-none li a:hover { color: #398bf7; } .list-style-none li a span { float: right; } .social-profile { text-align: center; background: rgba(7, 10, 43, 0.8); } .profile-tab li a.nav-link, .customtab li a.nav-link { border: 0px; padding: 15px 20px; color: #67757c; } .profile-tab li a.nav-link.active, .customtab li a.nav-link.active { border-bottom: 2px solid #398bf7; color: #398bf7; } .profile-tab li a.nav-link:hover, .customtab li a.nav-link:hover { color: #398bf7; } /* Template Name: Admin pro Admin Author: Wrappixel Email: <EMAIL> File: scss */ /* Template Name: Admin Pro Admin Author: Wrappixel Email: <EMAIL> File: scss */ /*Theme Colors*/ /*bootstrap Color*/ /*Light colors*/ /*Normal Color*/ /*Extra Variable*/ /******************* Right side panel *******************/ .r-aside { padding-right: 300px; } .right-side-panel { width: 275px; padding: 20px; padding-bottom: 70px; background: #e9edf2; position: absolute; right: 0px; top: 77px; height: calc(100% - 77px); overflow: hidden; } /******************* Sales overview Chart *******************/ #sales-overview .ct-point { stroke-width: 6px; } #sales-overview .ct-grid { stroke-dasharray: 0px; stroke: rgba(120, 130, 140, 0.13); } #sales-overview .ct-area { fill-opacity: 1; } #sales-overview .ct-series-a .ct-area, #sales-overview .ct-series-a .ct-point { fill: #745af2; stroke: #745af2; } #sales-overview .ct-series-b .ct-area, #sales-overview .ct-series-b .ct-point { fill: #398bf7; stroke: #398bf7; } #sales-overview .ct-series-c .ct-area, #sales-overview .ct-series-c .ct-point { fill: #e9edf2; stroke: #e9edf2; } .website-visitor .ct-series-a .ct-area { fill-opacity: 0.2; fill: url(#gradient); } .website-visitor .ct-series-a .ct-line, .website-visitor .ct-series-a .ct-point { stroke: #06d79c; stroke-width: 2px; } .website-visitor .ct-series-b .ct-area { fill: #398bf7; fill-opacity: 0.1; } .website-visitor .ct-series-b .ct-line, .website-visitor .ct-series-b .ct-point { stroke: #398bf7; stroke-width: 2px; } .website-visitor .ct-series-a .ct-point, .website-visitor .ct-series-b .ct-point { stroke-width: 6px; } .c3-chart-arcs-title { font-size: 26px; font-weight: 600; color: #67757c; font-family: "Montserrat", sans-serif; } /******************* Project of the month *******************/ .pro-of-month h6 { font-weight: 500; margin-bottom: 0px; } /******************* This is for responsive dashboard1 element *******************/ @media (max-width: 1023px) { .r-aside { padding-right: 15px; } .right-side-panel { display: none; } } @media (max-width: 767px) { .r-aside { padding-right: 15px; } #visitor { text-align: center; } } /* Template Name: Admin pro Admin Author: Wrappixel Email: <EMAIL> File: scss */ /* Template Name: Admin Pro Admin Author: Wrappixel Email: <EMAIL> File: scss */ /*Theme Colors*/ /*bootstrap Color*/ /*Light colors*/ /*Normal Color*/ /*Extra Variable*/ /*============================================================== Easy pie chart ============================================================== */ .chart { position: relative; display: inline-block; width: 100px; height: 100px; margin-top: 20px; margin-bottom: 20px; text-align: center; } .chart canvas { position: absolute; top: 0; left: 0; } .chart.chart-widget-pie { margin-top: 5px; margin-bottom: 5px; } .pie-chart > span { left: 0; margin-top: -2px; position: absolute; right: 0; text-align: center; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); } .chart > span > img { left: 0; margin-top: -2px; position: absolute; right: 0; text-align: center; top: 50%; width: 60%; height: 60%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); margin: 0 auto; } .percent { display: inline-block; line-height: 100px; z-index: 2; font-weight: 600; font-size: 18px; color: #263238; } .percent:after { content: '%'; margin-left: 0.1em; font-size: .8em; } /* Template Name: Admin pro Admin Author: Wrappixel Email: <EMAIL> File: scss */ /* Template Name: Admin Pro Admin Author: Wrappixel Email: <EMAIL> File: scss */ /*Theme Colors*/ /*bootstrap Color*/ /*Light colors*/ /*Normal Color*/ /*Extra Variable*/ /******************* Error Page ******************/ .error-box { height: 100%; position: fixed; background: url(../../../assets/images/background/error-bg.jpg) no-repeat center center #fff; width: 100%; } .error-box .footer { width: 100%; left: 0px; right: 0px; } .error-body { padding-top: 5%; } .error-body h1 { font-size: 210px; font-weight: 900; text-shadow: 4px 4px 0 #ffffff, 6px 6px 0 #263238; line-height: 210px; } /* Template Name: Admin pro Admin Author: Wrappixel Email: <EMAIL> File: scss */ /* Template Name: Admin Pro Admin Author: Wrappixel Email: <EMAIL> File: scss */ /*Theme Colors*/ /*bootstrap Color*/ /*Light colors*/ /*Normal Color*/ /*Extra Variable*/ /*============================================================== File upload ============================================================== */ .btn-file { overflow: hidden; position: relative; vertical-align: middle; } .btn-file > input { position: absolute; top: 0; right: 0; margin: 0; opacity: 0; filter: alpha(opacity=0); font-size: 23px; height: 100%; width: 100%; direction: ltr; cursor: pointer; border-radius: 0px; } .fileinput .input-group-addon { border: none; border-bottom: 1px solid rgba(120, 130, 140, 0.13); background: #ffffff; margin-bottom: 1px; } .fileinput .form-control { padding-top: 7px; padding-bottom: 5px; display: inline-block; margin-bottom: 0px; vertical-align: middle; cursor: text; } .fileinput .thumbnail { overflow: hidden; display: inline-block; margin-bottom: 5px; vertical-align: middle; text-align: center; } .fileinput .thumbnail > img { max-height: 100%; } .fileinput .btn { vertical-align: middle; } .fileinput-exists .fileinput-new, .fileinput-new .fileinput-exists { display: none; } .fileinput-inline .fileinput-controls { display: inline; } .fileinput-filename { vertical-align: middle; display: inline-block; overflow: hidden; } .form-control .fileinput-filename { vertical-align: bottom; } .fileinput.input-group > * { position: relative; z-index: 2; } .fileinput.input-group > .btn-file { z-index: 1; } /* Template Name: Admin pro Admin Author: Wrappixel Email: <EMAIL> File: scss */ /* Template Name: Admin Pro Admin Author: Wrappixel Email: <EMAIL> File: scss */ /*Theme Colors*/ /*bootstrap Color*/ /*Light colors*/ /*Normal Color*/ /*Extra Variable*/ /*============================================================== flot chart ============================================================== */ .flot-chart { display: block; height: 400px; } .flot-chart-content { width: 100%; height: 100%; } html body .jqstooltip, html body .flotTip { width: auto !important; height: auto !important; background: #263238; color: #ffffff; padding: 5px 10px; } body .jqstooltip { border-color: transparent; border-radius: 60px; } /* Template Name: Admin pro Admin Author: Wrappixel Email: <EMAIL> File: scss */ /* Template Name: Admin Pro Admin Author: Wrappixel Email: <EMAIL> File: scss */ /*Theme Colors*/ /*bootstrap Color*/ /*Light colors*/ /*Normal Color*/ /*Extra Variable*/ /*******************/ /*Floating Label*/ /*******************/ .floating-labels .form-group { position: relative; } .floating-labels .form-control { padding: 10px 10px 10px 0; display: block; border: none; font-family: "Montserrat", sans-serif; border-radius: 0px; border-bottom: 1px solid #e9edf2; } .floating-labels select.form-control > option { font-size: 14px; } .floating-labels .has-error .form-control { border-bottom: 1px solid #ef5350; } .floating-labels .has-warning .form-control { border-bottom: 1px solid #ffb22b; } .floating-labels .has-success .form-control { border-bottom: 1px solid #06d79c; } .floating-labels .form-control:focus { outline: none; border: none; } .floating-labels label { color: #67757c; position: absolute; cursor: auto; top: 5px; -o-transition: 0.2s ease all; transition: 0.2s ease all; -moz-transition: 0.2s ease all; -webkit-transition: 0.2s ease all; } .floating-labels .focused label { top: -20px; font-size: 12px; color: #263238; } .floating-labels .bar { position: relative; display: block; } .floating-labels .bar:before, .floating-labels .bar:after { content: ''; height: 2px; width: 0; bottom: 1px; position: absolute; background: #398bf7; -o-transition: 0.2s ease all; transition: 0.2s ease all; -moz-transition: 0.2s ease all; -webkit-transition: 0.2s ease all; } .floating-labels .bar:before { left: 50%; } .floating-labels .bar:after { right: 50%; } .floating-labels .form-control:focus ~ .bar:before, .floating-labels .form-control:focus ~ .bar:after { width: 50%; } .floating-labels .highlight { position: absolute; height: 60%; width: 100px; top: 25%; left: 0; pointer-events: none; opacity: 0.5; } .floating-labels .input-lg ~ label, .floating-labels .input-lg { font-size: 24px; } .floating-labels .input-sm ~ label, .floating-labels .input-sm { font-size: 16px; } .has-warning .bar:before, .has-warning .bar:after { background: #ffb22b; } .has-success .bar:before, .has-success .bar:after { background: #06d79c; } .has-error .bar:before, .has-error .bar:after { background: #ef5350; } .has-warning .form-control:focus ~ label, .has-warning .form-control:valid ~ label { color: #ffb22b; } .has-success .form-control:focus ~ label, .has-success .form-control:valid ~ label { color: #06d79c; } .has-error .form-control:focus ~ label, .has-error .form-control:valid ~ label { color: #ef5350; } .has-feedback label ~ .t-0 { top: 0; } .form-group.error input, .form-group.error select, .form-group.error textarea { border: 1px solid #ef5350; } .form-group.validate input, .form-group.validate select, .form-group.validate textarea { border: 1px solid #06d79c; } .form-group.error .help-block ul { padding: 0px; color: #ef5350; } .form-group.error .help-block ul li { list-style: none; } .form-group.issue .help-block ul { padding: 0px; color: #ffb22b; } .form-group.issue .help-block ul li { list-style: none; } /* Template Name: Admin pro Admin Author: Wrappixel Email: <EMAIL>.com File: scss */ /* Template Name: Admin Pro Admin Author: Wrappixel Email: <EMAIL> File: scss */ /*Theme Colors*/ /*bootstrap Color*/ /*Light colors*/ /*Normal Color*/ /*Extra Variable*/ /******************* Table- Footable ******************/ #demo-show-entries { border: 0; background-image: -webkit-gradient(linear, left top, left bottom, from(#398bf7), to(#398bf7)), -webkit-gradient(linear, left top, left bottom, from(#b1b8bb), to(#b1b8bb)); background-image: -webkit-linear-gradient(#398bf7, #398bf7), -webkit-linear-gradient(#b1b8bb, #b1b8bb); background-image: -o-linear-gradient(#398bf7, #398bf7), -o-linear-gradient(#b1b8bb, #b1b8bb); background-image: linear-gradient(#398bf7, #398bf7), linear-gradient(#b1b8bb, #b1b8bb); background-size: 0 2px, 100% 1px; background-repeat: no-repeat; background-position: center bottom, center calc(100% - 1px); background-color: transparent; -webkit-transition: background 0s ease-out; -o-transition: background 0s ease-out; transition: background 0s ease-out; padding-bottom: 5px; color: #67757c; } #demo-show-entries:focus { outline: none; background-image: -webkit-gradient(linear, left top, left bottom, from(#398bf7), to(#398bf7)), -webkit-gradient(linear, left top, left bottom, from(#b1b8bb), to(#b1b8bb)); background-image: -webkit-linear-gradient(#398bf7, #398bf7), -webkit-linear-gradient(#b1b8bb, #b1b8bb); background-image: -o-linear-gradient(#398bf7, #398bf7), -o-linear-gradient(#b1b8bb, #b1b8bb); background-image: linear-gradient(#398bf7, #398bf7), linear-gradient(#b1b8bb, #b1b8bb); background-size: 100% 2px, 100% 1px; -webkit-box-shadow: none; box-shadow: none; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; } #demo-input-search2 { border: 0; background-image: -webkit-gradient(linear, left top, left bottom, from(#398bf7), to(#398bf7)), -webkit-gradient(linear, left top, left bottom, from(#b1b8bb), to(#b1b8bb)); background-image: -webkit-linear-gradient(#398bf7, #398bf7), -webkit-linear-gradient(#b1b8bb, #b1b8bb); background-image: -o-linear-gradient(#398bf7, #398bf7), -o-linear-gradient(#b1b8bb, #b1b8bb); background-image: linear-gradient(#398bf7, #398bf7), linear-gradient(#b1b8bb, #b1b8bb); background-size: 0 2px, 100% 1px; background-repeat: no-repeat; background-position: center bottom, center calc(100% - 1px); background-color: transparent; -webkit-transition: background 0s ease-out; -o-transition: background 0s ease-out; transition: background 0s ease-out; float: none; -webkit-box-shadow: none; box-shadow: none; border-radius: 0; margin-left: 10px; color: #67757c; } #demo-input-search2:focus { outline: none; background-image: -webkit-gradient(linear, left top, left bottom, from(#398bf7), to(#398bf7)), -webkit-gradient(linear, left top, left bottom, from(#b1b8bb), to(#b1b8bb)); background-image: -webkit-linear-gradient(#398bf7, #398bf7), -webkit-linear-gradient(#b1b8bb, #b1b8bb); background-image: -o-linear-gradient(#398bf7, #398bf7), -o-linear-gradient(#b1b8bb, #b1b8bb); background-image: linear-gradient(#398bf7, #398bf7), linear-gradient(#b1b8bb, #b1b8bb); background-size: 100% 2px, 100% 1px; -webkit-box-shadow: none; box-shadow: none; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; } .footable .pagination li a { position: relative; display: block; padding: .5rem .75rem; margin-left: -1px; line-height: 1.25; color: #0275d8; background-color: #ffffff; border: 1px solid #ddd; } .footable .pagination li.active a { z-index: 2; color: #fff; background-color: #0275d8; border-color: #0275d8; } .footable .pagination li.disabled a { color: #636c72; pointer-events: none; cursor: not-allowed; background-color: #ffffff; border-color: #ddd; } .footable .pagination li:first-child a { margin-left: 0; border-bottom-left-radius: .25rem; border-top-left-radius: .25rem; } /* Template Name: Admin pro Admin Author: Wrappixel Email: <EMAIL> File: scss */ /* Template Name: Admin Pro Admin Author: Wrappixel Email: <EMAIL> File: scss */ /*Theme Colors*/ /*bootstrap Color*/ /*Light colors*/ /*Normal Color*/ /*Extra Variable*/ /******************* Form icheck ******************/ .icolors, .icheck-list { padding: 0; margin: 0; list-style: none; } .icolors > li { padding: 0; margin: 2px; float: left; display: inline-block; height: 30px; width: 30px; background: #263238; text-align: center; } .icolors > li.active:after { content: "\2713 "; color: #ffffff; line-height: 30px; } .icolors > li:first-child { margin-left: 0; } .icolors > li.orange { background: #ef5350; } .icolors > li.yellow { background: #ffb22b; } .icolors > li.info { background: #398bf7; } .icolors > li.green { background: #06d79c; } .icolors > li.red { background: #fb3a3a; } .icolors > li.purple { background: #7460ee; } .icolors > li.blue { background: #02bec9; } .icheck-list { float: left; padding-right: 50px; padding-top: 10px; } .icheck-list li { padding-bottom: 5px; } .icheck-list li label { padding-left: 10px; } /* Template Name: Admin pro Admin Author: Wrappixel Email: <EMAIL> File: scss */ /* Template Name: Admin Pro Admin Author: Wrappixel Email: <EMAIL> File: scss */ /*Theme Colors*/ /*bootstrap Color*/ /*Light colors*/ /*Normal Color*/ /*Extra Variable*/ /******************* google map Page ******************/ .gmaps, .gmaps-panaroma { height: 300px; } .gmaps, .gmaps-panaroma { height: 300px; background: #e9edf2; border-radius: 3px; } .gmaps-overlay { display: block; text-align: center; color: #ffffff; font-size: 16px; line-height: 40px; background: #745af2; border-radius: 4px; padding: 10px 20px; } .gmaps-overlay_arrow { left: 50%; margin-left: -16px; width: 0; height: 0; position: absolute; } .gmaps-overlay_arrow.above { bottom: -15px; border-left: 16px solid transparent; border-right: 16px solid transparent; border-top: 16px solid #745af2; } .gmaps-overlay_arrow.below { top: -15px; border-left: 16px solid transparent; border-right: 16px solid transparent; border-bottom: 16px solid #745af2; } /******************* vector map Page ******************/ .jvectormap-zoomin, .jvectormap-zoomout { width: 10px; height: 10px; line-height: 10px; } .jvectormap-zoomout { top: 40px; } /* Template Name: Admin pro Admin Author: Wrappixel Email: <EMAIL> File: scss */ /* Template Name: Admin Pro Admin Author: Wrappixel Email: <EMAIL> File: scss */ /*Theme Colors*/ /*bootstrap Color*/ /*Light colors*/ /*Normal Color*/ /*Extra Variable*/ /******************* Icon list fontawesom ******************/ .icon-list-demo div { cursor: pointer; line-height: 60px; white-space: nowrap; color: #67757c; } .icon-list-demo div:hover { color: #263238; } .icon-list-demo div p { margin: 10px 0; padding: 5px 0; } .icon-list-demo i { -webkit-transition: all 0.2s; -webkit-transition: font-size .2s; display: inline-block; font-size: 18px; margin: 0 15px 0 10px; text-align: left; -o-transition: all 0.2s; transition: all 0.2s; -o-transition: font-size .2s; transition: font-size .2s; vertical-align: middle; -webkit-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; } .icon-list-demo .col-md-4, .icon-list-demo .col-3 { border-radius: 4px; } .icon-list-demo .col-md-4:hover, .icon-list-demo .col-3:hover { background-color: #ebf3f5; } .icon-list-demo .div:hover i { font-size: 2em; } /******************* Icon list material icon ******************/ .material-icon-list-demo .mdi { font-size: 21px; } /* Template Name: Admin pro Admin Author: Wrappixel Email: <EMAIL> File: scss */ /* Template Name: Admin Pro Admin Author: Wrappixel Email: <EMAIL> File: scss */ /*Theme Colors*/ /*bootstrap Color*/ /*Light colors*/ /*Normal Color*/ /*Extra Variable*/ /******************* Email inbox Page ******************/ .inbox-panel .list-group .list-group-item { border: 0px; border-radius: 0px; border-left: 3px solid transparent; } .inbox-panel .list-group .list-group-item a { color: #67757c; } .inbox-panel .list-group .list-group-item.active, .inbox-panel .list-group .list-group-item:hover { background: #e9edf2; border-left: 3px solid #398bf7; } .inbox-center .unread td { font-weight: 400; } .inbox-center td { vertical-align: middle; white-space: nowrap; } .inbox-center a { color: #67757c; padding: 2px 0 3px 0; overflow: hidden; vertical-align: middle; -o-text-overflow: ellipsis; text-overflow: ellipsis; white-space: nowrap; display: inline-block; } .inbox-center .checkbox { margin-top: -13px; height: 20px; } /* Template Name: Admin pro Admin Author: Wrappixel Email: <EMAIL> File: scss */ /* Template Name: Admin Pro Admin Author: Wrappixel Email: <EMAIL> File: scss */ /*Theme Colors*/ /*bootstrap Color*/ /*Light colors*/ /*Normal Color*/ /*Extra Variable*/ /******************* Login register and recover password Page ******************/ .login-register { background-size: cover; background-repeat: no-repeat; background-position: center center; height: 100%; width: 100%; padding: 10% 0; position: fixed; } .login-box { width: 400px; margin: 0 auto; } .login-box .footer { width: 100%; left: 0px; right: 0px; } .login-box .social { display: block; margin-bottom: 30px; } #recoverform { display: none; } .login-sidebar { padding: 0px; margin-top: 0px; } .login-sidebar .login-box { right: 0px; position: absolute; height: 100%; } /* Template Name: Admin pro Admin Author: Wrappixel Email: <EMAIL> File: scss */ /* Template Name: Admin Pro Admin Author: Wrappixel Email: <EMAIL> File: scss */ /*Theme Colors*/ /*bootstrap Color*/ /*Light colors*/ /*Normal Color*/ /*Extra Variable*/ /******************* FAQs Page ******************/ .minimal-faq .card { border: 0px; } .minimal-faq .card .card-header { background: #ffffff; padding: 20px 0; margin-top: 10px; } .minimal-faq .card .card-body { padding: 15px 0px; } /******************* Seach listing Page ******************/ .search-listing { padding: 0px; margin: 0px; } .search-listing li { list-style: none; padding: 15px 0; border-bottom: 1px solid rgba(120, 130, 140, 0.13); } .search-listing li h3 { margin: 0px; font-size: 18px; } .search-listing li h3 a { color: #398bf7; } .search-listing li h3 a:hover { text-decoration: underline; } .search-listing li a { color: #06d79c; } /******************* Gridstack Dragable portlet ******************/ .grid-stack-item-content { background: #fff; color: #2b2b2b; text-align: center; font-size: 20px; } .grid-stack > .grid-stack-item > .grid-stack-item-content { border: 1px solid rgba(120, 130, 140, 0.13); } /******************* Grid page ******************/ .show-grid { margin-bottom: 10px; padding: 0 15px; } .show-grid [class^=col-] { padding-top: 10px; padding-bottom: 10px; border: 1px solid #b1b8bb; background-color: #e9edf2; } /******************* Date paginator page ******************/ .dp-selected[style] { background-color: #398bf7 !important; } .datepaginator-sm .pagination li a, .datepaginator-lg .pagination li a, .datepaginator .pagination li a { padding: 0 5px; height: 60px; border: 1px solid rgba(120, 130, 140, 0.13); float: left; position: relative; } /******************* Notification page Jquery toaster ******************/ .jq-icon-info { background-color: #398bf7; color: #ffffff; } .jq-icon-success { background-color: #06d79c; color: #ffffff; } .jq-icon-error { background-color: #ef5350; color: #ffffff; } .jq-icon-warning { background-color: #ffb22b; color: #ffffff; } .alert-rounded { border-radius: 60px; } /******************* list and media ******************/ .list-group a.list-group-item:hover { background: #e9edf2; } .list-group-item.active, .list-group .list-group-item.active:hover { background: #398bf7; border-color: #398bf7; } .list-group-item.disabled { color: #99abb4; background: #e9edf2; } .media { border: 1px solid rgba(120, 130, 140, 0.13); margin-bottom: 10px; padding: 15px; } /******************* /*Documentation page ******************/ .plugin-details { display: none; } .plugin-details-active { display: block; } /* Template Name: Admin pro Admin Author: Wrappixel Email: <EMAIL> File: scss */ /* Template Name: Admin Pro Admin Author: Wrappixel Email: <EMAIL> File: scss */ /*Theme Colors*/ /*bootstrap Color*/ /*Light colors*/ /*Normal Color*/ /*Extra Variable*/ /******************* Pricing Page ******************/ .pricing-box { position: relative; text-align: center; margin-top: 30px; } .featured-plan { margin-top: 0px; } .featured-plan .pricing-body { padding: 60px 0; background: #ebf3f5; border: 1px solid #ddd; } .featured-plan .price-table-content .price-row { border-top: 1px solid rgba(120, 130, 140, 0.13); } .pricing-body { border-radius: 0px; border-top: 1px solid rgba(120, 130, 140, 0.13); border-bottom: 5px solid rgba(120, 130, 140, 0.13); vertical-align: middle; padding: 30px 0; position: relative; } .pricing-body h2 { position: relative; font-size: 56px; margin: 20px 0 10px; font-weight: 500; } .pricing-body h2 span { position: absolute; font-size: 15px; top: -10px; margin-left: -10px; } .price-table-content .price-row { padding: 20px 0; border-top: 1px solid rgba(120, 130, 140, 0.13); } .pricing-plan { padding: 0 15px; } .pricing-plan .no-padding { padding: 0px; } .price-lable { position: absolute; top: -10px; padding: 5px 10px; margin: 0 auto; display: inline-block; width: 100px; left: 0px; right: 0px; } /* Template Name: Admin pro Admin Author: Wrappixel Email: <EMAIL> File: scss */ /* Template Name: Admin Pro Admin Author: Wrappixel Email: <EMAIL> File: scss */ /*Theme Colors*/ /*bootstrap Color*/ /*Light colors*/ /*Normal Color*/ /*Extra Variable*/ /******************* Progress bar ******************/ .progress.active .progress-bar, .progress-bar.active { -webkit-animation: progress-bar-stripes 2s linear infinite; -o-animation: progress-bar-stripes 2s linear infinite; animation: progress-bar-stripes 2s linear infinite; } .progress-vertical { min-height: 250px; height: 250px; position: relative; display: inline-block; margin-bottom: 0; margin-right: 20px; } .progress-vertical-bottom { min-height: 250px; height: 250px; position: relative; display: inline-block; margin-bottom: 0; margin-right: 20px; -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); } .progress-animated { -webkit-animation-duration: 5s; -webkit-animation-name: myanimation; -webkit-transition: 5s all; animation-duration: 5s; animation-name: myanimation; -o-transition: 5s all; transition: 5s all; } @-webkit-keyframes myanimation { from { width: 0; } } @keyframes myanimation { from { width: 0; } } /* Template Name: Admin pro Admin Author: Wrappixel Email: <EMAIL> File: scss */ /* Template Name: Admin Pro Admin Author: Wrappixel Email: <EMAIL> File: scss */ /*Theme Colors*/ /*bootstrap Color*/ /*Light colors*/ /*Normal Color*/ /*Extra Variable*/ /******************* ribbons page ******************/ .ribbon-wrapper, .ribbon-wrapper-reverse, .ribbon-wrapper-bottom, .ribbon-wrapper-right-bottom { position: relative; padding: 50px 15px 15px 15px; } .ribbon-vwrapper { padding: 15px 15px 15px 50px; position: relative; } .ribbon-overflow { overflow: hidden; } .ribbon-vwrapper-reverse { padding: 15px 50px 15px 15px; } .ribbon-wrapper-bottom { padding: 15px 15px 50px 50px; } .ribbon-wrapper-right-bottom { padding: 15px 50px 50px 15px; } .ribbon-content { margin-bottom: 0px; } .ribbon { padding: 0 20px; height: 30px; line-height: 30px; clear: left; position: absolute; top: 12px; left: -2px; color: #ffffff; } .ribbon-bookmark:before { position: absolute; top: 0; left: 100%; display: block; width: 0; height: 0; content: ''; border: 15px solid #263238; border-right: 10px solid transparent; } .ribbon-right { left: auto; right: -2px; } .ribbon-bookmark.ribbon-right:before { right: 100%; left: auto; border-right: 15px solid #263238; border-left: 10px solid transparent; } .ribbon-vertical-l, .ribbon-vertical-r { clear: none; padding: 0 5px; height: 70px; width: 30px; line-height: 70px; text-align: center; left: 12px; top: -2px; } .ribbon-vertical-r { left: auto; right: 12px; } .ribbon-bookmark.ribbon-vertical-l:before, .ribbon-bookmark.ribbon-vertical-r:before { top: 100%; left: 0; margin-top: -14px; border-right: 15px solid #263238; border-bottom: 10px solid transparent; } .ribbon-badge { top: 15px; overflow: hidden; left: -90px; width: 100%; text-align: center; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); } .ribbon-badge.ribbon-right { left: auto; right: -90px; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); } .ribbon-badge.ribbon-bottom { top: auto; bottom: 15px; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); } .ribbon-badge.ribbon-right.ribbon-bottom { -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); } .ribbon-corner { top: 0; left: 0; background-color: transparent !important; padding: 6px 0 0 10px; } .ribbon-corner i { position: relative; } .ribbon-corner:before { position: absolute; top: 0; left: 0; width: 0; height: 0; content: ''; border: 30px solid transparent; border-top-color: #398bf7; border-left-color: #398bf7; } .ribbon-corner.ribbon-right:before { right: 0; left: auto; border-right-color: #526069; border-left-color: transparent; } .ribbon-corner.ribbon-right { right: 0; left: auto; padding: 6px 10px 0 0; } .ribbon-corner.ribbon-bottom:before { top: auto; bottom: 0; border-top-color: transparent; border-bottom-color: #526069; } .ribbon-corner.ribbon-bottom { bottom: 0; top: auto; padding: 0 10px 6px 10px; } .ribbon-custom { background: #398bf7; } .ribbon-bookmark.ribbon-right.ribbon-custom:before { border-right-color: #398bf7; border-left-color: transparent; } .ribbon-bookmark.ribbon-vertical-l.ribbon-custom:before, .ribbon-bookmark.ribbon-vertical-r.ribbon-custom:before { border-right-color: #398bf7; border-bottom-color: transparent; } .ribbon-primary { background: #745af2; } .ribbon-bookmark.ribbon-primary:before { border-color: #745af2; border-right-color: transparent; } .ribbon-bookmark.ribbon-right.ribbon-primary:before { border-right-color: #745af2; border-left-color: transparent; } .ribbon-bookmark.ribbon-vertical-l.ribbon-primary:before, .ribbon-bookmark.ribbon-vertical-r.ribbon-primary:before { border-right-color: #745af2; border-bottom-color: transparent; } .ribbon-primary.ribbon-corner:before { border-top-color: #745af2; border-left-color: #745af2; } .ribbon-primary.ribbon-corner.ribbon-right:before { border-right-color: #745af2; border-left-color: transparent; } .ribbon-primary.ribbon-corner.ribbon-bottom:before { border-top-color: transparent; border-bottom-color: #745af2; } .ribbon-success { background: #06d79c; } .ribbon-bookmark.ribbon-success:before { border-color: #06d79c; border-right-color: transparent; } .ribbon-bookmark.ribbon-right.ribbon-success:before { border-right-color: #06d79c; border-left-color: transparent; } .ribbon-bookmark.ribbon-vertical-l.ribbon-success:before, .ribbon-bookmark.ribbon-vertical-r.ribbon-success:before { border-right-color: #06d79c; border-bottom-color: transparent; } .ribbon-success.ribbon-corner:before { border-top-color: #06d79c; border-left-color: #06d79c; } .ribbon-success.ribbon-corner.ribbon-right:before { border-right-color: #06d79c; border-left-color: transparent; } .ribbon-success.ribbon-corner.ribbon-bottom:before { border-top-color: transparent; border-bottom-color: #06d79c; } .ribbon-info { background: #398bf7; } .ribbon-bookmark.ribbon-info:before { border-color: #398bf7; border-right-color: transparent; } .ribbon-bookmark.ribbon-right.ribbon-info:before { border-right-color: #398bf7; border-left-color: transparent; } .ribbon-bookmark.ribbon-vertical-l.ribbon-info:before, .ribbon-bookmark.ribbon-vertical-r.ribbon-info:before { border-right-color: #398bf7; border-bottom-color: transparent; } .ribbon-info.ribbon-corner:before { border-top-color: #398bf7; border-left-color: #398bf7; } .ribbon-info.ribbon-corner.ribbon-right:before { border-right-color: #398bf7; border-left-color: transparent; } .ribbon-info.ribbon-corner.ribbon-bottom:before { border-top-color: transparent; border-bottom-color: #398bf7; } .ribbon-warning { background: #ffb22b; } .ribbon-bookmark.ribbon-warning:before { border-color: #ffb22b; border-right-color: transparent; } .ribbon-bookmark.ribbon-right.ribbon-warning:before { border-right-color: #ffb22b; border-left-color: transparent; } .ribbon-bookmark.ribbon-vertical-l.ribbon-warning:before, .ribbon-bookmark.ribbon-vertical-r.ribbon-warning:before { border-right-color: #ffb22b; border-bottom-color: transparent; } .ribbon-warning.ribbon-corner:before { border-top-color: #ffb22b; border-left-color: #ffb22b; } .ribbon-warning.ribbon-corner.ribbon-right:before { border-right-color: #ffb22b; border-left-color: transparent; } .ribbon-warning.ribbon-corner.ribbon-bottom:before { border-top-color: transparent; border-bottom-color: #ffb22b; } .ribbon-danger { background: #ef5350; } .ribbon-bookmark.ribbon-danger:before { border-color: #ef5350; border-right-color: transparent; } .ribbon-bookmark.ribbon-right.ribbon-danger:before { border-right-color: #ef5350; border-left-color: transparent; } .ribbon-bookmark.ribbon-vertical-l.ribbon-danger:before, .ribbon-bookmark.ribbon-vertical-r.ribbon-danger:before { border-right-color: #ef5350; border-bottom-color: transparent; } .ribbon-danger.ribbon-corner:before { border-top-color: #ef5350; border-left-color: #ef5350; } .ribbon-danger.ribbon-corner.ribbon-right:before { border-right-color: #ef5350; border-left-color: transparent; } .ribbon-danger.ribbon-corner.ribbon-bottom:before { border-top-color: transparent; border-bottom-color: #ef5350; } .ribbon-default { background: #263238; } .ribbon-bookmark.ribbon-default:before { border-color: #263238; border-right-color: transparent; } .ribbon-bookmark.ribbon-right.ribbon-default:before { border-right-color: #263238; border-left-color: transparent; } .ribbon-bookmark.ribbon-vertical-l.ribbon-default:before, .ribbon-bookmark.ribbon-vertical-r.ribbon-default:before { border-right-color: #263238; border-bottom-color: transparent; } .ribbon-default.ribbon-corner:before { border-top-color: #263238; border-left-color: #263238; } .ribbon-default.ribbon-corner.ribbon-right:before { border-right-color: #263238; border-left-color: transparent; } .ribbon-default.ribbon-corner.ribbon-bottom:before { border-top-color: transparent; border-bottom-color: #263238; } /* Template Name: Admin pro Admin Author: Wrappixel Email: <EMAIL> File: scss */ /* Template Name: Admin Pro Admin Author: Wrappixel Email: <EMAIL> File: scss */ /*Theme Colors*/ /*bootstrap Color*/ /*Light colors*/ /*Normal Color*/ /*Extra Variable*/ /******************* Stylish tooltip ******************/ .mytooltip:hover .tooltip-content2, .mytooltip:hover .tooltip-content2 i { opacity: 1; font-size: 18px; pointer-events: auto; -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1); transform: translate3d(0, 0, 0) scale3d(1, 1, 1); } .mytooltip:hover .tooltip-content4, .mytooltip:hover .tooltip-text2 { pointer-events: auto; opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } .mytooltip { display: inline; position: relative; z-index: 9999; } .mytooltip:hover .tooltip-item::after { pointer-events: auto; } .mytooltip:hover .tooltip-content { pointer-events: auto; opacity: 1; -webkit-transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0); transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0); } .mytooltip:hover .tooltip-content3 { opacity: 1; pointer-events: auto; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } .mytooltip:hover .tooltip-item2 { color: #ffffff; -webkit-transform: translate3d(0, -0.5em, 0); transform: translate3d(0, -0.5em, 0); } .mytooltip:hover .tooltip-content5 { opacity: 1; pointer-events: auto; -webkit-transition-delay: 0s; -o-transition-delay: 0s; transition-delay: 0s; } .mytooltip:hover .tooltip-text3 { -webkit-transition-delay: 0s; -o-transition-delay: 0s; transition-delay: 0s; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } .mytooltip:hover .tooltip-inner2 { -webkit-transition-delay: 0.3s; -o-transition-delay: 0.3s; transition-delay: 0.3s; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } .tooltip-item { background: rgba(0, 0, 0, 0.1); cursor: pointer; display: inline-block; font-weight: 500; padding: 0 10px; } .tooltip-item::after { content: ''; position: absolute; width: 360px; height: 20px; bottom: 100%; left: 50%; pointer-events: none; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); } .tooltip-content { position: absolute; z-index: 9999; width: 360px; left: 50%; margin: 0 0 20px -180px; bottom: 100%; text-align: left; font-size: 14px; line-height: 30px; -webkit-box-shadow: -5px -5px 15px rgba(48, 54, 61, 0.2); box-shadow: -5px -5px 15px rgba(48, 54, 61, 0.2); background: #2b2b2b; opacity: 0; cursor: default; pointer-events: none; } .tooltip-content img { position: relative; height: 140px; display: block; float: left; margin-right: 1em; } .tooltip-effect-5 .tooltip-content { width: 180px; margin-left: -90px; -webkit-transform-origin: 50% calc(106%); -ms-transform-origin: 50% calc(106%); transform-origin: 50% calc(106%); -webkit-transform: rotate3d(0, 0, 1, 15deg); transform: rotate3d(0, 0, 1, 15deg); -webkit-transition: opacity 0.2s, -webkit-transform 0.2s; transition: opacity 0.2s, -webkit-transform 0.2s; -o-transition: opacity 0.2s, transform 0.2s; transition: opacity 0.2s, transform 0.2s; transition: opacity 0.2s, transform 0.2s, -webkit-transform 0.2s; -webkit-transition-timing-function: ease, cubic-bezier(0.17, 0.67, 0.4, 1.39); -o-transition-timing-function: ease, cubic-bezier(0.17, 0.67, 0.4, 1.39); transition-timing-function: ease, cubic-bezier(0.17, 0.67, 0.4, 1.39); } .tooltip-effect-5 .tooltip-text { padding: 1.4em; } .tooltip-content::after { content: ''; top: 100%; left: 50%; border: solid transparent; height: 0; width: 0; position: absolute; pointer-events: none; border-color: transparent; border-top-color: #2a3035; border-width: 10px; margin-left: -10px; } .tooltip-text { font-size: 14px; line-height: 24px; display: block; padding: 1.31em 1.21em 1.21em 0; color: #ffffff; } .tooltip-content2 { position: absolute; z-index: 9999; width: 80px; height: 80px; padding-top: 25px; left: 50%; margin-left: -40px; bottom: 100%; border-radius: 50%; text-align: center; background: #398bf7; color: #ffffff; opacity: 0; margin-bottom: 20px; cursor: default; pointer-events: none; } .tooltip-content2 i { opacity: 0; } .tooltip-effect-6 .tooltip-content2 { -webkit-transform: translate3d(0, 10px, 0) rotate3d(1, 1, 1, 45deg); transform: translate3d(0, 10px, 0) rotate3d(1, 1, 1, 45deg); -webkit-transform-origin: 50% 100%; -ms-transform-origin: 50% 100%; transform-origin: 50% 100%; -webkit-transition: opacity 0.3s, -webkit-transform 0.3s; transition: opacity 0.3s, -webkit-transform 0.3s; -o-transition: opacity 0.3s, transform 0.3s; transition: opacity 0.3s, transform 0.3s; transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s; } .tooltip-effect-6 .tooltip-content2 i { -webkit-transform: scale3d(0, 0, 1); transform: scale3d(0, 0, 1); -webkit-transition: opacity 0.3s, -webkit-transform 0.3s; transition: opacity 0.3s, -webkit-transform 0.3s; -o-transition: opacity 0.3s, transform 0.3s; transition: opacity 0.3s, transform 0.3s; transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s; } .tooltip-effect-6:hover .tooltip-content2 i { -webkit-transform: rotate3d(1, 1, 1, 0); transform: rotate3d(1, 1, 1, 0); } .tooltip-content2::after { content: ''; position: absolute; top: 100%; left: 50%; margin: -7px 0 0 -15px; width: 30px; height: 20px; background: url(../../../assets/images/tooltip/tooltip1.svg) no-repeat center center; background-size: 100%; } .tooltip-content3 { position: absolute; background: url(../../../assets/images/tooltip/shape1.svg) no-repeat center bottom; background-size: 100% 100%; z-index: 9999; width: 200px; bottom: 100%; left: 50%; margin-left: -100px; padding: 50px 30px; text-align: center; color: #ffffff; opacity: 0; cursor: default; font-size: 14; line-height: 27px; pointer-events: none; -webkit-transform: scale3d(0.1, 0.2, 1); transform: scale3d(0.1, 0.2, 1); -webkit-transform-origin: 50% 120%; -ms-transform-origin: 50% 120%; transform-origin: 50% 120%; -webkit-transition: opacity 0.4s, -webkit-transform 0.4s; transition: opacity 0.4s, -webkit-transform 0.4s; -o-transition: opacity 0.4s, transform 0.4s; transition: opacity 0.4s, transform 0.4s; transition: opacity 0.4s, transform 0.4s, -webkit-transform 0.4s; -webkit-transition-timing-function: ease, cubic-bezier(0.6, 0, 0.4, 1); -o-transition-timing-function: ease, cubic-bezier(0.6, 0, 0.4, 1); transition-timing-function: ease, cubic-bezier(0.6, 0, 0.4, 1); } .tooltip-content3::after { content: ''; position: absolute; width: 16px; height: 16px; left: 50%; margin-left: -8px; top: 100%; background: #00aeef; -webkit-transform: translate3d(0, -60%, 0) rotate3d(0, 0, 1, 45deg); transform: translate3d(0, -60%, 0) rotate3d(0, 0, 1, 45deg); } .tooltip-item2 { color: #00aeef; cursor: pointer; z-index: 100; position: relative; display: inline-block; font-weight: 500; -webkit-transition: background-color 0.3s, color 0.3s, -webkit-transform 0.3s; transition: background-color 0.3s, color 0.3s, -webkit-transform 0.3s; -o-transition: background-color 0.3s, color 0.3s, transform 0.3s; transition: background-color 0.3s, color 0.3s, transform 0.3s; transition: background-color 0.3s, color 0.3s, transform 0.3s, -webkit-transform 0.3s; } .tooltip-content4 { position: absolute; z-index: 99; width: 360px; left: 50%; margin-left: -180px; bottom: -5px; text-align: left; background: #00aeef; opacity: 0; font-size: 14px; line-height: 27px; padding: 1.5em; color: #ffffff; border-bottom: 55px solid #2b2b2b; cursor: default; pointer-events: none; border-radius: 5px; -webkit-transform: translate3d(0, -0.5em, 0); transform: translate3d(0, -0.5em, 0); -webkit-transition: opacity 0.3s, -webkit-transform 0.3s; transition: opacity 0.3s, -webkit-transform 0.3s; -o-transition: opacity 0.3s, transform 0.3s; transition: opacity 0.3s, transform 0.3s; transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s; } .tooltip-content4 a { color: #2b2b2b; } .tooltip-text2 { opacity: 0; -webkit-transform: translate3d(0, 1.5em, 0); transform: translate3d(0, 1.5em, 0); -webkit-transition: opacity 0.3s, -webkit-transform 0.3s; transition: opacity 0.3s, -webkit-transform 0.3s; -o-transition: opacity 0.3s, transform 0.3s; transition: opacity 0.3s, transform 0.3s; transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s; } .tooltip-content5 { position: absolute; z-index: 9999; width: 300px; left: 50%; bottom: 100%; font-size: 20px; line-height: 1.4; text-align: center; font-weight: 400; color: #ffffff; background: transparent; opacity: 0; margin: 0 0 20px -150px; cursor: default; pointer-events: none; -webkit-transition: opacity 0.3s 0.3s; -o-transition: opacity 0.3s 0.3s; transition: opacity 0.3s 0.3s; } .tooltip-content5 span { display: block; } .tooltip-text3 { border-bottom: 10px solid #398bf7; overflow: hidden; -webkit-transform: scale3d(0, 1, 1); transform: scale3d(0, 1, 1); -webkit-transition: -webkit-transform 0.3s 0.3s; transition: -webkit-transform 0.3s 0.3s; -o-transition: transform 0.3s 0.3s; transition: transform 0.3s 0.3s; transition: transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s; } .tooltip-inner2 { background: #2b2b2b; padding: 40px; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); -webkit-transition: -webkit-transform 0.3s; transition: -webkit-transform 0.3s; -o-transition: transform 0.3s; transition: transform 0.3s; transition: transform 0.3s, -webkit-transform 0.3s; } .tooltip-content5::after { content: ''; bottom: -20px; left: 50%; border: solid transparent; height: 0; width: 0; position: absolute; pointer-events: none; border-color: transparent; border-top-color: #398bf7; border-width: 10px; margin-left: -10px; } .tooltip-effect-1 .tooltip-content { -webkit-transform: translate3d(0, -10px, 0); transform: translate3d(0, -10px, 0); -webkit-transition: opacity 0.3s, -webkit-transform 0.3s; transition: opacity 0.3s, -webkit-transform 0.3s; -o-transition: opacity 0.3s, transform 0.3s; transition: opacity 0.3s, transform 0.3s; transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s; color: #ffffff; } .tooltip-effect-2 .tooltip-content { -webkit-transform-origin: 50% calc(110%); -ms-transform-origin: 50% calc(110%); transform-origin: 50% calc(110%); -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 45deg); transform: perspective(1000px) rotate3d(1, 0, 0, 45deg); -webkit-transition: opacity 0.2s, -webkit-transform 0.2s; transition: opacity 0.2s, -webkit-transform 0.2s; -o-transition: opacity 0.2s, transform 0.2s; transition: opacity 0.2s, transform 0.2s; transition: opacity 0.2s, transform 0.2s, -webkit-transform 0.2s; } .tooltip-effect-3 .tooltip-content { -webkit-transform: translate3d(0, 10px, 0) rotate3d(1, 1, 0, 25deg); transform: translate3d(0, 10px, 0) rotate3d(1, 1, 0, 25deg); -webkit-transition: opacity 0.3s, -webkit-transform 0.3s; transition: opacity 0.3s, -webkit-transform 0.3s; -o-transition: opacity 0.3s, transform 0.3s; transition: opacity 0.3s, transform 0.3s; transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s; } .tooltip-effect-4 .tooltip-content { -webkit-transform-origin: 50% 100%; -ms-transform-origin: 50% 100%; transform-origin: 50% 100%; -webkit-transform: scale3d(0.7, 0.3, 1); transform: scale3d(0.7, 0.3, 1); -webkit-transition: opacity 0.2s, -webkit-transform 0.2s; transition: opacity 0.2s, -webkit-transform 0.2s; -o-transition: opacity 0.2s, transform 0.2s; transition: opacity 0.2s, transform 0.2s; transition: opacity 0.2s, transform 0.2s, -webkit-transform 0.2s; } .tooltip.tooltip-effect-2:hover .tooltip-content { -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 0deg); transform: perspective(1000px) rotate3d(1, 0, 0, 0deg); } a.mytooltip { font-weight: 500; color: #398bf7; } .tooltip-effect-7 .tooltip-content2 { -webkit-transform: translate3d(0, 10px, 0); transform: translate3d(0, 10px, 0); -webkit-transition: opacity 0.3s, -webkit-transform 0.3s; transition: opacity 0.3s, -webkit-transform 0.3s; -o-transition: opacity 0.3s, transform 0.3s; transition: opacity 0.3s, transform 0.3s; transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s; } .tooltip-effect-7 .tooltip-content2 i { -webkit-transform: translate3d(0, 15px, 0); transform: translate3d(0, 15px, 0); -webkit-transition: opacity 0.3s, -webkit-transform 0.3s; transition: opacity 0.3s, -webkit-transform 0.3s; -o-transition: opacity 0.3s, transform 0.3s; transition: opacity 0.3s, transform 0.3s; transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s; } .tooltip-effect-8 .tooltip-content2 { -webkit-transform: translate3d(0, 10px, 0) rotate3d(0, 1, 0, 90deg); transform: translate3d(0, 10px, 0) rotate3d(0, 1, 0, 90deg); -webkit-transform-origin: 50% 100%; -ms-transform-origin: 50% 100%; transform-origin: 50% 100%; -webkit-transition: opacity 0.3s, -webkit-transform 0.3s; transition: opacity 0.3s, -webkit-transform 0.3s; -o-transition: opacity 0.3s, transform 0.3s; transition: opacity 0.3s, transform 0.3s; transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s; } .tooltip-effect-8 .tooltip-content2 i { -webkit-transform: scale3d(0, 0, 1); transform: scale3d(0, 0, 1); -webkit-transition: opacity 0.3s, -webkit-transform 0.3s; transition: opacity 0.3s, -webkit-transform 0.3s; -o-transition: opacity 0.3s, transform 0.3s; transition: opacity 0.3s, transform 0.3s; transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s; } .tooltip-effect-9 .tooltip-content2 { -webkit-transform: translate3d(0, -20px, 0); transform: translate3d(0, -20px, 0); -webkit-transition: opacity 0.3s, -webkit-transform 0.3s; transition: opacity 0.3s, -webkit-transform 0.3s; -o-transition: opacity 0.3s, transform 0.3s; transition: opacity 0.3s, transform 0.3s; transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s; } .tooltip-effect-9 .tooltip-content2 i { -webkit-transform: translate3d(0, 20px, 0); transform: translate3d(0, 20px, 0); -webkit-transition: opacity 0.3s, -webkit-transform 0.3s; transition: opacity 0.3s, -webkit-transform 0.3s; -o-transition: opacity 0.3s, transform 0.3s; transition: opacity 0.3s, transform 0.3s; transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s; } /* Template Name: Admin pro Admin Author: Wrappixel Email: <EMAIL> File: scss */ /* Template Name: Admin Pro Admin Author: Wrappixel Email: <EMAIL> File: scss */ /*Theme Colors*/ /*bootstrap Color*/ /*Light colors*/ /*Normal Color*/ /*Extra Variable*/ /******************* Vertical tabs ******************/ .vtabs { display: table; } .vtabs .tabs-vertical { width: 150px; border-bottom: 0px; border-right: 1px solid rgba(120, 130, 140, 0.13); display: table-cell; vertical-align: top; } .vtabs .tabs-vertical li .nav-link { color: #263238; margin-bottom: 10px; border: 0px; border-radius: 4px 0 0 4px; } .vtabs .tab-content { display: table-cell; padding: 20px; vertical-align: top; } .tabs-vertical li .nav-link.active, .tabs-vertical li .nav-link:hover, .tabs-vertical li .nav-link.active:focus { background: #398bf7; border: 0px; color: #ffffff; } /*Custom vertical tab*/ .customvtab .tabs-vertical li .nav-link.active, .customvtab .tabs-vertical li .nav-link:hover, .customvtab .tabs-vertical li .nav-link:focus { background: #ffffff; border: 0px; border-right: 2px solid #398bf7; margin-right: -1px; color: #398bf7; } .tabcontent-border { border: 1px solid #ddd; border-top: 0px; } .customtab2 li a.nav-link { border: 0px; margin-right: 3px; color: #67757c; } .customtab2 li a.nav-link.active { background: #398bf7; color: #ffffff; } .customtab2 li a.nav-link:hover { color: #ffffff; background: #398bf7; } /* Template Name: Admin pro Admin Author: Wrappixel Email: <EMAIL> File: scss */ /* Template Name: Admin Pro Admin Author: Wrappixel Email: <EMAIL> File: scss */ /*Theme Colors*/ /*bootstrap Color*/ /*Light colors*/ /*Normal Color*/ /*Extra Variable*/ /******************* Timeline page ******************/ .timeline { position: relative; padding: 20px 0 20px; list-style: none; max-width: 1200px; margin: 0 auto; } .timeline:before { content: " "; position: absolute; top: 0; bottom: 0; left: 50%; width: 3px; margin-left: -1.5px; background-color: #e9edf2; } .timeline > li { position: relative; margin-bottom: 20px; } .timeline > li:before, .timeline > li:after { content: " "; display: table; } .timeline > li:after { clear: both; } .timeline > li:before, .timeline > li:after { content: " "; display: table; } .timeline > li:after { clear: both; } .timeline > li > .timeline-panel { float: left; position: relative; width: 46%; padding: 20px; border: 1px solid rgba(120, 130, 140, 0.13); border-radius: 4px; -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05); box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05); } .timeline > li > .timeline-panel:before { content: " "; display: inline-block; position: absolute; top: 26px; right: -8px; border-top: 8px solid transparent; border-right: 0 solid rgba(120, 130, 140, 0.13); border-bottom: 8px solid transparent; border-left: 8px solid rgba(120, 130, 140, 0.13); } .timeline > li > .timeline-panel:after { content: " "; display: inline-block; position: absolute; top: 27px; right: -7px; border-top: 7px solid transparent; border-right: 0 solid #ffffff; border-bottom: 7px solid transparent; border-left: 7px solid #ffffff; } .timeline > li > .timeline-badge { z-index: 10; position: absolute; top: 16px; left: 50%; width: 50px; height: 50px; margin-left: -25px; border-radius: 50% 50% 50% 50%; text-align: center; font-size: 1.4em; line-height: 50px; color: #fff; overflow: hidden; } .timeline > li.timeline-inverted > .timeline-panel { float: right; } .timeline > li.timeline-inverted > .timeline-panel:before { right: auto; left: -8px; border-right-width: 8px; border-left-width: 0; } .timeline > li.timeline-inverted > .timeline-panel:after { right: auto; left: -7px; border-right-width: 7px; border-left-width: 0; } .timeline-badge.primary { background-color: #745af2; } .timeline-badge.success { background-color: #06d79c; } .timeline-badge.warning { background-color: #ffb22b; } .timeline-badge.danger { background-color: #ef5350; } .timeline-badge.info { background-color: #398bf7; } .timeline-title { margin-top: 0; color: inherit; font-weight: 400; } .timeline-body > p, .timeline-body > ul { margin-bottom: 0; } .timeline-body > p + p { margin-top: 5px; } /******************* Horizontal Timeline page ******************/ .cd-horizontal-timeline .events a { padding-bottom: 6px; color: #398bf7; } .cd-horizontal-timeline .filling-line, .cd-horizontal-timeline .events a.selected::after { background: #398bf7; } .cd-horizontal-timeline .events a.selected::after { border-color: #398bf7; } .cd-horizontal-timeline .m-t-40 { margin-top: 40px !important; } /* Template Name: Admin pro Admin Author: Wrappixel Email: <EMAIL> File: scss */ /* Template Name: Admin Pro Admin Author: Wrappixel Email: <EMAIL> File: scss */ /*Theme Colors*/ /*bootstrap Color*/ /*Light colors*/ /*Normal Color*/ /*Extra Variable*/ /*============================================================== Ui-bootstrap ============================================================== */ ul.list-icons { margin: 0px; padding: 0px; } ul.list-icons li { list-style: none; line-height: 30px; margin: 5px 0; -webkit-transition: 0.2s ease-in; -o-transition: 0.2s ease-in; transition: 0.2s ease-in; } ul.list-icons li a { color: #67757c; } ul.list-icons li a:hover { color: #398bf7; } ul.list-icons li i { font-size: 13px; padding-right: 8px; } ul.list-inline li { display: inline-block; padding: 0 8px; } ul.two-part { margin: 0px; } ul.two-part li { width: 48.8%; } /*Accordion*/ html body .accordion .card { margin-bottom: 0px; } /* Template Name: Admin pro Admin Author: Wrappixel Email: <EMAIL> File: scss */ /* Template Name: Admin Pro Admin Author: Wrappixel Email: <EMAIL> File: scss */ /*Theme Colors*/ /*bootstrap Color*/ /*Light colors*/ /*Normal Color*/ /*Extra Variable*/ /******************* User card page ******************/ .el-element-overlay .white-box { padding: 0px; } .el-element-overlay .el-card-item { position: relative; padding-bottom: 25px; } .el-element-overlay .el-card-item .el-card-avatar { margin-bottom: 15px; } .el-element-overlay .el-card-item .el-card-content { text-align: center; } .el-element-overlay .el-card-item .el-card-content h3 { margin: 0px; } .el-element-overlay .el-card-item .el-card-content a { color: #67757c; } .el-element-overlay .el-card-item .el-card-content a:hover { color: #398bf7; } .el-element-overlay .el-card-item .el-overlay-1 { width: 100%; height: 100%; overflow: hidden; position: relative; text-align: center; cursor: default; } .el-element-overlay .el-card-item .el-overlay-1 img { display: block; position: relative; -webkit-transition: all .4s linear; -o-transition: all .4s linear; transition: all .4s linear; width: 100%; height: auto; } .el-element-overlay .el-card-item .el-overlay-1:hover img { -ms-transform: scale(1.2) translateZ(0); -webkit-transform: scale(1.2) translateZ(0); /* transform: scale(1.2) translateZ(0); */ } .el-element-overlay .el-card-item .el-overlay-1 .el-info { text-decoration: none; display: inline-block; text-transform: uppercase; color: #ffffff; background-color: transparent; filter: alpha(opacity=0); -webkit-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; transition: all .2s ease-in-out; padding: 0; margin: auto; position: absolute; top: 50%; left: 0; right: 0; transform: translateY(-50%) translateZ(0); -webkit-transform: translateY(-50%) translateZ(0); -ms-transform: translateY(-50%) translateZ(0); } .el-element-overlay .el-card-item .el-overlay-1 .el-info > li { list-style: none; display: inline-block; margin: 0 3px; } .el-element-overlay .el-card-item .el-overlay-1 .el-info > li a { border-color: #ffffff; color: #ffffff; padding: 12px 15px 10px; } .el-element-overlay .el-card-item .el-overlay-1 .el-info > li a:hover { background: #398bf7; border-color: #398bf7; } .el-element-overlay .el-card-item .el-overlay { width: 100%; height: 100%; position: absolute; overflow: hidden; top: 0; left: 0; opacity: 0; background-color: rgba(0, 0, 0, 0.7); -webkit-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; transition: all .4s ease-in-out; } .el-element-overlay .el-card-item .el-overlay-1:hover .el-overlay { opacity: 1; filter: alpha(opacity=100); -webkit-transform: translateZ(0); -ms-transform: translateZ(0); transform: translateZ(0); } .el-element-overlay .el-card-item .el-overlay-1 .scrl-dwn { top: -100%; } .el-element-overlay .el-card-item .el-overlay-1 .scrl-up { top: 100%; height: 0px; } .el-element-overlay .el-card-item .el-overlay-1:hover .scrl-dwn { top: 0px; } .el-element-overlay .el-card-item .el-overlay-1:hover .scrl-up { top: 0px; height: 100%; } /* Template Name: Admin pro Admin Author: Wrappixel Email: <EMAIL> File: scss */ /* Template Name: Admin Pro Admin Author: Wrappixel Email: <EMAIL> File: scss */ /*Theme Colors*/ /*bootstrap Color*/ /*Light colors*/ /*Normal Color*/ /*Extra Variable*/ /*============================================================== widget-chart-page product review ============================================================== */ .product-review { margin: 0px; padding: 25px; } .product-review li { display: block; padding: 20px 0; list-style: none; } .product-review li .font, .product-review li span { display: inline-block; margin-left: 10px; } .social-profile { text-align: center; background: rgba(7, 10, 43, 0.8); } .profile-tab li a.nav-link, .customtab li a.nav-link { border: 0px; padding: 15px 20px; color: #67757c; } .profile-tab li a.nav-link.active, .customtab li a.nav-link.active { border-bottom: 2px solid #398bf7; color: #398bf7; } .profile-tab li a.nav-link:hover, .customtab li a.nav-link:hover { color: #398bf7; } /*******************/ /*widgets -app*/ /*******************/ .css-bar:after { z-index: 1; } .css-bar > i { z-index: 10; } ul.list-icons { margin: 0px; padding: 0px; } ul.list-icons li { list-style: none; line-height: 30px; margin: 5px 0; -webkit-transition: 0.2s ease-in; -o-transition: 0.2s ease-in; transition: 0.2s ease-in; } ul.list-icons li a { color: #67757c; } ul.list-icons li a:hover { color: #398bf7; } ul.list-icons li i { padding-right: 8px; } /*Widget charts page*/ .total-revenue4 { position: relative; } .total-revenue4 .ct-series-a .ct-line { stroke: #398bf7; stroke-width: 1px; } .total-revenue4 .ct-series-a .ct-point { stroke: #398bf7; stroke-width: 5px; } .total-revenue4 .ct-series-b .ct-line { stroke: #06d79c; stroke-width: 1px; } .total-revenue4 .ct-series-b .ct-point { stroke: #06d79c; stroke-width: 5px; } .total-revenue4 .ct-series-a .ct-area { fill: #398bf7; fill-opacity: 0.2; } .total-revenue4 .ct-series-b .ct-area { fill: #06d79c; fill-opacity: 0.2; }
public/admin/adminpro/css/all-page.css
/* Template Name: Admin pro Admin Author: Wrappixel Email: <EMAIL> File: scss */ /* Template Name: Admin Pro Admin Author: Wrappixel Email: <EMAIL> File: scss */ /*Theme Colors*/ /*bootstrap Color*/ /*Light colors*/ /*Normal Color*/ /*Extra Variable*/ /******************* Bootstrap Switch ******************/ .bootstrap-switch, .bootstrap-switch .bootstrap-switch-container { border-radius: 2px; } .bootstrap-switch .bootstrap-switch-handle-on { border-bottom-left-radius: 2px; border-top-left-radius: 2px; } .bootstrap-switch .bootstrap-switch-handle-off { border-bottom-right-radius: 2px; border-top-right-radius: 2px; } .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary { color: #ffffff; background: #745af2; } .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info { color: #ffffff; background: #398bf7; } .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success { color: #ffffff; background: #06d79c; } .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning { color: #ffffff; background: #ffb22b; } .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger { color: #ffffff; background: #ef5350; } .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default { color: #263238; background: #e9edf2; } .onoffswitch { position: relative; width: 90px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; } .onoffswitch-checkbox { display: none; } .onoffswitch-label { display: block; overflow: hidden; cursor: pointer; border: 2px solid #06d79c; border-radius: 20px; } .onoffswitch-inner { display: block; width: 200%; margin-left: -100%; -webkit-transition: margin 0.3s ease-in 0s; -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s; } .onoffswitch-inner:before, .onoffswitch-inner:after { display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px; font-size: 14px; color: white; -webkit-box-sizing: border-box; box-sizing: border-box; } .onoffswitch-inner:before { content: "ON"; padding-left: 27px; background-color: #06d79c; color: #FFFFFF; } .onoffswitch-inner:after { content: "OFF"; padding-right: 24px; background-color: #EEEEEE; color: #999999; text-align: right; } .onoffswitch-switch { display: block; width: 23px; margin: 6px; background: #FFFFFF; position: absolute; top: 0; bottom: 0; right: 56px; border: 2px solid #06d79c; border-radius: 20px; -webkit-transition: all 0.3s ease-in 0s; -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s; } .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner { margin-left: 0; } .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch { right: 0px; } /* Template Name: Admin pro Admin Author: Wrappixel Email: <EMAIL> File: scss */ /* Template Name: Admin Pro Admin Author: Wrappixel Email: <EMAIL> File: scss */ /*Theme Colors*/ /*bootstrap Color*/ /*Light colors*/ /*Normal Color*/ /*Extra Variable*/ /*============================================================== Breadcrumb ============================================================== */ .bc-colored .breadcrumb-item, .bc-colored .breadcrumb-item a { color: #ffffff; } .bc-colored .breadcrumb-item.active, .bc-colored .breadcrumb-item a.active { opacity: 0.7; } .bc-colored .breadcrumb-item + .breadcrumb-item::before { color: rgba(255, 255, 255, 0.4); } .breadcrumb { margin-bottom: 0px; } /* Template Name: Admin pro Admin Author: Wrappixel Email: <EMAIL> File: scss */ /* Template Name: Admin Pro Admin Author: Wrappixel Email: <EMAIL> File: scss */ /*Theme Colors*/ /*bootstrap Color*/ /*Light colors*/ /*Normal Color*/ /*Extra Variable*/ /******************* Card title *******************/ .card-inverse .card-bodyquote .blockquote-footer, .card-inverse .card-link, .card-inverse .card-subtitle, .card-inverse .card-text { color: rgba(255, 255, 255, 0.65); } .card-default .card-header { background: #ffffff; border-bottom: 0px; } .card-success { background: #06d79c; border-color: #06d79c; } .card-danger { background: #ef5350; border-color: #ef5350; } .card-warning { background: #ffb22b; border-color: #ffb22b; } .card-info { background: #398bf7; border-color: #398bf7; } .card-primary { background: #745af2; border-color: #745af2; } .card-dark { background: #2f3d4a; border-color: #2f3d4a; } .card-megna { background: #56c0d8; border-color: #56c0d8; } /*============================================================== Cards page ============================================================== */ .card-actions { float: right; } .card-actions a { cursor: pointer; color: #67757c; opacity: 0.7; padding-left: 7px; font-size: 13px; } .card-actions a:hover { opacity: 1; } .card-columns .card { margin-bottom: 20px; } .collapsing { -webkit-transition: height .08s ease; -o-transition: height .08s ease; transition: height .08s ease; } .card-info { background: #398bf7; border-color: #398bf7; } .card-primary { background: #745af2; border-color: #745af2; } .card-outline-info { border-color: #398bf7; } .card-outline-info .card-header { background: #398bf7; border-color: #398bf7; } .card-outline-inverse { border-color: #2f3d4a; } .card-outline-inverse .card-header { background: #2f3d4a; border-color: #2f3d4a; } .card-outline-warning { border-color: #ffb22b; } .card-outline-warning .card-header { background: #ffb22b; border-color: #ffb22b; } .card-outline-success { border-color: #06d79c; } .card-outline-success .card-header { background: #06d79c; border-color: #06d79c; } .card-outline-danger { border-color: #ef5350; } .card-outline-danger .card-header { background: #ef5350; border-color: #ef5350; } .card-outline-primary { border-color: #745af2; } .card-outline-primary .card-header { background: #745af2; border-color: #745af2; } /* Template Name: Admin pro Admin Author: Wrappixel Email: <EMAIL> File: scss */ /* Template Name: Admin Pro Admin Author: Wrappixel Email: <EMAIL> File: scss */ /*Theme Colors*/ /*bootstrap Color*/ /*Light colors*/ /*Normal Color*/ /*Extra Variable*/ /******************* chat application Page ******************/ .chat-main-box { position: relative; overflow: hidden; } .chat-main-box .chat-left-aside { position: relative; width: 250px; float: left; z-index: 9; top: 0px; border-right: 1px solid rgba(120, 130, 140, 0.13); } .chat-main-box .chat-left-aside .open-panel { display: none; cursor: pointer; position: absolute; left: -webkit-calc(100% - 1px); top: 50%; z-index: 100; background-color: #fff; -webkit-box-shadow: 1px 0 3px rgba(0, 0, 0, 0.2); box-shadow: 1px 0 3px rgba(0, 0, 0, 0.2); border-radius: 0 100px 100px 0; line-height: 1; padding: 15px 8px 15px 4px; } .chat-main-box .chat-left-aside .chat-left-inner { position: relative; } .chat-main-box .chat-left-aside .chat-left-inner .chatonline { position: relative; height: 90%; } .chat-main-box .chat-left-aside .chat-left-inner .form-control { height: 60px; padding: 15px; background-image: -webkit-gradient(linear, left top, left bottom, from(#398bf7), to(#398bf7)), -webkit-gradient(linear, left top, left bottom, from(rgba(120, 130, 140, 0.13)), to(rgba(120, 130, 140, 0.13))); background-image: -webkit-linear-gradient(#398bf7, #398bf7), -webkit-linear-gradient(rgba(120, 130, 140, 0.13), rgba(120, 130, 140, 0.13)); background-image: -o-linear-gradient(#398bf7, #398bf7), -o-linear-gradient(rgba(120, 130, 140, 0.13), rgba(120, 130, 140, 0.13)); background-image: linear-gradient(#398bf7, #398bf7), linear-gradient(rgba(120, 130, 140, 0.13), rgba(120, 130, 140, 0.13)); } .chat-main-box .chat-left-aside .chat-left-inner .style-none { padding: 0px; } .chat-main-box .chat-left-aside .chat-left-inner .style-none li { list-style: none; overflow: hidden; } .chat-main-box .chat-left-aside .chat-left-inner .style-none li a { padding: 20px; } .chat-main-box .chat-left-aside .chat-left-inner .style-none li a:hover, .chat-main-box .chat-left-aside .chat-left-inner .style-none li a.active { background: #ebf3f5; } .chat-main-box .chat-right-aside { width: calc(100% - 250px); float: left; } .chat-main-box .chat-right-aside .chat-rbox { height: auto; position: relative; } .chat-main-box .chat-right-aside .chat-list { max-height: none; height: 100%; padding-top: 40px; } .chat-main-box .chat-right-aside .chat-list .chat-text { border-radius: 6px; } .chat-main-box .chat-right-aside .send-chat-box { position: relative; } .chat-main-box .chat-right-aside .send-chat-box .form-control { border: none; border-top: 1px solid rgba(120, 130, 140, 0.13); resize: none; height: 80px; padding-right: 180px; } .chat-main-box .chat-right-aside .send-chat-box .form-control:focus { border-color: rgba(120, 130, 140, 0.13); } .chat-main-box .chat-right-aside .send-chat-box .custom-send { position: absolute; right: 20px; bottom: 10px; } .chat-main-box .chat-right-aside .send-chat-box .custom-send .cst-icon { color: #67757c; margin-right: 10px; } /* Template Name: Admin pro Admin Author: Wrappixel Email: <EMAIL> File: scss */ /* Template Name: Admin Pro Admin Author: Wrappixel Email: <EMAIL> File: scss */ /*Theme Colors*/ /*bootstrap Color*/ /*Light colors*/ /*Normal Color*/ /*Extra Variable*/ /******************* Contact app Page ******************/ /*left-aside-column*/ .contact-page-aside { position: relative; } .left-aside { position: absolute; border-right: 1px solid rgba(120, 130, 140, 0.13); padding: 20px; width: 250px; height: 100%; } .right-aside { padding: 20px; margin-left: 250px; } .contact-list td { vertical-align: middle; padding: 25px 10px; } .contact-list td img { width: 30px; } .list-style-none { margin: 0px; padding: 0px; } .list-style-none li { list-style: none; margin: 0px; } .list-style-none li.box-label a { font-weight: 500; } .list-style-none li.divider { margin: 10px 0; height: 1px; background: rgba(120, 130, 140, 0.13); } .list-style-none li a { padding: 15px 10px; display: block; color: #67757c; } .list-style-none li a:hover { color: #398bf7; } .list-style-none li a span { float: right; } .social-profile { text-align: center; background: rgba(7, 10, 43, 0.8); } .profile-tab li a.nav-link, .customtab li a.nav-link { border: 0px; padding: 15px 20px; color: #67757c; } .profile-tab li a.nav-link.active, .customtab li a.nav-link.active { border-bottom: 2px solid #398bf7; color: #398bf7; } .profile-tab li a.nav-link:hover, .customtab li a.nav-link:hover { color: #398bf7; } /* Template Name: Admin pro Admin Author: Wrappixel Email: <EMAIL> File: scss */ /* Template Name: Admin Pro Admin Author: Wrappixel Email: <EMAIL> File: scss */ /*Theme Colors*/ /*bootstrap Color*/ /*Light colors*/ /*Normal Color*/ /*Extra Variable*/ /******************* Right side panel *******************/ .r-aside { padding-right: 300px; } .right-side-panel { width: 275px; padding: 20px; padding-bottom: 70px; background: #e9edf2; position: absolute; right: 0px; top: 77px; height: calc(100% - 77px); overflow: hidden; } /******************* Sales overview Chart *******************/ #sales-overview .ct-point { stroke-width: 6px; } #sales-overview .ct-grid { stroke-dasharray: 0px; stroke: rgba(120, 130, 140, 0.13); } #sales-overview .ct-area { fill-opacity: 1; } #sales-overview .ct-series-a .ct-area, #sales-overview .ct-series-a .ct-point { fill: #745af2; stroke: #745af2; } #sales-overview .ct-series-b .ct-area, #sales-overview .ct-series-b .ct-point { fill: #398bf7; stroke: #398bf7; } #sales-overview .ct-series-c .ct-area, #sales-overview .ct-series-c .ct-point { fill: #e9edf2; stroke: #e9edf2; } .website-visitor .ct-series-a .ct-area { fill-opacity: 0.2; fill: url(#gradient); } .website-visitor .ct-series-a .ct-line, .website-visitor .ct-series-a .ct-point { stroke: #06d79c; stroke-width: 2px; } .website-visitor .ct-series-b .ct-area { fill: #398bf7; fill-opacity: 0.1; } .website-visitor .ct-series-b .ct-line, .website-visitor .ct-series-b .ct-point { stroke: #398bf7; stroke-width: 2px; } .website-visitor .ct-series-a .ct-point, .website-visitor .ct-series-b .ct-point { stroke-width: 6px; } .c3-chart-arcs-title { font-size: 26px; font-weight: 600; color: #67757c; font-family: "Montserrat", sans-serif; } /******************* Project of the month *******************/ .pro-of-month h6 { font-weight: 500; margin-bottom: 0px; } /******************* This is for responsive dashboard1 element *******************/ @media (max-width: 1023px) { .r-aside { padding-right: 15px; } .right-side-panel { display: none; } } @media (max-width: 767px) { .r-aside { padding-right: 15px; } #visitor { text-align: center; } } /* Template Name: Admin pro Admin Author: Wrappixel Email: <EMAIL> File: scss */ /* Template Name: Admin Pro Admin Author: Wrappixel Email: <EMAIL> File: scss */ /*Theme Colors*/ /*bootstrap Color*/ /*Light colors*/ /*Normal Color*/ /*Extra Variable*/ /*============================================================== Easy pie chart ============================================================== */ .chart { position: relative; display: inline-block; width: 100px; height: 100px; margin-top: 20px; margin-bottom: 20px; text-align: center; } .chart canvas { position: absolute; top: 0; left: 0; } .chart.chart-widget-pie { margin-top: 5px; margin-bottom: 5px; } .pie-chart > span { left: 0; margin-top: -2px; position: absolute; right: 0; text-align: center; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); } .chart > span > img { left: 0; margin-top: -2px; position: absolute; right: 0; text-align: center; top: 50%; width: 60%; height: 60%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); margin: 0 auto; } .percent { display: inline-block; line-height: 100px; z-index: 2; font-weight: 600; font-size: 18px; color: #263238; } .percent:after { content: '%'; margin-left: 0.1em; font-size: .8em; } /* Template Name: Admin pro Admin Author: Wrappixel Email: <EMAIL> File: scss */ /* Template Name: Admin Pro Admin Author: Wrappixel Email: <EMAIL> File: scss */ /*Theme Colors*/ /*bootstrap Color*/ /*Light colors*/ /*Normal Color*/ /*Extra Variable*/ /******************* Error Page ******************/ .error-box { height: 100%; position: fixed; background: url(../../../assets/images/background/error-bg.jpg) no-repeat center center #fff; width: 100%; } .error-box .footer { width: 100%; left: 0px; right: 0px; } .error-body { padding-top: 5%; } .error-body h1 { font-size: 210px; font-weight: 900; text-shadow: 4px 4px 0 #ffffff, 6px 6px 0 #263238; line-height: 210px; } /* Template Name: Admin pro Admin Author: Wrappixel Email: <EMAIL> File: scss */ /* Template Name: Admin Pro Admin Author: Wrappixel Email: <EMAIL> File: scss */ /*Theme Colors*/ /*bootstrap Color*/ /*Light colors*/ /*Normal Color*/ /*Extra Variable*/ /*============================================================== File upload ============================================================== */ .btn-file { overflow: hidden; position: relative; vertical-align: middle; } .btn-file > input { position: absolute; top: 0; right: 0; margin: 0; opacity: 0; filter: alpha(opacity=0); font-size: 23px; height: 100%; width: 100%; direction: ltr; cursor: pointer; border-radius: 0px; } .fileinput .input-group-addon { border: none; border-bottom: 1px solid rgba(120, 130, 140, 0.13); background: #ffffff; margin-bottom: 1px; } .fileinput .form-control { padding-top: 7px; padding-bottom: 5px; display: inline-block; margin-bottom: 0px; vertical-align: middle; cursor: text; } .fileinput .thumbnail { overflow: hidden; display: inline-block; margin-bottom: 5px; vertical-align: middle; text-align: center; } .fileinput .thumbnail > img { max-height: 100%; } .fileinput .btn { vertical-align: middle; } .fileinput-exists .fileinput-new, .fileinput-new .fileinput-exists { display: none; } .fileinput-inline .fileinput-controls { display: inline; } .fileinput-filename { vertical-align: middle; display: inline-block; overflow: hidden; } .form-control .fileinput-filename { vertical-align: bottom; } .fileinput.input-group > * { position: relative; z-index: 2; } .fileinput.input-group > .btn-file { z-index: 1; } /* Template Name: Admin pro Admin Author: Wrappixel Email: <EMAIL> File: scss */ /* Template Name: Admin Pro Admin Author: Wrappixel Email: <EMAIL> File: scss */ /*Theme Colors*/ /*bootstrap Color*/ /*Light colors*/ /*Normal Color*/ /*Extra Variable*/ /*============================================================== flot chart ============================================================== */ .flot-chart { display: block; height: 400px; } .flot-chart-content { width: 100%; height: 100%; } html body .jqstooltip, html body .flotTip { width: auto !important; height: auto !important; background: #263238; color: #ffffff; padding: 5px 10px; } body .jqstooltip { border-color: transparent; border-radius: 60px; } /* Template Name: Admin pro Admin Author: Wrappixel Email: <EMAIL> File: scss */ /* Template Name: Admin Pro Admin Author: Wrappixel Email: <EMAIL> File: scss */ /*Theme Colors*/ /*bootstrap Color*/ /*Light colors*/ /*Normal Color*/ /*Extra Variable*/ /*******************/ /*Floating Label*/ /*******************/ .floating-labels .form-group { position: relative; } .floating-labels .form-control { padding: 10px 10px 10px 0; display: block; border: none; font-family: "Montserrat", sans-serif; border-radius: 0px; border-bottom: 1px solid #e9edf2; } .floating-labels select.form-control > option { font-size: 14px; } .floating-labels .has-error .form-control { border-bottom: 1px solid #ef5350; } .floating-labels .has-warning .form-control { border-bottom: 1px solid #ffb22b; } .floating-labels .has-success .form-control { border-bottom: 1px solid #06d79c; } .floating-labels .form-control:focus { outline: none; border: none; } .floating-labels label { color: #67757c; position: absolute; cursor: auto; top: 5px; -o-transition: 0.2s ease all; transition: 0.2s ease all; -moz-transition: 0.2s ease all; -webkit-transition: 0.2s ease all; } .floating-labels .focused label { top: -20px; font-size: 12px; color: #263238; } .floating-labels .bar { position: relative; display: block; } .floating-labels .bar:before, .floating-labels .bar:after { content: ''; height: 2px; width: 0; bottom: 1px; position: absolute; background: #398bf7; -o-transition: 0.2s ease all; transition: 0.2s ease all; -moz-transition: 0.2s ease all; -webkit-transition: 0.2s ease all; } .floating-labels .bar:before { left: 50%; } .floating-labels .bar:after { right: 50%; } .floating-labels .form-control:focus ~ .bar:before, .floating-labels .form-control:focus ~ .bar:after { width: 50%; } .floating-labels .highlight { position: absolute; height: 60%; width: 100px; top: 25%; left: 0; pointer-events: none; opacity: 0.5; } .floating-labels .input-lg ~ label, .floating-labels .input-lg { font-size: 24px; } .floating-labels .input-sm ~ label, .floating-labels .input-sm { font-size: 16px; } .has-warning .bar:before, .has-warning .bar:after { background: #ffb22b; } .has-success .bar:before, .has-success .bar:after { background: #06d79c; } .has-error .bar:before, .has-error .bar:after { background: #ef5350; } .has-warning .form-control:focus ~ label, .has-warning .form-control:valid ~ label { color: #ffb22b; } .has-success .form-control:focus ~ label, .has-success .form-control:valid ~ label { color: #06d79c; } .has-error .form-control:focus ~ label, .has-error .form-control:valid ~ label { color: #ef5350; } .has-feedback label ~ .t-0 { top: 0; } .form-group.error input, .form-group.error select, .form-group.error textarea { border: 1px solid #ef5350; } .form-group.validate input, .form-group.validate select, .form-group.validate textarea { border: 1px solid #06d79c; } .form-group.error .help-block ul { padding: 0px; color: #ef5350; } .form-group.error .help-block ul li { list-style: none; } .form-group.issue .help-block ul { padding: 0px; color: #ffb22b; } .form-group.issue .help-block ul li { list-style: none; } /* Template Name: Admin pro Admin Author: Wrappixel Email: <EMAIL>.com File: scss */ /* Template Name: Admin Pro Admin Author: Wrappixel Email: <EMAIL> File: scss */ /*Theme Colors*/ /*bootstrap Color*/ /*Light colors*/ /*Normal Color*/ /*Extra Variable*/ /******************* Table- Footable ******************/ #demo-show-entries { border: 0; background-image: -webkit-gradient(linear, left top, left bottom, from(#398bf7), to(#398bf7)), -webkit-gradient(linear, left top, left bottom, from(#b1b8bb), to(#b1b8bb)); background-image: -webkit-linear-gradient(#398bf7, #398bf7), -webkit-linear-gradient(#b1b8bb, #b1b8bb); background-image: -o-linear-gradient(#398bf7, #398bf7), -o-linear-gradient(#b1b8bb, #b1b8bb); background-image: linear-gradient(#398bf7, #398bf7), linear-gradient(#b1b8bb, #b1b8bb); background-size: 0 2px, 100% 1px; background-repeat: no-repeat; background-position: center bottom, center calc(100% - 1px); background-color: transparent; -webkit-transition: background 0s ease-out; -o-transition: background 0s ease-out; transition: background 0s ease-out; padding-bottom: 5px; color: #67757c; } #demo-show-entries:focus { outline: none; background-image: -webkit-gradient(linear, left top, left bottom, from(#398bf7), to(#398bf7)), -webkit-gradient(linear, left top, left bottom, from(#b1b8bb), to(#b1b8bb)); background-image: -webkit-linear-gradient(#398bf7, #398bf7), -webkit-linear-gradient(#b1b8bb, #b1b8bb); background-image: -o-linear-gradient(#398bf7, #398bf7), -o-linear-gradient(#b1b8bb, #b1b8bb); background-image: linear-gradient(#398bf7, #398bf7), linear-gradient(#b1b8bb, #b1b8bb); background-size: 100% 2px, 100% 1px; -webkit-box-shadow: none; box-shadow: none; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; } #demo-input-search2 { border: 0; background-image: -webkit-gradient(linear, left top, left bottom, from(#398bf7), to(#398bf7)), -webkit-gradient(linear, left top, left bottom, from(#b1b8bb), to(#b1b8bb)); background-image: -webkit-linear-gradient(#398bf7, #398bf7), -webkit-linear-gradient(#b1b8bb, #b1b8bb); background-image: -o-linear-gradient(#398bf7, #398bf7), -o-linear-gradient(#b1b8bb, #b1b8bb); background-image: linear-gradient(#398bf7, #398bf7), linear-gradient(#b1b8bb, #b1b8bb); background-size: 0 2px, 100% 1px; background-repeat: no-repeat; background-position: center bottom, center calc(100% - 1px); background-color: transparent; -webkit-transition: background 0s ease-out; -o-transition: background 0s ease-out; transition: background 0s ease-out; float: none; -webkit-box-shadow: none; box-shadow: none; border-radius: 0; margin-left: 10px; color: #67757c; } #demo-input-search2:focus { outline: none; background-image: -webkit-gradient(linear, left top, left bottom, from(#398bf7), to(#398bf7)), -webkit-gradient(linear, left top, left bottom, from(#b1b8bb), to(#b1b8bb)); background-image: -webkit-linear-gradient(#398bf7, #398bf7), -webkit-linear-gradient(#b1b8bb, #b1b8bb); background-image: -o-linear-gradient(#398bf7, #398bf7), -o-linear-gradient(#b1b8bb, #b1b8bb); background-image: linear-gradient(#398bf7, #398bf7), linear-gradient(#b1b8bb, #b1b8bb); background-size: 100% 2px, 100% 1px; -webkit-box-shadow: none; box-shadow: none; -webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s; } .footable .pagination li a { position: relative; display: block; padding: .5rem .75rem; margin-left: -1px; line-height: 1.25; color: #0275d8; background-color: #ffffff; border: 1px solid #ddd; } .footable .pagination li.active a { z-index: 2; color: #fff; background-color: #0275d8; border-color: #0275d8; } .footable .pagination li.disabled a { color: #636c72; pointer-events: none; cursor: not-allowed; background-color: #ffffff; border-color: #ddd; } .footable .pagination li:first-child a { margin-left: 0; border-bottom-left-radius: .25rem; border-top-left-radius: .25rem; } /* Template Name: Admin pro Admin Author: Wrappixel Email: <EMAIL> File: scss */ /* Template Name: Admin Pro Admin Author: Wrappixel Email: <EMAIL> File: scss */ /*Theme Colors*/ /*bootstrap Color*/ /*Light colors*/ /*Normal Color*/ /*Extra Variable*/ /******************* Form icheck ******************/ .icolors, .icheck-list { padding: 0; margin: 0; list-style: none; } .icolors > li { padding: 0; margin: 2px; float: left; display: inline-block; height: 30px; width: 30px; background: #263238; text-align: center; } .icolors > li.active:after { content: "\2713 "; color: #ffffff; line-height: 30px; } .icolors > li:first-child { margin-left: 0; } .icolors > li.orange { background: #ef5350; } .icolors > li.yellow { background: #ffb22b; } .icolors > li.info { background: #398bf7; } .icolors > li.green { background: #06d79c; } .icolors > li.red { background: #fb3a3a; } .icolors > li.purple { background: #7460ee; } .icolors > li.blue { background: #02bec9; } .icheck-list { float: left; padding-right: 50px; padding-top: 10px; } .icheck-list li { padding-bottom: 5px; } .icheck-list li label { padding-left: 10px; } /* Template Name: Admin pro Admin Author: Wrappixel Email: <EMAIL> File: scss */ /* Template Name: Admin Pro Admin Author: Wrappixel Email: <EMAIL> File: scss */ /*Theme Colors*/ /*bootstrap Color*/ /*Light colors*/ /*Normal Color*/ /*Extra Variable*/ /******************* google map Page ******************/ .gmaps, .gmaps-panaroma { height: 300px; } .gmaps, .gmaps-panaroma { height: 300px; background: #e9edf2; border-radius: 3px; } .gmaps-overlay { display: block; text-align: center; color: #ffffff; font-size: 16px; line-height: 40px; background: #745af2; border-radius: 4px; padding: 10px 20px; } .gmaps-overlay_arrow { left: 50%; margin-left: -16px; width: 0; height: 0; position: absolute; } .gmaps-overlay_arrow.above { bottom: -15px; border-left: 16px solid transparent; border-right: 16px solid transparent; border-top: 16px solid #745af2; } .gmaps-overlay_arrow.below { top: -15px; border-left: 16px solid transparent; border-right: 16px solid transparent; border-bottom: 16px solid #745af2; } /******************* vector map Page ******************/ .jvectormap-zoomin, .jvectormap-zoomout { width: 10px; height: 10px; line-height: 10px; } .jvectormap-zoomout { top: 40px; } /* Template Name: Admin pro Admin Author: Wrappixel Email: <EMAIL> File: scss */ /* Template Name: Admin Pro Admin Author: Wrappixel Email: <EMAIL> File: scss */ /*Theme Colors*/ /*bootstrap Color*/ /*Light colors*/ /*Normal Color*/ /*Extra Variable*/ /******************* Icon list fontawesom ******************/ .icon-list-demo div { cursor: pointer; line-height: 60px; white-space: nowrap; color: #67757c; } .icon-list-demo div:hover { color: #263238; } .icon-list-demo div p { margin: 10px 0; padding: 5px 0; } .icon-list-demo i { -webkit-transition: all 0.2s; -webkit-transition: font-size .2s; display: inline-block; font-size: 18px; margin: 0 15px 0 10px; text-align: left; -o-transition: all 0.2s; transition: all 0.2s; -o-transition: font-size .2s; transition: font-size .2s; vertical-align: middle; -webkit-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; } .icon-list-demo .col-md-4, .icon-list-demo .col-3 { border-radius: 4px; } .icon-list-demo .col-md-4:hover, .icon-list-demo .col-3:hover { background-color: #ebf3f5; } .icon-list-demo .div:hover i { font-size: 2em; } /******************* Icon list material icon ******************/ .material-icon-list-demo .mdi { font-size: 21px; } /* Template Name: Admin pro Admin Author: Wrappixel Email: <EMAIL> File: scss */ /* Template Name: Admin Pro Admin Author: Wrappixel Email: <EMAIL> File: scss */ /*Theme Colors*/ /*bootstrap Color*/ /*Light colors*/ /*Normal Color*/ /*Extra Variable*/ /******************* Email inbox Page ******************/ .inbox-panel .list-group .list-group-item { border: 0px; border-radius: 0px; border-left: 3px solid transparent; } .inbox-panel .list-group .list-group-item a { color: #67757c; } .inbox-panel .list-group .list-group-item.active, .inbox-panel .list-group .list-group-item:hover { background: #e9edf2; border-left: 3px solid #398bf7; } .inbox-center .unread td { font-weight: 400; } .inbox-center td { vertical-align: middle; white-space: nowrap; } .inbox-center a { color: #67757c; padding: 2px 0 3px 0; overflow: hidden; vertical-align: middle; -o-text-overflow: ellipsis; text-overflow: ellipsis; white-space: nowrap; display: inline-block; } .inbox-center .checkbox { margin-top: -13px; height: 20px; } /* Template Name: Admin pro Admin Author: Wrappixel Email: <EMAIL> File: scss */ /* Template Name: Admin Pro Admin Author: Wrappixel Email: <EMAIL> File: scss */ /*Theme Colors*/ /*bootstrap Color*/ /*Light colors*/ /*Normal Color*/ /*Extra Variable*/ /******************* Login register and recover password Page ******************/ .login-register { background-size: cover; background-repeat: no-repeat; background-position: center center; height: 100%; width: 100%; padding: 10% 0; position: fixed; } .login-box { width: 400px; margin: 0 auto; } .login-box .footer { width: 100%; left: 0px; right: 0px; } .login-box .social { display: block; margin-bottom: 30px; } #recoverform { display: none; } .login-sidebar { padding: 0px; margin-top: 0px; } .login-sidebar .login-box { right: 0px; position: absolute; height: 100%; } /* Template Name: Admin pro Admin Author: Wrappixel Email: <EMAIL> File: scss */ /* Template Name: Admin Pro Admin Author: Wrappixel Email: <EMAIL> File: scss */ /*Theme Colors*/ /*bootstrap Color*/ /*Light colors*/ /*Normal Color*/ /*Extra Variable*/ /******************* FAQs Page ******************/ .minimal-faq .card { border: 0px; } .minimal-faq .card .card-header { background: #ffffff; padding: 20px 0; margin-top: 10px; } .minimal-faq .card .card-body { padding: 15px 0px; } /******************* Seach listing Page ******************/ .search-listing { padding: 0px; margin: 0px; } .search-listing li { list-style: none; padding: 15px 0; border-bottom: 1px solid rgba(120, 130, 140, 0.13); } .search-listing li h3 { margin: 0px; font-size: 18px; } .search-listing li h3 a { color: #398bf7; } .search-listing li h3 a:hover { text-decoration: underline; } .search-listing li a { color: #06d79c; } /******************* Gridstack Dragable portlet ******************/ .grid-stack-item-content { background: #fff; color: #2b2b2b; text-align: center; font-size: 20px; } .grid-stack > .grid-stack-item > .grid-stack-item-content { border: 1px solid rgba(120, 130, 140, 0.13); } /******************* Grid page ******************/ .show-grid { margin-bottom: 10px; padding: 0 15px; } .show-grid [class^=col-] { padding-top: 10px; padding-bottom: 10px; border: 1px solid #b1b8bb; background-color: #e9edf2; } /******************* Date paginator page ******************/ .dp-selected[style] { background-color: #398bf7 !important; } .datepaginator-sm .pagination li a, .datepaginator-lg .pagination li a, .datepaginator .pagination li a { padding: 0 5px; height: 60px; border: 1px solid rgba(120, 130, 140, 0.13); float: left; position: relative; } /******************* Notification page Jquery toaster ******************/ .jq-icon-info { background-color: #398bf7; color: #ffffff; } .jq-icon-success { background-color: #06d79c; color: #ffffff; } .jq-icon-error { background-color: #ef5350; color: #ffffff; } .jq-icon-warning { background-color: #ffb22b; color: #ffffff; } .alert-rounded { border-radius: 60px; } /******************* list and media ******************/ .list-group a.list-group-item:hover { background: #e9edf2; } .list-group-item.active, .list-group .list-group-item.active:hover { background: #398bf7; border-color: #398bf7; } .list-group-item.disabled { color: #99abb4; background: #e9edf2; } .media { border: 1px solid rgba(120, 130, 140, 0.13); margin-bottom: 10px; padding: 15px; } /******************* /*Documentation page ******************/ .plugin-details { display: none; } .plugin-details-active { display: block; } /* Template Name: Admin pro Admin Author: Wrappixel Email: <EMAIL> File: scss */ /* Template Name: Admin Pro Admin Author: Wrappixel Email: <EMAIL> File: scss */ /*Theme Colors*/ /*bootstrap Color*/ /*Light colors*/ /*Normal Color*/ /*Extra Variable*/ /******************* Pricing Page ******************/ .pricing-box { position: relative; text-align: center; margin-top: 30px; } .featured-plan { margin-top: 0px; } .featured-plan .pricing-body { padding: 60px 0; background: #ebf3f5; border: 1px solid #ddd; } .featured-plan .price-table-content .price-row { border-top: 1px solid rgba(120, 130, 140, 0.13); } .pricing-body { border-radius: 0px; border-top: 1px solid rgba(120, 130, 140, 0.13); border-bottom: 5px solid rgba(120, 130, 140, 0.13); vertical-align: middle; padding: 30px 0; position: relative; } .pricing-body h2 { position: relative; font-size: 56px; margin: 20px 0 10px; font-weight: 500; } .pricing-body h2 span { position: absolute; font-size: 15px; top: -10px; margin-left: -10px; } .price-table-content .price-row { padding: 20px 0; border-top: 1px solid rgba(120, 130, 140, 0.13); } .pricing-plan { padding: 0 15px; } .pricing-plan .no-padding { padding: 0px; } .price-lable { position: absolute; top: -10px; padding: 5px 10px; margin: 0 auto; display: inline-block; width: 100px; left: 0px; right: 0px; } /* Template Name: Admin pro Admin Author: Wrappixel Email: <EMAIL> File: scss */ /* Template Name: Admin Pro Admin Author: Wrappixel Email: <EMAIL> File: scss */ /*Theme Colors*/ /*bootstrap Color*/ /*Light colors*/ /*Normal Color*/ /*Extra Variable*/ /******************* Progress bar ******************/ .progress.active .progress-bar, .progress-bar.active { -webkit-animation: progress-bar-stripes 2s linear infinite; -o-animation: progress-bar-stripes 2s linear infinite; animation: progress-bar-stripes 2s linear infinite; } .progress-vertical { min-height: 250px; height: 250px; position: relative; display: inline-block; margin-bottom: 0; margin-right: 20px; } .progress-vertical-bottom { min-height: 250px; height: 250px; position: relative; display: inline-block; margin-bottom: 0; margin-right: 20px; -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); } .progress-animated { -webkit-animation-duration: 5s; -webkit-animation-name: myanimation; -webkit-transition: 5s all; animation-duration: 5s; animation-name: myanimation; -o-transition: 5s all; transition: 5s all; } @-webkit-keyframes myanimation { from { width: 0; } } @keyframes myanimation { from { width: 0; } } /* Template Name: Admin pro Admin Author: Wrappixel Email: <EMAIL> File: scss */ /* Template Name: Admin Pro Admin Author: Wrappixel Email: <EMAIL> File: scss */ /*Theme Colors*/ /*bootstrap Color*/ /*Light colors*/ /*Normal Color*/ /*Extra Variable*/ /******************* ribbons page ******************/ .ribbon-wrapper, .ribbon-wrapper-reverse, .ribbon-wrapper-bottom, .ribbon-wrapper-right-bottom { position: relative; padding: 50px 15px 15px 15px; } .ribbon-vwrapper { padding: 15px 15px 15px 50px; position: relative; } .ribbon-overflow { overflow: hidden; } .ribbon-vwrapper-reverse { padding: 15px 50px 15px 15px; } .ribbon-wrapper-bottom { padding: 15px 15px 50px 50px; } .ribbon-wrapper-right-bottom { padding: 15px 50px 50px 15px; } .ribbon-content { margin-bottom: 0px; } .ribbon { padding: 0 20px; height: 30px; line-height: 30px; clear: left; position: absolute; top: 12px; left: -2px; color: #ffffff; } .ribbon-bookmark:before { position: absolute; top: 0; left: 100%; display: block; width: 0; height: 0; content: ''; border: 15px solid #263238; border-right: 10px solid transparent; } .ribbon-right { left: auto; right: -2px; } .ribbon-bookmark.ribbon-right:before { right: 100%; left: auto; border-right: 15px solid #263238; border-left: 10px solid transparent; } .ribbon-vertical-l, .ribbon-vertical-r { clear: none; padding: 0 5px; height: 70px; width: 30px; line-height: 70px; text-align: center; left: 12px; top: -2px; } .ribbon-vertical-r { left: auto; right: 12px; } .ribbon-bookmark.ribbon-vertical-l:before, .ribbon-bookmark.ribbon-vertical-r:before { top: 100%; left: 0; margin-top: -14px; border-right: 15px solid #263238; border-bottom: 10px solid transparent; } .ribbon-badge { top: 15px; overflow: hidden; left: -90px; width: 100%; text-align: center; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); } .ribbon-badge.ribbon-right { left: auto; right: -90px; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); } .ribbon-badge.ribbon-bottom { top: auto; bottom: 15px; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); } .ribbon-badge.ribbon-right.ribbon-bottom { -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); } .ribbon-corner { top: 0; left: 0; background-color: transparent !important; padding: 6px 0 0 10px; } .ribbon-corner i { position: relative; } .ribbon-corner:before { position: absolute; top: 0; left: 0; width: 0; height: 0; content: ''; border: 30px solid transparent; border-top-color: #398bf7; border-left-color: #398bf7; } .ribbon-corner.ribbon-right:before { right: 0; left: auto; border-right-color: #526069; border-left-color: transparent; } .ribbon-corner.ribbon-right { right: 0; left: auto; padding: 6px 10px 0 0; } .ribbon-corner.ribbon-bottom:before { top: auto; bottom: 0; border-top-color: transparent; border-bottom-color: #526069; } .ribbon-corner.ribbon-bottom { bottom: 0; top: auto; padding: 0 10px 6px 10px; } .ribbon-custom { background: #398bf7; } .ribbon-bookmark.ribbon-right.ribbon-custom:before { border-right-color: #398bf7; border-left-color: transparent; } .ribbon-bookmark.ribbon-vertical-l.ribbon-custom:before, .ribbon-bookmark.ribbon-vertical-r.ribbon-custom:before { border-right-color: #398bf7; border-bottom-color: transparent; } .ribbon-primary { background: #745af2; } .ribbon-bookmark.ribbon-primary:before { border-color: #745af2; border-right-color: transparent; } .ribbon-bookmark.ribbon-right.ribbon-primary:before { border-right-color: #745af2; border-left-color: transparent; } .ribbon-bookmark.ribbon-vertical-l.ribbon-primary:before, .ribbon-bookmark.ribbon-vertical-r.ribbon-primary:before { border-right-color: #745af2; border-bottom-color: transparent; } .ribbon-primary.ribbon-corner:before { border-top-color: #745af2; border-left-color: #745af2; } .ribbon-primary.ribbon-corner.ribbon-right:before { border-right-color: #745af2; border-left-color: transparent; } .ribbon-primary.ribbon-corner.ribbon-bottom:before { border-top-color: transparent; border-bottom-color: #745af2; } .ribbon-success { background: #06d79c; } .ribbon-bookmark.ribbon-success:before { border-color: #06d79c; border-right-color: transparent; } .ribbon-bookmark.ribbon-right.ribbon-success:before { border-right-color: #06d79c; border-left-color: transparent; } .ribbon-bookmark.ribbon-vertical-l.ribbon-success:before, .ribbon-bookmark.ribbon-vertical-r.ribbon-success:before { border-right-color: #06d79c; border-bottom-color: transparent; } .ribbon-success.ribbon-corner:before { border-top-color: #06d79c; border-left-color: #06d79c; } .ribbon-success.ribbon-corner.ribbon-right:before { border-right-color: #06d79c; border-left-color: transparent; } .ribbon-success.ribbon-corner.ribbon-bottom:before { border-top-color: transparent; border-bottom-color: #06d79c; } .ribbon-info { background: #398bf7; } .ribbon-bookmark.ribbon-info:before { border-color: #398bf7; border-right-color: transparent; } .ribbon-bookmark.ribbon-right.ribbon-info:before { border-right-color: #398bf7; border-left-color: transparent; } .ribbon-bookmark.ribbon-vertical-l.ribbon-info:before, .ribbon-bookmark.ribbon-vertical-r.ribbon-info:before { border-right-color: #398bf7; border-bottom-color: transparent; } .ribbon-info.ribbon-corner:before { border-top-color: #398bf7; border-left-color: #398bf7; } .ribbon-info.ribbon-corner.ribbon-right:before { border-right-color: #398bf7; border-left-color: transparent; } .ribbon-info.ribbon-corner.ribbon-bottom:before { border-top-color: transparent; border-bottom-color: #398bf7; } .ribbon-warning { background: #ffb22b; } .ribbon-bookmark.ribbon-warning:before { border-color: #ffb22b; border-right-color: transparent; } .ribbon-bookmark.ribbon-right.ribbon-warning:before { border-right-color: #ffb22b; border-left-color: transparent; } .ribbon-bookmark.ribbon-vertical-l.ribbon-warning:before, .ribbon-bookmark.ribbon-vertical-r.ribbon-warning:before { border-right-color: #ffb22b; border-bottom-color: transparent; } .ribbon-warning.ribbon-corner:before { border-top-color: #ffb22b; border-left-color: #ffb22b; } .ribbon-warning.ribbon-corner.ribbon-right:before { border-right-color: #ffb22b; border-left-color: transparent; } .ribbon-warning.ribbon-corner.ribbon-bottom:before { border-top-color: transparent; border-bottom-color: #ffb22b; } .ribbon-danger { background: #ef5350; } .ribbon-bookmark.ribbon-danger:before { border-color: #ef5350; border-right-color: transparent; } .ribbon-bookmark.ribbon-right.ribbon-danger:before { border-right-color: #ef5350; border-left-color: transparent; } .ribbon-bookmark.ribbon-vertical-l.ribbon-danger:before, .ribbon-bookmark.ribbon-vertical-r.ribbon-danger:before { border-right-color: #ef5350; border-bottom-color: transparent; } .ribbon-danger.ribbon-corner:before { border-top-color: #ef5350; border-left-color: #ef5350; } .ribbon-danger.ribbon-corner.ribbon-right:before { border-right-color: #ef5350; border-left-color: transparent; } .ribbon-danger.ribbon-corner.ribbon-bottom:before { border-top-color: transparent; border-bottom-color: #ef5350; } .ribbon-default { background: #263238; } .ribbon-bookmark.ribbon-default:before { border-color: #263238; border-right-color: transparent; } .ribbon-bookmark.ribbon-right.ribbon-default:before { border-right-color: #263238; border-left-color: transparent; } .ribbon-bookmark.ribbon-vertical-l.ribbon-default:before, .ribbon-bookmark.ribbon-vertical-r.ribbon-default:before { border-right-color: #263238; border-bottom-color: transparent; } .ribbon-default.ribbon-corner:before { border-top-color: #263238; border-left-color: #263238; } .ribbon-default.ribbon-corner.ribbon-right:before { border-right-color: #263238; border-left-color: transparent; } .ribbon-default.ribbon-corner.ribbon-bottom:before { border-top-color: transparent; border-bottom-color: #263238; } /* Template Name: Admin pro Admin Author: Wrappixel Email: <EMAIL> File: scss */ /* Template Name: Admin Pro Admin Author: Wrappixel Email: <EMAIL> File: scss */ /*Theme Colors*/ /*bootstrap Color*/ /*Light colors*/ /*Normal Color*/ /*Extra Variable*/ /******************* Stylish tooltip ******************/ .mytooltip:hover .tooltip-content2, .mytooltip:hover .tooltip-content2 i { opacity: 1; font-size: 18px; pointer-events: auto; -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1); transform: translate3d(0, 0, 0) scale3d(1, 1, 1); } .mytooltip:hover .tooltip-content4, .mytooltip:hover .tooltip-text2 { pointer-events: auto; opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } .mytooltip { display: inline; position: relative; z-index: 9999; } .mytooltip:hover .tooltip-item::after { pointer-events: auto; } .mytooltip:hover .tooltip-content { pointer-events: auto; opacity: 1; -webkit-transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0); transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0); } .mytooltip:hover .tooltip-content3 { opacity: 1; pointer-events: auto; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } .mytooltip:hover .tooltip-item2 { color: #ffffff; -webkit-transform: translate3d(0, -0.5em, 0); transform: translate3d(0, -0.5em, 0); } .mytooltip:hover .tooltip-content5 { opacity: 1; pointer-events: auto; -webkit-transition-delay: 0s; -o-transition-delay: 0s; transition-delay: 0s; } .mytooltip:hover .tooltip-text3 { -webkit-transition-delay: 0s; -o-transition-delay: 0s; transition-delay: 0s; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } .mytooltip:hover .tooltip-inner2 { -webkit-transition-delay: 0.3s; -o-transition-delay: 0.3s; transition-delay: 0.3s; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } .tooltip-item { background: rgba(0, 0, 0, 0.1); cursor: pointer; display: inline-block; font-weight: 500; padding: 0 10px; } .tooltip-item::after { content: ''; position: absolute; width: 360px; height: 20px; bottom: 100%; left: 50%; pointer-events: none; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); } .tooltip-content { position: absolute; z-index: 9999; width: 360px; left: 50%; margin: 0 0 20px -180px; bottom: 100%; text-align: left; font-size: 14px; line-height: 30px; -webkit-box-shadow: -5px -5px 15px rgba(48, 54, 61, 0.2); box-shadow: -5px -5px 15px rgba(48, 54, 61, 0.2); background: #2b2b2b; opacity: 0; cursor: default; pointer-events: none; } .tooltip-content img { position: relative; height: 140px; display: block; float: left; margin-right: 1em; } .tooltip-effect-5 .tooltip-content { width: 180px; margin-left: -90px; -webkit-transform-origin: 50% calc(106%); -ms-transform-origin: 50% calc(106%); transform-origin: 50% calc(106%); -webkit-transform: rotate3d(0, 0, 1, 15deg); transform: rotate3d(0, 0, 1, 15deg); -webkit-transition: opacity 0.2s, -webkit-transform 0.2s; transition: opacity 0.2s, -webkit-transform 0.2s; -o-transition: opacity 0.2s, transform 0.2s; transition: opacity 0.2s, transform 0.2s; transition: opacity 0.2s, transform 0.2s, -webkit-transform 0.2s; -webkit-transition-timing-function: ease, cubic-bezier(0.17, 0.67, 0.4, 1.39); -o-transition-timing-function: ease, cubic-bezier(0.17, 0.67, 0.4, 1.39); transition-timing-function: ease, cubic-bezier(0.17, 0.67, 0.4, 1.39); } .tooltip-effect-5 .tooltip-text { padding: 1.4em; } .tooltip-content::after { content: ''; top: 100%; left: 50%; border: solid transparent; height: 0; width: 0; position: absolute; pointer-events: none; border-color: transparent; border-top-color: #2a3035; border-width: 10px; margin-left: -10px; } .tooltip-text { font-size: 14px; line-height: 24px; display: block; padding: 1.31em 1.21em 1.21em 0; color: #ffffff; } .tooltip-content2 { position: absolute; z-index: 9999; width: 80px; height: 80px; padding-top: 25px; left: 50%; margin-left: -40px; bottom: 100%; border-radius: 50%; text-align: center; background: #398bf7; color: #ffffff; opacity: 0; margin-bottom: 20px; cursor: default; pointer-events: none; } .tooltip-content2 i { opacity: 0; } .tooltip-effect-6 .tooltip-content2 { -webkit-transform: translate3d(0, 10px, 0) rotate3d(1, 1, 1, 45deg); transform: translate3d(0, 10px, 0) rotate3d(1, 1, 1, 45deg); -webkit-transform-origin: 50% 100%; -ms-transform-origin: 50% 100%; transform-origin: 50% 100%; -webkit-transition: opacity 0.3s, -webkit-transform 0.3s; transition: opacity 0.3s, -webkit-transform 0.3s; -o-transition: opacity 0.3s, transform 0.3s; transition: opacity 0.3s, transform 0.3s; transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s; } .tooltip-effect-6 .tooltip-content2 i { -webkit-transform: scale3d(0, 0, 1); transform: scale3d(0, 0, 1); -webkit-transition: opacity 0.3s, -webkit-transform 0.3s; transition: opacity 0.3s, -webkit-transform 0.3s; -o-transition: opacity 0.3s, transform 0.3s; transition: opacity 0.3s, transform 0.3s; transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s; } .tooltip-effect-6:hover .tooltip-content2 i { -webkit-transform: rotate3d(1, 1, 1, 0); transform: rotate3d(1, 1, 1, 0); } .tooltip-content2::after { content: ''; position: absolute; top: 100%; left: 50%; margin: -7px 0 0 -15px; width: 30px; height: 20px; background: url(../../../assets/images/tooltip/tooltip1.svg) no-repeat center center; background-size: 100%; } .tooltip-content3 { position: absolute; background: url(../../../assets/images/tooltip/shape1.svg) no-repeat center bottom; background-size: 100% 100%; z-index: 9999; width: 200px; bottom: 100%; left: 50%; margin-left: -100px; padding: 50px 30px; text-align: center; color: #ffffff; opacity: 0; cursor: default; font-size: 14; line-height: 27px; pointer-events: none; -webkit-transform: scale3d(0.1, 0.2, 1); transform: scale3d(0.1, 0.2, 1); -webkit-transform-origin: 50% 120%; -ms-transform-origin: 50% 120%; transform-origin: 50% 120%; -webkit-transition: opacity 0.4s, -webkit-transform 0.4s; transition: opacity 0.4s, -webkit-transform 0.4s; -o-transition: opacity 0.4s, transform 0.4s; transition: opacity 0.4s, transform 0.4s; transition: opacity 0.4s, transform 0.4s, -webkit-transform 0.4s; -webkit-transition-timing-function: ease, cubic-bezier(0.6, 0, 0.4, 1); -o-transition-timing-function: ease, cubic-bezier(0.6, 0, 0.4, 1); transition-timing-function: ease, cubic-bezier(0.6, 0, 0.4, 1); } .tooltip-content3::after { content: ''; position: absolute; width: 16px; height: 16px; left: 50%; margin-left: -8px; top: 100%; background: #00aeef; -webkit-transform: translate3d(0, -60%, 0) rotate3d(0, 0, 1, 45deg); transform: translate3d(0, -60%, 0) rotate3d(0, 0, 1, 45deg); } .tooltip-item2 { color: #00aeef; cursor: pointer; z-index: 100; position: relative; display: inline-block; font-weight: 500; -webkit-transition: background-color 0.3s, color 0.3s, -webkit-transform 0.3s; transition: background-color 0.3s, color 0.3s, -webkit-transform 0.3s; -o-transition: background-color 0.3s, color 0.3s, transform 0.3s; transition: background-color 0.3s, color 0.3s, transform 0.3s; transition: background-color 0.3s, color 0.3s, transform 0.3s, -webkit-transform 0.3s; } .tooltip-content4 { position: absolute; z-index: 99; width: 360px; left: 50%; margin-left: -180px; bottom: -5px; text-align: left; background: #00aeef; opacity: 0; font-size: 14px; line-height: 27px; padding: 1.5em; color: #ffffff; border-bottom: 55px solid #2b2b2b; cursor: default; pointer-events: none; border-radius: 5px; -webkit-transform: translate3d(0, -0.5em, 0); transform: translate3d(0, -0.5em, 0); -webkit-transition: opacity 0.3s, -webkit-transform 0.3s; transition: opacity 0.3s, -webkit-transform 0.3s; -o-transition: opacity 0.3s, transform 0.3s; transition: opacity 0.3s, transform 0.3s; transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s; } .tooltip-content4 a { color: #2b2b2b; } .tooltip-text2 { opacity: 0; -webkit-transform: translate3d(0, 1.5em, 0); transform: translate3d(0, 1.5em, 0); -webkit-transition: opacity 0.3s, -webkit-transform 0.3s; transition: opacity 0.3s, -webkit-transform 0.3s; -o-transition: opacity 0.3s, transform 0.3s; transition: opacity 0.3s, transform 0.3s; transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s; } .tooltip-content5 { position: absolute; z-index: 9999; width: 300px; left: 50%; bottom: 100%; font-size: 20px; line-height: 1.4; text-align: center; font-weight: 400; color: #ffffff; background: transparent; opacity: 0; margin: 0 0 20px -150px; cursor: default; pointer-events: none; -webkit-transition: opacity 0.3s 0.3s; -o-transition: opacity 0.3s 0.3s; transition: opacity 0.3s 0.3s; } .tooltip-content5 span { display: block; } .tooltip-text3 { border-bottom: 10px solid #398bf7; overflow: hidden; -webkit-transform: scale3d(0, 1, 1); transform: scale3d(0, 1, 1); -webkit-transition: -webkit-transform 0.3s 0.3s; transition: -webkit-transform 0.3s 0.3s; -o-transition: transform 0.3s 0.3s; transition: transform 0.3s 0.3s; transition: transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s; } .tooltip-inner2 { background: #2b2b2b; padding: 40px; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); -webkit-transition: -webkit-transform 0.3s; transition: -webkit-transform 0.3s; -o-transition: transform 0.3s; transition: transform 0.3s; transition: transform 0.3s, -webkit-transform 0.3s; } .tooltip-content5::after { content: ''; bottom: -20px; left: 50%; border: solid transparent; height: 0; width: 0; position: absolute; pointer-events: none; border-color: transparent; border-top-color: #398bf7; border-width: 10px; margin-left: -10px; } .tooltip-effect-1 .tooltip-content { -webkit-transform: translate3d(0, -10px, 0); transform: translate3d(0, -10px, 0); -webkit-transition: opacity 0.3s, -webkit-transform 0.3s; transition: opacity 0.3s, -webkit-transform 0.3s; -o-transition: opacity 0.3s, transform 0.3s; transition: opacity 0.3s, transform 0.3s; transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s; color: #ffffff; } .tooltip-effect-2 .tooltip-content { -webkit-transform-origin: 50% calc(110%); -ms-transform-origin: 50% calc(110%); transform-origin: 50% calc(110%); -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 45deg); transform: perspective(1000px) rotate3d(1, 0, 0, 45deg); -webkit-transition: opacity 0.2s, -webkit-transform 0.2s; transition: opacity 0.2s, -webkit-transform 0.2s; -o-transition: opacity 0.2s, transform 0.2s; transition: opacity 0.2s, transform 0.2s; transition: opacity 0.2s, transform 0.2s, -webkit-transform 0.2s; } .tooltip-effect-3 .tooltip-content { -webkit-transform: translate3d(0, 10px, 0) rotate3d(1, 1, 0, 25deg); transform: translate3d(0, 10px, 0) rotate3d(1, 1, 0, 25deg); -webkit-transition: opacity 0.3s, -webkit-transform 0.3s; transition: opacity 0.3s, -webkit-transform 0.3s; -o-transition: opacity 0.3s, transform 0.3s; transition: opacity 0.3s, transform 0.3s; transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s; } .tooltip-effect-4 .tooltip-content { -webkit-transform-origin: 50% 100%; -ms-transform-origin: 50% 100%; transform-origin: 50% 100%; -webkit-transform: scale3d(0.7, 0.3, 1); transform: scale3d(0.7, 0.3, 1); -webkit-transition: opacity 0.2s, -webkit-transform 0.2s; transition: opacity 0.2s, -webkit-transform 0.2s; -o-transition: opacity 0.2s, transform 0.2s; transition: opacity 0.2s, transform 0.2s; transition: opacity 0.2s, transform 0.2s, -webkit-transform 0.2s; } .tooltip.tooltip-effect-2:hover .tooltip-content { -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 0deg); transform: perspective(1000px) rotate3d(1, 0, 0, 0deg); } a.mytooltip { font-weight: 500; color: #398bf7; } .tooltip-effect-7 .tooltip-content2 { -webkit-transform: translate3d(0, 10px, 0); transform: translate3d(0, 10px, 0); -webkit-transition: opacity 0.3s, -webkit-transform 0.3s; transition: opacity 0.3s, -webkit-transform 0.3s; -o-transition: opacity 0.3s, transform 0.3s; transition: opacity 0.3s, transform 0.3s; transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s; } .tooltip-effect-7 .tooltip-content2 i { -webkit-transform: translate3d(0, 15px, 0); transform: translate3d(0, 15px, 0); -webkit-transition: opacity 0.3s, -webkit-transform 0.3s; transition: opacity 0.3s, -webkit-transform 0.3s; -o-transition: opacity 0.3s, transform 0.3s; transition: opacity 0.3s, transform 0.3s; transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s; } .tooltip-effect-8 .tooltip-content2 { -webkit-transform: translate3d(0, 10px, 0) rotate3d(0, 1, 0, 90deg); transform: translate3d(0, 10px, 0) rotate3d(0, 1, 0, 90deg); -webkit-transform-origin: 50% 100%; -ms-transform-origin: 50% 100%; transform-origin: 50% 100%; -webkit-transition: opacity 0.3s, -webkit-transform 0.3s; transition: opacity 0.3s, -webkit-transform 0.3s; -o-transition: opacity 0.3s, transform 0.3s; transition: opacity 0.3s, transform 0.3s; transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s; } .tooltip-effect-8 .tooltip-content2 i { -webkit-transform: scale3d(0, 0, 1); transform: scale3d(0, 0, 1); -webkit-transition: opacity 0.3s, -webkit-transform 0.3s; transition: opacity 0.3s, -webkit-transform 0.3s; -o-transition: opacity 0.3s, transform 0.3s; transition: opacity 0.3s, transform 0.3s; transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s; } .tooltip-effect-9 .tooltip-content2 { -webkit-transform: translate3d(0, -20px, 0); transform: translate3d(0, -20px, 0); -webkit-transition: opacity 0.3s, -webkit-transform 0.3s; transition: opacity 0.3s, -webkit-transform 0.3s; -o-transition: opacity 0.3s, transform 0.3s; transition: opacity 0.3s, transform 0.3s; transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s; } .tooltip-effect-9 .tooltip-content2 i { -webkit-transform: translate3d(0, 20px, 0); transform: translate3d(0, 20px, 0); -webkit-transition: opacity 0.3s, -webkit-transform 0.3s; transition: opacity 0.3s, -webkit-transform 0.3s; -o-transition: opacity 0.3s, transform 0.3s; transition: opacity 0.3s, transform 0.3s; transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s; } /* Template Name: Admin pro Admin Author: Wrappixel Email: <EMAIL> File: scss */ /* Template Name: Admin Pro Admin Author: Wrappixel Email: <EMAIL> File: scss */ /*Theme Colors*/ /*bootstrap Color*/ /*Light colors*/ /*Normal Color*/ /*Extra Variable*/ /******************* Vertical tabs ******************/ .vtabs { display: table; } .vtabs .tabs-vertical { width: 150px; border-bottom: 0px; border-right: 1px solid rgba(120, 130, 140, 0.13); display: table-cell; vertical-align: top; } .vtabs .tabs-vertical li .nav-link { color: #263238; margin-bottom: 10px; border: 0px; border-radius: 4px 0 0 4px; } .vtabs .tab-content { display: table-cell; padding: 20px; vertical-align: top; } .tabs-vertical li .nav-link.active, .tabs-vertical li .nav-link:hover, .tabs-vertical li .nav-link.active:focus { background: #398bf7; border: 0px; color: #ffffff; } /*Custom vertical tab*/ .customvtab .tabs-vertical li .nav-link.active, .customvtab .tabs-vertical li .nav-link:hover, .customvtab .tabs-vertical li .nav-link:focus { background: #ffffff; border: 0px; border-right: 2px solid #398bf7; margin-right: -1px; color: #398bf7; } .tabcontent-border { border: 1px solid #ddd; border-top: 0px; } .customtab2 li a.nav-link { border: 0px; margin-right: 3px; color: #67757c; } .customtab2 li a.nav-link.active { background: #398bf7; color: #ffffff; } .customtab2 li a.nav-link:hover { color: #ffffff; background: #398bf7; } /* Template Name: Admin pro Admin Author: Wrappixel Email: <EMAIL> File: scss */ /* Template Name: Admin Pro Admin Author: Wrappixel Email: <EMAIL> File: scss */ /*Theme Colors*/ /*bootstrap Color*/ /*Light colors*/ /*Normal Color*/ /*Extra Variable*/ /******************* Timeline page ******************/ .timeline { position: relative; padding: 20px 0 20px; list-style: none; max-width: 1200px; margin: 0 auto; } .timeline:before { content: " "; position: absolute; top: 0; bottom: 0; left: 50%; width: 3px; margin-left: -1.5px; background-color: #e9edf2; } .timeline > li { position: relative; margin-bottom: 20px; } .timeline > li:before, .timeline > li:after { content: " "; display: table; } .timeline > li:after { clear: both; } .timeline > li:before, .timeline > li:after { content: " "; display: table; } .timeline > li:after { clear: both; } .timeline > li > .timeline-panel { float: left; position: relative; width: 46%; padding: 20px; border: 1px solid rgba(120, 130, 140, 0.13); border-radius: 4px; -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05); box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05); } .timeline > li > .timeline-panel:before { content: " "; display: inline-block; position: absolute; top: 26px; right: -8px; border-top: 8px solid transparent; border-right: 0 solid rgba(120, 130, 140, 0.13); border-bottom: 8px solid transparent; border-left: 8px solid rgba(120, 130, 140, 0.13); } .timeline > li > .timeline-panel:after { content: " "; display: inline-block; position: absolute; top: 27px; right: -7px; border-top: 7px solid transparent; border-right: 0 solid #ffffff; border-bottom: 7px solid transparent; border-left: 7px solid #ffffff; } .timeline > li > .timeline-badge { z-index: 10; position: absolute; top: 16px; left: 50%; width: 50px; height: 50px; margin-left: -25px; border-radius: 50% 50% 50% 50%; text-align: center; font-size: 1.4em; line-height: 50px; color: #fff; overflow: hidden; } .timeline > li.timeline-inverted > .timeline-panel { float: right; } .timeline > li.timeline-inverted > .timeline-panel:before { right: auto; left: -8px; border-right-width: 8px; border-left-width: 0; } .timeline > li.timeline-inverted > .timeline-panel:after { right: auto; left: -7px; border-right-width: 7px; border-left-width: 0; } .timeline-badge.primary { background-color: #745af2; } .timeline-badge.success { background-color: #06d79c; } .timeline-badge.warning { background-color: #ffb22b; } .timeline-badge.danger { background-color: #ef5350; } .timeline-badge.info { background-color: #398bf7; } .timeline-title { margin-top: 0; color: inherit; font-weight: 400; } .timeline-body > p, .timeline-body > ul { margin-bottom: 0; } .timeline-body > p + p { margin-top: 5px; } /******************* Horizontal Timeline page ******************/ .cd-horizontal-timeline .events a { padding-bottom: 6px; color: #398bf7; } .cd-horizontal-timeline .filling-line, .cd-horizontal-timeline .events a.selected::after { background: #398bf7; } .cd-horizontal-timeline .events a.selected::after { border-color: #398bf7; } .cd-horizontal-timeline .m-t-40 { margin-top: 40px !important; } /* Template Name: Admin pro Admin Author: Wrappixel Email: <EMAIL> File: scss */ /* Template Name: Admin Pro Admin Author: Wrappixel Email: <EMAIL> File: scss */ /*Theme Colors*/ /*bootstrap Color*/ /*Light colors*/ /*Normal Color*/ /*Extra Variable*/ /*============================================================== Ui-bootstrap ============================================================== */ ul.list-icons { margin: 0px; padding: 0px; } ul.list-icons li { list-style: none; line-height: 30px; margin: 5px 0; -webkit-transition: 0.2s ease-in; -o-transition: 0.2s ease-in; transition: 0.2s ease-in; } ul.list-icons li a { color: #67757c; } ul.list-icons li a:hover { color: #398bf7; } ul.list-icons li i { font-size: 13px; padding-right: 8px; } ul.list-inline li { display: inline-block; padding: 0 8px; } ul.two-part { margin: 0px; } ul.two-part li { width: 48.8%; } /*Accordion*/ html body .accordion .card { margin-bottom: 0px; } /* Template Name: Admin pro Admin Author: Wrappixel Email: <EMAIL> File: scss */ /* Template Name: Admin Pro Admin Author: Wrappixel Email: <EMAIL> File: scss */ /*Theme Colors*/ /*bootstrap Color*/ /*Light colors*/ /*Normal Color*/ /*Extra Variable*/ /******************* User card page ******************/ .el-element-overlay .white-box { padding: 0px; } .el-element-overlay .el-card-item { position: relative; padding-bottom: 25px; } .el-element-overlay .el-card-item .el-card-avatar { margin-bottom: 15px; } .el-element-overlay .el-card-item .el-card-content { text-align: center; } .el-element-overlay .el-card-item .el-card-content h3 { margin: 0px; } .el-element-overlay .el-card-item .el-card-content a { color: #67757c; } .el-element-overlay .el-card-item .el-card-content a:hover { color: #398bf7; } .el-element-overlay .el-card-item .el-overlay-1 { width: 100%; height: 100%; overflow: hidden; position: relative; text-align: center; cursor: default; } .el-element-overlay .el-card-item .el-overlay-1 img { display: block; position: relative; -webkit-transition: all .4s linear; -o-transition: all .4s linear; transition: all .4s linear; width: 100%; height: auto; } .el-element-overlay .el-card-item .el-overlay-1:hover img { -ms-transform: scale(1.2) translateZ(0); -webkit-transform: scale(1.2) translateZ(0); /* transform: scale(1.2) translateZ(0); */ } .el-element-overlay .el-card-item .el-overlay-1 .el-info { text-decoration: none; display: inline-block; text-transform: uppercase; color: #ffffff; background-color: transparent; filter: alpha(opacity=0); -webkit-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; transition: all .2s ease-in-out; padding: 0; margin: auto; position: absolute; top: 50%; left: 0; right: 0; transform: translateY(-50%) translateZ(0); -webkit-transform: translateY(-50%) translateZ(0); -ms-transform: translateY(-50%) translateZ(0); } .el-element-overlay .el-card-item .el-overlay-1 .el-info > li { list-style: none; display: inline-block; margin: 0 3px; } .el-element-overlay .el-card-item .el-overlay-1 .el-info > li a { border-color: #ffffff; color: #ffffff; padding: 12px 15px 10px; } .el-element-overlay .el-card-item .el-overlay-1 .el-info > li a:hover { background: #398bf7; border-color: #398bf7; } .el-element-overlay .el-card-item .el-overlay { width: 100%; height: 100%; position: absolute; overflow: hidden; top: 0; left: 0; opacity: 0; background-color: rgba(0, 0, 0, 0.7); -webkit-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; transition: all .4s ease-in-out; } .el-element-overlay .el-card-item .el-overlay-1:hover .el-overlay { opacity: 1; filter: alpha(opacity=100); -webkit-transform: translateZ(0); -ms-transform: translateZ(0); transform: translateZ(0); } .el-element-overlay .el-card-item .el-overlay-1 .scrl-dwn { top: -100%; } .el-element-overlay .el-card-item .el-overlay-1 .scrl-up { top: 100%; height: 0px; } .el-element-overlay .el-card-item .el-overlay-1:hover .scrl-dwn { top: 0px; } .el-element-overlay .el-card-item .el-overlay-1:hover .scrl-up { top: 0px; height: 100%; } /* Template Name: Admin pro Admin Author: Wrappixel Email: <EMAIL> File: scss */ /* Template Name: Admin Pro Admin Author: Wrappixel Email: <EMAIL> File: scss */ /*Theme Colors*/ /*bootstrap Color*/ /*Light colors*/ /*Normal Color*/ /*Extra Variable*/ /*============================================================== widget-chart-page product review ============================================================== */ .product-review { margin: 0px; padding: 25px; } .product-review li { display: block; padding: 20px 0; list-style: none; } .product-review li .font, .product-review li span { display: inline-block; margin-left: 10px; } .social-profile { text-align: center; background: rgba(7, 10, 43, 0.8); } .profile-tab li a.nav-link, .customtab li a.nav-link { border: 0px; padding: 15px 20px; color: #67757c; } .profile-tab li a.nav-link.active, .customtab li a.nav-link.active { border-bottom: 2px solid #398bf7; color: #398bf7; } .profile-tab li a.nav-link:hover, .customtab li a.nav-link:hover { color: #398bf7; } /*******************/ /*widgets -app*/ /*******************/ .css-bar:after { z-index: 1; } .css-bar > i { z-index: 10; } ul.list-icons { margin: 0px; padding: 0px; } ul.list-icons li { list-style: none; line-height: 30px; margin: 5px 0; -webkit-transition: 0.2s ease-in; -o-transition: 0.2s ease-in; transition: 0.2s ease-in; } ul.list-icons li a { color: #67757c; } ul.list-icons li a:hover { color: #398bf7; } ul.list-icons li i { padding-right: 8px; } /*Widget charts page*/ .total-revenue4 { position: relative; } .total-revenue4 .ct-series-a .ct-line { stroke: #398bf7; stroke-width: 1px; } .total-revenue4 .ct-series-a .ct-point { stroke: #398bf7; stroke-width: 5px; } .total-revenue4 .ct-series-b .ct-line { stroke: #06d79c; stroke-width: 1px; } .total-revenue4 .ct-series-b .ct-point { stroke: #06d79c; stroke-width: 5px; } .total-revenue4 .ct-series-a .ct-area { fill: #398bf7; fill-opacity: 0.2; } .total-revenue4 .ct-series-b .ct-area { fill: #06d79c; fill-opacity: 0.2; }
0.297368
0.04365
body, table { margin : 0px; font-family : "Trebuchet MS"; font-size: 13px; } .main { padding : 10px; } h1 { color : rgb(244, 136, 33); padding : 5px; background-color : black; } a { color : #b32; } input, textarea, select, input.dfile { border : 1px solid #bbb; padding:4px; } input.dint, input.duint, input.ddate, input.dfloat { width : 80px; } img.dfile { position : absolute; left : 800px; } input.button { color : white; font-weight : bold; min-width : 100px; background-color : #b32; cursor : pointer; border : 0px; border-radius: 4px; padding: 6px; } input.ddatetime { width : 120px; } input.dstring { width : 400px; } input.dtinytext { width : 700px; } textarea.dtext { width : 700px; height : 200px; } input:focus, textarea:focus, select:focus { background-color : #f5f5f5; } select { width : 300px; } input.button:hover { background-color : rgb(244, 136, 33); } input.button:focus { background-color : rgb(244, 136, 33); } .derror { text-align : center; background-color : #fee; } table.results { border-collapse : collapse; border-spacing : 0px; /*font-size : 90%;*/ white-space : nowrap; margin-bottom : 20px; td { padding : 1px; border-left : 1px solid #bbb; border-right : 1px solid #bbb; } tr.header { background-color : #b32; color : white; a { color : white; text-decoration : underline; } } tr { background-color : white; } tr.odd { background-color : #eee; } tr:hover td { background-color : #fee; } tr.odd:hover td { background-color : #ffd7d7; } } div.links { position : absolute; width : 100%; height : 22px; top : 40px; left : 0px; color : #e82; background-color : #e82; } div.links a:first-child { margin-left : 2px; } div.links a { padding-left : 8px; padding-right : 8px; font-weight : bold; line-height : 22px; color : white; text-decoration : none; } table{ border-collapse:collapse; border-spacing:0; } table td,table th{ padding:8px; } table td{ border-top: 1px solid #EEE; } table th{ background-color:#EEE; font-weight:bold; color:#666; }
src/db.css
body, table { margin : 0px; font-family : "Trebuchet MS"; font-size: 13px; } .main { padding : 10px; } h1 { color : rgb(244, 136, 33); padding : 5px; background-color : black; } a { color : #b32; } input, textarea, select, input.dfile { border : 1px solid #bbb; padding:4px; } input.dint, input.duint, input.ddate, input.dfloat { width : 80px; } img.dfile { position : absolute; left : 800px; } input.button { color : white; font-weight : bold; min-width : 100px; background-color : #b32; cursor : pointer; border : 0px; border-radius: 4px; padding: 6px; } input.ddatetime { width : 120px; } input.dstring { width : 400px; } input.dtinytext { width : 700px; } textarea.dtext { width : 700px; height : 200px; } input:focus, textarea:focus, select:focus { background-color : #f5f5f5; } select { width : 300px; } input.button:hover { background-color : rgb(244, 136, 33); } input.button:focus { background-color : rgb(244, 136, 33); } .derror { text-align : center; background-color : #fee; } table.results { border-collapse : collapse; border-spacing : 0px; /*font-size : 90%;*/ white-space : nowrap; margin-bottom : 20px; td { padding : 1px; border-left : 1px solid #bbb; border-right : 1px solid #bbb; } tr.header { background-color : #b32; color : white; a { color : white; text-decoration : underline; } } tr { background-color : white; } tr.odd { background-color : #eee; } tr:hover td { background-color : #fee; } tr.odd:hover td { background-color : #ffd7d7; } } div.links { position : absolute; width : 100%; height : 22px; top : 40px; left : 0px; color : #e82; background-color : #e82; } div.links a:first-child { margin-left : 2px; } div.links a { padding-left : 8px; padding-right : 8px; font-weight : bold; line-height : 22px; color : white; text-decoration : none; } table{ border-collapse:collapse; border-spacing:0; } table td,table th{ padding:8px; } table td{ border-top: 1px solid #EEE; } table th{ background-color:#EEE; font-weight:bold; color:#666; }
0.253676
0.041813
.jq-notify-zone { position: absolute; margin: 0 auto; display: none; z-index: 100; min-height: 32px; width: 96%; left: 2%; top: 48px; text-align: center; } .jq-notify { position: relative; display: inline-block; width: 100%; max-width: 1024px; margin: 8px 0; background: #fff; background: rgba( 255, 255, 255, 0.95 ); box-shadow: 0 0 16px 8px rgba(0, 0, 0, 0.2); border: 1px solid #888; } .jq-notify-body { padding: 8px 8px; text-align: center; font-size: 10pt; text-shadow: 0px 0px 8px #fff; } .jq-notify-body p { display: inline-block; vertical-align: middle; width: 60%; max-width: 512px; min-height: 18px; margin: 4px; } .jq-notify-body .jq-notify-buttons { display: inline-block; vertical-align: middle; text-align: left; width: 20%; } .jq-notify-body .jq-notify-tools { display: inline-block; vertical-align: middle; text-align: right; width: 20%; } .jq-notify-type-warning { border-top: 4px solid #f5d27a; } .jq-notify-type-error { border-top: 4px solid #f5d27a; } .jq-notify-type-info { border-top: 4px solid #66aadd; } .jq-notify-type-success { border-top: 4px solid #aadd66; } .jq-notify-type-critical { border-top: 4px solid #e14626; } .jq-notify-remover, .jq-notify button { display: inline-block; border: 1px solid #999; border-color: #bbb #999 #999 #bbb; box-shadow: inset 0 0 0 1px #fff; background-color: #e5e5e5; border-radius: 2px; margin: 0 4px; color: #666; } .jq-notify-remover:hover, .jq-notify button:hover { background-color: #ebebeb; border-color: #aaa #888 #888 #aaa; color: #222; } .jq-notify-remover { display: inline-block; cursor: pointer; height: 15px; width: 15px; text-align: center; line-height: 0.9em; font-weight: 200; font-size: 12pt; } .jq-notify button { padding: 1px 8px !important; font-size: 9pt; } .jq-notify-tools form { display: inline; } .jq-notify-config { width: 150px; border: none; font-size: 9pt; } button.command-button { overflow: visible; display: inline-block; border: 1px solid #999; border-color: #bbb #999 #999 #bbb; box-shadow: inset 0 0 0 1px #fff; background-color: #e5e5e5; border-radius: 2px; font-size: 9pt; color: #666; } button.command-button:hover { background-color: #ebebeb; border-color: #aaa #888 #888 #aaa; color: #222; } button.command-button[data-state] { position: relative; margin-left: 30px; } button.command-button[data-state] span { display: block; position: absolute; vertical-align: middle; height: 12px; width: 12px; left: -24px; border-radius: 8px; box-shadow: 1px 1px 0px 0px #fff; } button.command-button[data-state="1"] span { background: #8e2; border: 1px solid #4a1; } button.command-button[data-state="0"] span { background: #e82; border: 1px solid #a41; }
application/media/css/jquery.notify.css
.jq-notify-zone { position: absolute; margin: 0 auto; display: none; z-index: 100; min-height: 32px; width: 96%; left: 2%; top: 48px; text-align: center; } .jq-notify { position: relative; display: inline-block; width: 100%; max-width: 1024px; margin: 8px 0; background: #fff; background: rgba( 255, 255, 255, 0.95 ); box-shadow: 0 0 16px 8px rgba(0, 0, 0, 0.2); border: 1px solid #888; } .jq-notify-body { padding: 8px 8px; text-align: center; font-size: 10pt; text-shadow: 0px 0px 8px #fff; } .jq-notify-body p { display: inline-block; vertical-align: middle; width: 60%; max-width: 512px; min-height: 18px; margin: 4px; } .jq-notify-body .jq-notify-buttons { display: inline-block; vertical-align: middle; text-align: left; width: 20%; } .jq-notify-body .jq-notify-tools { display: inline-block; vertical-align: middle; text-align: right; width: 20%; } .jq-notify-type-warning { border-top: 4px solid #f5d27a; } .jq-notify-type-error { border-top: 4px solid #f5d27a; } .jq-notify-type-info { border-top: 4px solid #66aadd; } .jq-notify-type-success { border-top: 4px solid #aadd66; } .jq-notify-type-critical { border-top: 4px solid #e14626; } .jq-notify-remover, .jq-notify button { display: inline-block; border: 1px solid #999; border-color: #bbb #999 #999 #bbb; box-shadow: inset 0 0 0 1px #fff; background-color: #e5e5e5; border-radius: 2px; margin: 0 4px; color: #666; } .jq-notify-remover:hover, .jq-notify button:hover { background-color: #ebebeb; border-color: #aaa #888 #888 #aaa; color: #222; } .jq-notify-remover { display: inline-block; cursor: pointer; height: 15px; width: 15px; text-align: center; line-height: 0.9em; font-weight: 200; font-size: 12pt; } .jq-notify button { padding: 1px 8px !important; font-size: 9pt; } .jq-notify-tools form { display: inline; } .jq-notify-config { width: 150px; border: none; font-size: 9pt; } button.command-button { overflow: visible; display: inline-block; border: 1px solid #999; border-color: #bbb #999 #999 #bbb; box-shadow: inset 0 0 0 1px #fff; background-color: #e5e5e5; border-radius: 2px; font-size: 9pt; color: #666; } button.command-button:hover { background-color: #ebebeb; border-color: #aaa #888 #888 #aaa; color: #222; } button.command-button[data-state] { position: relative; margin-left: 30px; } button.command-button[data-state] span { display: block; position: absolute; vertical-align: middle; height: 12px; width: 12px; left: -24px; border-radius: 8px; box-shadow: 1px 1px 0px 0px #fff; } button.command-button[data-state="1"] span { background: #8e2; border: 1px solid #4a1; } button.command-button[data-state="0"] span { background: #e82; border: 1px solid #a41; }
0.361616
0.064801
.svgtable { background-color:#E6E6FA; border:4px ridge navy; margin:10px; } /* SVG chart itself */ .svgchart { padding:10px; } /* Main title of chart */ .titletext { font-family: Arial, Helvetica, sans-serif; text-align:center; color: navy; font-size: 14px; text-shadow: 2px 2px darkgray; font-weight:bold; fill: navy; } /* Caption below chart */ .captiontext { text-align:center; font-size: 10px; fill: navy; color: navy; } /* One graphical segment of each data point on charts */ .bar { fill:navy; font-family: Arial, Helvetica, sans-serif; font-size: 10px; stroke-width: 0.4; stroke: gray; } /* Segments of just area chart, overruling above if needed */ .areabar { stroke-width: 1.5; stroke: black; fill: navy; } /* Line chart */ .line { fill: none; stroke: navy; stroke-width: 1.5px; } /* Chart area */ .chart { stroke: gray; stroke-width: 0.2; } /* Both axis all visual elements */ .axis { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: blue; } /* X-axis tick labels */ .x { } /* Y-axis tick labels */ .y { } /* X-axis title */ .xtitle { font-size: 12px; color: navy; font-weight:bold; } /* Y-axis title */ .ytitle { font-size: 12px; color: navy; font-weight:bold; } /* Tick lines of chart */ .tick { } /* Both axis labels: texts */ .major { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: black; fill: navy; margin: 2px; } /* Texts of segments in pie chart */ .pietext { font-size: 14px; stroke-width: 0; font-weight:bold; text-shadow: 2px 2px darkgray; fill: black; } /* Domain of chart */ .domain { } /* Data export table, Excel */ .exportexcel { width:90%; color:navy; border:1px; font-size: 10px; } /* Heading text of data export table */ .exporttitle { color:darkgray; font-size: 14px; font-weight:bold; } /* Labels of export table */ .exportheading { background-color:darkgray; } /* Export table of JSON data */ .exportjson { color:navy; font-size: 10px; font-weight:bold; } /* Export info message for all data types */ .exportsave { color:blue; font-size: 10px; } /* General styles of data export boxes & buttons */ .actbox { background-color: #777777; border-style: outset; border-width: 2px; border-color: #666666; padding: 2px 4px 2px 4px; margin: auto; } .actlayout { width: 240px; /* 35%; */ text-align:right; float: right; } .actbox:hover { background-color: darkgray; /* #DDDDDD; */ } /* Warning messages */ .datawarning { color: #8A3E3E; background-color: #FFDBEA; border-color: red; } /* All buttons outlook */ .buttons { background-color:darkgray; float:right; } /* Tooltip definitions */ .ISO-3166-1 { /* color: transparent; */ font-size: 1.0em; } div.iputooltip { font: 1.0em; font-family: Arial, Helvetica, sans-serif; line-height: 1.0; color: Black; position: absolute; padding: 5px 10px 5px 10px; background: #ffffcc; /* #faf8ba; */ border-radius: 8px; box-shadow: 4px 4px 2px gray; } div.iputooltip span.label { display: inline-block; width: 40%; margin-right: 10px; font-weight: bold; } /* Basic primitives of SVG */ svg { background-color:#FFFFFF; padding:4px; border:2px ridge navy; } text { } g { } rect { } path { } line { }
d3chart.css
.svgtable { background-color:#E6E6FA; border:4px ridge navy; margin:10px; } /* SVG chart itself */ .svgchart { padding:10px; } /* Main title of chart */ .titletext { font-family: Arial, Helvetica, sans-serif; text-align:center; color: navy; font-size: 14px; text-shadow: 2px 2px darkgray; font-weight:bold; fill: navy; } /* Caption below chart */ .captiontext { text-align:center; font-size: 10px; fill: navy; color: navy; } /* One graphical segment of each data point on charts */ .bar { fill:navy; font-family: Arial, Helvetica, sans-serif; font-size: 10px; stroke-width: 0.4; stroke: gray; } /* Segments of just area chart, overruling above if needed */ .areabar { stroke-width: 1.5; stroke: black; fill: navy; } /* Line chart */ .line { fill: none; stroke: navy; stroke-width: 1.5px; } /* Chart area */ .chart { stroke: gray; stroke-width: 0.2; } /* Both axis all visual elements */ .axis { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: blue; } /* X-axis tick labels */ .x { } /* Y-axis tick labels */ .y { } /* X-axis title */ .xtitle { font-size: 12px; color: navy; font-weight:bold; } /* Y-axis title */ .ytitle { font-size: 12px; color: navy; font-weight:bold; } /* Tick lines of chart */ .tick { } /* Both axis labels: texts */ .major { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: black; fill: navy; margin: 2px; } /* Texts of segments in pie chart */ .pietext { font-size: 14px; stroke-width: 0; font-weight:bold; text-shadow: 2px 2px darkgray; fill: black; } /* Domain of chart */ .domain { } /* Data export table, Excel */ .exportexcel { width:90%; color:navy; border:1px; font-size: 10px; } /* Heading text of data export table */ .exporttitle { color:darkgray; font-size: 14px; font-weight:bold; } /* Labels of export table */ .exportheading { background-color:darkgray; } /* Export table of JSON data */ .exportjson { color:navy; font-size: 10px; font-weight:bold; } /* Export info message for all data types */ .exportsave { color:blue; font-size: 10px; } /* General styles of data export boxes & buttons */ .actbox { background-color: #777777; border-style: outset; border-width: 2px; border-color: #666666; padding: 2px 4px 2px 4px; margin: auto; } .actlayout { width: 240px; /* 35%; */ text-align:right; float: right; } .actbox:hover { background-color: darkgray; /* #DDDDDD; */ } /* Warning messages */ .datawarning { color: #8A3E3E; background-color: #FFDBEA; border-color: red; } /* All buttons outlook */ .buttons { background-color:darkgray; float:right; } /* Tooltip definitions */ .ISO-3166-1 { /* color: transparent; */ font-size: 1.0em; } div.iputooltip { font: 1.0em; font-family: Arial, Helvetica, sans-serif; line-height: 1.0; color: Black; position: absolute; padding: 5px 10px 5px 10px; background: #ffffcc; /* #faf8ba; */ border-radius: 8px; box-shadow: 4px 4px 2px gray; } div.iputooltip span.label { display: inline-block; width: 40%; margin-right: 10px; font-weight: bold; } /* Basic primitives of SVG */ svg { background-color:#FFFFFF; padding:4px; border:2px ridge navy; } text { } g { } rect { } path { } line { }
0.216425
0.058993
/* ---- Style ---- */ .theme-dark { --header-primary: #fff; --header-secondary: #b9bbbe; --text-normal: #dcddde; --text-muted: #b9bbbe; --interactive-normal: #b9bbbe; --interactive-hover: #dcddde; --interactive-active: #fff; --interactive-muted: #72767d; --background-primary: #292841; --background-secondary: #232438; --background-secondary-alt: #1d1f2f; --background-tertiary: #181926; --background-accent: #3e3f65; --background-floating: #101019; --background-mobile-primary: #292841; --background-mobile-secondary: #232438; --background-modifier-hover: rgba(62, 63, 101, 0.16); --background-modifier-active: rgba(62, 63, 101, 0.24); --background-modifier-selected: rgba(62, 63, 101, 0.32); --background-modifier-accent: hsla(0, 0%, 100%, 0.06); --info-positive-text: #fff; --info-warning-text: #fff; --info-danger-text: #fff; --info-help-background: hsla( 197, calc(var(--saturation-factor, 1) * 100%), 47.8%, 0.1 ); --info-help-foreground: hsl( 197, calc(var(--saturation-factor, 1) * 100%), 47.8% ); --info-help-text: #fff; --status-warning-text: #000; --scrollbar-thin-thumb: #181926; --scrollbar-thin-track: transparent; --scrollbar-auto-thumb: #181926; --scrollbar-auto-track: hsl( 233, calc(var(--saturation-factor, 1) * 26%), 18% ); --scrollbar-auto-scrollbar-color-thumb: #181926; --scrollbar-auto-scrollbar-color-track: #232438; --elevation-stroke: 0 0 0 1px rgba(4, 4, 5, 0.15); --elevation-low: 0 1px 0 rgba(4, 4, 5, 0.2), 0 1.5px 0 rgba(6, 6, 7, 0.05), 0 2px 0 rgba(4, 4, 5, 0.05); --elevation-medium: 0 4px 4px rgba(0, 0, 0, 0.16); --elevation-high: 0 8px 16px rgba(0, 0, 0, 0.24); --logo-primary: #fff; --control-brand-foreground: hsl( 227, calc(var(--saturation-factor, 1) * 57.9%), 77.6% ); --control-brand-foreground-new: hsl( 235, calc(var(--saturation-factor, 1) * 86.1%), 77.5% ); --background-mentioned: hsla( 38, calc(var(--saturation-factor, 1) * 95.7%), 54.1%, 0.1 ); --background-mentioned-hover: hsla( 38, calc(var(--saturation-factor, 1) * 95.7%), 54.1%, 0.08 ); --background-message-hover: rgba(4, 4, 5, 0.07); --channels-default: #8e9297; --guild-header-text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4); --channeltextarea-background: #30304f; --activity-card-background: #181926; --textbox-markdown-syntax: #8e9297; --deprecated-card-bg: rgba(24, 25, 38, 0.6); --deprecated-card-editable-bg: rgba(24, 25, 38, 0.3); --deprecated-store-bg: #292841; --deprecated-quickswitcher-input-background: #3e3f65; --deprecated-quickswitcher-input-placeholder: hsla(0, 0%, 100%, 0.3); --deprecated-text-input-bg: rgba(0, 0, 0, 0.1); --deprecated-text-input-border: rgba(0, 0, 0, 0.3); --deprecated-text-input-border-hover: #040405; --deprecated-text-input-border-disabled: #181926; --deprecated-text-input-prefix: #dcddde; } .theme-dark, .theme-light { --text-link: hsl(212, calc(var(--saturation-factor, 1) * 100%), 67%); --text-link-low-saturation: hsl( 212, calc(var(--saturation-factor, 1) * 100%), 72% ); --text-positive: var(--green); --text-warning: var(--yellow); --text-danger: var(--red); --info-positive-background: hsla( 139, calc(var(--saturation-factor, 1) * 47.3%), 43.9%, 0.1 ); --info-positive-foreground: hsl( 139, calc(var(--saturation-factor, 1) * 47.3%), 43.9% ); --info-warning-background: hsla( 38, calc(var(--saturation-factor, 1) * 95.7%), 54.1%, 0.1 ); --info-warning-foreground: hsl( 38, calc(var(--saturation-factor, 1) * 95.7%), 54.1% ); --info-danger-background: hsla( 359, calc(var(--saturation-factor, 1) * 82.6%), 59.4%, 0.1 ); --info-danger-foreground: hsl( 359, calc(var(--saturation-factor, 1) * 82.6%), 59.4% ); --status-positive-background: hsl( 139, calc(var(--saturation-factor, 1) * 47.3%), 43.9% ); --status-positive-text: #fff; --status-warning-background: hsl( 38, calc(var(--saturation-factor, 1) * 95.7%), 54.1% ); --status-danger-background: hsl( 359, calc(var(--saturation-factor, 1) * 82.6%), 59.4% ); --status-danger-text: #fff; --focus-primary: hsl(197, calc(var(--saturation-factor, 1) * 100%), 47.8%); } :root { --border-radius-1: 16px; --border-radius-2: 10px; --border-radius-3: 5px; --grey: #99aab5; --bronze: #e4953c; --usesettingsicons: calc( var(--settingsicons, 1) / (var(--settingsicons, 1) + 0.00000000000000000000001) ); --settingsiconssize: 20px; --settingsiconsgap: 10px; } ::selection { background: #5966f380; } /* ---- Buttons ---- */ button:not(.searchBarComponent-32dTOx):not(.colorPickerSwatch-5GX3Ve):not(.bd-button) { border-radius: var(10px) !important; } .theme-dark .lookFilled-1Gx00P.colorPrimary-3b3xI6, .theme-dark .lookFilled-1Gx00P.colorGrey-2DXtkV, .iconWrapper-3LVgIo[role="button"] { background-color: var(--background-accent) !important; } .theme-dark .lookFilled-1Gx00P.colorPrimary-3b3xI6:hover, .theme-dark .lookFilled-1Gx00P.colorGrey-2DXtkV:hover, .iconWrapper-3LVgIo[role="button"]:hover { background-color: #4a4c73 !important; } /* ------------------------------------------------------------ 🌱 HOME ------------------------------------------------------------ */ /* ---- Friends ---- */ .theme-dark .container-1D34oG { background-color: var(--background-primary); } .peopleListItem-2nzedh, .actions-1SQwjn, .actions-1SQwjn .actionButton-uPB8Fs { transition: 0.25s; } /* ---- Activity Cards ---- */ .theme-dark .outer-1AjyKL { transition: ease-out 0.25s; } .theme-dark .outer-1AjyKL.active-1xchHY, .theme-dark .outer-1AjyKL.interactive-3B9GmY:hover { background-color: var(--background-floating); } /* ------------------------------------------------------------ 🐻 STATUS AND STATUS PICKER ------------------------------------------------------------ */ #status-picker > .scroller-3BxosC > .item-1tOPte, #status-picker > .scroller-3BxosC > .submenuContainer-2gbm7M > .item-1tOPte { border-radius: var(--border-radius-3); transition: 0.3s; } #status-picker { border-radius: var(--border-radius-2); } .status-1AY8sU[style*="background-color: hsl(139, calc(var(--saturation-factor, 1) * 47.3%), 43.9%);"], [mask*="url(#svg-mask-status-online)"], [mask*="url(#svg-mask-status-online-mobile)"], [fill="hsl(139, calc(var(--saturation-factor, 1) * 47.3%), 43.9%)"], [aria-label="Online"] > svg > rect, .status-1AY8sU[style*="background-color: hsl(38, calc(var(--saturation-factor, 1) * 95.7%), 54.1%);"], [mask*="url(#svg-mask-status-idle)"], [fill="hsl(38, calc(var(--saturation-factor, 1) * 95.7%), 54.1%)"], [aria-label="Idle"] > svg > rect, .status-1AY8sU[style*="background-color: hsl(359, calc(var(--saturation-factor, 1) * 82.6%), 59.4%)"], [mask*="url(#svg-mask-status-dnd)"], [fill="hsl(359, calc(var(--saturation-factor, 1) * 82.6%), 59.4%)"], [aria-label="Do Not Disturb"] > svg > rect, [mask*="url(#svg-mask-status-offline)"], [aria-label="Offline"] > svg > rect, .wrapper-3t9DeA > svg > svg > rect { transition: ease 1s; } /* ---- Online ---- */ .status-1AY8sU[style*="background-color: hsl(139, calc(var(--saturation-factor, 1) * 47.3%), 43.9%);"] { background-color: var(--green) !important; } [mask*="url(#svg-mask-status-online)"], [mask*="url(#svg-mask-status-online-mobile)"], [fill="hsl(139, calc(var(--saturation-factor, 1) * 47.3%), 43.9%)"], [aria-label="Online"] > svg > rect { fill: var(--green); } .status-1AY8sU[style*="background-color: rgb(59, 165, 92);"] { background-color: var(--green) !important; } #status-picker-online.colorDefault-2K3EoJ, #status-picker-online.colorDefault-2K3EoJ.focused-3afm-j { color: var(--green); } #status-picker-online.focused-3afm-j { background-color: var(--green4); } /* ---- Idle ---- */ .status-1AY8sU[style*="background-color: hsl(38, calc(var(--saturation-factor, 1) * 95.7%), 54.1%);"] { background-color: var(--yellow) !important; } [mask*="url(#svg-mask-status-idle)"], [fill="hsl(38, calc(var(--saturation-factor, 1) * 95.7%), 54.1%)"], [aria-label="Idle"] > svg > rect { fill: var(--yellow); } .status-1AY8sU[style*="background-color: rgb(250, 166, 26);"] { background-color: var(--yellow) !important; } #status-picker-idle.colorDefault-2K3EoJ, #status-picker-idle.colorDefault-2K3EoJ.focused-3afm-j { color: var(--yellow); } #status-picker-idle.focused-3afm-j { background-color: var(--yellow4); } /* ---- Do Not Disturb ---- */ .status-1AY8sU[style*="background-color: hsl(359, calc(var(--saturation-factor, 1) * 82.6%), 59.4%)"] { background-color: var(--red) !important; } [mask*="url(#svg-mask-status-dnd)"], [fill="hsl(359, calc(var(--saturation-factor, 1) * 82.6%), 59.4%)"], [aria-label="Do Not Disturb"] > svg > rect { fill: var(--red); } .status-1AY8sU[style*="background-color: rgb(237, 66, 69);"] { background-color: var(--red) !important; } #status-picker-dnd.colorDefault-2K3EoJ, #status-picker-dnd.colorDefault-2K3EoJ.focused-3afm-j { color: var(--red); } #status-picker-dnd.focused-3afm-j { background-color: var(--red4); } /* ---- Invisible ---- */ [mask*="url(#svg-mask-status-offline)"], [aria-label="Offline"] > svg > rect { fill: #99aab5; } #status-picker-invisible.colorDefault-2K3EoJ, #status-picker-invisible.colorDefault-2K3EoJ.focused-3afm-j { color: #99aab5; } #status-picker-invisible.focused-3afm-j { background-color: #97a9b42b; } /* ---- Custom ---- */ .customEmojiPlaceholder-37iZ_j { background-image: url("https://kaiidoo.github.io/Newcord/icons/others/setAcustomStatus.svg"); } #status-picker-custom-status.colorDefault-2K3EoJ, #status-picker-custom-status.colorDefault-2K3EoJ.focused-3afm-j { color: #ffcc4d; } #status-picker-custom-status.focused-3afm-j { background-color: #ffcc4d2b; } /* ---- Streaming ---- */ [mask="url(#svg-mask-status-streaming)"], [aria-label="Streaming"] > svg > rect { fill: var(--purple); } /* ------------------------------------------------------------ 🍯 PERSONAL SETTINGS ------------------------------------------------------------ */ /* ---- Billing ---- */ /* Transaction History */ .theme-dark .codeRedemptionRedirect-1wVR4b { background-color: var(--background-secondary); border-color: var(--background-tertiary); } /* ---- Voice & Video ---- */ /* Preview Video */ .theme-dark .userSettingsVoice-iwdUCU .previewOverlay-2O7_KC { background-color: var(--background-secondary); border-color: var(--background-tertiary); } /* ---- Activity Status ---- */ /* Add an activity Pop-up */ .addGamePopout-2RY8Ju { background-color: var(--background-primary); } /* ---- Boost Cards ---- */ .cardWrapper-2Min21 { border-radius: var(--border-radius-1); } /* Level Circle */ .theme-dark .gemIndicatorContainer-2jdECl { background-color: var(--background-secondary); } /* ---- Connections ---- */ .connectedAccounts-2-XP1G .inner-2Y6JuD.accountBtnInner-sj5jLs { background-size: 30px 30px; } /* ---- Scrollbar ---- */ .contentRegion-3nDuYy { --scrollbar-auto-thumb: transparent; --scrollbar-auto-track: transparent; } /* ---- Add phone number ---- */ .theme-dark .popoutList-T9CKZQ { background-color: var(--background-primary); } .theme-dark .input-3yHnCz { background-color: var(--background-accent); } /* ---- Custom CSS editor ---- */ .monaco-editor, .monaco-editor-background, .monaco-editor .inputarea.ime-input, .monaco-editor .margin, .monaco-editor .minimap-decorations-layer, .monaco-editor .visible.scrollbar.vertical { background-color: var(--background-tertiary) !important; } .monaco-editor .hover-contents { background-color: var(--background-secondary-alt); } .monaco-editor .view-lines .mtk4 { color: #f95b4f; } .monaco-editor .view-lines .mtk5 { color: #ec8824; } .monaco-editor .view-lines .mtk8 { color: #b392f0; } /* ------------------------------------------------------------ 🌿 CHANNEL ------------------------------------------------------------ */ /* ---- Guild Header Popout ---- */ #guild-header-popout { border-radius: var(--border-radius-2); } #guild-header-popout .labelContainer-1BLJti { flex-direction: row-reverse; } #guild-header-popout .iconContainer-2-XQPY { margin: 0 8px 0 0; } .menu-3sdvDG { border-radius: var(--border-radius-2); overflow: hidden; } .scroller-3BxosC .labelContainer-1BLJti { margin: 0; padding: 8px; border-radius: var(--border-radius-3); transition: 0.2s; } /* Server Boost */ #guild-header-popout-premium-subscribe:hover .icon-LYJorE, #guild-header-popout-premium-subscribe:active:not(.hideInteraction-1iHO1O) .icon-LYJorE { color: #ff73fa; } #guild-header-popout-premium-subscribe:hover, #guild-header-popout-premium-subscribe:active:not(.hideInteraction-1iHO1O) { background-color: #ff73fa2a; } /* Invite People */ #guild-header-popout-invite-people:hover .icon-LYJorE, #guild-header-popout-invite-people:active:not(.hideInteraction-1iHO1O) .icon-LYJorE { color: #a5b3e7; } #guild-header-popout-invite-people:hover, #guild-header-popout-invite-people:active:not(.hideInteraction-1iHO1O) { background-color: #a5b3e72a; color: #a5b3e7; } /* Server Settings */ #guild-header-popout-settings .icon-LYJorE, #guild-header-popout-settings:active:not(.hideInteraction-1iHO1O) .icon-LYJorE { color: #546e7a; } #guild-header-popout-settings:hover, #guild-header-popout-settings:active:not(.hideInteraction-1iHO1O) { background-color: #546e7a2a; } /* Server Insights */ #guild-header-popout-insights .icon-LYJorE, #guild-header-popout-insights:active:not(.hideInteraction-1iHO1O) .icon-LYJorE { color: #1abc9c; } #guild-header-popout-insights:hover, #guild-header-popout-insights:active:not(.hideInteraction-1iHO1O) { background-color: #1abc9c2a; } /* Create Channel */ #guild-header-popout-create-channel .icon-LYJorE, #guild-header-popout-create-channel:active:not(.hideInteraction-1iHO1O) .icon-LYJorE { color: #e91e63; } #guild-header-popout-create-channel:hover, #guild-header-popout-create-channel:active:not(.hideInteraction-1iHO1O) { background-color: #e91e632a; } /* Create Category */ #guild-header-popout-create-category .icon-LYJorE, #guild-header-popout-create-category:active:not(.hideInteraction-1iHO1O) .icon-LYJorE { color: #eaa14e; } #guild-header-popout-create-category:hover, #guild-header-popout-create-category:active:not(.hideInteraction-1iHO1O) { background-color: #eaa14e2a; } /* Notifications */ #guild-header-popout-notifications .icon-LYJorE, #guild-header-popout-notifications:active:not(.hideInteraction-1iHO1O) .icon-LYJorE { color: #fcd462; } #guild-header-popout-notifications:hover, #guild-header-popout-notifications:active:not(.hideInteraction-1iHO1O) { background-color: #fcd4622a; } /* Privacy */ #guild-header-popout-privacy .icon-LYJorE, #guild-header-popout-privacy:active:not(.hideInteraction-1iHO1O) .icon-LYJorE { color: #4a84d4; } #guild-header-popout-privacy:hover, #guild-header-popout-privacy:active:not(.hideInteraction-1iHO1O) { background-color: #4a84d42a; } /* Nickname */ #guild-header-popout-change-nickname .icon-LYJorE, #guild-header-popout-change-nickname:active:not(.hideInteraction-1iHO1O) .icon-LYJorE { color: #57f287; } #guild-header-popout-change-nickname:hover, #guild-header-popout-change-nickname:active:not(.hideInteraction-1iHO1O) { background-color: #57f2872a; } /* Hide Muted Channels */ #guild-header-popout-hide-muted-channels:hover svg > path:first-child { color: #444eba; } #guild-header-popout-hide-muted-channels:hover, #guild-header-popout-hide-muted-channels:active:not(.hideInteraction-1iHO1O) { background-color: #444eba5a; } #guild-header-popout-hide-muted-channels:hover svg > path:last-child { color: white; } /* Leave */ #guild-header-popout-leave:hover .icon-LYJorE, #guild-header-popout-leave:active:not(.hideInteraction-1iHO1O) .icon-LYJorE { color: #ed4245; } #guild-header-popout-leave:hover, #guild-header-popout-leave:active:not(.hideInteraction-1iHO1O) { background-color: #ed42452a; color: #ed4245; } /* Label */ .labelContainer-1BLJti.colorDefault-2K3EoJ:hover, .labelContainer-1BLJti.colorDefault-2K3EoJ.focused-3afm-j, .labelContainer-1BLJti.colorDefault-2K3EoJ:active:not(.hideInteraction-1iHO1O) { background-color: #444eba5a; } .labelContainer-1BLJti.colorDanger-2qLCe1:hover, .labelContainer-1BLJti.colorDanger-2qLCe1.focused-3afm-j, .labelContainer-1BLJti.colorDanger-2qLCe1:active:not(.hideInteraction-1iHO1O) { background-color: #ed42452a; } /* ---- Upload ---- */ .theme-dark .uploadModal-2ifh8j { background-color: var(--background-primary); } .theme-dark .footer-3mqk7D { background-color: var(--background-secondary); } /* ---- Channel Topic Popup ---- */ .theme-dark .root-1gCeng { background-color: var(--background-primary); } /* ---- Channel Header ---- */ /* Buttons and searchBar */ .search-2oPWTC:not(.open-6_Y_aH) .searchBar-3dMhjb { width: 27px; background-color: transparent; transition: 0.25s; } .search-2oPWTC:not(.open-6_Y_aH):hover .searchBar-3dMhjb { width: 240px; transition: 0.25s; } .topControls-KKImPZ.controlSection-2h3cS0 > div > div > section > .toolbar-1t6TWx > .button-1xaXFt.iconWrapper-2OrFZ1.clickable-3rdHwn { background-color: transparent !important; } .topControls-KKImPZ.controlSection-2h3cS0 > div > div > section > .toolbar-1t6TWx > .button-1xaXFt.iconWrapper-2OrFZ1.clickable-3rdHwn > svg { color: var(--settings-icon-color) !important; } .search-36MZv-:not(.open-6_Y_aH) { padding: 6px 4.5px 6px 4.5px; margin: 1px 1px 1px 1px; order: -1; border-radius: var(--border-radius-1); } .threadSidebar-1o3BTy > section > .toolbar-1t6TWx .clickable-3rdHwn { border-radius: var(--border-radius-1); } .toolbar-1t6TWx > :first-child:not(.inviteToolbar-3F-l2g) { border-radius: var(--border-radius-1) 0px 0px var(--border-radius-1); } .toolbar-1t6TWx > :last-child > div, .toolbar-1t6TWx > :last-child { border-radius: 0px var(--border-radius-1) var(--border-radius-1) 0px; } .searchBar-3dMhjb .icon-38sknP { width: 24px; height: 24px; } .toolbar-1t6TWx .iconContainer-O4O2CN { width: 20px; height: 20px; } /* ---- SearchBox ---- */ .searchResultsWrap-3-pOjs .scroller-3GIiMh, .searchResultsWrap-3-pOjs .channelName-1JRO3C { background-color: var(--background-tertiary) !important; } .react-datepicker, .react-datepicker__header { background-color: var(--background-secondary) !important; } .react-datepicker__day:first-of-type { border-radius: var(--border-radius-2) 0 0 var(--border-radius-2) !important; } .react-datepicker__day--fri { border-radius: 0 var(--border-radius-2) var(--border-radius-2) 0; } .react-datepicker__day:last-of-type, .option-96V44q { border-radius: var(--border-radius-2) !important; } .react-datepicker__day { background-color: var(--background-tertiary) !important; } .react-datepicker__day--selected:after { background-color: var(--accent-color) !important; } .datePickerHint-3Q1Udw .hintValue-29ny8Z, .theme-dark .activeButton-rvKcqq { background-color: var(--accent-color) !important; color: var(--interactive-selected) !important; } .focused-2bY0OD.queryContainer-RKFJW- { background-color: var(--background-modifier-hover); } .queryContainer-RKFJW- { margin: 10px; border-radius: var(--border-radius-2); } .container-3ayLPN { background-color: var(--background-tertiary) !important; border-radius: var(--border-radius-2); border: 1px solid var(--background-tertiary); } .option-96V44q:after { display: none; } .theme-dark .option-96V44q.selected-rZcOL- { background-color: var(--background-modifier-hover); } /* ---- Channels Bar ---- */ /* Stream Preview */ .theme-dark .streamPreview-2-WUWT { background-color: var(--background-tertiary); } .theme-dark .previewContainer-12UlHl { background-color: var(--background-secondary-alt); } /* Voice Connected Popout */ .theme-dark .container-2x5lvQ section { background-color: var(--background-primary); } .theme-dark .container-2x5lvQ .header-2C89wJ { background-color: var(--background-secondary); } /* ---- No Channel ---- */ .noChannel-3LgMRp { background-color: var(--background-primary); } /* ------------------------------------------------------------ 🦢 MEMBERS ------------------------------------------------------------ */ /* ---- Member Popout ---- */ .userPopout-xaxa6l { max-height: calc(100vh - 40px); } /* Roles */ .body-3HBlXn .rolesList-1geHY1 .role-2irmRk { position: relative; border: none; margin: 0 6px 6px 0; background: transparent; } .body-3HBlXn .rolesList-1geHY1 .roleCircle-3xAZ1j::before { content: ""; position: absolute; top: 0; left: 2px; width: 100%; height: 100%; background: inherit; opacity: 0.2; pointer-events: none; border-radius: 11px; } .body-3HBlXn .rolesList-1geHY1 { left: -2px; } .body-3HBlXn .rolesList-1geHY1 .roleCircle-3xAZ1j { height: 14px; width: 14px; } .body-3HBlXn .rolesList-1geHY1 .roleName-32vpEy { color: var(--text-normal); } /* "Invisible" Role Color */ .body-3HBlXn .rolesList-1geHY1 .roleCircle-3xAZ1j[style="background-color: rgb(24, 25, 28);"], .username-1A8OIy[style="background-color: rgb(24, 25, 28);"] { background-color: var(--background-floating) !important; } /* Note and Message*/ .bodyTitle-1ySSKn.base-1x0h_U.size12-3cLvbJ.muted-3-7c5L.uppercase-3VWUQ9, .note-1oo11U, .inputWrapper-31_8H8.quickMessage-3jDbBs { display: none; } /* ------------------------------------------------------------ 🥭 CHAT ------------------------------------------------------------ */ /* ---- Spoilers ---- */ .theme-dark .spoilerText-3p6IlD.hidden-HHr2R9 { background-color: var(--background-tertiary); } .theme-dark .spoilerText-3p6IlD.hidden-HHr2R9:hover { background-color: #181926cc; } /* ---- Slash Commands ---- */ .theme-dark .autocomplete-1vrmpx, .categoryHeader-O1zU94 { background-color: var(--background-secondary); } .theme-dark .selected-1Tbx07 { background-color: var(--background-primary); } /* ---- Emotes Picker ---- */ .sprite-2iCowe { filter: var(--colored-emoji) !important; } /* Disabled Emotes */ .emojiItem-14v6tW.emojiItemDisabled-1FvFuF { pointer-events: none; filter: none; opacity: 0.3; } .emojiItem-14v6tW .imageLoading-bpSr0M { display: none; } .unicodeShortcut-15J8Ck { background-color: var(--background-secondary-alt); } .theme-dark .emptyHintCard-2mUdMe { background-color: var(--background-primary); } /* ---- Icons and Buttons Colors ---- */ /* Gift */ .button-38aScr .buttonWrapper-1ZmCpA > * { color: #ff73fa; } /* Gif */ #gif-picker-tab .navButton-2gQCx-, .button-38aScr .icon-3D60ES { color: #5865f2; } #gif-picker-tab .navButtonActive-1MkytQ, #gif-picker-tab button:hover { background-color: #5865f22a; } /* Stickers */ #sticker-picker-tab .navButton-2gQCx-, .button-38aScr .stickerIcon-3TP7EM { color: #57f287; } #sticker-picker-tab .navButtonActive-1MkytQ, #sticker-picker-tab button:hover { background-color: #57f2872a; } /* Emoji Picker */ #emoji-picker-tab .navButton-2gQCx- { color: #ffcc4d; } #emoji-picker-tab .navButtonActive-1MkytQ, #emoji-picker-tab button:hover { background-color: #ffcc4d2a; } /* ---- Images And Videos ---- */ .imageWrapper-2p5ogY img, .imageWrapper-2p5ogY video, .embedImage-2W1cML img, .embedImage-2W1cML video, .embedThumbnail-2Y84-K img, .embedThumbnail-2Y84-K video, .embedVideo-3nf0O9 img, .embedVideo-3nf0O9 video { border-radius: var(--border-radius-2); } /* ---- Delete A Message ---- */ .theme-dark .message-2qRu38 { background-color: var(--background-primary); } .theme-dark .footer-2gL1pp { background-color: var(--background-secondary); } /* ---- Everyone Warning Pop-up */ .theme-dark .contentWarningPopout-n5JsIs { background-color: var(--background-primary); } /* ---- Others ---- */ /* Favorite GIF */ .gifFavoriteButton-3Zycl7:hover { color: #ffcc4d; } /* Nitro and Games' embeds */ .theme-dark .tile-2OwFgW { background-color: var(--background-tertiary); } .theme-dark .tile-2OwFgW:hover { background-color: var(--background-floating); } .theme-dark .invalidPoop-pnUbq7 { background-color: rgba(62, 63, 101, 0.3); } /* ------------------------------------------------------------ 🌷 VOCAL ------------------------------------------------------------ */ /* ---- Watch Stream and Share Screen Button ---- */ .cta-3gK0Pu { background-color: var(--background-accent); } .cta-3gK0Pu:hover { background-color: var(--background-primary); } /* ---- Participant and Camera/Share Screen Buttons ---- */ .participantsButton-KYW-IW, .colorable-1bkp8v.primaryDark-3mSFDl { background-color: var(--background-secondary); } .participantsButton-KYW-IW:hover, .colorable-1bkp8v.primaryDark-3mSFDl:hover { background-color: var(--background-tertiary); } /* ---- Call Tiles ---- */ .videoWrapper-2v09vt, .tile-2naSqK { background-color: var(--background-tertiary); } /* ------------------------------------------------------------ 🌱 SERVER SETTINGS ------------------------------------------------------------ */ /* ---- Save Changes Popout ---- */ .container-2VW0UT.elevationHigh-1PneE4[style] { background-color: #101019e6 !important; } /* ---- Roles ---- */ /* ColorPicker */ .colorPickerSwatch-5GX3Ve { border-radius: var(--border-radius-2) !important; } /* ---- Emojis ---- */ .card-FDVird::before { background-color: var(--background-secondary); border-color: var(--background-secondary-alt); } .emojiAliasInput-1y-NBz .emojiInput-1aLNse { background-color: var(--background-tertiary); } /* ---- Welcome Widgets ---- */ .exampleWumpus-1zk2dq .tooltip-1_vJJI { background-color: var(--background-floating); } .exampleWumpus-1zk2dq .tooltipPointer-1awMxk { border-right-color: var(--background-floating); } .exampleContainer-25sB-A { background-color: #312f66; } /* ---- Server Boost and Stickers Status ---- */ /* Bar */ .theme-dark .background-3xPPFc { color: var(--background-tertiary); } .theme-dark .tierInProgress-3mBoXq.tier-2c9-hT { background-color: var(--background-tertiary); } /* Level Containers */ .theme-dark .tierHeaderLocked-3S508x, .theme-dark .tierHeaderUnlocked-3lTDnP { background-color: var(--background-tertiary); } .theme-dark .tierBody-3aUxuc { background-color: var(--background-secondary); } /* ---- Boost Page ---- */ /* Background */ .theme-dark .perksModal-fSYqOq { background-color: var(--background-primary); } /* Bar */ .theme-dark .tierMarkerBackground-3q29am { background-color: var(--background-primary); } .theme-dark .barBackground-2EEiLw { background-color: var(--background-tertiary); } .theme-dark .tierMarkerInProgress-24LMzJ.tierMarker-5HkGJ_ { background-color: var(--background-secondary) !important; } /* Level Containers */ .theme-dark .tierHeaderLocked-1s2JJz { background-color: var(--background-tertiary); } .theme-dark .tierBody-16Chc9 { background-color: var(--background-secondary); } /* Text Blocks */ .theme-dark .perk-2WeBWW { background-color: var(--background-secondary); } /* ------------------------------------------------------------ 🐻 PLUGINS ------------------------------------------------------------ */ /* ---- StaffTag ---- */ /* Admin Crown */ .ownerIcon-2NH9FM.icon-1A2_vz.admin-Kv1Hp_ { color: var(--grey); } /* Management Crown */ .ownerIcon-2NH9FM.icon-1A2_vz.management-3fF_o8 { color: var(--bronze); } /* ------------------------------------------------------------ 🍯 NITRO PAGE ------------------------------------------------------------ */ /* ---- Make Discord Yours ---- */ .hero-EvfTTA { background-image: url(https://kaiidoo.github.io/Newcord/assets/nitro/makeDiscordYours.svg) !important; } /* ---- More Backgrounds ---- */ [src="/assets/317438b1df555820dfaffad6074dbf72.svg"] { content: url(https://kaiidoo.github.io/Newcord/assets/nitro/moreBackgrounds.svg) !important; } /* ---- Style Your Profile ---- */ [src="/assets/2a7b069c2413090d8e17fedbf1647280.png"] { content: url(https://kaiidoo.github.io/Newcord/assets/nitro/styleYourProfile.svg) !important; } /* ---- Special Stickers Access ---- */ [src="/assets/360ca22059b6b674a018547e8e18acdc.svg"] { content: url(https://kaiidoo.github.io/Newcord/assets/nitro/specialStickersAccess.svg) !important; } .stickers-1O9_W6 .featureTitle-W5O6R1 { text-transform: capitalize; } /* ---- More Emoji Power ---- */ [src="/assets/8e180c91237bcacc8b7ff5663262c1b7.svg"] { content: url(https://kaiidoo.github.io/Newcord/assets/nitro/moreEmojiPower.svg) !important; } /* ---- Support Your Server ---- */ [src="/assets/46f302822fa43628962d28f50bb33b01.svg"] { content: url(https://kaiidoo.github.io/Newcord/assets/nitro/supportYourServer.svg) !important; } /* ---- Rep Your Status ---- */ [src="/assets/487594776f6ebfe57e3ac89d6b3fe437.png"] { content: url(https://kaiidoo.github.io/Newcord/assets/nitro/repYourStatus.svg) !important; } /* ---- Bigger Uploads ---- */ [src="/assets/0f67189cc579386633ab41a98088cc8e.png"] { content: url(https://imgur.com/okPlmip.png) !important; } /* ---- Longer Messages ---- */ [src="/assets/afc30837a86d8c6aaee02fdfa2787a11.svg"] { content: url(https://kaiidoo.github.io/Newcord/assets/nitro/longerMessages.svg) !important; } /* ---- More Servers ---- */ [src="/assets/39a7fb525b2593689d328ad7367ee4b5.png"] { content: url(https://imgur.com/N0dRCdy.png) !important; } /* ------------------------------------------------------------ 🌿 OTHERS ------------------------------------------------------------ */ /* ---- Explore ---- */ /* Background */ .theme-dark .pageWrapper-1PgVDX { background-color: var(--background-primary); } /* Main Image */ .searchHeader-2I26nG { padding-top: 30px; } /* Scrollbar */ .pageWrapper-1PgVDX { --scrollbar-auto-thumb: transparent; --scrollbar-auto-track: transparent; } /* Choose Language */ .css-1a1o7fb-control, .css-p0ralp-control, .css-2dw5y-control, .css-bcsufo-menu { background-color: var(--background-tertiary); } /* ---- Nitro Tab ---- */ .homeWrapperNormal-2KSUEa .scrollerBase-289Jih { margin-bottom: 5px !important; } /* ---- Keyboard Combos ---- */ .keyboardShortcutsModal-3piNz7 { background-color: var(--background-primary); } /* ---- Color Picker ---- */ .theme-dark .colorPickerCustom-2CWBn2 { background: var(--background-primary); border-color: var(--background-tertiary); border-radius: var(--border-radius-3); } /* ---- Invite Popup ---- */ .theme-dark .contentWrapper-3WC1ID { background-color: var(--background-secondary); } /* ---- User Profile ---- */ .focusLock-Ns3yie .top-28JiJ- .item-PXvHYJ { border-radius: var(--border-radius-2); padding: 0 25px 0 25px; height: 30px; border: 0; } .tabBarItem-3dfX8P.item-PXvHYJ.selected-3s45Ha.themed-OHr7kt[aria-selected="true"] { background-color: var(--background-secondary) !important; color: var(--text-normal); } .body-r6_QPy { height: calc(100% - 150px); } .listRow-1iDGel { margin: 2px 8px; border-radius: var(--border-radius-2); } .textarea-2r0oV8:focus { background-color: var(--background-secondary); border-radius: var(--border-radius-3); } .lookInverted-2D7oAl .contents-18-Yxp { color: var(--interactive-selected); } .focusLock-Ns3yie .tabBarContainer-37hZsr { padding-right: 20px; border: none; } .root-3QyAh1, .profileBanner-33-uE1, .profileBannerPremium-35utuo, .bannerOverlayProfile-31VOgt { width: 650px; } .root-3QyAh1 .tabBar-3nvOPa { justify-content: space-between; } .root-3QyAh1 .tabBarItem-3dfX8P:first-child:nth-last-child(2) { margin-left: 100px; } .root-3QyAh1 .tabBarItem-3dfX8P:first-child:nth-last-child(2) ~ .tabBarItem-3dfX8P { margin-right: 100px; } .profileBanner-33-uE1 { height: 90px; } .userInfoSection-q_35fn { margin-top: -20px !important; } .userBio-3tlrzS { margin-bottom: 0; } .aboutMeSection---MkQa { padding-top: 16px; } .header-4zuFdR, .customStatusActivity-nmH3DF { margin-left: 8px; } .nameTag-ECvD8P { margin-left: 24px; } .listScroller-3GmIYj { margin: 0 12px 12px 12px; } .userInfoSectionHeader-3TYk6R { margin-top: 8px; } .connectedAccounts-QlRa4m { padding-top: 12px; } .tabBarItem-3dfX8P { margin-right: 0px; } /* ---- User Accounts ---- */ .body-r6_QPy .userInfoSection-q_35fn { border-top: none; } .body-r6_QPy .userInfoSection-q_35fn .connectedAccounts-QlRa4m { justify-content: flex-start; } .body-r6_QPy .userInfoSection-q_35fn .connectedAccounts-QlRa4m .connectedAccount-2Jb-Z0 { position: relative; width: 110px; flex-direction: column; overflow: hidden; border: none; margin: 11px; padding: 10px; } .body-r6_QPy .userInfoSection-q_35fn .connectedAccounts-QlRa4m .connectedAccount-2Jb-Z0 .connectedAccountIcon-3_EQqg { position: relative; margin-top: 10px; margin-bottom: 10px; width: 40px; height: 40px; z-index: 2; } .body-r6_QPy .userInfoSection-q_35fn .connectedAccounts-QlRa4m .connectedAccount-2Jb-Z0 .connectedAccountNameInner-2q3MVf { position: relative; z-index: 1; width: 100%; justify-content: center; overflow: visible; } .body-r6_QPy .userInfoSection-q_35fn .connectedAccounts-QlRa4m .connectedAccount-2Jb-Z0 .connectedAccountNameInner-2q3MVf .connectedAccountName-E1KzaT { text-align: center; margin: 0; } .body-r6_QPy .userInfoSection-q_35fn .connectedAccounts-QlRa4m .connectedAccount-2Jb-Z0 .connectedAccountNameInner-2q3MVf span { display: none; } .body-r6_QPy .userInfoSection-q_35fn .connectedAccounts-QlRa4m .connectedAccount-2Jb-Z0 .anchor-3Z-8Bb { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 2; } .body-r6_QPy .userInfoSection-q_35fn .connectedAccounts-QlRa4m .connectedAccount-2Jb-Z0 .anchor-3Z-8Bb > svg { display: none; } .body-r6_QPy .userInfoSection-q_35fn .connectedAccounts-QlRa4m .connectedAccount-2Jb-Z0 .connectedAccountIcon-3_EQqg + .connectedAccountNameInner-2q3MVf::before { content: ""; position: absolute; top: -65px; left: -10px; z-index: -1; width: 130px; height: 91px; border-radius: var(--border-radius-1); opacity: 0.25; } /* Twitch */ .body-r6_QPy .userInfoSection-q_35fn .connectedAccounts-QlRa4m .connectedAccount-2Jb-Z0 .connectedAccountIcon-3_EQqg[alt="Twitch logo"] + .connectedAccountNameInner-2q3MVf::before { background-color: var(--purple); } /* YouTube */ .body-r6_QPy .userInfoSection-q_35fn .connectedAccounts-QlRa4m .connectedAccount-2Jb-Z0 .connectedAccountIcon-3_EQqg[alt="YouTube logo"] + .connectedAccountNameInner-2q3MVf::before { background-color: red; } /* Battle.net */ .body-r6_QPy .userInfoSection-q_35fn .connectedAccounts-QlRa4m .connectedAccount-2Jb-Z0 .connectedAccountIcon-3_EQqg[alt="Battle.net logo"] + .connectedAccountNameInner-2q3MVf::before { background-color: #148eff; } /* Steam */ .body-r6_QPy .userInfoSection-q_35fn .connectedAccounts-QlRa4m .connectedAccount-2Jb-Z0 .connectedAccountIcon-3_EQqg[alt="Steam logo"] + .connectedAccountNameInner-2q3MVf::before { background-color: black; } /* Reddit */ .body-r6_QPy .userInfoSection-q_35fn .connectedAccounts-QlRa4m .connectedAccount-2Jb-Z0 .connectedAccountIcon-3_EQqg[alt="Reddit logo"] + .connectedAccountNameInner-2q3MVf::before { background-color: #ff4500; } /* Facebook */ .body-r6_QPy .userInfoSection-q_35fn .connectedAccounts-QlRa4m .connectedAccount-2Jb-Z0 .connectedAccountIcon-3_EQqg[alt="Facebook logo"] + .connectedAccountNameInner-2q3MVf::before { background-color: #1877f2; } /* Twitter */ .body-r6_QPy .userInfoSection-q_35fn .connectedAccounts-QlRa4m .connectedAccount-2Jb-Z0 .connectedAccountIcon-3_EQqg[alt="Twitter logo"] + .connectedAccountNameInner-2q3MVf::before { background-color: #1da1f2; } /* Spotify */ .body-r6_QPy .userInfoSection-q_35fn .connectedAccounts-QlRa4m .connectedAccount-2Jb-Z0 .connectedAccountIcon-3_EQqg[alt="Spotify logo"] + .connectedAccountNameInner-2q3MVf::before { background-color: #1ed760; } /* Xbox Live */ .body-r6_QPy .userInfoSection-q_35fn .connectedAccounts-QlRa4m .connectedAccount-2Jb-Z0 .connectedAccountIcon-3_EQqg[alt="Xbox Live logo"] + .connectedAccountNameInner-2q3MVf::before { background-color: #107c10; } /* GitHub */ .body-r6_QPy .userInfoSection-q_35fn .connectedAccounts-QlRa4m .connectedAccount-2Jb-Z0 .connectedAccountIcon-3_EQqg[alt="GitHub logo"] + .connectedAccountNameInner-2q3MVf::before { background-color: #212121; } /* ---- Sliders / Switches ---- */ /* Classics */ .container-3auIfb[style*="opacity: 1; background-color: hsl(139, calc(var(--saturation-factor, 1) * 47.3%), 43.9%);"] { background-color: var(--green) !important; } /* BetterDiscord*/ .bd-switch input:checked + .bd-switch-body { --switch-color: var(--green); } /* ---- BetterDiscord Buttons ---- */ .bd-button, .bd-addon-modal-footer .bd-button { background-color: var(--brand-experiment); } .bd-button:hover, .bd-addon-modal-footer .bd-button:hover { background-color: var(--brand-experiment-560); } /* Title and Done */ .bd-button.bd-button-titlen, .bd-addon-modal-footer .bd-button { border-radius: var(--border-radius-1); } /* List View */ .bd-button.bd-view-button.selected { background-color: var(--brand-experiment); } /* Addon */ .bd-controls > .bd-addon-button:first-of-type { border-radius: var(--border-radius-3) 0 0 5px; } /* Danger */ .bd-button.bd-button-danger { background-color: var(--red); } .bd-button.bd-button-danger:hover { background-color: var(--red2); } .bd-controls > .bd-addon-button:last-of-type { border-radius: 0 5px 5px 0; } /* ---- Close Button ---- */ .theme-dark .closeButton-1tv5uR { background-color: var(--background-secondary); transition: ease-out 0.25s; } .theme-dark .closeButton-1tv5uR:hover { background-color: var(--background-secondary-alt); } .closeButton-1tv5uR { border-color: var(--background-secondary-alt) !important; } .closeButton-1tv5uR > svg > path { fill: var(--interactive-muted); transition: ease-out 0.25s; } .closeButton-1tv5uR:hover > svg > path { fill: var(--interactive-active); } /* Esc */ .closeButton-1tv5uR:active { transform: translateY(0); } .theme-dark .keybind-KpFkfr { color: var(--interactive-muted); } /* ---- Servers Column ---- */ #app-mount .pill-3N7f9r.wrapper-sa6paO, #app-mount .listItemWrapper-KhRmzM { margin-top: 7px; } .scroller-1Bvpku.none-2Eo-qx.scrollerBase-289Jih > .listItem-GuPuDH { margin-top: 8px; } /* ---- Select Lists ---- */ .css-3vaxre-menu, .css-1x99fvh-menu, .css-dwar6a-menu { background-color: var(--background-secondary); border-top: none; border-color: rgba(0, 0, 0, 0.6); box-shadow: none; } .css-17e1tep-control, .css-17e1tep-control:hover, .css-6fzn47-control, .css-6fzn47-control:hover, .css-gvi9bl-control, .css-gvi9bl-control:hover, .css-1yz4bi9-option, .css-1yz4bi9-option:hover, .css-rzbxvl-option, .css-rzbxvl-option:hover { background-color: var(--background-secondary); transition: ease-out 0.25s; } /* ---- Cross ---- */ path[d="M7.02799 0.333252C3.346 0.333252 0.361328 3.31792 0.361328 6.99992C0.361328 10.6819 3.346 13.6666 7.02799 13.6666C10.71 13.6666 13.6947 10.6819 13.6947 6.99992C13.6947 3.31792 10.7093 0.333252 7.02799 0.333252ZM10.166 9.19525L9.22333 10.1379L7.02799 7.94325L4.83266 10.1379L3.89 9.19525L6.08466 6.99992L3.88933 4.80459L4.832 3.86259L7.02733 6.05792L9.22266 3.86259L10.1653 4.80459L7.97066 6.99992L10.166 9.19525Z"] { fill: var(--red); } /* ---- Keyboard Combos Popup ---- */ .theme-dark .keyboardShortcutsModal-3piNz7 { background-color: var(--background-primary); } /* ---- Help Button ---- */ :root [href="https://support.discord.com"], :root .searchLearnMore-3SQUAj .anchor-3Z-8Bb.anchorUnderlineOnHover-2ESHQB { display: none; } /* ---- Verification Page ---- */ .theme-dark .verificationBlock-1Chfpc { border-color: var(--background-tertiary); } .theme-dark .verificationBlock-1Chfpc:hover { background-color: var(--background-tertiary); } /* ---- Code ---- */ .theme-dark .markdown-11q6EU code { background-color: var(--background-secondary); }
src/main.css
/* ---- Style ---- */ .theme-dark { --header-primary: #fff; --header-secondary: #b9bbbe; --text-normal: #dcddde; --text-muted: #b9bbbe; --interactive-normal: #b9bbbe; --interactive-hover: #dcddde; --interactive-active: #fff; --interactive-muted: #72767d; --background-primary: #292841; --background-secondary: #232438; --background-secondary-alt: #1d1f2f; --background-tertiary: #181926; --background-accent: #3e3f65; --background-floating: #101019; --background-mobile-primary: #292841; --background-mobile-secondary: #232438; --background-modifier-hover: rgba(62, 63, 101, 0.16); --background-modifier-active: rgba(62, 63, 101, 0.24); --background-modifier-selected: rgba(62, 63, 101, 0.32); --background-modifier-accent: hsla(0, 0%, 100%, 0.06); --info-positive-text: #fff; --info-warning-text: #fff; --info-danger-text: #fff; --info-help-background: hsla( 197, calc(var(--saturation-factor, 1) * 100%), 47.8%, 0.1 ); --info-help-foreground: hsl( 197, calc(var(--saturation-factor, 1) * 100%), 47.8% ); --info-help-text: #fff; --status-warning-text: #000; --scrollbar-thin-thumb: #181926; --scrollbar-thin-track: transparent; --scrollbar-auto-thumb: #181926; --scrollbar-auto-track: hsl( 233, calc(var(--saturation-factor, 1) * 26%), 18% ); --scrollbar-auto-scrollbar-color-thumb: #181926; --scrollbar-auto-scrollbar-color-track: #232438; --elevation-stroke: 0 0 0 1px rgba(4, 4, 5, 0.15); --elevation-low: 0 1px 0 rgba(4, 4, 5, 0.2), 0 1.5px 0 rgba(6, 6, 7, 0.05), 0 2px 0 rgba(4, 4, 5, 0.05); --elevation-medium: 0 4px 4px rgba(0, 0, 0, 0.16); --elevation-high: 0 8px 16px rgba(0, 0, 0, 0.24); --logo-primary: #fff; --control-brand-foreground: hsl( 227, calc(var(--saturation-factor, 1) * 57.9%), 77.6% ); --control-brand-foreground-new: hsl( 235, calc(var(--saturation-factor, 1) * 86.1%), 77.5% ); --background-mentioned: hsla( 38, calc(var(--saturation-factor, 1) * 95.7%), 54.1%, 0.1 ); --background-mentioned-hover: hsla( 38, calc(var(--saturation-factor, 1) * 95.7%), 54.1%, 0.08 ); --background-message-hover: rgba(4, 4, 5, 0.07); --channels-default: #8e9297; --guild-header-text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4); --channeltextarea-background: #30304f; --activity-card-background: #181926; --textbox-markdown-syntax: #8e9297; --deprecated-card-bg: rgba(24, 25, 38, 0.6); --deprecated-card-editable-bg: rgba(24, 25, 38, 0.3); --deprecated-store-bg: #292841; --deprecated-quickswitcher-input-background: #3e3f65; --deprecated-quickswitcher-input-placeholder: hsla(0, 0%, 100%, 0.3); --deprecated-text-input-bg: rgba(0, 0, 0, 0.1); --deprecated-text-input-border: rgba(0, 0, 0, 0.3); --deprecated-text-input-border-hover: #040405; --deprecated-text-input-border-disabled: #181926; --deprecated-text-input-prefix: #dcddde; } .theme-dark, .theme-light { --text-link: hsl(212, calc(var(--saturation-factor, 1) * 100%), 67%); --text-link-low-saturation: hsl( 212, calc(var(--saturation-factor, 1) * 100%), 72% ); --text-positive: var(--green); --text-warning: var(--yellow); --text-danger: var(--red); --info-positive-background: hsla( 139, calc(var(--saturation-factor, 1) * 47.3%), 43.9%, 0.1 ); --info-positive-foreground: hsl( 139, calc(var(--saturation-factor, 1) * 47.3%), 43.9% ); --info-warning-background: hsla( 38, calc(var(--saturation-factor, 1) * 95.7%), 54.1%, 0.1 ); --info-warning-foreground: hsl( 38, calc(var(--saturation-factor, 1) * 95.7%), 54.1% ); --info-danger-background: hsla( 359, calc(var(--saturation-factor, 1) * 82.6%), 59.4%, 0.1 ); --info-danger-foreground: hsl( 359, calc(var(--saturation-factor, 1) * 82.6%), 59.4% ); --status-positive-background: hsl( 139, calc(var(--saturation-factor, 1) * 47.3%), 43.9% ); --status-positive-text: #fff; --status-warning-background: hsl( 38, calc(var(--saturation-factor, 1) * 95.7%), 54.1% ); --status-danger-background: hsl( 359, calc(var(--saturation-factor, 1) * 82.6%), 59.4% ); --status-danger-text: #fff; --focus-primary: hsl(197, calc(var(--saturation-factor, 1) * 100%), 47.8%); } :root { --border-radius-1: 16px; --border-radius-2: 10px; --border-radius-3: 5px; --grey: #99aab5; --bronze: #e4953c; --usesettingsicons: calc( var(--settingsicons, 1) / (var(--settingsicons, 1) + 0.00000000000000000000001) ); --settingsiconssize: 20px; --settingsiconsgap: 10px; } ::selection { background: #5966f380; } /* ---- Buttons ---- */ button:not(.searchBarComponent-32dTOx):not(.colorPickerSwatch-5GX3Ve):not(.bd-button) { border-radius: var(10px) !important; } .theme-dark .lookFilled-1Gx00P.colorPrimary-3b3xI6, .theme-dark .lookFilled-1Gx00P.colorGrey-2DXtkV, .iconWrapper-3LVgIo[role="button"] { background-color: var(--background-accent) !important; } .theme-dark .lookFilled-1Gx00P.colorPrimary-3b3xI6:hover, .theme-dark .lookFilled-1Gx00P.colorGrey-2DXtkV:hover, .iconWrapper-3LVgIo[role="button"]:hover { background-color: #4a4c73 !important; } /* ------------------------------------------------------------ 🌱 HOME ------------------------------------------------------------ */ /* ---- Friends ---- */ .theme-dark .container-1D34oG { background-color: var(--background-primary); } .peopleListItem-2nzedh, .actions-1SQwjn, .actions-1SQwjn .actionButton-uPB8Fs { transition: 0.25s; } /* ---- Activity Cards ---- */ .theme-dark .outer-1AjyKL { transition: ease-out 0.25s; } .theme-dark .outer-1AjyKL.active-1xchHY, .theme-dark .outer-1AjyKL.interactive-3B9GmY:hover { background-color: var(--background-floating); } /* ------------------------------------------------------------ 🐻 STATUS AND STATUS PICKER ------------------------------------------------------------ */ #status-picker > .scroller-3BxosC > .item-1tOPte, #status-picker > .scroller-3BxosC > .submenuContainer-2gbm7M > .item-1tOPte { border-radius: var(--border-radius-3); transition: 0.3s; } #status-picker { border-radius: var(--border-radius-2); } .status-1AY8sU[style*="background-color: hsl(139, calc(var(--saturation-factor, 1) * 47.3%), 43.9%);"], [mask*="url(#svg-mask-status-online)"], [mask*="url(#svg-mask-status-online-mobile)"], [fill="hsl(139, calc(var(--saturation-factor, 1) * 47.3%), 43.9%)"], [aria-label="Online"] > svg > rect, .status-1AY8sU[style*="background-color: hsl(38, calc(var(--saturation-factor, 1) * 95.7%), 54.1%);"], [mask*="url(#svg-mask-status-idle)"], [fill="hsl(38, calc(var(--saturation-factor, 1) * 95.7%), 54.1%)"], [aria-label="Idle"] > svg > rect, .status-1AY8sU[style*="background-color: hsl(359, calc(var(--saturation-factor, 1) * 82.6%), 59.4%)"], [mask*="url(#svg-mask-status-dnd)"], [fill="hsl(359, calc(var(--saturation-factor, 1) * 82.6%), 59.4%)"], [aria-label="Do Not Disturb"] > svg > rect, [mask*="url(#svg-mask-status-offline)"], [aria-label="Offline"] > svg > rect, .wrapper-3t9DeA > svg > svg > rect { transition: ease 1s; } /* ---- Online ---- */ .status-1AY8sU[style*="background-color: hsl(139, calc(var(--saturation-factor, 1) * 47.3%), 43.9%);"] { background-color: var(--green) !important; } [mask*="url(#svg-mask-status-online)"], [mask*="url(#svg-mask-status-online-mobile)"], [fill="hsl(139, calc(var(--saturation-factor, 1) * 47.3%), 43.9%)"], [aria-label="Online"] > svg > rect { fill: var(--green); } .status-1AY8sU[style*="background-color: rgb(59, 165, 92);"] { background-color: var(--green) !important; } #status-picker-online.colorDefault-2K3EoJ, #status-picker-online.colorDefault-2K3EoJ.focused-3afm-j { color: var(--green); } #status-picker-online.focused-3afm-j { background-color: var(--green4); } /* ---- Idle ---- */ .status-1AY8sU[style*="background-color: hsl(38, calc(var(--saturation-factor, 1) * 95.7%), 54.1%);"] { background-color: var(--yellow) !important; } [mask*="url(#svg-mask-status-idle)"], [fill="hsl(38, calc(var(--saturation-factor, 1) * 95.7%), 54.1%)"], [aria-label="Idle"] > svg > rect { fill: var(--yellow); } .status-1AY8sU[style*="background-color: rgb(250, 166, 26);"] { background-color: var(--yellow) !important; } #status-picker-idle.colorDefault-2K3EoJ, #status-picker-idle.colorDefault-2K3EoJ.focused-3afm-j { color: var(--yellow); } #status-picker-idle.focused-3afm-j { background-color: var(--yellow4); } /* ---- Do Not Disturb ---- */ .status-1AY8sU[style*="background-color: hsl(359, calc(var(--saturation-factor, 1) * 82.6%), 59.4%)"] { background-color: var(--red) !important; } [mask*="url(#svg-mask-status-dnd)"], [fill="hsl(359, calc(var(--saturation-factor, 1) * 82.6%), 59.4%)"], [aria-label="Do Not Disturb"] > svg > rect { fill: var(--red); } .status-1AY8sU[style*="background-color: rgb(237, 66, 69);"] { background-color: var(--red) !important; } #status-picker-dnd.colorDefault-2K3EoJ, #status-picker-dnd.colorDefault-2K3EoJ.focused-3afm-j { color: var(--red); } #status-picker-dnd.focused-3afm-j { background-color: var(--red4); } /* ---- Invisible ---- */ [mask*="url(#svg-mask-status-offline)"], [aria-label="Offline"] > svg > rect { fill: #99aab5; } #status-picker-invisible.colorDefault-2K3EoJ, #status-picker-invisible.colorDefault-2K3EoJ.focused-3afm-j { color: #99aab5; } #status-picker-invisible.focused-3afm-j { background-color: #97a9b42b; } /* ---- Custom ---- */ .customEmojiPlaceholder-37iZ_j { background-image: url("https://kaiidoo.github.io/Newcord/icons/others/setAcustomStatus.svg"); } #status-picker-custom-status.colorDefault-2K3EoJ, #status-picker-custom-status.colorDefault-2K3EoJ.focused-3afm-j { color: #ffcc4d; } #status-picker-custom-status.focused-3afm-j { background-color: #ffcc4d2b; } /* ---- Streaming ---- */ [mask="url(#svg-mask-status-streaming)"], [aria-label="Streaming"] > svg > rect { fill: var(--purple); } /* ------------------------------------------------------------ 🍯 PERSONAL SETTINGS ------------------------------------------------------------ */ /* ---- Billing ---- */ /* Transaction History */ .theme-dark .codeRedemptionRedirect-1wVR4b { background-color: var(--background-secondary); border-color: var(--background-tertiary); } /* ---- Voice & Video ---- */ /* Preview Video */ .theme-dark .userSettingsVoice-iwdUCU .previewOverlay-2O7_KC { background-color: var(--background-secondary); border-color: var(--background-tertiary); } /* ---- Activity Status ---- */ /* Add an activity Pop-up */ .addGamePopout-2RY8Ju { background-color: var(--background-primary); } /* ---- Boost Cards ---- */ .cardWrapper-2Min21 { border-radius: var(--border-radius-1); } /* Level Circle */ .theme-dark .gemIndicatorContainer-2jdECl { background-color: var(--background-secondary); } /* ---- Connections ---- */ .connectedAccounts-2-XP1G .inner-2Y6JuD.accountBtnInner-sj5jLs { background-size: 30px 30px; } /* ---- Scrollbar ---- */ .contentRegion-3nDuYy { --scrollbar-auto-thumb: transparent; --scrollbar-auto-track: transparent; } /* ---- Add phone number ---- */ .theme-dark .popoutList-T9CKZQ { background-color: var(--background-primary); } .theme-dark .input-3yHnCz { background-color: var(--background-accent); } /* ---- Custom CSS editor ---- */ .monaco-editor, .monaco-editor-background, .monaco-editor .inputarea.ime-input, .monaco-editor .margin, .monaco-editor .minimap-decorations-layer, .monaco-editor .visible.scrollbar.vertical { background-color: var(--background-tertiary) !important; } .monaco-editor .hover-contents { background-color: var(--background-secondary-alt); } .monaco-editor .view-lines .mtk4 { color: #f95b4f; } .monaco-editor .view-lines .mtk5 { color: #ec8824; } .monaco-editor .view-lines .mtk8 { color: #b392f0; } /* ------------------------------------------------------------ 🌿 CHANNEL ------------------------------------------------------------ */ /* ---- Guild Header Popout ---- */ #guild-header-popout { border-radius: var(--border-radius-2); } #guild-header-popout .labelContainer-1BLJti { flex-direction: row-reverse; } #guild-header-popout .iconContainer-2-XQPY { margin: 0 8px 0 0; } .menu-3sdvDG { border-radius: var(--border-radius-2); overflow: hidden; } .scroller-3BxosC .labelContainer-1BLJti { margin: 0; padding: 8px; border-radius: var(--border-radius-3); transition: 0.2s; } /* Server Boost */ #guild-header-popout-premium-subscribe:hover .icon-LYJorE, #guild-header-popout-premium-subscribe:active:not(.hideInteraction-1iHO1O) .icon-LYJorE { color: #ff73fa; } #guild-header-popout-premium-subscribe:hover, #guild-header-popout-premium-subscribe:active:not(.hideInteraction-1iHO1O) { background-color: #ff73fa2a; } /* Invite People */ #guild-header-popout-invite-people:hover .icon-LYJorE, #guild-header-popout-invite-people:active:not(.hideInteraction-1iHO1O) .icon-LYJorE { color: #a5b3e7; } #guild-header-popout-invite-people:hover, #guild-header-popout-invite-people:active:not(.hideInteraction-1iHO1O) { background-color: #a5b3e72a; color: #a5b3e7; } /* Server Settings */ #guild-header-popout-settings .icon-LYJorE, #guild-header-popout-settings:active:not(.hideInteraction-1iHO1O) .icon-LYJorE { color: #546e7a; } #guild-header-popout-settings:hover, #guild-header-popout-settings:active:not(.hideInteraction-1iHO1O) { background-color: #546e7a2a; } /* Server Insights */ #guild-header-popout-insights .icon-LYJorE, #guild-header-popout-insights:active:not(.hideInteraction-1iHO1O) .icon-LYJorE { color: #1abc9c; } #guild-header-popout-insights:hover, #guild-header-popout-insights:active:not(.hideInteraction-1iHO1O) { background-color: #1abc9c2a; } /* Create Channel */ #guild-header-popout-create-channel .icon-LYJorE, #guild-header-popout-create-channel:active:not(.hideInteraction-1iHO1O) .icon-LYJorE { color: #e91e63; } #guild-header-popout-create-channel:hover, #guild-header-popout-create-channel:active:not(.hideInteraction-1iHO1O) { background-color: #e91e632a; } /* Create Category */ #guild-header-popout-create-category .icon-LYJorE, #guild-header-popout-create-category:active:not(.hideInteraction-1iHO1O) .icon-LYJorE { color: #eaa14e; } #guild-header-popout-create-category:hover, #guild-header-popout-create-category:active:not(.hideInteraction-1iHO1O) { background-color: #eaa14e2a; } /* Notifications */ #guild-header-popout-notifications .icon-LYJorE, #guild-header-popout-notifications:active:not(.hideInteraction-1iHO1O) .icon-LYJorE { color: #fcd462; } #guild-header-popout-notifications:hover, #guild-header-popout-notifications:active:not(.hideInteraction-1iHO1O) { background-color: #fcd4622a; } /* Privacy */ #guild-header-popout-privacy .icon-LYJorE, #guild-header-popout-privacy:active:not(.hideInteraction-1iHO1O) .icon-LYJorE { color: #4a84d4; } #guild-header-popout-privacy:hover, #guild-header-popout-privacy:active:not(.hideInteraction-1iHO1O) { background-color: #4a84d42a; } /* Nickname */ #guild-header-popout-change-nickname .icon-LYJorE, #guild-header-popout-change-nickname:active:not(.hideInteraction-1iHO1O) .icon-LYJorE { color: #57f287; } #guild-header-popout-change-nickname:hover, #guild-header-popout-change-nickname:active:not(.hideInteraction-1iHO1O) { background-color: #57f2872a; } /* Hide Muted Channels */ #guild-header-popout-hide-muted-channels:hover svg > path:first-child { color: #444eba; } #guild-header-popout-hide-muted-channels:hover, #guild-header-popout-hide-muted-channels:active:not(.hideInteraction-1iHO1O) { background-color: #444eba5a; } #guild-header-popout-hide-muted-channels:hover svg > path:last-child { color: white; } /* Leave */ #guild-header-popout-leave:hover .icon-LYJorE, #guild-header-popout-leave:active:not(.hideInteraction-1iHO1O) .icon-LYJorE { color: #ed4245; } #guild-header-popout-leave:hover, #guild-header-popout-leave:active:not(.hideInteraction-1iHO1O) { background-color: #ed42452a; color: #ed4245; } /* Label */ .labelContainer-1BLJti.colorDefault-2K3EoJ:hover, .labelContainer-1BLJti.colorDefault-2K3EoJ.focused-3afm-j, .labelContainer-1BLJti.colorDefault-2K3EoJ:active:not(.hideInteraction-1iHO1O) { background-color: #444eba5a; } .labelContainer-1BLJti.colorDanger-2qLCe1:hover, .labelContainer-1BLJti.colorDanger-2qLCe1.focused-3afm-j, .labelContainer-1BLJti.colorDanger-2qLCe1:active:not(.hideInteraction-1iHO1O) { background-color: #ed42452a; } /* ---- Upload ---- */ .theme-dark .uploadModal-2ifh8j { background-color: var(--background-primary); } .theme-dark .footer-3mqk7D { background-color: var(--background-secondary); } /* ---- Channel Topic Popup ---- */ .theme-dark .root-1gCeng { background-color: var(--background-primary); } /* ---- Channel Header ---- */ /* Buttons and searchBar */ .search-2oPWTC:not(.open-6_Y_aH) .searchBar-3dMhjb { width: 27px; background-color: transparent; transition: 0.25s; } .search-2oPWTC:not(.open-6_Y_aH):hover .searchBar-3dMhjb { width: 240px; transition: 0.25s; } .topControls-KKImPZ.controlSection-2h3cS0 > div > div > section > .toolbar-1t6TWx > .button-1xaXFt.iconWrapper-2OrFZ1.clickable-3rdHwn { background-color: transparent !important; } .topControls-KKImPZ.controlSection-2h3cS0 > div > div > section > .toolbar-1t6TWx > .button-1xaXFt.iconWrapper-2OrFZ1.clickable-3rdHwn > svg { color: var(--settings-icon-color) !important; } .search-36MZv-:not(.open-6_Y_aH) { padding: 6px 4.5px 6px 4.5px; margin: 1px 1px 1px 1px; order: -1; border-radius: var(--border-radius-1); } .threadSidebar-1o3BTy > section > .toolbar-1t6TWx .clickable-3rdHwn { border-radius: var(--border-radius-1); } .toolbar-1t6TWx > :first-child:not(.inviteToolbar-3F-l2g) { border-radius: var(--border-radius-1) 0px 0px var(--border-radius-1); } .toolbar-1t6TWx > :last-child > div, .toolbar-1t6TWx > :last-child { border-radius: 0px var(--border-radius-1) var(--border-radius-1) 0px; } .searchBar-3dMhjb .icon-38sknP { width: 24px; height: 24px; } .toolbar-1t6TWx .iconContainer-O4O2CN { width: 20px; height: 20px; } /* ---- SearchBox ---- */ .searchResultsWrap-3-pOjs .scroller-3GIiMh, .searchResultsWrap-3-pOjs .channelName-1JRO3C { background-color: var(--background-tertiary) !important; } .react-datepicker, .react-datepicker__header { background-color: var(--background-secondary) !important; } .react-datepicker__day:first-of-type { border-radius: var(--border-radius-2) 0 0 var(--border-radius-2) !important; } .react-datepicker__day--fri { border-radius: 0 var(--border-radius-2) var(--border-radius-2) 0; } .react-datepicker__day:last-of-type, .option-96V44q { border-radius: var(--border-radius-2) !important; } .react-datepicker__day { background-color: var(--background-tertiary) !important; } .react-datepicker__day--selected:after { background-color: var(--accent-color) !important; } .datePickerHint-3Q1Udw .hintValue-29ny8Z, .theme-dark .activeButton-rvKcqq { background-color: var(--accent-color) !important; color: var(--interactive-selected) !important; } .focused-2bY0OD.queryContainer-RKFJW- { background-color: var(--background-modifier-hover); } .queryContainer-RKFJW- { margin: 10px; border-radius: var(--border-radius-2); } .container-3ayLPN { background-color: var(--background-tertiary) !important; border-radius: var(--border-radius-2); border: 1px solid var(--background-tertiary); } .option-96V44q:after { display: none; } .theme-dark .option-96V44q.selected-rZcOL- { background-color: var(--background-modifier-hover); } /* ---- Channels Bar ---- */ /* Stream Preview */ .theme-dark .streamPreview-2-WUWT { background-color: var(--background-tertiary); } .theme-dark .previewContainer-12UlHl { background-color: var(--background-secondary-alt); } /* Voice Connected Popout */ .theme-dark .container-2x5lvQ section { background-color: var(--background-primary); } .theme-dark .container-2x5lvQ .header-2C89wJ { background-color: var(--background-secondary); } /* ---- No Channel ---- */ .noChannel-3LgMRp { background-color: var(--background-primary); } /* ------------------------------------------------------------ 🦢 MEMBERS ------------------------------------------------------------ */ /* ---- Member Popout ---- */ .userPopout-xaxa6l { max-height: calc(100vh - 40px); } /* Roles */ .body-3HBlXn .rolesList-1geHY1 .role-2irmRk { position: relative; border: none; margin: 0 6px 6px 0; background: transparent; } .body-3HBlXn .rolesList-1geHY1 .roleCircle-3xAZ1j::before { content: ""; position: absolute; top: 0; left: 2px; width: 100%; height: 100%; background: inherit; opacity: 0.2; pointer-events: none; border-radius: 11px; } .body-3HBlXn .rolesList-1geHY1 { left: -2px; } .body-3HBlXn .rolesList-1geHY1 .roleCircle-3xAZ1j { height: 14px; width: 14px; } .body-3HBlXn .rolesList-1geHY1 .roleName-32vpEy { color: var(--text-normal); } /* "Invisible" Role Color */ .body-3HBlXn .rolesList-1geHY1 .roleCircle-3xAZ1j[style="background-color: rgb(24, 25, 28);"], .username-1A8OIy[style="background-color: rgb(24, 25, 28);"] { background-color: var(--background-floating) !important; } /* Note and Message*/ .bodyTitle-1ySSKn.base-1x0h_U.size12-3cLvbJ.muted-3-7c5L.uppercase-3VWUQ9, .note-1oo11U, .inputWrapper-31_8H8.quickMessage-3jDbBs { display: none; } /* ------------------------------------------------------------ 🥭 CHAT ------------------------------------------------------------ */ /* ---- Spoilers ---- */ .theme-dark .spoilerText-3p6IlD.hidden-HHr2R9 { background-color: var(--background-tertiary); } .theme-dark .spoilerText-3p6IlD.hidden-HHr2R9:hover { background-color: #181926cc; } /* ---- Slash Commands ---- */ .theme-dark .autocomplete-1vrmpx, .categoryHeader-O1zU94 { background-color: var(--background-secondary); } .theme-dark .selected-1Tbx07 { background-color: var(--background-primary); } /* ---- Emotes Picker ---- */ .sprite-2iCowe { filter: var(--colored-emoji) !important; } /* Disabled Emotes */ .emojiItem-14v6tW.emojiItemDisabled-1FvFuF { pointer-events: none; filter: none; opacity: 0.3; } .emojiItem-14v6tW .imageLoading-bpSr0M { display: none; } .unicodeShortcut-15J8Ck { background-color: var(--background-secondary-alt); } .theme-dark .emptyHintCard-2mUdMe { background-color: var(--background-primary); } /* ---- Icons and Buttons Colors ---- */ /* Gift */ .button-38aScr .buttonWrapper-1ZmCpA > * { color: #ff73fa; } /* Gif */ #gif-picker-tab .navButton-2gQCx-, .button-38aScr .icon-3D60ES { color: #5865f2; } #gif-picker-tab .navButtonActive-1MkytQ, #gif-picker-tab button:hover { background-color: #5865f22a; } /* Stickers */ #sticker-picker-tab .navButton-2gQCx-, .button-38aScr .stickerIcon-3TP7EM { color: #57f287; } #sticker-picker-tab .navButtonActive-1MkytQ, #sticker-picker-tab button:hover { background-color: #57f2872a; } /* Emoji Picker */ #emoji-picker-tab .navButton-2gQCx- { color: #ffcc4d; } #emoji-picker-tab .navButtonActive-1MkytQ, #emoji-picker-tab button:hover { background-color: #ffcc4d2a; } /* ---- Images And Videos ---- */ .imageWrapper-2p5ogY img, .imageWrapper-2p5ogY video, .embedImage-2W1cML img, .embedImage-2W1cML video, .embedThumbnail-2Y84-K img, .embedThumbnail-2Y84-K video, .embedVideo-3nf0O9 img, .embedVideo-3nf0O9 video { border-radius: var(--border-radius-2); } /* ---- Delete A Message ---- */ .theme-dark .message-2qRu38 { background-color: var(--background-primary); } .theme-dark .footer-2gL1pp { background-color: var(--background-secondary); } /* ---- Everyone Warning Pop-up */ .theme-dark .contentWarningPopout-n5JsIs { background-color: var(--background-primary); } /* ---- Others ---- */ /* Favorite GIF */ .gifFavoriteButton-3Zycl7:hover { color: #ffcc4d; } /* Nitro and Games' embeds */ .theme-dark .tile-2OwFgW { background-color: var(--background-tertiary); } .theme-dark .tile-2OwFgW:hover { background-color: var(--background-floating); } .theme-dark .invalidPoop-pnUbq7 { background-color: rgba(62, 63, 101, 0.3); } /* ------------------------------------------------------------ 🌷 VOCAL ------------------------------------------------------------ */ /* ---- Watch Stream and Share Screen Button ---- */ .cta-3gK0Pu { background-color: var(--background-accent); } .cta-3gK0Pu:hover { background-color: var(--background-primary); } /* ---- Participant and Camera/Share Screen Buttons ---- */ .participantsButton-KYW-IW, .colorable-1bkp8v.primaryDark-3mSFDl { background-color: var(--background-secondary); } .participantsButton-KYW-IW:hover, .colorable-1bkp8v.primaryDark-3mSFDl:hover { background-color: var(--background-tertiary); } /* ---- Call Tiles ---- */ .videoWrapper-2v09vt, .tile-2naSqK { background-color: var(--background-tertiary); } /* ------------------------------------------------------------ 🌱 SERVER SETTINGS ------------------------------------------------------------ */ /* ---- Save Changes Popout ---- */ .container-2VW0UT.elevationHigh-1PneE4[style] { background-color: #101019e6 !important; } /* ---- Roles ---- */ /* ColorPicker */ .colorPickerSwatch-5GX3Ve { border-radius: var(--border-radius-2) !important; } /* ---- Emojis ---- */ .card-FDVird::before { background-color: var(--background-secondary); border-color: var(--background-secondary-alt); } .emojiAliasInput-1y-NBz .emojiInput-1aLNse { background-color: var(--background-tertiary); } /* ---- Welcome Widgets ---- */ .exampleWumpus-1zk2dq .tooltip-1_vJJI { background-color: var(--background-floating); } .exampleWumpus-1zk2dq .tooltipPointer-1awMxk { border-right-color: var(--background-floating); } .exampleContainer-25sB-A { background-color: #312f66; } /* ---- Server Boost and Stickers Status ---- */ /* Bar */ .theme-dark .background-3xPPFc { color: var(--background-tertiary); } .theme-dark .tierInProgress-3mBoXq.tier-2c9-hT { background-color: var(--background-tertiary); } /* Level Containers */ .theme-dark .tierHeaderLocked-3S508x, .theme-dark .tierHeaderUnlocked-3lTDnP { background-color: var(--background-tertiary); } .theme-dark .tierBody-3aUxuc { background-color: var(--background-secondary); } /* ---- Boost Page ---- */ /* Background */ .theme-dark .perksModal-fSYqOq { background-color: var(--background-primary); } /* Bar */ .theme-dark .tierMarkerBackground-3q29am { background-color: var(--background-primary); } .theme-dark .barBackground-2EEiLw { background-color: var(--background-tertiary); } .theme-dark .tierMarkerInProgress-24LMzJ.tierMarker-5HkGJ_ { background-color: var(--background-secondary) !important; } /* Level Containers */ .theme-dark .tierHeaderLocked-1s2JJz { background-color: var(--background-tertiary); } .theme-dark .tierBody-16Chc9 { background-color: var(--background-secondary); } /* Text Blocks */ .theme-dark .perk-2WeBWW { background-color: var(--background-secondary); } /* ------------------------------------------------------------ 🐻 PLUGINS ------------------------------------------------------------ */ /* ---- StaffTag ---- */ /* Admin Crown */ .ownerIcon-2NH9FM.icon-1A2_vz.admin-Kv1Hp_ { color: var(--grey); } /* Management Crown */ .ownerIcon-2NH9FM.icon-1A2_vz.management-3fF_o8 { color: var(--bronze); } /* ------------------------------------------------------------ 🍯 NITRO PAGE ------------------------------------------------------------ */ /* ---- Make Discord Yours ---- */ .hero-EvfTTA { background-image: url(https://kaiidoo.github.io/Newcord/assets/nitro/makeDiscordYours.svg) !important; } /* ---- More Backgrounds ---- */ [src="/assets/317438b1df555820dfaffad6074dbf72.svg"] { content: url(https://kaiidoo.github.io/Newcord/assets/nitro/moreBackgrounds.svg) !important; } /* ---- Style Your Profile ---- */ [src="/assets/2a7b069c2413090d8e17fedbf1647280.png"] { content: url(https://kaiidoo.github.io/Newcord/assets/nitro/styleYourProfile.svg) !important; } /* ---- Special Stickers Access ---- */ [src="/assets/360ca22059b6b674a018547e8e18acdc.svg"] { content: url(https://kaiidoo.github.io/Newcord/assets/nitro/specialStickersAccess.svg) !important; } .stickers-1O9_W6 .featureTitle-W5O6R1 { text-transform: capitalize; } /* ---- More Emoji Power ---- */ [src="/assets/8e180c91237bcacc8b7ff5663262c1b7.svg"] { content: url(https://kaiidoo.github.io/Newcord/assets/nitro/moreEmojiPower.svg) !important; } /* ---- Support Your Server ---- */ [src="/assets/46f302822fa43628962d28f50bb33b01.svg"] { content: url(https://kaiidoo.github.io/Newcord/assets/nitro/supportYourServer.svg) !important; } /* ---- Rep Your Status ---- */ [src="/assets/487594776f6ebfe57e3ac89d6b3fe437.png"] { content: url(https://kaiidoo.github.io/Newcord/assets/nitro/repYourStatus.svg) !important; } /* ---- Bigger Uploads ---- */ [src="/assets/0f67189cc579386633ab41a98088cc8e.png"] { content: url(https://imgur.com/okPlmip.png) !important; } /* ---- Longer Messages ---- */ [src="/assets/afc30837a86d8c6aaee02fdfa2787a11.svg"] { content: url(https://kaiidoo.github.io/Newcord/assets/nitro/longerMessages.svg) !important; } /* ---- More Servers ---- */ [src="/assets/39a7fb525b2593689d328ad7367ee4b5.png"] { content: url(https://imgur.com/N0dRCdy.png) !important; } /* ------------------------------------------------------------ 🌿 OTHERS ------------------------------------------------------------ */ /* ---- Explore ---- */ /* Background */ .theme-dark .pageWrapper-1PgVDX { background-color: var(--background-primary); } /* Main Image */ .searchHeader-2I26nG { padding-top: 30px; } /* Scrollbar */ .pageWrapper-1PgVDX { --scrollbar-auto-thumb: transparent; --scrollbar-auto-track: transparent; } /* Choose Language */ .css-1a1o7fb-control, .css-p0ralp-control, .css-2dw5y-control, .css-bcsufo-menu { background-color: var(--background-tertiary); } /* ---- Nitro Tab ---- */ .homeWrapperNormal-2KSUEa .scrollerBase-289Jih { margin-bottom: 5px !important; } /* ---- Keyboard Combos ---- */ .keyboardShortcutsModal-3piNz7 { background-color: var(--background-primary); } /* ---- Color Picker ---- */ .theme-dark .colorPickerCustom-2CWBn2 { background: var(--background-primary); border-color: var(--background-tertiary); border-radius: var(--border-radius-3); } /* ---- Invite Popup ---- */ .theme-dark .contentWrapper-3WC1ID { background-color: var(--background-secondary); } /* ---- User Profile ---- */ .focusLock-Ns3yie .top-28JiJ- .item-PXvHYJ { border-radius: var(--border-radius-2); padding: 0 25px 0 25px; height: 30px; border: 0; } .tabBarItem-3dfX8P.item-PXvHYJ.selected-3s45Ha.themed-OHr7kt[aria-selected="true"] { background-color: var(--background-secondary) !important; color: var(--text-normal); } .body-r6_QPy { height: calc(100% - 150px); } .listRow-1iDGel { margin: 2px 8px; border-radius: var(--border-radius-2); } .textarea-2r0oV8:focus { background-color: var(--background-secondary); border-radius: var(--border-radius-3); } .lookInverted-2D7oAl .contents-18-Yxp { color: var(--interactive-selected); } .focusLock-Ns3yie .tabBarContainer-37hZsr { padding-right: 20px; border: none; } .root-3QyAh1, .profileBanner-33-uE1, .profileBannerPremium-35utuo, .bannerOverlayProfile-31VOgt { width: 650px; } .root-3QyAh1 .tabBar-3nvOPa { justify-content: space-between; } .root-3QyAh1 .tabBarItem-3dfX8P:first-child:nth-last-child(2) { margin-left: 100px; } .root-3QyAh1 .tabBarItem-3dfX8P:first-child:nth-last-child(2) ~ .tabBarItem-3dfX8P { margin-right: 100px; } .profileBanner-33-uE1 { height: 90px; } .userInfoSection-q_35fn { margin-top: -20px !important; } .userBio-3tlrzS { margin-bottom: 0; } .aboutMeSection---MkQa { padding-top: 16px; } .header-4zuFdR, .customStatusActivity-nmH3DF { margin-left: 8px; } .nameTag-ECvD8P { margin-left: 24px; } .listScroller-3GmIYj { margin: 0 12px 12px 12px; } .userInfoSectionHeader-3TYk6R { margin-top: 8px; } .connectedAccounts-QlRa4m { padding-top: 12px; } .tabBarItem-3dfX8P { margin-right: 0px; } /* ---- User Accounts ---- */ .body-r6_QPy .userInfoSection-q_35fn { border-top: none; } .body-r6_QPy .userInfoSection-q_35fn .connectedAccounts-QlRa4m { justify-content: flex-start; } .body-r6_QPy .userInfoSection-q_35fn .connectedAccounts-QlRa4m .connectedAccount-2Jb-Z0 { position: relative; width: 110px; flex-direction: column; overflow: hidden; border: none; margin: 11px; padding: 10px; } .body-r6_QPy .userInfoSection-q_35fn .connectedAccounts-QlRa4m .connectedAccount-2Jb-Z0 .connectedAccountIcon-3_EQqg { position: relative; margin-top: 10px; margin-bottom: 10px; width: 40px; height: 40px; z-index: 2; } .body-r6_QPy .userInfoSection-q_35fn .connectedAccounts-QlRa4m .connectedAccount-2Jb-Z0 .connectedAccountNameInner-2q3MVf { position: relative; z-index: 1; width: 100%; justify-content: center; overflow: visible; } .body-r6_QPy .userInfoSection-q_35fn .connectedAccounts-QlRa4m .connectedAccount-2Jb-Z0 .connectedAccountNameInner-2q3MVf .connectedAccountName-E1KzaT { text-align: center; margin: 0; } .body-r6_QPy .userInfoSection-q_35fn .connectedAccounts-QlRa4m .connectedAccount-2Jb-Z0 .connectedAccountNameInner-2q3MVf span { display: none; } .body-r6_QPy .userInfoSection-q_35fn .connectedAccounts-QlRa4m .connectedAccount-2Jb-Z0 .anchor-3Z-8Bb { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 2; } .body-r6_QPy .userInfoSection-q_35fn .connectedAccounts-QlRa4m .connectedAccount-2Jb-Z0 .anchor-3Z-8Bb > svg { display: none; } .body-r6_QPy .userInfoSection-q_35fn .connectedAccounts-QlRa4m .connectedAccount-2Jb-Z0 .connectedAccountIcon-3_EQqg + .connectedAccountNameInner-2q3MVf::before { content: ""; position: absolute; top: -65px; left: -10px; z-index: -1; width: 130px; height: 91px; border-radius: var(--border-radius-1); opacity: 0.25; } /* Twitch */ .body-r6_QPy .userInfoSection-q_35fn .connectedAccounts-QlRa4m .connectedAccount-2Jb-Z0 .connectedAccountIcon-3_EQqg[alt="Twitch logo"] + .connectedAccountNameInner-2q3MVf::before { background-color: var(--purple); } /* YouTube */ .body-r6_QPy .userInfoSection-q_35fn .connectedAccounts-QlRa4m .connectedAccount-2Jb-Z0 .connectedAccountIcon-3_EQqg[alt="YouTube logo"] + .connectedAccountNameInner-2q3MVf::before { background-color: red; } /* Battle.net */ .body-r6_QPy .userInfoSection-q_35fn .connectedAccounts-QlRa4m .connectedAccount-2Jb-Z0 .connectedAccountIcon-3_EQqg[alt="Battle.net logo"] + .connectedAccountNameInner-2q3MVf::before { background-color: #148eff; } /* Steam */ .body-r6_QPy .userInfoSection-q_35fn .connectedAccounts-QlRa4m .connectedAccount-2Jb-Z0 .connectedAccountIcon-3_EQqg[alt="Steam logo"] + .connectedAccountNameInner-2q3MVf::before { background-color: black; } /* Reddit */ .body-r6_QPy .userInfoSection-q_35fn .connectedAccounts-QlRa4m .connectedAccount-2Jb-Z0 .connectedAccountIcon-3_EQqg[alt="Reddit logo"] + .connectedAccountNameInner-2q3MVf::before { background-color: #ff4500; } /* Facebook */ .body-r6_QPy .userInfoSection-q_35fn .connectedAccounts-QlRa4m .connectedAccount-2Jb-Z0 .connectedAccountIcon-3_EQqg[alt="Facebook logo"] + .connectedAccountNameInner-2q3MVf::before { background-color: #1877f2; } /* Twitter */ .body-r6_QPy .userInfoSection-q_35fn .connectedAccounts-QlRa4m .connectedAccount-2Jb-Z0 .connectedAccountIcon-3_EQqg[alt="Twitter logo"] + .connectedAccountNameInner-2q3MVf::before { background-color: #1da1f2; } /* Spotify */ .body-r6_QPy .userInfoSection-q_35fn .connectedAccounts-QlRa4m .connectedAccount-2Jb-Z0 .connectedAccountIcon-3_EQqg[alt="Spotify logo"] + .connectedAccountNameInner-2q3MVf::before { background-color: #1ed760; } /* Xbox Live */ .body-r6_QPy .userInfoSection-q_35fn .connectedAccounts-QlRa4m .connectedAccount-2Jb-Z0 .connectedAccountIcon-3_EQqg[alt="Xbox Live logo"] + .connectedAccountNameInner-2q3MVf::before { background-color: #107c10; } /* GitHub */ .body-r6_QPy .userInfoSection-q_35fn .connectedAccounts-QlRa4m .connectedAccount-2Jb-Z0 .connectedAccountIcon-3_EQqg[alt="GitHub logo"] + .connectedAccountNameInner-2q3MVf::before { background-color: #212121; } /* ---- Sliders / Switches ---- */ /* Classics */ .container-3auIfb[style*="opacity: 1; background-color: hsl(139, calc(var(--saturation-factor, 1) * 47.3%), 43.9%);"] { background-color: var(--green) !important; } /* BetterDiscord*/ .bd-switch input:checked + .bd-switch-body { --switch-color: var(--green); } /* ---- BetterDiscord Buttons ---- */ .bd-button, .bd-addon-modal-footer .bd-button { background-color: var(--brand-experiment); } .bd-button:hover, .bd-addon-modal-footer .bd-button:hover { background-color: var(--brand-experiment-560); } /* Title and Done */ .bd-button.bd-button-titlen, .bd-addon-modal-footer .bd-button { border-radius: var(--border-radius-1); } /* List View */ .bd-button.bd-view-button.selected { background-color: var(--brand-experiment); } /* Addon */ .bd-controls > .bd-addon-button:first-of-type { border-radius: var(--border-radius-3) 0 0 5px; } /* Danger */ .bd-button.bd-button-danger { background-color: var(--red); } .bd-button.bd-button-danger:hover { background-color: var(--red2); } .bd-controls > .bd-addon-button:last-of-type { border-radius: 0 5px 5px 0; } /* ---- Close Button ---- */ .theme-dark .closeButton-1tv5uR { background-color: var(--background-secondary); transition: ease-out 0.25s; } .theme-dark .closeButton-1tv5uR:hover { background-color: var(--background-secondary-alt); } .closeButton-1tv5uR { border-color: var(--background-secondary-alt) !important; } .closeButton-1tv5uR > svg > path { fill: var(--interactive-muted); transition: ease-out 0.25s; } .closeButton-1tv5uR:hover > svg > path { fill: var(--interactive-active); } /* Esc */ .closeButton-1tv5uR:active { transform: translateY(0); } .theme-dark .keybind-KpFkfr { color: var(--interactive-muted); } /* ---- Servers Column ---- */ #app-mount .pill-3N7f9r.wrapper-sa6paO, #app-mount .listItemWrapper-KhRmzM { margin-top: 7px; } .scroller-1Bvpku.none-2Eo-qx.scrollerBase-289Jih > .listItem-GuPuDH { margin-top: 8px; } /* ---- Select Lists ---- */ .css-3vaxre-menu, .css-1x99fvh-menu, .css-dwar6a-menu { background-color: var(--background-secondary); border-top: none; border-color: rgba(0, 0, 0, 0.6); box-shadow: none; } .css-17e1tep-control, .css-17e1tep-control:hover, .css-6fzn47-control, .css-6fzn47-control:hover, .css-gvi9bl-control, .css-gvi9bl-control:hover, .css-1yz4bi9-option, .css-1yz4bi9-option:hover, .css-rzbxvl-option, .css-rzbxvl-option:hover { background-color: var(--background-secondary); transition: ease-out 0.25s; } /* ---- Cross ---- */ path[d="M7.02799 0.333252C3.346 0.333252 0.361328 3.31792 0.361328 6.99992C0.361328 10.6819 3.346 13.6666 7.02799 13.6666C10.71 13.6666 13.6947 10.6819 13.6947 6.99992C13.6947 3.31792 10.7093 0.333252 7.02799 0.333252ZM10.166 9.19525L9.22333 10.1379L7.02799 7.94325L4.83266 10.1379L3.89 9.19525L6.08466 6.99992L3.88933 4.80459L4.832 3.86259L7.02733 6.05792L9.22266 3.86259L10.1653 4.80459L7.97066 6.99992L10.166 9.19525Z"] { fill: var(--red); } /* ---- Keyboard Combos Popup ---- */ .theme-dark .keyboardShortcutsModal-3piNz7 { background-color: var(--background-primary); } /* ---- Help Button ---- */ :root [href="https://support.discord.com"], :root .searchLearnMore-3SQUAj .anchor-3Z-8Bb.anchorUnderlineOnHover-2ESHQB { display: none; } /* ---- Verification Page ---- */ .theme-dark .verificationBlock-1Chfpc { border-color: var(--background-tertiary); } .theme-dark .verificationBlock-1Chfpc:hover { background-color: var(--background-tertiary); } /* ---- Code ---- */ .theme-dark .markdown-11q6EU code { background-color: var(--background-secondary); }
0.35354
0.092729
.challengeBoxContainer { height: 100%; padding: 1.5rem 2rem; border-radius: 5px; background-color: var(--color_white); box-shadow: var(--box_shadow); text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center; } /* #region Activated Challenge */ .challengeActive { height: 100%; display: flex; flex-direction: column; } .challengeActive > header { color: var(--color_blue); font-size: 1.25rem; font-weight: 600; padding: 0 2rem 1.5rem; border-bottom: 1px solid var(--color_gray_line); } .challengeActive > main { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; } .challengeActive > main > strong { font-size: 2rem; font-weight: 600; color: var(--color_title); margin: 1.5rem 0 1rem; } .challengeActive > main > p { line-height: 1.5; } .challengeActive > footer { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; } .challengeActive > footer > button { height: 3rem; display: flex; align-items: center; justify-content: center; border-radius: 5px; color: var(--color_white); font-size: 1rem; font-weight: 600; transition: filter 0.2s; } .challengeActive > footer > button:hover { filter: brightness(0.9); } .challengeFailedButton { background-color: var(--color_red); } .challengeSucceededButton { background-color: var(--color_green); } /* #endregion */ /* #region Non-Activated Challenge */ .challengeNonActive { display: flex; flex-direction: column; align-items: center; } .challengeNonActive > strong { font-size: 1.5rem; font-weight: 500; line-height: 1.4; } .challengeNonActive > p { display: flex; flex-direction: column; align-items: center; line-height: 1.4; max-width: 70%; margin-top: 3rem; } .challengeNonActive > p > img { margin-bottom: 1rem; } /* #endregion */ /* */
src/styles/components/ChallengeBox.module.css
.challengeBoxContainer { height: 100%; padding: 1.5rem 2rem; border-radius: 5px; background-color: var(--color_white); box-shadow: var(--box_shadow); text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center; } /* #region Activated Challenge */ .challengeActive { height: 100%; display: flex; flex-direction: column; } .challengeActive > header { color: var(--color_blue); font-size: 1.25rem; font-weight: 600; padding: 0 2rem 1.5rem; border-bottom: 1px solid var(--color_gray_line); } .challengeActive > main { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; } .challengeActive > main > strong { font-size: 2rem; font-weight: 600; color: var(--color_title); margin: 1.5rem 0 1rem; } .challengeActive > main > p { line-height: 1.5; } .challengeActive > footer { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; } .challengeActive > footer > button { height: 3rem; display: flex; align-items: center; justify-content: center; border-radius: 5px; color: var(--color_white); font-size: 1rem; font-weight: 600; transition: filter 0.2s; } .challengeActive > footer > button:hover { filter: brightness(0.9); } .challengeFailedButton { background-color: var(--color_red); } .challengeSucceededButton { background-color: var(--color_green); } /* #endregion */ /* #region Non-Activated Challenge */ .challengeNonActive { display: flex; flex-direction: column; align-items: center; } .challengeNonActive > strong { font-size: 1.5rem; font-weight: 500; line-height: 1.4; } .challengeNonActive > p { display: flex; flex-direction: column; align-items: center; line-height: 1.4; max-width: 70%; margin-top: 3rem; } .challengeNonActive > p > img { margin-bottom: 1rem; } /* #endregion */ /* */
0.480966
0.142948
* { box-sizing: border-box; } body { font-family: "Roboto", "Helvetica Neue", Helvetica, Arial sans-serif; } .btn { -webkit-appearance: button; display: inline-block; height: 38px; padding: 0 30px; margin: 0.15rem; color: #555; text-align: center; font-size: 11px; font-weight: 600; line-height: 38px; letter-spacing: 0.1rem; text-transform: uppercase; text-decoration: none; white-space: nowrap; background-color: transparent; border-radius: 4px; border: 1px solid #bbb; cursor: pointer; box-sizing: border-box; margin-bottom: 1rem; } .btn:hover { color: #fff; background-color: #1eaedb; border-color: #1eaedb; outline: 0; } input[type="range"] { -webkit-appearance: none; width: 100%; margin: 7.8px 0; } input[type="range"]:focus { outline: none; } input[type="range"]::-webkit-slider-runnable-track { width: 100%; height: 8.4px; cursor: pointer; box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d; background: rgba(0, 1, 180, 0.11); border-radius: 1.3px; border: 0.2px solid #010101; } input[type="range"]::-webkit-slider-thumb { box-shadow: 1.2px 1.2px 1.7px #000000, 0px 0px 1.2px #0d0d0d; border: 1px solid #000000; height: 24px; width: 10px; border-radius: 36px; background: rgba(42, 0, 255, 0.8); cursor: pointer; -webkit-appearance: none; margin-top: -8px; } input[type="range"]:focus::-webkit-slider-runnable-track { background: rgba(0, 1, 206, 0.11); } input[type="range"]::-moz-range-track { width: 100%; height: 8.4px; cursor: pointer; box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d; background: rgba(0, 1, 180, 0.11); border-radius: 1.3px; border: 0.2px solid #010101; } input[type="range"]::-moz-range-thumb { box-shadow: 1.2px 1.2px 1.7px #000000, 0px 0px 1.2px #0d0d0d; border: 1px solid #000000; height: 24px; width: 10px; border-radius: 36px; background: rgba(42, 0, 255, 0.8); cursor: pointer; } input[type="range"]::-ms-track { width: 100%; height: 8.4px; cursor: pointer; background: transparent; border-color: transparent; color: transparent; } input[type="range"]::-ms-fill-lower { background: rgba(0, 1, 155, 0.11); border: 0.2px solid #010101; border-radius: 2.6px; box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d; } input[type="range"]::-ms-fill-upper { background: rgba(0, 1, 180, 0.11); border: 0.2px solid #010101; border-radius: 2.6px; box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d; } input[type="range"]::-ms-thumb { box-shadow: 1.2px 1.2px 1.7px #000000, 0px 0px 1.2px #0d0d0d; border: 1px solid #000000; height: 24px; width: 10px; border-radius: 36px; background: rgba(42, 0, 255, 0.8); cursor: pointer; height: 8.4px; } input[type="range"]:focus::-ms-fill-lower { background: rgba(0, 1, 180, 0.11); } input[type="range"]:focus::-ms-fill-upper { background: rgba(0, 1, 206, 0.11); } input[type="range"] { -webkit-appearance: none; width: 100%; margin: 7.8px 0; } input[type="range"]:focus { outline: none; } input[type="range"]::-webkit-slider-runnable-track { width: 100%; height: 8.4px; cursor: pointer; box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d; background: rgba(0, 1, 180, 0.11); border-radius: 1.3px; border: 0.2px solid #010101; } input[type="range"]::-webkit-slider-thumb { box-shadow: 1.2px 1.2px 1.7px #000000, 0px 0px 1.2px #0d0d0d; border: 1px solid #000000; height: 24px; width: 10px; border-radius: 36px; background: rgba(42, 0, 255, 0.8); cursor: pointer; -webkit-appearance: none; margin-top: -8px; } input[type="range"]:focus::-webkit-slider-runnable-track { background: rgba(0, 1, 206, 0.11); } input[type="range"]::-moz-range-track { width: 100%; height: 8.4px; cursor: pointer; box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d; background: rgba(0, 1, 180, 0.11); border-radius: 1.3px; border: 0.2px solid #010101; } input[type="range"]::-moz-range-thumb { box-shadow: 1.2px 1.2px 1.7px #000000, 0px 0px 1.2px #0d0d0d; border: 1px solid #000000; height: 24px; width: 10px; border-radius: 36px; background: rgba(42, 0, 255, 0.8); cursor: pointer; } input[type="range"]::-ms-track { width: 100%; height: 8.4px; cursor: pointer; background: transparent; border-color: transparent; color: transparent; } input[type="range"]::-ms-fill-lower { background: rgba(0, 1, 155, 0.11); border: 0.2px solid #010101; border-radius: 2.6px; box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d; } input[type="range"]::-ms-fill-upper { background: rgba(0, 1, 180, 0.11); border: 0.2px solid #010101; border-radius: 2.6px; box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d; } input[type="range"]::-ms-thumb { box-shadow: 1.2px 1.2px 1.7px #000000, 0px 0px 1.2px #0d0d0d; border: 1px solid #000000; height: 24px; width: 10px; border-radius: 36px; background: rgba(42, 0, 255, 0.8); cursor: pointer; height: 8.4px; } input[type="range"]:focus::-ms-fill-lower { background: rgba(0, 1, 180, 0.11); } input[type="range"]:focus::-ms-fill-upper { background: rgba(0, 1, 206, 0.11); } #navbar { grid-area: navbar; } ul, li { list-style-type: none; margin: 0; padding: 0.2rem 0; } .App { display: grid; margin: 3rem; grid-gap: 2rem 1rem; grid-template-columns: 1fr; grid-template-areas: "navbar" "player" "chat" "controls"; } .App .player-wrapper { position: relative; padding-top: 56.25%; } .App .react-player { grid-area: player; position: absolute; top: 0; left: 0; } .App .chat { grid-area: chat; } .App #controls { grid-area: controls; } @media screen and (max-width: 1280px) { .App { grid-template-columns: 1fr; grid-template-areas: "player" "controls"; } }
client/src/css/main.css
* { box-sizing: border-box; } body { font-family: "Roboto", "Helvetica Neue", Helvetica, Arial sans-serif; } .btn { -webkit-appearance: button; display: inline-block; height: 38px; padding: 0 30px; margin: 0.15rem; color: #555; text-align: center; font-size: 11px; font-weight: 600; line-height: 38px; letter-spacing: 0.1rem; text-transform: uppercase; text-decoration: none; white-space: nowrap; background-color: transparent; border-radius: 4px; border: 1px solid #bbb; cursor: pointer; box-sizing: border-box; margin-bottom: 1rem; } .btn:hover { color: #fff; background-color: #1eaedb; border-color: #1eaedb; outline: 0; } input[type="range"] { -webkit-appearance: none; width: 100%; margin: 7.8px 0; } input[type="range"]:focus { outline: none; } input[type="range"]::-webkit-slider-runnable-track { width: 100%; height: 8.4px; cursor: pointer; box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d; background: rgba(0, 1, 180, 0.11); border-radius: 1.3px; border: 0.2px solid #010101; } input[type="range"]::-webkit-slider-thumb { box-shadow: 1.2px 1.2px 1.7px #000000, 0px 0px 1.2px #0d0d0d; border: 1px solid #000000; height: 24px; width: 10px; border-radius: 36px; background: rgba(42, 0, 255, 0.8); cursor: pointer; -webkit-appearance: none; margin-top: -8px; } input[type="range"]:focus::-webkit-slider-runnable-track { background: rgba(0, 1, 206, 0.11); } input[type="range"]::-moz-range-track { width: 100%; height: 8.4px; cursor: pointer; box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d; background: rgba(0, 1, 180, 0.11); border-radius: 1.3px; border: 0.2px solid #010101; } input[type="range"]::-moz-range-thumb { box-shadow: 1.2px 1.2px 1.7px #000000, 0px 0px 1.2px #0d0d0d; border: 1px solid #000000; height: 24px; width: 10px; border-radius: 36px; background: rgba(42, 0, 255, 0.8); cursor: pointer; } input[type="range"]::-ms-track { width: 100%; height: 8.4px; cursor: pointer; background: transparent; border-color: transparent; color: transparent; } input[type="range"]::-ms-fill-lower { background: rgba(0, 1, 155, 0.11); border: 0.2px solid #010101; border-radius: 2.6px; box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d; } input[type="range"]::-ms-fill-upper { background: rgba(0, 1, 180, 0.11); border: 0.2px solid #010101; border-radius: 2.6px; box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d; } input[type="range"]::-ms-thumb { box-shadow: 1.2px 1.2px 1.7px #000000, 0px 0px 1.2px #0d0d0d; border: 1px solid #000000; height: 24px; width: 10px; border-radius: 36px; background: rgba(42, 0, 255, 0.8); cursor: pointer; height: 8.4px; } input[type="range"]:focus::-ms-fill-lower { background: rgba(0, 1, 180, 0.11); } input[type="range"]:focus::-ms-fill-upper { background: rgba(0, 1, 206, 0.11); } input[type="range"] { -webkit-appearance: none; width: 100%; margin: 7.8px 0; } input[type="range"]:focus { outline: none; } input[type="range"]::-webkit-slider-runnable-track { width: 100%; height: 8.4px; cursor: pointer; box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d; background: rgba(0, 1, 180, 0.11); border-radius: 1.3px; border: 0.2px solid #010101; } input[type="range"]::-webkit-slider-thumb { box-shadow: 1.2px 1.2px 1.7px #000000, 0px 0px 1.2px #0d0d0d; border: 1px solid #000000; height: 24px; width: 10px; border-radius: 36px; background: rgba(42, 0, 255, 0.8); cursor: pointer; -webkit-appearance: none; margin-top: -8px; } input[type="range"]:focus::-webkit-slider-runnable-track { background: rgba(0, 1, 206, 0.11); } input[type="range"]::-moz-range-track { width: 100%; height: 8.4px; cursor: pointer; box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d; background: rgba(0, 1, 180, 0.11); border-radius: 1.3px; border: 0.2px solid #010101; } input[type="range"]::-moz-range-thumb { box-shadow: 1.2px 1.2px 1.7px #000000, 0px 0px 1.2px #0d0d0d; border: 1px solid #000000; height: 24px; width: 10px; border-radius: 36px; background: rgba(42, 0, 255, 0.8); cursor: pointer; } input[type="range"]::-ms-track { width: 100%; height: 8.4px; cursor: pointer; background: transparent; border-color: transparent; color: transparent; } input[type="range"]::-ms-fill-lower { background: rgba(0, 1, 155, 0.11); border: 0.2px solid #010101; border-radius: 2.6px; box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d; } input[type="range"]::-ms-fill-upper { background: rgba(0, 1, 180, 0.11); border: 0.2px solid #010101; border-radius: 2.6px; box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d; } input[type="range"]::-ms-thumb { box-shadow: 1.2px 1.2px 1.7px #000000, 0px 0px 1.2px #0d0d0d; border: 1px solid #000000; height: 24px; width: 10px; border-radius: 36px; background: rgba(42, 0, 255, 0.8); cursor: pointer; height: 8.4px; } input[type="range"]:focus::-ms-fill-lower { background: rgba(0, 1, 180, 0.11); } input[type="range"]:focus::-ms-fill-upper { background: rgba(0, 1, 206, 0.11); } #navbar { grid-area: navbar; } ul, li { list-style-type: none; margin: 0; padding: 0.2rem 0; } .App { display: grid; margin: 3rem; grid-gap: 2rem 1rem; grid-template-columns: 1fr; grid-template-areas: "navbar" "player" "chat" "controls"; } .App .player-wrapper { position: relative; padding-top: 56.25%; } .App .react-player { grid-area: player; position: absolute; top: 0; left: 0; } .App .chat { grid-area: chat; } .App #controls { grid-area: controls; } @media screen and (max-width: 1280px) { .App { grid-template-columns: 1fr; grid-template-areas: "player" "controls"; } }
0.253214
0.11694
body { background-color:#AFAAAA } .mouse-hand { cursor: pointer !important; } .mouse-pointer { cursor: default !important; } .margin-0 { margin: 0px !important; } .margin-10 { margin: 10px !important; } .margin-20 { margin: 20px !important; } .margin-30 { margin: 30px !important; } .margin-40 { margin: 40px !important; } .margin-50 { margin: 50px !important; } .margin-60 { margin: 60px !important; } .margin-70 { margin: 70px !important; } .margin-80 { margin: 80px !important; } .margin-90 { margin: 90px !important; } .margin-100 { margin: 100px !important; } .margin-top-0 { margin-top: 0px !important; } .margin-top-10 { margin-top: 10px !important; } .margin-top-20 { margin-top: 20px !important; } .margin-top-30 { margin-top: 30px !important; } .margin-top-40 { margin-top: 40px !important; } .margin-top-50 { margin-top: 50px !important; } .margin-top-60 { margin-top: 60px !important; } .margin-top-70 { margin-top: 70px !important; } .margin-top-80 { margin-top: 80px !important; } .margin-top-90 { margin-top: 90px !important; } .margin-top-100 { margin-top: 100px !important; } .margin-left-0 { margin-left: 0px !important; } .margin-left-10 { margin-left: 10px !important; } .margin-left-20 { margin-left: 20px !important; } .margin-left-30 { margin-left: 30px !important; } .margin-left-40 { margin-left: 40px !important; } .margin-left-50 { margin-left: 50px !important; } .margin-left-60 { margin-left: 60px !important; } .margin-left-70 { margin-left: 70px !important; } .margin-left-80 { margin-left: 80px !important; } .margin-left-90 { margin-left: 90px !important; } .margin-left-100 { margin-left: 100px !important; } .margin-right-0 { margin-right: 0px !important; } .margin-right-10 { margin-right: 10px !important; } .margin-right-20 { margin-right: 20px !important; } .margin-right-30 { margin-right: 30px !important; } .margin-right-40 { margin-right: 40px !important; } .margin-right-50 { margin-right: 50px !important; } .margin-right-60 { margin-right: 60px !important; } .margin-right-70 { margin-right: 70px !important; } .margin-right-80 { margin-right: 80px !important; } .margin-right-90 { margin-right: 90px !important; } .margin-right-100 { margin-right: 100px !important; } .margin-bottom-0 { margin-bottom: 0px !important; } .margin-bottom-10 { margin-bottom: 10px !important; } .margin-bottom-20 { margin-bottom: 20px !important; } .margin-bottom-30 { margin-bottom: 30px !important; } .margin-bottom-40 { margin-bottom: 40px !important; } .margin-bottom-50 { margin-bottom: 50px !important; } .margin-bottom-60 { margin-bottom: 60px !important; } .margin-bottom-70 { margin-bottom: 70px !important; } .margin-bottom-80 { margin-bottom: 80px !important; } .margin-bottom-90 { margin-bottom: 90px !important; } .margin-bottom-100 { margin-bottom: 100px !important; } .padding-0 { padding: 0px !important; } .padding-10 { padding: 10px !important; } .padding-20 { padding: 20px !important; } .padding-30 { padding: 30px !important; } .padding-40 { padding: 40px !important; } .padding-50 { padding: 50px !important; } .padding-60 { padding: 60px !important; } .padding-70 { padding: 70px !important; } .padding-80 { padding: 80px !important; } .padding-90 { padding: 90px !important; } .padding-100 { padding: 100px !important; } .padding-top-0 { padding-top: 0px !important; } .padding-top-10 { padding-top: 10px !important; } .padding-top-15 { padding-top: 15px !important; } .padding-top-20 { padding-top: 20px !important; } .padding-top-30 { padding-top: 30px !important; } .padding-top-40 { padding-top: 40px !important; } .padding-top-50 { padding-top: 50px !important; } .padding-top-60 { padding-top: 60px !important; } .padding-top-70 { padding-top: 70px !important; } .padding-top-80 { padding-top: 80px !important; } .padding-top-90 { padding-top: 90px !important; } .padding-top-100 { padding-top: 100px !important; } .padding-left-0 { padding-left: 0px !important; } .padding-left-10 { padding-left: 10px !important; } .padding-left-20 { padding-left: 20px !important; } .padding-left-30 { padding-left: 30px !important; } .padding-left-40 { padding-left: 40px !important; } .padding-left-50 { padding-left: 50px !important; } .padding-left-60 { padding-left: 60px !important; } .padding-left-70 { padding-left: 70px !important; } .padding-left-80 { padding-left: 80px !important; } .padding-left-90 { padding-left: 90px !important; } .padding-left-100 { padding-left: 100px !important; } .padding-right-0 { padding-right: 0px !important; } .padding-right-10 { padding-right: 10px !important; } .padding-right-20 { padding-right: 20px !important; } .padding-right-30 { padding-right: 30px !important; } .padding-right-40 { padding-right: 40px !important; } .padding-right-50 { padding-right: 50px !important; } .padding-right-60 { padding-right: 60px !important; } .padding-right-70 { padding-right: 70px !important; } .padding-right-80 { padding-right: 80px !important; } .padding-right-90 { padding-right: 90px !important; } .padding-right-100 { padding-right: 100px !important; } .padding-bottom-0 { padding-bottom: 0px !important; } .padding-bottom-10 { padding-bottom: 10px !important; } .padding-bottom-20 { padding-bottom: 20px !important; } .padding-bottom-30 { padding-bottom: 30px !important; } .padding-bottom-40 { padding-bottom: 40px !important; } .padding-bottom-50 { padding-bottom: 50px !important; } .padding-bottom-60 { padding-bottom: 60px !important; } .padding-bottom-70 { padding-bottom: 70px !important; } .padding-bottom-80 { padding-bottom: 80px !important; } .padding-bottom-90 { padding-bottom: 90px !important; } .padding-bottom-100 { padding-bottom: 100px !important; }
css/main.css
body { background-color:#AFAAAA } .mouse-hand { cursor: pointer !important; } .mouse-pointer { cursor: default !important; } .margin-0 { margin: 0px !important; } .margin-10 { margin: 10px !important; } .margin-20 { margin: 20px !important; } .margin-30 { margin: 30px !important; } .margin-40 { margin: 40px !important; } .margin-50 { margin: 50px !important; } .margin-60 { margin: 60px !important; } .margin-70 { margin: 70px !important; } .margin-80 { margin: 80px !important; } .margin-90 { margin: 90px !important; } .margin-100 { margin: 100px !important; } .margin-top-0 { margin-top: 0px !important; } .margin-top-10 { margin-top: 10px !important; } .margin-top-20 { margin-top: 20px !important; } .margin-top-30 { margin-top: 30px !important; } .margin-top-40 { margin-top: 40px !important; } .margin-top-50 { margin-top: 50px !important; } .margin-top-60 { margin-top: 60px !important; } .margin-top-70 { margin-top: 70px !important; } .margin-top-80 { margin-top: 80px !important; } .margin-top-90 { margin-top: 90px !important; } .margin-top-100 { margin-top: 100px !important; } .margin-left-0 { margin-left: 0px !important; } .margin-left-10 { margin-left: 10px !important; } .margin-left-20 { margin-left: 20px !important; } .margin-left-30 { margin-left: 30px !important; } .margin-left-40 { margin-left: 40px !important; } .margin-left-50 { margin-left: 50px !important; } .margin-left-60 { margin-left: 60px !important; } .margin-left-70 { margin-left: 70px !important; } .margin-left-80 { margin-left: 80px !important; } .margin-left-90 { margin-left: 90px !important; } .margin-left-100 { margin-left: 100px !important; } .margin-right-0 { margin-right: 0px !important; } .margin-right-10 { margin-right: 10px !important; } .margin-right-20 { margin-right: 20px !important; } .margin-right-30 { margin-right: 30px !important; } .margin-right-40 { margin-right: 40px !important; } .margin-right-50 { margin-right: 50px !important; } .margin-right-60 { margin-right: 60px !important; } .margin-right-70 { margin-right: 70px !important; } .margin-right-80 { margin-right: 80px !important; } .margin-right-90 { margin-right: 90px !important; } .margin-right-100 { margin-right: 100px !important; } .margin-bottom-0 { margin-bottom: 0px !important; } .margin-bottom-10 { margin-bottom: 10px !important; } .margin-bottom-20 { margin-bottom: 20px !important; } .margin-bottom-30 { margin-bottom: 30px !important; } .margin-bottom-40 { margin-bottom: 40px !important; } .margin-bottom-50 { margin-bottom: 50px !important; } .margin-bottom-60 { margin-bottom: 60px !important; } .margin-bottom-70 { margin-bottom: 70px !important; } .margin-bottom-80 { margin-bottom: 80px !important; } .margin-bottom-90 { margin-bottom: 90px !important; } .margin-bottom-100 { margin-bottom: 100px !important; } .padding-0 { padding: 0px !important; } .padding-10 { padding: 10px !important; } .padding-20 { padding: 20px !important; } .padding-30 { padding: 30px !important; } .padding-40 { padding: 40px !important; } .padding-50 { padding: 50px !important; } .padding-60 { padding: 60px !important; } .padding-70 { padding: 70px !important; } .padding-80 { padding: 80px !important; } .padding-90 { padding: 90px !important; } .padding-100 { padding: 100px !important; } .padding-top-0 { padding-top: 0px !important; } .padding-top-10 { padding-top: 10px !important; } .padding-top-15 { padding-top: 15px !important; } .padding-top-20 { padding-top: 20px !important; } .padding-top-30 { padding-top: 30px !important; } .padding-top-40 { padding-top: 40px !important; } .padding-top-50 { padding-top: 50px !important; } .padding-top-60 { padding-top: 60px !important; } .padding-top-70 { padding-top: 70px !important; } .padding-top-80 { padding-top: 80px !important; } .padding-top-90 { padding-top: 90px !important; } .padding-top-100 { padding-top: 100px !important; } .padding-left-0 { padding-left: 0px !important; } .padding-left-10 { padding-left: 10px !important; } .padding-left-20 { padding-left: 20px !important; } .padding-left-30 { padding-left: 30px !important; } .padding-left-40 { padding-left: 40px !important; } .padding-left-50 { padding-left: 50px !important; } .padding-left-60 { padding-left: 60px !important; } .padding-left-70 { padding-left: 70px !important; } .padding-left-80 { padding-left: 80px !important; } .padding-left-90 { padding-left: 90px !important; } .padding-left-100 { padding-left: 100px !important; } .padding-right-0 { padding-right: 0px !important; } .padding-right-10 { padding-right: 10px !important; } .padding-right-20 { padding-right: 20px !important; } .padding-right-30 { padding-right: 30px !important; } .padding-right-40 { padding-right: 40px !important; } .padding-right-50 { padding-right: 50px !important; } .padding-right-60 { padding-right: 60px !important; } .padding-right-70 { padding-right: 70px !important; } .padding-right-80 { padding-right: 80px !important; } .padding-right-90 { padding-right: 90px !important; } .padding-right-100 { padding-right: 100px !important; } .padding-bottom-0 { padding-bottom: 0px !important; } .padding-bottom-10 { padding-bottom: 10px !important; } .padding-bottom-20 { padding-bottom: 20px !important; } .padding-bottom-30 { padding-bottom: 30px !important; } .padding-bottom-40 { padding-bottom: 40px !important; } .padding-bottom-50 { padding-bottom: 50px !important; } .padding-bottom-60 { padding-bottom: 60px !important; } .padding-bottom-70 { padding-bottom: 70px !important; } .padding-bottom-80 { padding-bottom: 80px !important; } .padding-bottom-90 { padding-bottom: 90px !important; } .padding-bottom-100 { padding-bottom: 100px !important; }
0.413832
0.077204
* { margin: 0; padding: 0; box-sizing: border-box; user-select: none; font-family: 'Poppins', sans-serif; } html { background: #ff3cac; background-image: linear-gradient(225deg, #ff3cac 0%, #784ba0 50%, #2b86c5 100%); } html, body { display: flex; align-items: center; justify-content: center; height: 100%; } .search-box { position: relative; width: 60px; height: 60px; transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55); } .search-box.active { width: 350px; } .search-box input { user-select: text; height: 100%; width: 100%; border: none; font-size: 30px; border-radius: 50px; padding: 0 60px 0 20px; outline: none; opacity: 0; transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55); } .search-box input.active { opacity: 1; } .search-box .search-btn { cursor: pointer; position: absolute; top: 50%; right: 0; z-index: 1; width: 50px; height: 50px; border-radius: 50px; background-color: white; color: #ff3cac; text-align: center; line-height: 50px; transform: translateY(-50%); transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55); } .search-box .search-btn.active { right: 5px; background-color: #ff3cac; color: white; transform: translateY(-50%) rotate(360deg); } .search-box .cancel-btn { position: absolute; top: 50%; right: 20px; transform: translateY(-50%); color: white; font-size: 25px; cursor: pointer; transition: all 0.5s 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55); } .search-box .cancel-btn{ position: absolute; top: 50%; right: 20px; transform: translateY(-50%); color: #fff; font-size: 25px; cursor: pointer; transition: all 0.5s 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55); } .search-box .cancel-btn.active { right: -40px; transform: translateY(-50%) rotate(360deg); } .search-data { color: white; font-size: 18px; } .search-box .search-data { text-align: center; padding: 7px; word-wrap: break-word; } .search-box .search-data.active { display: none; }
sites/site-25/Animate-Search-site/css/style.css
* { margin: 0; padding: 0; box-sizing: border-box; user-select: none; font-family: 'Poppins', sans-serif; } html { background: #ff3cac; background-image: linear-gradient(225deg, #ff3cac 0%, #784ba0 50%, #2b86c5 100%); } html, body { display: flex; align-items: center; justify-content: center; height: 100%; } .search-box { position: relative; width: 60px; height: 60px; transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55); } .search-box.active { width: 350px; } .search-box input { user-select: text; height: 100%; width: 100%; border: none; font-size: 30px; border-radius: 50px; padding: 0 60px 0 20px; outline: none; opacity: 0; transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55); } .search-box input.active { opacity: 1; } .search-box .search-btn { cursor: pointer; position: absolute; top: 50%; right: 0; z-index: 1; width: 50px; height: 50px; border-radius: 50px; background-color: white; color: #ff3cac; text-align: center; line-height: 50px; transform: translateY(-50%); transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55); } .search-box .search-btn.active { right: 5px; background-color: #ff3cac; color: white; transform: translateY(-50%) rotate(360deg); } .search-box .cancel-btn { position: absolute; top: 50%; right: 20px; transform: translateY(-50%); color: white; font-size: 25px; cursor: pointer; transition: all 0.5s 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55); } .search-box .cancel-btn{ position: absolute; top: 50%; right: 20px; transform: translateY(-50%); color: #fff; font-size: 25px; cursor: pointer; transition: all 0.5s 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55); } .search-box .cancel-btn.active { right: -40px; transform: translateY(-50%) rotate(360deg); } .search-data { color: white; font-size: 18px; } .search-box .search-data { text-align: center; padding: 7px; word-wrap: break-word; } .search-box .search-data.active { display: none; }
0.595493
0.105763
*{ padding: 0; margin: 0; box-sizing: border-box; } body { background-color: purple; font-family: helvetica; } .wrapper { width: 1000px; margin: 0 auto; background-color: wheat; overflow: hidden; margin-bottom: 20px; } /* BANNER */ main .banner img { width: 100%; display: block; } /* BANNER END */ /* SECTION */ .container { width: 1000px; padding: 10px 0 5px 10px; background-color: white; margin: 0 0 20px 0; } .container img { width: 175px; } blockquote { float: right; font-family:serif; font-size: 1.6em; width: 400px; margin: 50px 100px 0 0; font-style: italic; } section { width: 600px; float: left; margin-left: 20px; } section p { line-height: 1.5; margin: 40px 20px 40px 20px; } /* END OF SECTION */ /* GOOGLE CAL */ .calendar{ margin-bottom: 40px; } /* ASIDE */ aside { background-color:cadetblue; width: 340px; float: right; margin: 0 20px 20px 0; } aside li { list-style-type: none; padding: 0 0 20px 20px; } aside.research { margin-top: 100px; } aside.research a { text-decoration: none; color: rebeccapurple; } aside.research li { list-style: decimal; margin-left: 20px; } aside.research ul { margin: 20px; } /* END OF ASIDE */ /* VIDEO */ /* EMBED RESPONSIVELY */ .embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; margin-bottom: 40px; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } /* HIDE AGENDA VIEW CALENDAR */ div.embed-container.agenda-view { display:none; } /* MAP */ .map { height:50px; width:100%; clear:both; } /* TYPOGRAPHY */ h1 { background-color:darkred; padding: 10px; color: white; font-weight:normal; text-align: center; font-size: 1.8em; } h1 a { text-decoration: none; color: white; } h2.paper { margin: 0 0 0 20px; width: 57%; font-family: serif; text-align: left; text-decoration: none; background-color: darkred; color:antiquewhite; float: left; } h2.cal { margin-bottom: 20px; } h2{ text-align: center; padding: 10px 20px 20px 20px; text-decoration: underline; font-weight: bolder; color: black; } section h2, h2.video { text-decoration: none; font-weight: normal; background-color: darkred; color: white; } h3 { background-color: darkred; padding: 10px 10px 10px 20px; font-family: serif; text-align: left; text-decoration: none; background-color: darkred; color:antiquewhite; margin-bottom: 20px; } /* END OF TYPOGRAPHY */ /* FOOTER */ footer{ background-color: rosybrown; clear: both; width: 1000px; margin:0 auto; margin-bottom: 20px; } footer ul{ text-align: center; } footer li{ display: inline-block; list-style: none; line-height: 50px; } footer li a{ text-decoration: none; margin: 55px; } /* END OF FOOTER */ /* MEDIA QUERY */ @media screen and (max-width: 736px) { /* LISA's HOME */ header { height: 150px; } wrapper { width: 100%; } aside{ width: 100%; } section { width: 100%; margin-top: 20px; } .container img { width: 50%; } blockquote { margin: 50px 20px 0 0; font-size: 3em } h1 { padding: 20px; } h1 a { text-decoration: none; } h2.pageID { width: 96%; } .logo { margin-right: 830px; } h2 { margin-top: 40px; } section p { margin:50px; } aside { width: 96%; margin: 20px 20px 20px 20px; } aside li { list-style: square; } aside ul { text-align: center; } footer { padding: 10px; } footer li{ list-style: none; line-height: 50px; display: inline; } footer li a{ text-decoration: none; margin: 10px; } /* HIDE AGENDA VIEW CALENDAR */ main .banner img { display: none; } div.embed-container.agenda-view { display:block; } /* HIDE AGENDA VIEW CALENDAR */ div.embed-container.month-view { display:none; } h2.video{ width: 96%; } .embed-container{ width: 96%; margin-bottom: 0px; } header{ height: 0; } aside, aside.research{ width: 96%; margin-top: 50px; } /* .container { display: none; } }
lisa_marie/lisa_marie/lisa_marie/css/style.css
*{ padding: 0; margin: 0; box-sizing: border-box; } body { background-color: purple; font-family: helvetica; } .wrapper { width: 1000px; margin: 0 auto; background-color: wheat; overflow: hidden; margin-bottom: 20px; } /* BANNER */ main .banner img { width: 100%; display: block; } /* BANNER END */ /* SECTION */ .container { width: 1000px; padding: 10px 0 5px 10px; background-color: white; margin: 0 0 20px 0; } .container img { width: 175px; } blockquote { float: right; font-family:serif; font-size: 1.6em; width: 400px; margin: 50px 100px 0 0; font-style: italic; } section { width: 600px; float: left; margin-left: 20px; } section p { line-height: 1.5; margin: 40px 20px 40px 20px; } /* END OF SECTION */ /* GOOGLE CAL */ .calendar{ margin-bottom: 40px; } /* ASIDE */ aside { background-color:cadetblue; width: 340px; float: right; margin: 0 20px 20px 0; } aside li { list-style-type: none; padding: 0 0 20px 20px; } aside.research { margin-top: 100px; } aside.research a { text-decoration: none; color: rebeccapurple; } aside.research li { list-style: decimal; margin-left: 20px; } aside.research ul { margin: 20px; } /* END OF ASIDE */ /* VIDEO */ /* EMBED RESPONSIVELY */ .embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; margin-bottom: 40px; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } /* HIDE AGENDA VIEW CALENDAR */ div.embed-container.agenda-view { display:none; } /* MAP */ .map { height:50px; width:100%; clear:both; } /* TYPOGRAPHY */ h1 { background-color:darkred; padding: 10px; color: white; font-weight:normal; text-align: center; font-size: 1.8em; } h1 a { text-decoration: none; color: white; } h2.paper { margin: 0 0 0 20px; width: 57%; font-family: serif; text-align: left; text-decoration: none; background-color: darkred; color:antiquewhite; float: left; } h2.cal { margin-bottom: 20px; } h2{ text-align: center; padding: 10px 20px 20px 20px; text-decoration: underline; font-weight: bolder; color: black; } section h2, h2.video { text-decoration: none; font-weight: normal; background-color: darkred; color: white; } h3 { background-color: darkred; padding: 10px 10px 10px 20px; font-family: serif; text-align: left; text-decoration: none; background-color: darkred; color:antiquewhite; margin-bottom: 20px; } /* END OF TYPOGRAPHY */ /* FOOTER */ footer{ background-color: rosybrown; clear: both; width: 1000px; margin:0 auto; margin-bottom: 20px; } footer ul{ text-align: center; } footer li{ display: inline-block; list-style: none; line-height: 50px; } footer li a{ text-decoration: none; margin: 55px; } /* END OF FOOTER */ /* MEDIA QUERY */ @media screen and (max-width: 736px) { /* LISA's HOME */ header { height: 150px; } wrapper { width: 100%; } aside{ width: 100%; } section { width: 100%; margin-top: 20px; } .container img { width: 50%; } blockquote { margin: 50px 20px 0 0; font-size: 3em } h1 { padding: 20px; } h1 a { text-decoration: none; } h2.pageID { width: 96%; } .logo { margin-right: 830px; } h2 { margin-top: 40px; } section p { margin:50px; } aside { width: 96%; margin: 20px 20px 20px 20px; } aside li { list-style: square; } aside ul { text-align: center; } footer { padding: 10px; } footer li{ list-style: none; line-height: 50px; display: inline; } footer li a{ text-decoration: none; margin: 10px; } /* HIDE AGENDA VIEW CALENDAR */ main .banner img { display: none; } div.embed-container.agenda-view { display:block; } /* HIDE AGENDA VIEW CALENDAR */ div.embed-container.month-view { display:none; } h2.video{ width: 96%; } .embed-container{ width: 96%; margin-bottom: 0px; } header{ height: 0; } aside, aside.research{ width: 96%; margin-top: 50px; } /* .container { display: none; } }
0.228759
0.04952
body { font-family: 'Spartan', sans-serif; background-color: white; } body p { font-size: 1.1rem; font-family: '<NAME>', sans-serif; margin-bottom: .3rem; } header a { color: darkgray; } header .btn { padding: .5rem 1rem; border: 1px solid #6c757d !important; } header .btn:hover { color: white !important; border: 1px solid #6c757d !important; } header .btn .menu-dropdown-toggle-icon { width: 1.5rem; } .jumbotron { color: white; background-image: url(/images/photos/dale-nibbe-6mU7uCAO64I-unsplash-web.jpg); background-size: cover; background-repeat: no-repeat; background-position: bottom; } .jumbotron h1, .jumbotron h2, .jumbotron h3, .jumbotron h4, .jumbotron h5, .jumbotron h6 { text-shadow: 1px 1px #343a40; margin-bottom: 3rem; } .jumbotron a.btn { margin-right: 1rem; margin-bottom: 1rem; } section { margin-top: 1rem; } footer { margin-top: 1rem; padding: 2rem; text-align: center; color: darkgray; font-style: italic; font-size: .8rem; } footer a { color: darkgray; } footer a:hover { color: white; text-decoration: none; } footer li { margin-left: .5rem; margin-right: .5rem; } footer div.footer-item { border-width: 1px; border-color: #e9ecef; border-style: solid; margin-bottom: 1rem; padding: .3rem; } footer img.footer-logo { height: 8rem; margin-top: 2rem; margin-bottom: 4rem; } div.anchor { display: block; position: relative; top: -5rem; visibility: hidden; } span.section-header { color: black; } span.section-header h1, span.section-header h2, span.section-header h3, span.section-header h4, span.section-header h5 { font-size: 2rem; } .sub-section-header { font-style: italic; } .progress.skill { height: 1.5rem; margin-bottom: .7rem; } .progress.skill div.progress-bar { background-color: #6c757d; padding-left: 2rem; text-align: left; } .progress.separator { height: .25rem; margin-bottom: 2rem; } .progress.separator div.progress-bar { background-color: #343a40; } .job-block { margin-bottom: 1rem; padding: 1rem 1rem 0rem 1rem; background-color: #e9ecef; } .job-block .job-time-frame { font-size: .85rem; margin-top: .2rem; float: right; } .job-block ul { margin-right: 1rem; } .card { margin-bottom: 1.6rem; background-color: white; } .card .card-title { font-weight: bold; } .card p.card-text { margin-bottom: 1.5rem; } a.btn { margin-bottom: 1rem; } img.profile-pic { margin-bottom: 2rem; } img.header-logo { height: 3rem; } /*# sourceMappingURL=custom.css.map */
css/custom.css
body { font-family: 'Spartan', sans-serif; background-color: white; } body p { font-size: 1.1rem; font-family: '<NAME>', sans-serif; margin-bottom: .3rem; } header a { color: darkgray; } header .btn { padding: .5rem 1rem; border: 1px solid #6c757d !important; } header .btn:hover { color: white !important; border: 1px solid #6c757d !important; } header .btn .menu-dropdown-toggle-icon { width: 1.5rem; } .jumbotron { color: white; background-image: url(/images/photos/dale-nibbe-6mU7uCAO64I-unsplash-web.jpg); background-size: cover; background-repeat: no-repeat; background-position: bottom; } .jumbotron h1, .jumbotron h2, .jumbotron h3, .jumbotron h4, .jumbotron h5, .jumbotron h6 { text-shadow: 1px 1px #343a40; margin-bottom: 3rem; } .jumbotron a.btn { margin-right: 1rem; margin-bottom: 1rem; } section { margin-top: 1rem; } footer { margin-top: 1rem; padding: 2rem; text-align: center; color: darkgray; font-style: italic; font-size: .8rem; } footer a { color: darkgray; } footer a:hover { color: white; text-decoration: none; } footer li { margin-left: .5rem; margin-right: .5rem; } footer div.footer-item { border-width: 1px; border-color: #e9ecef; border-style: solid; margin-bottom: 1rem; padding: .3rem; } footer img.footer-logo { height: 8rem; margin-top: 2rem; margin-bottom: 4rem; } div.anchor { display: block; position: relative; top: -5rem; visibility: hidden; } span.section-header { color: black; } span.section-header h1, span.section-header h2, span.section-header h3, span.section-header h4, span.section-header h5 { font-size: 2rem; } .sub-section-header { font-style: italic; } .progress.skill { height: 1.5rem; margin-bottom: .7rem; } .progress.skill div.progress-bar { background-color: #6c757d; padding-left: 2rem; text-align: left; } .progress.separator { height: .25rem; margin-bottom: 2rem; } .progress.separator div.progress-bar { background-color: #343a40; } .job-block { margin-bottom: 1rem; padding: 1rem 1rem 0rem 1rem; background-color: #e9ecef; } .job-block .job-time-frame { font-size: .85rem; margin-top: .2rem; float: right; } .job-block ul { margin-right: 1rem; } .card { margin-bottom: 1.6rem; background-color: white; } .card .card-title { font-weight: bold; } .card p.card-text { margin-bottom: 1.5rem; } a.btn { margin-bottom: 1rem; } img.profile-pic { margin-bottom: 2rem; } img.header-logo { height: 3rem; } /*# sourceMappingURL=custom.css.map */
0.500977
0.065336
* { padding: 0; margin: 0; } /* Basic Typography */ html, body { font-size: 1em; line-height: 1.65em; font-family: "Open Sans",Arial,"Hiragino Sans GB","Microsoft YaHei","微软雅黑","STHeiti","WenQuanYi Micro Hei",SimSun,sans-serif; font-weight: 300; color:#444; } html { height: 100%; } body { padding: 2em 2.5em 1em 20em; } /* Blocks */ header { border-right: 1px #eee solid; padding: 2em; position:fixed; top: 0; left: 0; height:100%; width:13.5em; } #content { display: block; width: 100%; } article { border-bottom: 0.1em #eee solid; padding-bottom: 1.7em; } p, hr, h4, h5, h6 { margin-top: 0.9em; margin-bottom: 0.9em; } /* Headings */ h1, h2, h3, h4, h5, h6 { font-family: "Bree Serif", "Open Sans", Arial, "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", serif; font-weight: 400 !important; } h1 { font-size: 2.5em; line-height: 1.1em; margin-top: 0.6em; margin-bottom: 0.6em; } h2 { font-size:1.9em; line-height: 1.2em; margin-top: 0.7em; margin-bottom: 0.7em; } h3 { font-size:1.4em; line-height: 1.3em; margin-top: 0.8em; margin-bottom: 0.8em; } h4 { font-size:1.3em; } h5 { font-size:1.2em; } h6 { font-size:1.1em; } /* Page Elements */ img, iframe { max-width: 100%; } a { font-weight:700; text-decoration:none; color: #6cc; /* Change Link Color */ } a:hover { text-decoration:underline; } h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight:400 !important; } strong { font-weight: 700; } blockquote { border-left: 0.4em solid #eee; padding-left: 1.2em; font-size: 1.3em; } hr{ border: 0; height: 1px; background: #000000; } ul, ol { margin-left: 3em; } code { /*for code highlighting */ font-size:1.4em; background: #eee; } pre { font-size: 0.8em; line-height: 2em; background: #eee; padding: 1em; word-break: break-all; word-wrap: break-word; white-space: pre; white-space: -moz-pre-wrap; white-space: pre-wrap; white-space: pre\9; } input { font-size:1em; padding: 0.3em; } /* Sidebar */ header h1 { font-size:1.9em; margin-top:0.8em; margin-bottom:0.6em; } header h1 a { color:#444; } header h1 a:hover { text-decoration:none; } header #avatar img { margin-top: -0.578em; margin-bottom: -1.73em; width:9em; /*height:9em;*/ border-radius:4.5em; -moz-border-radius: 4.5em; -webkit-border-radius: 4.5em; border: none; } #follow-icons { font-size: 0.7em; margin-top: -0.7em; margin-bottom: 0em; } #follow-icons a { color: #ccc; } #follow-icons span { vertical-align:top; margin-left:-0.15em; margin-right:-0.15em; } #follow-icons span .fa-stack-1x { font-size:1.05em; line-height:1.9em; } /* Posts */ article span.post-stamp { color:#888; } h1.post-title { margin-top:0.35em; margin-bottom: 0.6em; text-align: center; } .post-title .feature-star { font-size: 0.9em; } .separator, .feature-star { color: #ccc; } .taglist a { font-size:1em; font-weight: 700 !important; text-transform:uppercase; letter-spacing:0.05em; border-radius:0.25em; -moz-border-radius: 0.25em; -webkit-border-radius: 0.25em; } #social-bar { margin-top:1.5em; background-color:#eee; padding:0.5em; } #comments { margin-top: 0.15em; padding-bottom: 0.2em; border-bottom: 1px solid #eee; } /* Footer */ .pagination { margin-bottom:1em; margin-top: 0em; } footer { padding: 1em 0em 2.5em 0em; font-size:0.8em; line-height: 1.5em; color: #000000; } footer a { font-weight:300; color:#6cc; text-decoration: underline; } footer a:hover { color:#444; text-decoration: none; } /* Large Screens */ @media only screen and (min-width: 1281px) { html, body { font-size: 1.1em; } } /* Small Screens */ @media only screen and (max-width: 800px) { body { padding:0; } header { border-right: none; border-bottom: 1px #eee solid; position:relative; height:auto; width:auto; text-align:center; padding-bottom:1em; } #content { margin-left: 0; padding: 2em 2em 1em 2em; width: auto; } footer { padding: 0 2.5em 2em 2.5em; } } /* Tiny Screens */ @media only screen and (max-width: 320px) { header { padding: 1.2em 1.2em 0.6em 1.2em; } #content { padding: 1.2em 1.2em 0.6em 1.2em; } footer { padding: 0 1.5em 1.2em 1.5em; } ul, ol { margin-left: 2em; } } .article-entry pre, .article-entry .highlight { background: #2d2d2d; margin: 0 10px; padding: 15px 20px; border-style: solid; border-color: #ddd; border-width: 1px 0; -webkit-border-radius: 3px; border-radius: 3px; overflow: auto; color: #ccc; line-height: 24px; } .article-entry .highlight .gutter pre, .article-entry .gist .gist-file .gist-data .line-numbers { color: #666; font-size: 0.85em; } .article-entry pre, .article-entry code { font-family: Consolas, Monaco, Menlo, Consolas, monospace; } .article-entry code { text-shadow: 0 1px #fff; padding: 0 0.3em; } .article-entry pre code { background: none; text-shadow: none; padding: 0; } .article-entry .highlight pre { border: none; margin: 0; padding: 0; } .article-entry .highlight table { margin: 0; width: auto; } .article-entry .highlight td { border: none; padding: 0; } .article-entry .highlight figcaption { font-size: 0.85em; color: #999; line-height: 1em; margin-bottom: 1em; } .article-entry .highlight figcaption:before, .article-entry .highlight figcaption:after { content: ""; display: table; } .article-entry .highlight figcaption:after { clear: both; } .article-entry .highlight figcaption a { float: right; } .article-entry .highlight .gutter pre { text-align: right; padding-right: 20px; } .article-entry .highlight .line { height: 24px; } .article-entry .gist { margin: 0 -20px; border-style: solid; border-color: #ddd; border-width: 1px 0; background: #2d2d2d; padding: 15px 20px 15px 0; } .article-entry .gist .gist-file { border: none; font-family: "Source Code Pro", Consolas, Monaco, Menlo, Consolas, monospace; margin: 0; } .article-entry .gist .gist-file .gist-data { background: none; border: none; } .article-entry .gist .gist-file .gist-data .line-numbers { background: none; border: none; padding: 0 20px 0 0; } .article-entry .gist .gist-file .gist-data .line-data { padding: 0 !important; } .article-entry .gist .gist-file .highlight { margin: 0; padding: 0; border: none; } .article-entry .gist .gist-file .gist-meta { background: #2d2d2d; color: #999; font: 0.85em "Apple LiGothic Medium", "Microsoft JhengHei"; text-shadow: 0 0; padding: 0; margin-top: 1em; margin-left: 20px; } .article-entry .gist .gist-file .gist-meta a { color: #258fb8; font-weight: normal; } .article-entry .gist .gist-file .gist-meta a:hover { text-decoration: underline; } pre .comment, pre .title { color: #999; } pre .variable, pre .attribute, pre .tag, pre .regexp, pre .ruby .constant, pre .xml .tag .title, pre .xml .pi, pre .xml .doctype, pre .html .doctype, pre .css .id, pre .css .class, pre .css .pseudo { color: #f2777a; } pre .number, pre .preprocessor, pre .built_in, pre .literal, pre .params, pre .constant { color: #f99157; } pre .class, pre .ruby .class .title, pre .css .rules .attribute { color: #9c9; } pre .string, pre .value, pre .inheritance, pre .header, pre .ruby .symbol, pre .xml .cdata { color: #9c9; } pre .css .hexcolor { color: #6cc; } pre .function, pre .python .decorator, pre .python .title, pre .ruby .function .title, pre .ruby .title .keyword, pre .perl .sub, pre .javascript .title, pre .coffeescript .title { color: #69c; } pre .keyword, pre .javascript .function { color: #c9c; } /*head*/ div#fork_me_on_github { margin-top: -2em; margin-left: -2em; margin-bottom: -5em; } header h6 { margin-top:0em; margin-bottom: 0em; } span#donate { font-size: 0.8em; margin-bottom: -2em; } #rss/*能旋转的rss图标*/ { transition: all 2.0s; } #rss:hover { transform: rotate(360deg); } /*index*/ #journal-name { font-size: 1.5em; text-align:center; margin-top: 0px; } #title { font-size: 1.5em; padding: 0.5em; } hr#topline { margin-top: 0px; margin-bottom: 0em; color:#000000; } hr#footerline { float: left; width:30%; } section.author { position: absolute; text-align: left; margin-top: -0.5em; } div#DOI { text-align: right; margin-top: 0em; font-size: 1.0em; word-break:break-all; } main#Contents { font-size: 1.4em; } /*menu*/ h3.post-title { margin-top:0.2em; margin-bottom: 0.3em; /* padding-bottom:0.2em;*/ font-size: 1em; color: #000; } span.taglist a { font-size: 0.9em; font-weight: lighter; text-transform: none; } section#dota { float: right; color: #000; } hr#dot { flex: 1; border-bottom: 1px dotted #000; } /*post*/ section#author { float: right; margin-left: 2em; font-size: 0.8em; } section#post-author { text-align: center; font-size: 0.8em; font-family:'Times New Roman', '宋体',serif; margin-top: -1em; } section#Abstract { display: flex; flex-direction: column; justify-content: center; position: relative; top: 0; right: 0; bottom: 0; left: 0; margin: auto; /*overflow: auto;*/ width: 80%; left: 5%; font-size: 1em; font-family:'Times New Roman', '宋体',serif; word-break:break-all; } hr#Abstract { width: 85%; float:left; } span#Abstract { margin-top: -1em; margin-bottom: -1em; font-weight: bold; line-height: 1.1em; } span#Abstract-content { padding-top: 1em; padding-bottom: 1em; font-weight: lighter; } span#keywords-content { padding-left: 1.2em; font-size: 0.8em; font-weight: lighter; line-height: 1.2em; } span#References { font-weight: bold; font-size: 1em; word-break:break-all; } ol#list { margin-left: 1.2em; font-size: 0.9em; font-weight: lighter; line-height: 1.2em; word-break:break-all; } .article-entry h1 { font-size: 1.5em; } .article-entry h2 { font-size: 1.2em; } .article-entry h3 { font-size: 1.0em; } blockquote { font-size: 0.9em; } /*对正文中的图片设置悬停放大*/ .post img { cursor: pointer; transition: all 0.5s; } .post img:hover { transform: scale(1.3); } #left { float:left; width:46%; height:100%; background:#0C9; } #right { float:right;width:46%;height:100%; background:#933; } .room-cell { display: inline-block; /*这样写有好处就是,span后面不会出现消不掉的margin-xxx填充,以前是这样的display:block;*/ table-layout: fixed; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .fa-common-square::before{content: "\f0f4";}
source/styles/future.css
* { padding: 0; margin: 0; } /* Basic Typography */ html, body { font-size: 1em; line-height: 1.65em; font-family: "Open Sans",Arial,"Hiragino Sans GB","Microsoft YaHei","微软雅黑","STHeiti","WenQuanYi Micro Hei",SimSun,sans-serif; font-weight: 300; color:#444; } html { height: 100%; } body { padding: 2em 2.5em 1em 20em; } /* Blocks */ header { border-right: 1px #eee solid; padding: 2em; position:fixed; top: 0; left: 0; height:100%; width:13.5em; } #content { display: block; width: 100%; } article { border-bottom: 0.1em #eee solid; padding-bottom: 1.7em; } p, hr, h4, h5, h6 { margin-top: 0.9em; margin-bottom: 0.9em; } /* Headings */ h1, h2, h3, h4, h5, h6 { font-family: "Bree Serif", "Open Sans", Arial, "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", serif; font-weight: 400 !important; } h1 { font-size: 2.5em; line-height: 1.1em; margin-top: 0.6em; margin-bottom: 0.6em; } h2 { font-size:1.9em; line-height: 1.2em; margin-top: 0.7em; margin-bottom: 0.7em; } h3 { font-size:1.4em; line-height: 1.3em; margin-top: 0.8em; margin-bottom: 0.8em; } h4 { font-size:1.3em; } h5 { font-size:1.2em; } h6 { font-size:1.1em; } /* Page Elements */ img, iframe { max-width: 100%; } a { font-weight:700; text-decoration:none; color: #6cc; /* Change Link Color */ } a:hover { text-decoration:underline; } h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight:400 !important; } strong { font-weight: 700; } blockquote { border-left: 0.4em solid #eee; padding-left: 1.2em; font-size: 1.3em; } hr{ border: 0; height: 1px; background: #000000; } ul, ol { margin-left: 3em; } code { /*for code highlighting */ font-size:1.4em; background: #eee; } pre { font-size: 0.8em; line-height: 2em; background: #eee; padding: 1em; word-break: break-all; word-wrap: break-word; white-space: pre; white-space: -moz-pre-wrap; white-space: pre-wrap; white-space: pre\9; } input { font-size:1em; padding: 0.3em; } /* Sidebar */ header h1 { font-size:1.9em; margin-top:0.8em; margin-bottom:0.6em; } header h1 a { color:#444; } header h1 a:hover { text-decoration:none; } header #avatar img { margin-top: -0.578em; margin-bottom: -1.73em; width:9em; /*height:9em;*/ border-radius:4.5em; -moz-border-radius: 4.5em; -webkit-border-radius: 4.5em; border: none; } #follow-icons { font-size: 0.7em; margin-top: -0.7em; margin-bottom: 0em; } #follow-icons a { color: #ccc; } #follow-icons span { vertical-align:top; margin-left:-0.15em; margin-right:-0.15em; } #follow-icons span .fa-stack-1x { font-size:1.05em; line-height:1.9em; } /* Posts */ article span.post-stamp { color:#888; } h1.post-title { margin-top:0.35em; margin-bottom: 0.6em; text-align: center; } .post-title .feature-star { font-size: 0.9em; } .separator, .feature-star { color: #ccc; } .taglist a { font-size:1em; font-weight: 700 !important; text-transform:uppercase; letter-spacing:0.05em; border-radius:0.25em; -moz-border-radius: 0.25em; -webkit-border-radius: 0.25em; } #social-bar { margin-top:1.5em; background-color:#eee; padding:0.5em; } #comments { margin-top: 0.15em; padding-bottom: 0.2em; border-bottom: 1px solid #eee; } /* Footer */ .pagination { margin-bottom:1em; margin-top: 0em; } footer { padding: 1em 0em 2.5em 0em; font-size:0.8em; line-height: 1.5em; color: #000000; } footer a { font-weight:300; color:#6cc; text-decoration: underline; } footer a:hover { color:#444; text-decoration: none; } /* Large Screens */ @media only screen and (min-width: 1281px) { html, body { font-size: 1.1em; } } /* Small Screens */ @media only screen and (max-width: 800px) { body { padding:0; } header { border-right: none; border-bottom: 1px #eee solid; position:relative; height:auto; width:auto; text-align:center; padding-bottom:1em; } #content { margin-left: 0; padding: 2em 2em 1em 2em; width: auto; } footer { padding: 0 2.5em 2em 2.5em; } } /* Tiny Screens */ @media only screen and (max-width: 320px) { header { padding: 1.2em 1.2em 0.6em 1.2em; } #content { padding: 1.2em 1.2em 0.6em 1.2em; } footer { padding: 0 1.5em 1.2em 1.5em; } ul, ol { margin-left: 2em; } } .article-entry pre, .article-entry .highlight { background: #2d2d2d; margin: 0 10px; padding: 15px 20px; border-style: solid; border-color: #ddd; border-width: 1px 0; -webkit-border-radius: 3px; border-radius: 3px; overflow: auto; color: #ccc; line-height: 24px; } .article-entry .highlight .gutter pre, .article-entry .gist .gist-file .gist-data .line-numbers { color: #666; font-size: 0.85em; } .article-entry pre, .article-entry code { font-family: Consolas, Monaco, Menlo, Consolas, monospace; } .article-entry code { text-shadow: 0 1px #fff; padding: 0 0.3em; } .article-entry pre code { background: none; text-shadow: none; padding: 0; } .article-entry .highlight pre { border: none; margin: 0; padding: 0; } .article-entry .highlight table { margin: 0; width: auto; } .article-entry .highlight td { border: none; padding: 0; } .article-entry .highlight figcaption { font-size: 0.85em; color: #999; line-height: 1em; margin-bottom: 1em; } .article-entry .highlight figcaption:before, .article-entry .highlight figcaption:after { content: ""; display: table; } .article-entry .highlight figcaption:after { clear: both; } .article-entry .highlight figcaption a { float: right; } .article-entry .highlight .gutter pre { text-align: right; padding-right: 20px; } .article-entry .highlight .line { height: 24px; } .article-entry .gist { margin: 0 -20px; border-style: solid; border-color: #ddd; border-width: 1px 0; background: #2d2d2d; padding: 15px 20px 15px 0; } .article-entry .gist .gist-file { border: none; font-family: "Source Code Pro", Consolas, Monaco, Menlo, Consolas, monospace; margin: 0; } .article-entry .gist .gist-file .gist-data { background: none; border: none; } .article-entry .gist .gist-file .gist-data .line-numbers { background: none; border: none; padding: 0 20px 0 0; } .article-entry .gist .gist-file .gist-data .line-data { padding: 0 !important; } .article-entry .gist .gist-file .highlight { margin: 0; padding: 0; border: none; } .article-entry .gist .gist-file .gist-meta { background: #2d2d2d; color: #999; font: 0.85em "Apple LiGothic Medium", "Microsoft JhengHei"; text-shadow: 0 0; padding: 0; margin-top: 1em; margin-left: 20px; } .article-entry .gist .gist-file .gist-meta a { color: #258fb8; font-weight: normal; } .article-entry .gist .gist-file .gist-meta a:hover { text-decoration: underline; } pre .comment, pre .title { color: #999; } pre .variable, pre .attribute, pre .tag, pre .regexp, pre .ruby .constant, pre .xml .tag .title, pre .xml .pi, pre .xml .doctype, pre .html .doctype, pre .css .id, pre .css .class, pre .css .pseudo { color: #f2777a; } pre .number, pre .preprocessor, pre .built_in, pre .literal, pre .params, pre .constant { color: #f99157; } pre .class, pre .ruby .class .title, pre .css .rules .attribute { color: #9c9; } pre .string, pre .value, pre .inheritance, pre .header, pre .ruby .symbol, pre .xml .cdata { color: #9c9; } pre .css .hexcolor { color: #6cc; } pre .function, pre .python .decorator, pre .python .title, pre .ruby .function .title, pre .ruby .title .keyword, pre .perl .sub, pre .javascript .title, pre .coffeescript .title { color: #69c; } pre .keyword, pre .javascript .function { color: #c9c; } /*head*/ div#fork_me_on_github { margin-top: -2em; margin-left: -2em; margin-bottom: -5em; } header h6 { margin-top:0em; margin-bottom: 0em; } span#donate { font-size: 0.8em; margin-bottom: -2em; } #rss/*能旋转的rss图标*/ { transition: all 2.0s; } #rss:hover { transform: rotate(360deg); } /*index*/ #journal-name { font-size: 1.5em; text-align:center; margin-top: 0px; } #title { font-size: 1.5em; padding: 0.5em; } hr#topline { margin-top: 0px; margin-bottom: 0em; color:#000000; } hr#footerline { float: left; width:30%; } section.author { position: absolute; text-align: left; margin-top: -0.5em; } div#DOI { text-align: right; margin-top: 0em; font-size: 1.0em; word-break:break-all; } main#Contents { font-size: 1.4em; } /*menu*/ h3.post-title { margin-top:0.2em; margin-bottom: 0.3em; /* padding-bottom:0.2em;*/ font-size: 1em; color: #000; } span.taglist a { font-size: 0.9em; font-weight: lighter; text-transform: none; } section#dota { float: right; color: #000; } hr#dot { flex: 1; border-bottom: 1px dotted #000; } /*post*/ section#author { float: right; margin-left: 2em; font-size: 0.8em; } section#post-author { text-align: center; font-size: 0.8em; font-family:'Times New Roman', '宋体',serif; margin-top: -1em; } section#Abstract { display: flex; flex-direction: column; justify-content: center; position: relative; top: 0; right: 0; bottom: 0; left: 0; margin: auto; /*overflow: auto;*/ width: 80%; left: 5%; font-size: 1em; font-family:'Times New Roman', '宋体',serif; word-break:break-all; } hr#Abstract { width: 85%; float:left; } span#Abstract { margin-top: -1em; margin-bottom: -1em; font-weight: bold; line-height: 1.1em; } span#Abstract-content { padding-top: 1em; padding-bottom: 1em; font-weight: lighter; } span#keywords-content { padding-left: 1.2em; font-size: 0.8em; font-weight: lighter; line-height: 1.2em; } span#References { font-weight: bold; font-size: 1em; word-break:break-all; } ol#list { margin-left: 1.2em; font-size: 0.9em; font-weight: lighter; line-height: 1.2em; word-break:break-all; } .article-entry h1 { font-size: 1.5em; } .article-entry h2 { font-size: 1.2em; } .article-entry h3 { font-size: 1.0em; } blockquote { font-size: 0.9em; } /*对正文中的图片设置悬停放大*/ .post img { cursor: pointer; transition: all 0.5s; } .post img:hover { transform: scale(1.3); } #left { float:left; width:46%; height:100%; background:#0C9; } #right { float:right;width:46%;height:100%; background:#933; } .room-cell { display: inline-block; /*这样写有好处就是,span后面不会出现消不掉的margin-xxx填充,以前是这样的display:block;*/ table-layout: fixed; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .fa-common-square::before{content: "\f0f4";}
0.176423
0.072341
* { margin: 0; padding: 0; } body { font-family: arial, helvetica, sans-serif; } header { background-color: #2980b9; height: 90px; } h1,#name { font-family: 'Allura', cursive; padding:10px; color: #fff; } #logo { float: left; padding: 10px; } #find { background-color: #27ae60; } #accommodation { background-color: #9b59b6; } #camping { background-color: #3498db; } #todo { background-color: #e74c3c; } #climate { background-color: #16a085; } #contact { background-color: #34495e; } a { color: #fff; text-decoration: none; display: block; } li { padding: 10px; } h2 { color: #2980b9; font-size: 120%; padding: 30px 10px 10px 10px; } p { padding-top: 1em; padding: 10px; font-size: 90%; } #find_icon { height: 90px; width: 90px; font-size: 75%; background-image: url(images/findUs.png); background-position: center 8px; background-repeat: no-repeat; background-color: #27ae60; float: left; margin: 10px 13px 10px 10px; padding-top: 75px; box-sizing: border-box; text-align: center; } #dt_wrapper { display: none; } #accommodation_icon { height: 90px; width: 90px; font-size: 75%; background-image: url(images/accommodation.png); background-position: center 8px; background-repeat: no-repeat; background-color: #9b59b6; float: left; margin: 10px 13px 10px 0; padding-top: 75px; box-sizing: border-box; text-align: center; } #camping_icon { height: 90px; width: 90px; font-size: 75%; background-image: url(images/camping.png); background-position: center 12px; background-repeat: no-repeat; background-color: #3498db; float: left; margin: 10px 13px 10px 0; padding-top: 75px; box-sizing: border-box; text-align: center; } #todo_icon { height: 90px; width: 90px; font-size: 75%; background-image: url(images/thingsToDo.png); background-position: center 12px; background-repeat: no-repeat; background-color: #e74c3c; float: left; margin: 10px 13px 10px 10px ; padding-top: 75px; box-sizing: border-box; text-align: center; } #climate_icon { height: 90px; width: 90px; font-size: 75%; background-image: url(images/climate.png); background-position: center 12px; background-repeat: no-repeat; background-color: #16a085; float: left; margin: 10px 13px 0 0 ; padding-top: 75px; box-sizing: border-box; text-align: center; } #contact_icon { height: 90px; width: 90px; font-size: 75%; background-image: url(images/contact.png); background-position: center 20px; background-repeat: no-repeat; background-color: #34495e; float: left; margin: 10px 0 0 0; padding-top: 75px; box-sizing: border-box; text-align: center; } h3 { color: #2980b9; text-align: right; padding: 20px 10px 20px 0; } footer { clear: both; background-color: #2980b9; height: 60px; } .fa { color: #fff; padding: 5px; } #icons { padding: 15px; float: left; } #text { color: #fff; font-size: 70%; padding-top: 15px; } @media only screen and (min-width: 960px) { header { height: 120px; } h1 { font-size: 400%; } #logo { width: 139px; height: 137px; float: left; padding:10px 10px 10px 150px; } #name { position: absolute; left: 1040px; top: 15px; font-size: 200%; } a { color: #2980b9; } a:hover { background-color:#f7941d; box-sizing: border-box; } li { display: inline-block; font-size: 120%; } ul { text-align: right; padding-right: 230px; } #mainPic { background-color: #dde1e2; height: 287px; margin-bottom: 10px; } #bitmap { display: block; margin:0 auto; } #main_wrapper { width: 960px; margin: auto; } h2 { background-color: #2980b9; color: white; width: 210px; height: 65px; } #content { background-color: #f7941d; width: 230px; height: 335px; margin-top: 10px; margin-bottom: 10px; } #intro { float: left; } #icon_wrapper { width: 720px; float: right; } #find, #accommodation, #camping, #todo, #climate, #contact { background-color: white; } #dt_wrapper { display: inline-block; } #demo1 { background-color: #27ae60; width: 200px; height: 200px; padding:10px; margin: 0 10px 10px 5px; display: inline-block; } #circle1 { width: 100px; height: 100px; background-color: white; margin:auto; border-radius: 50%; text-align: center; border: 5px darkgreen solid; box-sizing: border-box; padding-top: 25px; } #demo2 { background-color: #9b59b6; width: 210px; height: 200px; padding:10px; margin: 0 10px 0 0; display: inline-block; } #circle2 { width: 100px; height: 100px; background-color: white; margin:auto; border-radius: 50%; text-align: center; border: 5px darkgreen solid; box-sizing: border-box; padding-top: 25px; } #demo3 { background-color: #3498db; width: 210px; height: 200px; padding:10px; display: inline-block; } #circle3 { width: 100px; height: 100px; background-color: white; margin:auto; border-radius: 50%; text-align: center; border: 5px darkgreen solid; box-sizing: border-box; padding-top: 25px; } #demo4 { background-color: #e74c3c; width: 200px; height: 200px; padding:10px; display: inline-block; } #circle4 { width: 100px; height: 100px; background-color: white; margin:auto; border-radius: 50%; text-align: center; border: 5px darkgreen solid; box-sizing: border-box; padding-top: 25px; } #demo5 { background-color: #16a085; width: 200px; height: 200px; padding:10px; display: inline-block; } #circle5 { width: 100px; height: 100px; background-color: white; margin:auto; border-radius: 50%; text-align: center; border: 5px darkgreen solid; box-sizing: border-box; padding-top: 25px; } #demo6 { background-color: #34495e; width: 200px; height: 200px; padding:10px; display: inline-block; } #circle6 { width: 100px; height: 100px; background-color: white; margin:auto; border-radius: 50%; text-align: center; border: 5px darkgreen solid; box-sizing: border-box; padding-top: 25px; } #mb_wrapper { display: none; } footer { height: 120px; margin-bottom: 50px; } #icons { padding: 30px; float: left; } #text { color: #fff; font-size: 70%; padding-top: 15px; } }
styles/styles.css
* { margin: 0; padding: 0; } body { font-family: arial, helvetica, sans-serif; } header { background-color: #2980b9; height: 90px; } h1,#name { font-family: 'Allura', cursive; padding:10px; color: #fff; } #logo { float: left; padding: 10px; } #find { background-color: #27ae60; } #accommodation { background-color: #9b59b6; } #camping { background-color: #3498db; } #todo { background-color: #e74c3c; } #climate { background-color: #16a085; } #contact { background-color: #34495e; } a { color: #fff; text-decoration: none; display: block; } li { padding: 10px; } h2 { color: #2980b9; font-size: 120%; padding: 30px 10px 10px 10px; } p { padding-top: 1em; padding: 10px; font-size: 90%; } #find_icon { height: 90px; width: 90px; font-size: 75%; background-image: url(images/findUs.png); background-position: center 8px; background-repeat: no-repeat; background-color: #27ae60; float: left; margin: 10px 13px 10px 10px; padding-top: 75px; box-sizing: border-box; text-align: center; } #dt_wrapper { display: none; } #accommodation_icon { height: 90px; width: 90px; font-size: 75%; background-image: url(images/accommodation.png); background-position: center 8px; background-repeat: no-repeat; background-color: #9b59b6; float: left; margin: 10px 13px 10px 0; padding-top: 75px; box-sizing: border-box; text-align: center; } #camping_icon { height: 90px; width: 90px; font-size: 75%; background-image: url(images/camping.png); background-position: center 12px; background-repeat: no-repeat; background-color: #3498db; float: left; margin: 10px 13px 10px 0; padding-top: 75px; box-sizing: border-box; text-align: center; } #todo_icon { height: 90px; width: 90px; font-size: 75%; background-image: url(images/thingsToDo.png); background-position: center 12px; background-repeat: no-repeat; background-color: #e74c3c; float: left; margin: 10px 13px 10px 10px ; padding-top: 75px; box-sizing: border-box; text-align: center; } #climate_icon { height: 90px; width: 90px; font-size: 75%; background-image: url(images/climate.png); background-position: center 12px; background-repeat: no-repeat; background-color: #16a085; float: left; margin: 10px 13px 0 0 ; padding-top: 75px; box-sizing: border-box; text-align: center; } #contact_icon { height: 90px; width: 90px; font-size: 75%; background-image: url(images/contact.png); background-position: center 20px; background-repeat: no-repeat; background-color: #34495e; float: left; margin: 10px 0 0 0; padding-top: 75px; box-sizing: border-box; text-align: center; } h3 { color: #2980b9; text-align: right; padding: 20px 10px 20px 0; } footer { clear: both; background-color: #2980b9; height: 60px; } .fa { color: #fff; padding: 5px; } #icons { padding: 15px; float: left; } #text { color: #fff; font-size: 70%; padding-top: 15px; } @media only screen and (min-width: 960px) { header { height: 120px; } h1 { font-size: 400%; } #logo { width: 139px; height: 137px; float: left; padding:10px 10px 10px 150px; } #name { position: absolute; left: 1040px; top: 15px; font-size: 200%; } a { color: #2980b9; } a:hover { background-color:#f7941d; box-sizing: border-box; } li { display: inline-block; font-size: 120%; } ul { text-align: right; padding-right: 230px; } #mainPic { background-color: #dde1e2; height: 287px; margin-bottom: 10px; } #bitmap { display: block; margin:0 auto; } #main_wrapper { width: 960px; margin: auto; } h2 { background-color: #2980b9; color: white; width: 210px; height: 65px; } #content { background-color: #f7941d; width: 230px; height: 335px; margin-top: 10px; margin-bottom: 10px; } #intro { float: left; } #icon_wrapper { width: 720px; float: right; } #find, #accommodation, #camping, #todo, #climate, #contact { background-color: white; } #dt_wrapper { display: inline-block; } #demo1 { background-color: #27ae60; width: 200px; height: 200px; padding:10px; margin: 0 10px 10px 5px; display: inline-block; } #circle1 { width: 100px; height: 100px; background-color: white; margin:auto; border-radius: 50%; text-align: center; border: 5px darkgreen solid; box-sizing: border-box; padding-top: 25px; } #demo2 { background-color: #9b59b6; width: 210px; height: 200px; padding:10px; margin: 0 10px 0 0; display: inline-block; } #circle2 { width: 100px; height: 100px; background-color: white; margin:auto; border-radius: 50%; text-align: center; border: 5px darkgreen solid; box-sizing: border-box; padding-top: 25px; } #demo3 { background-color: #3498db; width: 210px; height: 200px; padding:10px; display: inline-block; } #circle3 { width: 100px; height: 100px; background-color: white; margin:auto; border-radius: 50%; text-align: center; border: 5px darkgreen solid; box-sizing: border-box; padding-top: 25px; } #demo4 { background-color: #e74c3c; width: 200px; height: 200px; padding:10px; display: inline-block; } #circle4 { width: 100px; height: 100px; background-color: white; margin:auto; border-radius: 50%; text-align: center; border: 5px darkgreen solid; box-sizing: border-box; padding-top: 25px; } #demo5 { background-color: #16a085; width: 200px; height: 200px; padding:10px; display: inline-block; } #circle5 { width: 100px; height: 100px; background-color: white; margin:auto; border-radius: 50%; text-align: center; border: 5px darkgreen solid; box-sizing: border-box; padding-top: 25px; } #demo6 { background-color: #34495e; width: 200px; height: 200px; padding:10px; display: inline-block; } #circle6 { width: 100px; height: 100px; background-color: white; margin:auto; border-radius: 50%; text-align: center; border: 5px darkgreen solid; box-sizing: border-box; padding-top: 25px; } #mb_wrapper { display: none; } footer { height: 120px; margin-bottom: 50px; } #icons { padding: 30px; float: left; } #text { color: #fff; font-size: 70%; padding-top: 15px; } }
0.160398
0.040693
body { background-color: #f7f7f7; } .space-top { padding: 40px 15px; } .navbar { margin-bottom: 0px; } .btn-success, .btn-success:active, .btn.active, .btn-success:focus, .btn-success:hover { background-color: #00b22d; background: linear-gradient(#35c350, #03b525); transition: color 0.2s, background-color 0.2s, box-shadow 0.2s, border 0.2s; border-radius: 3px; text-shadow: 0 -1px 1px rgba(0,0,0,0.2); box-sizing: border-box; color: #fff !important; border: 1px solid #00b22d; } .btn-primary { font-size: 16px; font-weight: 700; padding: 15px 35px; margin: 0; display: inline-block; } label { font-size: 17px; font-weight: 500; color: #333; text-transform: uppercase; } select { background-color: #fff; border: 1px solid #ccc; border-radius: 2px; padding: 10px; width: 100px; appearance: none; -moz-appearance: none; -webkit-appearance: none; } .select-control { font-size: 16px; position: relative; display: block; } .select-control:before { content: '\25bc'; font-size: 16px; top: 10px; left: 60px; position: absolute; color: #ccc; transform: scale(0.84, 0.42); pointer-events:none; } .hero { background: url('/img/threely-photo.jpeg') no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; height: 500px; text-align: center; } .hero-heading { color: #fff; margin-top: 100px; font-size: 37px; font-weight: 600; text-shadow: 1px 1px 1px #000; } .hero-heading p { font-weight: 400; font-size: 24px; } .section h1 { margin: 40px 0px; text-align: center; } .gig-card { background-color: #fff; width: 228px; height: 260px; border: 1px #e5e5e5 solid; margin: 0 auto 40px auto; padding: 0; } .gig-card img { width: 226px; height: 139px; } .gig-card h4 { padding: 10px; font-weight: 400; } .gig-card h3 { color: #00b22d; padding: 0px 10px; font-size: 19px; } .gig-card .text-linking { color: #333333; text-decoration: none; } .gig-card .text-linking:hover { color: green; text-decoration: underline; }
public/css/custom.css
body { background-color: #f7f7f7; } .space-top { padding: 40px 15px; } .navbar { margin-bottom: 0px; } .btn-success, .btn-success:active, .btn.active, .btn-success:focus, .btn-success:hover { background-color: #00b22d; background: linear-gradient(#35c350, #03b525); transition: color 0.2s, background-color 0.2s, box-shadow 0.2s, border 0.2s; border-radius: 3px; text-shadow: 0 -1px 1px rgba(0,0,0,0.2); box-sizing: border-box; color: #fff !important; border: 1px solid #00b22d; } .btn-primary { font-size: 16px; font-weight: 700; padding: 15px 35px; margin: 0; display: inline-block; } label { font-size: 17px; font-weight: 500; color: #333; text-transform: uppercase; } select { background-color: #fff; border: 1px solid #ccc; border-radius: 2px; padding: 10px; width: 100px; appearance: none; -moz-appearance: none; -webkit-appearance: none; } .select-control { font-size: 16px; position: relative; display: block; } .select-control:before { content: '\25bc'; font-size: 16px; top: 10px; left: 60px; position: absolute; color: #ccc; transform: scale(0.84, 0.42); pointer-events:none; } .hero { background: url('/img/threely-photo.jpeg') no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; height: 500px; text-align: center; } .hero-heading { color: #fff; margin-top: 100px; font-size: 37px; font-weight: 600; text-shadow: 1px 1px 1px #000; } .hero-heading p { font-weight: 400; font-size: 24px; } .section h1 { margin: 40px 0px; text-align: center; } .gig-card { background-color: #fff; width: 228px; height: 260px; border: 1px #e5e5e5 solid; margin: 0 auto 40px auto; padding: 0; } .gig-card img { width: 226px; height: 139px; } .gig-card h4 { padding: 10px; font-weight: 400; } .gig-card h3 { color: #00b22d; padding: 0px 10px; font-size: 19px; } .gig-card .text-linking { color: #333333; text-decoration: none; } .gig-card .text-linking:hover { color: green; text-decoration: underline; }
0.318485
0.067362
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap"); body { margin: 0; font-family: roboto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; background-color: #222; font-family: Inter, sans-serif; color: #e9e9e9; font-size: 13px; line-height: 18px; scroll-behavior: smooth; } :root { --bg: #242526; --bg-accent: #484a4d; --text-color: #dadce1; --nav-size: 49px; --border: 1px solid #474a4d; --border-radius: 8px; --speed: 500ms; } .container { width: 100%; max-width: 100%; margin: 0 auto; position: relative; } ul { list-style: none; margin: 0; padding: 0; } a { color: var(--text-color); text-decoration: none;; } .header-section { height: var(--nav-size); border-bottom: 1px solid #201c1c; background-color: #2c2c2f; background-image: -webkit-gradient(linear, left top, left bottom, from(#2c2c2f), to(#2e2d2d)); background-image: linear-gradient(180deg, #2c2c2f, #2e2d2d); padding: 0 1rem; display: flex; align-items: center; justify-content: flex-start; } .header-right { margin-left: auto; } /* <li> */ .nav-item { width: calc(var(--nav-size) * 0.8); display: flex; align-items: center; justify-content: center; } /* Icon Button */ .icon-button { --button-size: calc(var(--nav-size) * 0.5); width: var(--button-size); height: var(--button-size); background-color: #484a4d; border-radius: 50%; padding: 5px; margin: 2px; display: flex; align-items: center; justify-content: center; transition: filter 300ms; } .nav-item-right { width: 56px; height: 40px; display: flex; align-items: center; justify-content: center; } .icon-button-right { width: 56px; height: 40px; background-color: #206fe6; border-radius: 8%; padding: 1px; margin: 3px; display: flex; align-items: center; justify-content: center; transition: filter 300ms; } .icon-button-right:hover { filter: brightness(1.2); } .icon-button:hover { filter: brightness(1.2); } .icon-button svg { fill: var(--text-color); width: 20px; height: 20px; } /* Dropdown Menu */ .dropdown { position: absolute; top: 58px; width: 300px; transform: translateX(-45%); background-color: var(--bg); border: var(--border); border-radius: var(--border-radius); padding: 1rem; overflow: hidden; transition: height var(--speed) ease; } .menu { width: 100%; } .menu-item { height: 50px; display: flex; align-items: center; border-radius: var(--border-radius); transition: background var(--speed); padding: 0.5rem; } .menu-item .icon-button { margin-right: 0.5rem; } .menu-item .icon-button:hover { filter: none; } .menu-item:hover { background-color: #525357; } .container { width: 100%; max-width: 100%; } .icon-right { margin-left: auto; } /* CSSTransition classes */ .menu-primary-enter { position: absolute; transform: translateX(-110%); } .menu-primary-enter-active { transform: translateX(0%); transition: all var(--speed) ease; } .menu-primary-exit { position: absolute; } .menu-primary-exit-active { transform: translateX(-110%); transition: all var(--speed) ease; } .menu-secondary-enter { transform: translateX(110%); } .menu-secondary-enter-active { transform: translateX(0%); transition: all var(--speed) ease; } .menu-secondary-exit { } .menu-secondary-exit-active { transform: translateX(110%); transition: all var(--speed) ease; } ::-webkit-scrollbar { width: 7px; background: #222; } ::-webkit-scrollbar-track { background: #222; } ::-webkit-scrollbar-thumb { background: #4acdd1; } .w-checkbox { display: block; margin-bottom: 5px; padding-left: 20px; } .w-checkbox::before { content: ' '; display: table; -ms-grid-column-span: 1; grid-column-end: 2; -ms-grid-column: 1; grid-column-start: 1; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } .w-checkbox::after { content: ' '; display: table; -ms-grid-column-span: 1; grid-column-end: 2; -ms-grid-column: 1; grid-column-start: 1; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; clear: both; } .w-checkbox-input { float: left; margin-bottom: 0px; margin-left: -20px; margin-right: 0px; margin-top: 4px; line-height: normal; } .w-checkbox-input--inputType-custom { border-top-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-right-width: 1px; border-top-color: #ccc; border-bottom-color: #ccc; border-left-color: #ccc; border-right-color: #ccc; border-top-style: solid; border-bottom-style: solid; border-left-style: solid; border-right-style: solid; width: 12px; height: 12px; border-bottom-left-radius: 2px; border-bottom-right-radius: 2px; border-top-left-radius: 2px; border-top-right-radius: 2px; } .w-checkbox-input--inputType-custom.w--redirected-checked { background-color: #3898ec; border-top-color: #3898ec; border-bottom-color: #3898ec; border-left-color: #3898ec; border-right-color: #3898ec; background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg'); background-position: 50% 50%; background-size: cover; background-repeat: no-repeat; } .w-checkbox-input--inputType-custom.w--redirected-focus { box-shadow: 0px 0px 3px 1px #3898ec; } body { background-color: #222; font-family: Inter, sans-serif; color: #e9e9e9; font-size: 13px; line-height: 18px; } a { -webkit-transition: all 300ms ease; transition: all 300ms ease; color: #e9e9e9; text-decoration: none; } a:hover { text-decoration: none; } a:active { text-decoration: none; } a:focus { text-decoration: none; } .navigation-section { height: 49px; margin-bottom: 30px; border-bottom: 1px solid #201c1c; background-color: #2c2c2f; background-image: -webkit-gradient(linear, left top, left bottom, from(#2c2c2f), to(#2e2d2d)); background-image: linear-gradient(180deg, #2c2c2f, #2e2d2d); } .header-section { border-bottom: 1px solid #201c1c; background-color: #2c2c2f; } .navigation-flex { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; height: 50px; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; } .content-container-block { margin-bottom: 30px; padding: 60px; border-style: solid; border-width: 1px; border-color: #201c1c; border-radius: 5px; background-color: #2c2c2f; } .content-container-block.header-section { background-position: 50% 50%; background-size: cover; background-repeat: no-repeat; } .content-container-block.about-us-background { background-position: 750px 50%; background-size: auto 738px; background-repeat: no-repeat; } .main-heading-text { margin-top: 0px; margin-bottom: 10px; color: #fff; font-size: 62px; line-height: 62px; font-weight: 900; text-transform: capitalize; text-shadow: 1px 1px 20px rgba(0, 0, 0, 0.75); } .main-heading-sub-text { margin-top: 10px; margin-bottom: 10px; font-size: 16px; } .button { margin-top: 10px; padding: 10px 40px; border-radius: 5px; background-color: #4acdd1; background-image: linear-gradient(40deg, #208d97, #4acdd1); box-shadow: 1px 1px 20px -1px rgba(0, 0, 0, 0.5); font-size: 16px; font-weight: 600; } .button:hover { background-image: linear-gradient(40deg, #2ab5c2, #71fbff); } .header-text { position: relative; display: block; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; -webkit-box-flex: 1; -webkit-flex: 1 0 650px; -ms-flex: 1 0 650px; flex: 1 0 650px; } .section-heading { margin-top: 0px; margin-bottom: 10px; color: #4acdd1; font-weight: 800; text-transform: uppercase; } .section-heading.center { text-align: center; } .about-us-text { width: 45%; margin-right: 30px; } .quick-links-flex { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; width: 50%; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; } .horizontal-flex { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; } .quick-link-badge { width: 210px; height: 230px; } .quick-link-badge.toplist { background-position: 50% 50%; background-size: contain; background-repeat: no-repeat; } .quick-link-badge.marketplace { background-position: 50% 50%; background-size: contain; background-repeat: no-repeat; } .quick-link-group { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; margin-right: 20px; margin-left: 20px; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; } .quick-link-btn { width: 180px; margin-top: -25px; padding: 10px 40px; border-radius: 5px; background-color: #4acdd1; background-image: linear-gradient(40deg, #208d97, #4acdd1); box-shadow: 1px 1px 20px -1px rgba(0, 0, 0, 0.5); font-size: 16px; font-weight: 600; text-align: center; } .quick-link-btn:hover { background-image: linear-gradient(40deg, #24aab6, #54faff); } .quick-link-btn-purple { width: 180px; margin-top: -25px; padding: 10px 40px; border-radius: 5px; background-color: #363682; background-image: linear-gradient(40deg, #5452f6, #6462ff); box-shadow: 1px 1px 20px -1px rgba(0, 0, 0, 0.5); font-size: 16px; font-weight: 600; text-align: center; } .quick-link-btn-purple:hover { background-image: linear-gradient(40deg, #5d5beb, #9997ff); } .quick-link-btn-purple1 { width: 100px; padding: 10px 20px; border-radius: 5px; background-color: #363682; background-image: linear-gradient(40deg, #5452f6, #6462ff); box-shadow: 1px 1px 20px -1px rgba(0, 0, 0, 0.5); font-size: 16px; font-weight: 600; text-align: center; } .quick-link-btn-purple1:hover { background-image: linear-gradient(40deg, #5d5beb, #9997ff); } .logo-image { max-width: 100%; display: inline-block; } .logo-image:hover { opacity: 0.7; } .navigation-link{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%;padding:10px 20px;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid #201c1c;color:#e2e2e2;line-height:40px;text-align:left;text-decoration:none;} .sep { border-right: 1px solid white; opacity: .2; height: 36px; width: 0; display: block; } .navigation-link:hover { padding-left: 30px; background-color: #256264; background-image: -webkit-gradient(linear, right top, left top, from(#4acdd1), color-stop(42%, #2c8083), color-stop(94%, #256264)); background-image: linear-gradient(270deg, #4acdd1, #2c8083 42%, #256264 94%); } .nav-menu { display: block; margin-right: 40px; margin-bottom: 15px; } .nav-list-menu { width: 180px; height: 49px; margin-left: 4px; background-color: rgba(0, 0, 0, 0.15); color: #e2e2e2; line-height: 16px; text-align: center; } .drop-list-toggle { width: 100%; color: #e9e9e9; text-align: left; } .drop-list-toggle:hover { color: #4acdd1; } .drop-list-menu.w--open { background-color: #252528; } .nav-content { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; margin-right: auto; margin-left: 15px; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; } .nav-icon { width: 30px; height: 30px; margin-right: 15px; } .section-heading-paragraph { max-width: 60%; margin-right: auto; margin-bottom: 20px; margin-left: auto; text-align: center; } .logo-box { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; padding: 20px; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; border-style: solid; border-width: 1px; border-color: #201c1c; background-color: #2e2d2d; } .nav-dropdown-option { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; margin-right: 0px; margin-left: 0px; padding: 0px 60px 0px 0px; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; color: #e2e2e2; } .nav-dropdown-icon { -webkit-transform: rotate(-90deg); -ms-transform: rotate(-90deg); transform: rotate(-90deg); } .nav-dropdown-menu.w--open { left: 200px; top: 0px; border-style: solid; border-width: 2px; border-color: #252528; background-color: #2c2c2f; color: #fff; } .nav-dropdown-menu-item { border-bottom: 1px solid #201c1c; color: #c4c4c4; } .nav-dropdown-menu-item:hover { background-color: #36363a; } .features-slider { overflow: hidden; width: 100%; height: auto; background-color: transparent; } .left-arrow { display: none; } .right-arrow { display: none; } .slider-mask { overflow: visible; width: 100%; max-width: 33%; margin-right: auto; margin-left: auto; } .feature-slide { overflow: hidden; width: 100%; max-width: 100%; padding: 20px; } .feature-slider-block { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; margin-top: -60px; padding: 80px 20px 20px; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; border-style: solid; border-width: 1px; border-color: #201c1c; background-color: #2e2d2d; text-align: center; } .feature-title { margin-top: 0px; margin-bottom: 10px; color: #4acdd1; text-align: center; text-transform: uppercase; } .feature-icon-block { position: relative; z-index: 2; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; width: 120px; height: 120px; margin-right: auto; margin-left: auto; padding: 20px; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; border-style: solid; border-width: 1px; border-color: #201c1c; background-color: #2c2c2f; } .slide-navigation { position: relative; } .utility-page-wrap { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; width: 100vw; height: 100vh; max-height: 100%; max-width: 100%; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; } .utility-page-content { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; width: 260px; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; text-align: center; } .utility-page-form { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; } .partners-logo-grid { display: -ms-grid; display: grid; margin-top: 20px; grid-auto-columns: 1fr; grid-column-gap: 16px; grid-row-gap: 16px; -ms-grid-columns: 1fr 1fr 1fr 1fr; grid-template-columns: 1fr 1fr 1fr 1fr; -ms-grid-rows: auto; grid-template-rows: auto; } .about-us-paragraph { margin-right: auto; margin-bottom: 20px; margin-left: auto; } .footer-flex-container { display: -ms-grid; display: grid; margin-bottom: 60px; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; grid-auto-columns: 1fr; grid-column-gap: 60px; grid-row-gap: 30px; -ms-grid-columns: 0.75fr 1.5fr 0.75fr 0.75fr; grid-template-columns: 0.75fr 1.5fr 0.75fr 0.75fr; -ms-grid-rows: auto; grid-template-rows: auto; text-align: left; } .footer-logo-link { width: 80%; min-width: 60px; margin-bottom: 30px; -webkit-box-flex: 0; -webkit-flex: 0 auto; -ms-flex: 0 auto; flex: 0 auto; } .footer-logo-link:hover { opacity: 0.8; } .footer-image { width: 100%; height: 100%; -o-object-fit: contain; object-fit: contain; -o-object-position: 0% 50%; object-position: 0% 50%; } .footer-heading { margin-top: 0px; margin-bottom: 20px; color: #4acdd1; font-size: 14px; line-height: 1.5; } .footer-link { display: block; margin-bottom: 10px; color: #fff; text-decoration: none; } .footer-link:hover { color: #4acdd1; text-decoration: none; } .footer-section { margin-top: 30px; padding-top: 60px; padding-bottom: 20px; border-top: 1px solid #201c1c; background-color: #2e2d2d; background-position: 50% 50%, 0px 0px; background-size: auto, auto; background-repeat: no-repeat, repeat; } .cc-link { margin-left: 20px; color: #7c7c7c; } .cc-link:hover { color: #4acdd1; } .cc-flex-horizontal { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; } .cc-text { margin-right: 10px; color: #7c7c7c; } .footer-block { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; } .social-media-flex { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; } .social-media-icon { width: 32px; height: 20px; } .social-icon-flex { margin-right: 10px; opacity: 0.35; } .social-icon-flex:hover { opacity: 1; } .footer-about-block { padding-right: 60px; } .nav-button { margin-left: 20px; } .nav-button.mobile-only { display: none; } .discord-btn { padding: 10px 30px; border-radius: 5px; background-color: #7289da; background-image: linear-gradient(40deg, #4e5f9b, #7d92dd); font-size: 18px; font-weight: 600; } .discord-btn:hover { background-image: linear-gradient(40deg, #7289da, #9ab0ff); } .github-btn { padding: 10px 30px; border-radius: 5px; background-color: #6e5494; background-image: linear-gradient(40deg, #6e5494, #6e5499); font-size: 18px; font-weight: 600; } .github-btn:hover { background-image: linear-gradient(40deg, #6e5599, #6e6499); } .vertical-flex { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; } .download-data-row { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; margin-top: 20px; margin-bottom: 20px; padding: 20px; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; border: 1px solid #201c1c; background-color: #2e2d2d; } .small-heading { margin-top: 0px; margin-bottom: 10px; color: #4acdd1; font-size: 16px; text-align: left; text-transform: uppercase; } .troubleshooting-flex-block { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; } .support-btn { width: 220px; margin-right: 10px; margin-left: 10px; padding: 10px 40px; border-radius: 5px; box-shadow: 1px 1px 20px -1px rgba(0, 0, 0, 0.5); font-size: 16px; font-weight: 600; text-align: center; } .support-btn:hover { background-image: linear-gradient(40deg, #5d5beb, #9997ff); } .support-btn.purple { margin-right: 0px; margin-left: 20px; background-color: #363682; background-image: linear-gradient(40deg, #5452f6, #6462ff); } .support-btn.purple:hover { background-image: linear-gradient(40deg, #6462ff, #8281ff); } .download-data-icon { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; width: 60px; height: 60px; margin-right: 40px; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; background-position: 50% 50%; background-size: contain; background-repeat: no-repeat; font-size: 26px; } .select-field { margin-bottom: 0px; border-style: solid; border-width: 1px; border-color: #4b4b57; background-color: #2c2c2f; outline-color: #4acdd1; outline-offset: 0px; outline-style: none; outline-width: 1px; color: #fff; } .select-field:focus { border-color: #4acdd1; } .select-field.margin-sides { margin-right: 10px; margin-left: 10px; } .download-data-selectors { display: -ms-grid; display: grid; width: 50%; grid-auto-columns: 1fr; grid-column-gap: 16px; grid-row-gap: 16px; -ms-grid-columns: 1fr 1fr; grid-template-columns: 1fr 1fr; -ms-grid-rows: auto; grid-template-rows: auto; } .download-data-file-size { margin-left: auto; } .logo-text { font-size: 24px; line-height: 24px; font-weight: 700; } .table-form-filters { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; grid-auto-columns: 1fr; -ms-grid-columns: 1fr 1fr; grid-template-columns: 1fr 1fr; -ms-grid-rows: auto auto; grid-template-rows: auto auto; } .table-form-filters--left { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; } .table-form-filters--right { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: end; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; } .field-label { white-space: nowrap; } .field-label.no-margin { margin-bottom: 0px; } .ml-5 { margin-left: 5px; } .ml-10 { margin-left: 10px; } .ml-20 { margin-left: 20px; } .table-overflow { overflow: auto; max-width: 100%; } .table { width: 100%; text-align: left; } .donate-btn { padding: 10px 30px; border-radius: 5px; background-color: #2f8386; background-image: linear-gradient(40deg, #399b9e, #2f8386); font-size: 18px; font-weight: 600; color: white; } .donate-btn:hover { background-image: linear-gradient(40deg, #3da5a8, #389ea1); } .status-btn:hover { background-image: linear-gradient(40deg, #c78316, #f8a915); } .status-btn { padding: 10px 30px; border-radius: 5px; background-color: #e69c14; background-image: linear-gradient(40deg, #ac7112, #e69c14); font-size: 18px; font-weight: 600; color: white; } .hide-checkbox-label { display: none; } @media screen and (max-width: 991px) { .container { width: 100%; max-width: 100%; } .main-heading-text { font-size: 42px; line-height: 42px; } .header-text { width: 100%; -webkit-box-flex: 0; -webkit-flex: 0 0 auto; -ms-flex: 0 0 auto; flex: 0 0 auto; } .section-heading { font-size: 26px; line-height: 32px; } .about-us-text { width: 100%; margin-right: 0px; } .quick-links-flex { width: 100%; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; } .horizontal-flex { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; } .quick-link-group { margin-right: 20px; margin-left: 20px; } .nav-menu { margin-right: 20px; } .nav-list-menu { width: 150px; } .drop-list-menu { width: 160px; } .nav-content { margin-left: 20px; } .section-heading-paragraph { max-width: 100%; } .nav-dropdown-menu.w--open { left: 100px; } .slider-mask { max-width: 50%; margin-left: 0px; } .feature-slide { padding: 10px; } .feature-title { font-size: 20px; } .feature-icon-block { width: 100px; height: 100px; } .partners-logo-grid { -ms-grid-columns: 1fr 1fr; grid-template-columns: 1fr 1fr; } .about-us-paragraph { max-width: 100%; } .footer-flex-container { -ms-grid-columns: 1fr 1fr 1fr; grid-template-columns: 1fr 1fr 1fr; } .cc-link { margin-right: 10px; margin-left: 10px; } .cc-flex-horizontal { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; text-align: center; } .cc-text { margin-right: 0px; } .footer-about-block { padding-right: 0px; } .nav-button { -webkit-box-flex: 0; -webkit-flex: 0 0 auto; -ms-flex: 0 0 auto; flex: 0 0 auto; } .discord-btn { padding-right: 20px; padding-left: 20px; text-align: center; } .github-btn { padding-right: 20px; padding-left: 20px; text-align: center; } .download-data-row { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; text-align: center; } .small-heading { text-align: center; } .troubleshooting-flex-block { text-align: center; } .support-btn.purple { margin-top: 20px; margin-right: auto; margin-left: auto; } .download-data-icon { width: 160px; height: 160px; margin-right: auto; margin-bottom: 20px; margin-left: auto; font-size: 42px; } .logo-text { font-size: 20px; } .table-form-filters { display: -ms-grid; display: grid; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; justify-items: start; grid-auto-columns: 1fr; grid-column-gap: 20px; grid-row-gap: 20px; -ms-grid-columns: 1fr; grid-template-columns: 1fr; -ms-grid-rows: auto auto; grid-template-rows: auto auto; } .table-form-filters--left { display: -ms-grid; display: grid; width: 100%; grid-auto-columns: 1fr; grid-column-gap: 20px; grid-row-gap: 20px; -ms-grid-columns: 1fr 1fr; grid-template-columns: 1fr 1fr; -ms-grid-rows: auto; grid-template-rows: auto; } .input-group.ml-20 { margin-left: 0px; } .table-form-filters--right { display: -ms-grid; display: grid; width: 100%; grid-auto-columns: 1fr; grid-column-gap: 20px; grid-row-gap: 20px; -ms-grid-columns: 1fr 1fr; grid-template-columns: 1fr 1fr; -ms-grid-rows: auto; grid-template-rows: auto; } .donate-btn { padding-right: 20px; padding-left: 20px; text-align: center; } .status-btn { padding-right: 20px; padding-left: 20px; text-align: center; } } @media screen and (max-width: 767px) { .content-container-block { margin-bottom: 20px; padding-right: 40px; padding-left: 40px; } .content-container-block.header-section { background-position: 0px 0px, 50% 50%; background-size: auto, cover; background-repeat: repeat, no-repeat; } .main-heading-text { font-size: 32px; line-height: 32px; } .section-heading { font-size: 24px; line-height: 28px; } .quick-links-flex { -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; } .quick-link-badge { width: 150px; height: 190px; } .quick-link-btn { width: 150px; padding-right: 20px; padding-left: 20px; } .quick-link-btn-purple { width: 150px; padding-right: 20px; padding-left: 20px; } .nav-menu { margin-right: 0px; background-color: #252528; } .nav-list-menu { width: 100%; height: auto; } .drop-list-menu { background-color: #323235; } .elusernav { display: none; } .logo-box { padding: 10px; } .nav-dropdown-option { width: 100%; -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; } .nav-dropdown-option.w--open { width: 100%; } .nav-dropdown-menu.w--open { position: absolute; left: 0px; top: 61px; right: auto; background-color: #1b1b1d; } .slider-mask { max-width: 100%; margin-right: auto; margin-left: auto; } .menu-btn { margin-left: 20px; padding: 10px; } .menu-btn.w--open { background-color: #4acdd1; } .footer-flex-container { grid-column-gap: 20px; -ms-grid-columns: 1fr 1fr; grid-template-columns: 1fr 1fr; } .footer-logo-link { max-width: 240px; margin-bottom: 15px; } .footer-image { -o-object-fit: contain; object-fit: contain; } .footer-heading { margin-bottom: 15px; } .footer-block { -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; } .cc-link-flex { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; text-align: center; } .footer-about-block { text-align: center; } .nav-button { display: block; } .nav-button.mobile-only { display: none; } .support-btn { width: 45%; padding-right: 20px; padding-left: 20px; } .download-data-icon { width: 120px; height: 120px; font-size: 28px; } } @media screen and (max-width: 479px) { .content-container-block { padding: 40px 15px 20px; } .main-heading-text { font-size: 24px; line-height: 26px; } .button { padding-right: 20px; padding-left: 20px; } .header-text { text-align: center; } .section-heading { margin-top: 0px; margin-bottom: 20px; font-size: 18px; line-height: 22px; text-align: center; } .quick-links-flex { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; } .quick-link-group { margin: 10px auto; } .section-heading-paragraph { text-align: center; } .partners-logo-grid { -ms-grid-columns: 1fr; grid-template-columns: 1fr; } .about-us-paragraph { text-align: center; } .footer-flex-container { margin-bottom: 40px; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; } .footer-logo-link { width: 100%; height: 60px; margin-bottom: 10px; } .footer-image { -o-object-position: 50% 50%; object-position: 50% 50%; } .footer-heading { margin-bottom: 10px; } .footer-section { padding-top: 40px; } .cc-link { margin-right: 0px; margin-left: 0px; } .cc-text { margin-bottom: 10px; font-size: 11px; } .footer-block { -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; } .footer-about-block { display: none; } .nav-button { display: none; } .nav-button.mobile-only { display: block; margin: 10px 20px; } .discord-btn { display: block; padding-right: 20px; padding-left: 20px; } .support-btn { width: auto; margin-top: 10px; margin-bottom: 10px; padding-right: 10px; padding-left: 10px; } .download-data-icon { font-size: 20px; } .table-form-filters--left { grid-auto-columns: 1fr; -ms-grid-columns: 1fr; grid-template-columns: 1fr; -ms-grid-rows: auto; grid-template-rows: auto; } .table-form-filters--right { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; grid-auto-columns: 1fr; grid-column-gap: 10px; grid-row-gap: 10px; -ms-grid-columns: 1fr; grid-template-columns: 1fr; -ms-grid-rows: auto; grid-template-rows: auto; } .donate-btn { display: block; padding-right: 20px; padding-left: 20px; } .status-btn { display: block; padding-right: 20px; padding-left: 20px; } } #Type-of-data.w-node-_9dba2e75-7f3e-d519-3d08-19ffe17b6bd7-e684466b { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 1; grid-column-start: span 1; -ms-grid-column-span: 1; grid-column-end: span 1; } @media screen and (max-width: 991px) { #w-node-e0b4784e-af33-5480-0a38-43cfbaae3bb3-baae3bb0 { -ms-grid-column: span 3; grid-column-start: span 3; -ms-grid-column-span: 3; grid-column-end: span 3; -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; } } @media screen and (max-width: 767px) { #w-node-e0b4784e-af33-5480-0a38-43cfbaae3bb3-baae3bb0 { -ms-grid-column: span 2; grid-column-start: span 2; -ms-grid-column-span: 2; grid-column-end: span 2; -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; } #w-node-e0b4784e-af33-5480-0a38-43cfbaae3bc1-baae3bb0 { -ms-grid-column: span 2; grid-column-start: span 2; -ms-grid-column-span: 2; grid-column-end: span 2; -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; } } @media screen and (max-width: 479px) { #w-node-e0b4784e-af33-5480-0a38-43cfbaae3bb3-baae3bb0 { -ms-grid-column: span 2; grid-column-start: span 2; -ms-grid-column-span: 2; grid-column-end: span 2; -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; } #w-node-e0b4784e-af33-5480-0a38-43cfbaae3bc1-baae3bb0 { -ms-grid-column: span 2; grid-column-start: span 2; -ms-grid-column-span: 2; grid-column-end: span 2; -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; } } .w-slider-nav-invert>div.w-active { background-color: #4acdd1; } .w-slider-nav-invert>div { background-color: #222222; } .container { width: 96%; max-width: 1520px; margin: 0 auto; padding: 0 20px; position: relative; margin-top: 2%; } .container.narrow { max-width: 1000px; } .container.very-narrow { max-width: 840px; } .container.super-narrow { max-width: 540px; } ul, ol, li { margin-top: 0px; margin-bottom: 0px; padding-left: 0px; list-style: none; } fieldset { padding: 0; margin: 0; border: 0; } button, html input[type="button"], input[type="reset"] { border: 0; cursor: pointer; -webkit-appearance: button; } textarea input, textarea select { height: auto; } hr { border-top: 1px solid #323235; } label { margin: 0px 0px 10px 0px; } input, .form-control, select, .form-select { background-color: #2c2c2f; border: 1px solid #4b4b57; outline: 0; color: #979797; padding: 0.6rem 1rem; margin-bottom: 20px; } input:active, input:hover, input:focus, .form-control:active, .form-control:hover, .form-control:focus, select:active, select:hover, select:focus, .form-select:active, .form-select:hover, .form-select:focus { border-color: #4acdd1; background-color: #272627; color: #4acdd1; outline: 0; box-shadow: none; } input::placeholder, .form-control::placeholder, select::placeholder, .form-select::placeholder { color: #979797; } input i, .form-control i, select i, .form-select i { color: #4acdd1; margin-right: 10px; } input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active { box-shadow: 0 0 0 30px #222222 inset !important; } input:-webkit-autofill { -webkit-text-fill-color: #4acdd1 !important; } .form-control:disabled, .form-control[readonly], .input-group-text { background-color: #222222; border: 1px solid #4b4b57; outline: 0; color: #fff; padding: 0.6rem 1rem; margin-bottom: 20px; } .form-control:disabled i, .form-control[readonly] i, .input-group-text i { color: #4acdd1; } .form-select { height: auto; } .form-check-label { margin-bottom: 0px; top: 2px; position: relative; } .input-group { margin-bottom: 20px; } .input-group input, .input-group .form-control, .input-group select, .input-group .form-select { margin-bottom: 0px; } .input-group-flex { display: flex; flex-direction: row; flex-wrap: nowrap; align-content: flex-start; align-items: stretch; } .input-group-flex input { width: 80%; } .input-group-flex button { width: 20%; padding: 0px; } .input-group button { background-color: #2e2d2d; box-shadow: inset 0px 2px 15px #272627; border: 1px solid #323235; } section { margin: 5vw auto; } @media (max-width: 992px) { section { margin: 80px auto; } } @media (max-width: 768px) { section { margin: 60px auto; } } .content-box { padding: calc(30px); background-color: #272627; box-shadow: 0px 0px 30px 10px rgba(0, 0, 0, 0.3); } .content-box.thin { padding: calc(30px / 2); } .content-box.wide { padding: calc(30px * 2); } .nav-tabs .nav-item .nav-link { background-color: #272627; color: #fff; border-radius: 0px; } .nav-tabs .nav-item .nav-link.active { background-color: #2c2c2f; color: #4acdd1; border-color: #323235 #323235 #4acdd1; } .nav-tabs .nav-item .nav-link:hover { border-color: #4acdd1; background-color: #323235; } .nav-tabs.nav-fill .nav-item .nav-link { width: 100%; } .tab-content { padding: calc(30px / 2); background-color: #2c2c2f; border: 1px solid #323235; margin-bottom: calc(30px / 2); } .table-overflow, .table-responsive { overflow-x: auto; margin-bottom: calc(30px / 2); } .table-overflow::-webkit-scrollbar, .table-responsive::-webkit-scrollbar { width: 12px; height: 12px; background: #222; } .table { color: #e9e9e9; } table { border: 1px solid #222222; margin-bottom: calc(30px / 6); width: 100%; border-collapse: collapse; border-spacing: 0; background-color: #2c2c2f; } table tr th, table tr td { padding: 10px 15px; } @media (max-width: 768px) { table tr th, table tr td { padding: 6px 10px; } } table tr:nth-child(even) { background-color: #2c2c2f; } table tr:hover { background-color: rgba(34, 34, 34, 0.2); } table thead { background-color: #222222; text-transform: uppercase; color: #fff; font-weight: 400; } @media (max-width: 768px) { body { font-size: 13px; } } a { color: white; text-decoration: none; transition: all 300ms ease-in-out; } a:hover, a:focus, a:active { color: #4acdd1; text-decoration: none; } .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { font-weight: 700; line-height: 1.2; font-family: "Inter", "Montserrat", sans-serif; } h1, .h1 { font-size: 4.4rem; } @media (max-width: 1200px) { h1, .h1 { font-size: 3rem; } } @media (max-width: 992px) { h1, .h1 { font-size: 2rem; } } @media (max-width: 768px) { h1, .h1 { font-size: 1.5rem; } } h2, .h2 { font-size: 3rem; } @media (max-width: 1200px) { h2, .h2 { font-size: 2.4rem; } } @media (max-width: 992px) { h2, .h2 { font-size: 2rem; } } @media (max-width: 768px) { h2, .h2 { font-size: 1.5rem; } } h3, .h3 { font-size: 2rem; } @media (max-width: 1200px) { h3, .h3 { font-size: 1.6rem; } } @media (max-width: 992px) { h3, .h3 { font-size: 1.4rem; } } @media (max-width: 768px) { h3, .h3 { font-size: 1.2rem; } } h4, .h4 { font-size: 1.6rem; } @media (max-width: 1200px) { h4, .h4 { font-size: 1.4rem; } } @media (max-width: 992px) { h4, .h4 { font-size: 1.2rem; } } @media (max-width: 768px) { h4, .h4 { font-size: 1rem; } }
styles/globals.css
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap"); body { margin: 0; font-family: roboto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; background-color: #222; font-family: Inter, sans-serif; color: #e9e9e9; font-size: 13px; line-height: 18px; scroll-behavior: smooth; } :root { --bg: #242526; --bg-accent: #484a4d; --text-color: #dadce1; --nav-size: 49px; --border: 1px solid #474a4d; --border-radius: 8px; --speed: 500ms; } .container { width: 100%; max-width: 100%; margin: 0 auto; position: relative; } ul { list-style: none; margin: 0; padding: 0; } a { color: var(--text-color); text-decoration: none;; } .header-section { height: var(--nav-size); border-bottom: 1px solid #201c1c; background-color: #2c2c2f; background-image: -webkit-gradient(linear, left top, left bottom, from(#2c2c2f), to(#2e2d2d)); background-image: linear-gradient(180deg, #2c2c2f, #2e2d2d); padding: 0 1rem; display: flex; align-items: center; justify-content: flex-start; } .header-right { margin-left: auto; } /* <li> */ .nav-item { width: calc(var(--nav-size) * 0.8); display: flex; align-items: center; justify-content: center; } /* Icon Button */ .icon-button { --button-size: calc(var(--nav-size) * 0.5); width: var(--button-size); height: var(--button-size); background-color: #484a4d; border-radius: 50%; padding: 5px; margin: 2px; display: flex; align-items: center; justify-content: center; transition: filter 300ms; } .nav-item-right { width: 56px; height: 40px; display: flex; align-items: center; justify-content: center; } .icon-button-right { width: 56px; height: 40px; background-color: #206fe6; border-radius: 8%; padding: 1px; margin: 3px; display: flex; align-items: center; justify-content: center; transition: filter 300ms; } .icon-button-right:hover { filter: brightness(1.2); } .icon-button:hover { filter: brightness(1.2); } .icon-button svg { fill: var(--text-color); width: 20px; height: 20px; } /* Dropdown Menu */ .dropdown { position: absolute; top: 58px; width: 300px; transform: translateX(-45%); background-color: var(--bg); border: var(--border); border-radius: var(--border-radius); padding: 1rem; overflow: hidden; transition: height var(--speed) ease; } .menu { width: 100%; } .menu-item { height: 50px; display: flex; align-items: center; border-radius: var(--border-radius); transition: background var(--speed); padding: 0.5rem; } .menu-item .icon-button { margin-right: 0.5rem; } .menu-item .icon-button:hover { filter: none; } .menu-item:hover { background-color: #525357; } .container { width: 100%; max-width: 100%; } .icon-right { margin-left: auto; } /* CSSTransition classes */ .menu-primary-enter { position: absolute; transform: translateX(-110%); } .menu-primary-enter-active { transform: translateX(0%); transition: all var(--speed) ease; } .menu-primary-exit { position: absolute; } .menu-primary-exit-active { transform: translateX(-110%); transition: all var(--speed) ease; } .menu-secondary-enter { transform: translateX(110%); } .menu-secondary-enter-active { transform: translateX(0%); transition: all var(--speed) ease; } .menu-secondary-exit { } .menu-secondary-exit-active { transform: translateX(110%); transition: all var(--speed) ease; } ::-webkit-scrollbar { width: 7px; background: #222; } ::-webkit-scrollbar-track { background: #222; } ::-webkit-scrollbar-thumb { background: #4acdd1; } .w-checkbox { display: block; margin-bottom: 5px; padding-left: 20px; } .w-checkbox::before { content: ' '; display: table; -ms-grid-column-span: 1; grid-column-end: 2; -ms-grid-column: 1; grid-column-start: 1; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; } .w-checkbox::after { content: ' '; display: table; -ms-grid-column-span: 1; grid-column-end: 2; -ms-grid-column: 1; grid-column-start: 1; -ms-grid-row-span: 1; grid-row-end: 2; -ms-grid-row: 1; grid-row-start: 1; clear: both; } .w-checkbox-input { float: left; margin-bottom: 0px; margin-left: -20px; margin-right: 0px; margin-top: 4px; line-height: normal; } .w-checkbox-input--inputType-custom { border-top-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-right-width: 1px; border-top-color: #ccc; border-bottom-color: #ccc; border-left-color: #ccc; border-right-color: #ccc; border-top-style: solid; border-bottom-style: solid; border-left-style: solid; border-right-style: solid; width: 12px; height: 12px; border-bottom-left-radius: 2px; border-bottom-right-radius: 2px; border-top-left-radius: 2px; border-top-right-radius: 2px; } .w-checkbox-input--inputType-custom.w--redirected-checked { background-color: #3898ec; border-top-color: #3898ec; border-bottom-color: #3898ec; border-left-color: #3898ec; border-right-color: #3898ec; background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg'); background-position: 50% 50%; background-size: cover; background-repeat: no-repeat; } .w-checkbox-input--inputType-custom.w--redirected-focus { box-shadow: 0px 0px 3px 1px #3898ec; } body { background-color: #222; font-family: Inter, sans-serif; color: #e9e9e9; font-size: 13px; line-height: 18px; } a { -webkit-transition: all 300ms ease; transition: all 300ms ease; color: #e9e9e9; text-decoration: none; } a:hover { text-decoration: none; } a:active { text-decoration: none; } a:focus { text-decoration: none; } .navigation-section { height: 49px; margin-bottom: 30px; border-bottom: 1px solid #201c1c; background-color: #2c2c2f; background-image: -webkit-gradient(linear, left top, left bottom, from(#2c2c2f), to(#2e2d2d)); background-image: linear-gradient(180deg, #2c2c2f, #2e2d2d); } .header-section { border-bottom: 1px solid #201c1c; background-color: #2c2c2f; } .navigation-flex { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; height: 50px; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; } .content-container-block { margin-bottom: 30px; padding: 60px; border-style: solid; border-width: 1px; border-color: #201c1c; border-radius: 5px; background-color: #2c2c2f; } .content-container-block.header-section { background-position: 50% 50%; background-size: cover; background-repeat: no-repeat; } .content-container-block.about-us-background { background-position: 750px 50%; background-size: auto 738px; background-repeat: no-repeat; } .main-heading-text { margin-top: 0px; margin-bottom: 10px; color: #fff; font-size: 62px; line-height: 62px; font-weight: 900; text-transform: capitalize; text-shadow: 1px 1px 20px rgba(0, 0, 0, 0.75); } .main-heading-sub-text { margin-top: 10px; margin-bottom: 10px; font-size: 16px; } .button { margin-top: 10px; padding: 10px 40px; border-radius: 5px; background-color: #4acdd1; background-image: linear-gradient(40deg, #208d97, #4acdd1); box-shadow: 1px 1px 20px -1px rgba(0, 0, 0, 0.5); font-size: 16px; font-weight: 600; } .button:hover { background-image: linear-gradient(40deg, #2ab5c2, #71fbff); } .header-text { position: relative; display: block; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; -webkit-box-flex: 1; -webkit-flex: 1 0 650px; -ms-flex: 1 0 650px; flex: 1 0 650px; } .section-heading { margin-top: 0px; margin-bottom: 10px; color: #4acdd1; font-weight: 800; text-transform: uppercase; } .section-heading.center { text-align: center; } .about-us-text { width: 45%; margin-right: 30px; } .quick-links-flex { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; width: 50%; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; } .horizontal-flex { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; } .quick-link-badge { width: 210px; height: 230px; } .quick-link-badge.toplist { background-position: 50% 50%; background-size: contain; background-repeat: no-repeat; } .quick-link-badge.marketplace { background-position: 50% 50%; background-size: contain; background-repeat: no-repeat; } .quick-link-group { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; margin-right: 20px; margin-left: 20px; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; } .quick-link-btn { width: 180px; margin-top: -25px; padding: 10px 40px; border-radius: 5px; background-color: #4acdd1; background-image: linear-gradient(40deg, #208d97, #4acdd1); box-shadow: 1px 1px 20px -1px rgba(0, 0, 0, 0.5); font-size: 16px; font-weight: 600; text-align: center; } .quick-link-btn:hover { background-image: linear-gradient(40deg, #24aab6, #54faff); } .quick-link-btn-purple { width: 180px; margin-top: -25px; padding: 10px 40px; border-radius: 5px; background-color: #363682; background-image: linear-gradient(40deg, #5452f6, #6462ff); box-shadow: 1px 1px 20px -1px rgba(0, 0, 0, 0.5); font-size: 16px; font-weight: 600; text-align: center; } .quick-link-btn-purple:hover { background-image: linear-gradient(40deg, #5d5beb, #9997ff); } .quick-link-btn-purple1 { width: 100px; padding: 10px 20px; border-radius: 5px; background-color: #363682; background-image: linear-gradient(40deg, #5452f6, #6462ff); box-shadow: 1px 1px 20px -1px rgba(0, 0, 0, 0.5); font-size: 16px; font-weight: 600; text-align: center; } .quick-link-btn-purple1:hover { background-image: linear-gradient(40deg, #5d5beb, #9997ff); } .logo-image { max-width: 100%; display: inline-block; } .logo-image:hover { opacity: 0.7; } .navigation-link{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%;padding:10px 20px;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid #201c1c;color:#e2e2e2;line-height:40px;text-align:left;text-decoration:none;} .sep { border-right: 1px solid white; opacity: .2; height: 36px; width: 0; display: block; } .navigation-link:hover { padding-left: 30px; background-color: #256264; background-image: -webkit-gradient(linear, right top, left top, from(#4acdd1), color-stop(42%, #2c8083), color-stop(94%, #256264)); background-image: linear-gradient(270deg, #4acdd1, #2c8083 42%, #256264 94%); } .nav-menu { display: block; margin-right: 40px; margin-bottom: 15px; } .nav-list-menu { width: 180px; height: 49px; margin-left: 4px; background-color: rgba(0, 0, 0, 0.15); color: #e2e2e2; line-height: 16px; text-align: center; } .drop-list-toggle { width: 100%; color: #e9e9e9; text-align: left; } .drop-list-toggle:hover { color: #4acdd1; } .drop-list-menu.w--open { background-color: #252528; } .nav-content { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; margin-right: auto; margin-left: 15px; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; } .nav-icon { width: 30px; height: 30px; margin-right: 15px; } .section-heading-paragraph { max-width: 60%; margin-right: auto; margin-bottom: 20px; margin-left: auto; text-align: center; } .logo-box { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; padding: 20px; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; border-style: solid; border-width: 1px; border-color: #201c1c; background-color: #2e2d2d; } .nav-dropdown-option { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; margin-right: 0px; margin-left: 0px; padding: 0px 60px 0px 0px; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; color: #e2e2e2; } .nav-dropdown-icon { -webkit-transform: rotate(-90deg); -ms-transform: rotate(-90deg); transform: rotate(-90deg); } .nav-dropdown-menu.w--open { left: 200px; top: 0px; border-style: solid; border-width: 2px; border-color: #252528; background-color: #2c2c2f; color: #fff; } .nav-dropdown-menu-item { border-bottom: 1px solid #201c1c; color: #c4c4c4; } .nav-dropdown-menu-item:hover { background-color: #36363a; } .features-slider { overflow: hidden; width: 100%; height: auto; background-color: transparent; } .left-arrow { display: none; } .right-arrow { display: none; } .slider-mask { overflow: visible; width: 100%; max-width: 33%; margin-right: auto; margin-left: auto; } .feature-slide { overflow: hidden; width: 100%; max-width: 100%; padding: 20px; } .feature-slider-block { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; margin-top: -60px; padding: 80px 20px 20px; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; border-style: solid; border-width: 1px; border-color: #201c1c; background-color: #2e2d2d; text-align: center; } .feature-title { margin-top: 0px; margin-bottom: 10px; color: #4acdd1; text-align: center; text-transform: uppercase; } .feature-icon-block { position: relative; z-index: 2; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; width: 120px; height: 120px; margin-right: auto; margin-left: auto; padding: 20px; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; border-style: solid; border-width: 1px; border-color: #201c1c; background-color: #2c2c2f; } .slide-navigation { position: relative; } .utility-page-wrap { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; width: 100vw; height: 100vh; max-height: 100%; max-width: 100%; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; } .utility-page-content { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; width: 260px; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; text-align: center; } .utility-page-form { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; } .partners-logo-grid { display: -ms-grid; display: grid; margin-top: 20px; grid-auto-columns: 1fr; grid-column-gap: 16px; grid-row-gap: 16px; -ms-grid-columns: 1fr 1fr 1fr 1fr; grid-template-columns: 1fr 1fr 1fr 1fr; -ms-grid-rows: auto; grid-template-rows: auto; } .about-us-paragraph { margin-right: auto; margin-bottom: 20px; margin-left: auto; } .footer-flex-container { display: -ms-grid; display: grid; margin-bottom: 60px; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; grid-auto-columns: 1fr; grid-column-gap: 60px; grid-row-gap: 30px; -ms-grid-columns: 0.75fr 1.5fr 0.75fr 0.75fr; grid-template-columns: 0.75fr 1.5fr 0.75fr 0.75fr; -ms-grid-rows: auto; grid-template-rows: auto; text-align: left; } .footer-logo-link { width: 80%; min-width: 60px; margin-bottom: 30px; -webkit-box-flex: 0; -webkit-flex: 0 auto; -ms-flex: 0 auto; flex: 0 auto; } .footer-logo-link:hover { opacity: 0.8; } .footer-image { width: 100%; height: 100%; -o-object-fit: contain; object-fit: contain; -o-object-position: 0% 50%; object-position: 0% 50%; } .footer-heading { margin-top: 0px; margin-bottom: 20px; color: #4acdd1; font-size: 14px; line-height: 1.5; } .footer-link { display: block; margin-bottom: 10px; color: #fff; text-decoration: none; } .footer-link:hover { color: #4acdd1; text-decoration: none; } .footer-section { margin-top: 30px; padding-top: 60px; padding-bottom: 20px; border-top: 1px solid #201c1c; background-color: #2e2d2d; background-position: 50% 50%, 0px 0px; background-size: auto, auto; background-repeat: no-repeat, repeat; } .cc-link { margin-left: 20px; color: #7c7c7c; } .cc-link:hover { color: #4acdd1; } .cc-flex-horizontal { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; } .cc-text { margin-right: 10px; color: #7c7c7c; } .footer-block { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; } .social-media-flex { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; } .social-media-icon { width: 32px; height: 20px; } .social-icon-flex { margin-right: 10px; opacity: 0.35; } .social-icon-flex:hover { opacity: 1; } .footer-about-block { padding-right: 60px; } .nav-button { margin-left: 20px; } .nav-button.mobile-only { display: none; } .discord-btn { padding: 10px 30px; border-radius: 5px; background-color: #7289da; background-image: linear-gradient(40deg, #4e5f9b, #7d92dd); font-size: 18px; font-weight: 600; } .discord-btn:hover { background-image: linear-gradient(40deg, #7289da, #9ab0ff); } .github-btn { padding: 10px 30px; border-radius: 5px; background-color: #6e5494; background-image: linear-gradient(40deg, #6e5494, #6e5499); font-size: 18px; font-weight: 600; } .github-btn:hover { background-image: linear-gradient(40deg, #6e5599, #6e6499); } .vertical-flex { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; } .download-data-row { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; margin-top: 20px; margin-bottom: 20px; padding: 20px; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; border: 1px solid #201c1c; background-color: #2e2d2d; } .small-heading { margin-top: 0px; margin-bottom: 10px; color: #4acdd1; font-size: 16px; text-align: left; text-transform: uppercase; } .troubleshooting-flex-block { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; } .support-btn { width: 220px; margin-right: 10px; margin-left: 10px; padding: 10px 40px; border-radius: 5px; box-shadow: 1px 1px 20px -1px rgba(0, 0, 0, 0.5); font-size: 16px; font-weight: 600; text-align: center; } .support-btn:hover { background-image: linear-gradient(40deg, #5d5beb, #9997ff); } .support-btn.purple { margin-right: 0px; margin-left: 20px; background-color: #363682; background-image: linear-gradient(40deg, #5452f6, #6462ff); } .support-btn.purple:hover { background-image: linear-gradient(40deg, #6462ff, #8281ff); } .download-data-icon { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; width: 60px; height: 60px; margin-right: 40px; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; background-position: 50% 50%; background-size: contain; background-repeat: no-repeat; font-size: 26px; } .select-field { margin-bottom: 0px; border-style: solid; border-width: 1px; border-color: #4b4b57; background-color: #2c2c2f; outline-color: #4acdd1; outline-offset: 0px; outline-style: none; outline-width: 1px; color: #fff; } .select-field:focus { border-color: #4acdd1; } .select-field.margin-sides { margin-right: 10px; margin-left: 10px; } .download-data-selectors { display: -ms-grid; display: grid; width: 50%; grid-auto-columns: 1fr; grid-column-gap: 16px; grid-row-gap: 16px; -ms-grid-columns: 1fr 1fr; grid-template-columns: 1fr 1fr; -ms-grid-rows: auto; grid-template-rows: auto; } .download-data-file-size { margin-left: auto; } .logo-text { font-size: 24px; line-height: 24px; font-weight: 700; } .table-form-filters { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; grid-auto-columns: 1fr; -ms-grid-columns: 1fr 1fr; grid-template-columns: 1fr 1fr; -ms-grid-rows: auto auto; grid-template-rows: auto auto; } .table-form-filters--left { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; } .table-form-filters--right { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: end; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; } .field-label { white-space: nowrap; } .field-label.no-margin { margin-bottom: 0px; } .ml-5 { margin-left: 5px; } .ml-10 { margin-left: 10px; } .ml-20 { margin-left: 20px; } .table-overflow { overflow: auto; max-width: 100%; } .table { width: 100%; text-align: left; } .donate-btn { padding: 10px 30px; border-radius: 5px; background-color: #2f8386; background-image: linear-gradient(40deg, #399b9e, #2f8386); font-size: 18px; font-weight: 600; color: white; } .donate-btn:hover { background-image: linear-gradient(40deg, #3da5a8, #389ea1); } .status-btn:hover { background-image: linear-gradient(40deg, #c78316, #f8a915); } .status-btn { padding: 10px 30px; border-radius: 5px; background-color: #e69c14; background-image: linear-gradient(40deg, #ac7112, #e69c14); font-size: 18px; font-weight: 600; color: white; } .hide-checkbox-label { display: none; } @media screen and (max-width: 991px) { .container { width: 100%; max-width: 100%; } .main-heading-text { font-size: 42px; line-height: 42px; } .header-text { width: 100%; -webkit-box-flex: 0; -webkit-flex: 0 0 auto; -ms-flex: 0 0 auto; flex: 0 0 auto; } .section-heading { font-size: 26px; line-height: 32px; } .about-us-text { width: 100%; margin-right: 0px; } .quick-links-flex { width: 100%; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; } .horizontal-flex { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; } .quick-link-group { margin-right: 20px; margin-left: 20px; } .nav-menu { margin-right: 20px; } .nav-list-menu { width: 150px; } .drop-list-menu { width: 160px; } .nav-content { margin-left: 20px; } .section-heading-paragraph { max-width: 100%; } .nav-dropdown-menu.w--open { left: 100px; } .slider-mask { max-width: 50%; margin-left: 0px; } .feature-slide { padding: 10px; } .feature-title { font-size: 20px; } .feature-icon-block { width: 100px; height: 100px; } .partners-logo-grid { -ms-grid-columns: 1fr 1fr; grid-template-columns: 1fr 1fr; } .about-us-paragraph { max-width: 100%; } .footer-flex-container { -ms-grid-columns: 1fr 1fr 1fr; grid-template-columns: 1fr 1fr 1fr; } .cc-link { margin-right: 10px; margin-left: 10px; } .cc-flex-horizontal { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; text-align: center; } .cc-text { margin-right: 0px; } .footer-about-block { padding-right: 0px; } .nav-button { -webkit-box-flex: 0; -webkit-flex: 0 0 auto; -ms-flex: 0 0 auto; flex: 0 0 auto; } .discord-btn { padding-right: 20px; padding-left: 20px; text-align: center; } .github-btn { padding-right: 20px; padding-left: 20px; text-align: center; } .download-data-row { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; text-align: center; } .small-heading { text-align: center; } .troubleshooting-flex-block { text-align: center; } .support-btn.purple { margin-top: 20px; margin-right: auto; margin-left: auto; } .download-data-icon { width: 160px; height: 160px; margin-right: auto; margin-bottom: 20px; margin-left: auto; font-size: 42px; } .logo-text { font-size: 20px; } .table-form-filters { display: -ms-grid; display: grid; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; justify-items: start; grid-auto-columns: 1fr; grid-column-gap: 20px; grid-row-gap: 20px; -ms-grid-columns: 1fr; grid-template-columns: 1fr; -ms-grid-rows: auto auto; grid-template-rows: auto auto; } .table-form-filters--left { display: -ms-grid; display: grid; width: 100%; grid-auto-columns: 1fr; grid-column-gap: 20px; grid-row-gap: 20px; -ms-grid-columns: 1fr 1fr; grid-template-columns: 1fr 1fr; -ms-grid-rows: auto; grid-template-rows: auto; } .input-group.ml-20 { margin-left: 0px; } .table-form-filters--right { display: -ms-grid; display: grid; width: 100%; grid-auto-columns: 1fr; grid-column-gap: 20px; grid-row-gap: 20px; -ms-grid-columns: 1fr 1fr; grid-template-columns: 1fr 1fr; -ms-grid-rows: auto; grid-template-rows: auto; } .donate-btn { padding-right: 20px; padding-left: 20px; text-align: center; } .status-btn { padding-right: 20px; padding-left: 20px; text-align: center; } } @media screen and (max-width: 767px) { .content-container-block { margin-bottom: 20px; padding-right: 40px; padding-left: 40px; } .content-container-block.header-section { background-position: 0px 0px, 50% 50%; background-size: auto, cover; background-repeat: repeat, no-repeat; } .main-heading-text { font-size: 32px; line-height: 32px; } .section-heading { font-size: 24px; line-height: 28px; } .quick-links-flex { -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; } .quick-link-badge { width: 150px; height: 190px; } .quick-link-btn { width: 150px; padding-right: 20px; padding-left: 20px; } .quick-link-btn-purple { width: 150px; padding-right: 20px; padding-left: 20px; } .nav-menu { margin-right: 0px; background-color: #252528; } .nav-list-menu { width: 100%; height: auto; } .drop-list-menu { background-color: #323235; } .elusernav { display: none; } .logo-box { padding: 10px; } .nav-dropdown-option { width: 100%; -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; } .nav-dropdown-option.w--open { width: 100%; } .nav-dropdown-menu.w--open { position: absolute; left: 0px; top: 61px; right: auto; background-color: #1b1b1d; } .slider-mask { max-width: 100%; margin-right: auto; margin-left: auto; } .menu-btn { margin-left: 20px; padding: 10px; } .menu-btn.w--open { background-color: #4acdd1; } .footer-flex-container { grid-column-gap: 20px; -ms-grid-columns: 1fr 1fr; grid-template-columns: 1fr 1fr; } .footer-logo-link { max-width: 240px; margin-bottom: 15px; } .footer-image { -o-object-fit: contain; object-fit: contain; } .footer-heading { margin-bottom: 15px; } .footer-block { -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; } .cc-link-flex { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; text-align: center; } .footer-about-block { text-align: center; } .nav-button { display: block; } .nav-button.mobile-only { display: none; } .support-btn { width: 45%; padding-right: 20px; padding-left: 20px; } .download-data-icon { width: 120px; height: 120px; font-size: 28px; } } @media screen and (max-width: 479px) { .content-container-block { padding: 40px 15px 20px; } .main-heading-text { font-size: 24px; line-height: 26px; } .button { padding-right: 20px; padding-left: 20px; } .header-text { text-align: center; } .section-heading { margin-top: 0px; margin-bottom: 20px; font-size: 18px; line-height: 22px; text-align: center; } .quick-links-flex { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; } .quick-link-group { margin: 10px auto; } .section-heading-paragraph { text-align: center; } .partners-logo-grid { -ms-grid-columns: 1fr; grid-template-columns: 1fr; } .about-us-paragraph { text-align: center; } .footer-flex-container { margin-bottom: 40px; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; } .footer-logo-link { width: 100%; height: 60px; margin-bottom: 10px; } .footer-image { -o-object-position: 50% 50%; object-position: 50% 50%; } .footer-heading { margin-bottom: 10px; } .footer-section { padding-top: 40px; } .cc-link { margin-right: 0px; margin-left: 0px; } .cc-text { margin-bottom: 10px; font-size: 11px; } .footer-block { -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; } .footer-about-block { display: none; } .nav-button { display: none; } .nav-button.mobile-only { display: block; margin: 10px 20px; } .discord-btn { display: block; padding-right: 20px; padding-left: 20px; } .support-btn { width: auto; margin-top: 10px; margin-bottom: 10px; padding-right: 10px; padding-left: 10px; } .download-data-icon { font-size: 20px; } .table-form-filters--left { grid-auto-columns: 1fr; -ms-grid-columns: 1fr; grid-template-columns: 1fr; -ms-grid-rows: auto; grid-template-rows: auto; } .table-form-filters--right { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; grid-auto-columns: 1fr; grid-column-gap: 10px; grid-row-gap: 10px; -ms-grid-columns: 1fr; grid-template-columns: 1fr; -ms-grid-rows: auto; grid-template-rows: auto; } .donate-btn { display: block; padding-right: 20px; padding-left: 20px; } .status-btn { display: block; padding-right: 20px; padding-left: 20px; } } #Type-of-data.w-node-_9dba2e75-7f3e-d519-3d08-19ffe17b6bd7-e684466b { -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; -ms-grid-column: span 1; grid-column-start: span 1; -ms-grid-column-span: 1; grid-column-end: span 1; } @media screen and (max-width: 991px) { #w-node-e0b4784e-af33-5480-0a38-43cfbaae3bb3-baae3bb0 { -ms-grid-column: span 3; grid-column-start: span 3; -ms-grid-column-span: 3; grid-column-end: span 3; -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; } } @media screen and (max-width: 767px) { #w-node-e0b4784e-af33-5480-0a38-43cfbaae3bb3-baae3bb0 { -ms-grid-column: span 2; grid-column-start: span 2; -ms-grid-column-span: 2; grid-column-end: span 2; -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; } #w-node-e0b4784e-af33-5480-0a38-43cfbaae3bc1-baae3bb0 { -ms-grid-column: span 2; grid-column-start: span 2; -ms-grid-column-span: 2; grid-column-end: span 2; -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; } } @media screen and (max-width: 479px) { #w-node-e0b4784e-af33-5480-0a38-43cfbaae3bb3-baae3bb0 { -ms-grid-column: span 2; grid-column-start: span 2; -ms-grid-column-span: 2; grid-column-end: span 2; -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; } #w-node-e0b4784e-af33-5480-0a38-43cfbaae3bc1-baae3bb0 { -ms-grid-column: span 2; grid-column-start: span 2; -ms-grid-column-span: 2; grid-column-end: span 2; -ms-grid-row: span 1; grid-row-start: span 1; -ms-grid-row-span: 1; grid-row-end: span 1; } } .w-slider-nav-invert>div.w-active { background-color: #4acdd1; } .w-slider-nav-invert>div { background-color: #222222; } .container { width: 96%; max-width: 1520px; margin: 0 auto; padding: 0 20px; position: relative; margin-top: 2%; } .container.narrow { max-width: 1000px; } .container.very-narrow { max-width: 840px; } .container.super-narrow { max-width: 540px; } ul, ol, li { margin-top: 0px; margin-bottom: 0px; padding-left: 0px; list-style: none; } fieldset { padding: 0; margin: 0; border: 0; } button, html input[type="button"], input[type="reset"] { border: 0; cursor: pointer; -webkit-appearance: button; } textarea input, textarea select { height: auto; } hr { border-top: 1px solid #323235; } label { margin: 0px 0px 10px 0px; } input, .form-control, select, .form-select { background-color: #2c2c2f; border: 1px solid #4b4b57; outline: 0; color: #979797; padding: 0.6rem 1rem; margin-bottom: 20px; } input:active, input:hover, input:focus, .form-control:active, .form-control:hover, .form-control:focus, select:active, select:hover, select:focus, .form-select:active, .form-select:hover, .form-select:focus { border-color: #4acdd1; background-color: #272627; color: #4acdd1; outline: 0; box-shadow: none; } input::placeholder, .form-control::placeholder, select::placeholder, .form-select::placeholder { color: #979797; } input i, .form-control i, select i, .form-select i { color: #4acdd1; margin-right: 10px; } input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active { box-shadow: 0 0 0 30px #222222 inset !important; } input:-webkit-autofill { -webkit-text-fill-color: #4acdd1 !important; } .form-control:disabled, .form-control[readonly], .input-group-text { background-color: #222222; border: 1px solid #4b4b57; outline: 0; color: #fff; padding: 0.6rem 1rem; margin-bottom: 20px; } .form-control:disabled i, .form-control[readonly] i, .input-group-text i { color: #4acdd1; } .form-select { height: auto; } .form-check-label { margin-bottom: 0px; top: 2px; position: relative; } .input-group { margin-bottom: 20px; } .input-group input, .input-group .form-control, .input-group select, .input-group .form-select { margin-bottom: 0px; } .input-group-flex { display: flex; flex-direction: row; flex-wrap: nowrap; align-content: flex-start; align-items: stretch; } .input-group-flex input { width: 80%; } .input-group-flex button { width: 20%; padding: 0px; } .input-group button { background-color: #2e2d2d; box-shadow: inset 0px 2px 15px #272627; border: 1px solid #323235; } section { margin: 5vw auto; } @media (max-width: 992px) { section { margin: 80px auto; } } @media (max-width: 768px) { section { margin: 60px auto; } } .content-box { padding: calc(30px); background-color: #272627; box-shadow: 0px 0px 30px 10px rgba(0, 0, 0, 0.3); } .content-box.thin { padding: calc(30px / 2); } .content-box.wide { padding: calc(30px * 2); } .nav-tabs .nav-item .nav-link { background-color: #272627; color: #fff; border-radius: 0px; } .nav-tabs .nav-item .nav-link.active { background-color: #2c2c2f; color: #4acdd1; border-color: #323235 #323235 #4acdd1; } .nav-tabs .nav-item .nav-link:hover { border-color: #4acdd1; background-color: #323235; } .nav-tabs.nav-fill .nav-item .nav-link { width: 100%; } .tab-content { padding: calc(30px / 2); background-color: #2c2c2f; border: 1px solid #323235; margin-bottom: calc(30px / 2); } .table-overflow, .table-responsive { overflow-x: auto; margin-bottom: calc(30px / 2); } .table-overflow::-webkit-scrollbar, .table-responsive::-webkit-scrollbar { width: 12px; height: 12px; background: #222; } .table { color: #e9e9e9; } table { border: 1px solid #222222; margin-bottom: calc(30px / 6); width: 100%; border-collapse: collapse; border-spacing: 0; background-color: #2c2c2f; } table tr th, table tr td { padding: 10px 15px; } @media (max-width: 768px) { table tr th, table tr td { padding: 6px 10px; } } table tr:nth-child(even) { background-color: #2c2c2f; } table tr:hover { background-color: rgba(34, 34, 34, 0.2); } table thead { background-color: #222222; text-transform: uppercase; color: #fff; font-weight: 400; } @media (max-width: 768px) { body { font-size: 13px; } } a { color: white; text-decoration: none; transition: all 300ms ease-in-out; } a:hover, a:focus, a:active { color: #4acdd1; text-decoration: none; } .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { font-weight: 700; line-height: 1.2; font-family: "Inter", "Montserrat", sans-serif; } h1, .h1 { font-size: 4.4rem; } @media (max-width: 1200px) { h1, .h1 { font-size: 3rem; } } @media (max-width: 992px) { h1, .h1 { font-size: 2rem; } } @media (max-width: 768px) { h1, .h1 { font-size: 1.5rem; } } h2, .h2 { font-size: 3rem; } @media (max-width: 1200px) { h2, .h2 { font-size: 2.4rem; } } @media (max-width: 992px) { h2, .h2 { font-size: 2rem; } } @media (max-width: 768px) { h2, .h2 { font-size: 1.5rem; } } h3, .h3 { font-size: 2rem; } @media (max-width: 1200px) { h3, .h3 { font-size: 1.6rem; } } @media (max-width: 992px) { h3, .h3 { font-size: 1.4rem; } } @media (max-width: 768px) { h3, .h3 { font-size: 1.2rem; } } h4, .h4 { font-size: 1.6rem; } @media (max-width: 1200px) { h4, .h4 { font-size: 1.4rem; } } @media (max-width: 992px) { h4, .h4 { font-size: 1.2rem; } } @media (max-width: 768px) { h4, .h4 { font-size: 1rem; } }
0.342462
0.076408
.crumb_warp{ width: 100%; height:40px; line-height:39px; text-indent:5px; border-bottom:1px solid #e5e5e5; background:#f5f5f5; overflow: hidden; } .crumb-fixed-top{ position:fixed; right:0; left:0; z-index:1030; } .crumb_warp i{ font-size:18px } /*信息提示*/ .show_tip{ display:none; box-shadow:2px 2px 4px #8aC; z-index:100; min-width:100px; border:1px solid #ec971f; border-radius:2px; padding:3px 5px; position:fixed; right:15px; top:50px; } /*主体title*/ .main_title { padding: 10px 15px 0 15px; margin: 0; border-bottom:1px solid #e5e5e5; width: 100%; } /*主体content*/ .main_content { padding: 20px 15px; margin: 0; width: 100%; /*border-bottom:1px solid #e5e5e5;*/ } /*使用帮助栏*/ .help_content ul li{ line-height:35px; border-bottom:1px dashed #eaeaea } .help_content ul li label{ color:#909090; display:inline-block; width:150px; padding-right:10px; text-align:right } .help_content ul li span a{ display:inline-block } .help_content ul li span a img{ vertical-align:middle } i.require{ color:#f60; font-family:serif; margin-right:5px } table.add_tab{ width:100%; border-collapse:collapse; border:1px solid #eee } table.add_tab tr{ line-height:40px; border:1px solid #eee } table.add_tab tr th{ text-align:right; font-weight:normal; padding-right:10px; font-size:14px; border:1px solid #eee } table.add_tab tr td{ text-align:left; padding:3px 10px; font-size:12px } table.add_tab tr td span{ margin-left:10px; color:#666 } table.add_tab tr td span i{ margin-right:5px } .tab_title{ height:35px; background:#f9f9f9; border:1px solid #e1e1e1; border-bottom:none } .tab_title li{ line-height:35px; padding:0 35px; border-right:1px solid #e1e1e1; float:left; font-size:14px; cursor:pointer } .tab_title li.active{ color:#495058; background:#fff; position:relative; border-bottom:1px solid #fff } .tab_content{ display:none; padding:10px; border:1px solid #e1e1e1 } .btn_group{ overflow:hidden; padding:15px 0 } .search_wrap{ padding:15px 0; border-bottom:1px solid #e5e5e5 } .search_tab tr{ line-height:35px } .search_tab th{ text-align:right; padding-right:10px; font-weight:normal } .search_tab td{ padding:0 5px } /* table.list_tab{ border-collapse:collapse; border:1px solid #ddd; font-size:13px; width:100% } table.list_tab tr{ line-height:35px } table.list_tab tr:nth-child(odd){ background:#f9f9f9 } table.list_tab tr:hover{ background:#f1f1f1 } table.list_tab tr.even-tr{ background:#e9fff2 } table.list_tab tr input{ margin-right:0 } table.list_tab tr th{ font-weight:normal; font-size:14px; text-align:left; background:#eee } table.list_tab tr td,table.list_tab tr th{ padding:5px; border-bottom:1px solid #ddd; border-right:1px solid #e1e1e1 } table.list_tab tr td.tc,table.list_tab tr th.tc{ text-align:center } table.list_tab tr td a{ margin-right:10px; float:left } table.list_tab tr td input[type='text']{width:20px;text-align:center;display:inline} table.list_tab tr td input[type='text'].md{width:200px;text-align:left;display:inline} table.list_tab tr td input[type='text'].lg{width:580px;text-align:left;display:inline} .page_list{margin-top:15px} .page_list ul{overflow:hidden;border:1px solid #ddd;border-radius:3px;padding:0;margin:0;display:inline-block} .page_list ul li{float:left;border:none;height:30px;line-height:30px;border-right:1px solid #ddd} .page_list ul li a{padding:6px 12px;text-decoration:none} .page_list ul li a:hover{background:#eee} .page_list ul li.active a{color:#fff;cursor:default;background-color:#337ab7;border-color:#337ab7} */ .page_nav{margin-top:15px;overflow:hidden} .page_nav a,.page_nav span{margin-right:10px;padding:5px 10px;float:left;border:1px solid #ddd;border-radius:3px;text-decoration:none} .page_nav a:hover{background:#eee} .page_nav span.current{background-color:#337ab7;border-color:#337ab7;color:#fff;cursor:default} .tips{padding:10px;border:1px solid #ddd} .tips h3{font-size:14px;padding-bottom:6px} .tips p{line-height:18px;font-size:12px} ul.list_pic{overflow:hidden} ul.list_pic li{float:left;margin:10px 15px 10px 0;position:relative} ul.list_pic li span{position:absolute;top:5px;right:5px;cursor:pointer} ul.list_pic li span:hover{color:#af1e1d} ul.list_btn{padding:10px 0;border-bottom:1px dashed #eaeaea}ul.list_btn li{margin:5px 0} ul.list_btn li span{border-radius:2px;display:inline-block;border:1px solid #e1e1e1;background:#f9f9f9;cursor:pointer;text-indent:2px} ul.list_btn li span i{display:inline-block} dl.attr dt{position:relative} dl.attr dt span{height:20px;width:20px;border-radius:2px;display:inline-block;border:1px solid #e1e1e1;background:#f9f9f9;cursor:pointer;text-indent:2px;position:absolute;top:9px} dl.attr dt span i{display:inline-block;position:absolute;top:3px;left:3px} table.inner_list{border-collapse:collapse;border:1px solid #ddd;margin:5px 0;font-size:12px} table.inner_list tr{border:1px solid #ddd;line-height:30px} table.inner_list tr th,table.inner_list tr td{border:1px solid #ddd;text-align:center} table.inner_list tr th{padding:0 20px;font-size:12px;font-weight:bold} table.inner_list tr td{padding:0 20px} table.inner_list tr td input{height:20px;padding:0 3px}
public/admins/style/css/is-main.admin.css
.crumb_warp{ width: 100%; height:40px; line-height:39px; text-indent:5px; border-bottom:1px solid #e5e5e5; background:#f5f5f5; overflow: hidden; } .crumb-fixed-top{ position:fixed; right:0; left:0; z-index:1030; } .crumb_warp i{ font-size:18px } /*信息提示*/ .show_tip{ display:none; box-shadow:2px 2px 4px #8aC; z-index:100; min-width:100px; border:1px solid #ec971f; border-radius:2px; padding:3px 5px; position:fixed; right:15px; top:50px; } /*主体title*/ .main_title { padding: 10px 15px 0 15px; margin: 0; border-bottom:1px solid #e5e5e5; width: 100%; } /*主体content*/ .main_content { padding: 20px 15px; margin: 0; width: 100%; /*border-bottom:1px solid #e5e5e5;*/ } /*使用帮助栏*/ .help_content ul li{ line-height:35px; border-bottom:1px dashed #eaeaea } .help_content ul li label{ color:#909090; display:inline-block; width:150px; padding-right:10px; text-align:right } .help_content ul li span a{ display:inline-block } .help_content ul li span a img{ vertical-align:middle } i.require{ color:#f60; font-family:serif; margin-right:5px } table.add_tab{ width:100%; border-collapse:collapse; border:1px solid #eee } table.add_tab tr{ line-height:40px; border:1px solid #eee } table.add_tab tr th{ text-align:right; font-weight:normal; padding-right:10px; font-size:14px; border:1px solid #eee } table.add_tab tr td{ text-align:left; padding:3px 10px; font-size:12px } table.add_tab tr td span{ margin-left:10px; color:#666 } table.add_tab tr td span i{ margin-right:5px } .tab_title{ height:35px; background:#f9f9f9; border:1px solid #e1e1e1; border-bottom:none } .tab_title li{ line-height:35px; padding:0 35px; border-right:1px solid #e1e1e1; float:left; font-size:14px; cursor:pointer } .tab_title li.active{ color:#495058; background:#fff; position:relative; border-bottom:1px solid #fff } .tab_content{ display:none; padding:10px; border:1px solid #e1e1e1 } .btn_group{ overflow:hidden; padding:15px 0 } .search_wrap{ padding:15px 0; border-bottom:1px solid #e5e5e5 } .search_tab tr{ line-height:35px } .search_tab th{ text-align:right; padding-right:10px; font-weight:normal } .search_tab td{ padding:0 5px } /* table.list_tab{ border-collapse:collapse; border:1px solid #ddd; font-size:13px; width:100% } table.list_tab tr{ line-height:35px } table.list_tab tr:nth-child(odd){ background:#f9f9f9 } table.list_tab tr:hover{ background:#f1f1f1 } table.list_tab tr.even-tr{ background:#e9fff2 } table.list_tab tr input{ margin-right:0 } table.list_tab tr th{ font-weight:normal; font-size:14px; text-align:left; background:#eee } table.list_tab tr td,table.list_tab tr th{ padding:5px; border-bottom:1px solid #ddd; border-right:1px solid #e1e1e1 } table.list_tab tr td.tc,table.list_tab tr th.tc{ text-align:center } table.list_tab tr td a{ margin-right:10px; float:left } table.list_tab tr td input[type='text']{width:20px;text-align:center;display:inline} table.list_tab tr td input[type='text'].md{width:200px;text-align:left;display:inline} table.list_tab tr td input[type='text'].lg{width:580px;text-align:left;display:inline} .page_list{margin-top:15px} .page_list ul{overflow:hidden;border:1px solid #ddd;border-radius:3px;padding:0;margin:0;display:inline-block} .page_list ul li{float:left;border:none;height:30px;line-height:30px;border-right:1px solid #ddd} .page_list ul li a{padding:6px 12px;text-decoration:none} .page_list ul li a:hover{background:#eee} .page_list ul li.active a{color:#fff;cursor:default;background-color:#337ab7;border-color:#337ab7} */ .page_nav{margin-top:15px;overflow:hidden} .page_nav a,.page_nav span{margin-right:10px;padding:5px 10px;float:left;border:1px solid #ddd;border-radius:3px;text-decoration:none} .page_nav a:hover{background:#eee} .page_nav span.current{background-color:#337ab7;border-color:#337ab7;color:#fff;cursor:default} .tips{padding:10px;border:1px solid #ddd} .tips h3{font-size:14px;padding-bottom:6px} .tips p{line-height:18px;font-size:12px} ul.list_pic{overflow:hidden} ul.list_pic li{float:left;margin:10px 15px 10px 0;position:relative} ul.list_pic li span{position:absolute;top:5px;right:5px;cursor:pointer} ul.list_pic li span:hover{color:#af1e1d} ul.list_btn{padding:10px 0;border-bottom:1px dashed #eaeaea}ul.list_btn li{margin:5px 0} ul.list_btn li span{border-radius:2px;display:inline-block;border:1px solid #e1e1e1;background:#f9f9f9;cursor:pointer;text-indent:2px} ul.list_btn li span i{display:inline-block} dl.attr dt{position:relative} dl.attr dt span{height:20px;width:20px;border-radius:2px;display:inline-block;border:1px solid #e1e1e1;background:#f9f9f9;cursor:pointer;text-indent:2px;position:absolute;top:9px} dl.attr dt span i{display:inline-block;position:absolute;top:3px;left:3px} table.inner_list{border-collapse:collapse;border:1px solid #ddd;margin:5px 0;font-size:12px} table.inner_list tr{border:1px solid #ddd;line-height:30px} table.inner_list tr th,table.inner_list tr td{border:1px solid #ddd;text-align:center} table.inner_list tr th{padding:0 20px;font-size:12px;font-weight:bold} table.inner_list tr td{padding:0 20px} table.inner_list tr td input{height:20px;padding:0 3px}
0.239527
0.095814
.container{ width: 500px; margin: 0 auto; padding: 25px } .container h1{ font-family: 'Jua', sans-serif; text-align: center; padding: 5px 5px 5px 15px; color: #C899DB; margin-bottom: 20px; } .chating{ background-color: white; width: 500px; height: 500px; overflow: auto; } .chating .me{ font-family: 'Jua', sans-serif; float:right; min-height: 30px; color: black; right: +12px; text-align: left; width:200px; position: relative; background: #C899DB; -webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px; } .me::after{ content: ''; position: absolute; border-style: solid; border-width: 5px 0 5px 11px; border-color: transparent #C899DB; display: block; width: 0; z-index: 1; right: -11px; top: 9px; } .wait{ font-family: 'Jua', sans-serif; color: black; text-align: center; } .chat_box { min-height: 30px; width:100%; padding-bottom: 20px; } /*.chat_box .others {*/ /* padding: 5px;*/ /*}*/ /*.chat_box .me {*/ /* padding: 5px;*/ /*}*/ .chating .others{ font-family: 'Jua', sans-serif; /*float:left;*/ min-height: 30px; color: black; left: +11px; text-align: left; width: 200px; /*padding:5px;*/ position: relative; background: #E3CAE3; -webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px; } .others::after{ content: ''; position: absolute; border-style: solid; border-width: 5px 11px 5px 0; border-color: transparent #E3CAE3; display: block; width: 0; z-index: 1; left: -11px; top: 9px; } .inputmessage { font-family: 'Jua', sans-serif; width: 450px; height: 32px; font-size: 15px; border: 0; border-radius: 15px; outline: none; padding-left: 10px; background-color: rgb(233, 233, 233); } .sendBtn{ background-image: url("../img/submit3.png"); background-position: 0px 0px; background-color: transparent; background-repeat: no-repeat; background-size:32px 32px; border: 0px; cursor:pointer; outline: 0; width: 32px; height: 32px; } .msgImg{ width: 200px; height: 125px; } .clearBoth{ clear: both; } .myimg{ float: right; } .yourimg{ float:left; } .file_input label { position:relative; cursor:pointer; display:inline-block; vertical-align:middle; overflow:hidden; width:32px; height:32px; background-size:32px 32px; background-image: url("../img/fileup.png"); background-repeat: no-repeat; text-align:center; line-height:30px; } .file_input label input { position:absolute; width:0; height:0; overflow:hidden; } .file_input input[type=text] { font-family: 'Jua', sans-serif; vertical-align:middle; display:inline; width:450px; height:32px; line-height:28px; font-size: 15px; padding:0; border-left-width:0; border-right-width:0; border-top-width:0; border-bottom-width:1px; }
src/main/webapp/resources/static/css/chat.css
.container{ width: 500px; margin: 0 auto; padding: 25px } .container h1{ font-family: 'Jua', sans-serif; text-align: center; padding: 5px 5px 5px 15px; color: #C899DB; margin-bottom: 20px; } .chating{ background-color: white; width: 500px; height: 500px; overflow: auto; } .chating .me{ font-family: 'Jua', sans-serif; float:right; min-height: 30px; color: black; right: +12px; text-align: left; width:200px; position: relative; background: #C899DB; -webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px; } .me::after{ content: ''; position: absolute; border-style: solid; border-width: 5px 0 5px 11px; border-color: transparent #C899DB; display: block; width: 0; z-index: 1; right: -11px; top: 9px; } .wait{ font-family: 'Jua', sans-serif; color: black; text-align: center; } .chat_box { min-height: 30px; width:100%; padding-bottom: 20px; } /*.chat_box .others {*/ /* padding: 5px;*/ /*}*/ /*.chat_box .me {*/ /* padding: 5px;*/ /*}*/ .chating .others{ font-family: 'Jua', sans-serif; /*float:left;*/ min-height: 30px; color: black; left: +11px; text-align: left; width: 200px; /*padding:5px;*/ position: relative; background: #E3CAE3; -webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px; } .others::after{ content: ''; position: absolute; border-style: solid; border-width: 5px 11px 5px 0; border-color: transparent #E3CAE3; display: block; width: 0; z-index: 1; left: -11px; top: 9px; } .inputmessage { font-family: 'Jua', sans-serif; width: 450px; height: 32px; font-size: 15px; border: 0; border-radius: 15px; outline: none; padding-left: 10px; background-color: rgb(233, 233, 233); } .sendBtn{ background-image: url("../img/submit3.png"); background-position: 0px 0px; background-color: transparent; background-repeat: no-repeat; background-size:32px 32px; border: 0px; cursor:pointer; outline: 0; width: 32px; height: 32px; } .msgImg{ width: 200px; height: 125px; } .clearBoth{ clear: both; } .myimg{ float: right; } .yourimg{ float:left; } .file_input label { position:relative; cursor:pointer; display:inline-block; vertical-align:middle; overflow:hidden; width:32px; height:32px; background-size:32px 32px; background-image: url("../img/fileup.png"); background-repeat: no-repeat; text-align:center; line-height:30px; } .file_input label input { position:absolute; width:0; height:0; overflow:hidden; } .file_input input[type=text] { font-family: 'Jua', sans-serif; vertical-align:middle; display:inline; width:450px; height:32px; line-height:28px; font-size: 15px; padding:0; border-left-width:0; border-right-width:0; border-top-width:0; border-bottom-width:1px; }
0.340156
0.068631
h3 { float:left; padding-left:20px; } body { font: 17px Tahoma, Helvetica, Arial, Sans-Serif; } form { box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.7); background: #222; -webkit-box-shadow: 0px 2px 3px #555; -moz-box-shadow: 0px 2px 3px #555; -webkit-border-radius: 10px; -moz-border-radius: 10px; color : #A0A0A0; padding-left: 20px; padding-right:20px; width:100%; } input[type=text], input[type=password], input[type=date]{ height: 20px; min-width: 150px; width:100px; border-radius: 5px; background: #474747; color : #FFFFFF; } input[type=text]:focus, input[type=password]:focus{ background: #2171a3; color : #FFFFFF:; } .btn-subscribe { padding-right:10px; } .btn-subscribe, .btn-back { display: inline; width : 20%; margin : auto; background: #686868 ; background-image: -webkit-linear-gradient(top, #686868 , #686868 ); background-image: -moz-linear-gradient(top, #686868 , #686868 ); background-image: -ms-linear-gradient(top, #686868 , #686868 ); background-image: -o-linear-gradient(top, #686868 , #686868 ); background-image: linear-gradient(to bottom, #686868 , #686868 ); -webkit-border-radius: 18; -moz-border-radius: 18; border-radius: 18px; color: #ffffff; font-size: 15px; padding: 5px 5px 5px 5px; } .btn-subscribe:hover , .btn-back:hover { background: #2171a3; } /* ================= CSS for all the select ===============*/ select { min-width: 150px; width:90%; padding: 5px; font-size: 16px; border: 1px solid #ccc; height: 34px; } textarea{ width:100%; height:20%; max-width:80%; } input[type=checkbox] { vertical-align: text-bottom; } /* ================= CSS for align the forms===============*/ .part_align label { float: left; width: 10em; margin-right: 1em; text-align: right; } .part_check_align { text-align:left; margin-left:3%; } /* ================= CSS for errors===============*/ .error { color:red; } /* ================= CSS for the several stars in red===============*/ .required{ font: 15px Tahoma, Helvetica, Arial, Sans-Serif; font-style:italic; color:red; }
style/subscribe.css
h3 { float:left; padding-left:20px; } body { font: 17px Tahoma, Helvetica, Arial, Sans-Serif; } form { box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.7); background: #222; -webkit-box-shadow: 0px 2px 3px #555; -moz-box-shadow: 0px 2px 3px #555; -webkit-border-radius: 10px; -moz-border-radius: 10px; color : #A0A0A0; padding-left: 20px; padding-right:20px; width:100%; } input[type=text], input[type=password], input[type=date]{ height: 20px; min-width: 150px; width:100px; border-radius: 5px; background: #474747; color : #FFFFFF; } input[type=text]:focus, input[type=password]:focus{ background: #2171a3; color : #FFFFFF:; } .btn-subscribe { padding-right:10px; } .btn-subscribe, .btn-back { display: inline; width : 20%; margin : auto; background: #686868 ; background-image: -webkit-linear-gradient(top, #686868 , #686868 ); background-image: -moz-linear-gradient(top, #686868 , #686868 ); background-image: -ms-linear-gradient(top, #686868 , #686868 ); background-image: -o-linear-gradient(top, #686868 , #686868 ); background-image: linear-gradient(to bottom, #686868 , #686868 ); -webkit-border-radius: 18; -moz-border-radius: 18; border-radius: 18px; color: #ffffff; font-size: 15px; padding: 5px 5px 5px 5px; } .btn-subscribe:hover , .btn-back:hover { background: #2171a3; } /* ================= CSS for all the select ===============*/ select { min-width: 150px; width:90%; padding: 5px; font-size: 16px; border: 1px solid #ccc; height: 34px; } textarea{ width:100%; height:20%; max-width:80%; } input[type=checkbox] { vertical-align: text-bottom; } /* ================= CSS for align the forms===============*/ .part_align label { float: left; width: 10em; margin-right: 1em; text-align: right; } .part_check_align { text-align:left; margin-left:3%; } /* ================= CSS for errors===============*/ .error { color:red; } /* ================= CSS for the several stars in red===============*/ .required{ font: 15px Tahoma, Helvetica, Arial, Sans-Serif; font-style:italic; color:red; }
0.371365
0.139983
body { color: #262626 !important; font-family: Roboto !important; font-weight: 300; } #app { } #mainPanel { width: 500px !important; } .panel-header { padding: 0.1em !important; background-color: #262626 !important; } .panel { border-style: none !important; } .internal-panel-body { height: 440px !important; } .panel-footer { padding: 0px !important; } .external-panel-footer { background-color: rgba(26,26,26,0.83); color: white; font-size: 11pt; height: 40px; } @-moz-document url-prefix() { .external-panel-footer { font-size: 10pt !important; } } .internal-panel-footer { padding-top: 0.8em !important; padding-bottom: 0.8em !important; } .internal-panel-body { height: 255px !important; } .form-input-hint { margin-bottom: 0px !important; } .center-div { margin-left: auto; margin-right: auto; } .btn { border: .05rem solid #a79681 !important; background-color: #a79681 !important; border-radius: 0.3rem !important; } .btn.btn-link { color:white !important; } .tile { padding-bottom: 0.3em; padding-top: 0.3em; } .info-link { color:white !important; } .form-input:focus{ border-color:#a79681 !important; box-shadow:0 0 0 .1rem rgba(26,26,26,.2) } .label.label-success { background: #2D5B04 !important; } .label.label-error { background: #A53127 !important; } .label { background: #8597B0 !important; color: white !important; margin-left: 0.3em !important; } .label.label-rounded { border-radius: 0.3rem !important; } .toast.toast-success { background: #2D5B04 !important; border-color: #2D5B04 !important; } #toast-container>.toast-success { background: #2D5B04 !important; border-color: #2D5B04 !important; } #toast-container>div { opacity: 1 !important; } .identity-provider-check { border: .05rem solid #A5A5A5 !important; background-color: #A5A5A5 !important; } .panel-body-no-padding { padding: 0em !important; } .tile.tile-centered .tile-content { overflow: inherit !important; } .capability-label { margin-top: 0.2rem !important; margin-left: 0.2rem !important; }
css/main.css
body { color: #262626 !important; font-family: Roboto !important; font-weight: 300; } #app { } #mainPanel { width: 500px !important; } .panel-header { padding: 0.1em !important; background-color: #262626 !important; } .panel { border-style: none !important; } .internal-panel-body { height: 440px !important; } .panel-footer { padding: 0px !important; } .external-panel-footer { background-color: rgba(26,26,26,0.83); color: white; font-size: 11pt; height: 40px; } @-moz-document url-prefix() { .external-panel-footer { font-size: 10pt !important; } } .internal-panel-footer { padding-top: 0.8em !important; padding-bottom: 0.8em !important; } .internal-panel-body { height: 255px !important; } .form-input-hint { margin-bottom: 0px !important; } .center-div { margin-left: auto; margin-right: auto; } .btn { border: .05rem solid #a79681 !important; background-color: #a79681 !important; border-radius: 0.3rem !important; } .btn.btn-link { color:white !important; } .tile { padding-bottom: 0.3em; padding-top: 0.3em; } .info-link { color:white !important; } .form-input:focus{ border-color:#a79681 !important; box-shadow:0 0 0 .1rem rgba(26,26,26,.2) } .label.label-success { background: #2D5B04 !important; } .label.label-error { background: #A53127 !important; } .label { background: #8597B0 !important; color: white !important; margin-left: 0.3em !important; } .label.label-rounded { border-radius: 0.3rem !important; } .toast.toast-success { background: #2D5B04 !important; border-color: #2D5B04 !important; } #toast-container>.toast-success { background: #2D5B04 !important; border-color: #2D5B04 !important; } #toast-container>div { opacity: 1 !important; } .identity-provider-check { border: .05rem solid #A5A5A5 !important; background-color: #A5A5A5 !important; } .panel-body-no-padding { padding: 0em !important; } .tile.tile-centered .tile-content { overflow: inherit !important; } .capability-label { margin-top: 0.2rem !important; margin-left: 0.2rem !important; }
0.337859
0.089973
*{ font-size: 120%; } /*input[type="text"]{ font-size: 40%; }*/ body { background:#2e6d4f; color:#fff; } .header{ text-align:center; Color:#fff; } .search{ } .header span{ color:#7CB342; } #s{ position:fixed; bottom:3px; right:6px; font-style:underline; color:#ddd; font-weight:lighter; } .text-center p{ color:#fff; } select{ width:40%; } #list{ background:#2e6d4f; color:#C1C6CA; padding: 20px; font-size:15pt; list-style-type:none; background-repeat:no-repeat; font-weight:300; margin-bottom: 18px; border-radius: 14px; } .thmb{ margin-left:1%; width:99%; background-size:100% auto; text-align:center; } small{ font-weight:lighter; font-size:15px; } .content{ font-size:20px; display:none; } a{ color:#fff !important; } a:hover{ text-decoration: none; } a:hover{ color: #fff; } #popup { background-repeat:repeat-y; position:fixed; top:0px; display:none; left:2.5%; height:900px; width:100%; background:#2e6d4f; } iframe{ height: 65%; border:none; background-repeat:repeat-y; } #popup span{ float:right; /*margin-top:-30px;*/ } .btn btn-primary btn-lg btn-block{ color: green; } ul{ display:flex; width:60%; margin-left:20%; text-align: center; } ul li { list-style:none; font-family:Times New Roman; font-size:1.5em; color:#262626; } .container > * { font-size:100% ; } #sty{ font-family: cursive; } #popup2 span{ float:right; /*margin-top:-30px;*/ } #popup2 { background-repeat:repeat-y; position:fixed; top:0px; display:none; left:2.5%; height:100%; width:100%; background:#2e6d4f; } topbtn{ padding-top: 70%; } #them{ float: left; } #cred{ float: right; } /*.goog-te-banner #1.container{ visibility: hidden; }*/ .goog-te-banner{ visibility: hidden !important; display: none !important; } #goog-gt-tt{ visibility: hidden !important; display: none !important; } iframe[style]{ /* googles upper bar frame*/ visibility: hidden !important; display: none !important; width: 100% !important; } #options{ visibility: hidden !important; display: none !important; } .goog-te-combo{ /*padding-left: 5%;*/ margin-left: auto; /*margin-left: auto; margin-right: auto;*/ /*margin-right: 500% !important;*/ /*margin-left: auto !important;*/ }
css/app.css
*{ font-size: 120%; } /*input[type="text"]{ font-size: 40%; }*/ body { background:#2e6d4f; color:#fff; } .header{ text-align:center; Color:#fff; } .search{ } .header span{ color:#7CB342; } #s{ position:fixed; bottom:3px; right:6px; font-style:underline; color:#ddd; font-weight:lighter; } .text-center p{ color:#fff; } select{ width:40%; } #list{ background:#2e6d4f; color:#C1C6CA; padding: 20px; font-size:15pt; list-style-type:none; background-repeat:no-repeat; font-weight:300; margin-bottom: 18px; border-radius: 14px; } .thmb{ margin-left:1%; width:99%; background-size:100% auto; text-align:center; } small{ font-weight:lighter; font-size:15px; } .content{ font-size:20px; display:none; } a{ color:#fff !important; } a:hover{ text-decoration: none; } a:hover{ color: #fff; } #popup { background-repeat:repeat-y; position:fixed; top:0px; display:none; left:2.5%; height:900px; width:100%; background:#2e6d4f; } iframe{ height: 65%; border:none; background-repeat:repeat-y; } #popup span{ float:right; /*margin-top:-30px;*/ } .btn btn-primary btn-lg btn-block{ color: green; } ul{ display:flex; width:60%; margin-left:20%; text-align: center; } ul li { list-style:none; font-family:Times New Roman; font-size:1.5em; color:#262626; } .container > * { font-size:100% ; } #sty{ font-family: cursive; } #popup2 span{ float:right; /*margin-top:-30px;*/ } #popup2 { background-repeat:repeat-y; position:fixed; top:0px; display:none; left:2.5%; height:100%; width:100%; background:#2e6d4f; } topbtn{ padding-top: 70%; } #them{ float: left; } #cred{ float: right; } /*.goog-te-banner #1.container{ visibility: hidden; }*/ .goog-te-banner{ visibility: hidden !important; display: none !important; } #goog-gt-tt{ visibility: hidden !important; display: none !important; } iframe[style]{ /* googles upper bar frame*/ visibility: hidden !important; display: none !important; width: 100% !important; } #options{ visibility: hidden !important; display: none !important; } .goog-te-combo{ /*padding-left: 5%;*/ margin-left: auto; /*margin-left: auto; margin-right: auto;*/ /*margin-right: 500% !important;*/ /*margin-left: auto !important;*/ }
0.166981
0.042742
html, body { min-width: 320px; } /* non-collapsing navbar https://stackoverflow.com/questions/23535289/bootstrap-3-disable-navbar-collapse */ .navbar-collapse.collapse { display: block!important; } .navbar-nav>li, .navbar-nav { float: left !important; } .navbar-nav.navbar-right:last-child { margin-right: -15px !important; } .navbar-right { float: right!important; } .converter { min-height: 60vh; } .converter .row { text-align: center; } .converter .error { color: #a94442; font-style: italic; opacity: 0; position: absolute; width: 100%; } .converter .error.show { opacity: 1; } .converter .equal-to { text-align: center; margin-top: 10vh; margin-bottom: 10vh; } .converter .btn-swap { padding: 0px 40px; font-size: 48px; } .converter input { height: 62px; /* 48+2+6+6 */ font-size: 28px; display: inline-block; width: 80%; max-width: 500px; margin-right: 20px; } .converter .dropdown { vertical-align: top; margin: 0 20px 20px; } hr { border-top: 2px dotted #000; } .history { position: relative; min-height: 500px; } .history h2 { text-align: center; } .history .loader { display: none; position: absolute; top: 0; bottom: 0; left: 0; right: 0; background-color: rgba(0, 0, 0, .2); } .history .loader.show { display: block; } .history .loader-inner { border: 16px solid #f3f3f3; border-radius: 50%; border-top: 16px solid #3498db; width: 120px; height: 120px; -webkit-animation: spin 1s linear infinite; /* Safari */ animation: spin 1s linear infinite; left: 50%; top: 50%; position: absolute; } @-webkit-keyframes spin { 0% { -webkit-transform: translate(-50%, -50%) rotate(0deg) } 100% { -webkit-transform: translate(-50%, -50%) rotate(360deg) } } @keyframes spin { 0% { transform: translate(-50%, -50%) rotate(0deg); } 100% { transform: translate(-50%, -50%) rotate(360deg) } } .history table td, .history table th { text-align: center; } @media screen and (min-width: 992px) { .history table { width: auto; margin: 0 auto; } .history table td, .history table th { min-width: 300px; } } .flag { display: inline-block; width: 48px; height: 48px; background: url(../assets/flags.png); } .flag.flag-us { background-position: -48px -48px; } .flag.flag-gb { background-position: -48px 0; } .flag.flag-hk { background-position: 0 -48px; } .flag.flag-eu { background-position: 0 0; }
client/css/App.css
html, body { min-width: 320px; } /* non-collapsing navbar https://stackoverflow.com/questions/23535289/bootstrap-3-disable-navbar-collapse */ .navbar-collapse.collapse { display: block!important; } .navbar-nav>li, .navbar-nav { float: left !important; } .navbar-nav.navbar-right:last-child { margin-right: -15px !important; } .navbar-right { float: right!important; } .converter { min-height: 60vh; } .converter .row { text-align: center; } .converter .error { color: #a94442; font-style: italic; opacity: 0; position: absolute; width: 100%; } .converter .error.show { opacity: 1; } .converter .equal-to { text-align: center; margin-top: 10vh; margin-bottom: 10vh; } .converter .btn-swap { padding: 0px 40px; font-size: 48px; } .converter input { height: 62px; /* 48+2+6+6 */ font-size: 28px; display: inline-block; width: 80%; max-width: 500px; margin-right: 20px; } .converter .dropdown { vertical-align: top; margin: 0 20px 20px; } hr { border-top: 2px dotted #000; } .history { position: relative; min-height: 500px; } .history h2 { text-align: center; } .history .loader { display: none; position: absolute; top: 0; bottom: 0; left: 0; right: 0; background-color: rgba(0, 0, 0, .2); } .history .loader.show { display: block; } .history .loader-inner { border: 16px solid #f3f3f3; border-radius: 50%; border-top: 16px solid #3498db; width: 120px; height: 120px; -webkit-animation: spin 1s linear infinite; /* Safari */ animation: spin 1s linear infinite; left: 50%; top: 50%; position: absolute; } @-webkit-keyframes spin { 0% { -webkit-transform: translate(-50%, -50%) rotate(0deg) } 100% { -webkit-transform: translate(-50%, -50%) rotate(360deg) } } @keyframes spin { 0% { transform: translate(-50%, -50%) rotate(0deg); } 100% { transform: translate(-50%, -50%) rotate(360deg) } } .history table td, .history table th { text-align: center; } @media screen and (min-width: 992px) { .history table { width: auto; margin: 0 auto; } .history table td, .history table th { min-width: 300px; } } .flag { display: inline-block; width: 48px; height: 48px; background: url(../assets/flags.png); } .flag.flag-us { background-position: -48px -48px; } .flag.flag-gb { background-position: -48px 0; } .flag.flag-hk { background-position: 0 -48px; } .flag.flag-eu { background-position: 0 0; }
0.62601
0.083441
*{ padding:0; margin:0; box-sizing: border-box; } /* NavBar */ .myNav{ display: flex; justify-content: space-around; align-items: center; min-height: 15vh; max-height: 20vh; background-color: #BADCAD; font-size: 20px; font-family: 'Poppins', sans-serif; } .uLinks{ width:65%; text-align: right; z-index: 99999999; } .uLinksList{ list-style: none; display: inline; padding:2%; } .uLinksListElement{ text-decoration: none; color:black; font-size:14px; letter-spacing: 2px; font-weight: bold; } /* Logo */ .companyName{ letter-spacing: 3px; color:#008037; font-size:22px; } .logoBox{ font-weight: bold; display: flex; align-items: center; align-items: left; width: 30%; max-height: 20vh; } .logo{ width:75px; height: 75px; } /* Toggle button */ .burger div{ width: 30px; height:3px; background-color:black; margin:5px; } .burger{ display: none; } /* Responsive NavBar */ @media screen and (max-width: 1100px){ .companyName{ letter-spacing: 2px; color:#008037; font-size:18px; } } @media screen and (max-width: 1000px){ .uLinks{ position: absolute; right:0px; height: 110%; top:15vh; background-color: #BADCAD; display: flex; flex-direction: column; align-items: center; border-top :1px solid rgba(0,0,0,.5); } .uLinksList{ width: 100%; border-bottom :1px solid rgba(0,0,0,.5); padding-bottom: 10%; padding-top: 10%; text-align: center; } .burger{ display: block; width:10%; } .uLinks{ display:none; } .uLinks.active{ display:flex; } .logoBox{ width: 85%; } } /* CONTENU */ #con{ background-color:#ECE7DF; min-height: 70%; } .contenu{ padding:2%; padding-left:5%; font-family: 'Poppins', sans-serif; } .title{ padding:1%; text-align: center; letter-spacing: 5px; font-size:36px; } .button { background-color:#FFDE59; /* #FF914D */ border-radius: 10px; border: black solid 1px; padding: 6px 9px; text-align: center; text-decoration: none; margin-right:30px; color:black; font-size:12px; letter-spacing: 2px; font-weight: bold; } .treeImage{ width: 90%; height: 100%; align-content: center; vertical-align: middle; } .imgArbresContainer{ display: grid; grid-template-columns: auto auto auto; } .imgContainer{ position:relative; } /* Text Hover */ .textHover{ position: absolute; overflow: hidden; background-color: white; top:0; bottom: 0; left:0; right:0; width:430px; height: 300px; opacity: 0; font-weight: bold; text-align: center; } .textHover h4{ position: absolute; top:40%; width: 100%; color: black; vertical-align: middle; letter-spacing: 4px; font-weight: bold; font-size:30px; } .textHover p{ position: absolute; top:50%; width: 100%; color: black; vertical-align: middle; letter-spacing: 2px; font-size:14px; padding:5%; } .imgContainer:hover .textHover{ opacity: 0.8; } .contenu h3{ font-weight: normal; letter-spacing: 2px; padding-left:2%; font-size: 24px; } /* Responsive Grid*/ @media screen and (max-width: 800px){ .imgArbresContainer{ grid-template-columns: auto; } } /* PIED*/ .pied{ background-color:#153A2D; height:150px; color:#AACC9C; padding:4%; font-size:20px; letter-spacing: 2px; } /* TREE DESCRIPTIONS*/ .cont{ padding:5%; padding-left:7%; padding-right:7%; display: grid; grid-template-columns: 50% 50%; letter-spacing: 1px; font-family: 'Lato', sans-serif; } .description{ padding-left:15%; padding-right:10%; } .description li{ padding-bottom: 5px; padding-top: 6px; } .prix{ font-size: 16px; padding-bottom: 27px; } .imageDescriptionBox{ text-align: center; } .photoDescription{ width:100%; position: relative; top: 50%; transform: translateY(-50%); } @media screen and (max-width: 800px){ .cont{ grid-template-columns: 100%; } } /* Secondary theme*/ .secondTheme{ color:white; }
ProjetFinal-MarinaFernandez-LouisPPotvin/public/css/productStyle.css
*{ padding:0; margin:0; box-sizing: border-box; } /* NavBar */ .myNav{ display: flex; justify-content: space-around; align-items: center; min-height: 15vh; max-height: 20vh; background-color: #BADCAD; font-size: 20px; font-family: 'Poppins', sans-serif; } .uLinks{ width:65%; text-align: right; z-index: 99999999; } .uLinksList{ list-style: none; display: inline; padding:2%; } .uLinksListElement{ text-decoration: none; color:black; font-size:14px; letter-spacing: 2px; font-weight: bold; } /* Logo */ .companyName{ letter-spacing: 3px; color:#008037; font-size:22px; } .logoBox{ font-weight: bold; display: flex; align-items: center; align-items: left; width: 30%; max-height: 20vh; } .logo{ width:75px; height: 75px; } /* Toggle button */ .burger div{ width: 30px; height:3px; background-color:black; margin:5px; } .burger{ display: none; } /* Responsive NavBar */ @media screen and (max-width: 1100px){ .companyName{ letter-spacing: 2px; color:#008037; font-size:18px; } } @media screen and (max-width: 1000px){ .uLinks{ position: absolute; right:0px; height: 110%; top:15vh; background-color: #BADCAD; display: flex; flex-direction: column; align-items: center; border-top :1px solid rgba(0,0,0,.5); } .uLinksList{ width: 100%; border-bottom :1px solid rgba(0,0,0,.5); padding-bottom: 10%; padding-top: 10%; text-align: center; } .burger{ display: block; width:10%; } .uLinks{ display:none; } .uLinks.active{ display:flex; } .logoBox{ width: 85%; } } /* CONTENU */ #con{ background-color:#ECE7DF; min-height: 70%; } .contenu{ padding:2%; padding-left:5%; font-family: 'Poppins', sans-serif; } .title{ padding:1%; text-align: center; letter-spacing: 5px; font-size:36px; } .button { background-color:#FFDE59; /* #FF914D */ border-radius: 10px; border: black solid 1px; padding: 6px 9px; text-align: center; text-decoration: none; margin-right:30px; color:black; font-size:12px; letter-spacing: 2px; font-weight: bold; } .treeImage{ width: 90%; height: 100%; align-content: center; vertical-align: middle; } .imgArbresContainer{ display: grid; grid-template-columns: auto auto auto; } .imgContainer{ position:relative; } /* Text Hover */ .textHover{ position: absolute; overflow: hidden; background-color: white; top:0; bottom: 0; left:0; right:0; width:430px; height: 300px; opacity: 0; font-weight: bold; text-align: center; } .textHover h4{ position: absolute; top:40%; width: 100%; color: black; vertical-align: middle; letter-spacing: 4px; font-weight: bold; font-size:30px; } .textHover p{ position: absolute; top:50%; width: 100%; color: black; vertical-align: middle; letter-spacing: 2px; font-size:14px; padding:5%; } .imgContainer:hover .textHover{ opacity: 0.8; } .contenu h3{ font-weight: normal; letter-spacing: 2px; padding-left:2%; font-size: 24px; } /* Responsive Grid*/ @media screen and (max-width: 800px){ .imgArbresContainer{ grid-template-columns: auto; } } /* PIED*/ .pied{ background-color:#153A2D; height:150px; color:#AACC9C; padding:4%; font-size:20px; letter-spacing: 2px; } /* TREE DESCRIPTIONS*/ .cont{ padding:5%; padding-left:7%; padding-right:7%; display: grid; grid-template-columns: 50% 50%; letter-spacing: 1px; font-family: 'Lato', sans-serif; } .description{ padding-left:15%; padding-right:10%; } .description li{ padding-bottom: 5px; padding-top: 6px; } .prix{ font-size: 16px; padding-bottom: 27px; } .imageDescriptionBox{ text-align: center; } .photoDescription{ width:100%; position: relative; top: 50%; transform: translateY(-50%); } @media screen and (max-width: 800px){ .cont{ grid-template-columns: 100%; } } /* Secondary theme*/ .secondTheme{ color:white; }
0.181771
0.040313
*{ box-sizing: border-box; padding: 0; margin: 0; } body{ height: 100vh; width: 100%; display: flex; justify-content: center; align-items: center; } .card{ position: relative; width: 270px; height: 365px; box-shadow: 0px 15px 30px rgba(0,0,0,0.2); font-family: Verdana; text-align: center; overflow: hidden; } .img-wrapper{ height: 265px; display: flex; justify-content: center; align-items: center; transition: all .6s; } .img-wrapper img{ width: 75% } .card:hover .img-wrapper{ transform-origin: top; transform: scale(0.6) translateY(20px); } .content-wrapper{ transition: all .6s; } .card:hover .content-wrapper{ transform: translateY(-100px); } .inner-content-wrapper{ transition: all .6s; } .card:hover .inner-content-wrapper{ transform: translateY(-40px); } .title{ margin: 15px 0 20px 0; } .card:hover .title{ color: #fe6c2d; } .price{ margin-bottom: 20px; color: #fe6c2d; letter-spacing: 1px; transition: all .4s; } .card:hover .price{ opacity: 0; } .sizes{ margin-bottom: 20px; opacity: 0; transition: all .4s; } .card:hover .sizes{ opacity: 1; } .sizes span:not(.active){ cursor: pointer; } .sizes span.active{ color: #ddd; } .colors{ display: flex; justify-content: center; margin-bottom: 20px; opacity: 0; transition: all .4s; } .card:hover .colors{ opacity: 1; } .color{ width: 15px; height: 15px; background: black; margin: 0 2px; border-radius: 50%; cursor: pointer; transition: all .2s; } .color:hover{ border: 1px solid #fe6c2d; transform: scale(1.3); } .color1{ background-color: #dd2f3f; } .color2{ background-color: #111111; } .color3{ background-color: #3db2ff; } .color4{ background-color: #32d767; } .icons{ width: 70%; display: flex; justify-content: space-evenly; align-items: center; padding-top: 20px; margin: 0 auto; border-top: 1px solid rgba(0,0,0,0.05); opacity: 0; transition: all .4s; } .card:hover .icons{ opacity: 1; } .icon{ font-size: 22px; cursor: pointer; transition: all .4s; } .icon:hover{ color: #fe6c2d; transform: scale(1.2); opacity: 1; } .price-corner::before{ content: '39,99 €'; background: #fe6c2d; display: flex; justify-content: center; width: 130px; align-items: center; position: absolute; letter-spacing: 1px; transform-origin: top; padding-top: 20px; right: -115px; height: 40px; top: -50px; transform: rotate(45deg); z-index: 1; transition: all .5s; } .card:hover .price-corner::before{ padding-top: 96px; }
style.css
*{ box-sizing: border-box; padding: 0; margin: 0; } body{ height: 100vh; width: 100%; display: flex; justify-content: center; align-items: center; } .card{ position: relative; width: 270px; height: 365px; box-shadow: 0px 15px 30px rgba(0,0,0,0.2); font-family: Verdana; text-align: center; overflow: hidden; } .img-wrapper{ height: 265px; display: flex; justify-content: center; align-items: center; transition: all .6s; } .img-wrapper img{ width: 75% } .card:hover .img-wrapper{ transform-origin: top; transform: scale(0.6) translateY(20px); } .content-wrapper{ transition: all .6s; } .card:hover .content-wrapper{ transform: translateY(-100px); } .inner-content-wrapper{ transition: all .6s; } .card:hover .inner-content-wrapper{ transform: translateY(-40px); } .title{ margin: 15px 0 20px 0; } .card:hover .title{ color: #fe6c2d; } .price{ margin-bottom: 20px; color: #fe6c2d; letter-spacing: 1px; transition: all .4s; } .card:hover .price{ opacity: 0; } .sizes{ margin-bottom: 20px; opacity: 0; transition: all .4s; } .card:hover .sizes{ opacity: 1; } .sizes span:not(.active){ cursor: pointer; } .sizes span.active{ color: #ddd; } .colors{ display: flex; justify-content: center; margin-bottom: 20px; opacity: 0; transition: all .4s; } .card:hover .colors{ opacity: 1; } .color{ width: 15px; height: 15px; background: black; margin: 0 2px; border-radius: 50%; cursor: pointer; transition: all .2s; } .color:hover{ border: 1px solid #fe6c2d; transform: scale(1.3); } .color1{ background-color: #dd2f3f; } .color2{ background-color: #111111; } .color3{ background-color: #3db2ff; } .color4{ background-color: #32d767; } .icons{ width: 70%; display: flex; justify-content: space-evenly; align-items: center; padding-top: 20px; margin: 0 auto; border-top: 1px solid rgba(0,0,0,0.05); opacity: 0; transition: all .4s; } .card:hover .icons{ opacity: 1; } .icon{ font-size: 22px; cursor: pointer; transition: all .4s; } .icon:hover{ color: #fe6c2d; transform: scale(1.2); opacity: 1; } .price-corner::before{ content: '39,99 €'; background: #fe6c2d; display: flex; justify-content: center; width: 130px; align-items: center; position: absolute; letter-spacing: 1px; transform-origin: top; padding-top: 20px; right: -115px; height: 40px; top: -50px; transform: rotate(45deg); z-index: 1; transition: all .5s; } .card:hover .price-corner::before{ padding-top: 96px; }
0.445288
0.058078
background-color: white; } .g-content { margin: 0; } .g-doc { height: calc(100% - 60px) !important; } .song-table { padding: 0; } .song-table .header-row th { background: linear-gradient(0deg, #f1f1f1, #d8d8d8); border-bottom: 1px solid #CCCCCC; height: 26px; text-transform: none; border-right: 1px solid #BABABA; border-left: 1px solid #EAEAEA; } .song-row:nth-child(odd) td { background-color: #F4F7FB !important; } .song-row img { height: 26px !important; width: 26px !important; visibility: hidden; } .song-row .song-indicator { width: 32px !important; height: 26px !important; } .song-row .song-indicator[data-playback-status="loading"] { background-position: -4px -7px; } .song-row .song-indicator[data-playback-status="paused"] { background-position: -404px -2193px; } .song-row td { height: 26px; min-height: 26px; max-height: 26px; line-height: 26px; border: none; font-size: 12px; color: black; border-right: 1px solid #EAEAEA; cursor: default; background-color: white !important } .song-row.selected-song-row td { color: white !important; background-color: #6396E1 !important; background-color: #ff8200 !important; } .song-row.selected-song-row .song-indicator { -webkit-filter: brightness(0%) invert(100%); background-color: transparent; } .song-row .hover-button[data-id=play] { height: 26px; width: 26px; } .song-row .hover-button { margin-top: 1px; } .song-row .explicit { margin-top: 8px; } .song-row .rating-container.thumbs [data-rating] { margin-top: 0px; } .song-row [data-col="rating"][data-rating="5"] { background-position: -3834px -21px; } .song-row [data-col="rating"][data-rating="1"], .song-row [data-col="rating"][data-rating="2"] { background-position: -1164px -2125px; } .song-row .hover-button[data-id=play] { height: 26px !important; width: 26px !important; background-position: -1377px -1367px; display: none; } .song-row .hover-button[data-id="menu"], .song-row .hover-button[data-id="menu"]:hover { margin: 1px 0 0 0; border: none; border-radius: 0; } .song-row.selected-song-row .hover-button[data-id="menu"] { background-color: transparent !important; -webkit-filter: brightness(20%) invert(100%); } .music-banner { display: none; } #nav { top: 0; background-color: #DBDFE7; border-right: 1px solid #999999; border-top: 1px solid #CCCCCC; width: auto; margin: 0; } #nav_collections .nav-item-container, .nav-item-container { font-size: 13px !important; font-weight: 400 !important; color: #333 !important; height: 26px !important; line-height: 26px !important; cursor: default !important; } #nav_collections .nav-item-container.selected, .nav-item-container.selected, .nav-item-container.selected:focus, .nav-item-container.selected:hover { background: linear-gradient(0deg, #6482a4, #96b5d8) !important; background: linear-gradient(0deg, #ff7d00, #ff9d20) !important; color: white !important; font-weight: 500; } .nav-item-container:hover { background: none; } .nav-section-header { padding-left: 10px; font-weight: bold; color: #66717F; text-shadow: 0px 1px 0px #FCFAFF; } .nav-section-divider { display: none; } .nav-item-container:hover .playlistDropDown, .nav-item-container:hover .playlistDropDown:hover, .nav-item-container.selected .playlistDropDown, .nav-item-container.selected .playlistDropDown:hover { background-color: transparent !important; margin-top: 1px !important; } .nav-item-container.selected .playlistDropDown, .nav-item-container.selected .playlistDropDown:hover { -webkit-filter: brightness(20%) invert(100%); } .nav-bar .header-tab-title.selected { border: 1px solid #aaa; border-radius: 20px; background-image: linear-gradient(0deg, #f8f8f8, #e0e0e0); box-shadow: inset 0px 1px 1px #bbb; } .nav-bar .header-tab-title { height: 28px; line-height: 29px; margin-top: 8px; cursor: default; } .nav-bar .header-tab-title:hover { background-color: transparent; } .nav-bar #breadcrumbs { background: none; } .nav-bar { background-image: linear-gradient(0deg, #f8f8f8, #ffffff); } .fade-out:after { background: none !important; } #player, .player-middle { background: linear-gradient(0deg, #b5b5b5, #efefef); border-top: 1px solid #a0a0a0; } .player-middle { padding: 3px 0 0 0; margin: 0; } #player .flat-button, #player .flat-button:hover, #player .flat-button:active { background-color: transparent !important; } .now-playing-menu-wrapper { background: none; } #player [data-id="now-playing-menu"] { border: none; } #player .rating-container.thumbs li.selected:hover, #player .rating-container.thumbs li:hover { background-color: transparent; } #volume:hover, #volume.simulated-hover { background: none !important; } #volume #vslider, #volume #volume_low, #volume #volume_high { opacity: 1 !important; } #oneGoogleWrapper > div:first-child > div { background: linear-gradient(0deg, #b5b5b5, #d5d5d5 50%, #e5e5e5); border-bottom: 1px solid #606060; height: 59px; } .gbqfqw { border-radius: 15px; border-color: #808080; box-shadow: inset 0px 2px 3px #aaa; border-right-width: 1px } #gbqfb { width: 24px; min-width: 24px; margin-left: -30px; position: absolute; height: 24px; margin-top: 4px; background: none; } .gbqfi.gb_g { width: 24px; height: 24px; background-position: -211px -246px; -webkit-filter: invert(66%); } #gbqfb:active { background: none; box-shadow: none; -webkit-filter: brightness(0%); } #gbqfq { margin-top: 5px !important; padding-left: 2px !important; font-size: 14px !important; } div.simple-dialog-bg { opacity: 0.01 !important; background-color: transparent; } .simple-dialog { top: 60px !important; background-color: rgba(240,240,240,0.98); border-radius: 0 0 5px 5px; border-top-width: 0; } .simple-dialog-title, .simple-dialog-content { background-color: transparent; } .simple-dialog { -webkit-animation-duration: 0.8s; -webkit-animation-name: slidedown; -webkit-animation-timing-function:ease-out; overflow: hidden; top: 60px !important; border-radius: 0 0 5px 5px; border-top-width: 0; } @-webkit-keyframes slidedown { from { max-height: 0%; } to { max-height: 100%; } } .butter-bar-container { top: 0; }
google-music-mac/css/cocoa.css
background-color: white; } .g-content { margin: 0; } .g-doc { height: calc(100% - 60px) !important; } .song-table { padding: 0; } .song-table .header-row th { background: linear-gradient(0deg, #f1f1f1, #d8d8d8); border-bottom: 1px solid #CCCCCC; height: 26px; text-transform: none; border-right: 1px solid #BABABA; border-left: 1px solid #EAEAEA; } .song-row:nth-child(odd) td { background-color: #F4F7FB !important; } .song-row img { height: 26px !important; width: 26px !important; visibility: hidden; } .song-row .song-indicator { width: 32px !important; height: 26px !important; } .song-row .song-indicator[data-playback-status="loading"] { background-position: -4px -7px; } .song-row .song-indicator[data-playback-status="paused"] { background-position: -404px -2193px; } .song-row td { height: 26px; min-height: 26px; max-height: 26px; line-height: 26px; border: none; font-size: 12px; color: black; border-right: 1px solid #EAEAEA; cursor: default; background-color: white !important } .song-row.selected-song-row td { color: white !important; background-color: #6396E1 !important; background-color: #ff8200 !important; } .song-row.selected-song-row .song-indicator { -webkit-filter: brightness(0%) invert(100%); background-color: transparent; } .song-row .hover-button[data-id=play] { height: 26px; width: 26px; } .song-row .hover-button { margin-top: 1px; } .song-row .explicit { margin-top: 8px; } .song-row .rating-container.thumbs [data-rating] { margin-top: 0px; } .song-row [data-col="rating"][data-rating="5"] { background-position: -3834px -21px; } .song-row [data-col="rating"][data-rating="1"], .song-row [data-col="rating"][data-rating="2"] { background-position: -1164px -2125px; } .song-row .hover-button[data-id=play] { height: 26px !important; width: 26px !important; background-position: -1377px -1367px; display: none; } .song-row .hover-button[data-id="menu"], .song-row .hover-button[data-id="menu"]:hover { margin: 1px 0 0 0; border: none; border-radius: 0; } .song-row.selected-song-row .hover-button[data-id="menu"] { background-color: transparent !important; -webkit-filter: brightness(20%) invert(100%); } .music-banner { display: none; } #nav { top: 0; background-color: #DBDFE7; border-right: 1px solid #999999; border-top: 1px solid #CCCCCC; width: auto; margin: 0; } #nav_collections .nav-item-container, .nav-item-container { font-size: 13px !important; font-weight: 400 !important; color: #333 !important; height: 26px !important; line-height: 26px !important; cursor: default !important; } #nav_collections .nav-item-container.selected, .nav-item-container.selected, .nav-item-container.selected:focus, .nav-item-container.selected:hover { background: linear-gradient(0deg, #6482a4, #96b5d8) !important; background: linear-gradient(0deg, #ff7d00, #ff9d20) !important; color: white !important; font-weight: 500; } .nav-item-container:hover { background: none; } .nav-section-header { padding-left: 10px; font-weight: bold; color: #66717F; text-shadow: 0px 1px 0px #FCFAFF; } .nav-section-divider { display: none; } .nav-item-container:hover .playlistDropDown, .nav-item-container:hover .playlistDropDown:hover, .nav-item-container.selected .playlistDropDown, .nav-item-container.selected .playlistDropDown:hover { background-color: transparent !important; margin-top: 1px !important; } .nav-item-container.selected .playlistDropDown, .nav-item-container.selected .playlistDropDown:hover { -webkit-filter: brightness(20%) invert(100%); } .nav-bar .header-tab-title.selected { border: 1px solid #aaa; border-radius: 20px; background-image: linear-gradient(0deg, #f8f8f8, #e0e0e0); box-shadow: inset 0px 1px 1px #bbb; } .nav-bar .header-tab-title { height: 28px; line-height: 29px; margin-top: 8px; cursor: default; } .nav-bar .header-tab-title:hover { background-color: transparent; } .nav-bar #breadcrumbs { background: none; } .nav-bar { background-image: linear-gradient(0deg, #f8f8f8, #ffffff); } .fade-out:after { background: none !important; } #player, .player-middle { background: linear-gradient(0deg, #b5b5b5, #efefef); border-top: 1px solid #a0a0a0; } .player-middle { padding: 3px 0 0 0; margin: 0; } #player .flat-button, #player .flat-button:hover, #player .flat-button:active { background-color: transparent !important; } .now-playing-menu-wrapper { background: none; } #player [data-id="now-playing-menu"] { border: none; } #player .rating-container.thumbs li.selected:hover, #player .rating-container.thumbs li:hover { background-color: transparent; } #volume:hover, #volume.simulated-hover { background: none !important; } #volume #vslider, #volume #volume_low, #volume #volume_high { opacity: 1 !important; } #oneGoogleWrapper > div:first-child > div { background: linear-gradient(0deg, #b5b5b5, #d5d5d5 50%, #e5e5e5); border-bottom: 1px solid #606060; height: 59px; } .gbqfqw { border-radius: 15px; border-color: #808080; box-shadow: inset 0px 2px 3px #aaa; border-right-width: 1px } #gbqfb { width: 24px; min-width: 24px; margin-left: -30px; position: absolute; height: 24px; margin-top: 4px; background: none; } .gbqfi.gb_g { width: 24px; height: 24px; background-position: -211px -246px; -webkit-filter: invert(66%); } #gbqfb:active { background: none; box-shadow: none; -webkit-filter: brightness(0%); } #gbqfq { margin-top: 5px !important; padding-left: 2px !important; font-size: 14px !important; } div.simple-dialog-bg { opacity: 0.01 !important; background-color: transparent; } .simple-dialog { top: 60px !important; background-color: rgba(240,240,240,0.98); border-radius: 0 0 5px 5px; border-top-width: 0; } .simple-dialog-title, .simple-dialog-content { background-color: transparent; } .simple-dialog { -webkit-animation-duration: 0.8s; -webkit-animation-name: slidedown; -webkit-animation-timing-function:ease-out; overflow: hidden; top: 60px !important; border-radius: 0 0 5px 5px; border-top-width: 0; } @-webkit-keyframes slidedown { from { max-height: 0%; } to { max-height: 100%; } } .butter-bar-container { top: 0; }
0.494873
0.098036
.submission { margin-left:auto; margin-right:auto; text-align:center; width:50%; } .alert-box { width:50%; margin:20px auto; border-radius:10px } .result_metadata { border:0; float:left; } #form h1, #form h2, #form h3, #form h4, #form h5, #form h6 { display:inline; } .section>h2 { display:inline; } .section { margin-bottom:25px; width:100%; display:table; } .subsection { padding:10px 0 10px 25px; width:95%; } .pair_div { width:75%; display:table; border:1px solid silver; padding:5px; margin:2px 0; } .add { display:inline; margin-right:10px; } /* **************************************** ORBEON XFORM SPECIFIC STYLE **************************************** */ .orbeon .xforms-control { margin-bottom: 10px; } .orbeon .xforms-label { font-weight: bold; display: inline-block; min-width: 9em } .orbeon .xforms-select1-appearance-full .xforms-label { vertical-align: top } .orbeon .xforms-input input[type=text], .orbeon .xforms-textarea textarea, .orbeon .xforms-select1 select { width: 20em; margin-bottom: 2px; } .orbeon .checkbox input { width: 5em; margin-bottom: 2px; } .orbeon .xforms-repeat-selected-item-1 .form-td { background-color: #f5f5f5 } .orbeon .xforms-items { display: inline-block } .trigger_container { margin-bottom:20px; } .xforms-trigger-appearance-minimal img { vertical-align: middle } .xforms-output { margin:0; } .orbeon .xforms-output output[role=textbox] { display:inline; font-size:inherit; border:none; background-color:white; cursor:default; white-space:normal; } .xforms-trigger { text-decoration:none; } .xforms-repeat-selected-item-1, .xforms-repeat-selected-item-2, .xforms-repeat-selected-item-3, .xforms-repeat-selected-item-4 { background:inherit; } .xforms-repeat-selected-item-2 { background:none; } .xxforms-dialog-body>a, .xxforms-dialog-body>span { width:100px; } .xbl-component { margin:5px 0; } /* **************************************** PAGINATION **************************************** */ .paging_div { width:100%; display:table; padding-top:10px; padding-bottom:10px; } .pagingBtn, .pagingSep { padding:2px; text-decoration:none; } .pagingBtn { font-weight:bold; } .pagingBtn:hover { background-color:#DDDDDD; text-decoration:underline; } /* **************************************** LAYOUT FORM **************************************** */ .layout-image-container { margin:80px; text-align:center; } .layout-image { background-color:silver; border:1px solid gray; padding:10px 0; }
xforms/css/xforms.css
.submission { margin-left:auto; margin-right:auto; text-align:center; width:50%; } .alert-box { width:50%; margin:20px auto; border-radius:10px } .result_metadata { border:0; float:left; } #form h1, #form h2, #form h3, #form h4, #form h5, #form h6 { display:inline; } .section>h2 { display:inline; } .section { margin-bottom:25px; width:100%; display:table; } .subsection { padding:10px 0 10px 25px; width:95%; } .pair_div { width:75%; display:table; border:1px solid silver; padding:5px; margin:2px 0; } .add { display:inline; margin-right:10px; } /* **************************************** ORBEON XFORM SPECIFIC STYLE **************************************** */ .orbeon .xforms-control { margin-bottom: 10px; } .orbeon .xforms-label { font-weight: bold; display: inline-block; min-width: 9em } .orbeon .xforms-select1-appearance-full .xforms-label { vertical-align: top } .orbeon .xforms-input input[type=text], .orbeon .xforms-textarea textarea, .orbeon .xforms-select1 select { width: 20em; margin-bottom: 2px; } .orbeon .checkbox input { width: 5em; margin-bottom: 2px; } .orbeon .xforms-repeat-selected-item-1 .form-td { background-color: #f5f5f5 } .orbeon .xforms-items { display: inline-block } .trigger_container { margin-bottom:20px; } .xforms-trigger-appearance-minimal img { vertical-align: middle } .xforms-output { margin:0; } .orbeon .xforms-output output[role=textbox] { display:inline; font-size:inherit; border:none; background-color:white; cursor:default; white-space:normal; } .xforms-trigger { text-decoration:none; } .xforms-repeat-selected-item-1, .xforms-repeat-selected-item-2, .xforms-repeat-selected-item-3, .xforms-repeat-selected-item-4 { background:inherit; } .xforms-repeat-selected-item-2 { background:none; } .xxforms-dialog-body>a, .xxforms-dialog-body>span { width:100px; } .xbl-component { margin:5px 0; } /* **************************************** PAGINATION **************************************** */ .paging_div { width:100%; display:table; padding-top:10px; padding-bottom:10px; } .pagingBtn, .pagingSep { padding:2px; text-decoration:none; } .pagingBtn { font-weight:bold; } .pagingBtn:hover { background-color:#DDDDDD; text-decoration:underline; } /* **************************************** LAYOUT FORM **************************************** */ .layout-image-container { margin:80px; text-align:center; } .layout-image { background-color:silver; border:1px solid gray; padding:10px 0; }
0.292899
0.108142
html, .wrap { min-height: 100%; height: auto; margin: 0 auto -60px; padding: 0 0 0px; } .wrap > .container { padding: 70px 15px 20px; } .footer { height: 60px; background-color: #f5f5f5; border-top: 1px solid #ddd; padding-top: 20px; } .jumbotron { text-align: center; background-color: transparent; } .jumbotron .btn { font-size: 21px; padding: 14px 24px; } .not-set { color: #c55; font-style: italic; } /* add sorting icons to gridview sort links */ a.asc:after, a.desc:after { position: relative; top: 1px; display: inline-block; font-family: 'Glyphicons Halflings'; font-style: normal; font-weight: normal; line-height: 1; padding-left: 5px; } a.asc:after { content: /*"\e113"*/ "\e151"; } a.desc:after { content: /*"\e114"*/ "\e152"; } .sort-numerical a.asc:after { content: "\e153"; } .sort-numerical a.desc:after { content: "\e154"; } .sort-ordinal a.asc:after { content: "\e155"; } .sort-ordinal a.desc:after { content: "\e156"; } .grid-view th { white-space: nowrap; } .hint-block { display: block; margin-top: 5px; color: #999; } .error-summary { color: #a94442; background: #fdf7f7; border-left: 3px solid #eed3d7; padding: 10px 20px; margin: 0 0 15px 0; } /* align the logout "link" (button in form) of the navbar */ .nav li > form > button.logout { padding: 15px; border: none; } @media (max-width: 767px) { .nav li > form > button.logout { display: block; text-align: left; width: 100%; padding: 10px 15px; } } .nav > li > form > button.logout:focus, .nav > li > form > button.logout:hover { text-decoration: none; } .nav > li > form > button.logout:focus { outline: none; } :root { --value: 40%; --back-color: #EBECF0; } body { background-color: var(--back-color); text-align: center; justify-content: center; } .btn:focus { outline: none !important; } .neumorphic-btn { font-size: 20px; border: none; padding: 10px 40px; border-radius: 40px; color: #6D7587; background-color: var(--back-color); /*box-shadow: 3px 4px 6px 1px rgba(0, 0, 0, 0.3), -2px -2px 4px 2px rgba(255, 255, 255, 1), inset -14px -14px 20px -10px rgba(0, 0, 0, 0.1), inset 14px 14px 20px -10px rgba(255, 255, 255, 0.5) !important; */ box-shadow: 7px 7px 15px rgba(55, 84, 170, .15), -7px -7px 20px rgba(255, 255, 255, 1), inset 0px 0px 4px rgba(255, 255, 255, .2), inset 7px 7px 15px rgba(55, 84, 170, 0), inset -7px -7px 20px rgba(255, 255, 255, 0), 0px 0px 4px rgba(255, 255, 255, 0) !important; transition: box-shadow .25s ease !important; } .neumorphic-btn:active { box-shadow: 7px 7px 15px rgba(55, 84, 170, .15), -7px -7px 20px rgba(255, 255, 255, 1), inset 0px 0px 4px rgba(255, 255, 255, 0), inset 7px 7px 15px rgba(55, 84, 170, .15), inset -7px -7px 20px rgba(255, 255, 255, 1), 0px 0px 4px rgba(255, 255, 255, .2) !important; } .neumorphic-progress, .neumorphic-slider { width: 260px; margin: auto; } .neumorphic-progress__back, .neumorphic-slider__back { height: 24px; background-color: var(--back-color); border-radius: 10px; border: 4px solid #f3f4f7; box-shadow: 7px 7px 15px rgba(55, 84, 170, .15), -7px -7px 20px rgba(255, 255, 255, 1), inset 0px 0px 4px rgba(255, 255, 255, 0), inset 7px 7px 15px rgba(55, 84, 170, .15), inset -7px -7px 20px rgba(255, 255, 255, 1), 0px 0px 4px rgba(255, 255, 255, .2) !important; } .neumorphic-slider { width: 240px; } .neumorphic-slider__back { width: calc(100% + 20px); margin-left: -10px; } .neumorphic-progress__line { width: var(--value); height: 16px; background-color: #185BF1; margin-top: -20px; margin-left: 4px; border-radius: 8px; opacity: 1; animation: sliding 3s ease infinite; } @keyframes sliding { 0% { width: 0; } 100% { width: calc(100% - 8px); } } .neumorphic-slider { position: relative; } .neumorphic-slider__line { height: 16px; background-color: #185BF1; margin-top: -20px; margin-left: -6px; border-radius: 8px; opacity: 1; width: calc(var(--value) + 4px); } .neumorphic-slider__thumb { box-shadow: 7px 7px 15px rgba(55, 84, 170, .15), 0px 0px 15px rgba(55, 84, 170, .3); width: 20px; height: 20px; position: absolute; border-radius: 50%; background-color: var(--back-color); left: var(--value); top: 2px; margin-left: -10px; cursor: pointer; } .neumorphic-slider__popover { position: absolute; background-color: var(--back-color); left: var(--value); width: 60px; height: 40px; top: -60px; margin-left: -30px; box-shadow: 7px 7px 15px rgba(55, 84, 170, .15), -7px -7px 20px rgba(255, 255, 255, 1), 0px 0px 4px rgba(255, 255, 255, .2); color: #6D7587; padding: 8px 0; } .neumorphic-slider__popover::after { content: ''; position: absolute; width: 0; height: 0; bottom: -6px; left: 50%; margin-left: -6px; border-style: solid; border-width: 6px 6px 0 6px; border-color: var(--back-color) transparent transparent transparent; } .neumorphic-text { color: #a3aab9; margin: auto 30px; font-size: 22px; } .neumorphic-checkbox { padding: 20px; position: relative; margin: 0 5px; transition: all .25s ease; } .neumorphic-checkbox::after { content: ''; position: absolute; width: 14px; height: 14px; border-radius: 50%; border: 2px solid #a3aab9; background: transparent; top: 50%; left: 50%; transform: translate(-50%, -50%); transition: all .25s ease; } .neumorphic-checkbox_active { box-shadow: 7px 7px 15px rgba(55, 84, 170, .15), -7px -7px 20px rgba(255, 255, 255, 1), inset 0px 0px 4px rgba(255, 255, 255, 0), inset 7px 7px 15px rgba(55, 84, 170, .15), inset -7px -7px 20px rgba(255, 255, 255, 1), 0px 0px 4px rgba(255, 255, 255, .2) !important; } .neumorphic-checkbox_active::after { background-color: #a3aab9; } .neumorphic-card { display: block; background-color: var(--back-color); padding: 60px; box-shadow: 7px 7px 15px rgba(55, 84, 170, .15), -7px -7px 20px rgba(255, 255, 255, 1), 0px 0px 4px rgba(255, 255, 255, .2) !important; border-radius: 30px; max-width: 600px; width: min-content; } .neumorphic-card__title { color: #555F76; font-size: 22px; padding: 20px 0 10px; text-align: start; } .neumorphic-card__text { padding: 0 0 10px; text-align: start; color: #8D96A8; } .neumorphic-card__outer { background-color: #f3f4f7; border-radius: 10px; border: 5px solid #f3f4f7; box-shadow: 7px 7px 15px rgba(55, 84, 170, .15), -7px -7px 20px rgba(255, 255, 255, 1), 0px 0px 4px rgba(255, 255, 255, .2) !important; margin: -5px; } .neumorphic-label { color: #868b98; display: block; text-align: start; margin: 25px 10px 5px; } .neumorphic-input { background-color: var(--back-color); border-radius: 10px; border: 0px solid #f3f4f7; box-shadow: 2px 2px 3px rgb(235 236 240), inset 0px 0px 4px rgba(255, 255, 255, 0), inset 7px 7px 15px rgba(55, 84, 170, .15), inset -7px -7px 20px rgba(255, 255, 255, 1), 0px 0px 4px rgba(255, 255, 255, .2) !important; padding: 5px 15px; outline: none !important; color: #535D74; } .neumorphic-image { border-radius: 10px; } .neumorphic-image__wrapper { width: 100px; height: 100px; border-radius: 50% !important; overflow: hidden; margin: 0 auto; border: 2px solid var(--back-color); box-shadow: inset 0px 0px 4px rgba(255, 255, 255, 0), inset 3px 3px 5px rgba(55, 84, 170, .15), inset -3px -3px 5px rgba(255, 255, 255, .5), 0px 0px 4px rgba(255, 255, 255, .2) !important; } .neumorphic-image__placeholder { color: #565e74; font-size: 30px; padding: 25px 0 0 0; } .card-collection .neumorphic-card { display: inline-block; margin: 0 10px !important; } .neumorphic-outer { box-shadow: 7px 7px 15px rgba(55, 84, 170, .15), -7px -7px 20px rgba(255, 255, 255, 1), 0px 0px 4px rgba(255, 255, 255, .2) !important; background-color: var(--back-color); border-radius: 30px; } .neumorphic-inner { box-shadow: inset 0px 0px 4px rgba(255, 255, 255, 0), inset 7px 7px 15px rgba(55, 84, 170, .15), inset -7px -7px 20px rgba(255, 255, 255, 1), 0px 0px 4px rgba(255, 255, 255, .2) !important; border-radius: 10px; } .neumorphic-tab-container { display: flex; flex-direction: column; } .neumorphic-tab-container__controls { display: flex; border: 4px solid var(--back-color); width: min-content; background-color: var(--back-color); border-radius: 15px; margin-bottom: 15px; } .neumorphic-tab-container__control { padding: 10px 10px; color: #535D74; background-color: var(--back-color); box-shadow: inset 0px 0px 4px rgba(255, 255, 255, .2), inset 7px 7px 15px rgba(55, 84, 170, 0), inset -7px -7px 20px rgba(255, 255, 255, 0); transition: box-shadow .4s ease; cursor: pointer; } .neumorphic-tab-container__control:first-child { border-top-left-radius: 11px; border-bottom-left-radius: 11px; } .neumorphic-tab-container__control:last-child { border-top-right-radius: 11px; border-bottom-right-radius: 11px; } .neumorphic-tab-container__control_active { box-shadow: inset 0px 0px 4px rgba(255, 255, 255, 0), inset 7px 7px 15px rgba(55, 84, 170, .15), inset -7px -7px 20px rgba(255, 255, 255, 1); } .neumorphic-tab-container__tab { display: none; padding: 20px; } .neumorphic-tab-container__tab_shown { display: flex; } body { font-family: monospace !important; font-weight: bold !important; color: rgba(255, 255, 255, 0.6) !important; height: 100vh; } /* .box { position: absolute; margin: auto; top: 0; right: 0; bottom: 0; left: 0; } */ /* Background circles start */ .circle { position: absolute; border-radius: 50%; background: linear-gradient(120deg, #1D976C, #2c3e50); } .circles { position: absolute; height: 270px; width: 450px; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: -1; } .circle-1 { height: 300px; width: 300px; top: 100px; left: -50px; opacity: 0.8; animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92); animation-iteration-count: infinite; animation-name: float; -webkit-animation-name: float; animation-duration: 6s; -webkit-animation-duration: 6s; -webkit-animation-delay: 3.5s; animation-delay: 3.5s; animation-direction: alternate; } .circle-2 { height: 240px; width: 240px; bottom: 40px; right: -100px; opacity: 0.8; animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92); animation-iteration-count: infinite; animation-name: float; -webkit-animation-name: float; animation-duration: 6s; -webkit-animation-duration: 6s; -webkit-animation-delay: 2s; animation-delay: 2s; animation-direction: alternate; } /* Background circles end */ /* ANIMATIONS */ @keyframes explode { 0% { opacity: 1; } 100% { transform: scale(1.2); opacity: 0; } } @keyframes float { 0% { -webkit-transform: rotateX(0deg) translateY(0px); -moz-transform: rotateX(0deg) translateY(0px); -ms-transform: rotateX(0deg) translateY(0px); -o-transform: rotateX(0deg) translateY(0px); transform: rotateX(0deg) translateY(0px); } 50% { -webkit-transform: rotateX(0deg) translateY(1px) translateX(5px); -moz-transform: rotateX(0deg) translateY(10px) translateX(5px); -ms-transform: rotateX(0deg) translateY(30px) translateX(5px); -o-transform: rotateX(0deg) translateY(40px) translateX(5px); transform: rotateX(0deg) translateY(10px) translateX(5px); } 100% { -webkit-transform: rotateX(0deg) translateY(0px) translateX(1px); -moz-transform: rotateX(0deg) translateY(0px) translateX(1px); -ms-transform: rotateX(0deg) translateY(0px) translateX(1px); -o-transform: rotateX(0deg) translateY(0px) translateX(1px); transform: rotateX(0deg) translateY(0px) translateX(1px); } } .mdl { height: auto; width: 420px; position: absolute; top: 45%; left: 50%; transform: translate(-60%, -60%); } h1 { font-family: 'Poppins', sans-serif; font-size: 20px; font-weight: 300; padding-left: 30px; padding-bottom: 20px; color: #ffffff; width: 420px; line-height: 1.5em; text-align: left; } .blur { background: rgba(255, 255, 255, 0.1); backdrop-filter: blur(35px); box-shadow: 0 0 80px rgba(0, 0, 0, 0.25); overflow: hidden; } .expiration-date { font-family: 'Space Mono', monospace; padding: 0px 0px 0px 0px; margin-right: 60px; width: 80px; position: relative; display: inline-block; overflow: hidden; } .ccv { font-family: 'Space Mono', monospace; padding: 0px 0px 0px 0px; margin-right: 0px; width: 60px; position: relative; display: inline-block; overflow: hidden; } .custom-panel { padding: 15px; border-radius: 50px; background: #1c1c1c; box-shadow: 13px 13px 27px #151515, -13px -13px 27px #232323; } a { color: rgba(250, 250, 250, 0.6); } a:hover { color: rgba(10, 205, 189, 0.6); text-decoration: none; } .custom-btn { color: rgba(255, 255, 255, 0.6) !important; font-size: 14px; padding: 14px; border-radius: 50px; background: #1c1c1c; box-shadow: 13px 13px 27px #151515, -13px -13px 27px #232323; } .custom-btn:hover { color: rgba(10, 189, 205, 0.6) !important; border-radius: 50px; background: #1c1c1c; box-shadow: inset 13px 13px 27px #151515, inset -13px -13px 27px #232323; } a.asc:after { content: none; } a.desc:after { content: none; } .custom-table { color: rgba(255, 255, 255, 0.6) !important; } .custom-table tbody tr:hover { background: rgba(255, 255, 255, 0.15); } .custom-scroll-table { overflow: visible; } @media (max-width: 768px) { .custom-scroll-table { overflow: scroll !important; } } .custom-input { border: 0 !important; display: block; width: 100%; height: calc(1.5em + 0.75rem + 2px); padding: 0.375rem 0.75rem; font-size: 1rem; font-weight: 400; line-height: 1.5; color: rgba(175, 181, 189, 0.6); background-clip: padding-box; border-radius: 50px; background: #1c1c1c; box-shadow: inset 13px 13px 27px #151515, inset -13px -13px 27px #232323; } :focus-visible { outline: none; background: none; }
web/css/site.css
html, .wrap { min-height: 100%; height: auto; margin: 0 auto -60px; padding: 0 0 0px; } .wrap > .container { padding: 70px 15px 20px; } .footer { height: 60px; background-color: #f5f5f5; border-top: 1px solid #ddd; padding-top: 20px; } .jumbotron { text-align: center; background-color: transparent; } .jumbotron .btn { font-size: 21px; padding: 14px 24px; } .not-set { color: #c55; font-style: italic; } /* add sorting icons to gridview sort links */ a.asc:after, a.desc:after { position: relative; top: 1px; display: inline-block; font-family: 'Glyphicons Halflings'; font-style: normal; font-weight: normal; line-height: 1; padding-left: 5px; } a.asc:after { content: /*"\e113"*/ "\e151"; } a.desc:after { content: /*"\e114"*/ "\e152"; } .sort-numerical a.asc:after { content: "\e153"; } .sort-numerical a.desc:after { content: "\e154"; } .sort-ordinal a.asc:after { content: "\e155"; } .sort-ordinal a.desc:after { content: "\e156"; } .grid-view th { white-space: nowrap; } .hint-block { display: block; margin-top: 5px; color: #999; } .error-summary { color: #a94442; background: #fdf7f7; border-left: 3px solid #eed3d7; padding: 10px 20px; margin: 0 0 15px 0; } /* align the logout "link" (button in form) of the navbar */ .nav li > form > button.logout { padding: 15px; border: none; } @media (max-width: 767px) { .nav li > form > button.logout { display: block; text-align: left; width: 100%; padding: 10px 15px; } } .nav > li > form > button.logout:focus, .nav > li > form > button.logout:hover { text-decoration: none; } .nav > li > form > button.logout:focus { outline: none; } :root { --value: 40%; --back-color: #EBECF0; } body { background-color: var(--back-color); text-align: center; justify-content: center; } .btn:focus { outline: none !important; } .neumorphic-btn { font-size: 20px; border: none; padding: 10px 40px; border-radius: 40px; color: #6D7587; background-color: var(--back-color); /*box-shadow: 3px 4px 6px 1px rgba(0, 0, 0, 0.3), -2px -2px 4px 2px rgba(255, 255, 255, 1), inset -14px -14px 20px -10px rgba(0, 0, 0, 0.1), inset 14px 14px 20px -10px rgba(255, 255, 255, 0.5) !important; */ box-shadow: 7px 7px 15px rgba(55, 84, 170, .15), -7px -7px 20px rgba(255, 255, 255, 1), inset 0px 0px 4px rgba(255, 255, 255, .2), inset 7px 7px 15px rgba(55, 84, 170, 0), inset -7px -7px 20px rgba(255, 255, 255, 0), 0px 0px 4px rgba(255, 255, 255, 0) !important; transition: box-shadow .25s ease !important; } .neumorphic-btn:active { box-shadow: 7px 7px 15px rgba(55, 84, 170, .15), -7px -7px 20px rgba(255, 255, 255, 1), inset 0px 0px 4px rgba(255, 255, 255, 0), inset 7px 7px 15px rgba(55, 84, 170, .15), inset -7px -7px 20px rgba(255, 255, 255, 1), 0px 0px 4px rgba(255, 255, 255, .2) !important; } .neumorphic-progress, .neumorphic-slider { width: 260px; margin: auto; } .neumorphic-progress__back, .neumorphic-slider__back { height: 24px; background-color: var(--back-color); border-radius: 10px; border: 4px solid #f3f4f7; box-shadow: 7px 7px 15px rgba(55, 84, 170, .15), -7px -7px 20px rgba(255, 255, 255, 1), inset 0px 0px 4px rgba(255, 255, 255, 0), inset 7px 7px 15px rgba(55, 84, 170, .15), inset -7px -7px 20px rgba(255, 255, 255, 1), 0px 0px 4px rgba(255, 255, 255, .2) !important; } .neumorphic-slider { width: 240px; } .neumorphic-slider__back { width: calc(100% + 20px); margin-left: -10px; } .neumorphic-progress__line { width: var(--value); height: 16px; background-color: #185BF1; margin-top: -20px; margin-left: 4px; border-radius: 8px; opacity: 1; animation: sliding 3s ease infinite; } @keyframes sliding { 0% { width: 0; } 100% { width: calc(100% - 8px); } } .neumorphic-slider { position: relative; } .neumorphic-slider__line { height: 16px; background-color: #185BF1; margin-top: -20px; margin-left: -6px; border-radius: 8px; opacity: 1; width: calc(var(--value) + 4px); } .neumorphic-slider__thumb { box-shadow: 7px 7px 15px rgba(55, 84, 170, .15), 0px 0px 15px rgba(55, 84, 170, .3); width: 20px; height: 20px; position: absolute; border-radius: 50%; background-color: var(--back-color); left: var(--value); top: 2px; margin-left: -10px; cursor: pointer; } .neumorphic-slider__popover { position: absolute; background-color: var(--back-color); left: var(--value); width: 60px; height: 40px; top: -60px; margin-left: -30px; box-shadow: 7px 7px 15px rgba(55, 84, 170, .15), -7px -7px 20px rgba(255, 255, 255, 1), 0px 0px 4px rgba(255, 255, 255, .2); color: #6D7587; padding: 8px 0; } .neumorphic-slider__popover::after { content: ''; position: absolute; width: 0; height: 0; bottom: -6px; left: 50%; margin-left: -6px; border-style: solid; border-width: 6px 6px 0 6px; border-color: var(--back-color) transparent transparent transparent; } .neumorphic-text { color: #a3aab9; margin: auto 30px; font-size: 22px; } .neumorphic-checkbox { padding: 20px; position: relative; margin: 0 5px; transition: all .25s ease; } .neumorphic-checkbox::after { content: ''; position: absolute; width: 14px; height: 14px; border-radius: 50%; border: 2px solid #a3aab9; background: transparent; top: 50%; left: 50%; transform: translate(-50%, -50%); transition: all .25s ease; } .neumorphic-checkbox_active { box-shadow: 7px 7px 15px rgba(55, 84, 170, .15), -7px -7px 20px rgba(255, 255, 255, 1), inset 0px 0px 4px rgba(255, 255, 255, 0), inset 7px 7px 15px rgba(55, 84, 170, .15), inset -7px -7px 20px rgba(255, 255, 255, 1), 0px 0px 4px rgba(255, 255, 255, .2) !important; } .neumorphic-checkbox_active::after { background-color: #a3aab9; } .neumorphic-card { display: block; background-color: var(--back-color); padding: 60px; box-shadow: 7px 7px 15px rgba(55, 84, 170, .15), -7px -7px 20px rgba(255, 255, 255, 1), 0px 0px 4px rgba(255, 255, 255, .2) !important; border-radius: 30px; max-width: 600px; width: min-content; } .neumorphic-card__title { color: #555F76; font-size: 22px; padding: 20px 0 10px; text-align: start; } .neumorphic-card__text { padding: 0 0 10px; text-align: start; color: #8D96A8; } .neumorphic-card__outer { background-color: #f3f4f7; border-radius: 10px; border: 5px solid #f3f4f7; box-shadow: 7px 7px 15px rgba(55, 84, 170, .15), -7px -7px 20px rgba(255, 255, 255, 1), 0px 0px 4px rgba(255, 255, 255, .2) !important; margin: -5px; } .neumorphic-label { color: #868b98; display: block; text-align: start; margin: 25px 10px 5px; } .neumorphic-input { background-color: var(--back-color); border-radius: 10px; border: 0px solid #f3f4f7; box-shadow: 2px 2px 3px rgb(235 236 240), inset 0px 0px 4px rgba(255, 255, 255, 0), inset 7px 7px 15px rgba(55, 84, 170, .15), inset -7px -7px 20px rgba(255, 255, 255, 1), 0px 0px 4px rgba(255, 255, 255, .2) !important; padding: 5px 15px; outline: none !important; color: #535D74; } .neumorphic-image { border-radius: 10px; } .neumorphic-image__wrapper { width: 100px; height: 100px; border-radius: 50% !important; overflow: hidden; margin: 0 auto; border: 2px solid var(--back-color); box-shadow: inset 0px 0px 4px rgba(255, 255, 255, 0), inset 3px 3px 5px rgba(55, 84, 170, .15), inset -3px -3px 5px rgba(255, 255, 255, .5), 0px 0px 4px rgba(255, 255, 255, .2) !important; } .neumorphic-image__placeholder { color: #565e74; font-size: 30px; padding: 25px 0 0 0; } .card-collection .neumorphic-card { display: inline-block; margin: 0 10px !important; } .neumorphic-outer { box-shadow: 7px 7px 15px rgba(55, 84, 170, .15), -7px -7px 20px rgba(255, 255, 255, 1), 0px 0px 4px rgba(255, 255, 255, .2) !important; background-color: var(--back-color); border-radius: 30px; } .neumorphic-inner { box-shadow: inset 0px 0px 4px rgba(255, 255, 255, 0), inset 7px 7px 15px rgba(55, 84, 170, .15), inset -7px -7px 20px rgba(255, 255, 255, 1), 0px 0px 4px rgba(255, 255, 255, .2) !important; border-radius: 10px; } .neumorphic-tab-container { display: flex; flex-direction: column; } .neumorphic-tab-container__controls { display: flex; border: 4px solid var(--back-color); width: min-content; background-color: var(--back-color); border-radius: 15px; margin-bottom: 15px; } .neumorphic-tab-container__control { padding: 10px 10px; color: #535D74; background-color: var(--back-color); box-shadow: inset 0px 0px 4px rgba(255, 255, 255, .2), inset 7px 7px 15px rgba(55, 84, 170, 0), inset -7px -7px 20px rgba(255, 255, 255, 0); transition: box-shadow .4s ease; cursor: pointer; } .neumorphic-tab-container__control:first-child { border-top-left-radius: 11px; border-bottom-left-radius: 11px; } .neumorphic-tab-container__control:last-child { border-top-right-radius: 11px; border-bottom-right-radius: 11px; } .neumorphic-tab-container__control_active { box-shadow: inset 0px 0px 4px rgba(255, 255, 255, 0), inset 7px 7px 15px rgba(55, 84, 170, .15), inset -7px -7px 20px rgba(255, 255, 255, 1); } .neumorphic-tab-container__tab { display: none; padding: 20px; } .neumorphic-tab-container__tab_shown { display: flex; } body { font-family: monospace !important; font-weight: bold !important; color: rgba(255, 255, 255, 0.6) !important; height: 100vh; } /* .box { position: absolute; margin: auto; top: 0; right: 0; bottom: 0; left: 0; } */ /* Background circles start */ .circle { position: absolute; border-radius: 50%; background: linear-gradient(120deg, #1D976C, #2c3e50); } .circles { position: absolute; height: 270px; width: 450px; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: -1; } .circle-1 { height: 300px; width: 300px; top: 100px; left: -50px; opacity: 0.8; animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92); animation-iteration-count: infinite; animation-name: float; -webkit-animation-name: float; animation-duration: 6s; -webkit-animation-duration: 6s; -webkit-animation-delay: 3.5s; animation-delay: 3.5s; animation-direction: alternate; } .circle-2 { height: 240px; width: 240px; bottom: 40px; right: -100px; opacity: 0.8; animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92); animation-iteration-count: infinite; animation-name: float; -webkit-animation-name: float; animation-duration: 6s; -webkit-animation-duration: 6s; -webkit-animation-delay: 2s; animation-delay: 2s; animation-direction: alternate; } /* Background circles end */ /* ANIMATIONS */ @keyframes explode { 0% { opacity: 1; } 100% { transform: scale(1.2); opacity: 0; } } @keyframes float { 0% { -webkit-transform: rotateX(0deg) translateY(0px); -moz-transform: rotateX(0deg) translateY(0px); -ms-transform: rotateX(0deg) translateY(0px); -o-transform: rotateX(0deg) translateY(0px); transform: rotateX(0deg) translateY(0px); } 50% { -webkit-transform: rotateX(0deg) translateY(1px) translateX(5px); -moz-transform: rotateX(0deg) translateY(10px) translateX(5px); -ms-transform: rotateX(0deg) translateY(30px) translateX(5px); -o-transform: rotateX(0deg) translateY(40px) translateX(5px); transform: rotateX(0deg) translateY(10px) translateX(5px); } 100% { -webkit-transform: rotateX(0deg) translateY(0px) translateX(1px); -moz-transform: rotateX(0deg) translateY(0px) translateX(1px); -ms-transform: rotateX(0deg) translateY(0px) translateX(1px); -o-transform: rotateX(0deg) translateY(0px) translateX(1px); transform: rotateX(0deg) translateY(0px) translateX(1px); } } .mdl { height: auto; width: 420px; position: absolute; top: 45%; left: 50%; transform: translate(-60%, -60%); } h1 { font-family: 'Poppins', sans-serif; font-size: 20px; font-weight: 300; padding-left: 30px; padding-bottom: 20px; color: #ffffff; width: 420px; line-height: 1.5em; text-align: left; } .blur { background: rgba(255, 255, 255, 0.1); backdrop-filter: blur(35px); box-shadow: 0 0 80px rgba(0, 0, 0, 0.25); overflow: hidden; } .expiration-date { font-family: 'Space Mono', monospace; padding: 0px 0px 0px 0px; margin-right: 60px; width: 80px; position: relative; display: inline-block; overflow: hidden; } .ccv { font-family: 'Space Mono', monospace; padding: 0px 0px 0px 0px; margin-right: 0px; width: 60px; position: relative; display: inline-block; overflow: hidden; } .custom-panel { padding: 15px; border-radius: 50px; background: #1c1c1c; box-shadow: 13px 13px 27px #151515, -13px -13px 27px #232323; } a { color: rgba(250, 250, 250, 0.6); } a:hover { color: rgba(10, 205, 189, 0.6); text-decoration: none; } .custom-btn { color: rgba(255, 255, 255, 0.6) !important; font-size: 14px; padding: 14px; border-radius: 50px; background: #1c1c1c; box-shadow: 13px 13px 27px #151515, -13px -13px 27px #232323; } .custom-btn:hover { color: rgba(10, 189, 205, 0.6) !important; border-radius: 50px; background: #1c1c1c; box-shadow: inset 13px 13px 27px #151515, inset -13px -13px 27px #232323; } a.asc:after { content: none; } a.desc:after { content: none; } .custom-table { color: rgba(255, 255, 255, 0.6) !important; } .custom-table tbody tr:hover { background: rgba(255, 255, 255, 0.15); } .custom-scroll-table { overflow: visible; } @media (max-width: 768px) { .custom-scroll-table { overflow: scroll !important; } } .custom-input { border: 0 !important; display: block; width: 100%; height: calc(1.5em + 0.75rem + 2px); padding: 0.375rem 0.75rem; font-size: 1rem; font-weight: 400; line-height: 1.5; color: rgba(175, 181, 189, 0.6); background-clip: padding-box; border-radius: 50px; background: #1c1c1c; box-shadow: inset 13px 13px 27px #151515, inset -13px -13px 27px #232323; } :focus-visible { outline: none; background: none; }
0.515376
0.103794
* Responsive */ /* * Table */ /* * Buttons */ /* * Forms */ /* * Alert */ /* * Chips */ /* * Card */ /* * Dialog */ /* * Avatar */ /* * Icons */ /* * Grid */ /* * Toggle */ /* * Collapse */ /* * Variables */ :root { /* Typography */ --base-font-family: -apple-system, BlinkMacSystemFont, Avenir, "Avenir Next", "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; --base-font-size: 1.6rem; --base-line-height: 1.5; --base-space-size: 16px; /* Colours */ --primary-color: #8549b9; --secondary-color: #a460e8; --base-color: #fff; --base-dark-color: #282828; --base-info-color: #2c80ff; --base-error-color: #f93838; --base-success-color: #0dc222; --base-warning-color: #f2ad00; --base-light-color: #f0f0f0; --base-border-color: #cfcfcf; --base-text-color: #4c4c4c; --base-label-color: #6f6f6f; /* Transitions */ --transition: all 0.2s ease-in-out; /* Shadows */ --base-box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.0325); /* Utils */ --base-radius: 4px; --base-rounded-radius: 50%; /* Toogle */ --toggle-transition-duration: 0.25s; --toggle-transition-timing-function: ease; --toggle-label-width: 48px; --toggle-label-height: 24px; --toggle-rail-width: 100%; --toggle-rail-height: 100%; --toggle-rail-background-color: var(--base-light-color); --toggle-rail-border-radius: 9999em; --toggle-rail-checked-background-color: var(--base-success-color); --toggle-width: 24px; --toggle-height: 24px; --toggle-border-radius: 50%; --toggle-background-color: #fff; --toggle-box-shadow: 1px 1px 4px 2px rgba(0, 0, 0, 0.0525); --toggle-checked-left: 25px; /* Spacing */ --spacing-xxs: calc(16px / 6); --spacing-xs: calc(16px / 4); --spacing-sm: calc(16px / 2); --spacing-md: 16px; --spacing-lg: calc(16px + 8); --spacing-xl: calc(16px * 2); --spacing-xxl: calc(16px * 2 + 8); --spacing-xxxl: calc(16px * 4); /* Responsive breakpoints */ --responsive-sm: 25em; --responsive-md: 48em; --responsive-lg: 62em; --responsive-xl: 75em; } /* * Reset */ ::selection { color: var(--base-color); background: var(--secondary-color); } html, body { margin: 0; padding: 0; } html { box-sizing: border-box; font-size: 62.5%; letter-spacing: -0.04em; } body { line-height: var(--base-line-height); font-size: var(--base-font-size); font-family: var(--base-font-family); font-weight: 400; text-rendering: optimizeLegibility; } /* * Typography */ h1, h2, h3, h4, h5, h6 { margin-top: 0; margin-bottom: 1rem; font-weight: 400; } h1 { font-size: 5rem; line-height: 1.2; } h2 { font-size: 4.2rem; line-height: 1.25; } h3 { font-size: 3.6rem; line-height: 1.3; } h4 { font-size: 3rem; line-height: 1.35; } h5 { font-size: 2.4rem; line-height: 1.5; } h6 { font-size: 1.8rem; line-height: 1.6; } p { margin-top: 0; margin-bottom: 1rem; font-size: var(--base-font-size); } @media only screen and (max-width: 25em) { h1 { font-size: 4rem; } h2 { font-size: 3.5rem; } h3 { font-size: 3rem; } h4 { font-size: 2.6rem; } h5 { font-size: 2.2rem; } h6 { font-size: 1.8rem; } } /* * Buttons */ /* * * @ custom-properties * :--button button, .button, [type='submit']; * :--button-outline button.outline, .button.outline, [type='submit'].outline; * :--button-flat button.flat, .button.flat, [type='submit'].flat; * :--button-primary button.primary, .button.primary, [type='submit'].primary; * :--button-rounded button.rounded, .button.rounded, [type='submit'].rounded; * :--button-success button.success, .button.success, [type='submit'].success; * :--button-error button.error, .button.error, [type='submit'].error; * :--hovered :hover; * :--pressed :focus; * :--large .large; * :--small .small; * */ /* Default */ button, .button, [type='submit'] { padding: 0 1.5rem; font-size: var(--base-font-size); min-height: 52px; font-weight: 600; color: var(--base-text-color); background: var(--base-light-color); border-radius: var(--base-radius); transition: var(--transition); border: 1px solid transparent; line-height: 1.8rem; cursor: pointer; text-decoration: none; display: flex; align-items: center; justify-content: center } button .icon, .button .icon, [type='submit'] .icon { margin: 0 5px; stroke: var(--base-text-color); } /* Status */ button:hover, .button:hover, [type='submit']:hover { color: rgba(76, 76, 76, 0.7); background: rgba(240, 240, 240, 0.7) } button:hover .icon, .button:hover .icon, [type='submit']:hover .icon { stroke: rgba(76, 76, 76, 0.7); } button:focus, .button:focus, [type='submit']:focus { outline: none; background: rgba(240, 240, 240, 0.8) } button:focus .icon, .button:focus .icon, [type='submit']:focus .icon { stroke: rgba(76, 76, 76, 0.7); } /* Size */ button.small, .button.small, [type='submit'].small { font-size: calc(1.6rem - 0.2rem); min-height: 36px; font-weight: 700; line-height: 1.2rem; } button.large, .button.large, [type='submit'].large { font-size: calc(1.6rem + 0.4rem); min-height: 58px; padding: 1.4rem 3.2rem; line-height: 1.4rem; } /* Outline */ button.outline, .button.outline, [type='submit'].outline { color: var(--base-text-color); background: none; border: 1px solid var(--base-text-color) } button.outline.primary, .button.outline.primary, [type='submit'].outline.primary { color: var(--primary-color); background: none; border: 1px solid var(--primary-color) } button.outline.primary:hover, .button.outline.primary:hover, [type='submit'].outline.primary:hover { background: none; border: 1px solid rgba(133, 73, 185, 0.7); color: rgba(133, 73, 185, 0.7); } button.outline.primary:focus, button.outline.primary:active, .button.outline.primary:focus, .button.outline.primary:active, [type='submit'].outline.primary:focus, [type='submit'].outline.primary:active { background: none; border-color: rgba(133, 73, 185, 0.8); color: rgba(133, 73, 185, 0.8); } button.outline:hover, .button.outline:hover, [type='submit'].outline:hover { background: none; border: 1px solid rgba(76, 76, 76, 0.7); color: rgba(76, 76, 76, 0.7); } button.outline:focus, .button.outline:focus, [type='submit'].outline:focus { border-color: rgba(76, 76, 76, 0.8); color: rgba(76, 76, 76, 0.8); } /* Flat */ button.flat, .button.flat, [type='submit'].flat { color: var(--base-text-color); background: none; border: 1px solid transparent } button.flat.primary, .button.flat.primary, [type='submit'].flat.primary { color: var(--primary-color) } button.flat.primary:hover, .button.flat.primary:hover, [type='submit'].flat.primary:hover { color: rgba(133, 73, 185, 0.8); } button.flat.primary:active, button.flat.primary:focus, .button.flat.primary:active, .button.flat.primary:focus, [type='submit'].flat.primary:active, [type='submit'].flat.primary:focus { color: rgba(133, 73, 185, 0.9); } button.flat.primary .icon, .button.flat.primary .icon, [type='submit'].flat.primary .icon { stroke: var(--primary-color); } button.flat:hover, .button.flat:hover, [type='submit'].flat:hover { background: none; color: rgba(76, 76, 76, 0.8); } button.flat:focus, .button.flat:focus, [type='submit'].flat:focus { color: rgba(76, 76, 76, 0.9); } /* Primary */ button.primary, .button.primary, [type='submit'].primary { color: #fff; background: var(--primary-color); border: 1px solid transparent } button.primary .icon, .button.primary .icon, [type='submit'].primary .icon { stroke: #fff; } button.primary:hover, .button.primary:hover, [type='submit'].primary:hover { background: rgba(133, 73, 185, 0.8); color: #fff; } button.primary:focus, .button.primary:focus, [type='submit'].primary:focus { background: rgba(133, 73, 185, 0.9); } /* Rounded */ button.rounded, .button.rounded, [type='submit'].rounded { border-radius: 50px; } /* Success */ button.success, .button.success, [type='submit'].success { color: #fff; background: var(--base-success-color); border: 1px solid transparent } button.success .icon, .button.success .icon, [type='submit'].success .icon { stroke: #fff; } button.success:hover, .button.success:hover, [type='submit'].success:hover { background: rgba(13, 194, 34, 0.8); color: #fff; } button.success:focus, .button.success:focus, [type='submit'].success:focus { background: rgba(13, 194, 34, 0.9); } /* Error */ button.error, .button.error, [type='submit'].error { color: #fff; background: var(--base-error-color); border: 1px solid transparent } button.error .icon, .button.error .icon, [type='submit'].error .icon { stroke: #fff; } button.error:hover, .button.error:hover, [type='submit'].error:hover { background: rgba(249, 56, 56, 0.8); color: #fff; } button.error:focus, .button.error:focus, [type='submit'].error:focus { background: rgba(249, 56, 56, 0.9); } /* Warning */ button.warning, .button.warning, [type='submit'].warning { color: #fff; background: var(--base-warning-color); border: 1px solid transparent } button.warning .icon, .button.warning .icon, [type='submit'].warning .icon { stroke: #fff; } button.warning:hover, .button.warning:hover, [type='submit'].warning:hover { background: rgba(242, 173, 0, 0.8); color: #fff; } button.warning:focus, .button.warning:focus, [type='submit'].warning:focus { background: rgba(242, 173, 0, 0.9); } /* Info */ button.info, .button.info, [type='submit'].info { color: #fff; background: var(--base-info-color); border: 1px solid transparent } button.info .icon, .button.info .icon, [type='submit'].info .icon { stroke: #fff; } button.info:hover, .button.info:hover, [type='submit'].info:hover { background: rgba(44, 128, 255, 0.8); color: #fff; } button.info:focus, .button.info:focus, [type='submit'].info:focus { background: rgba(44, 128, 255, 0.9); } /* * Forms */ /* * * @ custom-properties * :--fields input[type='text'], input[type='password'], input[type='email'], input[type='search'], input[type='number'], input[type='file'], input[type='tel'], input[type='url'], select, textarea; * :--textarea textarea; * :--checkbox input[type='checkbox']; * :--radio input[type='radio']; * :--hovered :hover; * :--pressed :focus; * */ input[type='text'], input[type='password'], input[type='email'], input[type='search'], input[type='number'], input[type='file'], input[type='tel'], input[type='url'], select, textarea { width: 100%; height: 42px; padding: 10px; margin-top: 1rem; margin-bottom: 1rem; font-size: 1.4rem; box-sizing: border-box; background: #fff; border: 1px solid var(--base-border-color); border-radius: var(--base-radius); transition: var(--transition); } input[type='text']:hover, input[type='password']:hover, input[type='email']:hover, input[type='search']:hover, input[type='number']:hover, input[type='file']:hover, input[type='tel']:hover, input[type='url']:hover, select:hover, textarea:hover { border-color: rgba(133, 73, 185, 0.8); } input[type='text']:focus, input[type='password']:focus, input[type='email']:focus, input[type='search']:focus, input[type='number']:focus, input[type='file']:focus, input[type='tel']:focus, input[type='url']:focus, select:focus, textarea:focus { outline: none; border-color: var(--primary-color); box-shadow: 0 0 0 2px rgba(133, 73, 185, 0.2); } textarea { min-height: 7rem; } /* Select */ select { cursor: pointer; } /* Checkbox */ .checkbox { display: flex; position: relative; padding-left: 30px; min-height: 20px; cursor: pointer; font-size: var(--base-font-size); line-height: var(--base-line-height); user-select: none; align-items: center; border-radius: var(--base-radius) } .checkbox .checkmark { position: absolute; top: 0; left: 0; height: 18px; width: 18px; background-color: #fff; border: 1px solid var(--base-border-color); transition: var(--transition); border-radius: var(--base-radius); } .checkbox input { position: absolute; opacity: 0; cursor: pointer; } .checkbox .checkmark:after { left: 6px; top: 1px; width: 4px; height: 10px; border: solid white; border-width: 0 3px 3px 0; transform: rotate(45deg); } /* Radio Button */ .radio { display: flex; position: relative; padding-left: 30px; cursor: pointer; font-size: var(--base-font-size); line-height: var(--base-line-height); user-select: none } .radio .radiomark { position: absolute; top: 0; left: 0; height: 18px; width: 18px; background-color: #fff; border: 1px solid var(--base-border-color); border-radius: var(--base-rounded-radius); transition: var(--transition); } .radio input { position: absolute; opacity: 0; } .radio .radiomark:after { top: 6px; left: 6px; width: 6px; height: 6px; border-radius: var(--base-rounded-radius); background: white; } /* Checkbox and Radio Button */ .checkbox:hover input ~ .checkmark, .radio:hover input ~ .radiomark { border-color: rgba(133, 73, 185, 0.8); } .checkbox input:checked ~ .checkmark, .radio input:checked ~ .radiomark { background-color: var(--primary-color); border-color: var(--primary-color); box-shadow: 0 0 0 2px rgba(133, 73, 185, 0.2); } .checkbox .checkmark:after, .radio .radiomark:after { content: ""; position: absolute; display: none; } .checkbox input:checked ~ .checkmark:after, .radio input:checked ~ .radiomark:after { display: block; } /* * List */ ul, ol { padding-left: 0; margin-top: 0; margin-bottom: 1rem; list-style-position: inside; } ul ul, ul ol, ol ol, ol ul { margin: 1rem 0 1rem 2rem; font-size: 95%; } li { margin-bottom: 1rem; } /* * Tables */ /* * * @ custom-properties * :--table table, .table; * */ table, .table { width: 100%; border: none; border-collapse: collapse; border-spacing: 0; text-align: left } table th, table td, .table th, .table td { vertical-align: middle; padding: 12px 4px; } table thead, .table thead { border-bottom: 1px solid var(--base-border-color); } /* responsive table */ @media only screen and (max-width: 48em) { table.responsive, .table.responsive { position: relative; display: block } table.responsive th, table.responsive td, .table.responsive th, .table.responsive td { margin: 0 } table.responsive thead, .table.responsive thead { display: block; float: left; border: 0 } table.responsive thead tr, .table.responsive thead tr { display: block; padding: 0 10px 0 0; border-right: 1px solid var(--base-border-color); } table.responsive thead th, .table.responsive thead th { text-align: left; } table.responsive th, .table.responsive th { display: block; text-align: right; } table.responsive tbody, .table.responsive tbody { display: block; overflow-x: auto; white-space: nowrap } table.responsive tbody tr, .table.responsive tbody tr { display: inline-block; } table.responsive td, .table.responsive td { display: block; min-height: 16px; text-align: left; } table.responsive tr, .table.responsive tr { padding: 0 10px; } } /* * Images */ img { max-width: 100%; } /* * Misc */ hr { height: 0; margin: 20px 0; border: 0; border-top: 1px solid var(--base-border-color); } pre { margin-top: 0; margin-bottom: 1rem; } code { padding: 0.2rem 0.5rem; margin: 0 0.2rem; font-size: 1.3rem; white-space: nowrap; background: var(--base-color); border: 1px solid var(--base-border-color); border-radius: 4px; font-family: "Consolas", "Monaco", "Menlo", monospace; } pre > code { display: block; padding: 1rem 1.5rem; white-space: pre-wrap; word-wrap: break-word; } .shadow { box-shadow: var(--base-box-shadow); } /* * Responsive */ /* * * @ custom-properties * --sm-viewport only screen and (max-width: 25em); * --md-viewport only screen and (max-width: 48em); * --lg-viewport only screen and (max-width: 62em); * --xl-viewport only screen and (max-width: 75em); * */ @media only screen and (max-width: 25em) { .hide-sm { display: none; } } @media only screen and (max-width: 48em) { .hide-md { display: none; } } @media only screen and (max-width: 62em) { .hide-lg { display: none; } } @media only screen and (max-width: 75em) { .hide-xl { display: none; } } /* * Alert */ /* * * @ custom-properties * :--alert .alert; * :--close .close; * :--info .info; * :--error .error; * :--warning .warning; * :--rounded .rounded; * :--placeholder .placeholder; * */ .alert { position: relative; padding: 8px 20px; margin-bottom: 15px; background: transparent; color: var(--base-text-color); border-radius: var(--base-radius); transition: var(--transition); border: 1px solid var(--base-border-color); display: flex; justify-content: flex-start; flex-direction: column } .alert .title, .alert .description { margin: 0; } .alert .title { padding-right: 20px; font-weight: 500; } .alert .close { position: absolute; right: 5px; top: 5px; display: flex; justify-content: center; align-items: center; padding: 0; width: 28px; height: 28px; min-height: 28px; font-size: 1.3rem; background: transparent; border-radius: var(--base-rounded-radius); color: var(--base-dark-color) } .alert .close .icon { width: 24px; height: 24px } .alert .close .icon path { fill: var(--base-text-color); } .alert .close .icon circle { stroke: var(--base-text-color); stroke-width: 1; } .alert.info { background: rgba(44, 128, 255, 0.05); border-color: rgba(44, 128, 255, 0.5); color: var(--base-info-color) } .alert.info:before { color: var(--base-info-color); } .alert.info .description { color: rgba(44, 128, 255, 0.6); } .alert.info .close .icon path { fill: var(--primary-color); } .alert.info .close .icon circle { stroke: var(--primary-color); stroke-width: 1; } .alert.warning { background: rgba(242, 173, 0, 0.05); border-color: rgba(242, 173, 0, 0.5); color: var(--base-warning-color) } .alert.warning:before { color: var(--base-warning-color); } .alert.warning .description { color: rgba(242, 173, 0, 0.6); } .alert.warning .close { border-color: transparent; background: rgba(242, 173, 0, 0.5); color: #fff; } .alert.error { background: rgba(249, 56, 56, 0.05); border-color: rgba(249, 56, 56, 0.5); color: var(--base-error-color) } .alert.error .close .icon path { fill: var(--base-error-color); } .alert.error .close .icon circle { stroke: var(--base-error-color); stroke-width: 1; } .alert.error .description { color: rgba(249, 56, 56, 0.6); } .alert.success { background: rgba(13, 194, 34, 0.05); border-color: rgba(13, 194, 34, 0.1); color: var(--base-success-color) } .alert.success .close { border-color: transparent } .alert.success .close .icon path { fill: var(--base-success-color); } .alert.success .close .icon circle { stroke: var(--base-success-color); stroke-width: 1; } .alert.success .description { color: rgba(13, 194, 34, 0.6); } .alert.rounded { border-radius: 4rem; padding-left: 30px; padding-right: 30px } .alert.rounded .close { top: 50%; margin-top: -16px; right: 14px; } /* Placeholder */ .placeholder { border: 2px dashed var(--base-light-color); background: rgba(255, 255, 255, 0.15); } /* * Avatar */ /* * * @ custom-properties * :--avatar .avatar; * :--avatar-primary .avatar.primary; * :--avatar-outline .avatar.outline; * :--avatar-small .avatar.small; * :--avatar-large .avatar.large; * */ .avatar { width: 42px; height: 42px; max-width: 42px; min-width: 42px; flex-basis: 42px; background: #f1f1f1; border-radius: 50%; line-height: normal; overflow: hidden; display: flex; align-items: center; justify-content: center; font-weight: 700; color: var(--base-dark-color); } .avatar.primary { background: var(--primary-color); color: #fff } .avatar.primary.outline { background: transparent; border-color: var(--primary-color); color: var(--primary-color); } .avatar.outline { background: transparent; border: 1px solid var(--base-dark-color); } .avatar.small { width: 32px; height: 32px; max-width: 32px; min-width: 32px; flex-basis: 32px; } .avatar.large { width: 62px; height: 62px; max-width: 62px; min-width: 62px; flex-basis: 62px; } /* * Chips */ /* * * @ custom-properties * :--chips .chips; * :--chips-outline .outline; * :--chips-large .large; * :--chips-small .small; * :--chips-primary .primary; * :--chips-info .info; * :--chips-success .success; * :--chips-error .error; * :--chips-dark .dark; * :--chips-warning .warning; * */ .chips { display: inline-flex; align-items: center; justify-content: center; padding: 0; height: 28px; border-radius: 50px; background: #f2f2f2 } .chips .image { border-radius: 50%; } .chips .icon { width: 22px; height: 22px; margin-left: 8px; margin-right: -8px } .chips .icon.right { margin-right: 8px; margin-left: -8px; } .chips .label { font-size: 13px; font-weight: 500; padding: 0 12px; } .chips.small { height: 20px } .chips.small img { max-height: 20px; } .chips.small .label { font-size: 12px; } .chips.large { height: 42px; padding: 0 16px } .chips.large img { max-height: 42px; } .chips.large .label { font-size: 16px; } .chips.primary { background: var(--primary-color) } .chips.primary .label { color: #fff; } .chips.primary .icon { stroke: #fff; } .chips.error { background: var(--base-error-color) } .chips.error .label { color: #fff; } .chips.error .icon { stroke: #fff; } .chips.success { background: var(--base-success-color) } .chips.success .label { color: #fff; } .chips.success .icon { stroke: #fff; } .chips.info { background: var(--base-info-color) } .chips.info .label { color: #fff; } .chips.info .icon { stroke: #fff; } .chips.warning { background: var(--base-warning-color) } .chips.warning .label { color: #fff; } .chips.warning .icon { stroke: #fff; } .chips.dark { background: rgba(0,0,0, .45) } .chips.dark .label { color: #fff; } .chips.dark .icon { stroke: #fff; } .chips.outline { background: transparent; box-shadow: 0 0 0 1px var(--base-border-color) } .chips.outline.icon { stroke: var(--base-text-color); } .chips.outline.primary { box-shadow: 0 0 0 1px var(--primary-color) } .chips.outline.primary .icon { stroke: var(--primary-color); } .chips.outline.primary .label { color: var(--primary-color); } .chips.outline.error { box-shadow: 0 0 0 1px var(--base-error-color) } .chips.outline.error .icon { stroke: var(--base-error-color); } .chips.outline.error .label { color: var(--base-error-color); } .chips.outline.success { box-shadow: 0 0 0 1px var(--base-success-color) } .chips.outline.success .icon { stroke: var(--base-success-color); } .chips.outline.success .label { color: var(--base-success-color); } .chips.outline.info { box-shadow: 0 0 0 1px var(--base-info-color) } .chips.outline.info .icon { stroke: var(--base-info-color); } .chips.outline.info .label { color: var(--base-info-color); } .chips.outline.warning { box-shadow: 0 0 0 1px var(--base-warning-color) } .chips.outline.warning .icon { stroke: var(--base-warning-color); } .chips.outline.warning .label { color: var(--base-warning-color); } /* * Card */ /* * * @ custom-properties * :--card .card; * :--header .card-header; * :--footer .card-footer; * :--content .card-content; * */ .card { border: 1px solid var(--base-light-color); background: #fff; border-radius: var(--base-radius); } .card .card-header, .card .card-footer { position: relative; background: transparent; padding: 15px; display: flex; } .card .card-header { border-bottom: 1px solid var(--base-light-color); } .card .card-footer { border-top: 1px solid var(--base-light-color); } .card .card-title { margin: 0; } .card .card-content { padding: 20px 15px; } /* * Collapse */ /* * * @ custom-properties * :--collapse .collapse; * :--collapse-content .collapse-content; * :--collapse-content-checked .collapse-content-checked; * :--collapse-item .collapse-item; * :--collapse-input .collapse-input; * :--collapse-label .collapse-label; * :--collapse-icon-right-left .icon.left; * :--collapse-icon-right .icon.right; * */ .collapse { width: 100% } .collapse .collapse-item { position: relative; margin-bottom: 2px; width: 100%; color: var(--base-dark-color); overflow: hidden; border: 1px solid var(--base-light-color); transition: var(--transition) } .collapse .collapse-item:hover { border-color: var(--primary-color); } .collapse input { position: absolute; opacity: 0; z-index: -1 } .collapse input:checked ~ label .icon.right, .collapse input:checked ~ label .icon.left { transform: rotate(-180deg); } .icon.right, .icon.left { width: 22px; height: 22px; stroke: var(--base-dark-color); transition: var(--transition); } .collapse label { position: relative; display: flex; justify-content: space-between; align-items: center; padding: 6px 15px; font-weight: 500; line-height: 3; cursor: pointer } .collapse label:hover { background: transparent; } .collapse-content { max-height: 0; padding: 0 15px; overflow: hidden; background: rgba(255, 255, 255, 1); transition: max-height .25s } .collapse-content p { font-size: 14px; line-height: 16px; margin: 10px 0; } .collapse input:checked ~ .collapse-content { max-height: 10em; } /* * Dialog */ /* * * @ custom-properties * :--dialog .dialog; * :--close .close; * :--light .light; * :--overlay .overlay; * */ .dialog { margin: 45px auto; padding: 20px; background: #fff; border: 1px solid var(--base-border-color); width: 480px; height: 320px; z-index: 100; position: relative; border-radius: var(--base-radius); } .dialog .close { position: absolute; width: 20px; height: 20px; top: 20px; right: 20px; opacity: 0.8; font-size: 24px; font-weight: bold; text-decoration: none; color: #666 } .dialog .close:hover { opacity: 1; } .dialog .close .icon { width: 20px; height: 20px; stroke: var(--base-text-color); } .overlay { position: fixed; z-index: 90; top: 0; bottom: 0; left: 0; right: 0; background: rgba(0, 0, 0, 0.88); visibility: hidden; opacity: 0 } .overlay.light { background: rgba(255, 255, 255, 0.92); } .overlay .cancel { position: absolute; width: 100%; height: 100%; cursor: default; } .overlay:target { visibility: visible; opacity: 1; } /* * Toggle */ /* * * @ custom-properties * :--toggle .toggle; * :--toggle-small .toggle.small; * :--toggle-label .toggle-label; * :--toggle-activated .toggle.activated; * :--toggle-disabled .toggle.disabled; * :--toggle-checked .toggle-input:checked + .toggle-label; * :--toggle-input .toggle-input; * */ .toggle { position: relative; display: inline-block; } /* * Hide input */ .toggle-input { display: none; } /* * Toggle Label */ .toggle-label { display: block; width: var(--toggle-label-width); height: var(--toggle-label-height); text-indent: -9999px; clip: rect(0 0 0 0); color: transparent; user-select: none } .toggle-label:before, .toggle-label:after { content: ""; display: block; position: absolute; cursor: pointer; } .toggle-label:before { width: var(--toggle-rail-width); height: var(--toggle-rail-height); background-color: var(--toggle-rail-background-color); border-radius: var(--toggle-rail-border-radius); transition: background-color var(--toggle-transition-duration) var(--toggle-transition-timing-function); } .toggle-label:after { top: 0; left: 0; width: var(--toggle-width); height: var(--toggle-height); border-radius: var(--toggle-border-radius); background-color: var(--toggle-background-color); transition: left var(--toggle-transition-duration) var(--toggle-transition-timing-function); box-shadow: var(--toggle-box-shadow); } /* * Toggle checked */ .toggle-input:checked + .toggle-label:before { background-color: var(--toggle-rail-checked-background-color); } .toggle-input:checked + .toggle-label:after { left: var(--toggle-checked-left); } /* * Toggle activated */ .toggle.activated .toggle-label { opacity: 1 } .toggle.activated .toggle-label:before { background-color: var(--base-success-color); } .toggle.activated .toggle-label:after { left: 24px; } .toggle.activated .toggle-input:checked + .toggle-label:before { background-color: var(--toggle-rail-background-color); } .toggle.activated .toggle-input:checked + .toggle-label:after { left: 0!important; } /* * Toggle disabled */ .toggle.disabled { cursor: default } .toggle.disabled .toggle-input:checked + .toggle-label { opacity: 0.7 } .toggle.disabled .toggle-input:checked + .toggle-label:before { background-color: var(--toggle-rail-background-color); } .toggle.disabled .toggle-input:checked + .toggle-label:after { left: var(--toggle-checked-left); } .toggle.disabled .toggle-label { opacity: 0.7; cursor: default } .toggle.disabled .toggle-label:before { background-color: var(--toggle-rail-background-color); cursor: default; } .toggle.disabled .toggle-label:after { top: 0; left: 0!important; box-shadow: var(--toggle-box-shadow); } /* * Grid */ /* * * @ custom-properties * :--all-cols-xs .col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12; * :--all-cols-sm .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12; * :--all-cols-md .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12; * :--all-cols-lg .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12; * */ .flex { display: flex; flex-wrap: wrap; } .container-fluid { margin-right: auto; margin-left: auto; padding-right: 2rem; padding-left: 2rem; } .row { box-sizing: border-box; display: flex; flex: 0 1 auto; flex-direction: row; flex-wrap: wrap; margin-right: -0.5rem; margin-left: -0.5rem; } .row.reverse { flex-direction: row-reverse; } .col.reverse { flex-direction: column-reverse; } .col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 { box-sizing: border-box; flex: 0 0 auto; padding-right: 0.5rem; padding-left: 0.5rem; } .col-xs { flex-grow: 1; flex-basis: 0; max-width: 100%; } .col-xs-1 { flex-basis: 8.333%; max-width: 8.333%; } .col-xs-2 { flex-basis: 16.667%; max-width: 16.667%; } .col-xs-3 { flex-basis: 25%; max-width: 25%; } .col-xs-4 { flex-basis: 33.333%; max-width: 33.333%; } .col-xs-5 { flex-basis: 41.667%; max-width: 41.667%; } .col-xs-6 { flex-basis: 50%; max-width: 50%; } .col-xs-7 { flex-basis: 58.333%; max-width: 58.333%; } .col-xs-8 { flex-basis: 66.667%; max-width: 66.667%; } .col-xs-9 { flex-basis: 75%; max-width: 75%; } .col-xs-10 { flex-basis: 83.333%; max-width: 83.333%; } .col-xs-11 { flex-basis: 91.667%; max-width: 91.667%; } .col-xs-12 { flex-basis: 100%; max-width: 100%; } .col-xs-offset-1 { margin-left: 8.333%; } .col-xs-offset-2 { margin-left: 16.667%; } .col-xs-offset-3 { margin-left: 25%; } .col-xs-offset-4 { margin-left: 33.333%; } .col-xs-offset-5 { margin-left: 41.667%; } .col-xs-offset-6 { margin-left: 50%; } .col-xs-offset-7 { margin-left: 58.333%; } .col-xs-offset-8 { margin-left: 66.667%; } .col-xs-offset-9 { margin-left: 75%; } .col-xs-offset-10 { margin-left: 83.333%; } .col-xs-offset-11 { margin-left: 91.667%; } .start-xs { justify-content: flex-start; text-align: start; } .center-xs { justify-content: center; text-align: center; } .end-xs { justify-content: flex-end; text-align: end; } .top-xs { align-items: flex-start; } .middle-xs { align-items: center; } .bottom-xs { align-items: flex-end; } .around-xs { justify-content: space-around; } .between-xs { justify-content: space-between; } .first-xs { order: -1; } .last-xs { order: 1; } @media only screen and (max-width: 48em) { .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 { box-sizing: border-box; flex: 0 0 auto; padding-right: 0.5rem; padding-left: 0.5rem; } .col-sm { flex-grow: 1; flex-basis: 0; max-width: 100%; } .col-sm-1 { flex-basis: 8.333%; max-width: 8.333%; } .col-sm-2 { flex-basis: 16.667%; max-width: 16.667%; } .col-sm-3 { flex-basis: 25%; max-width: 25%; } .col-sm-4 { flex-basis: 33.333%; max-width: 33.333%; } .col-sm-5 { flex-basis: 41.667%; max-width: 41.667%; } .col-sm-6 { flex-basis: 50%; max-width: 50%; } .col-sm-7 { flex-basis: 58.333%; max-width: 58.333%; } .col-sm-8 { flex-basis: 66.667%; max-width: 66.667%; } .col-sm-9 { flex-basis: 75%; max-width: 75%; } .col-sm-10 { flex-basis: 83.333%; max-width: 83.333%; } .col-sm-11 { flex-basis: 91.667%; max-width: 91.667%; } .col-sm-12 { flex-basis: 100%; max-width: 100%; } .col-sm-offset-1 { margin-left: 8.333%; } .col-sm-offset-2 { margin-left: 16.667%; } .col-sm-offset-3 { margin-left: 25%; } .col-sm-offset-4 { margin-left: 33.333%; } .col-sm-offset-5 { margin-left: 41.667%; } .col-sm-offset-6 { margin-left: 50%; } .col-sm-offset-7 { margin-left: 58.333%; } .col-sm-offset-8 { margin-left: 66.667%; } .col-sm-offset-9 { margin-left: 75%; } .col-sm-offset-10 { margin-left: 83.333%; } .col-sm-offset-11 { margin-left: 91.667%; } .start-sm { justify-content: flex-start; text-align: start; } .center-sm { justify-content: center; text-align: center; } .end-sm { justify-content: flex-end; text-align: end; } .top-sm { align-items: flex-start; } .middle-sm { align-items: center; } .bottom-sm { align-items: flex-end; } .around-sm { justify-content: space-around; } .between-sm { justify-content: space-between; } .first-sm { order: -1; } .last-sm { order: 1; } } @media only screen and (max-width: 62em) { .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 { box-sizing: border-box; flex: 0 0 auto; padding-right: 0.5rem; padding-left: 0.5rem; } .col-md { flex-grow: 1; flex-basis: 0; max-width: 100%; } .col-md-1 { flex-basis: 8.333%; max-width: 8.333%; } .col-md-2 { flex-basis: 16.667%; max-width: 16.667%; } .col-md-3 { flex-basis: 25%; max-width: 25%; } .col-md-4 { flex-basis: 33.333%; max-width: 33.333%; } .col-md-5 { flex-basis: 41.667%; max-width: 41.667%; } .col-md-6 { flex-basis: 50%; max-width: 50%; } .col-md-7 { flex-basis: 58.333%; max-width: 58.333%; } .col-md-8 { flex-basis: 66.667%; max-width: 66.667%; } .col-md-9 { flex-basis: 75%; max-width: 75%; } .col-md-10 { flex-basis: 83.333%; max-width: 83.333%; } .col-md-11 { flex-basis: 91.667%; max-width: 91.667%; } .col-md-12 { flex-basis: 100%; max-width: 100%; } .col-md-offset-1 { margin-left: 8.333%; } .col-md-offset-2 { margin-left: 16.667%; } .col-md-offset-3 { margin-left: 25%; } .col-md-offset-4 { margin-left: 33.333%; } .col-md-offset-5 { margin-left: 41.667%; } .col-md-offset-6 { margin-left: 50%; } .col-md-offset-7 { margin-left: 58.333%; } .col-md-offset-8 { margin-left: 66.667%; } .col-md-offset-9 { margin-left: 75%; } .col-md-offset-10 { margin-left: 83.333%; } .col-md-offset-11 { margin-left: 91.667%; } .start-md { justify-content: flex-start; text-align: start; } .center-md { justify-content: center; text-align: center; } .end-md { justify-content: flex-end; text-align: end; } .top-md { align-items: flex-start; } .middle-md { align-items: center; } .bottom-md { align-items: flex-end; } .around-md { justify-content: space-around; } .between-md { justify-content: space-between; } .first-md { order: -1; } .last-md { order: 1; } } @media only screen and (max-width: 75em) { .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 { box-sizing: border-box; flex: 0 0 auto; padding-right: 0.5rem; padding-left: 0.5rem; } .col-lg { flex-grow: 1; flex-basis: 0; max-width: 100%; } .col-lg-1 { flex-basis: 8.333%; max-width: 8.333%; } .col-lg-2 { flex-basis: 16.667%; max-width: 16.667%; } .col-lg-3 { flex-basis: 25%; max-width: 25%; } .col-lg-4 { flex-basis: 33.333%; max-width: 33.333%; } .col-lg-5 { flex-basis: 41.667%; max-width: 41.667%; } .col-lg-6 { flex-basis: 50%; max-width: 50%; } .col-lg-7 { flex-basis: 58.333%; max-width: 58.333%; } .col-lg-8 { flex-basis: 66.667%; max-width: 66.667%; } .col-lg-9 { flex-basis: 75%; max-width: 75%; } .col-lg-10 { flex-basis: 83.333%; max-width: 83.333%; } .col-lg-11 { flex-basis: 91.667%; max-width: 91.667%; } .col-lg-12 { flex-basis: 100%; max-width: 100%; } .col-lg-offset-1 { margin-left: 8.333%; } .col-lg-offset-2 { margin-left: 16.667%; } .col-lg-offset-3 { margin-left: 25%; } .col-lg-offset-4 { margin-left: 33.333%; } .col-lg-offset-5 { margin-left: 41.667%; } .col-lg-offset-6 { margin-left: 50%; } .col-lg-offset-7 { margin-left: 58.333%; } .col-lg-offset-8 { margin-left: 66.667%; } .col-lg-offset-9 { margin-left: 75%; } .col-lg-offset-10 { margin-left: 83.333%; } .col-lg-offset-11 { margin-left: 91.667%; } .start-lg { justify-content: flex-start; text-align: start; } .center-lg { justify-content: center; text-align: center; } .end-lg { justify-content: flex-end; text-align: end; } .top-lg { align-items: flex-start; } .middle-lg { align-items: center; } .bottom-lg { align-items: flex-end; } .around-lg { justify-content: space-around; } .between-lg { justify-content: space-between; } .first-lg { order: -1; } .last-lg { order: 1; } } /* * Spacing */ /* Margins */ .m-0 { margin: 0; } .ml-0 { margin-left: 0; } .mr-0 { margin-right: 0; } .mt-0 { margin-top: 0; } .mb-0 { margin-bottom: 0; } .mr-1 { margin-right: var(--spacing-xxs) } .mr-2 { margin-right: var(--spacing-xs) } .mr-3 { margin-right: var(--spacing-sm) } .mr-4 { margin-right: var(--spacing-md) } .mr-5 { margin-right: var(--spacing-lg) } .mr-6 { margin-right: var(--spacing-xl) } .mr-7 { margin-right: var(--spacing-xxl) } .mr-8 { margin-right: var(--spacing-xxxl) } .ml-1 { margin-left: var(--spacing-xxs) } .ml-2 { margin-left: var(--spacing-xs) } .ml-3 { margin-left: var(--spacing-sm) } .ml-4 { margin-left: var(--spacing-md) } .ml-5 { margin-left: var(--spacing-lg) } .ml-6 { margin-left: var(--spacing-xl) } .ml-7 { margin-left: var(--spacing-xxl) } .ml-8 { margin-left: var(--spacing-xxxl) } .mt-1 { margin-top: var(--spacing-xxs) } .mt-2 { margin-top: var(--spacing-xs) } .mt-3 { margin-top: var(--spacing-sm) } .mt-4 { margin-top: var(--spacing-md) } .mt-5 { margin-top: var(--spacing-lg) } .mt-6 { margin-top: var(--spacing-xl) } .mt-7 { margin-top: var(--spacing-xxl) } .mt-8 { margin-top: var(--spacing-xxxl) } .mb-1 { margin-bottom: var(--spacing-xxs) } .mb-2 { margin-bottom: var(--spacing-xs) } .mb-3 { margin-bottom: var(--spacing-sm) } .mb-4 { margin-bottom: var(--spacing-md) } .mb-5 { margin-bottom: var(--spacing-lg) } .mb-6 { margin-bottom: var(--spacing-xl) } .mb-7 { margin-bottom: var(--spacing-xxl) } .mb-8 { margin-bottom: var(--spacing-xxxl) } /* Paddings */ .p-0 { padding: 0; } .pl-0 { padding-left: 0; } .pr-0 { padding-right: 0; } .pt-0 { padding-top: 0; } .pb-0 { padding-bottom: 0; } .pr-1 { padding-right: var(--spacing-xxs) } .pr-2 { padding-right: var(--spacing-xs) } .pr-3 { padding-right: var(--spacing-sm) } .pr-4 { padding-right: var(--spacing-md) } .pr-5 { padding-right: var(--spacing-lg) } .pr-6 { padding-right: var(--spacing-xl) } .pr-7 { padding-right: var(--spacing-xxl) } .pr-8 { padding-right: var(--spacing-xxxl) } .pl-1 { padding-left: var(--spacing-xxs) } .pl-2 { padding-left: var(--spacing-xs) } .pl-3 { padding-left: var(--spacing-sm) } .pl-4 { padding-left: var(--spacing-md) } .pl-5 { padding-left: var(--spacing-lg) } .pl-6 { padding-left: var(--spacing-xl) } .pl-7 { padding-left: var(--spacing-xxl) } .pl-8 { padding-left: var(--spacing-xxxl) } .pt-1 { padding-top: var(--spacing-xxs) } .pt-2 { padding-top: var(--spacing-xs) } .pt-3 { padding-top: var(--spacing-sm) } .pt-4 { padding-top: var(--spacing-md) } .pt-5 { padding-top: var(--spacing-lg) } .pt-6 { padding-top: var(--spacing-xl) } .pt-7 { padding-top: var(--spacing-xxl) } .pt-8 { padding-top: var(--spacing-xxxl) } .pb-1 { padding-bottom: var(--spacing-xxs) } .pb-2 { padding-bottom: var(--spacing-xs) } .pb-3 { padding-bottom: var(--spacing-sm) } .pb-4 { padding-bottom: var(--spacing-md) } .pb-5 { padding-bottom: var(--spacing-lg) } .pb-6 { padding-bottom: var(--spacing-xl) } .pb-7 { padding-bottom: var(--spacing-xxl) } .pb-8 { padding-bottom: var(--spacing-xxxl) } /* * Icons */ /* * * @ custom-properties * :--icon .icon; * :--icon-large .icon.lg; * :--icon-small .icon.sm; * */ .icon { width: 32px; height: 32px; stroke: var(--primary-color); stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; fill: none; color: var(--primary-color); } .icon.lg { width: 52px; height: 52px; } .icon.sm { width: 20px; height: 20px; } /* * Utils */ .pull-right { float: right; } .pull-left { float: left; } .text-center { text-align: center; } .text-left { text-align: left; } .text-right { text-align: right; } .full-screen { width: 100%; min-height: 100vh; } .full-width { width: 100%; } .full-height { height: 100%; min-height: 100%; } .vertical-align { display: flex; align-items: center; } .horizontal-align { display: flex; justify-content: center; } .center { display: flex; align-items: center; justify-content: center; flex-direction: column; } .column { flex-direction: column; } .end { display: flex; align-items: center; justify-content: flex-end; } .start { display: flex; align-items: center; justify-content: flex-start; } .flex { display: flex; } .absolute { position: absolute; } .fixed { position: fixed; } .wrap { flex-wrap: wrap; } .relative { position: relative; } .truncate { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .hide { display: none; } /*# sourceMappingURL=vishnu.css.map */
dist/vishnu.css
* Responsive */ /* * Table */ /* * Buttons */ /* * Forms */ /* * Alert */ /* * Chips */ /* * Card */ /* * Dialog */ /* * Avatar */ /* * Icons */ /* * Grid */ /* * Toggle */ /* * Collapse */ /* * Variables */ :root { /* Typography */ --base-font-family: -apple-system, BlinkMacSystemFont, Avenir, "Avenir Next", "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; --base-font-size: 1.6rem; --base-line-height: 1.5; --base-space-size: 16px; /* Colours */ --primary-color: #8549b9; --secondary-color: #a460e8; --base-color: #fff; --base-dark-color: #282828; --base-info-color: #2c80ff; --base-error-color: #f93838; --base-success-color: #0dc222; --base-warning-color: #f2ad00; --base-light-color: #f0f0f0; --base-border-color: #cfcfcf; --base-text-color: #4c4c4c; --base-label-color: #6f6f6f; /* Transitions */ --transition: all 0.2s ease-in-out; /* Shadows */ --base-box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.0325); /* Utils */ --base-radius: 4px; --base-rounded-radius: 50%; /* Toogle */ --toggle-transition-duration: 0.25s; --toggle-transition-timing-function: ease; --toggle-label-width: 48px; --toggle-label-height: 24px; --toggle-rail-width: 100%; --toggle-rail-height: 100%; --toggle-rail-background-color: var(--base-light-color); --toggle-rail-border-radius: 9999em; --toggle-rail-checked-background-color: var(--base-success-color); --toggle-width: 24px; --toggle-height: 24px; --toggle-border-radius: 50%; --toggle-background-color: #fff; --toggle-box-shadow: 1px 1px 4px 2px rgba(0, 0, 0, 0.0525); --toggle-checked-left: 25px; /* Spacing */ --spacing-xxs: calc(16px / 6); --spacing-xs: calc(16px / 4); --spacing-sm: calc(16px / 2); --spacing-md: 16px; --spacing-lg: calc(16px + 8); --spacing-xl: calc(16px * 2); --spacing-xxl: calc(16px * 2 + 8); --spacing-xxxl: calc(16px * 4); /* Responsive breakpoints */ --responsive-sm: 25em; --responsive-md: 48em; --responsive-lg: 62em; --responsive-xl: 75em; } /* * Reset */ ::selection { color: var(--base-color); background: var(--secondary-color); } html, body { margin: 0; padding: 0; } html { box-sizing: border-box; font-size: 62.5%; letter-spacing: -0.04em; } body { line-height: var(--base-line-height); font-size: var(--base-font-size); font-family: var(--base-font-family); font-weight: 400; text-rendering: optimizeLegibility; } /* * Typography */ h1, h2, h3, h4, h5, h6 { margin-top: 0; margin-bottom: 1rem; font-weight: 400; } h1 { font-size: 5rem; line-height: 1.2; } h2 { font-size: 4.2rem; line-height: 1.25; } h3 { font-size: 3.6rem; line-height: 1.3; } h4 { font-size: 3rem; line-height: 1.35; } h5 { font-size: 2.4rem; line-height: 1.5; } h6 { font-size: 1.8rem; line-height: 1.6; } p { margin-top: 0; margin-bottom: 1rem; font-size: var(--base-font-size); } @media only screen and (max-width: 25em) { h1 { font-size: 4rem; } h2 { font-size: 3.5rem; } h3 { font-size: 3rem; } h4 { font-size: 2.6rem; } h5 { font-size: 2.2rem; } h6 { font-size: 1.8rem; } } /* * Buttons */ /* * * @ custom-properties * :--button button, .button, [type='submit']; * :--button-outline button.outline, .button.outline, [type='submit'].outline; * :--button-flat button.flat, .button.flat, [type='submit'].flat; * :--button-primary button.primary, .button.primary, [type='submit'].primary; * :--button-rounded button.rounded, .button.rounded, [type='submit'].rounded; * :--button-success button.success, .button.success, [type='submit'].success; * :--button-error button.error, .button.error, [type='submit'].error; * :--hovered :hover; * :--pressed :focus; * :--large .large; * :--small .small; * */ /* Default */ button, .button, [type='submit'] { padding: 0 1.5rem; font-size: var(--base-font-size); min-height: 52px; font-weight: 600; color: var(--base-text-color); background: var(--base-light-color); border-radius: var(--base-radius); transition: var(--transition); border: 1px solid transparent; line-height: 1.8rem; cursor: pointer; text-decoration: none; display: flex; align-items: center; justify-content: center } button .icon, .button .icon, [type='submit'] .icon { margin: 0 5px; stroke: var(--base-text-color); } /* Status */ button:hover, .button:hover, [type='submit']:hover { color: rgba(76, 76, 76, 0.7); background: rgba(240, 240, 240, 0.7) } button:hover .icon, .button:hover .icon, [type='submit']:hover .icon { stroke: rgba(76, 76, 76, 0.7); } button:focus, .button:focus, [type='submit']:focus { outline: none; background: rgba(240, 240, 240, 0.8) } button:focus .icon, .button:focus .icon, [type='submit']:focus .icon { stroke: rgba(76, 76, 76, 0.7); } /* Size */ button.small, .button.small, [type='submit'].small { font-size: calc(1.6rem - 0.2rem); min-height: 36px; font-weight: 700; line-height: 1.2rem; } button.large, .button.large, [type='submit'].large { font-size: calc(1.6rem + 0.4rem); min-height: 58px; padding: 1.4rem 3.2rem; line-height: 1.4rem; } /* Outline */ button.outline, .button.outline, [type='submit'].outline { color: var(--base-text-color); background: none; border: 1px solid var(--base-text-color) } button.outline.primary, .button.outline.primary, [type='submit'].outline.primary { color: var(--primary-color); background: none; border: 1px solid var(--primary-color) } button.outline.primary:hover, .button.outline.primary:hover, [type='submit'].outline.primary:hover { background: none; border: 1px solid rgba(133, 73, 185, 0.7); color: rgba(133, 73, 185, 0.7); } button.outline.primary:focus, button.outline.primary:active, .button.outline.primary:focus, .button.outline.primary:active, [type='submit'].outline.primary:focus, [type='submit'].outline.primary:active { background: none; border-color: rgba(133, 73, 185, 0.8); color: rgba(133, 73, 185, 0.8); } button.outline:hover, .button.outline:hover, [type='submit'].outline:hover { background: none; border: 1px solid rgba(76, 76, 76, 0.7); color: rgba(76, 76, 76, 0.7); } button.outline:focus, .button.outline:focus, [type='submit'].outline:focus { border-color: rgba(76, 76, 76, 0.8); color: rgba(76, 76, 76, 0.8); } /* Flat */ button.flat, .button.flat, [type='submit'].flat { color: var(--base-text-color); background: none; border: 1px solid transparent } button.flat.primary, .button.flat.primary, [type='submit'].flat.primary { color: var(--primary-color) } button.flat.primary:hover, .button.flat.primary:hover, [type='submit'].flat.primary:hover { color: rgba(133, 73, 185, 0.8); } button.flat.primary:active, button.flat.primary:focus, .button.flat.primary:active, .button.flat.primary:focus, [type='submit'].flat.primary:active, [type='submit'].flat.primary:focus { color: rgba(133, 73, 185, 0.9); } button.flat.primary .icon, .button.flat.primary .icon, [type='submit'].flat.primary .icon { stroke: var(--primary-color); } button.flat:hover, .button.flat:hover, [type='submit'].flat:hover { background: none; color: rgba(76, 76, 76, 0.8); } button.flat:focus, .button.flat:focus, [type='submit'].flat:focus { color: rgba(76, 76, 76, 0.9); } /* Primary */ button.primary, .button.primary, [type='submit'].primary { color: #fff; background: var(--primary-color); border: 1px solid transparent } button.primary .icon, .button.primary .icon, [type='submit'].primary .icon { stroke: #fff; } button.primary:hover, .button.primary:hover, [type='submit'].primary:hover { background: rgba(133, 73, 185, 0.8); color: #fff; } button.primary:focus, .button.primary:focus, [type='submit'].primary:focus { background: rgba(133, 73, 185, 0.9); } /* Rounded */ button.rounded, .button.rounded, [type='submit'].rounded { border-radius: 50px; } /* Success */ button.success, .button.success, [type='submit'].success { color: #fff; background: var(--base-success-color); border: 1px solid transparent } button.success .icon, .button.success .icon, [type='submit'].success .icon { stroke: #fff; } button.success:hover, .button.success:hover, [type='submit'].success:hover { background: rgba(13, 194, 34, 0.8); color: #fff; } button.success:focus, .button.success:focus, [type='submit'].success:focus { background: rgba(13, 194, 34, 0.9); } /* Error */ button.error, .button.error, [type='submit'].error { color: #fff; background: var(--base-error-color); border: 1px solid transparent } button.error .icon, .button.error .icon, [type='submit'].error .icon { stroke: #fff; } button.error:hover, .button.error:hover, [type='submit'].error:hover { background: rgba(249, 56, 56, 0.8); color: #fff; } button.error:focus, .button.error:focus, [type='submit'].error:focus { background: rgba(249, 56, 56, 0.9); } /* Warning */ button.warning, .button.warning, [type='submit'].warning { color: #fff; background: var(--base-warning-color); border: 1px solid transparent } button.warning .icon, .button.warning .icon, [type='submit'].warning .icon { stroke: #fff; } button.warning:hover, .button.warning:hover, [type='submit'].warning:hover { background: rgba(242, 173, 0, 0.8); color: #fff; } button.warning:focus, .button.warning:focus, [type='submit'].warning:focus { background: rgba(242, 173, 0, 0.9); } /* Info */ button.info, .button.info, [type='submit'].info { color: #fff; background: var(--base-info-color); border: 1px solid transparent } button.info .icon, .button.info .icon, [type='submit'].info .icon { stroke: #fff; } button.info:hover, .button.info:hover, [type='submit'].info:hover { background: rgba(44, 128, 255, 0.8); color: #fff; } button.info:focus, .button.info:focus, [type='submit'].info:focus { background: rgba(44, 128, 255, 0.9); } /* * Forms */ /* * * @ custom-properties * :--fields input[type='text'], input[type='password'], input[type='email'], input[type='search'], input[type='number'], input[type='file'], input[type='tel'], input[type='url'], select, textarea; * :--textarea textarea; * :--checkbox input[type='checkbox']; * :--radio input[type='radio']; * :--hovered :hover; * :--pressed :focus; * */ input[type='text'], input[type='password'], input[type='email'], input[type='search'], input[type='number'], input[type='file'], input[type='tel'], input[type='url'], select, textarea { width: 100%; height: 42px; padding: 10px; margin-top: 1rem; margin-bottom: 1rem; font-size: 1.4rem; box-sizing: border-box; background: #fff; border: 1px solid var(--base-border-color); border-radius: var(--base-radius); transition: var(--transition); } input[type='text']:hover, input[type='password']:hover, input[type='email']:hover, input[type='search']:hover, input[type='number']:hover, input[type='file']:hover, input[type='tel']:hover, input[type='url']:hover, select:hover, textarea:hover { border-color: rgba(133, 73, 185, 0.8); } input[type='text']:focus, input[type='password']:focus, input[type='email']:focus, input[type='search']:focus, input[type='number']:focus, input[type='file']:focus, input[type='tel']:focus, input[type='url']:focus, select:focus, textarea:focus { outline: none; border-color: var(--primary-color); box-shadow: 0 0 0 2px rgba(133, 73, 185, 0.2); } textarea { min-height: 7rem; } /* Select */ select { cursor: pointer; } /* Checkbox */ .checkbox { display: flex; position: relative; padding-left: 30px; min-height: 20px; cursor: pointer; font-size: var(--base-font-size); line-height: var(--base-line-height); user-select: none; align-items: center; border-radius: var(--base-radius) } .checkbox .checkmark { position: absolute; top: 0; left: 0; height: 18px; width: 18px; background-color: #fff; border: 1px solid var(--base-border-color); transition: var(--transition); border-radius: var(--base-radius); } .checkbox input { position: absolute; opacity: 0; cursor: pointer; } .checkbox .checkmark:after { left: 6px; top: 1px; width: 4px; height: 10px; border: solid white; border-width: 0 3px 3px 0; transform: rotate(45deg); } /* Radio Button */ .radio { display: flex; position: relative; padding-left: 30px; cursor: pointer; font-size: var(--base-font-size); line-height: var(--base-line-height); user-select: none } .radio .radiomark { position: absolute; top: 0; left: 0; height: 18px; width: 18px; background-color: #fff; border: 1px solid var(--base-border-color); border-radius: var(--base-rounded-radius); transition: var(--transition); } .radio input { position: absolute; opacity: 0; } .radio .radiomark:after { top: 6px; left: 6px; width: 6px; height: 6px; border-radius: var(--base-rounded-radius); background: white; } /* Checkbox and Radio Button */ .checkbox:hover input ~ .checkmark, .radio:hover input ~ .radiomark { border-color: rgba(133, 73, 185, 0.8); } .checkbox input:checked ~ .checkmark, .radio input:checked ~ .radiomark { background-color: var(--primary-color); border-color: var(--primary-color); box-shadow: 0 0 0 2px rgba(133, 73, 185, 0.2); } .checkbox .checkmark:after, .radio .radiomark:after { content: ""; position: absolute; display: none; } .checkbox input:checked ~ .checkmark:after, .radio input:checked ~ .radiomark:after { display: block; } /* * List */ ul, ol { padding-left: 0; margin-top: 0; margin-bottom: 1rem; list-style-position: inside; } ul ul, ul ol, ol ol, ol ul { margin: 1rem 0 1rem 2rem; font-size: 95%; } li { margin-bottom: 1rem; } /* * Tables */ /* * * @ custom-properties * :--table table, .table; * */ table, .table { width: 100%; border: none; border-collapse: collapse; border-spacing: 0; text-align: left } table th, table td, .table th, .table td { vertical-align: middle; padding: 12px 4px; } table thead, .table thead { border-bottom: 1px solid var(--base-border-color); } /* responsive table */ @media only screen and (max-width: 48em) { table.responsive, .table.responsive { position: relative; display: block } table.responsive th, table.responsive td, .table.responsive th, .table.responsive td { margin: 0 } table.responsive thead, .table.responsive thead { display: block; float: left; border: 0 } table.responsive thead tr, .table.responsive thead tr { display: block; padding: 0 10px 0 0; border-right: 1px solid var(--base-border-color); } table.responsive thead th, .table.responsive thead th { text-align: left; } table.responsive th, .table.responsive th { display: block; text-align: right; } table.responsive tbody, .table.responsive tbody { display: block; overflow-x: auto; white-space: nowrap } table.responsive tbody tr, .table.responsive tbody tr { display: inline-block; } table.responsive td, .table.responsive td { display: block; min-height: 16px; text-align: left; } table.responsive tr, .table.responsive tr { padding: 0 10px; } } /* * Images */ img { max-width: 100%; } /* * Misc */ hr { height: 0; margin: 20px 0; border: 0; border-top: 1px solid var(--base-border-color); } pre { margin-top: 0; margin-bottom: 1rem; } code { padding: 0.2rem 0.5rem; margin: 0 0.2rem; font-size: 1.3rem; white-space: nowrap; background: var(--base-color); border: 1px solid var(--base-border-color); border-radius: 4px; font-family: "Consolas", "Monaco", "Menlo", monospace; } pre > code { display: block; padding: 1rem 1.5rem; white-space: pre-wrap; word-wrap: break-word; } .shadow { box-shadow: var(--base-box-shadow); } /* * Responsive */ /* * * @ custom-properties * --sm-viewport only screen and (max-width: 25em); * --md-viewport only screen and (max-width: 48em); * --lg-viewport only screen and (max-width: 62em); * --xl-viewport only screen and (max-width: 75em); * */ @media only screen and (max-width: 25em) { .hide-sm { display: none; } } @media only screen and (max-width: 48em) { .hide-md { display: none; } } @media only screen and (max-width: 62em) { .hide-lg { display: none; } } @media only screen and (max-width: 75em) { .hide-xl { display: none; } } /* * Alert */ /* * * @ custom-properties * :--alert .alert; * :--close .close; * :--info .info; * :--error .error; * :--warning .warning; * :--rounded .rounded; * :--placeholder .placeholder; * */ .alert { position: relative; padding: 8px 20px; margin-bottom: 15px; background: transparent; color: var(--base-text-color); border-radius: var(--base-radius); transition: var(--transition); border: 1px solid var(--base-border-color); display: flex; justify-content: flex-start; flex-direction: column } .alert .title, .alert .description { margin: 0; } .alert .title { padding-right: 20px; font-weight: 500; } .alert .close { position: absolute; right: 5px; top: 5px; display: flex; justify-content: center; align-items: center; padding: 0; width: 28px; height: 28px; min-height: 28px; font-size: 1.3rem; background: transparent; border-radius: var(--base-rounded-radius); color: var(--base-dark-color) } .alert .close .icon { width: 24px; height: 24px } .alert .close .icon path { fill: var(--base-text-color); } .alert .close .icon circle { stroke: var(--base-text-color); stroke-width: 1; } .alert.info { background: rgba(44, 128, 255, 0.05); border-color: rgba(44, 128, 255, 0.5); color: var(--base-info-color) } .alert.info:before { color: var(--base-info-color); } .alert.info .description { color: rgba(44, 128, 255, 0.6); } .alert.info .close .icon path { fill: var(--primary-color); } .alert.info .close .icon circle { stroke: var(--primary-color); stroke-width: 1; } .alert.warning { background: rgba(242, 173, 0, 0.05); border-color: rgba(242, 173, 0, 0.5); color: var(--base-warning-color) } .alert.warning:before { color: var(--base-warning-color); } .alert.warning .description { color: rgba(242, 173, 0, 0.6); } .alert.warning .close { border-color: transparent; background: rgba(242, 173, 0, 0.5); color: #fff; } .alert.error { background: rgba(249, 56, 56, 0.05); border-color: rgba(249, 56, 56, 0.5); color: var(--base-error-color) } .alert.error .close .icon path { fill: var(--base-error-color); } .alert.error .close .icon circle { stroke: var(--base-error-color); stroke-width: 1; } .alert.error .description { color: rgba(249, 56, 56, 0.6); } .alert.success { background: rgba(13, 194, 34, 0.05); border-color: rgba(13, 194, 34, 0.1); color: var(--base-success-color) } .alert.success .close { border-color: transparent } .alert.success .close .icon path { fill: var(--base-success-color); } .alert.success .close .icon circle { stroke: var(--base-success-color); stroke-width: 1; } .alert.success .description { color: rgba(13, 194, 34, 0.6); } .alert.rounded { border-radius: 4rem; padding-left: 30px; padding-right: 30px } .alert.rounded .close { top: 50%; margin-top: -16px; right: 14px; } /* Placeholder */ .placeholder { border: 2px dashed var(--base-light-color); background: rgba(255, 255, 255, 0.15); } /* * Avatar */ /* * * @ custom-properties * :--avatar .avatar; * :--avatar-primary .avatar.primary; * :--avatar-outline .avatar.outline; * :--avatar-small .avatar.small; * :--avatar-large .avatar.large; * */ .avatar { width: 42px; height: 42px; max-width: 42px; min-width: 42px; flex-basis: 42px; background: #f1f1f1; border-radius: 50%; line-height: normal; overflow: hidden; display: flex; align-items: center; justify-content: center; font-weight: 700; color: var(--base-dark-color); } .avatar.primary { background: var(--primary-color); color: #fff } .avatar.primary.outline { background: transparent; border-color: var(--primary-color); color: var(--primary-color); } .avatar.outline { background: transparent; border: 1px solid var(--base-dark-color); } .avatar.small { width: 32px; height: 32px; max-width: 32px; min-width: 32px; flex-basis: 32px; } .avatar.large { width: 62px; height: 62px; max-width: 62px; min-width: 62px; flex-basis: 62px; } /* * Chips */ /* * * @ custom-properties * :--chips .chips; * :--chips-outline .outline; * :--chips-large .large; * :--chips-small .small; * :--chips-primary .primary; * :--chips-info .info; * :--chips-success .success; * :--chips-error .error; * :--chips-dark .dark; * :--chips-warning .warning; * */ .chips { display: inline-flex; align-items: center; justify-content: center; padding: 0; height: 28px; border-radius: 50px; background: #f2f2f2 } .chips .image { border-radius: 50%; } .chips .icon { width: 22px; height: 22px; margin-left: 8px; margin-right: -8px } .chips .icon.right { margin-right: 8px; margin-left: -8px; } .chips .label { font-size: 13px; font-weight: 500; padding: 0 12px; } .chips.small { height: 20px } .chips.small img { max-height: 20px; } .chips.small .label { font-size: 12px; } .chips.large { height: 42px; padding: 0 16px } .chips.large img { max-height: 42px; } .chips.large .label { font-size: 16px; } .chips.primary { background: var(--primary-color) } .chips.primary .label { color: #fff; } .chips.primary .icon { stroke: #fff; } .chips.error { background: var(--base-error-color) } .chips.error .label { color: #fff; } .chips.error .icon { stroke: #fff; } .chips.success { background: var(--base-success-color) } .chips.success .label { color: #fff; } .chips.success .icon { stroke: #fff; } .chips.info { background: var(--base-info-color) } .chips.info .label { color: #fff; } .chips.info .icon { stroke: #fff; } .chips.warning { background: var(--base-warning-color) } .chips.warning .label { color: #fff; } .chips.warning .icon { stroke: #fff; } .chips.dark { background: rgba(0,0,0, .45) } .chips.dark .label { color: #fff; } .chips.dark .icon { stroke: #fff; } .chips.outline { background: transparent; box-shadow: 0 0 0 1px var(--base-border-color) } .chips.outline.icon { stroke: var(--base-text-color); } .chips.outline.primary { box-shadow: 0 0 0 1px var(--primary-color) } .chips.outline.primary .icon { stroke: var(--primary-color); } .chips.outline.primary .label { color: var(--primary-color); } .chips.outline.error { box-shadow: 0 0 0 1px var(--base-error-color) } .chips.outline.error .icon { stroke: var(--base-error-color); } .chips.outline.error .label { color: var(--base-error-color); } .chips.outline.success { box-shadow: 0 0 0 1px var(--base-success-color) } .chips.outline.success .icon { stroke: var(--base-success-color); } .chips.outline.success .label { color: var(--base-success-color); } .chips.outline.info { box-shadow: 0 0 0 1px var(--base-info-color) } .chips.outline.info .icon { stroke: var(--base-info-color); } .chips.outline.info .label { color: var(--base-info-color); } .chips.outline.warning { box-shadow: 0 0 0 1px var(--base-warning-color) } .chips.outline.warning .icon { stroke: var(--base-warning-color); } .chips.outline.warning .label { color: var(--base-warning-color); } /* * Card */ /* * * @ custom-properties * :--card .card; * :--header .card-header; * :--footer .card-footer; * :--content .card-content; * */ .card { border: 1px solid var(--base-light-color); background: #fff; border-radius: var(--base-radius); } .card .card-header, .card .card-footer { position: relative; background: transparent; padding: 15px; display: flex; } .card .card-header { border-bottom: 1px solid var(--base-light-color); } .card .card-footer { border-top: 1px solid var(--base-light-color); } .card .card-title { margin: 0; } .card .card-content { padding: 20px 15px; } /* * Collapse */ /* * * @ custom-properties * :--collapse .collapse; * :--collapse-content .collapse-content; * :--collapse-content-checked .collapse-content-checked; * :--collapse-item .collapse-item; * :--collapse-input .collapse-input; * :--collapse-label .collapse-label; * :--collapse-icon-right-left .icon.left; * :--collapse-icon-right .icon.right; * */ .collapse { width: 100% } .collapse .collapse-item { position: relative; margin-bottom: 2px; width: 100%; color: var(--base-dark-color); overflow: hidden; border: 1px solid var(--base-light-color); transition: var(--transition) } .collapse .collapse-item:hover { border-color: var(--primary-color); } .collapse input { position: absolute; opacity: 0; z-index: -1 } .collapse input:checked ~ label .icon.right, .collapse input:checked ~ label .icon.left { transform: rotate(-180deg); } .icon.right, .icon.left { width: 22px; height: 22px; stroke: var(--base-dark-color); transition: var(--transition); } .collapse label { position: relative; display: flex; justify-content: space-between; align-items: center; padding: 6px 15px; font-weight: 500; line-height: 3; cursor: pointer } .collapse label:hover { background: transparent; } .collapse-content { max-height: 0; padding: 0 15px; overflow: hidden; background: rgba(255, 255, 255, 1); transition: max-height .25s } .collapse-content p { font-size: 14px; line-height: 16px; margin: 10px 0; } .collapse input:checked ~ .collapse-content { max-height: 10em; } /* * Dialog */ /* * * @ custom-properties * :--dialog .dialog; * :--close .close; * :--light .light; * :--overlay .overlay; * */ .dialog { margin: 45px auto; padding: 20px; background: #fff; border: 1px solid var(--base-border-color); width: 480px; height: 320px; z-index: 100; position: relative; border-radius: var(--base-radius); } .dialog .close { position: absolute; width: 20px; height: 20px; top: 20px; right: 20px; opacity: 0.8; font-size: 24px; font-weight: bold; text-decoration: none; color: #666 } .dialog .close:hover { opacity: 1; } .dialog .close .icon { width: 20px; height: 20px; stroke: var(--base-text-color); } .overlay { position: fixed; z-index: 90; top: 0; bottom: 0; left: 0; right: 0; background: rgba(0, 0, 0, 0.88); visibility: hidden; opacity: 0 } .overlay.light { background: rgba(255, 255, 255, 0.92); } .overlay .cancel { position: absolute; width: 100%; height: 100%; cursor: default; } .overlay:target { visibility: visible; opacity: 1; } /* * Toggle */ /* * * @ custom-properties * :--toggle .toggle; * :--toggle-small .toggle.small; * :--toggle-label .toggle-label; * :--toggle-activated .toggle.activated; * :--toggle-disabled .toggle.disabled; * :--toggle-checked .toggle-input:checked + .toggle-label; * :--toggle-input .toggle-input; * */ .toggle { position: relative; display: inline-block; } /* * Hide input */ .toggle-input { display: none; } /* * Toggle Label */ .toggle-label { display: block; width: var(--toggle-label-width); height: var(--toggle-label-height); text-indent: -9999px; clip: rect(0 0 0 0); color: transparent; user-select: none } .toggle-label:before, .toggle-label:after { content: ""; display: block; position: absolute; cursor: pointer; } .toggle-label:before { width: var(--toggle-rail-width); height: var(--toggle-rail-height); background-color: var(--toggle-rail-background-color); border-radius: var(--toggle-rail-border-radius); transition: background-color var(--toggle-transition-duration) var(--toggle-transition-timing-function); } .toggle-label:after { top: 0; left: 0; width: var(--toggle-width); height: var(--toggle-height); border-radius: var(--toggle-border-radius); background-color: var(--toggle-background-color); transition: left var(--toggle-transition-duration) var(--toggle-transition-timing-function); box-shadow: var(--toggle-box-shadow); } /* * Toggle checked */ .toggle-input:checked + .toggle-label:before { background-color: var(--toggle-rail-checked-background-color); } .toggle-input:checked + .toggle-label:after { left: var(--toggle-checked-left); } /* * Toggle activated */ .toggle.activated .toggle-label { opacity: 1 } .toggle.activated .toggle-label:before { background-color: var(--base-success-color); } .toggle.activated .toggle-label:after { left: 24px; } .toggle.activated .toggle-input:checked + .toggle-label:before { background-color: var(--toggle-rail-background-color); } .toggle.activated .toggle-input:checked + .toggle-label:after { left: 0!important; } /* * Toggle disabled */ .toggle.disabled { cursor: default } .toggle.disabled .toggle-input:checked + .toggle-label { opacity: 0.7 } .toggle.disabled .toggle-input:checked + .toggle-label:before { background-color: var(--toggle-rail-background-color); } .toggle.disabled .toggle-input:checked + .toggle-label:after { left: var(--toggle-checked-left); } .toggle.disabled .toggle-label { opacity: 0.7; cursor: default } .toggle.disabled .toggle-label:before { background-color: var(--toggle-rail-background-color); cursor: default; } .toggle.disabled .toggle-label:after { top: 0; left: 0!important; box-shadow: var(--toggle-box-shadow); } /* * Grid */ /* * * @ custom-properties * :--all-cols-xs .col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12; * :--all-cols-sm .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12; * :--all-cols-md .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12; * :--all-cols-lg .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12; * */ .flex { display: flex; flex-wrap: wrap; } .container-fluid { margin-right: auto; margin-left: auto; padding-right: 2rem; padding-left: 2rem; } .row { box-sizing: border-box; display: flex; flex: 0 1 auto; flex-direction: row; flex-wrap: wrap; margin-right: -0.5rem; margin-left: -0.5rem; } .row.reverse { flex-direction: row-reverse; } .col.reverse { flex-direction: column-reverse; } .col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 { box-sizing: border-box; flex: 0 0 auto; padding-right: 0.5rem; padding-left: 0.5rem; } .col-xs { flex-grow: 1; flex-basis: 0; max-width: 100%; } .col-xs-1 { flex-basis: 8.333%; max-width: 8.333%; } .col-xs-2 { flex-basis: 16.667%; max-width: 16.667%; } .col-xs-3 { flex-basis: 25%; max-width: 25%; } .col-xs-4 { flex-basis: 33.333%; max-width: 33.333%; } .col-xs-5 { flex-basis: 41.667%; max-width: 41.667%; } .col-xs-6 { flex-basis: 50%; max-width: 50%; } .col-xs-7 { flex-basis: 58.333%; max-width: 58.333%; } .col-xs-8 { flex-basis: 66.667%; max-width: 66.667%; } .col-xs-9 { flex-basis: 75%; max-width: 75%; } .col-xs-10 { flex-basis: 83.333%; max-width: 83.333%; } .col-xs-11 { flex-basis: 91.667%; max-width: 91.667%; } .col-xs-12 { flex-basis: 100%; max-width: 100%; } .col-xs-offset-1 { margin-left: 8.333%; } .col-xs-offset-2 { margin-left: 16.667%; } .col-xs-offset-3 { margin-left: 25%; } .col-xs-offset-4 { margin-left: 33.333%; } .col-xs-offset-5 { margin-left: 41.667%; } .col-xs-offset-6 { margin-left: 50%; } .col-xs-offset-7 { margin-left: 58.333%; } .col-xs-offset-8 { margin-left: 66.667%; } .col-xs-offset-9 { margin-left: 75%; } .col-xs-offset-10 { margin-left: 83.333%; } .col-xs-offset-11 { margin-left: 91.667%; } .start-xs { justify-content: flex-start; text-align: start; } .center-xs { justify-content: center; text-align: center; } .end-xs { justify-content: flex-end; text-align: end; } .top-xs { align-items: flex-start; } .middle-xs { align-items: center; } .bottom-xs { align-items: flex-end; } .around-xs { justify-content: space-around; } .between-xs { justify-content: space-between; } .first-xs { order: -1; } .last-xs { order: 1; } @media only screen and (max-width: 48em) { .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 { box-sizing: border-box; flex: 0 0 auto; padding-right: 0.5rem; padding-left: 0.5rem; } .col-sm { flex-grow: 1; flex-basis: 0; max-width: 100%; } .col-sm-1 { flex-basis: 8.333%; max-width: 8.333%; } .col-sm-2 { flex-basis: 16.667%; max-width: 16.667%; } .col-sm-3 { flex-basis: 25%; max-width: 25%; } .col-sm-4 { flex-basis: 33.333%; max-width: 33.333%; } .col-sm-5 { flex-basis: 41.667%; max-width: 41.667%; } .col-sm-6 { flex-basis: 50%; max-width: 50%; } .col-sm-7 { flex-basis: 58.333%; max-width: 58.333%; } .col-sm-8 { flex-basis: 66.667%; max-width: 66.667%; } .col-sm-9 { flex-basis: 75%; max-width: 75%; } .col-sm-10 { flex-basis: 83.333%; max-width: 83.333%; } .col-sm-11 { flex-basis: 91.667%; max-width: 91.667%; } .col-sm-12 { flex-basis: 100%; max-width: 100%; } .col-sm-offset-1 { margin-left: 8.333%; } .col-sm-offset-2 { margin-left: 16.667%; } .col-sm-offset-3 { margin-left: 25%; } .col-sm-offset-4 { margin-left: 33.333%; } .col-sm-offset-5 { margin-left: 41.667%; } .col-sm-offset-6 { margin-left: 50%; } .col-sm-offset-7 { margin-left: 58.333%; } .col-sm-offset-8 { margin-left: 66.667%; } .col-sm-offset-9 { margin-left: 75%; } .col-sm-offset-10 { margin-left: 83.333%; } .col-sm-offset-11 { margin-left: 91.667%; } .start-sm { justify-content: flex-start; text-align: start; } .center-sm { justify-content: center; text-align: center; } .end-sm { justify-content: flex-end; text-align: end; } .top-sm { align-items: flex-start; } .middle-sm { align-items: center; } .bottom-sm { align-items: flex-end; } .around-sm { justify-content: space-around; } .between-sm { justify-content: space-between; } .first-sm { order: -1; } .last-sm { order: 1; } } @media only screen and (max-width: 62em) { .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 { box-sizing: border-box; flex: 0 0 auto; padding-right: 0.5rem; padding-left: 0.5rem; } .col-md { flex-grow: 1; flex-basis: 0; max-width: 100%; } .col-md-1 { flex-basis: 8.333%; max-width: 8.333%; } .col-md-2 { flex-basis: 16.667%; max-width: 16.667%; } .col-md-3 { flex-basis: 25%; max-width: 25%; } .col-md-4 { flex-basis: 33.333%; max-width: 33.333%; } .col-md-5 { flex-basis: 41.667%; max-width: 41.667%; } .col-md-6 { flex-basis: 50%; max-width: 50%; } .col-md-7 { flex-basis: 58.333%; max-width: 58.333%; } .col-md-8 { flex-basis: 66.667%; max-width: 66.667%; } .col-md-9 { flex-basis: 75%; max-width: 75%; } .col-md-10 { flex-basis: 83.333%; max-width: 83.333%; } .col-md-11 { flex-basis: 91.667%; max-width: 91.667%; } .col-md-12 { flex-basis: 100%; max-width: 100%; } .col-md-offset-1 { margin-left: 8.333%; } .col-md-offset-2 { margin-left: 16.667%; } .col-md-offset-3 { margin-left: 25%; } .col-md-offset-4 { margin-left: 33.333%; } .col-md-offset-5 { margin-left: 41.667%; } .col-md-offset-6 { margin-left: 50%; } .col-md-offset-7 { margin-left: 58.333%; } .col-md-offset-8 { margin-left: 66.667%; } .col-md-offset-9 { margin-left: 75%; } .col-md-offset-10 { margin-left: 83.333%; } .col-md-offset-11 { margin-left: 91.667%; } .start-md { justify-content: flex-start; text-align: start; } .center-md { justify-content: center; text-align: center; } .end-md { justify-content: flex-end; text-align: end; } .top-md { align-items: flex-start; } .middle-md { align-items: center; } .bottom-md { align-items: flex-end; } .around-md { justify-content: space-around; } .between-md { justify-content: space-between; } .first-md { order: -1; } .last-md { order: 1; } } @media only screen and (max-width: 75em) { .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 { box-sizing: border-box; flex: 0 0 auto; padding-right: 0.5rem; padding-left: 0.5rem; } .col-lg { flex-grow: 1; flex-basis: 0; max-width: 100%; } .col-lg-1 { flex-basis: 8.333%; max-width: 8.333%; } .col-lg-2 { flex-basis: 16.667%; max-width: 16.667%; } .col-lg-3 { flex-basis: 25%; max-width: 25%; } .col-lg-4 { flex-basis: 33.333%; max-width: 33.333%; } .col-lg-5 { flex-basis: 41.667%; max-width: 41.667%; } .col-lg-6 { flex-basis: 50%; max-width: 50%; } .col-lg-7 { flex-basis: 58.333%; max-width: 58.333%; } .col-lg-8 { flex-basis: 66.667%; max-width: 66.667%; } .col-lg-9 { flex-basis: 75%; max-width: 75%; } .col-lg-10 { flex-basis: 83.333%; max-width: 83.333%; } .col-lg-11 { flex-basis: 91.667%; max-width: 91.667%; } .col-lg-12 { flex-basis: 100%; max-width: 100%; } .col-lg-offset-1 { margin-left: 8.333%; } .col-lg-offset-2 { margin-left: 16.667%; } .col-lg-offset-3 { margin-left: 25%; } .col-lg-offset-4 { margin-left: 33.333%; } .col-lg-offset-5 { margin-left: 41.667%; } .col-lg-offset-6 { margin-left: 50%; } .col-lg-offset-7 { margin-left: 58.333%; } .col-lg-offset-8 { margin-left: 66.667%; } .col-lg-offset-9 { margin-left: 75%; } .col-lg-offset-10 { margin-left: 83.333%; } .col-lg-offset-11 { margin-left: 91.667%; } .start-lg { justify-content: flex-start; text-align: start; } .center-lg { justify-content: center; text-align: center; } .end-lg { justify-content: flex-end; text-align: end; } .top-lg { align-items: flex-start; } .middle-lg { align-items: center; } .bottom-lg { align-items: flex-end; } .around-lg { justify-content: space-around; } .between-lg { justify-content: space-between; } .first-lg { order: -1; } .last-lg { order: 1; } } /* * Spacing */ /* Margins */ .m-0 { margin: 0; } .ml-0 { margin-left: 0; } .mr-0 { margin-right: 0; } .mt-0 { margin-top: 0; } .mb-0 { margin-bottom: 0; } .mr-1 { margin-right: var(--spacing-xxs) } .mr-2 { margin-right: var(--spacing-xs) } .mr-3 { margin-right: var(--spacing-sm) } .mr-4 { margin-right: var(--spacing-md) } .mr-5 { margin-right: var(--spacing-lg) } .mr-6 { margin-right: var(--spacing-xl) } .mr-7 { margin-right: var(--spacing-xxl) } .mr-8 { margin-right: var(--spacing-xxxl) } .ml-1 { margin-left: var(--spacing-xxs) } .ml-2 { margin-left: var(--spacing-xs) } .ml-3 { margin-left: var(--spacing-sm) } .ml-4 { margin-left: var(--spacing-md) } .ml-5 { margin-left: var(--spacing-lg) } .ml-6 { margin-left: var(--spacing-xl) } .ml-7 { margin-left: var(--spacing-xxl) } .ml-8 { margin-left: var(--spacing-xxxl) } .mt-1 { margin-top: var(--spacing-xxs) } .mt-2 { margin-top: var(--spacing-xs) } .mt-3 { margin-top: var(--spacing-sm) } .mt-4 { margin-top: var(--spacing-md) } .mt-5 { margin-top: var(--spacing-lg) } .mt-6 { margin-top: var(--spacing-xl) } .mt-7 { margin-top: var(--spacing-xxl) } .mt-8 { margin-top: var(--spacing-xxxl) } .mb-1 { margin-bottom: var(--spacing-xxs) } .mb-2 { margin-bottom: var(--spacing-xs) } .mb-3 { margin-bottom: var(--spacing-sm) } .mb-4 { margin-bottom: var(--spacing-md) } .mb-5 { margin-bottom: var(--spacing-lg) } .mb-6 { margin-bottom: var(--spacing-xl) } .mb-7 { margin-bottom: var(--spacing-xxl) } .mb-8 { margin-bottom: var(--spacing-xxxl) } /* Paddings */ .p-0 { padding: 0; } .pl-0 { padding-left: 0; } .pr-0 { padding-right: 0; } .pt-0 { padding-top: 0; } .pb-0 { padding-bottom: 0; } .pr-1 { padding-right: var(--spacing-xxs) } .pr-2 { padding-right: var(--spacing-xs) } .pr-3 { padding-right: var(--spacing-sm) } .pr-4 { padding-right: var(--spacing-md) } .pr-5 { padding-right: var(--spacing-lg) } .pr-6 { padding-right: var(--spacing-xl) } .pr-7 { padding-right: var(--spacing-xxl) } .pr-8 { padding-right: var(--spacing-xxxl) } .pl-1 { padding-left: var(--spacing-xxs) } .pl-2 { padding-left: var(--spacing-xs) } .pl-3 { padding-left: var(--spacing-sm) } .pl-4 { padding-left: var(--spacing-md) } .pl-5 { padding-left: var(--spacing-lg) } .pl-6 { padding-left: var(--spacing-xl) } .pl-7 { padding-left: var(--spacing-xxl) } .pl-8 { padding-left: var(--spacing-xxxl) } .pt-1 { padding-top: var(--spacing-xxs) } .pt-2 { padding-top: var(--spacing-xs) } .pt-3 { padding-top: var(--spacing-sm) } .pt-4 { padding-top: var(--spacing-md) } .pt-5 { padding-top: var(--spacing-lg) } .pt-6 { padding-top: var(--spacing-xl) } .pt-7 { padding-top: var(--spacing-xxl) } .pt-8 { padding-top: var(--spacing-xxxl) } .pb-1 { padding-bottom: var(--spacing-xxs) } .pb-2 { padding-bottom: var(--spacing-xs) } .pb-3 { padding-bottom: var(--spacing-sm) } .pb-4 { padding-bottom: var(--spacing-md) } .pb-5 { padding-bottom: var(--spacing-lg) } .pb-6 { padding-bottom: var(--spacing-xl) } .pb-7 { padding-bottom: var(--spacing-xxl) } .pb-8 { padding-bottom: var(--spacing-xxxl) } /* * Icons */ /* * * @ custom-properties * :--icon .icon; * :--icon-large .icon.lg; * :--icon-small .icon.sm; * */ .icon { width: 32px; height: 32px; stroke: var(--primary-color); stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; fill: none; color: var(--primary-color); } .icon.lg { width: 52px; height: 52px; } .icon.sm { width: 20px; height: 20px; } /* * Utils */ .pull-right { float: right; } .pull-left { float: left; } .text-center { text-align: center; } .text-left { text-align: left; } .text-right { text-align: right; } .full-screen { width: 100%; min-height: 100vh; } .full-width { width: 100%; } .full-height { height: 100%; min-height: 100%; } .vertical-align { display: flex; align-items: center; } .horizontal-align { display: flex; justify-content: center; } .center { display: flex; align-items: center; justify-content: center; flex-direction: column; } .column { flex-direction: column; } .end { display: flex; align-items: center; justify-content: flex-end; } .start { display: flex; align-items: center; justify-content: flex-start; } .flex { display: flex; } .absolute { position: absolute; } .fixed { position: fixed; } .wrap { flex-wrap: wrap; } .relative { position: relative; } .truncate { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .hide { display: none; } /*# sourceMappingURL=vishnu.css.map */
0.313735
0.055849
h2 { position: relative; font-family: Montserrat, sans-serif; font-size: 30px; font-weight: 700; text-transform: uppercase; } h2:before { content: ""; position: absolute; top: 20px; left: 0; width: 67px; height: 21px; background: #7beec7; z-index: -1; } ul { padding: 0; margin: 0; list-style-type: none; } a { display: block; text-decoration: none; text-transform: uppercase; } .info { font-family: Open Sans, sans-serif; font-size: 16px; font-weight: 400; } .sub-desc { font-family: Open Sans, sans-serif; font-size: 14px; font-weight: 400; line-height: 24px; } .serv-icon { font-size: 31px; } .title { width: 67%; margin: 0 auto; text-align: center; } .title h2:before { left: calc(50% - 128px); } * { box-sizing: border-box; color: #60606e; } .container { width: 1140px; margin: 0 auto; } .header-hp { position: relative; height: 850px; background: url(../img/main_img/headerbg.jpg) 50% 50% no-repeat; background-size: cover; font-family: Montserrat, sans-serif; } .header-hp span { display: block; float: left; padding-top: 50px; text-transform: uppercase; font-size: 18px; } .header-hp i { float: right; padding-top: 50px; font-size: 40px; color: #60606e; } .header-hp .hero { position: absolute; top: 225px; left: calc(50% - 277.5px); clear: both; width: 555px; height: 200px; margin: 0 auto; text-align: center; } .header-hp .hero h1 { position: absolute; width: 100%; line-height: 100px; border: 10px solid #60606e; text-transform: uppercase; font-size: 48px; opacity: 0; } .header-hp .hero h1:before { content: "we're"; position: absolute; top: -40px; left: calc(50% - 50px); width: 100px; line-height: 30px; text-transform: uppercase; text-align: center; font-size: 18px; background: #7beec7; } .header-hp .hero p { font-family: Open Sans, sans-serif; font-size: 16px; font-weight: 400; position: absolute; bottom: -40px; line-height: 24px; opacity: 0; } .header-hp .desk-img { position: absolute; top: 550px; } .header-hp .history { position: absolute; bottom: -20px; left: 50%; width: 555px; z-index: 999999999; } .header-hp .history p { line-height: 30px; } .header-hp .history a { float: right; width: 165px; line-height: 50px; text-align: center; background: #7beec7; } .header-hp .visible { animation: slide-show 5s linear; } .header-hp .desk-img { width: 42%; } .header-hp .desk-img img { max-width: 100%; } .reasons { position: relative; padding-top: 150px; } .reasons .content { margin-top: 74px; } .reasons .services { width: 50%; float: left; } .reasons .services .service { float: left; width: 50%; margin-top: 30px; } .reasons .services .service h3 { font-family: Montserrat, sans-serif; font-size: 18px; font-weight: 700; text-transform: uppercase; } .reasons .services .service li { line-height: 30px; } .reasons .about-photo { float: right; width: 40%; } .reasons .about-photo img { max-width: 100%; } .portfolio { clear: both; padding-top: 150px; } .portfolio .portfolio-box { margin-top: 104px; } .portfolio .categories { float: left; width: 25%; } .portfolio .categories h2 { line-height: 48px; } .portfolio .categories h2:before { all: unset; } .portfolio .categories .category { font-family: Montserrat, sans-serif; font-size: 14px; font-weight: 700; padding-left: 30px; line-height: 48px; } .portfolio .portfolio_images { position: relative; width: 75%; float: right; } .portfolio .portfolio_images .column { float: left; width: 30.7%; margin-left: 3.51%; } .portfolio .portfolio_images .column .photo { margin-bottom: 30px; width: 100%; } .portfolio .portfolio_images .column .photo img { max-width: 100%; } .portfolio .portfolio_images .column:first-child { margin-left: 0; } .footer { clear: both; height: 485px; padding-top: 150px; } .footer .contact { min-height: 330px; background: #7beec7; } .footer .contact .touch-box { float: left; width: 43%; margin-top: 50px; } .footer .contact .touch-box h2 { margin-top: 0; color: #fff; } .footer .contact .touch-box h2:before { all: unset; } .footer .contact .touch-box a { font-family: Montserrat, sans-serif; font-size: 14px; font-weight: 700; width: 165px; line-height: 50px; color: #7beec7; background: #fff; text-align: center; } .footer .contact .newsletter { float: right; width: 50%; min-height: 230px; padding: 0 30px; margin: 50px 0; background: #fff; } .footer .contact .newsletter h3 { width: 66%; font-family: Montserrat, sans-serif; font-size: 24px; font-weight: 700; text-transform: uppercase; } .footer .contact .newsletter form { height: 50px; } .footer .contact .newsletter form fieldset { position: relative; height: 50px; padding: 0; } .footer .contact .newsletter form fieldset input { float: left; width: 72%; font-size: 18px; line-height: 46px; border: none; padding-left: 15px; } .footer .contact .newsletter form fieldset input:focus { outline: none; } .footer .contact .newsletter form fieldset input:focus + legend { position: relative; top: -8px; left: 0; height: 0; margin-left: 5px; font-size: 10px; color: #7beec7; transition: all .3s; } .footer .contact .newsletter form fieldset input:hover + legend { position: relative; top: -8px; left: 0; height: 0; margin-left: 5px; font-size: 10px; color: #7beec7; transition: all .3s; } .footer .contact .newsletter form fieldset legend { position: absolute; top: calc(50% - 9px); left: 15px; text-transform: uppercase; transition: all .3s; } .footer .contact .newsletter form fieldset legend:hover { position: relative; top: -8px; left: 0; height: 0; margin-left: 5px; font-size: 10px; color: #7beec7; transition: all .3s; } .footer .contact .newsletter form fieldset button { font-family: Montserrat, sans-serif; font-size: 14px; font-weight: 700; float: right; width: 18%; line-height: 48px; text-align: center; text-transform: uppercase; color: #fff; border: none; background: #7beec7; } .footer .site-map { padding-top: 50px; float: left; } .footer .site-map .link { font-family: Open Sans, sans-serif; font-size: 14px; font-weight: 400; line-height: 24px; position: relative; display: inline-block; padding-right: 30px; } .footer .site-map .link:before { content: "-"; position: absolute; top: -1px; left: -15px; } .footer .site-map .link:first-child:before { all: unset; } .footer .copyrights { font-family: Open Sans, sans-serif; font-size: 14px; font-weight: 400; line-height: 24px; float: right; padding-top: 50px; margin: 0; text-transform: uppercase; } .footer .social-medias { clear: both; float: right; padding-top: 25px; } .footer .social-medias a { display: inline-block; } @keyframes slide-show { 0% { opacity: 0; } 50% { opacity: 1; } 100% { opacity: 0; } } /* * Clearfix: contain floats * * For modern browsers * 1. The space content is one way to avoid an Opera bug when the * `contenteditable` attribute is included anywhere else in the document. * Otherwise it causes space to appear at the top and bottom of elements * that receive the `clearfix` class. * 2. The use of `table` rather than `block` is only necessary if using * `:before` to contain the top-margins of child elements. */ .clearfix:before, .clearfix:after { content: " "; /* 1 */ display: table; /* 2 */ } .clearfix:after { clear: both; }
scss/style.css
h2 { position: relative; font-family: Montserrat, sans-serif; font-size: 30px; font-weight: 700; text-transform: uppercase; } h2:before { content: ""; position: absolute; top: 20px; left: 0; width: 67px; height: 21px; background: #7beec7; z-index: -1; } ul { padding: 0; margin: 0; list-style-type: none; } a { display: block; text-decoration: none; text-transform: uppercase; } .info { font-family: Open Sans, sans-serif; font-size: 16px; font-weight: 400; } .sub-desc { font-family: Open Sans, sans-serif; font-size: 14px; font-weight: 400; line-height: 24px; } .serv-icon { font-size: 31px; } .title { width: 67%; margin: 0 auto; text-align: center; } .title h2:before { left: calc(50% - 128px); } * { box-sizing: border-box; color: #60606e; } .container { width: 1140px; margin: 0 auto; } .header-hp { position: relative; height: 850px; background: url(../img/main_img/headerbg.jpg) 50% 50% no-repeat; background-size: cover; font-family: Montserrat, sans-serif; } .header-hp span { display: block; float: left; padding-top: 50px; text-transform: uppercase; font-size: 18px; } .header-hp i { float: right; padding-top: 50px; font-size: 40px; color: #60606e; } .header-hp .hero { position: absolute; top: 225px; left: calc(50% - 277.5px); clear: both; width: 555px; height: 200px; margin: 0 auto; text-align: center; } .header-hp .hero h1 { position: absolute; width: 100%; line-height: 100px; border: 10px solid #60606e; text-transform: uppercase; font-size: 48px; opacity: 0; } .header-hp .hero h1:before { content: "we're"; position: absolute; top: -40px; left: calc(50% - 50px); width: 100px; line-height: 30px; text-transform: uppercase; text-align: center; font-size: 18px; background: #7beec7; } .header-hp .hero p { font-family: Open Sans, sans-serif; font-size: 16px; font-weight: 400; position: absolute; bottom: -40px; line-height: 24px; opacity: 0; } .header-hp .desk-img { position: absolute; top: 550px; } .header-hp .history { position: absolute; bottom: -20px; left: 50%; width: 555px; z-index: 999999999; } .header-hp .history p { line-height: 30px; } .header-hp .history a { float: right; width: 165px; line-height: 50px; text-align: center; background: #7beec7; } .header-hp .visible { animation: slide-show 5s linear; } .header-hp .desk-img { width: 42%; } .header-hp .desk-img img { max-width: 100%; } .reasons { position: relative; padding-top: 150px; } .reasons .content { margin-top: 74px; } .reasons .services { width: 50%; float: left; } .reasons .services .service { float: left; width: 50%; margin-top: 30px; } .reasons .services .service h3 { font-family: Montserrat, sans-serif; font-size: 18px; font-weight: 700; text-transform: uppercase; } .reasons .services .service li { line-height: 30px; } .reasons .about-photo { float: right; width: 40%; } .reasons .about-photo img { max-width: 100%; } .portfolio { clear: both; padding-top: 150px; } .portfolio .portfolio-box { margin-top: 104px; } .portfolio .categories { float: left; width: 25%; } .portfolio .categories h2 { line-height: 48px; } .portfolio .categories h2:before { all: unset; } .portfolio .categories .category { font-family: Montserrat, sans-serif; font-size: 14px; font-weight: 700; padding-left: 30px; line-height: 48px; } .portfolio .portfolio_images { position: relative; width: 75%; float: right; } .portfolio .portfolio_images .column { float: left; width: 30.7%; margin-left: 3.51%; } .portfolio .portfolio_images .column .photo { margin-bottom: 30px; width: 100%; } .portfolio .portfolio_images .column .photo img { max-width: 100%; } .portfolio .portfolio_images .column:first-child { margin-left: 0; } .footer { clear: both; height: 485px; padding-top: 150px; } .footer .contact { min-height: 330px; background: #7beec7; } .footer .contact .touch-box { float: left; width: 43%; margin-top: 50px; } .footer .contact .touch-box h2 { margin-top: 0; color: #fff; } .footer .contact .touch-box h2:before { all: unset; } .footer .contact .touch-box a { font-family: Montserrat, sans-serif; font-size: 14px; font-weight: 700; width: 165px; line-height: 50px; color: #7beec7; background: #fff; text-align: center; } .footer .contact .newsletter { float: right; width: 50%; min-height: 230px; padding: 0 30px; margin: 50px 0; background: #fff; } .footer .contact .newsletter h3 { width: 66%; font-family: Montserrat, sans-serif; font-size: 24px; font-weight: 700; text-transform: uppercase; } .footer .contact .newsletter form { height: 50px; } .footer .contact .newsletter form fieldset { position: relative; height: 50px; padding: 0; } .footer .contact .newsletter form fieldset input { float: left; width: 72%; font-size: 18px; line-height: 46px; border: none; padding-left: 15px; } .footer .contact .newsletter form fieldset input:focus { outline: none; } .footer .contact .newsletter form fieldset input:focus + legend { position: relative; top: -8px; left: 0; height: 0; margin-left: 5px; font-size: 10px; color: #7beec7; transition: all .3s; } .footer .contact .newsletter form fieldset input:hover + legend { position: relative; top: -8px; left: 0; height: 0; margin-left: 5px; font-size: 10px; color: #7beec7; transition: all .3s; } .footer .contact .newsletter form fieldset legend { position: absolute; top: calc(50% - 9px); left: 15px; text-transform: uppercase; transition: all .3s; } .footer .contact .newsletter form fieldset legend:hover { position: relative; top: -8px; left: 0; height: 0; margin-left: 5px; font-size: 10px; color: #7beec7; transition: all .3s; } .footer .contact .newsletter form fieldset button { font-family: Montserrat, sans-serif; font-size: 14px; font-weight: 700; float: right; width: 18%; line-height: 48px; text-align: center; text-transform: uppercase; color: #fff; border: none; background: #7beec7; } .footer .site-map { padding-top: 50px; float: left; } .footer .site-map .link { font-family: Open Sans, sans-serif; font-size: 14px; font-weight: 400; line-height: 24px; position: relative; display: inline-block; padding-right: 30px; } .footer .site-map .link:before { content: "-"; position: absolute; top: -1px; left: -15px; } .footer .site-map .link:first-child:before { all: unset; } .footer .copyrights { font-family: Open Sans, sans-serif; font-size: 14px; font-weight: 400; line-height: 24px; float: right; padding-top: 50px; margin: 0; text-transform: uppercase; } .footer .social-medias { clear: both; float: right; padding-top: 25px; } .footer .social-medias a { display: inline-block; } @keyframes slide-show { 0% { opacity: 0; } 50% { opacity: 1; } 100% { opacity: 0; } } /* * Clearfix: contain floats * * For modern browsers * 1. The space content is one way to avoid an Opera bug when the * `contenteditable` attribute is included anywhere else in the document. * Otherwise it causes space to appear at the top and bottom of elements * that receive the `clearfix` class. * 2. The use of `table` rather than `block` is only necessary if using * `:before` to contain the top-margins of child elements. */ .clearfix:before, .clearfix:after { content: " "; /* 1 */ display: table; /* 2 */ } .clearfix:after { clear: both; }
0.384565
0.059592
.header_dialog .header__panel { display: flex; align-items: center; width: 75%; } .header__friend { font-size: 18px; margin-top: -2px; margin-right: 45px; color: #fff; } .header__friend:hover { color: #fff; } .header__last-visit { font-size: 13px; } .header__back { width: 30px; height: 30px; background: url(../img/back-arrow.png) no-repeat left center / 18px; margin-right: 10px; } .dialog { position: relative; width: 76%; height: calc(100vh - 95px); background-color: #fff; -webkit-box-shadow: 0 5px 7px 0 rgba(0,0,0,.18); -moz-box-shadow: 0 5px 7px 0 rgba(0,0,0,.18); box-shadow: 0 5px 7px 0 rgba(0,0,0,.18); } .dialog__body { overflow: auto; height: calc(100vh - 225px); padding-left: 20px; } .dialog__body::-webkit-scrollbar { width: 7px; -webkit-appearance: none; } .dialog__body::-webkit-scrollbar-thumb { border-radius: 4px; background-color: rgba(0, 0, 0, .35); -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5); } .dialog__date { font-size: 14px; display: block; margin-top: 20px; text-align: center; color: #817f7f; } .dialog .avatar { width: 60px; height: 60px; margin-right: 18px; } .dialog .avatar::after { top: -11px; left: -12px; width: 88%; height: 88%; border-width: 15px; } .message { display: flex; margin-top: 30px; padding-right: 8%; } .message__body { width: 100%; } .message__username { font-size: 15px; font-weight: bold; display: block; margin-bottom: 15px; } .message__item { display: flex; justify-content: space-between; margin-bottom: 15px; } .message__text { font-size: 15px; width: fit-content; max-width: 75%; padding: 1px 5px 3px 5px; } .message_user .message__text { background-color: #ffdeff; } .message__time { font-size: 14px; color: #817f7f; } .message__image { max-width: 100%; } .message_user .message__image { padding: 10px 5px; background-color: #ffdeff; } .dialog__send-message { position: absolute; right: 0; bottom: 0; left: 0; display: flex; padding-top: 10px; padding-bottom: 10px; padding-left: 20px; border-top: 1px solid #e5e5e5; } .dialog__form { position: relative; width: 70%; } .dialog__input { font-size: 15px; width: 100%; padding: 15px 80px 5px 15px; border-bottom: 1px solid #202020; height: 70px; margin-bottom: 35px; } .dialog__send { font-size: 14px; font-weight: bold; position: absolute; right: 0; bottom: -2px; padding-top: 8px; padding-bottom: 8px; cursor: pointer; text-transform: uppercase; color: #ff00fc; background-color: transparent; } .dialog__affix { width: 40px; height: 40px; cursor: pointer; background: url(../img/dialog-affix.png) no-repeat center / 30px; position: absolute; right: 40px; top: 6px; opacity: .8; } .more-emoji { display: block; width: 30px; height: 30px; cursor: pointer; opacity: .5; background: url(../img/emoji2.png) no-repeat center / 19px; } .emoji-container { position: absolute; top: 10px; right: 12px; z-index: 2; } .emoji { position: absolute; right: 120px; bottom: 2px; } .emoji__item { width: 19px; cursor: pointer; } .emoji-wrapper .emoji__item { margin: 2px; } .emoji-wrapper { display: none; opacity: 0; transition: .2s; position: absolute; right: 0; top: -153px; width: 300px; height: fit-content; max-height: 145px; background-color: #fff; padding: 10px 15px; overflow: auto; border: 1px solid #e5e5e5; border-radius: 5px; text-align: justify; } .emoji-container:hover::after { content: ''; width: 220px; height: 25px; position: absolute; top: -10px; right: 0; }
page make up/public_html/dialog/css/dialog.css
.header_dialog .header__panel { display: flex; align-items: center; width: 75%; } .header__friend { font-size: 18px; margin-top: -2px; margin-right: 45px; color: #fff; } .header__friend:hover { color: #fff; } .header__last-visit { font-size: 13px; } .header__back { width: 30px; height: 30px; background: url(../img/back-arrow.png) no-repeat left center / 18px; margin-right: 10px; } .dialog { position: relative; width: 76%; height: calc(100vh - 95px); background-color: #fff; -webkit-box-shadow: 0 5px 7px 0 rgba(0,0,0,.18); -moz-box-shadow: 0 5px 7px 0 rgba(0,0,0,.18); box-shadow: 0 5px 7px 0 rgba(0,0,0,.18); } .dialog__body { overflow: auto; height: calc(100vh - 225px); padding-left: 20px; } .dialog__body::-webkit-scrollbar { width: 7px; -webkit-appearance: none; } .dialog__body::-webkit-scrollbar-thumb { border-radius: 4px; background-color: rgba(0, 0, 0, .35); -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5); } .dialog__date { font-size: 14px; display: block; margin-top: 20px; text-align: center; color: #817f7f; } .dialog .avatar { width: 60px; height: 60px; margin-right: 18px; } .dialog .avatar::after { top: -11px; left: -12px; width: 88%; height: 88%; border-width: 15px; } .message { display: flex; margin-top: 30px; padding-right: 8%; } .message__body { width: 100%; } .message__username { font-size: 15px; font-weight: bold; display: block; margin-bottom: 15px; } .message__item { display: flex; justify-content: space-between; margin-bottom: 15px; } .message__text { font-size: 15px; width: fit-content; max-width: 75%; padding: 1px 5px 3px 5px; } .message_user .message__text { background-color: #ffdeff; } .message__time { font-size: 14px; color: #817f7f; } .message__image { max-width: 100%; } .message_user .message__image { padding: 10px 5px; background-color: #ffdeff; } .dialog__send-message { position: absolute; right: 0; bottom: 0; left: 0; display: flex; padding-top: 10px; padding-bottom: 10px; padding-left: 20px; border-top: 1px solid #e5e5e5; } .dialog__form { position: relative; width: 70%; } .dialog__input { font-size: 15px; width: 100%; padding: 15px 80px 5px 15px; border-bottom: 1px solid #202020; height: 70px; margin-bottom: 35px; } .dialog__send { font-size: 14px; font-weight: bold; position: absolute; right: 0; bottom: -2px; padding-top: 8px; padding-bottom: 8px; cursor: pointer; text-transform: uppercase; color: #ff00fc; background-color: transparent; } .dialog__affix { width: 40px; height: 40px; cursor: pointer; background: url(../img/dialog-affix.png) no-repeat center / 30px; position: absolute; right: 40px; top: 6px; opacity: .8; } .more-emoji { display: block; width: 30px; height: 30px; cursor: pointer; opacity: .5; background: url(../img/emoji2.png) no-repeat center / 19px; } .emoji-container { position: absolute; top: 10px; right: 12px; z-index: 2; } .emoji { position: absolute; right: 120px; bottom: 2px; } .emoji__item { width: 19px; cursor: pointer; } .emoji-wrapper .emoji__item { margin: 2px; } .emoji-wrapper { display: none; opacity: 0; transition: .2s; position: absolute; right: 0; top: -153px; width: 300px; height: fit-content; max-height: 145px; background-color: #fff; padding: 10px 15px; overflow: auto; border: 1px solid #e5e5e5; border-radius: 5px; text-align: justify; } .emoji-container:hover::after { content: ''; width: 220px; height: 25px; position: absolute; top: -10px; right: 0; }
0.264833
0.041696
@charset "utf-8"; html, body { font: normal 12px/1.5 "Trebuchet MS", Arial, sans-serif; } body { min-width: 990px; background: #040404 url("../images/layout/bg-top.jpg") 50% 0 no-repeat; color: #4a4a4a; } /* text and headings */ h2 { color: #393939; font-weight: bold; font-size: 28px; letter-spacing: -1px; } h3 { color: #393939; font-weight: bold; font-size: 16px; } h4 { color: #727272; font-size: 11px; text-transform: uppercase; } a { color:#00b6ff } a:hover, a:focus { color: #fff; } .text-green { color: #4a8432; } .text-red { color: #944a4a; } ::-moz-selection { color: #eee; background: #006a9b; } ::selection { color: #eee; background: #006a9b; } /* shadows */ .drop-shadow { -moz-box-shadow: #888888 0 3px 10px; -webkit-box-shadow: #888888 0 3px 10px; box-shadow: #888888 0 3px 10px; } .glow-shadow { -moz-box-shadow: #888888 0 0 10px; -webkit-box-shadow: #888888 0 0 10px; box-shadow: #888888 0 0 10px; } .glow-shadow-2 { -moz-box-shadow: #b2b2b2 0 0 5px; -webkit-box-shadow: #b2b2b2 0 0 5px; box-shadow: #b2b2b2 0 0 5px; } .glow-shadow-3 { -moz-box-shadow: #000 0 0 8px; -webkit-box-shadow: #000 0 0 8px; box-shadow: #000 0 0 8px; } /* borders */ .border-2 { -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; } .border-3 { -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; } .border-4 { -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; } .border-5 { -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; } /* buttons */ .button1 span { background-image: url("../images/buttons/button-1.png"); background-repeat: no-repeat; color: #fff; } .button1.hover span, .button1:hover span, .button1.disabled span, .button1.processing span { color: #fff; } .landing .button1.disabled, .landing .button1.disabled span { color: #484a4d; } .button1.disabled span { background-position:0 -82px; color:#666; } .button1.disabled span span { background-position:right -205px; } .button2 span { padding: 0 0 0 13px; height: 30px; line-height: 30px; font-size: 11px; background-image: url("../images/buttons/button-2.png"); background-repeat: no-repeat; color: #fff; } .button2 span span { padding: 0 13px 0 0; background-position: 100% -123px; } .button2.hover span, .button2:hover span, .button2.disabled span, .button2.processing span { color: #fff; } .button2.hover span, .button2:hover span { background-position:0 -41px; } .button2.hover span span, .button2:hover span span { background-position: 100% -164px; } .button4 span { background-image: url("../images/buttons/button-large.png"); background-repeat: no-repeat; color: #fff; } .button4:hover span, .button4.disabled span, .button4.disabled span { color: #fff; } /* Recreated .ui-button styles that were removed in Common 5.0*/ .button1 span { font: normal 12px/13px "Lucida Sans Unicode","Lucida Grande",sans-serif;text-transform: uppercase; padding: 0 0 0 28px; } .button1 span span { line-height:38px; background-position: 100% -123px; padding: 0 28px 0 0; } .button1:hover span { background-position: 0 -41px; } .button1:hover span span { background-position: 100% -164px; } /* Existing button styles */ .ui-button.button4 span { height: 76px; line-height: 76px; font-size:24px; font-weight:bold; padding-right:40px; background-position: 100% -246px; cursor: pointer; padding: 0 0 0 40px; background-position: 0 0; } .ui-button.button4 span span { padding: 0 40px 0 0; background-position: 100% -246px; } .ui-button.button4.hover span { background-position: 0 -82px; } .ui-button.button4.hover span span { background-position: 100% -328px; } .ui-cancel { border-left: 1px solid #bababa; padding: 0; margin-left: 10px; } .ui-cancel span { padding: 0 15px; } .button3 { background:#064680; -moz-border-radius:4px; -moz-box-shadow: #444 0 0 5px; -webkit-box-shadow: #444 0 0 5px; box-shadow: #444 0 0 5px; background-image: -moz-linear-gradient(top, #10508A, #013769); background-image: -webkit-gradient(linear,center top, center bottom,from(#10508A),to(#013769)); } .button3:hover { background-image: -moz-linear-gradient(top, #3F7FB9, #1B5B95); background-image: -webkit-gradient(linear,center top, center bottom,from(#3F7FB9),to(#1B5B95)); } .button3 span { height:auto; line-height:normal; color:#FFF; padding:0; } .button3 span span { padding:5px 10px; } /* breadcrumbs */ #header .ui-breadcrumb { position:relative; z-index:2; padding-top:23px;} .ui-breadcrumb li { } .ui-breadcrumb li a { -moz-border-radius:3px; -webkit-border-radius: 3px; border-radius: 3px; color:#363535; display:inline-block; padding:0; font-size:11px; font-weight:bold; text-decoration:underline; } .ui-breadcrumb li.last a { background:none repeat scroll 0 0 #565C67; color:#FFFFFF; text-decoration:none; padding:0 7px; } .ui-breadcrumb li a:hover { color:#00577e; } .ui-breadcrumb li:after { content:"/"; display:inline-block; margin:0 7px; color:#8b8b8b; } .ui-breadcrumb li.last:after { content: ""; } .ui-breadcrumb li.last a:hover { color:#fff; } /* rate post */ .rate-post-wrapper { position: relative; white-space: nowrap; margin-top: 29px; padding: 1px 0 40px; clear: both; width: 110px; } .ie67 .rate-post-wrapper { zoom:1 } .rate-post-wrapper .rate-up { float:right; margin-left:0; } .rate-post-wrapper .rate-up .button-left, .rate-post-wrapper .rate-up .button-right { display:block; height: 27px; line-height: 27px; background: url(../images/layout/cms/icon-rating.png) no-repeat; } .rate-post-wrapper .rate-up .button-left { background-position: 0 -29px; padding-left: 24px; } .rate-post-wrapper .rate-up .button-right { background-position: 100% -118px; padding-right: 10px; } .rate-post-wrapper .rate-up:hover .button-left { background-position:0 -59px; } .rate-post-wrapper .rate-up:hover .button-right { background-position:100% -148px; color: #fff;} .rate-post-wrapper .downvote-wrapper { position: relative; float: right; } .rate-post-wrapper .rate-down { display: block; width: 44px; height: 27px; background: url(../images/layout/cms/icon-rating.png) no-repeat; } .rate-post-wrapper .rate-down:hover { background-position: -44px 0; } .rate-post-wrapper .downvote-menu { position: absolute; right: 0; top: 26px; font-size: 12px; } .rate-post-wrapper .downvote-menu .ui-dropdown { width: auto; min-width: 87px; } .ie6 .rate-post-wrapper .downvote-menu .ui-dropdown { width: 130px; zoom: 1; } .rate-post-wrapper .downvote-menu .ui-dropdown .dropdown-wrapper { border-radius: 5px; box-shadow: 0 0 3px #666; width: auto; min-width: 87px; background-color: #c5c5c5; } .ie6 .rate-post-wrapper .downvote-menu .ui-dropdown .dropdown-wrapper { width: 117px; zoom: 1; } .rate-post-wrapper .downvote-menu a { padding: 5px 12px 0 10px; display: block; text-align: right; color:#292929; } .rate-post-wrapper .downvote-menu a:hover { text-decoration: underline; color:#00A7F1 } .rate-post-wrapper .downvote-menu .report-comment { border-radius: 0 0 5px 5px; border-top: 1px solid #a7a7a7; padding: 2px 0 7px 0; margin-top: 8px; } .rate-post-wrapper .downvote-menu .report-comment a { line-height: 17px; } .rate-post-wrapper .downvote-menu .report-comment a:hover { text-decoration: underline; } .rate-post-wrapper .downvote-menu .report-comment a:before { content: " "; display: inline-block; width: 20px; height: 17px; background: url("../images/layout/cms/view-topic.gif?v=2") -67px 0 no-repeat; float: left; } .rate-post-wrapper .downvote-menu .report-comment a:hover:before { opacity:0.9 } .rate-post-wrapper.downvoted .rate-down, .rate-post-wrapper.downvoted .rate-down:hover { background-position: -88px 0; } .rate-post-wrapper.upvoted .rate-up .button-left, .rate-post-wrapper.upvoted .rate-up:hover .button-left { background-position: 0 -89px; } .rate-post-wrapper.upvoted .rate-up .button-right, .rate-post-wrapper.upvoted .rate-up:hover .button-right { background-position: 100% -178px; color:#6B4F3D; } .rate-post-wrapper .downvote-wrapper, .rate-post-wrapper .rate-up { visibility:hidden } .rate-post-wrapper .downvote-wrapper.keep-shown, .rate-post-wrapper .rate-up.keep-shown { visibility:visible } .rate-post-wrapper.rate-post-login { visibility: hidden } .ie67 .rate-post-wrapper .downvote-wrapper, .ie67 .rate-post-wrapper .rate-up { visibility:visible } .ie67 .rate-post-wrapper.rate-post-login { visibility:visible } /* report post */ .report-post { display:none } .report-post td { vertical-align:top; padding-left:10px } .report-post .report-submit-wrapper { padding-left:0 } .report-post td:first-child { text-align:right; padding-right:10px; padding-top:17px } .report-post textarea { border-radius:5px; padding:5px 7px; font-family: sans-serif } .report-post select { padding:5px 7px; border-radius:5px } .report-post .report-desc { padding-top:20px } .report-post .report-desc small { display:block; font-size:10px } .cjk .report-post .report-desc small { font-size:12px } .report-post .report-detail { padding:10px 0 } .report-post .ui-button { float:left } .report-post .cancel-report { display:block; float:left; height:36px; line-height:36px; padding-left:10px } .report-post .report-success { display:none } /* context menu */ .ko-kr .ui-context { font-family:Dotum; } body .ui-context .context .context-links a { background-image: url("../images/icons/context.gif"); background-repeat: no-repeat; } .ui-context .context .context-links .icon-profile { background-position: 0 0; display:none; } .ui-context .context .context-links .icon-posts { background-position: 0 -30px; } .ui-context .context .context-links .icon-ignore { background-position: 0 -60px; } .ui-context .context .context-links .icon-ban { background-position: 0 -90px; } .context-link { padding-right: 17px; background: url("../images/icons/flyout-arrows.gif") 100% -25px no-repeat; } .context-link.context-open { background-position: 100% -87px; } .ko-kr .context-link { background-position:100% -28px } .ko-kr .context-link:hover { background-position:100% -87px } /* pagination */ .ui-pagination li a { background: url("../images/form/dropdown-bg.gif") 0 0 repeat-x; color: #cecece; -moz-border-radius: 2px; -webkit-border-radius: 2px; } .ui-pagination li a:hover { background: url("../images/form/dropdown-bg.gif") 0 -40px repeat-x; color: #fff; text-decoration: none; } .ui-pagination li.current a { background: #0080b2; color: #fff; } .ui-pagination li.current a:hover { background: #009ee2; } /* tooltip */ .ui-tooltip { color: #c4d2db; background: #4d606d; border-radius: 4px; box-shadow:2px 2px 5px rgba(0,0,0,0.4); padding:8px 12px } .ui-tooltip h3 { color: #fff; } .ui-tooltip .middle-center { padding: 10px; } /* menu */ .flyout-menu { padding-top: 20px; background: url("../images/layout/menu-dropdown.gif") 0 0 no-repeat; width: 190px; } .flyout-menu ul { background: #4d606d; width: 190px; padding-bottom: 5px; -moz-border-radius-bottomleft: 4px; -moz-border-radius-bottomright: 4px; } .flyout-menu ul li { padding: 0 5px; } .flyout-menu ul li.divider { padding: 3px 10px; margin: 5px 0; background: #364b58; color: #627a8a; } .flyout-menu ul li a { color: #acbdc8; display: block; padding: 3px 5px; } .flyout-menu ul li a:hover { background: #6b7f8d; color: #fff; -moz-border-radius: 3px; } /* overlay */ #overlay { padding: 20px; color: #000; background: #d9d9d9; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; } /* layout */ .wrapper { width: 990px; margin: 0 auto; } #layout-top { background: url("../images/layout/bg-sides.png") bottom center repeat-x; } .landing-classic #layout-top { height: 260px; } #layout-top .wrapper { position: relative; } #layout-middle { background: #d3d1ce url("../images/layout/bg-middle.jpg") top center repeat-x; border-bottom: 4px solid #777674; } #layout-bottom { background: #000 url("../images/layout/bg-top.jpg") no-repeat 50% 70% } /* header */ #header { padding-top: 50px; clear: both; } #logo { height: 92px; width:402px; position: relative; z-index: 75; margin-bottom: 10px; } #logo a, #logo span { width: 402px; height: 92px; display: block; border: none; text-indent: -9999px; background: url("../local-common/images/logos/bnet-default.png") no-repeat; } /* header section */ #section { margin-top: 10px; background: url("../images/layout/section-bg.png") 50% 0 no-repeat; padding: 20px; } #section h2 { color:#62737E; font-size: 26px; margin-bottom: 5px; font-weight: normal; } .homepage.logged-in #section { margin-top: 30px; } .homepage #section { padding: 0 0 120px 0; } #navigation { margin-top: 10px; padding: 15px 0; } #navigation h2 { color: #62737E; font-weight: normal; border-right:1px solid #495354; float:left; font-size:36px; margin:0 20px 0 0; padding-right:20px } #navigation h2 a { color: #62737E; } #navigation h2 a:hover { color: #fff; } #navigation h3 { color: #bdc4d0; float: left; font-size: 26px; padding-top: 7px; font-weight: normal; } #user-card { float: right; text-align: right; } #user-card h4 { color: #fff; font-size: 18px; text-transform: none } /* search bar */ .search-bar { float: right; margin-top: 25px; margin-right: 7px; } .search-bar div { position: relative; } .search-bar input { position: absolute; top: 0; } .search-bar .search-button { top:0px; right: -3px; width: 32px; height: 32px; background-color: transparent; border: none; cursor: pointer } .search-bar .search-field { width: 255px; right: 32px; font-size: 12px; border: none; color: #707070; padding: 7px 5px; background-color: transparent; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; -webkit-appearance: none; } .search-bar .search-field.active, .search-bar .search-field:focus { color: #000; } .search-bar form { height: 32px; width: 280px; padding: 0 3px 0 20px; background: url("../images/layout/search-bar.gif") 0 0 no-repeat; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; } /* content */ #content { padding: 25px 0; min-height: 350px; } #page-header { padding-bottom: 10px; margin-bottom: 10px; border-bottom: 1px solid #afadac; } #page-header h2 { margin-top: 0; } #page-content p { margin: 0 0 15px 0; } #page-content form { margin-top: 15px; } /* alternate pages */ #wrapper { padding-bottom: 50px; } .wrapper { width: 990px; margin: 0 auto; position: relative; } .wrapper #service { right: -7px; } .wrapper #header-small { padding: 15px 0; text-align: center; } .wrapper #header-small #logo { text-align: center; } .wrapper #header-small #logo a { margin: 0 auto; } #alternate { color: #68727b; } #alternate h2 { color: #8c99a5; } #alternate h3 { color: #cdd8e2; } #alternate #alternate-left { float: left; width: 550px; } #alternate #alternate-right { float: right; width: 350px; } #alternate .ui-cancel span { border-color: #232628; } /* sub menu */ #sub-menu { margin-bottom: 25px; } #sub-menu a { padding: 4px 7px; display: inline-block; margin-right: 10px; color: #4a4a4a; text-decoration: underline; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; } #sub-menu a:hover { background: #e3e3e3; text-decoration: none; } #sub-menu a.active { background: #565c67; color: #fff; text-decoration: none; } #wrapper #sub-menu a { color:#74B9D6; } #wrapper #sub-menu a:hover { color: #4a4a4a; } #wrapper #sub-menu a.active { color: #fff; } /* text */ .header { font-size: 24px; font-weight: normal; } .subheader { font-size: 20px; font-weight: normal; } .category { font-size: 22px; font-weight: normal; color: #5D5D5D !important; } .subcategory { font-size: 16px; font-weight: normal; color: #5D5D5D; } /* table */ .table-options { height: 20px; line-height: 20px; } .table-options .input { padding: 1px; } .table-options .option { float: right; padding-left: 15px } .table-options .option .input { padding-right: 2px } .table-options .ui-pagination { padding: 0; background: none; height: 20px; display: inline } .table-options .ui-pagination a { height: 20px; line-height: 20px; } /* typeahead */ .ui-typeahead-ghost .input-ghost { color: #b1b1b1; } .ui-typeahead { background-color: #FFFFFF; border: 1px solid #BBBBBB; margin-left: 17px; margin-top: 1px; font-size: 14px; z-index: 2; } .ui-typeahead .group-title { } .ui-typeahead .group-list li a:hover, .ui-typeahead li a:focus, .ui-typeahead li a:active, .ui-typeahead .group-list li a:hover em, .ui-typeahead li a:focus em, .ui-typeahead li a:active em { color: #FFFFFF; background-color: #3399FF; } .ui-typeahead .group-list a:hover, .ui-typeahead .group-list a.item-active, .ui-typeahead .group-list a:hover em, .ui-typeahead .group-list a.item-active em { color: #FFFFFF; background-color: #3399FF; } .ui-typeahead .group-list a { color: #000000; font-family: Arial,sans-serif; font-weight: bold; } .ui-typeahead .group-list a em { border-bottom: none; font-weight: normal; color: #707070; } .ui-typeahead .group-list a .desc { display: block; font-size: 11px; font-weight: normal; white-space: normal; color: #777; } .ui-typeahead .group-list a:hover .desc { color: #FFF; } .ui-typeahead .icon-desc .title { white-space: pre-wrap; } /* Feedback */ #feedback-page { background: url('../local-common/images/layout/bg.jpg') no-repeat 0 0; padding-bottom: 45px; -moz-box-shadow: 0 0 20px #000; -webkit-box-shadow: 0 0 10px #1e2023; border-radius: 7px; } /* pagination buttons */ .ui-pagination li a { padding: 3px 8px; border-radius: 3px; } /* Temporarily override commons footer css until legal-lib 2.0 is finalized */ #legal-ratings { width: auto; } #footer .nav-client .nav-btn { background-color: #098cc8; background-image: -webkit-linear-gradient(top, #0f9ada, #0076ad); background-image: linear-gradient(to bottom, #0f9ada, #0076ad); color: #FFF; } #footer .nav-client .dropdown-menu .active > a, #footer .nav-client .dropdown-menu .active > a:hover, #footer .nav-client .dropdown-menu .active > a:focus { color: #ffffff; } #footer .nav-client .nav-item { color: rgba(255, 255, 255, 0.7); text-decoration: none; -webkit-transition: text-shadow 160ms ease, color 160ms ease; transition: text-shadow 160ms ease, color 160ms ease; } #footer .nav-client .nav-a.footer-links-snowflake { color: #99cee0; font-weight: 700; } #footer .nav-client .nav-btn.disabled, #footer .nav-client .nav-btn[disabled], #footer .nav-client .nav-btn.disabled:hover, #footer .nav-client .nav-btn.disabled:focus, #footer .nav-client .nav-btn.disabled:active, #footer .nav-client .nav-btn.disabled.active { background-image: -webkit-linear-gradient(top, rgba(15, 154, 218, 0.1), rgba(0, 118, 173, 0.1)); background-image: linear-gradient(to bottom, rgba(15, 154, 218, 0.1), rgba(0, 118, 173, 0.1)); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.03), 0 0 0 1px rgba(255, 255, 255, 0.016) inset; } #footer .nav-client .nav-btn:hover, #footer .nav-client .nav-btn:focus { background-image: -webkit-linear-gradient(top, #37c0ff, #0097dd); background-image: linear-gradient(to bottom, #37c0ff, #0097dd); }
Dataset 2017/4- Games/2- Battle.net/1- fun games-keyword/Search-Battle.net_files/bnet.css
@charset "utf-8"; html, body { font: normal 12px/1.5 "Trebuchet MS", Arial, sans-serif; } body { min-width: 990px; background: #040404 url("../images/layout/bg-top.jpg") 50% 0 no-repeat; color: #4a4a4a; } /* text and headings */ h2 { color: #393939; font-weight: bold; font-size: 28px; letter-spacing: -1px; } h3 { color: #393939; font-weight: bold; font-size: 16px; } h4 { color: #727272; font-size: 11px; text-transform: uppercase; } a { color:#00b6ff } a:hover, a:focus { color: #fff; } .text-green { color: #4a8432; } .text-red { color: #944a4a; } ::-moz-selection { color: #eee; background: #006a9b; } ::selection { color: #eee; background: #006a9b; } /* shadows */ .drop-shadow { -moz-box-shadow: #888888 0 3px 10px; -webkit-box-shadow: #888888 0 3px 10px; box-shadow: #888888 0 3px 10px; } .glow-shadow { -moz-box-shadow: #888888 0 0 10px; -webkit-box-shadow: #888888 0 0 10px; box-shadow: #888888 0 0 10px; } .glow-shadow-2 { -moz-box-shadow: #b2b2b2 0 0 5px; -webkit-box-shadow: #b2b2b2 0 0 5px; box-shadow: #b2b2b2 0 0 5px; } .glow-shadow-3 { -moz-box-shadow: #000 0 0 8px; -webkit-box-shadow: #000 0 0 8px; box-shadow: #000 0 0 8px; } /* borders */ .border-2 { -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; } .border-3 { -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; } .border-4 { -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; } .border-5 { -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; } /* buttons */ .button1 span { background-image: url("../images/buttons/button-1.png"); background-repeat: no-repeat; color: #fff; } .button1.hover span, .button1:hover span, .button1.disabled span, .button1.processing span { color: #fff; } .landing .button1.disabled, .landing .button1.disabled span { color: #484a4d; } .button1.disabled span { background-position:0 -82px; color:#666; } .button1.disabled span span { background-position:right -205px; } .button2 span { padding: 0 0 0 13px; height: 30px; line-height: 30px; font-size: 11px; background-image: url("../images/buttons/button-2.png"); background-repeat: no-repeat; color: #fff; } .button2 span span { padding: 0 13px 0 0; background-position: 100% -123px; } .button2.hover span, .button2:hover span, .button2.disabled span, .button2.processing span { color: #fff; } .button2.hover span, .button2:hover span { background-position:0 -41px; } .button2.hover span span, .button2:hover span span { background-position: 100% -164px; } .button4 span { background-image: url("../images/buttons/button-large.png"); background-repeat: no-repeat; color: #fff; } .button4:hover span, .button4.disabled span, .button4.disabled span { color: #fff; } /* Recreated .ui-button styles that were removed in Common 5.0*/ .button1 span { font: normal 12px/13px "Lucida Sans Unicode","Lucida Grande",sans-serif;text-transform: uppercase; padding: 0 0 0 28px; } .button1 span span { line-height:38px; background-position: 100% -123px; padding: 0 28px 0 0; } .button1:hover span { background-position: 0 -41px; } .button1:hover span span { background-position: 100% -164px; } /* Existing button styles */ .ui-button.button4 span { height: 76px; line-height: 76px; font-size:24px; font-weight:bold; padding-right:40px; background-position: 100% -246px; cursor: pointer; padding: 0 0 0 40px; background-position: 0 0; } .ui-button.button4 span span { padding: 0 40px 0 0; background-position: 100% -246px; } .ui-button.button4.hover span { background-position: 0 -82px; } .ui-button.button4.hover span span { background-position: 100% -328px; } .ui-cancel { border-left: 1px solid #bababa; padding: 0; margin-left: 10px; } .ui-cancel span { padding: 0 15px; } .button3 { background:#064680; -moz-border-radius:4px; -moz-box-shadow: #444 0 0 5px; -webkit-box-shadow: #444 0 0 5px; box-shadow: #444 0 0 5px; background-image: -moz-linear-gradient(top, #10508A, #013769); background-image: -webkit-gradient(linear,center top, center bottom,from(#10508A),to(#013769)); } .button3:hover { background-image: -moz-linear-gradient(top, #3F7FB9, #1B5B95); background-image: -webkit-gradient(linear,center top, center bottom,from(#3F7FB9),to(#1B5B95)); } .button3 span { height:auto; line-height:normal; color:#FFF; padding:0; } .button3 span span { padding:5px 10px; } /* breadcrumbs */ #header .ui-breadcrumb { position:relative; z-index:2; padding-top:23px;} .ui-breadcrumb li { } .ui-breadcrumb li a { -moz-border-radius:3px; -webkit-border-radius: 3px; border-radius: 3px; color:#363535; display:inline-block; padding:0; font-size:11px; font-weight:bold; text-decoration:underline; } .ui-breadcrumb li.last a { background:none repeat scroll 0 0 #565C67; color:#FFFFFF; text-decoration:none; padding:0 7px; } .ui-breadcrumb li a:hover { color:#00577e; } .ui-breadcrumb li:after { content:"/"; display:inline-block; margin:0 7px; color:#8b8b8b; } .ui-breadcrumb li.last:after { content: ""; } .ui-breadcrumb li.last a:hover { color:#fff; } /* rate post */ .rate-post-wrapper { position: relative; white-space: nowrap; margin-top: 29px; padding: 1px 0 40px; clear: both; width: 110px; } .ie67 .rate-post-wrapper { zoom:1 } .rate-post-wrapper .rate-up { float:right; margin-left:0; } .rate-post-wrapper .rate-up .button-left, .rate-post-wrapper .rate-up .button-right { display:block; height: 27px; line-height: 27px; background: url(../images/layout/cms/icon-rating.png) no-repeat; } .rate-post-wrapper .rate-up .button-left { background-position: 0 -29px; padding-left: 24px; } .rate-post-wrapper .rate-up .button-right { background-position: 100% -118px; padding-right: 10px; } .rate-post-wrapper .rate-up:hover .button-left { background-position:0 -59px; } .rate-post-wrapper .rate-up:hover .button-right { background-position:100% -148px; color: #fff;} .rate-post-wrapper .downvote-wrapper { position: relative; float: right; } .rate-post-wrapper .rate-down { display: block; width: 44px; height: 27px; background: url(../images/layout/cms/icon-rating.png) no-repeat; } .rate-post-wrapper .rate-down:hover { background-position: -44px 0; } .rate-post-wrapper .downvote-menu { position: absolute; right: 0; top: 26px; font-size: 12px; } .rate-post-wrapper .downvote-menu .ui-dropdown { width: auto; min-width: 87px; } .ie6 .rate-post-wrapper .downvote-menu .ui-dropdown { width: 130px; zoom: 1; } .rate-post-wrapper .downvote-menu .ui-dropdown .dropdown-wrapper { border-radius: 5px; box-shadow: 0 0 3px #666; width: auto; min-width: 87px; background-color: #c5c5c5; } .ie6 .rate-post-wrapper .downvote-menu .ui-dropdown .dropdown-wrapper { width: 117px; zoom: 1; } .rate-post-wrapper .downvote-menu a { padding: 5px 12px 0 10px; display: block; text-align: right; color:#292929; } .rate-post-wrapper .downvote-menu a:hover { text-decoration: underline; color:#00A7F1 } .rate-post-wrapper .downvote-menu .report-comment { border-radius: 0 0 5px 5px; border-top: 1px solid #a7a7a7; padding: 2px 0 7px 0; margin-top: 8px; } .rate-post-wrapper .downvote-menu .report-comment a { line-height: 17px; } .rate-post-wrapper .downvote-menu .report-comment a:hover { text-decoration: underline; } .rate-post-wrapper .downvote-menu .report-comment a:before { content: " "; display: inline-block; width: 20px; height: 17px; background: url("../images/layout/cms/view-topic.gif?v=2") -67px 0 no-repeat; float: left; } .rate-post-wrapper .downvote-menu .report-comment a:hover:before { opacity:0.9 } .rate-post-wrapper.downvoted .rate-down, .rate-post-wrapper.downvoted .rate-down:hover { background-position: -88px 0; } .rate-post-wrapper.upvoted .rate-up .button-left, .rate-post-wrapper.upvoted .rate-up:hover .button-left { background-position: 0 -89px; } .rate-post-wrapper.upvoted .rate-up .button-right, .rate-post-wrapper.upvoted .rate-up:hover .button-right { background-position: 100% -178px; color:#6B4F3D; } .rate-post-wrapper .downvote-wrapper, .rate-post-wrapper .rate-up { visibility:hidden } .rate-post-wrapper .downvote-wrapper.keep-shown, .rate-post-wrapper .rate-up.keep-shown { visibility:visible } .rate-post-wrapper.rate-post-login { visibility: hidden } .ie67 .rate-post-wrapper .downvote-wrapper, .ie67 .rate-post-wrapper .rate-up { visibility:visible } .ie67 .rate-post-wrapper.rate-post-login { visibility:visible } /* report post */ .report-post { display:none } .report-post td { vertical-align:top; padding-left:10px } .report-post .report-submit-wrapper { padding-left:0 } .report-post td:first-child { text-align:right; padding-right:10px; padding-top:17px } .report-post textarea { border-radius:5px; padding:5px 7px; font-family: sans-serif } .report-post select { padding:5px 7px; border-radius:5px } .report-post .report-desc { padding-top:20px } .report-post .report-desc small { display:block; font-size:10px } .cjk .report-post .report-desc small { font-size:12px } .report-post .report-detail { padding:10px 0 } .report-post .ui-button { float:left } .report-post .cancel-report { display:block; float:left; height:36px; line-height:36px; padding-left:10px } .report-post .report-success { display:none } /* context menu */ .ko-kr .ui-context { font-family:Dotum; } body .ui-context .context .context-links a { background-image: url("../images/icons/context.gif"); background-repeat: no-repeat; } .ui-context .context .context-links .icon-profile { background-position: 0 0; display:none; } .ui-context .context .context-links .icon-posts { background-position: 0 -30px; } .ui-context .context .context-links .icon-ignore { background-position: 0 -60px; } .ui-context .context .context-links .icon-ban { background-position: 0 -90px; } .context-link { padding-right: 17px; background: url("../images/icons/flyout-arrows.gif") 100% -25px no-repeat; } .context-link.context-open { background-position: 100% -87px; } .ko-kr .context-link { background-position:100% -28px } .ko-kr .context-link:hover { background-position:100% -87px } /* pagination */ .ui-pagination li a { background: url("../images/form/dropdown-bg.gif") 0 0 repeat-x; color: #cecece; -moz-border-radius: 2px; -webkit-border-radius: 2px; } .ui-pagination li a:hover { background: url("../images/form/dropdown-bg.gif") 0 -40px repeat-x; color: #fff; text-decoration: none; } .ui-pagination li.current a { background: #0080b2; color: #fff; } .ui-pagination li.current a:hover { background: #009ee2; } /* tooltip */ .ui-tooltip { color: #c4d2db; background: #4d606d; border-radius: 4px; box-shadow:2px 2px 5px rgba(0,0,0,0.4); padding:8px 12px } .ui-tooltip h3 { color: #fff; } .ui-tooltip .middle-center { padding: 10px; } /* menu */ .flyout-menu { padding-top: 20px; background: url("../images/layout/menu-dropdown.gif") 0 0 no-repeat; width: 190px; } .flyout-menu ul { background: #4d606d; width: 190px; padding-bottom: 5px; -moz-border-radius-bottomleft: 4px; -moz-border-radius-bottomright: 4px; } .flyout-menu ul li { padding: 0 5px; } .flyout-menu ul li.divider { padding: 3px 10px; margin: 5px 0; background: #364b58; color: #627a8a; } .flyout-menu ul li a { color: #acbdc8; display: block; padding: 3px 5px; } .flyout-menu ul li a:hover { background: #6b7f8d; color: #fff; -moz-border-radius: 3px; } /* overlay */ #overlay { padding: 20px; color: #000; background: #d9d9d9; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; } /* layout */ .wrapper { width: 990px; margin: 0 auto; } #layout-top { background: url("../images/layout/bg-sides.png") bottom center repeat-x; } .landing-classic #layout-top { height: 260px; } #layout-top .wrapper { position: relative; } #layout-middle { background: #d3d1ce url("../images/layout/bg-middle.jpg") top center repeat-x; border-bottom: 4px solid #777674; } #layout-bottom { background: #000 url("../images/layout/bg-top.jpg") no-repeat 50% 70% } /* header */ #header { padding-top: 50px; clear: both; } #logo { height: 92px; width:402px; position: relative; z-index: 75; margin-bottom: 10px; } #logo a, #logo span { width: 402px; height: 92px; display: block; border: none; text-indent: -9999px; background: url("../local-common/images/logos/bnet-default.png") no-repeat; } /* header section */ #section { margin-top: 10px; background: url("../images/layout/section-bg.png") 50% 0 no-repeat; padding: 20px; } #section h2 { color:#62737E; font-size: 26px; margin-bottom: 5px; font-weight: normal; } .homepage.logged-in #section { margin-top: 30px; } .homepage #section { padding: 0 0 120px 0; } #navigation { margin-top: 10px; padding: 15px 0; } #navigation h2 { color: #62737E; font-weight: normal; border-right:1px solid #495354; float:left; font-size:36px; margin:0 20px 0 0; padding-right:20px } #navigation h2 a { color: #62737E; } #navigation h2 a:hover { color: #fff; } #navigation h3 { color: #bdc4d0; float: left; font-size: 26px; padding-top: 7px; font-weight: normal; } #user-card { float: right; text-align: right; } #user-card h4 { color: #fff; font-size: 18px; text-transform: none } /* search bar */ .search-bar { float: right; margin-top: 25px; margin-right: 7px; } .search-bar div { position: relative; } .search-bar input { position: absolute; top: 0; } .search-bar .search-button { top:0px; right: -3px; width: 32px; height: 32px; background-color: transparent; border: none; cursor: pointer } .search-bar .search-field { width: 255px; right: 32px; font-size: 12px; border: none; color: #707070; padding: 7px 5px; background-color: transparent; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; -webkit-appearance: none; } .search-bar .search-field.active, .search-bar .search-field:focus { color: #000; } .search-bar form { height: 32px; width: 280px; padding: 0 3px 0 20px; background: url("../images/layout/search-bar.gif") 0 0 no-repeat; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; } /* content */ #content { padding: 25px 0; min-height: 350px; } #page-header { padding-bottom: 10px; margin-bottom: 10px; border-bottom: 1px solid #afadac; } #page-header h2 { margin-top: 0; } #page-content p { margin: 0 0 15px 0; } #page-content form { margin-top: 15px; } /* alternate pages */ #wrapper { padding-bottom: 50px; } .wrapper { width: 990px; margin: 0 auto; position: relative; } .wrapper #service { right: -7px; } .wrapper #header-small { padding: 15px 0; text-align: center; } .wrapper #header-small #logo { text-align: center; } .wrapper #header-small #logo a { margin: 0 auto; } #alternate { color: #68727b; } #alternate h2 { color: #8c99a5; } #alternate h3 { color: #cdd8e2; } #alternate #alternate-left { float: left; width: 550px; } #alternate #alternate-right { float: right; width: 350px; } #alternate .ui-cancel span { border-color: #232628; } /* sub menu */ #sub-menu { margin-bottom: 25px; } #sub-menu a { padding: 4px 7px; display: inline-block; margin-right: 10px; color: #4a4a4a; text-decoration: underline; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; } #sub-menu a:hover { background: #e3e3e3; text-decoration: none; } #sub-menu a.active { background: #565c67; color: #fff; text-decoration: none; } #wrapper #sub-menu a { color:#74B9D6; } #wrapper #sub-menu a:hover { color: #4a4a4a; } #wrapper #sub-menu a.active { color: #fff; } /* text */ .header { font-size: 24px; font-weight: normal; } .subheader { font-size: 20px; font-weight: normal; } .category { font-size: 22px; font-weight: normal; color: #5D5D5D !important; } .subcategory { font-size: 16px; font-weight: normal; color: #5D5D5D; } /* table */ .table-options { height: 20px; line-height: 20px; } .table-options .input { padding: 1px; } .table-options .option { float: right; padding-left: 15px } .table-options .option .input { padding-right: 2px } .table-options .ui-pagination { padding: 0; background: none; height: 20px; display: inline } .table-options .ui-pagination a { height: 20px; line-height: 20px; } /* typeahead */ .ui-typeahead-ghost .input-ghost { color: #b1b1b1; } .ui-typeahead { background-color: #FFFFFF; border: 1px solid #BBBBBB; margin-left: 17px; margin-top: 1px; font-size: 14px; z-index: 2; } .ui-typeahead .group-title { } .ui-typeahead .group-list li a:hover, .ui-typeahead li a:focus, .ui-typeahead li a:active, .ui-typeahead .group-list li a:hover em, .ui-typeahead li a:focus em, .ui-typeahead li a:active em { color: #FFFFFF; background-color: #3399FF; } .ui-typeahead .group-list a:hover, .ui-typeahead .group-list a.item-active, .ui-typeahead .group-list a:hover em, .ui-typeahead .group-list a.item-active em { color: #FFFFFF; background-color: #3399FF; } .ui-typeahead .group-list a { color: #000000; font-family: Arial,sans-serif; font-weight: bold; } .ui-typeahead .group-list a em { border-bottom: none; font-weight: normal; color: #707070; } .ui-typeahead .group-list a .desc { display: block; font-size: 11px; font-weight: normal; white-space: normal; color: #777; } .ui-typeahead .group-list a:hover .desc { color: #FFF; } .ui-typeahead .icon-desc .title { white-space: pre-wrap; } /* Feedback */ #feedback-page { background: url('../local-common/images/layout/bg.jpg') no-repeat 0 0; padding-bottom: 45px; -moz-box-shadow: 0 0 20px #000; -webkit-box-shadow: 0 0 10px #1e2023; border-radius: 7px; } /* pagination buttons */ .ui-pagination li a { padding: 3px 8px; border-radius: 3px; } /* Temporarily override commons footer css until legal-lib 2.0 is finalized */ #legal-ratings { width: auto; } #footer .nav-client .nav-btn { background-color: #098cc8; background-image: -webkit-linear-gradient(top, #0f9ada, #0076ad); background-image: linear-gradient(to bottom, #0f9ada, #0076ad); color: #FFF; } #footer .nav-client .dropdown-menu .active > a, #footer .nav-client .dropdown-menu .active > a:hover, #footer .nav-client .dropdown-menu .active > a:focus { color: #ffffff; } #footer .nav-client .nav-item { color: rgba(255, 255, 255, 0.7); text-decoration: none; -webkit-transition: text-shadow 160ms ease, color 160ms ease; transition: text-shadow 160ms ease, color 160ms ease; } #footer .nav-client .nav-a.footer-links-snowflake { color: #99cee0; font-weight: 700; } #footer .nav-client .nav-btn.disabled, #footer .nav-client .nav-btn[disabled], #footer .nav-client .nav-btn.disabled:hover, #footer .nav-client .nav-btn.disabled:focus, #footer .nav-client .nav-btn.disabled:active, #footer .nav-client .nav-btn.disabled.active { background-image: -webkit-linear-gradient(top, rgba(15, 154, 218, 0.1), rgba(0, 118, 173, 0.1)); background-image: linear-gradient(to bottom, rgba(15, 154, 218, 0.1), rgba(0, 118, 173, 0.1)); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.03), 0 0 0 1px rgba(255, 255, 255, 0.016) inset; } #footer .nav-client .nav-btn:hover, #footer .nav-client .nav-btn:focus { background-image: -webkit-linear-gradient(top, #37c0ff, #0097dd); background-image: linear-gradient(to bottom, #37c0ff, #0097dd); }
0.291687
0.115013
/* lato-regular - latin-ext_latin */ @font-face { font-family: 'Lato'; font-style: normal; font-weight: 400; src: local('Lato Regular'), local('Lato-Regular'), url('../fonts/lato-v16-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/lato-v16-latin-ext_latin-regular.woff') format('woff') /* Modern Browsers */ } /* lato-italic - latin-ext_latin */ @font-face { font-family: 'Lato'; font-style: italic; font-weight: 400; src: local('Lato Italic'), local('Lato-Italic'), url('../fonts/lato-v16-latin-ext_latin-italic.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/lato-v16-latin-ext_latin-italic.woff') format('woff') /* Modern Browsers */ } /* lato-700 - latin-ext_latin */ @font-face { font-family: 'Lato'; font-style: normal; font-weight: 700; src: local('Lato Bold'), local('Lato-Bold'), url('../fonts/lato-v16-latin-ext_latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/lato-v16-latin-ext_latin-700.woff') format('woff') /* Modern Browsers */ } /* lato-700italic - latin-ext_latin */ @font-face { font-family: 'Lato'; font-style: italic; font-weight: 700; src: local('Lato Bold Italic'), local('Lato-BoldItalic'), url('../fonts/lato-v16-latin-ext_latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/lato-v16-latin-ext_latin-700italic.woff') format('woff') /* Modern Browsers */ } * { box-sizing: border-box; } :root { --blue: rgb(0, 123, 255); --indigo: rgb(102, 16, 242); --purple: rgb(111, 66, 193); --pink: rgb(232, 62, 140); --red: rgb(220, 53, 69); --orange: rgb(253, 126, 20); --yellow: rgb(255, 193, 7); --green: rgb(40, 167, 69); --teal: rgb(32, 201, 151); --cyan: rgb(23, 162, 184); --gray: rgb(108, 117, 125); --primary: rgb(0, 123, 255); --secondary: rgb(108, 117, 125); --success: rgb(40, 167, 69); --info: rgb(23, 162, 184); --warning: rgb(255, 193, 7); --danger: rgb(220, 53, 69); --light: rgb(248, 249, 250); --dark: rgb(52, 58, 64); --blue-highlight: rgba(0, 123, 255, 0.8); --indigo-highlight: rgba(102, 16, 242, 0.8); --purple-highlight: rgba(111, 66, 193, 0.8); --pink-highlight: rgba(232, 62, 140, 0.8); --red-highlight: rgba(220, 53, 69, 0.8); --orange-highlight: rgba(253, 126, 20, 0.8); --yellow-highlight: rgba(255, 193, 7, 0.8); --green-highlight: rgba(40, 167, 69, 0.8); --teal-highlight: rgba(32, 201, 151, 0.8); --cyan-highlight: rgba(23, 162, 184, 0.8); --gray-highlight: rgba(108, 117, 125, 0.8); --primary-highlight: rgba(0, 123, 255, 0.8); --secondary-highlight: rgba(108, 117, 125, 0.8); --success-highlight: rgba(40, 167, 69, 0.8); --info-highlight: rgba(23, 162, 184, 0.8); --warning-highlight: rgba(255, 193, 7, 0.8); --danger-highlight: rgba(220, 53, 69, 0.8); --light-highlight: rgba(248, 249, 250, 0.8); --dark-highlight: rgba(52, 58, 64, 0.8); --red-half: rgba(220, 53, 69, 0.5); --red-quarter: rgba(220, 53, 69, 0.25); --red-transparent: rgba(220, 53, 69, 0.0); --breakpoint-sm: 576px; --breakpoint-md: 768px; --breakpoint-lg: 992px; --breakpoint-xl: 1200px; --font-family-sans-serif: -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"; --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace; } body { --sidebar-width: 215px; --header-height: 50px; /* --theme-color: rgb(85, 155, 225); */ --theme-color: rgb(55, 145, 245); --theme-color-highlight: rgb(80, 170, 255); --theme-color-half: rgba(55, 145, 245, 0.5); --border-color: rgb(227, 229, 233); --shadow-color: rgb(233, 236, 240); --background-color: rgb(248, 250, 252); --header-background-color: rgb(255, 255, 255); --header-text-color: rgb(115, 115, 130); --box-background-color: rgb(255, 255, 255); --form-background-color: rgb(248, 250, 252); --sidebar-background-color: rgb(255, 255, 255); --sidebar-text-color: rgb(115, 115, 130); --body-text-color: rgb(60, 70, 85); --label-color: rgb(115, 115, 130); --icon-color: rgb(185, 190, 200); --trans100: rgba(255, 255, 255, 0.0); --trans75: rgba(255, 255, 255, 0.75); --trans50: rgba(255, 255, 255, 0.5); --trans25: rgba(255, 255, 255, 0.25); background: var(--background-color); /* background: linear-gradient(135deg, rgba(252,252,252,1) 0%, rgba(248,248,248,1) 100%); */ color: var(--body-text-color); font-family: "Lato", "Helvetica Neue", Helvetica, sans-serif; } body.dark { /* Dark theme */ --border-color: rgb(50, 54, 58); --shadow-color: rgba(0, 0, 0, 0.0); --background-color: rgb(24, 28, 32); --header-background-color: rgb(32, 34, 38); --header-text-color: rgb(125, 135, 150); --box-background-color: rgb(32, 34, 38); --form-background-color: rgb(44, 48, 52); --sidebar-background-color: rgb(32, 34, 38); --sidebar-text-color: rgb(125, 135, 150); --body-text-color: rgb(170, 180, 200); --label-color: rgb(145, 155, 170); --icon-color: rgb(115, 115, 130); } /* Native Overrides */ form { margin: 0; padding: 0; } input, textarea, select { outline: 0; } input, textarea { background: var(--form-background-color); } ::placeholder { color: var(--icon-color); } fieldset { background: var(--background-color); /* border: 1px solid var(--border-color); */ border-radius: 4px; padding: 20px; font-size: 12px; } legend { font-size: 12px; text-transform: uppercase; color: var(--label-color); } fieldset input, fieldset select { font-size: 12px !important; } fieldset select { background-color: var(--box-background-color) !important; } body.dark fieldset input { background: var(--box-background-color); } a, .link { color: var(--label-color); } a:hover, .link:hover { color: var(--theme-color); } a:active, .link:active { color: var(--theme-color-half); } .link { text-decoration: underline; cursor: pointer; } .link.nd { text-decoration: none; } /* Custom Classes */ .clear { clear: both; } .left { float: left; } .right { float: right; } /* input.monospace { font-family: monospace; font-size: 12px !important; } */ .regexp { font-family: var(--font-family-monospace); font-size: 11px; } .mono { font-family: var(--font-family-monospace); font-size: 11px; } /* Sidebar */ div.sidebar { position: fixed; left: calc( 0px - var(--sidebar-width) ); top: 0px; width: var(--sidebar-width); height: 100vh; overflow-x: hidden; overflow-y: auto; background: var(--sidebar-background-color); color: var(--sidebar-text-color); border-right: 1px solid var(--border-color); /* background: linear-gradient(135deg, rgb(53, 58, 63) 0%, rgb(45, 50, 55) 100%); */ /* background: var(--sidebar-background-color); */ /* background: linear-gradient(90deg, rgb(232,232,232) 0%, rgb(248,248,248) 100%); */ /* box-shadow: 0px 0px 80px var(--border-color); */ box-shadow: 2px 2px 8px var(--shadow-color); z-index: 3; } body.dark div.sidebar { box-shadow: none; } body.sidebar { padding-left: var(--sidebar-width); } body.sidebar div.sidebar { left: 0; } body { transition: 0.2s ease padding-left; } div.sidebar { transition: 0.2s ease left; } div.sidebar > div.title { width: var(--sidebar-width); height: var(--header-height); border-bottom: 1px solid var(--border-color); /* background-color: #112; */ background-image: url(../images/logo.png); background-repeat: no-repeat; background-position: center center; background-size: 140px auto; } div.section_title { position: relative; margin-left: 20px; margin-right: 15px; margin-top: 10px; height: 30px; line-height: 30px; font-size: 13px; font-weight: 700; text-transform: uppercase; color: var(--theme-color); cursor: pointer; user-select: none; -moz-user-select: none; -webkit-user-select: none; /* overflow: hidden; text-overflow: ellipsis; white-space: nowrap; */ } div.section_title:hover { color: var(--theme-color); } div.section_title:first-child { margin-top: 0px; } div.section_title > i { color: var(--icon-color); } div.section_title > i.icon:before { transform-origin: center center; transform: scale(1.3); padding-right: 2px; } div.section_title > i.ctrl { position: absolute; left: 100%; margin-left: -15px; height: 27px; line-height: 27px; font-size: 16px; font-weight: 700; color: var(--icon-color); transition: transform 0.25s ease-out; transform-origin: center center; transform: rotate(90deg); } div.section_title:hover > i.ctrl { color: var(--theme-color); } div.section { overflow: hidden; user-select: none; -moz-user-select: none; -webkit-user-select: none; } div.section_title.expanded > i.ctrl { transform: rotate(0deg); } .section_item { display: block; padding-left: 37px; padding-right: 15px; height: 25px; line-height: 25px; font-size: 14px; /* text-transform: uppercase; */ color: var(--sidebar-text-color); /* background: rgba(0, 0, 0, 0.2); */ cursor: pointer; text-decoration: none; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .section_item:hover { color: var(--theme-color); text-decoration: none; } .section_item.active { /* background: var(--background-color); color: var(--theme-color); */ background: var(--theme-color); color: var(--background-color); /* cursor: default; */ } .section_item.active:hover { color: var(--background-color); } body.dark .section_item.active { color: white; } body.dark .section_item.active:hover { color: white; } .section_item.disabled { cursor: default !important; color: var(--icon-color) !important; } /* Header */ div.header { position: relative; height: var(--header-height); overflow: hidden; /* padding-left: 30px; */ padding-right: 30px; /* background-color: var(--header-background-color); */ background: transparent; /* border-bottom: 1px solid var(--border-color); */ /* box-shadow: 0px 0px 100px var(--border-color); */ /* box-shadow: 2px 4px 8px var(--border-color); */ /* Show logo by default, sidebar turns it off */ padding-left: var(--sidebar-width); background-image: url(../images/logo.png); background-repeat: no-repeat; background-position: 30px center; background-size: 170px auto; } body.dark div.header { box-shadow: none; } body.sidebar div.header { padding-left: 30px; background-image: none; } #d_sidebar_toggle { display: none; position: fixed; z-index: 2; left: -1px; top: -1px; width: 40px; height: 40px; line-height: 40px; font-size: 24px; color: var(--body-text-color); text-align: center; cursor: pointer; background: var(--sidebar-background-color); border: 1px solid var(--border-color); border-radius: 4px; box-shadow: 2px 2px 8px var(--shadow-color); } #d_sidebar_toggle:hover { color: var(--theme-color); } #d_sidebar_toggle:active { color: var(--theme-color-half); } div.header > div.header_title { line-height: calc( var(--header-height) - 1px ); /* margin-left: 20px; */ font-size: 21px; font-weight: 700; letter-spacing: -1px; /* color: var(--theme-color); */ color: var(--header-text-color); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } div.header > div.header_title > i { color: var(--icon-color); padding-right: 3px; } div.header_widget { position: relative; float: right; height: 30px; margin-top: 9px; margin-left: 12px; color: var(--label-color); border: 1px solid var(--shadow-color); background: var(--box-background-color); border-radius: 4px; cursor: pointer; opacity: 0.95; transition: 0.2s ease all; user-select: none; -moz-user-select: none; -webkit-user-select: none; } body.dark div.header_widget { border: 1px solid var(--border-color); } div.header_widget:hover { top: -1px; color: var(--theme-color); /* background-color: var(--box-background-color); */ border: 1px solid var(--theme-color-half); box-shadow: 0px 2px 1px var(--shadow-color); opacity: 1.0; } body.dark div.header_widget:hover { border: 1px solid var(--theme-color-half); } div.header_widget.icon { width: 30px; font-size: 18px; line-height: 29px; text-align: center; } div.header_widget.user { width: 30px; background-repeat: no-repeat; background-position: center center; background-size: 30px 30px; } div.header_widget.user:hover { box-shadow: 0px 0px 5px var(--theme-color); } div.header_search_widget { position: relative; float: right; height: 30px; margin-top: 9px; margin-left: 12px; color: var(--label-color); /* border: 1px solid var(--shadow-color); background: var(--box-background-color); */ /* border-radius: 4px; cursor: pointer; */ opacity: 0.95; transition: 0.2s ease all; display: flex; align-items: center; font-weight: normal; text-transform: none; color: var(--body-text-color); } div.header_search_widget > i.mdi-magnify { position: relative; left: 25px; font-size: 15px; color: var(--icon-color); } div.header_search_widget > input[type="text"] { -moz-appearance: none; -webkit-appearance: none; appearance: none; height: 28px; line-height: 20px; padding-left: 22px; border: 1px solid var(--border-color); background: var(--box-background-color); border-radius: 8px; font-size: 13px; color: var(--body-text-color); transition: 0.2s ease all; } div.header_search_widget > input[type="text"]:focus { border: 1px solid var(--theme-color-half); } #d_header_user_container { height: var(--header-height); overflow: hidden; } /* Message Banner */ div.message { position: fixed; box-sizing: border-box; left: 0px; top: 0; width: 100%; height: var(--header-height); z-index: 10003; cursor: pointer; overflow: hidden; border-style: solid; border-width: 1px; } div.message.inline { position: relative; left: 0px; cursor: default; z-index: 0; } div.message_inner { font-size: 13px; font-weight: bold; line-height: calc( var(--header-height) - 2px ); cursor: pointer; padding: 0px 30px 0px 30px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } div.message_inner > i { font-size: 13px; } div.message_inner > i:before { transform-origin: 50% 50%; transform: scale(1.5); } div.message.inline > div.message_inner { cursor: default; } div.message.success { color:#0a0; background-color:#cfc; } div.message.warning { color:#990; background-color:#ffc; } div.message.error { color:#c00; background-color:#fee; } body.dark div.message.success { color:#0c0; background-color:#050; } body.dark div.message.warning { color:#cc0; background-color:#550; } body.dark div.message.error { color:#f33; background-color:#400; } .invalid { border-color: var(--red-half) !important; } /* Main */ div.main { } div.page_intro { padding: 30px 20px 0px 30px; font-size: 14px; color: var(--body-text-color); background-color: var(--background-color); } div.box { position: relative; margin: 30px; background: var(--box-background-color); border: 1px solid var(--shadow-color); border-radius: 4px; /* box-shadow: 0px 0px 35px var(--border-color), 2px 2px 6px var(--icon-color); */ box-shadow: 2px 2px 8px var(--shadow-color); /* padding: 30px; */ } body.dark div.box { border: 1px solid var(--border-color); box-shadow: none; } div.box:first-of-type { margin-top: 15px; } div.box.highlight { border: 1px solid var(--theme-color) !important; } div.box.highlight-half { border: 1px solid var(--theme-color-half) !important; } div.box_title { /* background: var(--box-background-color); */ font-size: 14px; font-weight: bold; text-transform: uppercase; padding: 20px 20px 20px 20px; /* border-top-left-radius: 6px; border-top-right-radius: 6px; */ color: var(--theme-color); /* text-shadow: 0px 1px 0px var(--background-color); */ } div.box_title.error { font-size: 18px; color: var(--red); padding-bottom: 0px; } div.box_title_widget { float: right; height: 18px; margin-left: 15px; display: flex; align-items: center; font-weight: normal; text-transform: none; color: var(--body-text-color); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } div.box_title_widget > i.mdi-magnify { position: relative; left: 25px; font-size: 15px; color: var(--icon-color); } div.box_title_widget > input[type="text"] { -moz-appearance: none; -webkit-appearance: none; appearance: none; line-height: 18px; padding-left: 22px; border: 1px solid var(--border-color); border-radius: 10px; font-size: 13px; color: var(--body-text-color); transition: 0.2s ease all; } div.box_title_widget > input[type="text"]:focus { border: 1px solid var(--theme-color-half); } div.box_subtitle { font-size: 13px; font-weight: normal; text-transform: none; padding: 0; margin-top: 4px; color: var(--body-text-color); } div.box_content { font-size: 13px; padding: 30px; } div.box_content.table { padding: 0px 25px 25px 25px } div.dialog.inline > div.box_content { padding: 50px 30px 50px 30px; } div.box_buttons { /* background: var(--box-background-color); */ font-size: 14px; padding: 15px 20px 20px 20px; /* border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; */ text-align: right; } div.box_buttons > .button { margin-left: 15px; } /* Button */ .button { position: relative; display: inline-block; height: 30px; line-height: 28px; padding: 0px 10px 0px 10px; background: var(--box-background-color); color: var(--label-color); border: 1px solid var(--border-color); border-radius: 5px; cursor: pointer; font-size: 13px; font-weight: bold; text-align: center; cursor: pointer; user-select: none; -moz-user-select: none; -webkit-user-select: none; transition: 0.2s ease all; } body.dark .button { /* background: var(--background-color); */ background: var(--form-background-color); } .button:hover { top: -1px; color: var(--theme-color); /* background: var(--box-background-color); */ border: 1px solid var(--theme-color-half); box-shadow: 0px 2px 1px var(--shadow-color); opacity: 1.0; /* text-decoration: underline; */ } body.dark .button:hover { /* background: var(--background-color); */ } .button:active { top: 0px; box-shadow: none; } .button.primary { background: var(--theme-color); color: white; } .button.primary:hover { background: var(--theme-color-highlight) !important; border: 1px solid var(--border-color) !important; color: white; } body.dark .button.primary { background: var(--theme-color); color: white; } .button.danger:hover { color: var(--red); border: 1px solid var(--red-highlight); } .button.small { height: 25px; line-height: 23px; padding: 0px 8px 0px 8px; font-size: 12px; } /* Form Grid */ .form_row { display: grid; grid-template-columns: 1fr 3fr 1fr; grid-template-areas: "a b c" ". d ."; grid-column-gap: 20px; margin-bottom: 30px; } .form_row:last-child { margin-bottom: 0px; } .form_row.wider { grid-template-columns: 1fr 5fr 1fr !important; } .form_row.widest { grid-template-columns: 1fr 20fr 1fr !important; } .form_row > div { /* background: rgba(255, 0, 0, 0.1); */ display: flex; align-items: center; /* justify-content: center; */ } .form_row > div.fr_label { grid-area: a; justify-self: end; /* text-align: right; */ color: var(--label-color); /* font-weight: bold; */ font-style: italic; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .form_row > div.fr_content { display: block; position: relative; grid-area: b; } .form_row > div.fr_suffix { grid-area: c; } .form_row > div.fr_caption { grid-area: d; font-size: 11px; margin-top: 4px; color: var(--label-color); } /* Form Elements */ .dialog_content .fr_caption { max-width: 320px; } .form_row input, .form_row textarea { width: 100%; } .form_row input[type="text"], .form_row input[type="password"] { -moz-appearance: none; -webkit-appearance: none; appearance: none; line-height: 20px; padding-left: 4px; border: 1px solid var(--border-color); font-size: 13px; color: var(--body-text-color); transition: 0.2s ease all; } .form_row input[type="text"]:focus, .form_row input[type="password"]:focus { /* color: var(--theme-color); */ border: 1px solid var(--theme-color-half); } .form_row input[type="text"].warning { border: 1px solid red; } .form_row input[type="text"].regexp { font-size: 12px; } .form_row textarea { -moz-appearance: none; -webkit-appearance: none; appearance: none; line-height: 20px; padding-left: 4px; border: 1px solid var(--border-color); font-size: 13px; color: var(--body-text-color); transition: 0.2s ease all; } .form_row textarea:focus { /* color: var(--theme-color); */ border: 1px solid var(--theme-color-half); } input:disabled, textarea:disabled { /* color: var(--body-text-color) !important; */ opacity: 0.5; } .form_row select { position: relative; -moz-appearance: none; -webkit-appearance: none; appearance: none; width: 100%; line-height: 20px; padding-left: 4px; background: var(--form-background-color); border: 1px solid var(--border-color); border-radius: 4px; font-size: 13px; color: var(--body-text-color); cursor: pointer; transition: 0.2s ease all; } .select_chevron { position: absolute; z-index: 2; display: inline-block; width: 20px; height: 20px; left: 100%; margin-left: -20px; top: 0px; text-align: center; font-size: 16px; } .form_row select[multiple] { display: none; } .dialog_content .form_row input, .dialog_content .form_row textarea, .dialog_content .form_row select, .dialog_content .form_row .form_date { background: var(--box-background-color); } body.dark .dialog_content .form_row input, body.dark .dialog_content .form_row textarea, body.dark .dialog_content .form_row select, body.dark .dialog_content .form_row .form_date { background: var(--form-background-color); } .multiselect { position: relative; width: 100%; line-height: 20px; padding-left: 4px; padding-top: 3px; /* padding-bottom: 3px; */ background: var(--form-background-color); border: 1px solid var(--border-color); border-radius: 4px; color: var(--body-text-color); cursor: pointer; transition: 0.2s ease all; user-select: none; -moz-user-select: none; -webkit-user-select: none; } .multiselect:hover { border: 1px solid var(--theme-color-half); } .multiselect.selected { border: 1px solid var(--theme-color); } .multiselect .select_chevron { top: 50%; margin-top: -10px; margin-left: -19px; } .multiselect > .item { display: block; float: left; max-width: 200px; height: 18px; line-height: 16px; margin-right: 4px; margin-bottom: 3px; padding-top: 1px; padding-left: 4px; padding-right: 6px; border-radius: 6px; /* background: var(--theme-color); color: var(--background-color); */ background: var(--border-color); color: var(--body-text-color); font-size: 13px; /* font-weight: bold; */ overflow: hidden; text-overflow: ellipsis; white-space: nowrap; user-select: none; -moz-user-select: none; -webkit-user-select: none; } body.dark .multiselect > .item { background: var(--box-background-color); } .multiselect > .item > i.mdi-close:hover:before { content: "\F0159"; /* mdi-close-circle */ color: var(--theme-color); } .multiselect > .placeholder { padding-top: 1px; padding-bottom: 4px; line-height: 16px; font-style: italic; color: var(--label-color); user-select: none; -moz-user-select: none; -webkit-user-select: none; } .multiselect.single { padding-top: 2px; background: var(--form-background-color); } .multiselect > .single { padding-top: 1px; padding-bottom: 3px; line-height: 16px; color: var(--body-text-color); user-select: none; -moz-user-select: none; -webkit-user-select: none; } .multiselect.disabled > div { color: var(--icon-color); cursor: not-allowed; } .multiselect.disabled:hover { border: 1px solid var(--border-color); } .form_suffix_icon { position: relative; left: -15px; width: 20px; height: 20px; line-height: 20px; text-align: center; font-size: 18px; color: var(--icon-color); cursor: pointer; } .form_suffix_icon:hover { color: var(--theme-color); } .form_suffix_icon:active { color: var(--theme-color-half); } .checkbox_container { position: relative; display: inline-block; margin-right: 1em; /* white-space: nowrap; */ margin-top: 5px; } .checkbox_container:first-child { margin-top: 0px; } .checkbox_container > input { position: absolute; left: 0; top: 0; min-width: 1em; width: 100%; height: 100%; z-index: 2; opacity: 0; margin: 0; padding: 0; cursor: pointer; } .checkbox_container > label { position: initial; display: inline-block; font-weight: 400; margin: 0; text-indent: 1.5em; min-width: calc(1em + 2px); } .checkbox_container > label:before, .checkbox_container > label:after { content: ''; width: calc(1em + 0px); height: calc(1em + 0px); display: block; box-sizing: border-box; border-radius: 0px; border: 1px solid transparent; z-index: 0; position: absolute; left: 0; top: 0px; /* top: calc((0% - (100% - 1em)) - 8%); */ background-color: transparent; transform-origin: 50% 50%; transition: all .25s ease; } .checkbox_container > label:before { background-color: var(--box-background-color); border-color: var(--icon-color); } body.dark .checkbox_container > label:before { background-color: var(--background-color); } body.dark fieldset .checkbox_container > label:before { background-color: var(--box-background-color); } .checkbox_container > label:after { transform: scale(.2); } /* .checkbox_container > input:hover ~ label:before { border-color: var(--theme-color); } */ .checkbox_container > input:hover ~ label { color: var(--theme-color); } .checkbox_container > input:checked ~ label:after { transform: scale(1.0); background-color: var(--theme-color); background-image: url(../images/check-bold.png); background-position: center center; background-repeat: no-repeat; background-size: 100%; } div.info_label { font-size: 11px; text-transform: uppercase; color: var(--label-color); cursor: default; } div.info_value { position: relative; margin-top: 1px; margin-bottom: 10px; font-size: 12px; color: var(--body-text-color); } div.info_value:last-child { margin-bottom: 0px; } .checker { position: relative; left: -12px; transform-origin: center center; transform: scale(1.4); } /* Dialogs */ /* z-index: 500 */ #dialog_overlay { position: fixed; z-index: 499; top: 0px; left: 0px; background-color: var(--box-background-color); width: 100vw; height: 100vh; } body.dark #dialog_overlay { background-color: var(--background-color); } #dialog, .dialog { position: fixed; padding: 20px; background: var(--background-color); border: 1px solid var(--border-color); border-radius: 6px; z-index: 500; font-size: 13px; /* box-shadow: 15px 15px 40px var(--icon-color); */ box-shadow: 0 2px 1.6px rgba(0, 0, 0, 0.019), 0 4.5px 3.6px rgba(0, 0, 0, 0.028), 0 7.9px 6.3px rgba(0, 0, 0, 0.034), 0 12.5px 10px rgba(0, 0, 0, 0.04), 0 19.3px 15.5px rgba(0, 0, 0, 0.046), 0 30.1px 24.1px rgba(0, 0, 0, 0.052), 0 50px 40px rgba(0, 0, 0, 0.061), 0 100px 80px rgba(0, 0, 0, 0.08); max-width: calc( 100vw - 30px ); } body.dark #dialog, body.dark .dialog { background: var(--box-background-color); box-shadow: 15px 15px 40px var(--background-color); } .dialog.inline { margin-top: 75px; margin-bottom: 75px; position: relative; max-width: 500px; margin-left: auto; margin-right: auto; } .dialog.inline.wider { max-width: 650px; } .dialog_title { font-size: 14px; font-weight: bold; text-transform: uppercase; /* padding: 20px 20px 20px 20px; */ color: var(--body-text-color); } #d_progress_title { /* text-transform: none; */ font-weight: normal; } .dialog_content { } .dialog_help { font-size: 12px; font-style: italic; color: var(--label-color); margin-bottom: 25px; max-width: 450px; } .dialog.inline .dialog_help { margin-bottom: 0; } .dialog_content .form_row { display: grid; margin-bottom: 20px; } .dialog_buttons { font-size: 14px; /* padding: 15px 20px 20px 20px; */ text-align: right; } .dialog_buttons > .button { margin-left: 15px; } .confirm_container { max-width: 450px; padding: 10px 0 20px 0; font-size: 13px; line-height: 18px; color: var(--body-text-color); } /* Progress Bar Stuff */ @keyframes progress { to { background-position: 30px 0; } } div.progress_bar_container { position: relative; height: 18px; border-radius: 10px; background-color: var(--border-color); /* box-shadow: inset 2px 2px 4px #999; */ overflow: hidden; } div.progress_bar_container.indeterminate { background-color: var(--background-color); box-shadow: none; } div.progress_bar_inner { height: 18px; border-radius: 10px; /* background-color: rgb(155, 155, 170); */ background-color: var(--theme-color); box-shadow: inset 0px 0px 6px 2px rgba(255,255,255,.3); animation: progress 1s linear infinite; background-repeat: repeat-x; background-size: 30px 30px; background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.25) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0.25) 75%, transparent 75%, transparent); } div.progress_bar_container.indeterminate > div.progress_bar_inner { opacity: 0.5; } body.dark div.progress_bar_inner { box-shadow: inset 0px 0px 6px 2px rgba(0,0,0,.3); background-image: linear-gradient(-45deg, rgba(0, 0, 0, 0.25) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0.25) 75%, transparent 75%, transparent); } /* Arrow Boxes */ /* z-index: 1000 */ .arrow_box { position: fixed; background: var(--background-color); border: 1px solid var(--border-color); border-radius: 6px; z-index: 1000; font-size: 13px; /* box-shadow: 15px 15px 40px var(--icon-color); */ box-shadow: 0 2px 1.6px rgba(0, 0, 0, 0.019), 0 4.5px 3.6px rgba(0, 0, 0, 0.028), 0 7.9px 6.3px rgba(0, 0, 0, 0.034), 0 12.5px 10px rgba(0, 0, 0, 0.04), 0 19.3px 15.5px rgba(0, 0, 0, 0.046), 0 30.1px 24.1px rgba(0, 0, 0, 0.052), 0 50px 40px rgba(0, 0, 0, 0.061), 0 100px 80px rgba(0, 0, 0, 0.08); } body.dark .arrow_box { box-shadow: 15px 15px 40px var(--background-color); } .arrow_box:after, .arrow_box:before { left: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; } .arrow_box.top:after, .arrow_box.top:before { bottom: 100%; } .arrow_box.top:after { border-bottom-color: var(--background-color); border-width: 15px; margin-left: -15px; } .arrow_box.top:before { border-bottom-color: var(--border-color); border-width: 16px; margin-left: -16px; } .arrow_box.bottom:after, .arrow_box.bottom:before { top: 100%; } .arrow_box.bottom:after { border-top-color: var(--background-color); border-width: 15px; margin-left: -15px; } .arrow_box.bottom:before { border-top-color: var(--border-color); border-width: 16px; margin-left: -16px; } #popoverlay { position: fixed; z-index: 999; top: 0px; left: 0px; background-color: var(--box-background-color); width: 100vw; height: 100vh; } body.dark #popoverlay { background-color: var(--background-color); } #sidebar_overlay { position: fixed; z-index: 2; top: 0px; left: 0px; background-color: var(--box-background-color); width: 100vw; height: 100vh; } body.dark #sidebar_overlay { background-color: var(--background-color); } /* Multi-select Popover */ div.sel_dialog_label { /* background-color: var(--dialog-background-color); */ font-size: 12px; font-weight: bold; text-transform: uppercase; color: var(--label-color); /* padding-left: 10px; */ /* padding-right: 10px; */ margin-bottom: 10px; cursor: default; } div.sel_dialog_search_container { position: relative; width: 100%; height: 25px; margin-top: 0px; margin-right: 8px; -webkit-app-region: no-drag; } input.sel_dialog_search { width: 100%; height: 25px; font-size: 13px; padding-left: 26px; padding-right: 5px; -webkit-appearance: none; -moz-appearance: none; appearance: none; cursor: text; outline: none; border: 1px solid var(--border-color); border-radius: 10px; color: var(--body-text-color); background-color: var(--box-background-color); } input.sel_dialog_search:focus + div.sel_dialog_search_icon { color: var(--theme-color); } div.sel_dialog_search_icon { position: absolute; left: 3px; top: 2px; width: 22px; font-size: 18px; line-height: 20px; text-align: center; color: var(--icon-color); cursor: default; z-index: 2; } div.sel_dialog_scrollarea { position: relative; overflow-y: scroll; width: 100%; padding-left: 10px; max-height: 238px; margin-top: 7px; } .sel_dialog_item { position: relative; height: 25px; line-height: 25px; font-size: 13px; /* font-weight: bold; */ color: var(--body-text-color); cursor: pointer; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .sel_dialog_item:hover { color: var(--theme-color); } .sel_dialog_item.selected { /* opacity: 0.5; */ font-weight: bold; } /* .sel_dialog_item.selected:hover { color: var(--body-text-color); cursor: default; } */ .sel_dialog_item.check { padding-left: 24px; } .sel_dialog_item_check { position: absolute; width: 16px; height: 25px; left: 0px; top: 0px; line-height: 25px; font-size: 16px; text-align: center; opacity: 0; } .sel_dialog_item.selected > .sel_dialog_item_check { opacity: 1; } .sel_dialog_caption { font-size: 11px; margin-top: 4px; color: var(--label-color); } .sel_dialog_button_container { margin-top: 20px; font-size: 14px; /* padding: 15px 20px 20px 20px; */ text-align: right; } .sel_dialog_button_container > .button { margin-left: 15px; } /* Popup Calendar */ div.form_date { line-height: 20px; padding-left: 4px; background: var(--form-background-color); border: 1px solid var(--border-color); border-radius: 4px; font-size: 13px; color: var(--body-text-color); cursor: pointer; } div.form_date:hover { border: 1px solid var(--theme-color-half); } div.form_date:active { border: 1px solid var(--theme-color); } div.form_date.selected { border: 1px solid var(--theme-color); } div.calendar { width: 300px; padding: 15px; margin: 0 auto 0 auto; cursor: default; user-select: none; -moz-user-select: none; -webkit-user-select: none; } div.cal_header { display: grid; grid-template-columns: 1fr 5fr 1fr; grid-gap: 0; line-height: 16px; font-size: 15px; margin-bottom: 10px; } div.ch_nav { text-align: center; color: var(--label-color); cursor: pointer; font-size: 18px; } div.ch_nav:hover { color: var(--theme-color); } div.ch_nav:active { color: var(--theme-color-half); } div.ch_title { text-align: center; font-weight: bold; color: var(--label-color); } div.cal_days { display: grid; grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr; grid-gap: 0; line-height: 10px; font-size: 9px; margin-bottom: 2px; } div.cal_day { text-align: center; color: var(--icon-color); } div.cg_row { display: grid; grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr; grid-gap: 0; border-bottom: 1px solid var(--border-color); } div.cg_row.last { border-bottom: 1px solid transparent; } div.cg_cell { line-height: 30px; font-size: 15px; text-align: center; color: var(--label-color); border-right: 1px solid var(--border-color); } div.cg_cell:last-child { border-right: 1px solid transparent; } div.cg_cell.enabled { cursor: pointer; } div.cg_cell.enabled:hover { box-shadow: inset 0px 0px 1px 1px var(--theme-color-half); } div.cg_cell.enabled:active { box-shadow: inset 0px 0px 1px 1px var(--theme-color); } div.cg_cell.today { color: var(--theme-color); font-weight: bold; } div.cg_cell.selected { background-color: var(--theme-color-half); color: white; } /* Table */ .pagination { font-size: 12px; margin-top: 10px; margin-bottom: 10px; font-weight: normal; color: var(--label-color); text-transform: uppercase; } .pagination.hide { display:none; } .data_table { border-collapse: collapse; } .data_table tr th { font-size: 13px; height: 25px; line-height: 25px; cursor: default; font-weight: bold; text-align: left; padding-left: 5px; padding-right: 10px; /* color:#1840F0; */ color: var(--label-color); border-top: 1px solid var(--border-color); background: var(--background-color); /* background: linear-gradient(to top, #ddd 0%, #fff 100%); */ } body.dark .data_table tr th { background: var(--form-background-color); border-bottom: 1px solid var(--border-color); } .data_table tr td { font-size: 13px; padding-left: 5px; padding-right: 10px; padding-top: 8px; padding-bottom: 8px; border-bottom: 1px solid var(--border-color); background: transparent; /* background: linear-gradient(to top, #efefef 0%, #fff 100%); */ } .data_table tr.highlight td { } .data_table.extra_padding tr td { padding-top: 10px; padding-bottom: 10px; } div.td_big { line-height: 21px; font-size: 13px; font-weight: bold; } div.td_big.dragging, div.td_big.dragging a, div.td_big.dragging i, div.td_big.dragging span { color: var(--theme-color) !important; } div.td_avatar { line-height: 24px; font-size: 13px; font-weight: bold; padding-left: 30px; background-repeat: no-repeat; background-position: left center; background-size: 24px 24px; } div.td_drag_handle { display: block; line-height: 21px; font-size: 13px; cursor: grab; padding: 5px 0px 5px 5px; margin: -5px 0px -5px -5px; } /* div.td_drag_handle:hover i { color: var(--theme-color) !important; } */ div.ellip { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .data_table tr td a i { color: var(--icon-color) !important; } .data_table tr td a:hover i { color: var(--theme-color) !important; } .data_table tr td a i.mdi { padding-right: 2px; } .data_table tr td a i.mdi:before { transform: scale(1.20); } div.dropzone { position: absolute; z-index: 10000; cursor: grabbing; } div.dropzone > div.dz_bar { position: absolute; width: 100%; height: 0px; left: 0px; top: 50%; /* background-color: var(--theme-color); */ box-shadow: 0px 0px 0px 1px var(--theme-color); display: none; cursor: grabbing; } div.dropzone.drag > div.dz_bar { display: block; } /* Color Labels */ span.color_label { border-radius: 5px; padding: 2px 5px 2px 5px; color: #fff; font-size: 12px; /* font-weight: bold; */ text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5); cursor: default; white-space: nowrap; user-select: none; -moz-user-select: none; -webkit-user-select: none; } span.color_label.blue { background: #5890db; } span.color_label.green { background: #44bb44; } span.color_label.yellow { background: #bbbb44; } span.color_label.red { background: #bb4444; } span.color_label.purple { background: #bb44bb; } span.color_label.gray { background: #aaaaaa; } body.dark span.color_label.blue { background: rgb(8, 64, 140); } body.dark span.color_label.green { background: rgb(0, 108, 0); } body.dark span.color_label.yellow { background: rgb(108, 108, 0); } body.dark span.color_label.red { background: rgb(108, 0, 0); } body.dark span.color_label.purple { background: rgb(108, 0, 108); } body.dark span.color_label.gray { background: rgb(90, 90, 90); } /* Simple Horizontal Grid */ .simple_grid_horiz { display: inline-grid; grid-auto-flow: column; grid-column-gap: 15px; align-items: center; } .simple_grid_horiz > div { } /* My Account */ .avatar_edit { width: 50px; height: 50px; background-color: var(--background-color); border: 1px solid var(--border-color); border-radius: 8px; cursor: pointer; opacity: 0.95; transition: 0.2s ease all; background-repeat: no-repeat; background-position: center center; background-size: contain; } .avatar_edit:hover { /* background-color: var(--box-background-color); */ border: 1px solid var(--theme-color-half); box-shadow: 0px 0px 5px var(--border-color); opacity: 1.0; } .avatar_edit.disabled { cursor: default; } .avatar_edit.disabled:hover { background-color: var(--background-color); border: 1px solid var(--border-color); box-shadow: none; opacity: 0.95; } /* Footer */ #d_footer { position: fixed; width: 100%; top: 100%; margin-top: -35px; padding-left: 30px; padding-right: 30px; font-size: 11px; cursor: default; color: var(--icon-color); } #d_footer a { color: var(--label-color); } #d_footer a:hover { color: var(--body-text-color); } body.sidebar #d_footer, body.relative #d_footer { position: relative; width: auto; top: 0; margin-top: 0px; margin-bottom: 20px; } body { padding-bottom: 40px; } body.sidebar, body.relative { padding-bottom: 0; }
css/base.css
/* lato-regular - latin-ext_latin */ @font-face { font-family: 'Lato'; font-style: normal; font-weight: 400; src: local('Lato Regular'), local('Lato-Regular'), url('../fonts/lato-v16-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/lato-v16-latin-ext_latin-regular.woff') format('woff') /* Modern Browsers */ } /* lato-italic - latin-ext_latin */ @font-face { font-family: 'Lato'; font-style: italic; font-weight: 400; src: local('Lato Italic'), local('Lato-Italic'), url('../fonts/lato-v16-latin-ext_latin-italic.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/lato-v16-latin-ext_latin-italic.woff') format('woff') /* Modern Browsers */ } /* lato-700 - latin-ext_latin */ @font-face { font-family: 'Lato'; font-style: normal; font-weight: 700; src: local('Lato Bold'), local('Lato-Bold'), url('../fonts/lato-v16-latin-ext_latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/lato-v16-latin-ext_latin-700.woff') format('woff') /* Modern Browsers */ } /* lato-700italic - latin-ext_latin */ @font-face { font-family: 'Lato'; font-style: italic; font-weight: 700; src: local('Lato Bold Italic'), local('Lato-BoldItalic'), url('../fonts/lato-v16-latin-ext_latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/lato-v16-latin-ext_latin-700italic.woff') format('woff') /* Modern Browsers */ } * { box-sizing: border-box; } :root { --blue: rgb(0, 123, 255); --indigo: rgb(102, 16, 242); --purple: rgb(111, 66, 193); --pink: rgb(232, 62, 140); --red: rgb(220, 53, 69); --orange: rgb(253, 126, 20); --yellow: rgb(255, 193, 7); --green: rgb(40, 167, 69); --teal: rgb(32, 201, 151); --cyan: rgb(23, 162, 184); --gray: rgb(108, 117, 125); --primary: rgb(0, 123, 255); --secondary: rgb(108, 117, 125); --success: rgb(40, 167, 69); --info: rgb(23, 162, 184); --warning: rgb(255, 193, 7); --danger: rgb(220, 53, 69); --light: rgb(248, 249, 250); --dark: rgb(52, 58, 64); --blue-highlight: rgba(0, 123, 255, 0.8); --indigo-highlight: rgba(102, 16, 242, 0.8); --purple-highlight: rgba(111, 66, 193, 0.8); --pink-highlight: rgba(232, 62, 140, 0.8); --red-highlight: rgba(220, 53, 69, 0.8); --orange-highlight: rgba(253, 126, 20, 0.8); --yellow-highlight: rgba(255, 193, 7, 0.8); --green-highlight: rgba(40, 167, 69, 0.8); --teal-highlight: rgba(32, 201, 151, 0.8); --cyan-highlight: rgba(23, 162, 184, 0.8); --gray-highlight: rgba(108, 117, 125, 0.8); --primary-highlight: rgba(0, 123, 255, 0.8); --secondary-highlight: rgba(108, 117, 125, 0.8); --success-highlight: rgba(40, 167, 69, 0.8); --info-highlight: rgba(23, 162, 184, 0.8); --warning-highlight: rgba(255, 193, 7, 0.8); --danger-highlight: rgba(220, 53, 69, 0.8); --light-highlight: rgba(248, 249, 250, 0.8); --dark-highlight: rgba(52, 58, 64, 0.8); --red-half: rgba(220, 53, 69, 0.5); --red-quarter: rgba(220, 53, 69, 0.25); --red-transparent: rgba(220, 53, 69, 0.0); --breakpoint-sm: 576px; --breakpoint-md: 768px; --breakpoint-lg: 992px; --breakpoint-xl: 1200px; --font-family-sans-serif: -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"; --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace; } body { --sidebar-width: 215px; --header-height: 50px; /* --theme-color: rgb(85, 155, 225); */ --theme-color: rgb(55, 145, 245); --theme-color-highlight: rgb(80, 170, 255); --theme-color-half: rgba(55, 145, 245, 0.5); --border-color: rgb(227, 229, 233); --shadow-color: rgb(233, 236, 240); --background-color: rgb(248, 250, 252); --header-background-color: rgb(255, 255, 255); --header-text-color: rgb(115, 115, 130); --box-background-color: rgb(255, 255, 255); --form-background-color: rgb(248, 250, 252); --sidebar-background-color: rgb(255, 255, 255); --sidebar-text-color: rgb(115, 115, 130); --body-text-color: rgb(60, 70, 85); --label-color: rgb(115, 115, 130); --icon-color: rgb(185, 190, 200); --trans100: rgba(255, 255, 255, 0.0); --trans75: rgba(255, 255, 255, 0.75); --trans50: rgba(255, 255, 255, 0.5); --trans25: rgba(255, 255, 255, 0.25); background: var(--background-color); /* background: linear-gradient(135deg, rgba(252,252,252,1) 0%, rgba(248,248,248,1) 100%); */ color: var(--body-text-color); font-family: "Lato", "Helvetica Neue", Helvetica, sans-serif; } body.dark { /* Dark theme */ --border-color: rgb(50, 54, 58); --shadow-color: rgba(0, 0, 0, 0.0); --background-color: rgb(24, 28, 32); --header-background-color: rgb(32, 34, 38); --header-text-color: rgb(125, 135, 150); --box-background-color: rgb(32, 34, 38); --form-background-color: rgb(44, 48, 52); --sidebar-background-color: rgb(32, 34, 38); --sidebar-text-color: rgb(125, 135, 150); --body-text-color: rgb(170, 180, 200); --label-color: rgb(145, 155, 170); --icon-color: rgb(115, 115, 130); } /* Native Overrides */ form { margin: 0; padding: 0; } input, textarea, select { outline: 0; } input, textarea { background: var(--form-background-color); } ::placeholder { color: var(--icon-color); } fieldset { background: var(--background-color); /* border: 1px solid var(--border-color); */ border-radius: 4px; padding: 20px; font-size: 12px; } legend { font-size: 12px; text-transform: uppercase; color: var(--label-color); } fieldset input, fieldset select { font-size: 12px !important; } fieldset select { background-color: var(--box-background-color) !important; } body.dark fieldset input { background: var(--box-background-color); } a, .link { color: var(--label-color); } a:hover, .link:hover { color: var(--theme-color); } a:active, .link:active { color: var(--theme-color-half); } .link { text-decoration: underline; cursor: pointer; } .link.nd { text-decoration: none; } /* Custom Classes */ .clear { clear: both; } .left { float: left; } .right { float: right; } /* input.monospace { font-family: monospace; font-size: 12px !important; } */ .regexp { font-family: var(--font-family-monospace); font-size: 11px; } .mono { font-family: var(--font-family-monospace); font-size: 11px; } /* Sidebar */ div.sidebar { position: fixed; left: calc( 0px - var(--sidebar-width) ); top: 0px; width: var(--sidebar-width); height: 100vh; overflow-x: hidden; overflow-y: auto; background: var(--sidebar-background-color); color: var(--sidebar-text-color); border-right: 1px solid var(--border-color); /* background: linear-gradient(135deg, rgb(53, 58, 63) 0%, rgb(45, 50, 55) 100%); */ /* background: var(--sidebar-background-color); */ /* background: linear-gradient(90deg, rgb(232,232,232) 0%, rgb(248,248,248) 100%); */ /* box-shadow: 0px 0px 80px var(--border-color); */ box-shadow: 2px 2px 8px var(--shadow-color); z-index: 3; } body.dark div.sidebar { box-shadow: none; } body.sidebar { padding-left: var(--sidebar-width); } body.sidebar div.sidebar { left: 0; } body { transition: 0.2s ease padding-left; } div.sidebar { transition: 0.2s ease left; } div.sidebar > div.title { width: var(--sidebar-width); height: var(--header-height); border-bottom: 1px solid var(--border-color); /* background-color: #112; */ background-image: url(../images/logo.png); background-repeat: no-repeat; background-position: center center; background-size: 140px auto; } div.section_title { position: relative; margin-left: 20px; margin-right: 15px; margin-top: 10px; height: 30px; line-height: 30px; font-size: 13px; font-weight: 700; text-transform: uppercase; color: var(--theme-color); cursor: pointer; user-select: none; -moz-user-select: none; -webkit-user-select: none; /* overflow: hidden; text-overflow: ellipsis; white-space: nowrap; */ } div.section_title:hover { color: var(--theme-color); } div.section_title:first-child { margin-top: 0px; } div.section_title > i { color: var(--icon-color); } div.section_title > i.icon:before { transform-origin: center center; transform: scale(1.3); padding-right: 2px; } div.section_title > i.ctrl { position: absolute; left: 100%; margin-left: -15px; height: 27px; line-height: 27px; font-size: 16px; font-weight: 700; color: var(--icon-color); transition: transform 0.25s ease-out; transform-origin: center center; transform: rotate(90deg); } div.section_title:hover > i.ctrl { color: var(--theme-color); } div.section { overflow: hidden; user-select: none; -moz-user-select: none; -webkit-user-select: none; } div.section_title.expanded > i.ctrl { transform: rotate(0deg); } .section_item { display: block; padding-left: 37px; padding-right: 15px; height: 25px; line-height: 25px; font-size: 14px; /* text-transform: uppercase; */ color: var(--sidebar-text-color); /* background: rgba(0, 0, 0, 0.2); */ cursor: pointer; text-decoration: none; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .section_item:hover { color: var(--theme-color); text-decoration: none; } .section_item.active { /* background: var(--background-color); color: var(--theme-color); */ background: var(--theme-color); color: var(--background-color); /* cursor: default; */ } .section_item.active:hover { color: var(--background-color); } body.dark .section_item.active { color: white; } body.dark .section_item.active:hover { color: white; } .section_item.disabled { cursor: default !important; color: var(--icon-color) !important; } /* Header */ div.header { position: relative; height: var(--header-height); overflow: hidden; /* padding-left: 30px; */ padding-right: 30px; /* background-color: var(--header-background-color); */ background: transparent; /* border-bottom: 1px solid var(--border-color); */ /* box-shadow: 0px 0px 100px var(--border-color); */ /* box-shadow: 2px 4px 8px var(--border-color); */ /* Show logo by default, sidebar turns it off */ padding-left: var(--sidebar-width); background-image: url(../images/logo.png); background-repeat: no-repeat; background-position: 30px center; background-size: 170px auto; } body.dark div.header { box-shadow: none; } body.sidebar div.header { padding-left: 30px; background-image: none; } #d_sidebar_toggle { display: none; position: fixed; z-index: 2; left: -1px; top: -1px; width: 40px; height: 40px; line-height: 40px; font-size: 24px; color: var(--body-text-color); text-align: center; cursor: pointer; background: var(--sidebar-background-color); border: 1px solid var(--border-color); border-radius: 4px; box-shadow: 2px 2px 8px var(--shadow-color); } #d_sidebar_toggle:hover { color: var(--theme-color); } #d_sidebar_toggle:active { color: var(--theme-color-half); } div.header > div.header_title { line-height: calc( var(--header-height) - 1px ); /* margin-left: 20px; */ font-size: 21px; font-weight: 700; letter-spacing: -1px; /* color: var(--theme-color); */ color: var(--header-text-color); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } div.header > div.header_title > i { color: var(--icon-color); padding-right: 3px; } div.header_widget { position: relative; float: right; height: 30px; margin-top: 9px; margin-left: 12px; color: var(--label-color); border: 1px solid var(--shadow-color); background: var(--box-background-color); border-radius: 4px; cursor: pointer; opacity: 0.95; transition: 0.2s ease all; user-select: none; -moz-user-select: none; -webkit-user-select: none; } body.dark div.header_widget { border: 1px solid var(--border-color); } div.header_widget:hover { top: -1px; color: var(--theme-color); /* background-color: var(--box-background-color); */ border: 1px solid var(--theme-color-half); box-shadow: 0px 2px 1px var(--shadow-color); opacity: 1.0; } body.dark div.header_widget:hover { border: 1px solid var(--theme-color-half); } div.header_widget.icon { width: 30px; font-size: 18px; line-height: 29px; text-align: center; } div.header_widget.user { width: 30px; background-repeat: no-repeat; background-position: center center; background-size: 30px 30px; } div.header_widget.user:hover { box-shadow: 0px 0px 5px var(--theme-color); } div.header_search_widget { position: relative; float: right; height: 30px; margin-top: 9px; margin-left: 12px; color: var(--label-color); /* border: 1px solid var(--shadow-color); background: var(--box-background-color); */ /* border-radius: 4px; cursor: pointer; */ opacity: 0.95; transition: 0.2s ease all; display: flex; align-items: center; font-weight: normal; text-transform: none; color: var(--body-text-color); } div.header_search_widget > i.mdi-magnify { position: relative; left: 25px; font-size: 15px; color: var(--icon-color); } div.header_search_widget > input[type="text"] { -moz-appearance: none; -webkit-appearance: none; appearance: none; height: 28px; line-height: 20px; padding-left: 22px; border: 1px solid var(--border-color); background: var(--box-background-color); border-radius: 8px; font-size: 13px; color: var(--body-text-color); transition: 0.2s ease all; } div.header_search_widget > input[type="text"]:focus { border: 1px solid var(--theme-color-half); } #d_header_user_container { height: var(--header-height); overflow: hidden; } /* Message Banner */ div.message { position: fixed; box-sizing: border-box; left: 0px; top: 0; width: 100%; height: var(--header-height); z-index: 10003; cursor: pointer; overflow: hidden; border-style: solid; border-width: 1px; } div.message.inline { position: relative; left: 0px; cursor: default; z-index: 0; } div.message_inner { font-size: 13px; font-weight: bold; line-height: calc( var(--header-height) - 2px ); cursor: pointer; padding: 0px 30px 0px 30px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } div.message_inner > i { font-size: 13px; } div.message_inner > i:before { transform-origin: 50% 50%; transform: scale(1.5); } div.message.inline > div.message_inner { cursor: default; } div.message.success { color:#0a0; background-color:#cfc; } div.message.warning { color:#990; background-color:#ffc; } div.message.error { color:#c00; background-color:#fee; } body.dark div.message.success { color:#0c0; background-color:#050; } body.dark div.message.warning { color:#cc0; background-color:#550; } body.dark div.message.error { color:#f33; background-color:#400; } .invalid { border-color: var(--red-half) !important; } /* Main */ div.main { } div.page_intro { padding: 30px 20px 0px 30px; font-size: 14px; color: var(--body-text-color); background-color: var(--background-color); } div.box { position: relative; margin: 30px; background: var(--box-background-color); border: 1px solid var(--shadow-color); border-radius: 4px; /* box-shadow: 0px 0px 35px var(--border-color), 2px 2px 6px var(--icon-color); */ box-shadow: 2px 2px 8px var(--shadow-color); /* padding: 30px; */ } body.dark div.box { border: 1px solid var(--border-color); box-shadow: none; } div.box:first-of-type { margin-top: 15px; } div.box.highlight { border: 1px solid var(--theme-color) !important; } div.box.highlight-half { border: 1px solid var(--theme-color-half) !important; } div.box_title { /* background: var(--box-background-color); */ font-size: 14px; font-weight: bold; text-transform: uppercase; padding: 20px 20px 20px 20px; /* border-top-left-radius: 6px; border-top-right-radius: 6px; */ color: var(--theme-color); /* text-shadow: 0px 1px 0px var(--background-color); */ } div.box_title.error { font-size: 18px; color: var(--red); padding-bottom: 0px; } div.box_title_widget { float: right; height: 18px; margin-left: 15px; display: flex; align-items: center; font-weight: normal; text-transform: none; color: var(--body-text-color); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } div.box_title_widget > i.mdi-magnify { position: relative; left: 25px; font-size: 15px; color: var(--icon-color); } div.box_title_widget > input[type="text"] { -moz-appearance: none; -webkit-appearance: none; appearance: none; line-height: 18px; padding-left: 22px; border: 1px solid var(--border-color); border-radius: 10px; font-size: 13px; color: var(--body-text-color); transition: 0.2s ease all; } div.box_title_widget > input[type="text"]:focus { border: 1px solid var(--theme-color-half); } div.box_subtitle { font-size: 13px; font-weight: normal; text-transform: none; padding: 0; margin-top: 4px; color: var(--body-text-color); } div.box_content { font-size: 13px; padding: 30px; } div.box_content.table { padding: 0px 25px 25px 25px } div.dialog.inline > div.box_content { padding: 50px 30px 50px 30px; } div.box_buttons { /* background: var(--box-background-color); */ font-size: 14px; padding: 15px 20px 20px 20px; /* border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; */ text-align: right; } div.box_buttons > .button { margin-left: 15px; } /* Button */ .button { position: relative; display: inline-block; height: 30px; line-height: 28px; padding: 0px 10px 0px 10px; background: var(--box-background-color); color: var(--label-color); border: 1px solid var(--border-color); border-radius: 5px; cursor: pointer; font-size: 13px; font-weight: bold; text-align: center; cursor: pointer; user-select: none; -moz-user-select: none; -webkit-user-select: none; transition: 0.2s ease all; } body.dark .button { /* background: var(--background-color); */ background: var(--form-background-color); } .button:hover { top: -1px; color: var(--theme-color); /* background: var(--box-background-color); */ border: 1px solid var(--theme-color-half); box-shadow: 0px 2px 1px var(--shadow-color); opacity: 1.0; /* text-decoration: underline; */ } body.dark .button:hover { /* background: var(--background-color); */ } .button:active { top: 0px; box-shadow: none; } .button.primary { background: var(--theme-color); color: white; } .button.primary:hover { background: var(--theme-color-highlight) !important; border: 1px solid var(--border-color) !important; color: white; } body.dark .button.primary { background: var(--theme-color); color: white; } .button.danger:hover { color: var(--red); border: 1px solid var(--red-highlight); } .button.small { height: 25px; line-height: 23px; padding: 0px 8px 0px 8px; font-size: 12px; } /* Form Grid */ .form_row { display: grid; grid-template-columns: 1fr 3fr 1fr; grid-template-areas: "a b c" ". d ."; grid-column-gap: 20px; margin-bottom: 30px; } .form_row:last-child { margin-bottom: 0px; } .form_row.wider { grid-template-columns: 1fr 5fr 1fr !important; } .form_row.widest { grid-template-columns: 1fr 20fr 1fr !important; } .form_row > div { /* background: rgba(255, 0, 0, 0.1); */ display: flex; align-items: center; /* justify-content: center; */ } .form_row > div.fr_label { grid-area: a; justify-self: end; /* text-align: right; */ color: var(--label-color); /* font-weight: bold; */ font-style: italic; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .form_row > div.fr_content { display: block; position: relative; grid-area: b; } .form_row > div.fr_suffix { grid-area: c; } .form_row > div.fr_caption { grid-area: d; font-size: 11px; margin-top: 4px; color: var(--label-color); } /* Form Elements */ .dialog_content .fr_caption { max-width: 320px; } .form_row input, .form_row textarea { width: 100%; } .form_row input[type="text"], .form_row input[type="password"] { -moz-appearance: none; -webkit-appearance: none; appearance: none; line-height: 20px; padding-left: 4px; border: 1px solid var(--border-color); font-size: 13px; color: var(--body-text-color); transition: 0.2s ease all; } .form_row input[type="text"]:focus, .form_row input[type="password"]:focus { /* color: var(--theme-color); */ border: 1px solid var(--theme-color-half); } .form_row input[type="text"].warning { border: 1px solid red; } .form_row input[type="text"].regexp { font-size: 12px; } .form_row textarea { -moz-appearance: none; -webkit-appearance: none; appearance: none; line-height: 20px; padding-left: 4px; border: 1px solid var(--border-color); font-size: 13px; color: var(--body-text-color); transition: 0.2s ease all; } .form_row textarea:focus { /* color: var(--theme-color); */ border: 1px solid var(--theme-color-half); } input:disabled, textarea:disabled { /* color: var(--body-text-color) !important; */ opacity: 0.5; } .form_row select { position: relative; -moz-appearance: none; -webkit-appearance: none; appearance: none; width: 100%; line-height: 20px; padding-left: 4px; background: var(--form-background-color); border: 1px solid var(--border-color); border-radius: 4px; font-size: 13px; color: var(--body-text-color); cursor: pointer; transition: 0.2s ease all; } .select_chevron { position: absolute; z-index: 2; display: inline-block; width: 20px; height: 20px; left: 100%; margin-left: -20px; top: 0px; text-align: center; font-size: 16px; } .form_row select[multiple] { display: none; } .dialog_content .form_row input, .dialog_content .form_row textarea, .dialog_content .form_row select, .dialog_content .form_row .form_date { background: var(--box-background-color); } body.dark .dialog_content .form_row input, body.dark .dialog_content .form_row textarea, body.dark .dialog_content .form_row select, body.dark .dialog_content .form_row .form_date { background: var(--form-background-color); } .multiselect { position: relative; width: 100%; line-height: 20px; padding-left: 4px; padding-top: 3px; /* padding-bottom: 3px; */ background: var(--form-background-color); border: 1px solid var(--border-color); border-radius: 4px; color: var(--body-text-color); cursor: pointer; transition: 0.2s ease all; user-select: none; -moz-user-select: none; -webkit-user-select: none; } .multiselect:hover { border: 1px solid var(--theme-color-half); } .multiselect.selected { border: 1px solid var(--theme-color); } .multiselect .select_chevron { top: 50%; margin-top: -10px; margin-left: -19px; } .multiselect > .item { display: block; float: left; max-width: 200px; height: 18px; line-height: 16px; margin-right: 4px; margin-bottom: 3px; padding-top: 1px; padding-left: 4px; padding-right: 6px; border-radius: 6px; /* background: var(--theme-color); color: var(--background-color); */ background: var(--border-color); color: var(--body-text-color); font-size: 13px; /* font-weight: bold; */ overflow: hidden; text-overflow: ellipsis; white-space: nowrap; user-select: none; -moz-user-select: none; -webkit-user-select: none; } body.dark .multiselect > .item { background: var(--box-background-color); } .multiselect > .item > i.mdi-close:hover:before { content: "\F0159"; /* mdi-close-circle */ color: var(--theme-color); } .multiselect > .placeholder { padding-top: 1px; padding-bottom: 4px; line-height: 16px; font-style: italic; color: var(--label-color); user-select: none; -moz-user-select: none; -webkit-user-select: none; } .multiselect.single { padding-top: 2px; background: var(--form-background-color); } .multiselect > .single { padding-top: 1px; padding-bottom: 3px; line-height: 16px; color: var(--body-text-color); user-select: none; -moz-user-select: none; -webkit-user-select: none; } .multiselect.disabled > div { color: var(--icon-color); cursor: not-allowed; } .multiselect.disabled:hover { border: 1px solid var(--border-color); } .form_suffix_icon { position: relative; left: -15px; width: 20px; height: 20px; line-height: 20px; text-align: center; font-size: 18px; color: var(--icon-color); cursor: pointer; } .form_suffix_icon:hover { color: var(--theme-color); } .form_suffix_icon:active { color: var(--theme-color-half); } .checkbox_container { position: relative; display: inline-block; margin-right: 1em; /* white-space: nowrap; */ margin-top: 5px; } .checkbox_container:first-child { margin-top: 0px; } .checkbox_container > input { position: absolute; left: 0; top: 0; min-width: 1em; width: 100%; height: 100%; z-index: 2; opacity: 0; margin: 0; padding: 0; cursor: pointer; } .checkbox_container > label { position: initial; display: inline-block; font-weight: 400; margin: 0; text-indent: 1.5em; min-width: calc(1em + 2px); } .checkbox_container > label:before, .checkbox_container > label:after { content: ''; width: calc(1em + 0px); height: calc(1em + 0px); display: block; box-sizing: border-box; border-radius: 0px; border: 1px solid transparent; z-index: 0; position: absolute; left: 0; top: 0px; /* top: calc((0% - (100% - 1em)) - 8%); */ background-color: transparent; transform-origin: 50% 50%; transition: all .25s ease; } .checkbox_container > label:before { background-color: var(--box-background-color); border-color: var(--icon-color); } body.dark .checkbox_container > label:before { background-color: var(--background-color); } body.dark fieldset .checkbox_container > label:before { background-color: var(--box-background-color); } .checkbox_container > label:after { transform: scale(.2); } /* .checkbox_container > input:hover ~ label:before { border-color: var(--theme-color); } */ .checkbox_container > input:hover ~ label { color: var(--theme-color); } .checkbox_container > input:checked ~ label:after { transform: scale(1.0); background-color: var(--theme-color); background-image: url(../images/check-bold.png); background-position: center center; background-repeat: no-repeat; background-size: 100%; } div.info_label { font-size: 11px; text-transform: uppercase; color: var(--label-color); cursor: default; } div.info_value { position: relative; margin-top: 1px; margin-bottom: 10px; font-size: 12px; color: var(--body-text-color); } div.info_value:last-child { margin-bottom: 0px; } .checker { position: relative; left: -12px; transform-origin: center center; transform: scale(1.4); } /* Dialogs */ /* z-index: 500 */ #dialog_overlay { position: fixed; z-index: 499; top: 0px; left: 0px; background-color: var(--box-background-color); width: 100vw; height: 100vh; } body.dark #dialog_overlay { background-color: var(--background-color); } #dialog, .dialog { position: fixed; padding: 20px; background: var(--background-color); border: 1px solid var(--border-color); border-radius: 6px; z-index: 500; font-size: 13px; /* box-shadow: 15px 15px 40px var(--icon-color); */ box-shadow: 0 2px 1.6px rgba(0, 0, 0, 0.019), 0 4.5px 3.6px rgba(0, 0, 0, 0.028), 0 7.9px 6.3px rgba(0, 0, 0, 0.034), 0 12.5px 10px rgba(0, 0, 0, 0.04), 0 19.3px 15.5px rgba(0, 0, 0, 0.046), 0 30.1px 24.1px rgba(0, 0, 0, 0.052), 0 50px 40px rgba(0, 0, 0, 0.061), 0 100px 80px rgba(0, 0, 0, 0.08); max-width: calc( 100vw - 30px ); } body.dark #dialog, body.dark .dialog { background: var(--box-background-color); box-shadow: 15px 15px 40px var(--background-color); } .dialog.inline { margin-top: 75px; margin-bottom: 75px; position: relative; max-width: 500px; margin-left: auto; margin-right: auto; } .dialog.inline.wider { max-width: 650px; } .dialog_title { font-size: 14px; font-weight: bold; text-transform: uppercase; /* padding: 20px 20px 20px 20px; */ color: var(--body-text-color); } #d_progress_title { /* text-transform: none; */ font-weight: normal; } .dialog_content { } .dialog_help { font-size: 12px; font-style: italic; color: var(--label-color); margin-bottom: 25px; max-width: 450px; } .dialog.inline .dialog_help { margin-bottom: 0; } .dialog_content .form_row { display: grid; margin-bottom: 20px; } .dialog_buttons { font-size: 14px; /* padding: 15px 20px 20px 20px; */ text-align: right; } .dialog_buttons > .button { margin-left: 15px; } .confirm_container { max-width: 450px; padding: 10px 0 20px 0; font-size: 13px; line-height: 18px; color: var(--body-text-color); } /* Progress Bar Stuff */ @keyframes progress { to { background-position: 30px 0; } } div.progress_bar_container { position: relative; height: 18px; border-radius: 10px; background-color: var(--border-color); /* box-shadow: inset 2px 2px 4px #999; */ overflow: hidden; } div.progress_bar_container.indeterminate { background-color: var(--background-color); box-shadow: none; } div.progress_bar_inner { height: 18px; border-radius: 10px; /* background-color: rgb(155, 155, 170); */ background-color: var(--theme-color); box-shadow: inset 0px 0px 6px 2px rgba(255,255,255,.3); animation: progress 1s linear infinite; background-repeat: repeat-x; background-size: 30px 30px; background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.25) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0.25) 75%, transparent 75%, transparent); } div.progress_bar_container.indeterminate > div.progress_bar_inner { opacity: 0.5; } body.dark div.progress_bar_inner { box-shadow: inset 0px 0px 6px 2px rgba(0,0,0,.3); background-image: linear-gradient(-45deg, rgba(0, 0, 0, 0.25) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0.25) 75%, transparent 75%, transparent); } /* Arrow Boxes */ /* z-index: 1000 */ .arrow_box { position: fixed; background: var(--background-color); border: 1px solid var(--border-color); border-radius: 6px; z-index: 1000; font-size: 13px; /* box-shadow: 15px 15px 40px var(--icon-color); */ box-shadow: 0 2px 1.6px rgba(0, 0, 0, 0.019), 0 4.5px 3.6px rgba(0, 0, 0, 0.028), 0 7.9px 6.3px rgba(0, 0, 0, 0.034), 0 12.5px 10px rgba(0, 0, 0, 0.04), 0 19.3px 15.5px rgba(0, 0, 0, 0.046), 0 30.1px 24.1px rgba(0, 0, 0, 0.052), 0 50px 40px rgba(0, 0, 0, 0.061), 0 100px 80px rgba(0, 0, 0, 0.08); } body.dark .arrow_box { box-shadow: 15px 15px 40px var(--background-color); } .arrow_box:after, .arrow_box:before { left: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; } .arrow_box.top:after, .arrow_box.top:before { bottom: 100%; } .arrow_box.top:after { border-bottom-color: var(--background-color); border-width: 15px; margin-left: -15px; } .arrow_box.top:before { border-bottom-color: var(--border-color); border-width: 16px; margin-left: -16px; } .arrow_box.bottom:after, .arrow_box.bottom:before { top: 100%; } .arrow_box.bottom:after { border-top-color: var(--background-color); border-width: 15px; margin-left: -15px; } .arrow_box.bottom:before { border-top-color: var(--border-color); border-width: 16px; margin-left: -16px; } #popoverlay { position: fixed; z-index: 999; top: 0px; left: 0px; background-color: var(--box-background-color); width: 100vw; height: 100vh; } body.dark #popoverlay { background-color: var(--background-color); } #sidebar_overlay { position: fixed; z-index: 2; top: 0px; left: 0px; background-color: var(--box-background-color); width: 100vw; height: 100vh; } body.dark #sidebar_overlay { background-color: var(--background-color); } /* Multi-select Popover */ div.sel_dialog_label { /* background-color: var(--dialog-background-color); */ font-size: 12px; font-weight: bold; text-transform: uppercase; color: var(--label-color); /* padding-left: 10px; */ /* padding-right: 10px; */ margin-bottom: 10px; cursor: default; } div.sel_dialog_search_container { position: relative; width: 100%; height: 25px; margin-top: 0px; margin-right: 8px; -webkit-app-region: no-drag; } input.sel_dialog_search { width: 100%; height: 25px; font-size: 13px; padding-left: 26px; padding-right: 5px; -webkit-appearance: none; -moz-appearance: none; appearance: none; cursor: text; outline: none; border: 1px solid var(--border-color); border-radius: 10px; color: var(--body-text-color); background-color: var(--box-background-color); } input.sel_dialog_search:focus + div.sel_dialog_search_icon { color: var(--theme-color); } div.sel_dialog_search_icon { position: absolute; left: 3px; top: 2px; width: 22px; font-size: 18px; line-height: 20px; text-align: center; color: var(--icon-color); cursor: default; z-index: 2; } div.sel_dialog_scrollarea { position: relative; overflow-y: scroll; width: 100%; padding-left: 10px; max-height: 238px; margin-top: 7px; } .sel_dialog_item { position: relative; height: 25px; line-height: 25px; font-size: 13px; /* font-weight: bold; */ color: var(--body-text-color); cursor: pointer; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .sel_dialog_item:hover { color: var(--theme-color); } .sel_dialog_item.selected { /* opacity: 0.5; */ font-weight: bold; } /* .sel_dialog_item.selected:hover { color: var(--body-text-color); cursor: default; } */ .sel_dialog_item.check { padding-left: 24px; } .sel_dialog_item_check { position: absolute; width: 16px; height: 25px; left: 0px; top: 0px; line-height: 25px; font-size: 16px; text-align: center; opacity: 0; } .sel_dialog_item.selected > .sel_dialog_item_check { opacity: 1; } .sel_dialog_caption { font-size: 11px; margin-top: 4px; color: var(--label-color); } .sel_dialog_button_container { margin-top: 20px; font-size: 14px; /* padding: 15px 20px 20px 20px; */ text-align: right; } .sel_dialog_button_container > .button { margin-left: 15px; } /* Popup Calendar */ div.form_date { line-height: 20px; padding-left: 4px; background: var(--form-background-color); border: 1px solid var(--border-color); border-radius: 4px; font-size: 13px; color: var(--body-text-color); cursor: pointer; } div.form_date:hover { border: 1px solid var(--theme-color-half); } div.form_date:active { border: 1px solid var(--theme-color); } div.form_date.selected { border: 1px solid var(--theme-color); } div.calendar { width: 300px; padding: 15px; margin: 0 auto 0 auto; cursor: default; user-select: none; -moz-user-select: none; -webkit-user-select: none; } div.cal_header { display: grid; grid-template-columns: 1fr 5fr 1fr; grid-gap: 0; line-height: 16px; font-size: 15px; margin-bottom: 10px; } div.ch_nav { text-align: center; color: var(--label-color); cursor: pointer; font-size: 18px; } div.ch_nav:hover { color: var(--theme-color); } div.ch_nav:active { color: var(--theme-color-half); } div.ch_title { text-align: center; font-weight: bold; color: var(--label-color); } div.cal_days { display: grid; grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr; grid-gap: 0; line-height: 10px; font-size: 9px; margin-bottom: 2px; } div.cal_day { text-align: center; color: var(--icon-color); } div.cg_row { display: grid; grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr; grid-gap: 0; border-bottom: 1px solid var(--border-color); } div.cg_row.last { border-bottom: 1px solid transparent; } div.cg_cell { line-height: 30px; font-size: 15px; text-align: center; color: var(--label-color); border-right: 1px solid var(--border-color); } div.cg_cell:last-child { border-right: 1px solid transparent; } div.cg_cell.enabled { cursor: pointer; } div.cg_cell.enabled:hover { box-shadow: inset 0px 0px 1px 1px var(--theme-color-half); } div.cg_cell.enabled:active { box-shadow: inset 0px 0px 1px 1px var(--theme-color); } div.cg_cell.today { color: var(--theme-color); font-weight: bold; } div.cg_cell.selected { background-color: var(--theme-color-half); color: white; } /* Table */ .pagination { font-size: 12px; margin-top: 10px; margin-bottom: 10px; font-weight: normal; color: var(--label-color); text-transform: uppercase; } .pagination.hide { display:none; } .data_table { border-collapse: collapse; } .data_table tr th { font-size: 13px; height: 25px; line-height: 25px; cursor: default; font-weight: bold; text-align: left; padding-left: 5px; padding-right: 10px; /* color:#1840F0; */ color: var(--label-color); border-top: 1px solid var(--border-color); background: var(--background-color); /* background: linear-gradient(to top, #ddd 0%, #fff 100%); */ } body.dark .data_table tr th { background: var(--form-background-color); border-bottom: 1px solid var(--border-color); } .data_table tr td { font-size: 13px; padding-left: 5px; padding-right: 10px; padding-top: 8px; padding-bottom: 8px; border-bottom: 1px solid var(--border-color); background: transparent; /* background: linear-gradient(to top, #efefef 0%, #fff 100%); */ } .data_table tr.highlight td { } .data_table.extra_padding tr td { padding-top: 10px; padding-bottom: 10px; } div.td_big { line-height: 21px; font-size: 13px; font-weight: bold; } div.td_big.dragging, div.td_big.dragging a, div.td_big.dragging i, div.td_big.dragging span { color: var(--theme-color) !important; } div.td_avatar { line-height: 24px; font-size: 13px; font-weight: bold; padding-left: 30px; background-repeat: no-repeat; background-position: left center; background-size: 24px 24px; } div.td_drag_handle { display: block; line-height: 21px; font-size: 13px; cursor: grab; padding: 5px 0px 5px 5px; margin: -5px 0px -5px -5px; } /* div.td_drag_handle:hover i { color: var(--theme-color) !important; } */ div.ellip { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .data_table tr td a i { color: var(--icon-color) !important; } .data_table tr td a:hover i { color: var(--theme-color) !important; } .data_table tr td a i.mdi { padding-right: 2px; } .data_table tr td a i.mdi:before { transform: scale(1.20); } div.dropzone { position: absolute; z-index: 10000; cursor: grabbing; } div.dropzone > div.dz_bar { position: absolute; width: 100%; height: 0px; left: 0px; top: 50%; /* background-color: var(--theme-color); */ box-shadow: 0px 0px 0px 1px var(--theme-color); display: none; cursor: grabbing; } div.dropzone.drag > div.dz_bar { display: block; } /* Color Labels */ span.color_label { border-radius: 5px; padding: 2px 5px 2px 5px; color: #fff; font-size: 12px; /* font-weight: bold; */ text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5); cursor: default; white-space: nowrap; user-select: none; -moz-user-select: none; -webkit-user-select: none; } span.color_label.blue { background: #5890db; } span.color_label.green { background: #44bb44; } span.color_label.yellow { background: #bbbb44; } span.color_label.red { background: #bb4444; } span.color_label.purple { background: #bb44bb; } span.color_label.gray { background: #aaaaaa; } body.dark span.color_label.blue { background: rgb(8, 64, 140); } body.dark span.color_label.green { background: rgb(0, 108, 0); } body.dark span.color_label.yellow { background: rgb(108, 108, 0); } body.dark span.color_label.red { background: rgb(108, 0, 0); } body.dark span.color_label.purple { background: rgb(108, 0, 108); } body.dark span.color_label.gray { background: rgb(90, 90, 90); } /* Simple Horizontal Grid */ .simple_grid_horiz { display: inline-grid; grid-auto-flow: column; grid-column-gap: 15px; align-items: center; } .simple_grid_horiz > div { } /* My Account */ .avatar_edit { width: 50px; height: 50px; background-color: var(--background-color); border: 1px solid var(--border-color); border-radius: 8px; cursor: pointer; opacity: 0.95; transition: 0.2s ease all; background-repeat: no-repeat; background-position: center center; background-size: contain; } .avatar_edit:hover { /* background-color: var(--box-background-color); */ border: 1px solid var(--theme-color-half); box-shadow: 0px 0px 5px var(--border-color); opacity: 1.0; } .avatar_edit.disabled { cursor: default; } .avatar_edit.disabled:hover { background-color: var(--background-color); border: 1px solid var(--border-color); box-shadow: none; opacity: 0.95; } /* Footer */ #d_footer { position: fixed; width: 100%; top: 100%; margin-top: -35px; padding-left: 30px; padding-right: 30px; font-size: 11px; cursor: default; color: var(--icon-color); } #d_footer a { color: var(--label-color); } #d_footer a:hover { color: var(--body-text-color); } body.sidebar #d_footer, body.relative #d_footer { position: relative; width: auto; top: 0; margin-top: 0px; margin-bottom: 20px; } body { padding-bottom: 40px; } body.sidebar, body.relative { padding-bottom: 0; }
0.331769
0.055285
.select-search { width: 100%; position: relative; box-sizing: border-box; padding: 5px 0; } .select-search *, .select-search *::after, .select-search *::before { box-sizing: inherit; } /** * Value wrapper */ .select-search__value { position: relative; z-index: 1; } .select-search__value::after { content: ''; display: inline-block; position: absolute; top: calc(50% - 9px); right: 19px; width: 11px; height: 11px; } /** * Input */ .select-search__input { display: block; height: 36px; width: 100%; padding: 0 16px; background: #fff; border: 1px solid transparent; box-shadow: 0 .0625rem .125rem rgba(0, 0, 0, 0.15); border-radius: 3px; outline: none; font-size: 14px; text-align: left; text-overflow: ellipsis; line-height: 36px; -webkit-appearance: none; } .select-search__input::-webkit-search-decoration, .select-search__input::-webkit-search-cancel-button, .select-search__input::-webkit-search-results-button, .select-search__input::-webkit-search-results-decoration { -webkit-appearance:none; } .select-search__input:not([readonly]):focus { cursor: initial; } /** * Options wrapper */ .select-search__select { background: #fff; box-shadow: 0 .0625rem .125rem rgba(0, 0, 0, 0.15); } /** * Options */ .select-search__options { list-style: none; padding: 0; } /** * Option row */ .select-search__row:not(:first-child) { border-top: 1px solid #eee; } /** * Option */ .select-search__option { display: block; min-height: 36px; width: 100%; padding: 8px 16px; background: #fff; border: none; outline: none; font-size: 14px; text-align: left; cursor: pointer; } .select-search__option.is-selected { background:var(--green); color: #fff; } .select-search__option.is-highlighted, .select-search__option:not(.is-selected):hover { background: var(--washed-green); } .select-search__option.is-highlighted.is-selected, .select-search__option.is-selected:hover { background: var(--dark-green); color: #fff; } /** * States */ .select-search.is-disabled { opacity: 0.5; } .select-search.is-loading .select-search__value::after { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50'%3E%3Cpath fill='%232F2D37' d='M25,5A20.14,20.14,0,0,1,45,22.88a2.51,2.51,0,0,0,2.49,2.26h0A2.52,2.52,0,0,0,50,22.33a25.14,25.14,0,0,0-50,0,2.52,2.52,0,0,0,2.5,2.81h0A2.51,2.51,0,0,0,5,22.88,20.14,20.14,0,0,1,25,5Z'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 25 25' to='360 25 25' dur='0.6s' repeatCount='indefinite'/%3E%3C/path%3E%3C/svg%3E"); background-size: 11px; } .select-search:not(.is-disabled) .select-search__input { cursor: pointer; } /** * Modifiers */ .select-search:not(.is-loading):not(.select-search--multiple) .select-search__value::after { transform: rotate(45deg); border-right: 1px solid #000; border-bottom: 1px solid #000; pointer-events: none; } .select-search.has-focus .select-search__value::after { transform: rotate(45deg) !important; } .select-search:not(.select-search--multiple) .select-search__input:hover { border-color: var(--green); } .select-search:not(.select-search--multiple) .select-search__select { position: absolute; z-index: 2; top: 44px; right: 0; left: 0; border-radius: 3px; overflow: auto; max-height: 360px; }
css/select-search.css
.select-search { width: 100%; position: relative; box-sizing: border-box; padding: 5px 0; } .select-search *, .select-search *::after, .select-search *::before { box-sizing: inherit; } /** * Value wrapper */ .select-search__value { position: relative; z-index: 1; } .select-search__value::after { content: ''; display: inline-block; position: absolute; top: calc(50% - 9px); right: 19px; width: 11px; height: 11px; } /** * Input */ .select-search__input { display: block; height: 36px; width: 100%; padding: 0 16px; background: #fff; border: 1px solid transparent; box-shadow: 0 .0625rem .125rem rgba(0, 0, 0, 0.15); border-radius: 3px; outline: none; font-size: 14px; text-align: left; text-overflow: ellipsis; line-height: 36px; -webkit-appearance: none; } .select-search__input::-webkit-search-decoration, .select-search__input::-webkit-search-cancel-button, .select-search__input::-webkit-search-results-button, .select-search__input::-webkit-search-results-decoration { -webkit-appearance:none; } .select-search__input:not([readonly]):focus { cursor: initial; } /** * Options wrapper */ .select-search__select { background: #fff; box-shadow: 0 .0625rem .125rem rgba(0, 0, 0, 0.15); } /** * Options */ .select-search__options { list-style: none; padding: 0; } /** * Option row */ .select-search__row:not(:first-child) { border-top: 1px solid #eee; } /** * Option */ .select-search__option { display: block; min-height: 36px; width: 100%; padding: 8px 16px; background: #fff; border: none; outline: none; font-size: 14px; text-align: left; cursor: pointer; } .select-search__option.is-selected { background:var(--green); color: #fff; } .select-search__option.is-highlighted, .select-search__option:not(.is-selected):hover { background: var(--washed-green); } .select-search__option.is-highlighted.is-selected, .select-search__option.is-selected:hover { background: var(--dark-green); color: #fff; } /** * States */ .select-search.is-disabled { opacity: 0.5; } .select-search.is-loading .select-search__value::after { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50'%3E%3Cpath fill='%232F2D37' d='M25,5A20.14,20.14,0,0,1,45,22.88a2.51,2.51,0,0,0,2.49,2.26h0A2.52,2.52,0,0,0,50,22.33a25.14,25.14,0,0,0-50,0,2.52,2.52,0,0,0,2.5,2.81h0A2.51,2.51,0,0,0,5,22.88,20.14,20.14,0,0,1,25,5Z'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 25 25' to='360 25 25' dur='0.6s' repeatCount='indefinite'/%3E%3C/path%3E%3C/svg%3E"); background-size: 11px; } .select-search:not(.is-disabled) .select-search__input { cursor: pointer; } /** * Modifiers */ .select-search:not(.is-loading):not(.select-search--multiple) .select-search__value::after { transform: rotate(45deg); border-right: 1px solid #000; border-bottom: 1px solid #000; pointer-events: none; } .select-search.has-focus .select-search__value::after { transform: rotate(45deg) !important; } .select-search:not(.select-search--multiple) .select-search__input:hover { border-color: var(--green); } .select-search:not(.select-search--multiple) .select-search__select { position: absolute; z-index: 2; top: 44px; right: 0; left: 0; border-radius: 3px; overflow: auto; max-height: 360px; }
0.36977
0.058777
* Util */ /* * Inputs */ /* * Inputs with icon prefix */ /* * Checkboxes */ /* * Radio */ /* * Switches */ /* * Ranges */ /* * Buttons */ /* * Dropdowns */ /* * Collections */ /* * Badges */ /* * Pagination */ /* * Preloader */ /* * Slider */ /* * Table of contents (PushPin, ScrollSpy) */ /* * Tabs */ /* * Datepicker */ /* * Main color */ /* * Alternative color */ /* * Defaults used by main and alternative */ /* * Create default elements */ /* * Backgrounds */ .alternative.lighten-5 { background-color: #fafafa; } .btn.alternative.lighten-5:hover { background-color: white; } .btn.alternative.lighten-5:focus { background-color: white; } /* * Texts */ a.alternative-text.lighten-5 { color: #fafafa; } a.alternative-text.lighten-5:hover { color: #e8e8e8 !important; } .alternative-text.lighten-5 { color: #fafafa; } /* * Dropdown */ .alternative-dropdown.lighten-5 li > a, .alternative-dropdown.lighten-5 li > span { color: #fafafa; } /* * Backgrounds */ .alternative.lighten-4 { background-color: #f5f5f5; } .btn.alternative.lighten-4:hover { background-color: white; } .btn.alternative.lighten-4:focus { background-color: white; } /* * Texts */ a.alternative-text.lighten-4 { color: #f5f5f5; } a.alternative-text.lighten-4:hover { color: #e3e3e3 !important; } .alternative-text.lighten-4 { color: #f5f5f5; } /* * Dropdown */ .alternative-dropdown.lighten-4 li > a, .alternative-dropdown.lighten-4 li > span { color: #f5f5f5; } /* * Backgrounds */ .alternative.lighten-3 { background-color: #eeeeee; } .btn.alternative.lighten-3:hover { background-color: #fbfbfb; } .btn.alternative.lighten-3:focus { background-color: #f8f8f8; } /* * Texts */ a.alternative-text.lighten-3 { color: #eeeeee; } a.alternative-text.lighten-3:hover { color: gainsboro !important; } .alternative-text.lighten-3 { color: #eeeeee; } /* * Dropdown */ .alternative-dropdown.lighten-3 li > a, .alternative-dropdown.lighten-3 li > span { color: #eeeeee; } /* * Backgrounds */ .alternative.lighten-2 { background-color: #e0e0e0; } .btn.alternative.lighten-2:hover { background-color: #ededed; } .btn.alternative.lighten-2:focus { background-color: #eaeaea; } /* * Texts */ a.alternative-text.lighten-2 { color: #e0e0e0; } a.alternative-text.lighten-2:hover { color: #cecece !important; } .alternative-text.lighten-2 { color: #e0e0e0; } /* * Dropdown */ .alternative-dropdown.lighten-2 li > a, .alternative-dropdown.lighten-2 li > span { color: #e0e0e0; } /* * Backgrounds */ .alternative.lighten-1 { background-color: #bdbdbd; } .btn.alternative.lighten-1:hover { background-color: #cacaca; } .btn.alternative.lighten-1:focus { background-color: #c7c7c7; } /* * Texts */ a.alternative-text.lighten-1 { color: #bdbdbd; } a.alternative-text.lighten-1:hover { color: #ababab !important; } .alternative-text.lighten-1 { color: #bdbdbd; } /* * Dropdown */ .alternative-dropdown.lighten-1 li > a, .alternative-dropdown.lighten-1 li > span { color: #bdbdbd; } /* * Backgrounds */ .alternative { background-color: #9e9e9e; } .btn.alternative:hover { background-color: #ababab; } .btn.alternative:focus { background-color: #a8a8a8; } /* * Texts */ a.alternative-text { color: #9e9e9e; } a.alternative-text:hover { color: #8c8c8c !important; } .alternative-text { color: #9e9e9e; } /* * Dropdown */ .alternative-dropdown li > a, .alternative-dropdown li > span { color: #9e9e9e; } /* * Waves */ .waves-effect.waves-alternative .waves-ripple { background-color: rgba(209, 209, 209, 0.6); } /* * Backgrounds */ .alternative.darken-1 { background-color: #757575; } .btn.alternative.darken-1:hover { background-color: #828282; } .btn.alternative.darken-1:focus { background-color: #7f7f7f; } /* * Texts */ a.alternative-text.darken-1 { color: #757575; } a.alternative-text.darken-1:hover { color: #636363 !important; } .alternative-text.darken-1 { color: #757575; } /* * Dropdown */ .alternative-dropdown.darken-1 li > a, .alternative-dropdown.darken-1 li > span { color: #757575; } /* * Backgrounds */ .alternative.darken-2 { background-color: #616161; } .btn.alternative.darken-2:hover { background-color: #6e6e6e; } .btn.alternative.darken-2:focus { background-color: #6b6b6b; } /* * Texts */ a.alternative-text.darken-2 { color: #616161; } a.alternative-text.darken-2:hover { color: #4f4f4f !important; } .alternative-text.darken-2 { color: #616161; } /* * Dropdown */ .alternative-dropdown.darken-2 li > a, .alternative-dropdown.darken-2 li > span { color: #616161; } /* * Backgrounds */ .alternative.darken-3 { background-color: #424242; } .btn.alternative.darken-3:hover { background-color: #4f4f4f; } .btn.alternative.darken-3:focus { background-color: #4c4c4c; } /* * Texts */ a.alternative-text.darken-3 { color: #424242; } a.alternative-text.darken-3:hover { color: #303030 !important; } .alternative-text.darken-3 { color: #424242; } /* * Dropdown */ .alternative-dropdown.darken-3 li > a, .alternative-dropdown.darken-3 li > span { color: #424242; } /* * Backgrounds */ .alternative.darken-4 { background-color: #212121; } .btn.alternative.darken-4:hover { background-color: #2e2e2e; } .btn.alternative.darken-4:focus { background-color: #2b2b2b; } /* * Texts */ a.alternative-text.darken-4 { color: #212121; } a.alternative-text.darken-4:hover { color: #0f0f0f !important; } .alternative-text.darken-4 { color: #212121; } /* * Dropdown */ .alternative-dropdown.darken-4 li > a, .alternative-dropdown.darken-4 li > span { color: #212121; } /* * Override Materialize */ .btn, .btn-large, .btn-floating { background-color: #bdbdbd; } .btn:hover, .btn-large:hover, .btn-floating:hover { background-color: #cacaca; } .btn:focus, .btn-large:focus, .btn-floating:focus { background-color: #c7c7c7; } .btn:not(.white):not(:disabled), .btn-large:not(:white):not(:disabled) { color: #FFF !important; } .btn:not(.white):not(:disabled) i, .btn-large:not(:white):not(:disabled) i { color: #FFF !important; } .btn:not(.white):not(:disabled):hover, .btn-large:not(:white):not(:disabled):hover { color: #FFF !important; } .btn:not(.white):not(:disabled):hover i, .btn-large:not(:white):not(:disabled):hover i { color: #FFF !important; } .btn.white:not(:disabled), .btn-large.white:not(:disabled) { color: #bdbdbd !important; } .btn.white:not(:disabled) i, .btn-large.white:not(:disabled) i { color: #bdbdbd !important; } .btn.white:not(:disabled):hover, .btn-large.white:not(:disabled):hover { color: #bdbdbd !important; } .btn.white:not(:disabled):hover i, .btn-large.white:not(:disabled):hover i { color: #bdbdbd !important; } .dropdown-content li > a, .dropdown-content li > span { color: #9e9e9e; } span.badge.new { background-color: #bdbdbd; } .pagination li.active { background-color: #bdbdbd; } .pagination li.active a { color: white !important; } .progress { background-color: white; } .progress .determinate, .progress .indeterminate { background-color: #bdbdbd; } .preloader-wrapper .spinner-layer:not([class*="spinner-blue"]):not([class*="spinner-red"]):not([class*="spinner-yellow"]):not([class*="spinner-green"]) { border-color: #bdbdbd; } .tabs .tab a { color: #bdbdbd; } .tabs .tab a:hover { color: #f0f0f0; } .tabs .tab.disabled a { color: #f0f0f0; } .tabs .indicator { background-color: #bdbdbd; } .picker__date-display { background-color: #bdbdbd; } .picker__nav--prev:hover, .picker__nav--next:hover { background: white; } .picker__weekday-display { background-color: #ababab; } .picker__day.picker__day--today { color: #bdbdbd; } .picker__day--selected, .picker__day--selected:hover, .picker--focused .picker__day--selected { background-color: #bdbdbd; } .picker__day--selected.picker__day--outfocus, .picker__day--selected:hover.picker__day--outfocus, .picker--focused .picker__day--selected.picker__day--outfocus { background-color: white; } .picker__close, .picker__today { color: #bdbdbd; } button.picker__today:focus, button.picker__clear:focus, button.picker__close:focus { background-color: white; } /* * Apps - CRUD */ .select2-dropdown .select2-results__option, .select2-dropdown .select2-results__option--highlighted[aria-selected] { color: #9e9e9e !important; }
webroot/css/themes/alternative/grey.css
* Util */ /* * Inputs */ /* * Inputs with icon prefix */ /* * Checkboxes */ /* * Radio */ /* * Switches */ /* * Ranges */ /* * Buttons */ /* * Dropdowns */ /* * Collections */ /* * Badges */ /* * Pagination */ /* * Preloader */ /* * Slider */ /* * Table of contents (PushPin, ScrollSpy) */ /* * Tabs */ /* * Datepicker */ /* * Main color */ /* * Alternative color */ /* * Defaults used by main and alternative */ /* * Create default elements */ /* * Backgrounds */ .alternative.lighten-5 { background-color: #fafafa; } .btn.alternative.lighten-5:hover { background-color: white; } .btn.alternative.lighten-5:focus { background-color: white; } /* * Texts */ a.alternative-text.lighten-5 { color: #fafafa; } a.alternative-text.lighten-5:hover { color: #e8e8e8 !important; } .alternative-text.lighten-5 { color: #fafafa; } /* * Dropdown */ .alternative-dropdown.lighten-5 li > a, .alternative-dropdown.lighten-5 li > span { color: #fafafa; } /* * Backgrounds */ .alternative.lighten-4 { background-color: #f5f5f5; } .btn.alternative.lighten-4:hover { background-color: white; } .btn.alternative.lighten-4:focus { background-color: white; } /* * Texts */ a.alternative-text.lighten-4 { color: #f5f5f5; } a.alternative-text.lighten-4:hover { color: #e3e3e3 !important; } .alternative-text.lighten-4 { color: #f5f5f5; } /* * Dropdown */ .alternative-dropdown.lighten-4 li > a, .alternative-dropdown.lighten-4 li > span { color: #f5f5f5; } /* * Backgrounds */ .alternative.lighten-3 { background-color: #eeeeee; } .btn.alternative.lighten-3:hover { background-color: #fbfbfb; } .btn.alternative.lighten-3:focus { background-color: #f8f8f8; } /* * Texts */ a.alternative-text.lighten-3 { color: #eeeeee; } a.alternative-text.lighten-3:hover { color: gainsboro !important; } .alternative-text.lighten-3 { color: #eeeeee; } /* * Dropdown */ .alternative-dropdown.lighten-3 li > a, .alternative-dropdown.lighten-3 li > span { color: #eeeeee; } /* * Backgrounds */ .alternative.lighten-2 { background-color: #e0e0e0; } .btn.alternative.lighten-2:hover { background-color: #ededed; } .btn.alternative.lighten-2:focus { background-color: #eaeaea; } /* * Texts */ a.alternative-text.lighten-2 { color: #e0e0e0; } a.alternative-text.lighten-2:hover { color: #cecece !important; } .alternative-text.lighten-2 { color: #e0e0e0; } /* * Dropdown */ .alternative-dropdown.lighten-2 li > a, .alternative-dropdown.lighten-2 li > span { color: #e0e0e0; } /* * Backgrounds */ .alternative.lighten-1 { background-color: #bdbdbd; } .btn.alternative.lighten-1:hover { background-color: #cacaca; } .btn.alternative.lighten-1:focus { background-color: #c7c7c7; } /* * Texts */ a.alternative-text.lighten-1 { color: #bdbdbd; } a.alternative-text.lighten-1:hover { color: #ababab !important; } .alternative-text.lighten-1 { color: #bdbdbd; } /* * Dropdown */ .alternative-dropdown.lighten-1 li > a, .alternative-dropdown.lighten-1 li > span { color: #bdbdbd; } /* * Backgrounds */ .alternative { background-color: #9e9e9e; } .btn.alternative:hover { background-color: #ababab; } .btn.alternative:focus { background-color: #a8a8a8; } /* * Texts */ a.alternative-text { color: #9e9e9e; } a.alternative-text:hover { color: #8c8c8c !important; } .alternative-text { color: #9e9e9e; } /* * Dropdown */ .alternative-dropdown li > a, .alternative-dropdown li > span { color: #9e9e9e; } /* * Waves */ .waves-effect.waves-alternative .waves-ripple { background-color: rgba(209, 209, 209, 0.6); } /* * Backgrounds */ .alternative.darken-1 { background-color: #757575; } .btn.alternative.darken-1:hover { background-color: #828282; } .btn.alternative.darken-1:focus { background-color: #7f7f7f; } /* * Texts */ a.alternative-text.darken-1 { color: #757575; } a.alternative-text.darken-1:hover { color: #636363 !important; } .alternative-text.darken-1 { color: #757575; } /* * Dropdown */ .alternative-dropdown.darken-1 li > a, .alternative-dropdown.darken-1 li > span { color: #757575; } /* * Backgrounds */ .alternative.darken-2 { background-color: #616161; } .btn.alternative.darken-2:hover { background-color: #6e6e6e; } .btn.alternative.darken-2:focus { background-color: #6b6b6b; } /* * Texts */ a.alternative-text.darken-2 { color: #616161; } a.alternative-text.darken-2:hover { color: #4f4f4f !important; } .alternative-text.darken-2 { color: #616161; } /* * Dropdown */ .alternative-dropdown.darken-2 li > a, .alternative-dropdown.darken-2 li > span { color: #616161; } /* * Backgrounds */ .alternative.darken-3 { background-color: #424242; } .btn.alternative.darken-3:hover { background-color: #4f4f4f; } .btn.alternative.darken-3:focus { background-color: #4c4c4c; } /* * Texts */ a.alternative-text.darken-3 { color: #424242; } a.alternative-text.darken-3:hover { color: #303030 !important; } .alternative-text.darken-3 { color: #424242; } /* * Dropdown */ .alternative-dropdown.darken-3 li > a, .alternative-dropdown.darken-3 li > span { color: #424242; } /* * Backgrounds */ .alternative.darken-4 { background-color: #212121; } .btn.alternative.darken-4:hover { background-color: #2e2e2e; } .btn.alternative.darken-4:focus { background-color: #2b2b2b; } /* * Texts */ a.alternative-text.darken-4 { color: #212121; } a.alternative-text.darken-4:hover { color: #0f0f0f !important; } .alternative-text.darken-4 { color: #212121; } /* * Dropdown */ .alternative-dropdown.darken-4 li > a, .alternative-dropdown.darken-4 li > span { color: #212121; } /* * Override Materialize */ .btn, .btn-large, .btn-floating { background-color: #bdbdbd; } .btn:hover, .btn-large:hover, .btn-floating:hover { background-color: #cacaca; } .btn:focus, .btn-large:focus, .btn-floating:focus { background-color: #c7c7c7; } .btn:not(.white):not(:disabled), .btn-large:not(:white):not(:disabled) { color: #FFF !important; } .btn:not(.white):not(:disabled) i, .btn-large:not(:white):not(:disabled) i { color: #FFF !important; } .btn:not(.white):not(:disabled):hover, .btn-large:not(:white):not(:disabled):hover { color: #FFF !important; } .btn:not(.white):not(:disabled):hover i, .btn-large:not(:white):not(:disabled):hover i { color: #FFF !important; } .btn.white:not(:disabled), .btn-large.white:not(:disabled) { color: #bdbdbd !important; } .btn.white:not(:disabled) i, .btn-large.white:not(:disabled) i { color: #bdbdbd !important; } .btn.white:not(:disabled):hover, .btn-large.white:not(:disabled):hover { color: #bdbdbd !important; } .btn.white:not(:disabled):hover i, .btn-large.white:not(:disabled):hover i { color: #bdbdbd !important; } .dropdown-content li > a, .dropdown-content li > span { color: #9e9e9e; } span.badge.new { background-color: #bdbdbd; } .pagination li.active { background-color: #bdbdbd; } .pagination li.active a { color: white !important; } .progress { background-color: white; } .progress .determinate, .progress .indeterminate { background-color: #bdbdbd; } .preloader-wrapper .spinner-layer:not([class*="spinner-blue"]):not([class*="spinner-red"]):not([class*="spinner-yellow"]):not([class*="spinner-green"]) { border-color: #bdbdbd; } .tabs .tab a { color: #bdbdbd; } .tabs .tab a:hover { color: #f0f0f0; } .tabs .tab.disabled a { color: #f0f0f0; } .tabs .indicator { background-color: #bdbdbd; } .picker__date-display { background-color: #bdbdbd; } .picker__nav--prev:hover, .picker__nav--next:hover { background: white; } .picker__weekday-display { background-color: #ababab; } .picker__day.picker__day--today { color: #bdbdbd; } .picker__day--selected, .picker__day--selected:hover, .picker--focused .picker__day--selected { background-color: #bdbdbd; } .picker__day--selected.picker__day--outfocus, .picker__day--selected:hover.picker__day--outfocus, .picker--focused .picker__day--selected.picker__day--outfocus { background-color: white; } .picker__close, .picker__today { color: #bdbdbd; } button.picker__today:focus, button.picker__clear:focus, button.picker__close:focus { background-color: white; } /* * Apps - CRUD */ .select2-dropdown .select2-results__option, .select2-dropdown .select2-results__option--highlighted[aria-selected] { color: #9e9e9e !important; }
0.31342
0.047338
@media screen and (min-width: 768px) { /* HERO */ .hero-container { padding-top: 0; min-height: 64rem; display: flex; align-items: center; justify-content: center; background-image:url("homed1.jpg") ; } .hero-title { font-size: 6.5rem; line-height: 8rem; letter-spacing: -0.4rem; } .hero-button { margin-bottom: 0; } .terms { position: absolute; bottom: 1.2rem; } /* ALBUMS */ .albums-container { width: 75rem; margin: 0 auto; } .albums-cards-container { flex-wrap: wrap; overflow: visible; padding: 5rem 0; } .album { min-width: 0; width: 33.33%; box-sizing: border-box; padding: 0.8rem; position: relative; } .album:first-child, .album:last-child { padding: 0.8rem; } .album > img { height: 100%; } .albums-content { padding-bottom: 0; } /* Looking for music? */ .albums-content h2 { font-size: 4rem; } .album-info { position: absolute; top: 0; right: 0; left: 0; bottom: 0; justify-content: center; opacity: 0; margin: 0.8rem; transition: all 0.4s ease; cursor: pointer; } .album-info h4 { margin-top: 0.5rem; font-weight: 400; letter-spacing: 0.005rem; } .album-info a { position: relative; bottom: -2rem; } .album-info:hover { opacity: 1; background: rgba(0, 0, 0, 0.8); } .album-info:hover > h2 { color: var(--white); white-space: normal; overflow: initial; text-overflow: initial; } /* FOOTER */ .footer-nav { width: 75rem; } .top-links { display: flex; justify-content: space-between; } .bottom-links ul li { font-size: 1.16rem; } .country span, .bottom-links span { font-size: 1.2rem; } } /* These styles will be applied to screens that have a width of at least 992px */ @media screen and (min-width: 992px) { /* HEADER */ header { background: rgba(0, 0, 0, 0.6); height: 8rem; } .header-container { max-width: 97rem; } .header-logo img { width: 7rem; } .nav-desktop { display: flex; align-items: center; } .nav-mobile { display: none; } /* Circle around the profile icon */ .profile { width: 4rem; height: 4rem; } /* Profile icon */ .profile svg { width: 2rem; } /* HERO */ .hero-title { font-size: 8rem; margin-bottom: 0; } .hero-content { width: 70%; } .hero-button { position: relative; top: 6rem; } /* ALBUMS */ .albums-container { width: 97rem; } .albums-cards-container { padding-top: 7rem; padding-bottom: 13rem; } /* Looking for music */ .albums-content h2 { font-size: 4.5rem; } .album-info { padding: 0 1rem; } .album-info h4 { font-size: 1.6rem; } /* FOOTER */ footer { padding-top: 8rem; padding-bottom: 5rem; } .footer-nav { width: 97rem; position: relative; } .logo-footer, .top-links, .social-icons { vertical-align: top; } .logo-footer { display: inline-block; width: 16.666666%; } .logo-footer img { width: 13rem; } .top-links { display: inline-flex; width: 50%; } .social-icons { display: inline-block; margin: 0 1.5rem 0 auto; padding-top: 0; position: absolute; top: 0; right: 0; } .social-icons ul li { padding: 1.5rem; } }
Frontend/css/media-queries.css
@media screen and (min-width: 768px) { /* HERO */ .hero-container { padding-top: 0; min-height: 64rem; display: flex; align-items: center; justify-content: center; background-image:url("homed1.jpg") ; } .hero-title { font-size: 6.5rem; line-height: 8rem; letter-spacing: -0.4rem; } .hero-button { margin-bottom: 0; } .terms { position: absolute; bottom: 1.2rem; } /* ALBUMS */ .albums-container { width: 75rem; margin: 0 auto; } .albums-cards-container { flex-wrap: wrap; overflow: visible; padding: 5rem 0; } .album { min-width: 0; width: 33.33%; box-sizing: border-box; padding: 0.8rem; position: relative; } .album:first-child, .album:last-child { padding: 0.8rem; } .album > img { height: 100%; } .albums-content { padding-bottom: 0; } /* Looking for music? */ .albums-content h2 { font-size: 4rem; } .album-info { position: absolute; top: 0; right: 0; left: 0; bottom: 0; justify-content: center; opacity: 0; margin: 0.8rem; transition: all 0.4s ease; cursor: pointer; } .album-info h4 { margin-top: 0.5rem; font-weight: 400; letter-spacing: 0.005rem; } .album-info a { position: relative; bottom: -2rem; } .album-info:hover { opacity: 1; background: rgba(0, 0, 0, 0.8); } .album-info:hover > h2 { color: var(--white); white-space: normal; overflow: initial; text-overflow: initial; } /* FOOTER */ .footer-nav { width: 75rem; } .top-links { display: flex; justify-content: space-between; } .bottom-links ul li { font-size: 1.16rem; } .country span, .bottom-links span { font-size: 1.2rem; } } /* These styles will be applied to screens that have a width of at least 992px */ @media screen and (min-width: 992px) { /* HEADER */ header { background: rgba(0, 0, 0, 0.6); height: 8rem; } .header-container { max-width: 97rem; } .header-logo img { width: 7rem; } .nav-desktop { display: flex; align-items: center; } .nav-mobile { display: none; } /* Circle around the profile icon */ .profile { width: 4rem; height: 4rem; } /* Profile icon */ .profile svg { width: 2rem; } /* HERO */ .hero-title { font-size: 8rem; margin-bottom: 0; } .hero-content { width: 70%; } .hero-button { position: relative; top: 6rem; } /* ALBUMS */ .albums-container { width: 97rem; } .albums-cards-container { padding-top: 7rem; padding-bottom: 13rem; } /* Looking for music */ .albums-content h2 { font-size: 4.5rem; } .album-info { padding: 0 1rem; } .album-info h4 { font-size: 1.6rem; } /* FOOTER */ footer { padding-top: 8rem; padding-bottom: 5rem; } .footer-nav { width: 97rem; position: relative; } .logo-footer, .top-links, .social-icons { vertical-align: top; } .logo-footer { display: inline-block; width: 16.666666%; } .logo-footer img { width: 13rem; } .top-links { display: inline-flex; width: 50%; } .social-icons { display: inline-block; margin: 0 1.5rem 0 auto; padding-top: 0; position: absolute; top: 0; right: 0; } .social-icons ul li { padding: 1.5rem; } }
0.357455
0.079675
.notebook-builder-widget { border: 3px solid var(--viewed-content); background-color: var(--viewed-content); border-radius: 25px; margin-top: 10px; margin-bottom: 10px; padding: 20px; display: flex; flex-direction: row; justify-content: space-between; } .heading-container { display: flex; justify-content: space-between; } .widget-main { padding: 10px; margin-right: 10px; width: 100%; } .widget-controls { display: flex; flex-direction: column; border: 3px solid white; border-radius: 25px; background-color: white; justify-content: space-around; } .widget-controls input[type='button'] { margin: 10px; } .interactive-container { display: flex; flex-direction: row; justify-content: space-between; margin-top: 10px; } .filename-input { text-align: right; } /** * Selector widget styles */ .selector-widget { display: flex; flex-direction: column; } .selector-widget .interactive-container { justify-content: space-evenly; } /** * Markdown widget styles */ .markdown-widget textarea { width: 100%; margin-right: 10px; min-height: 75px; } /** * Short answer widget styles */ .short-answer-widget .interactive-container { flex-direction: column; } .short-answer-widget .basic-options { display: flex; justify-content: space-between; margin-top: 15px; } .short-answer-widget .type-options { display: flex; } .short-answer-widget .type-options :first-child { margin-right: 15px; } .short-answer-widget .initial-value-div { max-width: 1000px; } .short-answer-widget .initial-value-msg { margin-bottom: 10px; } .short-answer-widget hr { width: 90%; align-self: center; } .short-answer-widget i { font-size: 80%; } .CodeMirror { background-color: var(--standard-input-background) !important; border: 1px solid var(--standard-light-gray) !important; border-radius: 4px !important; vertical-align: middle !important; } /** * Multiple choice widget styles */ .mc-table { width: 100%; margin-right: 10px; } .mc-table .mc-row { display: flex; margin-top: 15px; } .mc-table .mc-col { flex: 1; } .mc-table .mc-col-center { flex: 4; } .mc-table .mc-header { font-weight: bold; } .mc-table .value-input, .mc-table .entered-value-input { width: 95%; } .mc-table .description-input, .mc-table .entered-description-input { width: 95%; height: 80px; } .mc-table .mc-buttons { display: flex; flex-direction: column; } .multiple-choice-config { display: flex; align-items: center; } .multiple-choice-config fieldset { display: flex; flex-direction: column; text-align: right; } /** * Image widget styles */ .image-widget .interactive-container { flex-direction: column; } .image-widget .image-container { text-align: center; } .image-widget img { max-width: 50%; } .image-widget .image-options { display: flex; width: 100%; margin-top: 20px; } .image-widget .image-col-small { flex: 1; margin-right: 10px; } .image-widget .image-col-large { flex: 7; } .image-widget .image-options input, .image-widget .image-options textarea { display: block; width: 100%; } /** * Form options widget styles */ .form-options-widget { border: 3px solid var(--notebook-builder-form-options-orange); background-color: var(--notebook-builder-form-options-orange); } .form-options-widget, .form-options-widget .interactive-container { flex-direction: column; } .form-options-widget .buttons { display: flex; margin-bottom: 15px; } /** * Itempool item widget styles */ .itempool-widget, .itempool-selector { border: 3px solid var(--notebook-builder-itempool-green); background-color: var(--notebook-builder-itempool-green); } .itempool-widget .selector-widget, .itempool-widget .multiple-choice-widget, .itempool-widget .image-widget, .itempool-widget .markdown-widget, .itempool-widget .short-answer-widget { border: 3px solid var(--notebook-builder-itempool-green); background-color: var(--notebook-builder-itempool-green); } .itempool-widget .group-buttons { display: flex; justify-content: space-around; } .itempool-widget .interactive-container { flex-direction: column; } .itempool-widget .selector-widget { padding: 5px 20px; } .itempool-widget .selector-widget .interactive-container { flex-direction: row; } .itempool-widget .multiple-choice-widget .interactive-container { flex-direction: row; } /** * Notebook item widget styles */ .item-widget .interactive-container { flex-direction: column; } .item-widget .item-options { display: flex; justify-content: space-between; } .item-widget p { margin: 10px 0; } .item-widget .from-pool-div label { float: left; clear: both; }
site/public/css/notebook-builder.css
.notebook-builder-widget { border: 3px solid var(--viewed-content); background-color: var(--viewed-content); border-radius: 25px; margin-top: 10px; margin-bottom: 10px; padding: 20px; display: flex; flex-direction: row; justify-content: space-between; } .heading-container { display: flex; justify-content: space-between; } .widget-main { padding: 10px; margin-right: 10px; width: 100%; } .widget-controls { display: flex; flex-direction: column; border: 3px solid white; border-radius: 25px; background-color: white; justify-content: space-around; } .widget-controls input[type='button'] { margin: 10px; } .interactive-container { display: flex; flex-direction: row; justify-content: space-between; margin-top: 10px; } .filename-input { text-align: right; } /** * Selector widget styles */ .selector-widget { display: flex; flex-direction: column; } .selector-widget .interactive-container { justify-content: space-evenly; } /** * Markdown widget styles */ .markdown-widget textarea { width: 100%; margin-right: 10px; min-height: 75px; } /** * Short answer widget styles */ .short-answer-widget .interactive-container { flex-direction: column; } .short-answer-widget .basic-options { display: flex; justify-content: space-between; margin-top: 15px; } .short-answer-widget .type-options { display: flex; } .short-answer-widget .type-options :first-child { margin-right: 15px; } .short-answer-widget .initial-value-div { max-width: 1000px; } .short-answer-widget .initial-value-msg { margin-bottom: 10px; } .short-answer-widget hr { width: 90%; align-self: center; } .short-answer-widget i { font-size: 80%; } .CodeMirror { background-color: var(--standard-input-background) !important; border: 1px solid var(--standard-light-gray) !important; border-radius: 4px !important; vertical-align: middle !important; } /** * Multiple choice widget styles */ .mc-table { width: 100%; margin-right: 10px; } .mc-table .mc-row { display: flex; margin-top: 15px; } .mc-table .mc-col { flex: 1; } .mc-table .mc-col-center { flex: 4; } .mc-table .mc-header { font-weight: bold; } .mc-table .value-input, .mc-table .entered-value-input { width: 95%; } .mc-table .description-input, .mc-table .entered-description-input { width: 95%; height: 80px; } .mc-table .mc-buttons { display: flex; flex-direction: column; } .multiple-choice-config { display: flex; align-items: center; } .multiple-choice-config fieldset { display: flex; flex-direction: column; text-align: right; } /** * Image widget styles */ .image-widget .interactive-container { flex-direction: column; } .image-widget .image-container { text-align: center; } .image-widget img { max-width: 50%; } .image-widget .image-options { display: flex; width: 100%; margin-top: 20px; } .image-widget .image-col-small { flex: 1; margin-right: 10px; } .image-widget .image-col-large { flex: 7; } .image-widget .image-options input, .image-widget .image-options textarea { display: block; width: 100%; } /** * Form options widget styles */ .form-options-widget { border: 3px solid var(--notebook-builder-form-options-orange); background-color: var(--notebook-builder-form-options-orange); } .form-options-widget, .form-options-widget .interactive-container { flex-direction: column; } .form-options-widget .buttons { display: flex; margin-bottom: 15px; } /** * Itempool item widget styles */ .itempool-widget, .itempool-selector { border: 3px solid var(--notebook-builder-itempool-green); background-color: var(--notebook-builder-itempool-green); } .itempool-widget .selector-widget, .itempool-widget .multiple-choice-widget, .itempool-widget .image-widget, .itempool-widget .markdown-widget, .itempool-widget .short-answer-widget { border: 3px solid var(--notebook-builder-itempool-green); background-color: var(--notebook-builder-itempool-green); } .itempool-widget .group-buttons { display: flex; justify-content: space-around; } .itempool-widget .interactive-container { flex-direction: column; } .itempool-widget .selector-widget { padding: 5px 20px; } .itempool-widget .selector-widget .interactive-container { flex-direction: row; } .itempool-widget .multiple-choice-widget .interactive-container { flex-direction: row; } /** * Notebook item widget styles */ .item-widget .interactive-container { flex-direction: column; } .item-widget .item-options { display: flex; justify-content: space-between; } .item-widget p { margin: 10px 0; } .item-widget .from-pool-div label { float: left; clear: both; }
0.612773
0.130202
@import url(https://fonts.googleapis.com/css?family=Overpass+Mono:400,700);@font-face { font-family: 'eight-bit_madnessregular'; src: url(/fonts/8-bit_madness-webfont.woff2?7a117273187c418aa6f6075b2632be5b) format("woff2"), url(/fonts/8-bit_madness-webfont.woff?50d7efaaf28038d3008e2d6819f5b3fe) format("woff"); font-weight: normal; font-style: normal; } /* MEDIA QUERY BREAKPOINTS */ /* ============================================================= Tables v1.0 Simple table styling by <NAME>. http://gomakethings.com Adapted from Twitter Bootstrap. http://twitter.github.com/bootstrap/ Licensed under the Apache License v2.0 http://www.apache.org/licenses/LICENSE-2.0 * ============================================================= */ /* ============================================================= RESPONSIVE RESET Replace with your own. * ============================================================= */ @-webkit-viewport { width: device-width; zoom: 1.0; } @-moz-viewport { width: device-width; zoom: 1.0; } @-ms-viewport { width: device-width; zoom: 1.0; } @-o-viewport { width: device-width; zoom: 1.0; } @viewport { width: device-width; zoom: 1.0; } html { overflow-y: auto; } img, audio, video, canvas { max-width: 100%; } /* Sets Body Width */ .container { max-width: 80em; width: 90%; margin-left: auto; margin-right: auto; } /* ============================================================= TABLES Table styling. * ============================================================= */ /* Removes default browser settings * and evens out inconsistencies. */ table { max-width: 100%; border-collapse: collapse; border-spacing: 0; } /* Sets table width to 100%. * Adds bottom-margin. */ .table, table { width: 100%; margin-bottom: 1.52941177em; } /* Adds table cell padding, * aligns text to the left, * and adds a top border to each cell. */ .table th, table th, .table td, table td { padding: 0.47058824em; text-align: left; border-top: 0.07142857em solid #b8b8b8; } /* Sets table header font-weight to bold. * Aligns table header text to the bottom of each cell. */ .table th, table th { font-weight: bold; vertical-align: bottom; } /* Aligns cell text to the top of each cell. */ .table td, table td { vertical-align: top; } /* Removes the border-top from the first row. */ .table thead:first-child tr th, table thead:first-child tr th, .table thead:first-child tr td, table thead:first-child tr td { border-top: 0; } /* Adds border-top between two table-body sections. */ .table tbody + tbody, table tbody + tbody { border-top: 0.14285714em solid #b8b8b8; } /* Reduces cell padding */ .table-condensed th, .table-condensed td { padding: 0.29411765em; } /* Adds borders and border-radius. */ .table-bordered { border: 0.07142857em solid #b8b8b8; border-collapse: separate; *border-collapse: collapsed; border-radius: 0.47058824em; } .table-bordered th + th, .table-bordered td + td, .table-bordered th + td, .table-bordered td + th { border-left: 0.07142857em solid #b8b8b8; } .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 { border-radius: 0.47058824em 0 0 0; } .table-bordered thead:first-child tr:first-child th:last-child, .table-bordered tbody:first-child tr:first-child td:last-child { border-radius: 0 0.47058824em 0 0; } .table-bordered thead:last-child tr:last-child th:first-child, .table-bordered tbody:last-child tr:last-child td:first-child { border-radius: 0 0 0 0.47058824em; } .table-bordered thead:last-child tr:last-child th:last-child, .table-bordered tbody:last-child tr:last-child td:last-child { border-radius: 0 0 0.47058824em 0; } input, select, textarea, fieldset { font-family: var(--form-field-font-family); font-size: var(--form-field-font-size); -webkit-box-sizing: border-box; box-sizing: border-box; margin-top: 0; margin-bottom: 0; } label { vertical-align: middle; color: #fff; font-size: 1.2em; } form .form-group { margin: 20px auto; } form ::-moz-selection { background: rgba(107, 94, 181, 0.4); } form ::selection { background: rgba(107, 94, 181, 0.4); } input[type=text], input[type=date], input[type=datetime], input[type=datetime-local], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=time], input[type=url], input[type=week] { height: var(--form-field-height); font-size: 1.5em; padding: 20px; vertical-align: middle; -webkit-appearance: none; } input[type=submit] { -webkit-appearance: none; padding: 20px; font-size: 1.5em; background: #f6993f; border: 2px solid transparent; width: 100%; margin: 10px auto; } input[type=submit]:hover { background: #111111; border: 2px solid #f6993f; color: #fff; } select { line-height: 1.75; padding: var(--form-field-padding-y) var(--form-field-padding-x); } select:not([multiple]) { height: var(--form-field-height); vertical-align: middle; } textarea { line-height: 1.75; padding: var(--form-field-padding-y) var(--form-field-padding-x); } *, *:before, *:after { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; } ::-moz-selection { background: transparent; } ::selection { background: transparent; } body { background: #111111; font-family: 'eight-bit_madnessregular', Arial, sans-serif; } body.dark { background: #000; } *:focus { outline: none; } .btn { background: #6b5eb5; color: #fff; font-size: 1.4em; padding: 20px 30px; margin-bottom: 20px; } h1, h2, h3, h4, h5, p, input, button, span { font-family: 'eight-bit_madnessregular', Arial, sans-serif; } h1 { font-size: 4em; } h3 { font-size: 2.5em; color: forestgreen; } table { color: #fff; font-size: 2em; } table.small { font-size: 1.25em; } table tr, table td, table th { color: #fff; } section.admin { margin-top: 200px; } section.admin .options { padding: 50px 0; } section.admin .grid { display: -webkit-box; display: -ms-flexbox; display: flex; -moz-justify-content: space-evenly; -ms-justify-content: space-evenly; -webkit-box-pack: space-evenly; justify-content: space-evenly; -ms-flex-pack: space-evenly; -ms-flex-flow: row wrap; -webkit-box-orient: horizontal; -webkit-box-direction: normal; flex-flow: row wrap; } section.admin .grid .half { width: 50%; } section.admin .grid .full { width: 100%; } .text-red { color: #e3342f; } .text-white { color: #fff; } .hide, .visible-mobile, .visible-tablet { display: none; } #app #game { display: -webkit-box; display: -ms-flexbox; display: flex; -moz-justify-content: center; -ms-justify-content: center; -webkit-box-pack: center; justify-content: center; -ms-flex-pack: center; -ms-align-content: center; -ms-flex-line-pack: center; align-content: center; -ms-flex-flow: column nowrap; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-flow: column nowrap; -webkit-box-flex: 1 0 auto; -ms-flex: 1 0 auto; flex: 1 0 auto; background: #6b5eb5; color: #fff; text-align: center; margin: 0 auto; width: 100%; } #app #game.dark { background: #111111; } #app #game .screen { height: 100%; padding: 15% 0 25%; overflow: hidden; } #app #game .screen h1 { white-space: pre-wrap; } #app #game .screen h2 { font-size: 2em; -ms-flex-item-align: start; align-self: flex-start; padding-bottom: 100px; color: #595959; } #app #game .top-bar, #app #game .bottom-bar { position: absolute; height: 15%; width: 100%; background: #352879; -webkit-transition: all 2.3s ease-in-out; transition: all 2.3s ease-in-out; } #app #game .top-bar.dark, #app #game .bottom-bar.dark { background: #000; } #app #game .top-bar.active, #app #game .bottom-bar.active { height: 40%; } #app .top-bar { top: 0; left: 0; } #app .bottom-bar { bottom: 0; left: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -moz-flex-direction: column; -ms-flex-direction: column; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: column; -moz-justify-content: space-evenly; -ms-justify-content: space-evenly; -webkit-box-pack: space-evenly; justify-content: space-evenly; -ms-flex-pack: space-evenly; } #app .bottom-bar .container { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: row nowrap; -webkit-box-orient: horizontal; -webkit-box-direction: normal; flex-flow: row nowrap; -moz-justify-content: space-evenly; -ms-justify-content: space-evenly; -webkit-box-pack: space-evenly; justify-content: space-evenly; -ms-flex-pack: space-evenly; -moz-align-items: center; -ms-align-items: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; opacity: 0; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } #app .bottom-bar .container.active { opacity: 1; } #app .bottom-bar .container .choice { font-size: 2.5em; background: none; border: none; color: #fff; border-bottom: 3px solid transparent; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } #app .bottom-bar .container .choice:hover { border-bottom: 3px solid #fff; } nav { position: absolute; top: 0; height: 100px; z-index: 9999; width: 100%; } nav .navbar-menu img { position: absolute; top: 50%; right: 3%; width: 50px; height: 50px; opacity: 0.1; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } nav .navbar-menu img:hover { opacity: 1.0; } .typewriter { overflow: hidden; /* Ensures the content is not revealed until the animation */ border-right: .15em solid greenyellow; /* The typwriter cursor */ white-space: pre-wrap; /* Keeps the content on a single line */ margin: 0 auto; /* Gives that scrolling effect as the typing happens */ letter-spacing: .10em; /* Adjust as needed */ -webkit-animation: typing 1.5s steps(100, end), blink-caret 0.75s step-end infinite alternate; animation: typing 1.5s steps(100, end), blink-caret 0.75s step-end infinite alternate; } .waitingForConnection { -webkit-animation: blinker 0.1s cubic-bezier(0.5, 0, 1, 1) infinite alternate; animation: blinker 0.1s cubic-bezier(0.5, 0, 1, 1) infinite alternate; } @-webkit-keyframes blinker { to { opacity: 0; } } @keyframes blinker { to { opacity: 0; } } /* The typing effect */ @-webkit-keyframes typing { from { width: 0; } to { width: 100%; } } @keyframes typing { from { width: 0; } to { width: 100%; } } /* The typewriter cursor effect */ @-webkit-keyframes blink-caret { from, to { border-color: transparent; } 50% { border-color: greenyellow; } } @keyframes blink-caret { from, to { border-color: transparent; } 50% { border-color: greenyellow; } }
public/css/app.css
@import url(https://fonts.googleapis.com/css?family=Overpass+Mono:400,700);@font-face { font-family: 'eight-bit_madnessregular'; src: url(/fonts/8-bit_madness-webfont.woff2?7a117273187c418aa6f6075b2632be5b) format("woff2"), url(/fonts/8-bit_madness-webfont.woff?50d7efaaf28038d3008e2d6819f5b3fe) format("woff"); font-weight: normal; font-style: normal; } /* MEDIA QUERY BREAKPOINTS */ /* ============================================================= Tables v1.0 Simple table styling by <NAME>. http://gomakethings.com Adapted from Twitter Bootstrap. http://twitter.github.com/bootstrap/ Licensed under the Apache License v2.0 http://www.apache.org/licenses/LICENSE-2.0 * ============================================================= */ /* ============================================================= RESPONSIVE RESET Replace with your own. * ============================================================= */ @-webkit-viewport { width: device-width; zoom: 1.0; } @-moz-viewport { width: device-width; zoom: 1.0; } @-ms-viewport { width: device-width; zoom: 1.0; } @-o-viewport { width: device-width; zoom: 1.0; } @viewport { width: device-width; zoom: 1.0; } html { overflow-y: auto; } img, audio, video, canvas { max-width: 100%; } /* Sets Body Width */ .container { max-width: 80em; width: 90%; margin-left: auto; margin-right: auto; } /* ============================================================= TABLES Table styling. * ============================================================= */ /* Removes default browser settings * and evens out inconsistencies. */ table { max-width: 100%; border-collapse: collapse; border-spacing: 0; } /* Sets table width to 100%. * Adds bottom-margin. */ .table, table { width: 100%; margin-bottom: 1.52941177em; } /* Adds table cell padding, * aligns text to the left, * and adds a top border to each cell. */ .table th, table th, .table td, table td { padding: 0.47058824em; text-align: left; border-top: 0.07142857em solid #b8b8b8; } /* Sets table header font-weight to bold. * Aligns table header text to the bottom of each cell. */ .table th, table th { font-weight: bold; vertical-align: bottom; } /* Aligns cell text to the top of each cell. */ .table td, table td { vertical-align: top; } /* Removes the border-top from the first row. */ .table thead:first-child tr th, table thead:first-child tr th, .table thead:first-child tr td, table thead:first-child tr td { border-top: 0; } /* Adds border-top between two table-body sections. */ .table tbody + tbody, table tbody + tbody { border-top: 0.14285714em solid #b8b8b8; } /* Reduces cell padding */ .table-condensed th, .table-condensed td { padding: 0.29411765em; } /* Adds borders and border-radius. */ .table-bordered { border: 0.07142857em solid #b8b8b8; border-collapse: separate; *border-collapse: collapsed; border-radius: 0.47058824em; } .table-bordered th + th, .table-bordered td + td, .table-bordered th + td, .table-bordered td + th { border-left: 0.07142857em solid #b8b8b8; } .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 { border-radius: 0.47058824em 0 0 0; } .table-bordered thead:first-child tr:first-child th:last-child, .table-bordered tbody:first-child tr:first-child td:last-child { border-radius: 0 0.47058824em 0 0; } .table-bordered thead:last-child tr:last-child th:first-child, .table-bordered tbody:last-child tr:last-child td:first-child { border-radius: 0 0 0 0.47058824em; } .table-bordered thead:last-child tr:last-child th:last-child, .table-bordered tbody:last-child tr:last-child td:last-child { border-radius: 0 0 0.47058824em 0; } input, select, textarea, fieldset { font-family: var(--form-field-font-family); font-size: var(--form-field-font-size); -webkit-box-sizing: border-box; box-sizing: border-box; margin-top: 0; margin-bottom: 0; } label { vertical-align: middle; color: #fff; font-size: 1.2em; } form .form-group { margin: 20px auto; } form ::-moz-selection { background: rgba(107, 94, 181, 0.4); } form ::selection { background: rgba(107, 94, 181, 0.4); } input[type=text], input[type=date], input[type=datetime], input[type=datetime-local], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=time], input[type=url], input[type=week] { height: var(--form-field-height); font-size: 1.5em; padding: 20px; vertical-align: middle; -webkit-appearance: none; } input[type=submit] { -webkit-appearance: none; padding: 20px; font-size: 1.5em; background: #f6993f; border: 2px solid transparent; width: 100%; margin: 10px auto; } input[type=submit]:hover { background: #111111; border: 2px solid #f6993f; color: #fff; } select { line-height: 1.75; padding: var(--form-field-padding-y) var(--form-field-padding-x); } select:not([multiple]) { height: var(--form-field-height); vertical-align: middle; } textarea { line-height: 1.75; padding: var(--form-field-padding-y) var(--form-field-padding-x); } *, *:before, *:after { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; } ::-moz-selection { background: transparent; } ::selection { background: transparent; } body { background: #111111; font-family: 'eight-bit_madnessregular', Arial, sans-serif; } body.dark { background: #000; } *:focus { outline: none; } .btn { background: #6b5eb5; color: #fff; font-size: 1.4em; padding: 20px 30px; margin-bottom: 20px; } h1, h2, h3, h4, h5, p, input, button, span { font-family: 'eight-bit_madnessregular', Arial, sans-serif; } h1 { font-size: 4em; } h3 { font-size: 2.5em; color: forestgreen; } table { color: #fff; font-size: 2em; } table.small { font-size: 1.25em; } table tr, table td, table th { color: #fff; } section.admin { margin-top: 200px; } section.admin .options { padding: 50px 0; } section.admin .grid { display: -webkit-box; display: -ms-flexbox; display: flex; -moz-justify-content: space-evenly; -ms-justify-content: space-evenly; -webkit-box-pack: space-evenly; justify-content: space-evenly; -ms-flex-pack: space-evenly; -ms-flex-flow: row wrap; -webkit-box-orient: horizontal; -webkit-box-direction: normal; flex-flow: row wrap; } section.admin .grid .half { width: 50%; } section.admin .grid .full { width: 100%; } .text-red { color: #e3342f; } .text-white { color: #fff; } .hide, .visible-mobile, .visible-tablet { display: none; } #app #game { display: -webkit-box; display: -ms-flexbox; display: flex; -moz-justify-content: center; -ms-justify-content: center; -webkit-box-pack: center; justify-content: center; -ms-flex-pack: center; -ms-align-content: center; -ms-flex-line-pack: center; align-content: center; -ms-flex-flow: column nowrap; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-flow: column nowrap; -webkit-box-flex: 1 0 auto; -ms-flex: 1 0 auto; flex: 1 0 auto; background: #6b5eb5; color: #fff; text-align: center; margin: 0 auto; width: 100%; } #app #game.dark { background: #111111; } #app #game .screen { height: 100%; padding: 15% 0 25%; overflow: hidden; } #app #game .screen h1 { white-space: pre-wrap; } #app #game .screen h2 { font-size: 2em; -ms-flex-item-align: start; align-self: flex-start; padding-bottom: 100px; color: #595959; } #app #game .top-bar, #app #game .bottom-bar { position: absolute; height: 15%; width: 100%; background: #352879; -webkit-transition: all 2.3s ease-in-out; transition: all 2.3s ease-in-out; } #app #game .top-bar.dark, #app #game .bottom-bar.dark { background: #000; } #app #game .top-bar.active, #app #game .bottom-bar.active { height: 40%; } #app .top-bar { top: 0; left: 0; } #app .bottom-bar { bottom: 0; left: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -moz-flex-direction: column; -ms-flex-direction: column; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: column; -moz-justify-content: space-evenly; -ms-justify-content: space-evenly; -webkit-box-pack: space-evenly; justify-content: space-evenly; -ms-flex-pack: space-evenly; } #app .bottom-bar .container { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-flow: row nowrap; -webkit-box-orient: horizontal; -webkit-box-direction: normal; flex-flow: row nowrap; -moz-justify-content: space-evenly; -ms-justify-content: space-evenly; -webkit-box-pack: space-evenly; justify-content: space-evenly; -ms-flex-pack: space-evenly; -moz-align-items: center; -ms-align-items: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; opacity: 0; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } #app .bottom-bar .container.active { opacity: 1; } #app .bottom-bar .container .choice { font-size: 2.5em; background: none; border: none; color: #fff; border-bottom: 3px solid transparent; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } #app .bottom-bar .container .choice:hover { border-bottom: 3px solid #fff; } nav { position: absolute; top: 0; height: 100px; z-index: 9999; width: 100%; } nav .navbar-menu img { position: absolute; top: 50%; right: 3%; width: 50px; height: 50px; opacity: 0.1; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } nav .navbar-menu img:hover { opacity: 1.0; } .typewriter { overflow: hidden; /* Ensures the content is not revealed until the animation */ border-right: .15em solid greenyellow; /* The typwriter cursor */ white-space: pre-wrap; /* Keeps the content on a single line */ margin: 0 auto; /* Gives that scrolling effect as the typing happens */ letter-spacing: .10em; /* Adjust as needed */ -webkit-animation: typing 1.5s steps(100, end), blink-caret 0.75s step-end infinite alternate; animation: typing 1.5s steps(100, end), blink-caret 0.75s step-end infinite alternate; } .waitingForConnection { -webkit-animation: blinker 0.1s cubic-bezier(0.5, 0, 1, 1) infinite alternate; animation: blinker 0.1s cubic-bezier(0.5, 0, 1, 1) infinite alternate; } @-webkit-keyframes blinker { to { opacity: 0; } } @keyframes blinker { to { opacity: 0; } } /* The typing effect */ @-webkit-keyframes typing { from { width: 0; } to { width: 100%; } } @keyframes typing { from { width: 0; } to { width: 100%; } } /* The typewriter cursor effect */ @-webkit-keyframes blink-caret { from, to { border-color: transparent; } 50% { border-color: greenyellow; } } @keyframes blink-caret { from, to { border-color: transparent; } 50% { border-color: greenyellow; } }
0.399109
0.12544
.jobs-table, .dataTables_wrapper{ margin-bottom: 250px; } .jobs-table th{ white-space: nowrap; } .jobs-table>tbody>tr>td { vertical-align: middle; } /* Workflow Nodes Row Styles */ .workflow-nodes-graph { overflow: hidden; background-color: #efefef; } .workflow-nodes-graph .progress { margin-top: 50px; margin-bottom: 10px; } .workflow-nodes-graph .loading-message { margin-bottom: 25px; text-align: center; } .workflow-nodes-graph .loading-message p { font-size: 15px; letter-spacing: 1px; } p.loading-error { color: red; text-align: center; padding: 20px; margin: 0; letter-spacing: 1px; font-size: 15px; } /* Styles for D3 Plot */ .workflow-nodes-graph svg { width: 100%; } /* Pending */ .workflow-nodes-graph svg g.status-pen > rect { fill: #cccccc; } .workflow-nodes-graph svg g.status-pen:hover > rect { fill: #adadad; } /* Submitted */ .workflow-nodes-graph svg g.status-sub > rect { fill: #f0ad4e; } .workflow-nodes-graph svg g.status-sub:hover > rect { fill: #ec971f; } /* Running */ .workflow-nodes-graph svg g.status-run > rect { fill: #5bc0de; } .workflow-nodes-graph svg g.status-run:hover > rect { fill: #31b0d5; } /* Complete, Various-Complete */ .workflow-nodes-graph svg g.status-com > rect, .workflow-nodes-graph svg g.status-vcp > rect { fill: #5cb85c; } .workflow-nodes-graph svg g.status-com:hover > rect, .workflow-nodes-graph svg g.status-vcp:hover > rect { fill: #449d44; } /* Error */ .workflow-nodes-graph svg g.status-err > rect { fill: #d9534f; } .workflow-nodes-graph svg g.status-err:hover > rect { fill: #c9302c; } /* Aborted */ .workflow-nodes-graph svg g.status-abt > rect { fill: #000000; } .workflow-nodes-graph svg g.status-abt text { fill: #ffffff; } .workflow-nodes-graph svg text { font-weight: 300; font-family: "Helvetica Neue", Helvetica, Arial, sans-serf; font-size: 14px; } .workflow-nodes-graph svg .node rect { fill: #dddddd; stroke-width: 0; } .workflow-nodes-graph svg .edgePath path { stroke: #333; stroke-width: 1px; } .modal-backdrop { position: relative !important; } #modal-dialog-jobs-table-log-body { height: 500px; padding: 0; background-color: black; font-size: 15px; color: white; } #modal-dialog-jobs-table-log-content{ padding-left: 15px; font-size: 15px; color: white; } .tethys_job_log_content { padding-left: 15px; padding-right: 15px; } .show-nav * .modal-content { right:25%; } .modal-header .close { position: relative; bottom: 10px; } .modal-header h5 { position: relative; top: 10px; } .modal-body { border-radius: 0; white-space: pre-line; overflow: auto; word-wrap: break-word; } .navbar-nav>li>a { color: black !important; font-size: 20px !important; } .navbar { background-color: white; border-radius: 0px; margin-bottom: 0px; } #jobs_table_overlay{ position: fixed; top: 0; left: 0; z-index: 100; width: 100%; height:100%; background: rgba(0,0,0,0.6); } .cv-spinner { height: 100%; display: flex; justify-content: center; align-items: center; } .spinner { position: absolute; top: 50%; left: 50%; width: 40px; height: 40px; border: 4px #ddd solid; border-top: 4px #2e93e6 solid; border-radius: 50%; animation: sp-anime 0.8s infinite linear; } @keyframes sp-anime { 100% { transform: rotate(360deg); } } #modal-dialog-jobs-table-log-nav{ margin: 0 20px; } #jobs_table_logs_overlay{ z-index: 100; width: 100%; height:100%; background: rgba(255,255,255,0.2); } /* Status indicator */ .status-indicator{ border-radius: 50%; height: 14px; width: 14px; display: inline-block; margin-right: 5px; color: white; position: relative; top: 1px; } .status-indicator.error{ top: 5px; } .status-indicator i{ position: relative; top: -5px; left: -1px; } .status-Pending{ border: 1px solid black; color: black; height: 15px; width: 15px; } .status-Submitted{ background: #f0ad4e; } .status-Running{ background: #5bc1df; } .status-Complete{ background: #5cb85b; } .status-Error{ background: #d9524f; } .status-Aborted{ background: black; } .status-info{ background: white; margin-right: 5px; font-size: 14px; top: 2px; } .status-info.status-Pending{ border-radius: 50%; background: black; } .status-Various-Complete{ background: #5cb85b; border: 2px solid #d9524f; }
tethys_gizmos/static/tethys_gizmos/css/jobs_table.css
.jobs-table, .dataTables_wrapper{ margin-bottom: 250px; } .jobs-table th{ white-space: nowrap; } .jobs-table>tbody>tr>td { vertical-align: middle; } /* Workflow Nodes Row Styles */ .workflow-nodes-graph { overflow: hidden; background-color: #efefef; } .workflow-nodes-graph .progress { margin-top: 50px; margin-bottom: 10px; } .workflow-nodes-graph .loading-message { margin-bottom: 25px; text-align: center; } .workflow-nodes-graph .loading-message p { font-size: 15px; letter-spacing: 1px; } p.loading-error { color: red; text-align: center; padding: 20px; margin: 0; letter-spacing: 1px; font-size: 15px; } /* Styles for D3 Plot */ .workflow-nodes-graph svg { width: 100%; } /* Pending */ .workflow-nodes-graph svg g.status-pen > rect { fill: #cccccc; } .workflow-nodes-graph svg g.status-pen:hover > rect { fill: #adadad; } /* Submitted */ .workflow-nodes-graph svg g.status-sub > rect { fill: #f0ad4e; } .workflow-nodes-graph svg g.status-sub:hover > rect { fill: #ec971f; } /* Running */ .workflow-nodes-graph svg g.status-run > rect { fill: #5bc0de; } .workflow-nodes-graph svg g.status-run:hover > rect { fill: #31b0d5; } /* Complete, Various-Complete */ .workflow-nodes-graph svg g.status-com > rect, .workflow-nodes-graph svg g.status-vcp > rect { fill: #5cb85c; } .workflow-nodes-graph svg g.status-com:hover > rect, .workflow-nodes-graph svg g.status-vcp:hover > rect { fill: #449d44; } /* Error */ .workflow-nodes-graph svg g.status-err > rect { fill: #d9534f; } .workflow-nodes-graph svg g.status-err:hover > rect { fill: #c9302c; } /* Aborted */ .workflow-nodes-graph svg g.status-abt > rect { fill: #000000; } .workflow-nodes-graph svg g.status-abt text { fill: #ffffff; } .workflow-nodes-graph svg text { font-weight: 300; font-family: "Helvetica Neue", Helvetica, Arial, sans-serf; font-size: 14px; } .workflow-nodes-graph svg .node rect { fill: #dddddd; stroke-width: 0; } .workflow-nodes-graph svg .edgePath path { stroke: #333; stroke-width: 1px; } .modal-backdrop { position: relative !important; } #modal-dialog-jobs-table-log-body { height: 500px; padding: 0; background-color: black; font-size: 15px; color: white; } #modal-dialog-jobs-table-log-content{ padding-left: 15px; font-size: 15px; color: white; } .tethys_job_log_content { padding-left: 15px; padding-right: 15px; } .show-nav * .modal-content { right:25%; } .modal-header .close { position: relative; bottom: 10px; } .modal-header h5 { position: relative; top: 10px; } .modal-body { border-radius: 0; white-space: pre-line; overflow: auto; word-wrap: break-word; } .navbar-nav>li>a { color: black !important; font-size: 20px !important; } .navbar { background-color: white; border-radius: 0px; margin-bottom: 0px; } #jobs_table_overlay{ position: fixed; top: 0; left: 0; z-index: 100; width: 100%; height:100%; background: rgba(0,0,0,0.6); } .cv-spinner { height: 100%; display: flex; justify-content: center; align-items: center; } .spinner { position: absolute; top: 50%; left: 50%; width: 40px; height: 40px; border: 4px #ddd solid; border-top: 4px #2e93e6 solid; border-radius: 50%; animation: sp-anime 0.8s infinite linear; } @keyframes sp-anime { 100% { transform: rotate(360deg); } } #modal-dialog-jobs-table-log-nav{ margin: 0 20px; } #jobs_table_logs_overlay{ z-index: 100; width: 100%; height:100%; background: rgba(255,255,255,0.2); } /* Status indicator */ .status-indicator{ border-radius: 50%; height: 14px; width: 14px; display: inline-block; margin-right: 5px; color: white; position: relative; top: 1px; } .status-indicator.error{ top: 5px; } .status-indicator i{ position: relative; top: -5px; left: -1px; } .status-Pending{ border: 1px solid black; color: black; height: 15px; width: 15px; } .status-Submitted{ background: #f0ad4e; } .status-Running{ background: #5bc1df; } .status-Complete{ background: #5cb85b; } .status-Error{ background: #d9524f; } .status-Aborted{ background: black; } .status-info{ background: white; margin-right: 5px; font-size: 14px; top: 2px; } .status-info.status-Pending{ border-radius: 50%; background: black; } .status-Various-Complete{ background: #5cb85b; border: 2px solid #d9524f; }
0.509032
0.08043
@-moz-document url-prefix("http://www.cnblogs.com/swiftma/p/"), url-prefix("https://www.cnblogs.com/swiftma/p/") { .cnblogs_code :not([class*="icon"]):not(i):not(p):not(h1) { font-family: Monaco, "Input Mono", "PT Mono", Consolas, Menlo, monospace !important; font-size: 14px !important; } #header { display: none; } #footer { display: none; } #blog_post_info_block { display: none; } .postDesc { display: none; } .cnblogs_code_copy { display: none; } .commentform { display: none; } #sideBar { width: 0px; height: 0px; padding: 0px; } #main { width: 765px; margin-top: 0px; background-color: rgba(0, 0, 0, 0.0); margin-bottom: 0px; } #mainContent { margin-top: 20px; } #blog-comments-placeholder { display: none; } #cnblogs_post_body > p:nth-child(1) > strong span[style*="color: #0000ff"] { display: none; } img[src="https://images2017.cnblogs.com/blog/924211/201802/924211-20180201085836265-416315605.jpg"] { display: none; } img[src="http://images2017.cnblogs.com/blog/924211/201802/924211-20180201085836265-416315605.jpg"] { display: none; } img[src="https://images2015.cnblogs.com/blog/924211/201605/924211-20160507122741935-343359744.jpg"] { display: none; } img[src="http://images2015.cnblogs.com/blog/924211/201605/924211-20160507122741935-343359744.jpg"] { display: none; } img[src="https://images2017.cnblogs.com/blog/924211/201802/924211-20180202161054859-999804045.jpg"] { display: none; } img[src="http://images2017.cnblogs.com/blog/924211/201802/924211-20180202161054859-999804045.jpg"] { display: none; } img[src="https://img.blog.csdn.net/20160329204821167"] { display: none; } img[src="http://img.blog.csdn.net/20160329204821167"] { display: none; } #cnblogs_post_body > p:nth-last-child(-n+3) { display: none; } } @-moz-document url-prefix("http://www.cnblogs.com/swiftma/p/5631311.html"), url-prefix("https://www.cnblogs.com/swiftma/p/5631311.html") { #cnblogs_post_body > p:nth-child(1) { display: none; } #cnblogs_post_body > p:nth-child(2) { display: none; } #cnblogs_post_body > p:nth-child(3) { display: none; } #cnblogs_post_body > p:nth-child(4) { display: none; } #cnblogs_post_body > p:nth-child(6) { display: none; } #cnblogs_post_body > p:nth-last-child(-n+4) { display: none; } }
data/usercss/167308.user.css
@-moz-document url-prefix("http://www.cnblogs.com/swiftma/p/"), url-prefix("https://www.cnblogs.com/swiftma/p/") { .cnblogs_code :not([class*="icon"]):not(i):not(p):not(h1) { font-family: Monaco, "Input Mono", "PT Mono", Consolas, Menlo, monospace !important; font-size: 14px !important; } #header { display: none; } #footer { display: none; } #blog_post_info_block { display: none; } .postDesc { display: none; } .cnblogs_code_copy { display: none; } .commentform { display: none; } #sideBar { width: 0px; height: 0px; padding: 0px; } #main { width: 765px; margin-top: 0px; background-color: rgba(0, 0, 0, 0.0); margin-bottom: 0px; } #mainContent { margin-top: 20px; } #blog-comments-placeholder { display: none; } #cnblogs_post_body > p:nth-child(1) > strong span[style*="color: #0000ff"] { display: none; } img[src="https://images2017.cnblogs.com/blog/924211/201802/924211-20180201085836265-416315605.jpg"] { display: none; } img[src="http://images2017.cnblogs.com/blog/924211/201802/924211-20180201085836265-416315605.jpg"] { display: none; } img[src="https://images2015.cnblogs.com/blog/924211/201605/924211-20160507122741935-343359744.jpg"] { display: none; } img[src="http://images2015.cnblogs.com/blog/924211/201605/924211-20160507122741935-343359744.jpg"] { display: none; } img[src="https://images2017.cnblogs.com/blog/924211/201802/924211-20180202161054859-999804045.jpg"] { display: none; } img[src="http://images2017.cnblogs.com/blog/924211/201802/924211-20180202161054859-999804045.jpg"] { display: none; } img[src="https://img.blog.csdn.net/20160329204821167"] { display: none; } img[src="http://img.blog.csdn.net/20160329204821167"] { display: none; } #cnblogs_post_body > p:nth-last-child(-n+3) { display: none; } } @-moz-document url-prefix("http://www.cnblogs.com/swiftma/p/5631311.html"), url-prefix("https://www.cnblogs.com/swiftma/p/5631311.html") { #cnblogs_post_body > p:nth-child(1) { display: none; } #cnblogs_post_body > p:nth-child(2) { display: none; } #cnblogs_post_body > p:nth-child(3) { display: none; } #cnblogs_post_body > p:nth-child(4) { display: none; } #cnblogs_post_body > p:nth-child(6) { display: none; } #cnblogs_post_body > p:nth-last-child(-n+4) { display: none; } }
0.247078
0.117218
a, h1, h2, h3 { color: #1f3347; } html { background: #c6d3dc; } body { background: #fff; box-shadow: 0px 5px 15px #14293c; -webkit-box-shadow: 0px 5px 15px #14293c; -moz-box-shadow: 0px 5px 5px #14293c; font-family: sans-serif; margin: 2em auto; width: 600px; } .head, .page, .footer { padding: 48px; } .head { padding-bottom: 16px; } .page { margin: 0 48px 0 48px; padding: 0; } .head h1, h2 { font-family: 'Arial', sans-serif; letter-spacing: -.0625em; margin: 0; } h2 span { font-size: 12px; font-weight: normal; letter-spacing: 0 } .head h1 a { color: inherit; text-decoration: none; } .head h2 { font-size: 1.25em; } .head h3 { border-bottom: 2px solid #eee; font-size: 1em; margin: 0; padding-bottom: .5em; } .footer { border-top: 2px solid #eee; color: #ccc; font-size: .75em; margin: 24px 48px; text-align: right; padding: 24px 0 48px; clear: both; } .footer span { color: #888; } .footer:hover { color: #888; } .entries { list-style: none; margin: 0; padding: 0; } .entries.archive { line-height: 1.5em } .entry { margin: 0.8em 1em; } .entry h1 { font-size: 1.25em; } .entry h2 { font-size: 1.25em; } .entry h3 { font-size: 1em; } .entry ul { list-style: square; margin: 0; } .entry ul li { color: #333; } .entry p { color: #333; font-family: "Georgia", serif; line-height: 1.25em; } .entry pre{ border: 1px solid #bbaaaa; margin: 1em 0; padding: .5em; overflow: auto; } .extra { color: #888; font-family: "Georgia", serif; font-size: .75em; line-height: 1.25em; text-align: center; } .nav { float: right; margin: 0 0 1em 0; padding: 0 48px; } .nav li { display: inline; font-size: .75em; } /* OLD */ .add-entry,.edit-entry { font-size: 0.9em; border-bottom: 1px solid #ccc; } .add-entry dl,.edit-entry dl { font-weight: bold; } .flash { background: #c6d3dc; padding: 0.5em; margin: 0 48px 20px 48px } .error { background: #F0D6D6; padding: 0.5em; }
static/style.css
a, h1, h2, h3 { color: #1f3347; } html { background: #c6d3dc; } body { background: #fff; box-shadow: 0px 5px 15px #14293c; -webkit-box-shadow: 0px 5px 15px #14293c; -moz-box-shadow: 0px 5px 5px #14293c; font-family: sans-serif; margin: 2em auto; width: 600px; } .head, .page, .footer { padding: 48px; } .head { padding-bottom: 16px; } .page { margin: 0 48px 0 48px; padding: 0; } .head h1, h2 { font-family: 'Arial', sans-serif; letter-spacing: -.0625em; margin: 0; } h2 span { font-size: 12px; font-weight: normal; letter-spacing: 0 } .head h1 a { color: inherit; text-decoration: none; } .head h2 { font-size: 1.25em; } .head h3 { border-bottom: 2px solid #eee; font-size: 1em; margin: 0; padding-bottom: .5em; } .footer { border-top: 2px solid #eee; color: #ccc; font-size: .75em; margin: 24px 48px; text-align: right; padding: 24px 0 48px; clear: both; } .footer span { color: #888; } .footer:hover { color: #888; } .entries { list-style: none; margin: 0; padding: 0; } .entries.archive { line-height: 1.5em } .entry { margin: 0.8em 1em; } .entry h1 { font-size: 1.25em; } .entry h2 { font-size: 1.25em; } .entry h3 { font-size: 1em; } .entry ul { list-style: square; margin: 0; } .entry ul li { color: #333; } .entry p { color: #333; font-family: "Georgia", serif; line-height: 1.25em; } .entry pre{ border: 1px solid #bbaaaa; margin: 1em 0; padding: .5em; overflow: auto; } .extra { color: #888; font-family: "Georgia", serif; font-size: .75em; line-height: 1.25em; text-align: center; } .nav { float: right; margin: 0 0 1em 0; padding: 0 48px; } .nav li { display: inline; font-size: .75em; } /* OLD */ .add-entry,.edit-entry { font-size: 0.9em; border-bottom: 1px solid #ccc; } .add-entry dl,.edit-entry dl { font-weight: bold; } .flash { background: #c6d3dc; padding: 0.5em; margin: 0 48px 20px 48px } .error { background: #F0D6D6; padding: 0.5em; }
0.332419
0.117269
@charset "UTF-8"; /* To change this license header, choose License Headers in Project Properties. To change this template file, choose Tools | Templates and open the template in the editor. */ /* Created on : 17-d├®c.-2015, 21:46:15 Author : jedepaepe */ /*$mainBackgroundColor: red;*/ /*$mainBackgroundColor: blue;*/ /*$mainBackgroundColor: black;*/ /*$mainBackgroundColor: rgba(0,0,255,0.5);*/ /*$mainBackgroundColor: rgba(0,0,255,0);*/ /*$mainColor: red; $mainColor: blue; $mainColor: rgba(50,50,100,1);*/ /*$mainColor: white;*/ /*$navMainBackgroundColor: $mainBackgroundColor; $navMainBackgroundColor: rgba(0,0,255,0);*/ /*$navMainColor: $mainColor; $navHoverBackgroundColor: $mainColor;*/ /*$shadowColor: red;*/ * { margin: 0px; /*padding: 0px;*/ font-family: "Segoe UI",Arial,sans-serif; box-sizing: border-box; /*transition: all 0.5s;*/ transition: all 0.25s; } html { /*height: 100%;*/ position: relative; min-height: 100%; /*min-width: 600px;*/ } body { background-color: #b4b4dc; background-color: #00ccff; background-color: rgba(0, 138, 255, 0.87); background-color: white; background-color: white; background-color: white; color: #0000c8; color: #0047b3; color: white; color: black; color: black; /*font-size: 50%;*/ font-size: 85%; /*height: 100%;*/ /*margin-bottom: 0px;*/ /*height: 90%;*/ /*height: 91%;*/ } header, footer { text-align: center; } /*header {*/ /*header .navbar { position: fixed; width: 100%; top: 0px; z-index: 100; } */ /*.banner h1 { position : relative; top: -250px; color: white; }*/ /*.banner .overlapper { position : relative; top: -150px; color: white; }*/ .banner { /*margin-top: 50px;*/ margin: auto; margin-top: 100px; /*height:220px;*/ height: 170px; /*min-height:150px;*/ /*box-shadow: 0px -3px 5px -2px black inset;*/ /*box-shadow: 0px -6px 10px -2px black inset;*/ /*box-shadow: 0px -7px 10px -5px black inset;*/ box-shadow: 0px -7px 10px -5px black inset; position: fixed; top: 0; /*z-index: -1;*/ /*z-index: 50;*/ z-index: 0; width: 100%; } .bannerPlaceHolder { /*margin-top: 50px;*/ margin-top: 100px; /*height:220px;*/ height: 170px; width: 100%; z-index: -30; /*z-index: 30;*/ } .banner img { /*height:350px;*/ /*position: static;*/ position: absolute; position: fixed; /*position: relative;*/ top: 0; left: 0; /*left: 25%;*/ z-index: -100; /*height:250px;*/ height: 320px; height: 270px; width: 100%; /*width:50%;*/ /*max-width:50%;*/ /*margin: auto;*/ /*width:10000px;*/ /*box-shadow: 0px 4px 4px -1px black inset;*/ /*display:none;*/ } .bannerImagePlaceHolder { position: absolute; /*position: relative;*/ top: 0; left: 0; /*left: 25%;*/ z-index: -1; /*z-index: 10;*/ /*height:250px;*/ height: 320px; height: 270px; width: 100%; background-color: transparent; /*background-color: rgba(0,0,0,1);*/ } /*@media (min-width: 400px){ position: absolute; }*/ .searchBarSizer { margin: auto; min-width: 280px; max-width: 400px; display: inline-block; } .searchBarSizer input[type=text] { /*max-width: 400px;*/ /*min-width: 280px;*/ width: 100%; } main { margin: auto; /*margin-top: 20px;*/ padding-top: 20px; /*padding-top: 50px;*/ padding-bottom: 50px; text-align: center; background-color: white; background-color: white; background-color: white; box-shadow: 0 0 6px 3px black; position: relative; z-index: 10; } /*main < { }*/ footer { margin-bottom: 0px; padding-bottom: 0px; background-color: white; background-color: white; position: absolute; z-index: 20; bottom: 0px; width: 100%; /*height: 120px;*/ /*min-height: 120px;*/ box-shadow: 0px 2px 4px black inset; /*position: relative;*/ } table { margin: auto; /*text-align: center;*/ } .responsiveTable, .resultList, .navbar, .gridTable { /*.responsiveTable, .resultList, .navbar li, .gridTable {*/ color: white; color: black; color: black; background-color: #0047b3; background-color: white; background-color: white; } .navbar li a { color: black; color: black; } /*.resultList { color: white; background-color: rgb(0, 71, 179); }*/ table.resultList, .navbar.miniNavbar, table.responsiveTable, .gridTable { /*max-width: 800px;*/ width: 95%; /*width: 400px;*/ /*box-shadow: 0px 2px 4px 4px black inset, 0px 2px 4px -4px black;*/ /*box-shadow: 0px 2px 4px black;*/ } @media (min-width: 850px) { table.resultList, .navbar.miniNavbar, table.responsiveTable, .gridTable { /*table.resultList, .navbar.miniNavbar, table.responsiveTable {*/ /*max-width: 800px;*/ width: 800px; /*width: 400px;*/ /*box-shadow: 0px 2px 4px 4px black inset, 0px 2px 4px -4px black;*/ /*box-shadow: 0px 2px 4px black;*/ } } .formTable tr td { /*text-align: right;*/ text-align: left; } .formTable tr td textarea { width: 300px; height: 100px; } .formTable tr td input:not([type=submit]) { /*.formTable tr td input:not(:last-child) {*/ /*.formTable tr td:not(:last-child) input {*/ /*.formTable tr td:not(:last-child) {*/ /*.formTable tr td input:last-child {*/ /*input:not([type=submit]) {*/ /*input{*/ /*.formTable tr td input[type!=submit] {*/ width: 300px; } /*.formTable tr td {*/ /*.formTable tr {*/ /*text-align: right;*/ /*text-align: left;*/ /*}*/ /*.formTable tr td input { text-align: left; }*/ .error { color: red; } .goodFeedBack { background-color: greenyellow; color: green; width: 100%; text-align: center; /* position : fixed; top: 52px;*/ /*box-shadow: 0 0 6px 3px black;*/ box-shadow: none; } .masterH1 { color: white; color: black; /*size: 1em;*/ font-size: 2em; font-size: 20px; font-size: 40px; font-size: 60px; /*font-size: 80px;*/ /*font-size: 100px;*/ /*size: 3em;*/ /*size: 4em;*/ /*background-color: rgba(0,0,0,0.7);*/ /*background-color: rgba(0,0,0,1);*/ background-color: black; background-color: white; background-color: white; margin: auto; margin-bottom: 10px; /*width: 100px;*/ display: inline-block; padding: 0 20px 0 20px; /*box-shadow: 0px 0px 3px 2px rgba(0,0,0,1) inset;*/ } .masterH1 a { text-decoration: none; color: black; color: black; background-color: white; } main h1:first-of-type { margin-bottom: 40px; } input[type=email], input[type=submit], input[type=text], input[type=number], input[type=password], textArea, a button, .masterH1 { /*text-decoration: none;*/ border: none; color: black; color: black; background-color: white; background-color: white; box-shadow: 0px 0px 3px 2px black inset; padding: 5px; } input[type=email]:hover, input[type=submit]:hover, input[type=text]:hover, input[type=number]:hover, input[type=password]:hover, textArea:hover, a button:hover, .masterH1:hover { /* background-color: rgba(0,0,0,0.5); background-color: rgba(0,0,0,0.5); background-color: rgba(255,255,255,0.2);*/ box-shadow: none; /*box-shadow: 0px 0px 3px 2px rgba(0,0,0,1);*/ } input[type=email]:focus, input[type=submit]:focus, input[type=text]:focus, input[type=number]:focus, input[type=password]:focus, textArea:focus, .masterH1:focus { /*box-shadow: 0px 0px 3px 3px rgba(100,100,255,1) inset;*/ box-shadow: 0px 0px 3px 2px black; } /*input[type=submit]:invalid, input[type=text]:invalid, input[type=number]:invalid, input[type=password]:invalid, textArea:invalid { box-shadow: 0px 0px 3px 3px rgba(255,100,100,1) inset; }*/ /*.sideBars, .bottomBar { max-width: 1000px; max-width: 1000px; min-height: 50px; background-color: white; margin: auto; }*/ .resultList tr:nth-child(even) td img { float: left; /*box-shadow: 0px 0px 9px 4px rgba(0,0,0,0.7) inset;*/ } .resultList tr:nth-child(odd) td img { float: right; /*box-shadow: 0px 0px 9px 4px rgba(0,0,0,0.7) ;*/ } .resultList img { /*height: 100px;*/ height: 200px; padding: 10px 20px 5px 20px; /*margin: 10px 20px 5px 20px;*/ } .resultList, .resultList tr { /*border: 1px solid black;*/ /*border-collapse: collapse;*/ border-collapse: collapse; } .resultList td { padding: 10px; } .resultList .resultListSizer { max-height: 200px; overflow: hidden; } /*.resultList td{ width: 1400px; }*/ .resultList tr { /*box-shadow: 0px 2px 4px 4px black inset, 0px 2px 4px -4px black;*/ /*box-shadow: -4px 2px 8px -2px black, 4px 2px 8px -2px black;*/ /* box-shadow: -4px 2px 8px -18px black, 4px 2px 8px -18px black, -18px 4px 8px -4px black, 18px 4px 8px -4px black;*/ /*box-shadow: 0px 4px 4px -1px black;*/ /*box-shadow: 0px 6px 2px 4px black;*/ /*box-shadow: 0px 6px 9px 4px rgba(0,0,0,0.7);*/ } .resultList tr:nth-child(even) { box-shadow: 0px 0px 9px 4px black; } .resultList tr:nth-child(odd) { box-shadow: 0px 0px 9px 4px black inset; } .resultList tr:nth-child(even):hover { /* box-shadow: none; box-shadow: 0px 0px 9px 4px rgba(0,0,0,0.7) inset;*/ background-color: rgba(0, 0, 0, 0.5); } .resultList tr:nth-child(odd):hover { /* box-shadow: none; box-shadow: 0px 0px 9px 4px rgba(0,0,0,0.7);*/ background-color: rgba(0, 0, 0, 0.5); } .resultList { /*box-shadow: 0px 10px 6px 1px black;*/ /*box-shadow: 0px 0px 4px 1px black;*/ } /*.clear { clear: both; }*/ .linkResultList { text-decoration: none; color: inherit; } /*# sourceMappingURL=resultList.css.map */
cssGen/resultList.css
@charset "UTF-8"; /* To change this license header, choose License Headers in Project Properties. To change this template file, choose Tools | Templates and open the template in the editor. */ /* Created on : 17-d├®c.-2015, 21:46:15 Author : jedepaepe */ /*$mainBackgroundColor: red;*/ /*$mainBackgroundColor: blue;*/ /*$mainBackgroundColor: black;*/ /*$mainBackgroundColor: rgba(0,0,255,0.5);*/ /*$mainBackgroundColor: rgba(0,0,255,0);*/ /*$mainColor: red; $mainColor: blue; $mainColor: rgba(50,50,100,1);*/ /*$mainColor: white;*/ /*$navMainBackgroundColor: $mainBackgroundColor; $navMainBackgroundColor: rgba(0,0,255,0);*/ /*$navMainColor: $mainColor; $navHoverBackgroundColor: $mainColor;*/ /*$shadowColor: red;*/ * { margin: 0px; /*padding: 0px;*/ font-family: "Segoe UI",Arial,sans-serif; box-sizing: border-box; /*transition: all 0.5s;*/ transition: all 0.25s; } html { /*height: 100%;*/ position: relative; min-height: 100%; /*min-width: 600px;*/ } body { background-color: #b4b4dc; background-color: #00ccff; background-color: rgba(0, 138, 255, 0.87); background-color: white; background-color: white; background-color: white; color: #0000c8; color: #0047b3; color: white; color: black; color: black; /*font-size: 50%;*/ font-size: 85%; /*height: 100%;*/ /*margin-bottom: 0px;*/ /*height: 90%;*/ /*height: 91%;*/ } header, footer { text-align: center; } /*header {*/ /*header .navbar { position: fixed; width: 100%; top: 0px; z-index: 100; } */ /*.banner h1 { position : relative; top: -250px; color: white; }*/ /*.banner .overlapper { position : relative; top: -150px; color: white; }*/ .banner { /*margin-top: 50px;*/ margin: auto; margin-top: 100px; /*height:220px;*/ height: 170px; /*min-height:150px;*/ /*box-shadow: 0px -3px 5px -2px black inset;*/ /*box-shadow: 0px -6px 10px -2px black inset;*/ /*box-shadow: 0px -7px 10px -5px black inset;*/ box-shadow: 0px -7px 10px -5px black inset; position: fixed; top: 0; /*z-index: -1;*/ /*z-index: 50;*/ z-index: 0; width: 100%; } .bannerPlaceHolder { /*margin-top: 50px;*/ margin-top: 100px; /*height:220px;*/ height: 170px; width: 100%; z-index: -30; /*z-index: 30;*/ } .banner img { /*height:350px;*/ /*position: static;*/ position: absolute; position: fixed; /*position: relative;*/ top: 0; left: 0; /*left: 25%;*/ z-index: -100; /*height:250px;*/ height: 320px; height: 270px; width: 100%; /*width:50%;*/ /*max-width:50%;*/ /*margin: auto;*/ /*width:10000px;*/ /*box-shadow: 0px 4px 4px -1px black inset;*/ /*display:none;*/ } .bannerImagePlaceHolder { position: absolute; /*position: relative;*/ top: 0; left: 0; /*left: 25%;*/ z-index: -1; /*z-index: 10;*/ /*height:250px;*/ height: 320px; height: 270px; width: 100%; background-color: transparent; /*background-color: rgba(0,0,0,1);*/ } /*@media (min-width: 400px){ position: absolute; }*/ .searchBarSizer { margin: auto; min-width: 280px; max-width: 400px; display: inline-block; } .searchBarSizer input[type=text] { /*max-width: 400px;*/ /*min-width: 280px;*/ width: 100%; } main { margin: auto; /*margin-top: 20px;*/ padding-top: 20px; /*padding-top: 50px;*/ padding-bottom: 50px; text-align: center; background-color: white; background-color: white; background-color: white; box-shadow: 0 0 6px 3px black; position: relative; z-index: 10; } /*main < { }*/ footer { margin-bottom: 0px; padding-bottom: 0px; background-color: white; background-color: white; position: absolute; z-index: 20; bottom: 0px; width: 100%; /*height: 120px;*/ /*min-height: 120px;*/ box-shadow: 0px 2px 4px black inset; /*position: relative;*/ } table { margin: auto; /*text-align: center;*/ } .responsiveTable, .resultList, .navbar, .gridTable { /*.responsiveTable, .resultList, .navbar li, .gridTable {*/ color: white; color: black; color: black; background-color: #0047b3; background-color: white; background-color: white; } .navbar li a { color: black; color: black; } /*.resultList { color: white; background-color: rgb(0, 71, 179); }*/ table.resultList, .navbar.miniNavbar, table.responsiveTable, .gridTable { /*max-width: 800px;*/ width: 95%; /*width: 400px;*/ /*box-shadow: 0px 2px 4px 4px black inset, 0px 2px 4px -4px black;*/ /*box-shadow: 0px 2px 4px black;*/ } @media (min-width: 850px) { table.resultList, .navbar.miniNavbar, table.responsiveTable, .gridTable { /*table.resultList, .navbar.miniNavbar, table.responsiveTable {*/ /*max-width: 800px;*/ width: 800px; /*width: 400px;*/ /*box-shadow: 0px 2px 4px 4px black inset, 0px 2px 4px -4px black;*/ /*box-shadow: 0px 2px 4px black;*/ } } .formTable tr td { /*text-align: right;*/ text-align: left; } .formTable tr td textarea { width: 300px; height: 100px; } .formTable tr td input:not([type=submit]) { /*.formTable tr td input:not(:last-child) {*/ /*.formTable tr td:not(:last-child) input {*/ /*.formTable tr td:not(:last-child) {*/ /*.formTable tr td input:last-child {*/ /*input:not([type=submit]) {*/ /*input{*/ /*.formTable tr td input[type!=submit] {*/ width: 300px; } /*.formTable tr td {*/ /*.formTable tr {*/ /*text-align: right;*/ /*text-align: left;*/ /*}*/ /*.formTable tr td input { text-align: left; }*/ .error { color: red; } .goodFeedBack { background-color: greenyellow; color: green; width: 100%; text-align: center; /* position : fixed; top: 52px;*/ /*box-shadow: 0 0 6px 3px black;*/ box-shadow: none; } .masterH1 { color: white; color: black; /*size: 1em;*/ font-size: 2em; font-size: 20px; font-size: 40px; font-size: 60px; /*font-size: 80px;*/ /*font-size: 100px;*/ /*size: 3em;*/ /*size: 4em;*/ /*background-color: rgba(0,0,0,0.7);*/ /*background-color: rgba(0,0,0,1);*/ background-color: black; background-color: white; background-color: white; margin: auto; margin-bottom: 10px; /*width: 100px;*/ display: inline-block; padding: 0 20px 0 20px; /*box-shadow: 0px 0px 3px 2px rgba(0,0,0,1) inset;*/ } .masterH1 a { text-decoration: none; color: black; color: black; background-color: white; } main h1:first-of-type { margin-bottom: 40px; } input[type=email], input[type=submit], input[type=text], input[type=number], input[type=password], textArea, a button, .masterH1 { /*text-decoration: none;*/ border: none; color: black; color: black; background-color: white; background-color: white; box-shadow: 0px 0px 3px 2px black inset; padding: 5px; } input[type=email]:hover, input[type=submit]:hover, input[type=text]:hover, input[type=number]:hover, input[type=password]:hover, textArea:hover, a button:hover, .masterH1:hover { /* background-color: rgba(0,0,0,0.5); background-color: rgba(0,0,0,0.5); background-color: rgba(255,255,255,0.2);*/ box-shadow: none; /*box-shadow: 0px 0px 3px 2px rgba(0,0,0,1);*/ } input[type=email]:focus, input[type=submit]:focus, input[type=text]:focus, input[type=number]:focus, input[type=password]:focus, textArea:focus, .masterH1:focus { /*box-shadow: 0px 0px 3px 3px rgba(100,100,255,1) inset;*/ box-shadow: 0px 0px 3px 2px black; } /*input[type=submit]:invalid, input[type=text]:invalid, input[type=number]:invalid, input[type=password]:invalid, textArea:invalid { box-shadow: 0px 0px 3px 3px rgba(255,100,100,1) inset; }*/ /*.sideBars, .bottomBar { max-width: 1000px; max-width: 1000px; min-height: 50px; background-color: white; margin: auto; }*/ .resultList tr:nth-child(even) td img { float: left; /*box-shadow: 0px 0px 9px 4px rgba(0,0,0,0.7) inset;*/ } .resultList tr:nth-child(odd) td img { float: right; /*box-shadow: 0px 0px 9px 4px rgba(0,0,0,0.7) ;*/ } .resultList img { /*height: 100px;*/ height: 200px; padding: 10px 20px 5px 20px; /*margin: 10px 20px 5px 20px;*/ } .resultList, .resultList tr { /*border: 1px solid black;*/ /*border-collapse: collapse;*/ border-collapse: collapse; } .resultList td { padding: 10px; } .resultList .resultListSizer { max-height: 200px; overflow: hidden; } /*.resultList td{ width: 1400px; }*/ .resultList tr { /*box-shadow: 0px 2px 4px 4px black inset, 0px 2px 4px -4px black;*/ /*box-shadow: -4px 2px 8px -2px black, 4px 2px 8px -2px black;*/ /* box-shadow: -4px 2px 8px -18px black, 4px 2px 8px -18px black, -18px 4px 8px -4px black, 18px 4px 8px -4px black;*/ /*box-shadow: 0px 4px 4px -1px black;*/ /*box-shadow: 0px 6px 2px 4px black;*/ /*box-shadow: 0px 6px 9px 4px rgba(0,0,0,0.7);*/ } .resultList tr:nth-child(even) { box-shadow: 0px 0px 9px 4px black; } .resultList tr:nth-child(odd) { box-shadow: 0px 0px 9px 4px black inset; } .resultList tr:nth-child(even):hover { /* box-shadow: none; box-shadow: 0px 0px 9px 4px rgba(0,0,0,0.7) inset;*/ background-color: rgba(0, 0, 0, 0.5); } .resultList tr:nth-child(odd):hover { /* box-shadow: none; box-shadow: 0px 0px 9px 4px rgba(0,0,0,0.7);*/ background-color: rgba(0, 0, 0, 0.5); } .resultList { /*box-shadow: 0px 10px 6px 1px black;*/ /*box-shadow: 0px 0px 4px 1px black;*/ } /*.clear { clear: both; }*/ .linkResultList { text-decoration: none; color: inherit; } /*# sourceMappingURL=resultList.css.map */
0.2522
0.036118
*, *::after, *::before{ margin: 0; padding: 0; box-sizing: border-box; } html{ font-size: 62.5%; } body{ font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; } main{ padding: 0 2.5em; height: 100vh; display: flex; flex-direction: column; justify-content: center; align-items: center; background-color: #19a2ae; position: relative; overflow: hidden; } .attribution{ font-size: 1.25rem; width: 100%; position: absolute; top: 5em; text-align: center; font-style: italic; } .attribution a{ color: navy; font-size: 1.5rem; } .card { min-height: 50vh; background-color: white; border-radius: 1em; overflow: hidden; width: 100%; font-family: 'Kumbh Sans', sans-serif; z-index: 3; box-shadow: 0px 3px 20px hsl(227, 10%, 46%); } .card-image{ min-height: 20vh; background-image: url("images/bg-pattern-card.svg"); } .user{ position: relative; min-height: 20vh; display: flex; flex-direction: column; justify-content: center; align-items: center; } .user > div{ position: absolute; top: -45%; padding: .6em; background-color: white; border-radius: 50%; } .image{ border-radius: 50%; } .name{ font-weight: bold; color: #333; font-size: 1.6rem; margin-right: .2em; } .city{ display: block; text-align: center; margin-top: .7em; } .user p{ font-size: 1.5rem; margin-top: 3em; color: hsl(0, 0%, 59%); } .followers{ font-size: 1.5rem; min-height: 10vh; border-top: 1px solid #dbd8d8b2; display: flex; gap: 2em; justify-content: center; align-items: center; } .followers .amount{ font-weight: bold; text-align: center; } .amount span{ color: #969696; margin-top: .7em; font-size: 1.2rem; font-weight: lighter; display: block; } .top-circle img{ position: absolute; top: -65em; left: -69em; } .bottom-circle img{ position: absolute; right: -67em; bottom: -62.5em; } @media (min-width: 375px){} @media (min-width: 768px){ .card{ width: 50%; } } @media (min-width: 1200px){ .card{ width: 30%; } .top-circle img{ top: -55em; left: -30em; } .bottom-circle img{ right: -25em; bottom: -60em; } }
style.css
*, *::after, *::before{ margin: 0; padding: 0; box-sizing: border-box; } html{ font-size: 62.5%; } body{ font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; } main{ padding: 0 2.5em; height: 100vh; display: flex; flex-direction: column; justify-content: center; align-items: center; background-color: #19a2ae; position: relative; overflow: hidden; } .attribution{ font-size: 1.25rem; width: 100%; position: absolute; top: 5em; text-align: center; font-style: italic; } .attribution a{ color: navy; font-size: 1.5rem; } .card { min-height: 50vh; background-color: white; border-radius: 1em; overflow: hidden; width: 100%; font-family: 'Kumbh Sans', sans-serif; z-index: 3; box-shadow: 0px 3px 20px hsl(227, 10%, 46%); } .card-image{ min-height: 20vh; background-image: url("images/bg-pattern-card.svg"); } .user{ position: relative; min-height: 20vh; display: flex; flex-direction: column; justify-content: center; align-items: center; } .user > div{ position: absolute; top: -45%; padding: .6em; background-color: white; border-radius: 50%; } .image{ border-radius: 50%; } .name{ font-weight: bold; color: #333; font-size: 1.6rem; margin-right: .2em; } .city{ display: block; text-align: center; margin-top: .7em; } .user p{ font-size: 1.5rem; margin-top: 3em; color: hsl(0, 0%, 59%); } .followers{ font-size: 1.5rem; min-height: 10vh; border-top: 1px solid #dbd8d8b2; display: flex; gap: 2em; justify-content: center; align-items: center; } .followers .amount{ font-weight: bold; text-align: center; } .amount span{ color: #969696; margin-top: .7em; font-size: 1.2rem; font-weight: lighter; display: block; } .top-circle img{ position: absolute; top: -65em; left: -69em; } .bottom-circle img{ position: absolute; right: -67em; bottom: -62.5em; } @media (min-width: 375px){} @media (min-width: 768px){ .card{ width: 50%; } } @media (min-width: 1200px){ .card{ width: 30%; } .top-circle img{ top: -55em; left: -30em; } .bottom-circle img{ right: -25em; bottom: -60em; } }
0.701713
0.067454
.page-back-button { margin-top: 3em; } .back-to-catalogue-container { margin: 1.5rem 0rem; text-align: center; } .back-to-catalogue-center { text-align: center; } .about-me-detail-container { background-color: #ecf0f1; color: #2c3e50; width: 100%; } .about-me-detail { padding: 8%; } .about-me-detail .detail-head { display: inline-flex; width: 100%; flex-flow: column nowrap; justify-content: space-between; align-items: center; } .about-me-detail .detail-date { font-size: 0.8em; display: flex; flex-flow: column nowrap; } .about-me-detail .detail-body .paper-layout { padding: 0px 5%; text-align: justify; text-justify: inter-word; } .about-me-detail .detail-footer { font-size: 1.5em; padding-top: 5%; } .about-me-detail ul { list-style: disc; padding-left: 5%; } .about-me-detail h1 { font-size: 1.8em; } .about-me-detail h2 { font-size: 1.4em; } .about-me-detail h3 { font-size: 1.2em; text-decoration: underline; font-weight: bold; text-transform: uppercase; margin-top: 3rem; margin-bottom: 0.5rem; } .about-me-detail a { color: #2c3e50; text-decoration: underline; font-weight: bold; } .about-me-detail a:hover { color: #7392b2; } .about-me-detail img { border-radius: 0.3rem; filter: drop-shadow(0 0 0.5rem grey); } .mobile-footer { background-color: #2c3e50; color: #ecf0f1; padding-top: 1rem; padding-bottom: 2rem; } .anchor-link { margin: 1rem 0rem; } .header-image { margin: 3rem 0rem; } .share-post { display: flex; flex-flow: row nowrap; justify-content: center; margin: 0.5rem 0rem; } .share-icon { margin-right: 0.5rem; } .tags-list { display: flex; flex-flow: row wrap; justify-content: center; margin: 1rem 1rem; } .date-label { display: flex; flex-flow: row nowrap; justify-content: center; width: 100%; margin: 0.5rem 0rem; } .date-label svg { margin-right: 0.5rem; } .project-detail-container { padding: 0px 5% 20% 5%; background-color: #ecf0f1; color: #2c3e50; } .project-detail-container h1 { font-size: 1.8em; } .project-detail-container h2 { font-size: 1.4em; } .project-detail-container h3 { font-size: 1.2em; text-decoration: underline; margin-top: 5%; font-weight: bold; text-transform: uppercase; } .project-detail-container a { color: #2c3e50; text-decoration: underline; font-weight: bold; } .project-detail-container .project-detail-head { display: inline-flex; width: 100%; flex-flow: column; justify-content: space-between; padding: 2rem 0px; text-align: center; } .project-detail-container .project-detail-head .project-detail-date { font-size: 0.8em; } .project-detail-end { text-align: center; padding-top: 10%; } .avatar-img { width: 50px; height: 50px; border-radius: 50%; padding: 10px; } .bottom-nav { width: 100%; height: 25%; display: flex; flex-flow: column; justify-content: center; order: 1; } .bottom-nav .connection-list ul { display: flex; justify-content: space-evenly; } .bottom-nav .last-build { display: none; } .bottom-nav .simple-credit { display: none; } .bottom-nav .source-link { display: none; } .bottom-nav .build-info { display: none; } .middle-nav { width: 100%; display: flex; flex-flow: column; justify-content: center; height: 25%; order: 2; } .middle-nav ul { display: flex; justify-content: space-around; } .top-nav { background-color: #2c3e50; display: flex; flex-flow: row; justify-content: center; align-items: center; height: 50%; order: 0; } .top-nav h1 { order: 1; padding-left: 3%; height: 50%; font-size: 2em; color: #ecf0f1; } .project-item-container { width: 100%; display: flex; flex-flow: column; } .project-item-container .project-item { min-height: 15vh; } .project-item-container .project-item:hover { color: #ecf0f1; } .project-item-container .project-item li { height: 100%; } .project-item-container .project-item li .projectLink { position: relative; top: 25%; height: 50%; display: flex; flex-direction: column; justify-content: space-between; } .project-item-container .project-item li .right-arrow { text-align: center; padding-bottom: 5%; } .project-item-container .project-item li .project-title { text-align: center; } .left-side-bar { background-color: #2c3e50; height: 25vh; width: 100%; display: flex; flex-flow: column; } .main-container { width: 100vw; display: flex; flex-flow: column; } html { overflow-y: unset; overflow-x: unset; }
src/style/mobile-layout.module.css
.page-back-button { margin-top: 3em; } .back-to-catalogue-container { margin: 1.5rem 0rem; text-align: center; } .back-to-catalogue-center { text-align: center; } .about-me-detail-container { background-color: #ecf0f1; color: #2c3e50; width: 100%; } .about-me-detail { padding: 8%; } .about-me-detail .detail-head { display: inline-flex; width: 100%; flex-flow: column nowrap; justify-content: space-between; align-items: center; } .about-me-detail .detail-date { font-size: 0.8em; display: flex; flex-flow: column nowrap; } .about-me-detail .detail-body .paper-layout { padding: 0px 5%; text-align: justify; text-justify: inter-word; } .about-me-detail .detail-footer { font-size: 1.5em; padding-top: 5%; } .about-me-detail ul { list-style: disc; padding-left: 5%; } .about-me-detail h1 { font-size: 1.8em; } .about-me-detail h2 { font-size: 1.4em; } .about-me-detail h3 { font-size: 1.2em; text-decoration: underline; font-weight: bold; text-transform: uppercase; margin-top: 3rem; margin-bottom: 0.5rem; } .about-me-detail a { color: #2c3e50; text-decoration: underline; font-weight: bold; } .about-me-detail a:hover { color: #7392b2; } .about-me-detail img { border-radius: 0.3rem; filter: drop-shadow(0 0 0.5rem grey); } .mobile-footer { background-color: #2c3e50; color: #ecf0f1; padding-top: 1rem; padding-bottom: 2rem; } .anchor-link { margin: 1rem 0rem; } .header-image { margin: 3rem 0rem; } .share-post { display: flex; flex-flow: row nowrap; justify-content: center; margin: 0.5rem 0rem; } .share-icon { margin-right: 0.5rem; } .tags-list { display: flex; flex-flow: row wrap; justify-content: center; margin: 1rem 1rem; } .date-label { display: flex; flex-flow: row nowrap; justify-content: center; width: 100%; margin: 0.5rem 0rem; } .date-label svg { margin-right: 0.5rem; } .project-detail-container { padding: 0px 5% 20% 5%; background-color: #ecf0f1; color: #2c3e50; } .project-detail-container h1 { font-size: 1.8em; } .project-detail-container h2 { font-size: 1.4em; } .project-detail-container h3 { font-size: 1.2em; text-decoration: underline; margin-top: 5%; font-weight: bold; text-transform: uppercase; } .project-detail-container a { color: #2c3e50; text-decoration: underline; font-weight: bold; } .project-detail-container .project-detail-head { display: inline-flex; width: 100%; flex-flow: column; justify-content: space-between; padding: 2rem 0px; text-align: center; } .project-detail-container .project-detail-head .project-detail-date { font-size: 0.8em; } .project-detail-end { text-align: center; padding-top: 10%; } .avatar-img { width: 50px; height: 50px; border-radius: 50%; padding: 10px; } .bottom-nav { width: 100%; height: 25%; display: flex; flex-flow: column; justify-content: center; order: 1; } .bottom-nav .connection-list ul { display: flex; justify-content: space-evenly; } .bottom-nav .last-build { display: none; } .bottom-nav .simple-credit { display: none; } .bottom-nav .source-link { display: none; } .bottom-nav .build-info { display: none; } .middle-nav { width: 100%; display: flex; flex-flow: column; justify-content: center; height: 25%; order: 2; } .middle-nav ul { display: flex; justify-content: space-around; } .top-nav { background-color: #2c3e50; display: flex; flex-flow: row; justify-content: center; align-items: center; height: 50%; order: 0; } .top-nav h1 { order: 1; padding-left: 3%; height: 50%; font-size: 2em; color: #ecf0f1; } .project-item-container { width: 100%; display: flex; flex-flow: column; } .project-item-container .project-item { min-height: 15vh; } .project-item-container .project-item:hover { color: #ecf0f1; } .project-item-container .project-item li { height: 100%; } .project-item-container .project-item li .projectLink { position: relative; top: 25%; height: 50%; display: flex; flex-direction: column; justify-content: space-between; } .project-item-container .project-item li .right-arrow { text-align: center; padding-bottom: 5%; } .project-item-container .project-item li .project-title { text-align: center; } .left-side-bar { background-color: #2c3e50; height: 25vh; width: 100%; display: flex; flex-flow: column; } .main-container { width: 100vw; display: flex; flex-flow: column; } html { overflow-y: unset; overflow-x: unset; }
0.431824
0.057019
.small, small { color: #888ea8; font-size: 12px; } .our-team-1 { position: relative; text-align: center; overflow: hidden; margin-bottom: 35px; -webkit-transition: all 0.3s ease-in-out 0s; transition: all 0.3s ease-in-out 0s; -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.15); box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.15); } .our-team-1 .pic-1:before { content: ""; background: #000; position: absolute; top: 0px; left: 0px; bottom: 0px; right: 0px; opacity: 0.5; -webkit-transform: scale(0); transform: scale(0); -webkit-transition: all 0.3s ease-in-out 0s; transition: all 0.3s ease-in-out 0s; } .our-team-1:hover .pic-1:before { -webkit-transform: scale(1); transform: scale(1); } .our-team-1 .pic-1 img { width: 100%; height: auto; } .our-team-1 .social-1 { list-style: none; padding: 0; margin: 0; width: 100%; position: absolute; top: 40%; opacity: 0; } .our-team-1:hover .social-1 { opacity: 1; } .our-team-1 .social-1 li { display: inline-block; position: relative; } .our-team-1 .social-1 li:not(:first-child) { margin-left: 10px; } .our-team-1 .social-1 li a { font-size: 16px; color: #fff; } .our-team-1 .social-1 li a i { height: 30px; width: 30px; border-radius: 50%; padding: 7px 0; } .our-team-1 .social-1 li a.icon-fb i { background-color: #1a73e9; } .our-team-1 .social-1 li a.icon-twitter i { background-color: #00b1f4; } .our-team-1 .social-1 li a.icon-dribbble i { background-color: #f8538d; } .our-team-1 .team-content-1 { padding: 15px 10px; background: #fff; position: relative; -webkit-transition: all 0.3s ease-in-out 0s; transition: all 0.3s ease-in-out 0s; } .our-team-1 .title-1 { font-size: 18px; font-weight: 700; color: #5247bd; text-transform: uppercase; margin: 0 0 12px 0; text-align: center; } .our-team-1 small-1 { display: block; font-size: 14px; color: #999; margin-bottom: 8px; } .our-team-1 .team-layer-1 { width: 100%; padding: 34px 10px; background: #ffffff; border-bottom: 2px solid #6156ce; position: absolute; bottom: -50px; left: 0; opacity: 0; -webkit-transition: all 0.3s ease-in-out 0s; transition: all 0.3s ease-in-out 0s; } .our-team-1:hover .team-layer-1 { bottom: 0; opacity: 1; } .our-team-1 .team-layer-1 a { display: inline-block; font-size: 18px; font-weight: 700; color: #ee3d50; text-transform: uppercase; margin: 0 0 12px 0; -webkit-transition: all 0.3s ease-in-out 0s; transition: all 0.3s ease-in-out 0s; } .our-team-1 .team-layer-1 a:hover { color: #716a9e; } .our-team-1 .post-1 { display: block; font-size: 15px; color: #3b3f5c; text-transform: capitalize; } /* Team 2 */ .our-team-2 { position: relative; text-align: center; overflow: hidden; margin-bottom: 35px; z-index: 1; } .our-team-2:before { bottom: -20px; left: 0; } .our-team-2:after { top: -20px; right: 0; } .our-team-2 .pic-2 { position: relative; -webkit-transition: all 0.5s ease 0s; transition: all 0.5s ease 0s; } .our-team-2:hover .pic-2 { border-color: #343f55; } .our-team-2 .pic-2:after { content: ""; width: 100%; height: 0; background: #3862f5; position: absolute; top: 0; left: 0; opacity: 0; -webkit-transform-origin: 0 0 0; transform-origin: 0 0 0; -webkit-transition: all 0.5s ease 0s; transition: all 0.5s ease 0s; } .our-team-2:hover .pic-2:after { height: 100%; opacity: 0.80; } .our-team-2 img { width: 100%; height: auto; } .our-team-2 .team-content-2 { width: 100%; position: absolute; top: -55%; left: 0; -webkit-transition: all 0.5s ease 0.2s; transition: all 0.5s ease 0.2s; } .our-team-2:hover .team-content-2 { top: 35%; } .our-team-2 .title-2 { font-size: 25px; font-weight: 600; color: #fff; margin: 0 0 5px 0; } .our-team-2 .post-2 { font-size: 18px; color: #ffbb44; line-height: 26px; text-transform: capitalize; } .our-team-2 .social-2 { padding: 0; margin: 20px 0 0 0; list-style: none; } .our-team-2 .social-2 li { display: inline-block; } .our-team-2 .social-2 li a { display: inline-block; font-size: 18px; color: #fff; margin: 0 5px; -webkit-transition: all 0.5s ease 0s; transition: all 0.5s ease 0s; } /* Team 6 */ .our-team-3 { text-align: center; margin-bottom: 35px; } .our-team-3 .team_img_3 { position: relative; overflow: hidden; } .our-team-3 .team_img_3:after { content: ""; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.79); position: absolute; bottom: -100%; left: 0; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; } .our-team-3:hover .team_img_3:after { bottom: 0; } .our-team-3 img { width: 100%; height: auto; } .our-team-3 .social-3 { padding: 0 0 18px 0; margin: 0; list-style: none; position: absolute; top: -100%; right: 10px; background: #ee3d50; border-radius: 0 0 20px 20px; z-index: 1; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; } .our-team-3:hover .social-3 { top: 0; } .our-team-3 .social-3 li a { display: block; padding: 11px; font-size: 15px; color: #fff; } .our-team-3:hover .social-3 li a:hover { color: #494949; } .our-team-3 .team-content-3 { padding: 20px 0; background: #fff; } .our-team-3 .title-3 { font-size: 18px; font-weight: 600; color: #3b3f5c; text-transform: uppercase; margin: 0 0 20px; position: relative; text-align: center; padding-right: 0px; } .our-team-3 .title-3:before { content: ""; width: 25px; height: 1px; background: #ee3d50; position: absolute; bottom: -10px; right: 50%; margin-right: 9px; -webkit-transition-duration: 0.25s; transition-duration: 0.25s; } .our-team-3 .title-3:after { content: ""; width: 25px; height: 1px; background: #ee3d50; position: absolute; bottom: -10px; left: 50%; margin-left: 9px; -webkit-transition-duration: 0.25s; transition-duration: 0.25s; } .our-team-3:hover .title-3:before, .our-team-3:hover .title-3:after { width: 50px; } .our-team-3 .post-3 { display: inline-block; font-size: 15px; color: #888ea8; text-transform: capitalize; } .our-team-3 .post-3:before { content: ""; display: block; width: 7px; height: 7px; border-radius: 50%; background: #ee3d50; margin: 0 auto; position: relative; top: -13px; } /* Team 4 */ .our-team-4 { -webkit-box-shadow: 0 2px 4px rgba(108,111,115,.1); box-shadow: 0 2px 4px rgba(108,111,115,.1); margin-bottom: 30px; } .our-team-4 .usr-profile img { width: 100%; -webkit-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0; } .our-team-4 .team-content { overflow: hidden; text-align: center; background: #fff; position: relative; -webkit-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px; } .our-team-4 .team-content .team-detail { padding: 20px 0; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; } .our-team-4 .team-content .team-detail h3 { color: #000; font-size: 18px; margin-bottom: 0; } .our-team-4 .team-content .team-detail p { font-size: 12px; margin-bottom: 0; } .our-team-4 .team-content .social-content { -webkit-transition: .3s; -o-transition: .3s; transition: .3s; position: absolute; height: 100%; width: 100%; left: 0; opacity: 0; visibility: hidden; top: 0; background-image: -webkit-gradient(linear,right top,left top,from(#7347c1),to(#0674ec)); background-image: -webkit-linear-gradient(right,#7347c1 0,#0674ec 100%); background-image: -o-linear-gradient(right,#7347c1 0,#0674ec 100%); background-image: linear-gradient(to left,#7347c1 0,#0674ec 100%); background-color: #7347c1; background: #0674ec; background-image: -webkit-gradient(linear,left top,right top,from(#7347c1),to(#0674ec)); background-image: -webkit-linear-gradient(left,#7347c1,#0674ec); background-image: -o-linear-gradient(left,#7347c1,#0674ec); background-image: linear-gradient(to right,#7347c1,#0674ec); -webkit-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); } .our-team-4:hover .team-content .social-content { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); visibility: visible; opacity: 1; } .our-team-4 .team-content .social-content ul { position: absolute; width: 100%; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); } .our-team-4 .team-content .social-content ul li a { -webkit-border-radius: 50%; border-radius: 50%; font-size: 16px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; } .our-team-4 .team-content .social-content ul li a i { height: 40px; width: 40px; background-color: #fff; border-radius: 50%; padding: 12px 0px; } .our-team-4 .team-content .social-content ul li.icon-facebook a i { color: #1a73e9; } .our-team-4 .team-content .social-content ul li.icon-twitter a i { color: #00b1f4; } .our-team-4 .team-content .social-content ul li.icon-dribbble a i { color: #f8538d } .our-team-4 .team-content .social-content ul li.icon-facebook a i:hover { background-color: #1a73e9; color: #fff; } .our-team-4 .team-content .social-content ul li.icon-twitter a i:hover { background-color: #00b1f4; color: #fff; } .our-team-4 .team-content .social-content ul li.icon-dribbble a i:hover { background-color: #f8538d; color: #fff; } /* Team 10 */ .our-team-5 { text-align: center; margin-bottom: 35px; } .our-team-5 .pic-5 { position: relative; } .our-team-5 .pic-5 img { width: 100%; height: auto; border-radius: 50%; } .social_media_team_5 { background: rgba(8, 8, 8, 0.85); border-radius: 50%; -webkit-transform: scale(0); transform: scale(0); -webkit-transition: all 0.35s ease-in-out 0s; transition: all 0.35s ease-in-out 0s; visibility: hidden; position: absolute; top:0; left:0; width: 100%; height: 100%; text-align: center; } .our-team-5:hover .social_media_team_5 { -webkit-transform: scale(1); transform: scale(1); visibility: visible; } .team_social_5 { padding: 0; list-style: none; margin-bottom: 0; position: relative; top:43%; left:0; } .team_social_5 > li { display: inline-block; } .team_social_5 > li > a { width: 35px; height: 35px; display: block; background: #d3d3d3; line-height: 35px; color:#000; -webkit-transition: all 0.35s ease-in-out 0s; transition: all 0.35s ease-in-out 0s; border-radius: 3px; font-size: 15px; } .team_social_5 > li > a:hover { background: #24ccda; } .post-title-5 > a { color:#ff3743; font-size: 16px; font-style: normal; font-weight: 600; line-height: 18px; text-transform: uppercase; } .post-title-5 > a:after { content:"|"; color: #24ccda; display: inline-block; padding: 0 5px 0 10px; } .post-title-5 small-10 { color:#999; font-size: 12px; } .read-5 { font-size: 13px; font-style: normal; font-weight: 600; color: #3b3f5c; } .read-5:hover { color:#26b0ff; } /* Our Team 11 */ .our-team-6 { position: relative; } .our-team-6 .team-media { text-align: center; position: relative; overflow: hidden; } .our-team-6 .team-media img { transition: all 0.3s ease; height: 290px; } .our-team-6 .team-media:hover img { transform: scale3d(1.1, 1.1, 1); transition: all 0.3s ease; } .our-team-6 .team-media:hover:before { opacity: 1 } .our-team-6 .team-media:hover:after { opacity: 1 } .our-team-6 .team-media:before { position: absolute; max-width: 274px; height: 101%; top: -2px; left: 0; right: 0; margin-left: auto; margin-right: auto; background-color: rgba(21, 21, 21, 0.5); transition: opacity 0.3s ease; opacity: 0; content: ''; z-index: 1; } .our-team-6 .team-media:after { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; font-family: "flaticon"; content: '\e943'; font-size: 24px; color: #fff; z-index: 2; transition: all 0.2s ease-in-out; opacity: 0; } .our-team-6 .team-content { padding-top: 25px; position: relative; } .our-team-6 .team-content .team-meta { color: #151515; } .our-team-6 .team-content h4 { width: 100%; color: #666; letter-spacing: normal; font-size: 16px; overflow: hidden; text-transform: capitalize; } .our-team-6 .team-content .social-media li a i { height: 30px; width: 30px; background-color: #acb0c3; border-radius: 50%; padding: 8px 0; color: #fff; } .our-team-6 .team-content .social-media li a.icon-facebook i:hover { background-color: #1a73e9 } .our-team-6 .team-content .social-media li a.icon-twitter i:hover { background-color: #00b1f4 } .our-team-6 .team-content .social-media li a.icon-dribbble i:hover { background-color: #f8538d } @media (min-width: 400px) and (max-width: 575px) { .our-team-1, .our-team-2, .our-team-3, .our-team-4, .our-team-5 { width: 70%; margin-left: auto; margin-right: auto; } }
admin/assets/css/elements/team/team.css
.small, small { color: #888ea8; font-size: 12px; } .our-team-1 { position: relative; text-align: center; overflow: hidden; margin-bottom: 35px; -webkit-transition: all 0.3s ease-in-out 0s; transition: all 0.3s ease-in-out 0s; -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.15); box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.15); } .our-team-1 .pic-1:before { content: ""; background: #000; position: absolute; top: 0px; left: 0px; bottom: 0px; right: 0px; opacity: 0.5; -webkit-transform: scale(0); transform: scale(0); -webkit-transition: all 0.3s ease-in-out 0s; transition: all 0.3s ease-in-out 0s; } .our-team-1:hover .pic-1:before { -webkit-transform: scale(1); transform: scale(1); } .our-team-1 .pic-1 img { width: 100%; height: auto; } .our-team-1 .social-1 { list-style: none; padding: 0; margin: 0; width: 100%; position: absolute; top: 40%; opacity: 0; } .our-team-1:hover .social-1 { opacity: 1; } .our-team-1 .social-1 li { display: inline-block; position: relative; } .our-team-1 .social-1 li:not(:first-child) { margin-left: 10px; } .our-team-1 .social-1 li a { font-size: 16px; color: #fff; } .our-team-1 .social-1 li a i { height: 30px; width: 30px; border-radius: 50%; padding: 7px 0; } .our-team-1 .social-1 li a.icon-fb i { background-color: #1a73e9; } .our-team-1 .social-1 li a.icon-twitter i { background-color: #00b1f4; } .our-team-1 .social-1 li a.icon-dribbble i { background-color: #f8538d; } .our-team-1 .team-content-1 { padding: 15px 10px; background: #fff; position: relative; -webkit-transition: all 0.3s ease-in-out 0s; transition: all 0.3s ease-in-out 0s; } .our-team-1 .title-1 { font-size: 18px; font-weight: 700; color: #5247bd; text-transform: uppercase; margin: 0 0 12px 0; text-align: center; } .our-team-1 small-1 { display: block; font-size: 14px; color: #999; margin-bottom: 8px; } .our-team-1 .team-layer-1 { width: 100%; padding: 34px 10px; background: #ffffff; border-bottom: 2px solid #6156ce; position: absolute; bottom: -50px; left: 0; opacity: 0; -webkit-transition: all 0.3s ease-in-out 0s; transition: all 0.3s ease-in-out 0s; } .our-team-1:hover .team-layer-1 { bottom: 0; opacity: 1; } .our-team-1 .team-layer-1 a { display: inline-block; font-size: 18px; font-weight: 700; color: #ee3d50; text-transform: uppercase; margin: 0 0 12px 0; -webkit-transition: all 0.3s ease-in-out 0s; transition: all 0.3s ease-in-out 0s; } .our-team-1 .team-layer-1 a:hover { color: #716a9e; } .our-team-1 .post-1 { display: block; font-size: 15px; color: #3b3f5c; text-transform: capitalize; } /* Team 2 */ .our-team-2 { position: relative; text-align: center; overflow: hidden; margin-bottom: 35px; z-index: 1; } .our-team-2:before { bottom: -20px; left: 0; } .our-team-2:after { top: -20px; right: 0; } .our-team-2 .pic-2 { position: relative; -webkit-transition: all 0.5s ease 0s; transition: all 0.5s ease 0s; } .our-team-2:hover .pic-2 { border-color: #343f55; } .our-team-2 .pic-2:after { content: ""; width: 100%; height: 0; background: #3862f5; position: absolute; top: 0; left: 0; opacity: 0; -webkit-transform-origin: 0 0 0; transform-origin: 0 0 0; -webkit-transition: all 0.5s ease 0s; transition: all 0.5s ease 0s; } .our-team-2:hover .pic-2:after { height: 100%; opacity: 0.80; } .our-team-2 img { width: 100%; height: auto; } .our-team-2 .team-content-2 { width: 100%; position: absolute; top: -55%; left: 0; -webkit-transition: all 0.5s ease 0.2s; transition: all 0.5s ease 0.2s; } .our-team-2:hover .team-content-2 { top: 35%; } .our-team-2 .title-2 { font-size: 25px; font-weight: 600; color: #fff; margin: 0 0 5px 0; } .our-team-2 .post-2 { font-size: 18px; color: #ffbb44; line-height: 26px; text-transform: capitalize; } .our-team-2 .social-2 { padding: 0; margin: 20px 0 0 0; list-style: none; } .our-team-2 .social-2 li { display: inline-block; } .our-team-2 .social-2 li a { display: inline-block; font-size: 18px; color: #fff; margin: 0 5px; -webkit-transition: all 0.5s ease 0s; transition: all 0.5s ease 0s; } /* Team 6 */ .our-team-3 { text-align: center; margin-bottom: 35px; } .our-team-3 .team_img_3 { position: relative; overflow: hidden; } .our-team-3 .team_img_3:after { content: ""; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.79); position: absolute; bottom: -100%; left: 0; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; } .our-team-3:hover .team_img_3:after { bottom: 0; } .our-team-3 img { width: 100%; height: auto; } .our-team-3 .social-3 { padding: 0 0 18px 0; margin: 0; list-style: none; position: absolute; top: -100%; right: 10px; background: #ee3d50; border-radius: 0 0 20px 20px; z-index: 1; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; } .our-team-3:hover .social-3 { top: 0; } .our-team-3 .social-3 li a { display: block; padding: 11px; font-size: 15px; color: #fff; } .our-team-3:hover .social-3 li a:hover { color: #494949; } .our-team-3 .team-content-3 { padding: 20px 0; background: #fff; } .our-team-3 .title-3 { font-size: 18px; font-weight: 600; color: #3b3f5c; text-transform: uppercase; margin: 0 0 20px; position: relative; text-align: center; padding-right: 0px; } .our-team-3 .title-3:before { content: ""; width: 25px; height: 1px; background: #ee3d50; position: absolute; bottom: -10px; right: 50%; margin-right: 9px; -webkit-transition-duration: 0.25s; transition-duration: 0.25s; } .our-team-3 .title-3:after { content: ""; width: 25px; height: 1px; background: #ee3d50; position: absolute; bottom: -10px; left: 50%; margin-left: 9px; -webkit-transition-duration: 0.25s; transition-duration: 0.25s; } .our-team-3:hover .title-3:before, .our-team-3:hover .title-3:after { width: 50px; } .our-team-3 .post-3 { display: inline-block; font-size: 15px; color: #888ea8; text-transform: capitalize; } .our-team-3 .post-3:before { content: ""; display: block; width: 7px; height: 7px; border-radius: 50%; background: #ee3d50; margin: 0 auto; position: relative; top: -13px; } /* Team 4 */ .our-team-4 { -webkit-box-shadow: 0 2px 4px rgba(108,111,115,.1); box-shadow: 0 2px 4px rgba(108,111,115,.1); margin-bottom: 30px; } .our-team-4 .usr-profile img { width: 100%; -webkit-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0; } .our-team-4 .team-content { overflow: hidden; text-align: center; background: #fff; position: relative; -webkit-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px; } .our-team-4 .team-content .team-detail { padding: 20px 0; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; } .our-team-4 .team-content .team-detail h3 { color: #000; font-size: 18px; margin-bottom: 0; } .our-team-4 .team-content .team-detail p { font-size: 12px; margin-bottom: 0; } .our-team-4 .team-content .social-content { -webkit-transition: .3s; -o-transition: .3s; transition: .3s; position: absolute; height: 100%; width: 100%; left: 0; opacity: 0; visibility: hidden; top: 0; background-image: -webkit-gradient(linear,right top,left top,from(#7347c1),to(#0674ec)); background-image: -webkit-linear-gradient(right,#7347c1 0,#0674ec 100%); background-image: -o-linear-gradient(right,#7347c1 0,#0674ec 100%); background-image: linear-gradient(to left,#7347c1 0,#0674ec 100%); background-color: #7347c1; background: #0674ec; background-image: -webkit-gradient(linear,left top,right top,from(#7347c1),to(#0674ec)); background-image: -webkit-linear-gradient(left,#7347c1,#0674ec); background-image: -o-linear-gradient(left,#7347c1,#0674ec); background-image: linear-gradient(to right,#7347c1,#0674ec); -webkit-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); } .our-team-4:hover .team-content .social-content { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); visibility: visible; opacity: 1; } .our-team-4 .team-content .social-content ul { position: absolute; width: 100%; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); } .our-team-4 .team-content .social-content ul li a { -webkit-border-radius: 50%; border-radius: 50%; font-size: 16px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; } .our-team-4 .team-content .social-content ul li a i { height: 40px; width: 40px; background-color: #fff; border-radius: 50%; padding: 12px 0px; } .our-team-4 .team-content .social-content ul li.icon-facebook a i { color: #1a73e9; } .our-team-4 .team-content .social-content ul li.icon-twitter a i { color: #00b1f4; } .our-team-4 .team-content .social-content ul li.icon-dribbble a i { color: #f8538d } .our-team-4 .team-content .social-content ul li.icon-facebook a i:hover { background-color: #1a73e9; color: #fff; } .our-team-4 .team-content .social-content ul li.icon-twitter a i:hover { background-color: #00b1f4; color: #fff; } .our-team-4 .team-content .social-content ul li.icon-dribbble a i:hover { background-color: #f8538d; color: #fff; } /* Team 10 */ .our-team-5 { text-align: center; margin-bottom: 35px; } .our-team-5 .pic-5 { position: relative; } .our-team-5 .pic-5 img { width: 100%; height: auto; border-radius: 50%; } .social_media_team_5 { background: rgba(8, 8, 8, 0.85); border-radius: 50%; -webkit-transform: scale(0); transform: scale(0); -webkit-transition: all 0.35s ease-in-out 0s; transition: all 0.35s ease-in-out 0s; visibility: hidden; position: absolute; top:0; left:0; width: 100%; height: 100%; text-align: center; } .our-team-5:hover .social_media_team_5 { -webkit-transform: scale(1); transform: scale(1); visibility: visible; } .team_social_5 { padding: 0; list-style: none; margin-bottom: 0; position: relative; top:43%; left:0; } .team_social_5 > li { display: inline-block; } .team_social_5 > li > a { width: 35px; height: 35px; display: block; background: #d3d3d3; line-height: 35px; color:#000; -webkit-transition: all 0.35s ease-in-out 0s; transition: all 0.35s ease-in-out 0s; border-radius: 3px; font-size: 15px; } .team_social_5 > li > a:hover { background: #24ccda; } .post-title-5 > a { color:#ff3743; font-size: 16px; font-style: normal; font-weight: 600; line-height: 18px; text-transform: uppercase; } .post-title-5 > a:after { content:"|"; color: #24ccda; display: inline-block; padding: 0 5px 0 10px; } .post-title-5 small-10 { color:#999; font-size: 12px; } .read-5 { font-size: 13px; font-style: normal; font-weight: 600; color: #3b3f5c; } .read-5:hover { color:#26b0ff; } /* Our Team 11 */ .our-team-6 { position: relative; } .our-team-6 .team-media { text-align: center; position: relative; overflow: hidden; } .our-team-6 .team-media img { transition: all 0.3s ease; height: 290px; } .our-team-6 .team-media:hover img { transform: scale3d(1.1, 1.1, 1); transition: all 0.3s ease; } .our-team-6 .team-media:hover:before { opacity: 1 } .our-team-6 .team-media:hover:after { opacity: 1 } .our-team-6 .team-media:before { position: absolute; max-width: 274px; height: 101%; top: -2px; left: 0; right: 0; margin-left: auto; margin-right: auto; background-color: rgba(21, 21, 21, 0.5); transition: opacity 0.3s ease; opacity: 0; content: ''; z-index: 1; } .our-team-6 .team-media:after { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; font-family: "flaticon"; content: '\e943'; font-size: 24px; color: #fff; z-index: 2; transition: all 0.2s ease-in-out; opacity: 0; } .our-team-6 .team-content { padding-top: 25px; position: relative; } .our-team-6 .team-content .team-meta { color: #151515; } .our-team-6 .team-content h4 { width: 100%; color: #666; letter-spacing: normal; font-size: 16px; overflow: hidden; text-transform: capitalize; } .our-team-6 .team-content .social-media li a i { height: 30px; width: 30px; background-color: #acb0c3; border-radius: 50%; padding: 8px 0; color: #fff; } .our-team-6 .team-content .social-media li a.icon-facebook i:hover { background-color: #1a73e9 } .our-team-6 .team-content .social-media li a.icon-twitter i:hover { background-color: #00b1f4 } .our-team-6 .team-content .social-media li a.icon-dribbble i:hover { background-color: #f8538d } @media (min-width: 400px) and (max-width: 575px) { .our-team-1, .our-team-2, .our-team-3, .our-team-4, .our-team-5 { width: 70%; margin-left: auto; margin-right: auto; } }
0.432303
0.11004
body { font-family: sans-serif; background-color: lightgrey; background-image: url("/images/nightsky.jpg"); background-repeat: no-repeat; background-attachment: fixed; background-size: cover; } div { margin: 15px; } h2 { margin: 0px; } .personal-info { font-weight: bold; } .book_title { font-style: italic; } #grid-container { display: grid; grid-template-columns: auto auto auto; width: 900px; margin: auto; } #picture_div { padding: 15px; justify-content: center; text-align: center; background-color: white; grid-column: 1 / 2; grid-row: 2 / 5; box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.288); } #name_header { grid-column: 1 / 4; grid-row: 1 / 2; color: white; text-align: center; margin: 0px } #personal_info_div { grid-column: 2 / 4; grid-row: 2 / 4; margin-bottom: 5px; } .section_header { color: white; display: block; text-align: center; border-bottom: 2px solid gray; border-radius: 5px 5px 0px 0px; padding: 5px; background-color: rgba(85, 84, 84, 0.788); box-shadow: 0px 4px 3px rgba(32, 32, 32, 0.774); } #books_div { grid-column: 2 / 4; grid-row: 4 / 5; } .section_div { background: linear-gradient(rgba(228, 228, 228, 0.705), white); opacity: 0.85; border: 2px solid gray; border-radius: 5px; box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.288); transition: all .2s ease-in-out; } .section_div:hover { transform: scale(1.05); } #haiku_div { grid-column: 1 / 4; } #interests_div { grid-column: 1 / 4; } #class_schedule { grid-column: 1 / 4; } footer { grid-column: 1 / 4; margin: 15px; margin-bottom: -20px; } a:link { text-decoration: none; } a:visited { text-decoration: none; } a:hover { text-decoration: underline; } table { border: 1px solid black; } td, th { border: 1px solid black; background-color: white; vertical-align: top; width: 160px; } th { background-color: rgb(228, 247, 255); } .schedule_time { background-color: rgb(228, 247, 255); width: 50px; text-align: right; font-weight: bold; } .work_td { background-color: rgb(147, 152, 223); } .cs2370 { background-color: lightcoral; } .cs2550 { background: rgb(70, 214, 207); } .contentp { display: block; margin: 5px; padding: 5px; } #haiku { text-align: center; font-style: italic; }
style/style.css
body { font-family: sans-serif; background-color: lightgrey; background-image: url("/images/nightsky.jpg"); background-repeat: no-repeat; background-attachment: fixed; background-size: cover; } div { margin: 15px; } h2 { margin: 0px; } .personal-info { font-weight: bold; } .book_title { font-style: italic; } #grid-container { display: grid; grid-template-columns: auto auto auto; width: 900px; margin: auto; } #picture_div { padding: 15px; justify-content: center; text-align: center; background-color: white; grid-column: 1 / 2; grid-row: 2 / 5; box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.288); } #name_header { grid-column: 1 / 4; grid-row: 1 / 2; color: white; text-align: center; margin: 0px } #personal_info_div { grid-column: 2 / 4; grid-row: 2 / 4; margin-bottom: 5px; } .section_header { color: white; display: block; text-align: center; border-bottom: 2px solid gray; border-radius: 5px 5px 0px 0px; padding: 5px; background-color: rgba(85, 84, 84, 0.788); box-shadow: 0px 4px 3px rgba(32, 32, 32, 0.774); } #books_div { grid-column: 2 / 4; grid-row: 4 / 5; } .section_div { background: linear-gradient(rgba(228, 228, 228, 0.705), white); opacity: 0.85; border: 2px solid gray; border-radius: 5px; box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.288); transition: all .2s ease-in-out; } .section_div:hover { transform: scale(1.05); } #haiku_div { grid-column: 1 / 4; } #interests_div { grid-column: 1 / 4; } #class_schedule { grid-column: 1 / 4; } footer { grid-column: 1 / 4; margin: 15px; margin-bottom: -20px; } a:link { text-decoration: none; } a:visited { text-decoration: none; } a:hover { text-decoration: underline; } table { border: 1px solid black; } td, th { border: 1px solid black; background-color: white; vertical-align: top; width: 160px; } th { background-color: rgb(228, 247, 255); } .schedule_time { background-color: rgb(228, 247, 255); width: 50px; text-align: right; font-weight: bold; } .work_td { background-color: rgb(147, 152, 223); } .cs2370 { background-color: lightcoral; } .cs2550 { background: rgb(70, 214, 207); } .contentp { display: block; margin: 5px; padding: 5px; } #haiku { text-align: center; font-style: italic; }
0.443359
0.193642
body { font-family: 'Helvetica Neue', 'Helvetica', 'Nimbus Sans L', 'Arial', 'Liberation Sans', 'Roboto', sans-serif; } ::selection { background-color: rgb(229,0,118); color: white; } .button { display: inline-block; border: 1.8px solid rgb(29,0,116); border-radius: 0px; color: rgb(29,0,116); background-color: white; background-color: transparent; font-family: inherit; font-size: inherit; outline: none; padding: 0.3em 0.4em; margin: 0.1em; } .button:hover { /* border-color: rgb(45,0,180); color: rgb(45,0,180); */ background-color: rgb(29,0,116); color: white; } .button:active { background-color: rgb(45,0,180); border-color: rgb(45,0,180); color: white; } .button.normal {} .button.prime { border-color: rgb(229,0,118); color: rgb(229,0,118); } .button.prime:hover { background-color: rgb(229,0,118); color: white; } .button.prime:active { background-color: rgb(255,0,149); border-color: rgb(255,0,149); color: white; } .link { color: rgb(29,0,116); text-decoration: underline; cursor: pointer; } .link:hover { color: rgb(45,0,180); } .link:active { color: rgb(229,0,118); } .input { display: inline-block; border: 1.8px solid rgb(190,190,190); padding: 0.3em 0.4em; margin: 0.1em; font-family: inherit; font-size: inherit; border-radius: 0px; outline: none; background-color: transparent; } .input:hover { border-color: rgb(160,160,160); } .input:focus { border-color: rgb(229,0,118); } .select { display: inline-block; border: 1.8px solid rgb(190,190,190); padding: 0.28em 0.36em; margin: 0.1em; font-family: inherit; font-size: inherit; border-radius: 0px; outline: none; } .select:hover { border-color: rgb(160,160,160); } .select:focus { border-color: rgb(229,0,118); } .select option { padding: 0.3em; font-family: 'Helvetica', 'Arial'; font-size: inherit; } .select option::selection { background-color: rgb(29,0,116); color: white; } .select option:hover { background-color: rgb(229,0,118); color: white; } .top-bar { box-sizing: border-box; background-color: rgb(29,0,116); background-image: -webkit-linear-gradient(left, rgb(29,0,116), rgb(231,8,163)); background-image: -o-linear-gradient(left, rgb(29,0,116), rgb(231,8,163)); background-image: -moz-linear-gradient(left, rgb(29,0,116), rgb(231,8,163)); background-image: -ms-linear-gradient(left, rgb(29,0,116), rgb(231,8,163)); background-image: linear-gradient(to right, rgb(29,0,116), rgb(231,8,163)); color: white; } .top-bar__widget { background-color: transparent; color: white; border-color: white; } .button.top-bar__widget:hover { background-color: white; color: rgb(29,0,116); } .button.top-bar__widget:active { background-color: rgb(220,220,220); border-color: rgb(220,220,220); } h1.title, h2.title, h3.title { font-weight: normal; } h1.title { text-align: center; } h2.title { border-bottom: 1.8px solid rgb(190,190,190); }
css/common-style.css
body { font-family: 'Helvetica Neue', 'Helvetica', 'Nimbus Sans L', 'Arial', 'Liberation Sans', 'Roboto', sans-serif; } ::selection { background-color: rgb(229,0,118); color: white; } .button { display: inline-block; border: 1.8px solid rgb(29,0,116); border-radius: 0px; color: rgb(29,0,116); background-color: white; background-color: transparent; font-family: inherit; font-size: inherit; outline: none; padding: 0.3em 0.4em; margin: 0.1em; } .button:hover { /* border-color: rgb(45,0,180); color: rgb(45,0,180); */ background-color: rgb(29,0,116); color: white; } .button:active { background-color: rgb(45,0,180); border-color: rgb(45,0,180); color: white; } .button.normal {} .button.prime { border-color: rgb(229,0,118); color: rgb(229,0,118); } .button.prime:hover { background-color: rgb(229,0,118); color: white; } .button.prime:active { background-color: rgb(255,0,149); border-color: rgb(255,0,149); color: white; } .link { color: rgb(29,0,116); text-decoration: underline; cursor: pointer; } .link:hover { color: rgb(45,0,180); } .link:active { color: rgb(229,0,118); } .input { display: inline-block; border: 1.8px solid rgb(190,190,190); padding: 0.3em 0.4em; margin: 0.1em; font-family: inherit; font-size: inherit; border-radius: 0px; outline: none; background-color: transparent; } .input:hover { border-color: rgb(160,160,160); } .input:focus { border-color: rgb(229,0,118); } .select { display: inline-block; border: 1.8px solid rgb(190,190,190); padding: 0.28em 0.36em; margin: 0.1em; font-family: inherit; font-size: inherit; border-radius: 0px; outline: none; } .select:hover { border-color: rgb(160,160,160); } .select:focus { border-color: rgb(229,0,118); } .select option { padding: 0.3em; font-family: 'Helvetica', 'Arial'; font-size: inherit; } .select option::selection { background-color: rgb(29,0,116); color: white; } .select option:hover { background-color: rgb(229,0,118); color: white; } .top-bar { box-sizing: border-box; background-color: rgb(29,0,116); background-image: -webkit-linear-gradient(left, rgb(29,0,116), rgb(231,8,163)); background-image: -o-linear-gradient(left, rgb(29,0,116), rgb(231,8,163)); background-image: -moz-linear-gradient(left, rgb(29,0,116), rgb(231,8,163)); background-image: -ms-linear-gradient(left, rgb(29,0,116), rgb(231,8,163)); background-image: linear-gradient(to right, rgb(29,0,116), rgb(231,8,163)); color: white; } .top-bar__widget { background-color: transparent; color: white; border-color: white; } .button.top-bar__widget:hover { background-color: white; color: rgb(29,0,116); } .button.top-bar__widget:active { background-color: rgb(220,220,220); border-color: rgb(220,220,220); } h1.title, h2.title, h3.title { font-weight: normal; } h1.title { text-align: center; } h2.title { border-bottom: 1.8px solid rgb(190,190,190); }
0.739799
0.14814
:root { --call-bg: var(--csbg)!important; /* Change this to what image you'd like */ --bg-blur: blur(3px); /* Change this for how much blur you want on the image */ } .minimum-28Z35l .root-217Brm, .video--KPXCT .root-217Brm { background: var(--user-background, var(--call-bg)) center/100% no-repeat; } .minimum-28Z35l .root-217Brm::before, .video--KPXCT .root-217Brm::before { content: ""; position: absolute; height: 100%; width: 100%; background: rgb(0, 0, 0, 0.65); backdrop-filter: var(--bg-blur); } /* Colored User Connections */ #app-mount .connectedAccount-36nQx7 { background-color: transparent; border: none; } #app-mount .connectedAccount-36nQx7 .connectedAccountNameInner-1phBvE::after { content: ""; position: absolute; border-radius: 3px; margin-left: -48px; height: 53px; width: 325px; } #app-mount .connectedAccountVerifiedIcon-3aZz_K svg path { fill: #fff; opacity: 0.4; } #app-mount .connectedAccountVerifiedIcon-3aZz_K .childContainer-1wxZNh svg path { opacity: 1; } #app-mount .connectedAccountIcon-3P3V6F, #app-mount .connectedAccountName-f8AEe2, #app-mount .connectedAccountNameInner-1phBvE span, #app-mount .connectedAccountNameInner-1phBvE + .anchor-3Z-8Bb { z-index: 1; } [alt="GitHub Logo"] + .connectedAccountNameInner-1phBvE::after { background-color: #181b1f; border: 1px solid #d9dadb; } [alt="Twitch Logo"] + .connectedAccountNameInner-1phBvE::after { background-color: #3A2E5E; border: 1px solid #563194; } [alt="Steam Logo"] + .connectedAccountNameInner-1phBvE::after { background-color: #171a21; border: 1px solid #2a475e; } [alt="Spotify Logo"] + .connectedAccountNameInner-1phBvE::after { background-color: #2C523E; border: 1px solid #1ED760; } [alt="Twitter Logo"] + .connectedAccountNameInner-1phBvE::after { background-color: #266994; border: 1px solid #1DA1F2; } [alt="Reddit Logo"] + .connectedAccountNameInner-1phBvE::after { background-color: #7D442A; border: 1px solid #FF6314; } [alt="YouTube Logo"] + .connectedAccountNameInner-1phBvE::after { background-color: #772528; border: 1px solid #EE0F0F; } [alt="Battle.net Logo"] + .connectedAccountNameInner-1phBvE::after { background-color: #264659; border: 1px solid #009AE4; } [alt="Xbox Live Logo"] + .connectedAccountNameInner-1phBvE::after { background-color: #394E31; border: 1px solid #5DC21E; } [alt="Facebook Logo"] + .connectedAccountNameInner-1phBvE::after { background-color: #14223d; border: 1px solid #3A5998; } [alt="League of Legends Logo"] + .connectedAccountNameInner-1phBvE::after { background-color: #424491; border: 1px solid #676AE6; } [alt="Skype Logo"] + .connectedAccountNameInner-1phBvE::after { background-color: #424491; border: 1px solid #676AE6; } [alt="GitLab Logo"] + .connectedAccountNameInner-1phBvE::after { background-color: #6E4330; border: 1px solid #FC6D26; } [alt="Minecraft Logo"] + .connectedAccountNameInner-1phBvE::after { background-color: #693037; border: 1px solid #EE303D; } [alt="osu! Logo"] + .connectedAccountNameInner-1phBvE::after { background-color: #5F3E51; border: 1px solid #EE65A2; } [alt="discord.bio Logo"] + .connectedAccountNameInner-1phBvE::after { background-color: #3d4870; border: 1px solid #7289da;} /* User Modal Shit */ .profileBadgeStaff-3BXdTO{background:url(/assets/4358ad1fb423b346324516453750f569.svg);} .profileBadgePartner-j6Lwhr{background:url(/assets/6203964d9d25c394a573fd4f6be36d97.svg);} .profileBadgeHypesquad-12E2P6{background:url(/assets/6c73f47daf179ffade99f501bfc5101b.svg);} .profileBadgeHypeSquadOnlineHouse1-3rBtjf{background:url(/assets/64ae1208b6aefc0a0c3681e6be36f0ff.svg);} .profileBadgeHypeSquadOnlineHouse2-2oU04B{ background:url(/assets/48cf0556d93901c8cb16317be2436523.svg);} .profileBadgeHypeSquadOnlineHouse3-1DoJkv{background:url(/assets/9fdc63ef8a3cc1617c7586286c34e4f1.svg);} .profileBadgeHypeSquadOnlineHouse1Winner-3wCl80{background:url(/assets/6c73f47daf179ffade99f501bfc5101b.svg);} .profileBadgeHypeSquadOnlineHouse2Winner-AS5bXe{background:url(/assets/88d4f11bee9ea34fee59973b33353da0.svg);} .profileBadgeHypeSquadOnlineHouse3Winner-2CwwQi{background:url(/assets/3245b2cd85b787b195ea8f6e10ef5790.svg);} .profileBadgeVerifiedDeveloper-195KfD{background:url(/assets/45cd06af582dcd3c6b79370b4e3630de.svg);} .profileBadgeEarlySupporter-2ng_jL{background:url(/assets/23e59d799436a73c024819f84ea0b627.svg);} .profileBadgePremium-1KDZYC{background:url(/assets/386884eecd36164487505ddfbac35a9d.svg);} .profileBadgeBugHunterLevel1-dbEzVz{background:url(/assets/f61b8981e92feead854f52e5a1ba14f0.svg);} .profileBadgeBugHunterLevel2-3TUciC{background:url(/assets/9286332d6e947c91fa91569efce431b0.svg);} .profileGuildSubscriberlvl1-3oI9tx{background:url(/assets/fbb6f1e160280f0e9aeb5d7c452eefe1.svg);} .profileGuildSubscriberlvl2-r6nJHT{background:url(/assets/b4b741bef6c3de9b29e2e0653e294620.svg);} .profileGuildSubscriberlvl3-38s3Dj{background:url(/assets/93f5a393e22796a850931483166d7cb9.svg);} .profileGuildSubscriberlvl4-2NXrsI{background:url(/assets/4c380650960c2b1e1584115d5e9ad63b.svg);} .profileGuildSubscriberlvl5-3XIa2K{background:url(/assets/438dd7ecbffcf21b6cbf2773ade51a04.svg);} .profileGuildSubscriberlvl6-3e3sxW{background:url(/assets/7a5f78de816fcecbbd1d5d6e635cc7dd.svg);} .profileGuildSubscriberlvl7-1dVhQT{background:url(/assets/5a24b20b84fb3eafc138916729386e76.svg);} .profileGuildSubscriberlvl8-1kXdFr{background:url(/assets/f31d590e1f3629cd0b614330f4a8ee2a.svg);} .profileGuildSubscriberlvl9-1d6zav{background:url(/assets/9ba64f1fa91ccde0eba506c1c33f3d1a.svg);} .profileBadge-2niAfJ{ background-repeat: no-repeat !important; background-size: contain !important; background-position: 50% !important;} :root{--online:#43b581; --idle:#faa61a; --dnd:#f04747; --stream:#593695; --offline:rgb(116, 127, 141);} [mask^="url(#svg-mask-status-online"]{fill:var(--online);} [mask^="url(#svg-mask-status-idle"]{fill:var(--idle);} [mask^="url(#svg-mask-status-dnd"] {fill:var(--dnd);} [mask^="url(#svg-mask-status-streaming"] {fill:var(--stream);} [mask^="url(#svg-mask-status-offline"] {fill:var(--offline);}
src/Addons/UserWindow.css
:root { --call-bg: var(--csbg)!important; /* Change this to what image you'd like */ --bg-blur: blur(3px); /* Change this for how much blur you want on the image */ } .minimum-28Z35l .root-217Brm, .video--KPXCT .root-217Brm { background: var(--user-background, var(--call-bg)) center/100% no-repeat; } .minimum-28Z35l .root-217Brm::before, .video--KPXCT .root-217Brm::before { content: ""; position: absolute; height: 100%; width: 100%; background: rgb(0, 0, 0, 0.65); backdrop-filter: var(--bg-blur); } /* Colored User Connections */ #app-mount .connectedAccount-36nQx7 { background-color: transparent; border: none; } #app-mount .connectedAccount-36nQx7 .connectedAccountNameInner-1phBvE::after { content: ""; position: absolute; border-radius: 3px; margin-left: -48px; height: 53px; width: 325px; } #app-mount .connectedAccountVerifiedIcon-3aZz_K svg path { fill: #fff; opacity: 0.4; } #app-mount .connectedAccountVerifiedIcon-3aZz_K .childContainer-1wxZNh svg path { opacity: 1; } #app-mount .connectedAccountIcon-3P3V6F, #app-mount .connectedAccountName-f8AEe2, #app-mount .connectedAccountNameInner-1phBvE span, #app-mount .connectedAccountNameInner-1phBvE + .anchor-3Z-8Bb { z-index: 1; } [alt="GitHub Logo"] + .connectedAccountNameInner-1phBvE::after { background-color: #181b1f; border: 1px solid #d9dadb; } [alt="Twitch Logo"] + .connectedAccountNameInner-1phBvE::after { background-color: #3A2E5E; border: 1px solid #563194; } [alt="Steam Logo"] + .connectedAccountNameInner-1phBvE::after { background-color: #171a21; border: 1px solid #2a475e; } [alt="Spotify Logo"] + .connectedAccountNameInner-1phBvE::after { background-color: #2C523E; border: 1px solid #1ED760; } [alt="Twitter Logo"] + .connectedAccountNameInner-1phBvE::after { background-color: #266994; border: 1px solid #1DA1F2; } [alt="Reddit Logo"] + .connectedAccountNameInner-1phBvE::after { background-color: #7D442A; border: 1px solid #FF6314; } [alt="YouTube Logo"] + .connectedAccountNameInner-1phBvE::after { background-color: #772528; border: 1px solid #EE0F0F; } [alt="Battle.net Logo"] + .connectedAccountNameInner-1phBvE::after { background-color: #264659; border: 1px solid #009AE4; } [alt="Xbox Live Logo"] + .connectedAccountNameInner-1phBvE::after { background-color: #394E31; border: 1px solid #5DC21E; } [alt="Facebook Logo"] + .connectedAccountNameInner-1phBvE::after { background-color: #14223d; border: 1px solid #3A5998; } [alt="League of Legends Logo"] + .connectedAccountNameInner-1phBvE::after { background-color: #424491; border: 1px solid #676AE6; } [alt="Skype Logo"] + .connectedAccountNameInner-1phBvE::after { background-color: #424491; border: 1px solid #676AE6; } [alt="GitLab Logo"] + .connectedAccountNameInner-1phBvE::after { background-color: #6E4330; border: 1px solid #FC6D26; } [alt="Minecraft Logo"] + .connectedAccountNameInner-1phBvE::after { background-color: #693037; border: 1px solid #EE303D; } [alt="osu! Logo"] + .connectedAccountNameInner-1phBvE::after { background-color: #5F3E51; border: 1px solid #EE65A2; } [alt="discord.bio Logo"] + .connectedAccountNameInner-1phBvE::after { background-color: #3d4870; border: 1px solid #7289da;} /* User Modal Shit */ .profileBadgeStaff-3BXdTO{background:url(/assets/4358ad1fb423b346324516453750f569.svg);} .profileBadgePartner-j6Lwhr{background:url(/assets/6203964d9d25c394a573fd4f6be36d97.svg);} .profileBadgeHypesquad-12E2P6{background:url(/assets/6c73f47daf179ffade99f501bfc5101b.svg);} .profileBadgeHypeSquadOnlineHouse1-3rBtjf{background:url(/assets/64ae1208b6aefc0a0c3681e6be36f0ff.svg);} .profileBadgeHypeSquadOnlineHouse2-2oU04B{ background:url(/assets/48cf0556d93901c8cb16317be2436523.svg);} .profileBadgeHypeSquadOnlineHouse3-1DoJkv{background:url(/assets/9fdc63ef8a3cc1617c7586286c34e4f1.svg);} .profileBadgeHypeSquadOnlineHouse1Winner-3wCl80{background:url(/assets/6c73f47daf179ffade99f501bfc5101b.svg);} .profileBadgeHypeSquadOnlineHouse2Winner-AS5bXe{background:url(/assets/88d4f11bee9ea34fee59973b33353da0.svg);} .profileBadgeHypeSquadOnlineHouse3Winner-2CwwQi{background:url(/assets/3245b2cd85b787b195ea8f6e10ef5790.svg);} .profileBadgeVerifiedDeveloper-195KfD{background:url(/assets/45cd06af582dcd3c6b79370b4e3630de.svg);} .profileBadgeEarlySupporter-2ng_jL{background:url(/assets/23e59d799436a73c024819f84ea0b627.svg);} .profileBadgePremium-1KDZYC{background:url(/assets/386884eecd36164487505ddfbac35a9d.svg);} .profileBadgeBugHunterLevel1-dbEzVz{background:url(/assets/f61b8981e92feead854f52e5a1ba14f0.svg);} .profileBadgeBugHunterLevel2-3TUciC{background:url(/assets/9286332d6e947c91fa91569efce431b0.svg);} .profileGuildSubscriberlvl1-3oI9tx{background:url(/assets/fbb6f1e160280f0e9aeb5d7c452eefe1.svg);} .profileGuildSubscriberlvl2-r6nJHT{background:url(/assets/b4b741bef6c3de9b29e2e0653e294620.svg);} .profileGuildSubscriberlvl3-38s3Dj{background:url(/assets/93f5a393e22796a850931483166d7cb9.svg);} .profileGuildSubscriberlvl4-2NXrsI{background:url(/assets/4c380650960c2b1e1584115d5e9ad63b.svg);} .profileGuildSubscriberlvl5-3XIa2K{background:url(/assets/438dd7ecbffcf21b6cbf2773ade51a04.svg);} .profileGuildSubscriberlvl6-3e3sxW{background:url(/assets/7a5f78de816fcecbbd1d5d6e635cc7dd.svg);} .profileGuildSubscriberlvl7-1dVhQT{background:url(/assets/5a24b20b84fb3eafc138916729386e76.svg);} .profileGuildSubscriberlvl8-1kXdFr{background:url(/assets/f31d590e1f3629cd0b614330f4a8ee2a.svg);} .profileGuildSubscriberlvl9-1d6zav{background:url(/assets/9ba64f1fa91ccde0eba506c1c33f3d1a.svg);} .profileBadge-2niAfJ{ background-repeat: no-repeat !important; background-size: contain !important; background-position: 50% !important;} :root{--online:#43b581; --idle:#faa61a; --dnd:#f04747; --stream:#593695; --offline:rgb(116, 127, 141);} [mask^="url(#svg-mask-status-online"]{fill:var(--online);} [mask^="url(#svg-mask-status-idle"]{fill:var(--idle);} [mask^="url(#svg-mask-status-dnd"] {fill:var(--dnd);} [mask^="url(#svg-mask-status-streaming"] {fill:var(--stream);} [mask^="url(#svg-mask-status-offline"] {fill:var(--offline);}
0.258326
0.128525
body { padding-bottom: 0px; color: #000; } body a { color: #3b73af; } p { max-width: 1100px } /* AVDW: Updated style for notes */ blockquote { padding: 12.5px 25px; margin: 0 0 25px; font-size: 16px; border: 3px solid #4060c0; } /* Updated style for footer */ footer { position: static; left: 0; right: 0; bottom: 0; z-index: auto; } footer .inner-footer p { max-width: none; } /* Updated style for menu items */ .toc .level1>li { font-weight: normal; } /* Updated style for images in list */ ul li img, ol li img { display: inline; } /********************************************/ .sidefilter { position: inherit; } .sidetoc { top: 156px; width: 100%; } .breadcrumb { padding: 6px 0 0 0; margin: 0; } .row { margin-left: 0px; margin-right: 0px; } th, td { padding-left: 5px; padding-right: 10px; vertical-align: top; border: solid 1px #ccc; text-align: left; padding-left: 5px; padding-right: 10px; vertical-align: middle; } th, td img { text-align: center; padding-top: 5px; padding-bottom: 5px; } .search-list { padding-top: 25px; } .video_container { float: left; width: 780px; margin-top: 30px; } .video_container_left { float: left; width: 360px; margin-right: 10px; } .video_container_right { float: left; width: 360px; margin-left: 30px; } .video_container_content { float: left; width: 100%; text-align: center; } @media only screen and (max-width: 768px) { .toc-toggle { display: inherit; } /* Our site.css override btn.display */ .mobile-hide { display: none !important; } .article { margin-top: 10px !important; } .sidenav #sidetoggle.xk-page-Manual #sidetoc, .sidenav #sidetoggle.xk-page-ReleaseNotes #sidetoc { height: auto; margin-bottom: -50px; } .toc .level1>li { text-align: left; } } /* Already defined on navbar, but since we have conflict with current Xenko navbar we redefine them on breadcrumb */ .navbar { z-index: 50; margin-bottom: 0px; background-color: #f8f8f8; border-color: #e7e7e7; min-height: 36px; } /* Don't try to make a collapsable navbar, even on smaller devices */ .navbar-nav { margin-top: 0; margin-bottom: 0; } .navbar-right { float: right !important; } .navbar-default .navbar-nav { /*border-left: 1px solid #e7e7e7;*/ width: 530px; margin-top: 0 !important; } .navbar-default .navbar-nav>li { height: 50px; border-right: 1px solid #e7e7e7; float: left; } .navbar-default .navbar-nav>li>a { color: #111111; padding-top: 0; padding-bottom: 0; line-height: 50px; } .navbar-default .navbar-nav>li>a:hover { background: #f0f0f0; } .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus { background-color: #666; } /* make container auto adjust up to 1370px */ .container { width: initial; } .toc .nav>li>a { margin-left: 5px; } .toc .level1>li { margin-top: 5px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding-left: 10px; } .toc .level3 { font-weight: normal; margin-left: 15px; font-size: 14px; } .toc .level1, .toc .level2, .toc .level3, .toc .level4, .toc .level5 { margin-top: 0px; } .nav.level2 li .expand-stub+a, .nav.level2 li .expand-stub { margin-top: 5px; } .toc .level4 { font-weight: normal; margin-left: 15px; font-size: 12px; } .toc .level5 { font-weight: normal; margin-left: 15px; font-size: 12px; } h1, h2, h3, h4, h5, h6, span.xref { word-wrap: normal; word-break: normal; } /* adjust before size so that anchor (#title) makes text scroll to proper location without hiding it under title bar */ h1:before, h2:before, h3:before, h4:before { height: 106px; margin-top: -106px; } footer { text-align: center; } article ul li, article ol li { list-style: inherit; margin-left: 1em; } article .img-caption { display: block; font-style: italic; font-size: small; color: #555; } article table { margin-bottom: 10px; } /* Tip, Note and Warning TODO: Perform some HTML or CSS transform to directly map boostrap instead? */ .TIP, .NOTE, .WARNING, .doc-incomplete, .doc-no-translated { border: 1px solid #fff; border-radius: 4px; padding: 10px 10px 10px 36px; margin-top: 10px; margin-bottom: 10px; position: relative; max-width: 1100px; } .TIP { background-color: #f3f9f4; border-color: #91c89c; } .NOTE, .doc-no-translated { background-color: #e5ebf6; border-color: #7d9fc1; } .WARNING, .doc-incomplete { background: #fff8f7; border-color: #d04437; } .TIP> :first-child, .NOTE> :first-child, .WARNING> :first-child, .doc-no-translated> :first-child { font-size: 0; margin: 0; padding: 0; } .TIP> :first-child::before, .NOTE> :first-child::before, .WARNING> :first-child::before, .doc-incomplete::before, .doc-no-translated::before { position: absolute; display: inline-block; font-family: 'Glyphicons Halflings'; font-size: initial; margin-left: -22px; margin-top: 15px; } .TIP> :first-child::before { color: #14892c; content: "\e089"; } .NOTE> :first-child::before, .doc-no-translated::before { color: #4a6785; content: "\e086"; } .WARNING> :first-child::before { color: #cf4336; content: "\e101"; } .doc-incomplete::before { color: #cf4336; content: "\e136"; } .doc-no-translated:before { margin-top: 0; } .doc-no-translated, .doc-no-translated:after { color: #4a6785 } .TIP> :last-child, .NOTE> :last-child, .WARNING> :last-child, .doc-incomplete> :last-child, .doc-no-translated> :last-child { margin-bottom: 0; } /* Labels TODO: Perform some HTML or CSS transform to directly map boostrap instead? */ .label-doc-level { background-color: #337ab7; } .label-doc-audience { background-color: #5cb85c; } .doc-incomplete { margin-bottom: 10px; } .doc-incomplete::before { margin-top: 0; } .doc-incomplete::after { content: "This documentation is under construction"; } .doc-no-translated::after { content: "申し訳ありません。このページの日本語訳はございません。英語で表示いたします。"; } .label-doc-highlight { background-color: #5cb85c; } /* Set new font-sizes for heading */ h1 { font-size: 35px; } h2 { font-size: 28px; } h3 { font-size: 22px; } h4 { font-size: 18px; } h5 { font-size: 16px; } .xk-documentation-table { font-size: 16px; margin-top: 15px; margin-bottom: 15px; } .article.grid-right { padding-left: 15px; } @media only screen and (max-width: 1625px) { .sidefilter, .sidetoc { margin-left: 0; } } @media only screen and (max-width: 1275px) { .sidefilter, .sidetoc { margin-left: 0; /*width: 260px;*/ } } @media only screen and (max-width: 768px) { .article.grid-right { margin-left: 0; } .sidefilter, .sidetoc { width: 100%; } } /* Redesign Documentation main page (05.12.2016) */ .submenu-navbar { margin: 5px 0 5px 50px; } .submenu-navbar li { display: inline-block; border-right: 1px solid #e7e7e7; } .submenu-navbar li:last-child { border-right: none; } .submenu-navbar li a { display: inline-block; color: #111111; font-size: 1.4rem; padding-left: 20px; padding-right: 20px; } .xk-documentation-list { list-style: none; margin: 0; padding: 0; margin-left: 35px; } .xk-documentation-list li { margin-left: 0; position: relative; margin-bottom: 15px; min-height: 140px; border-radius: 5px; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; justify-content: flex-start; align-items: stretch; } .xk-documentation-list li>a { display: block; width: 100%; height: 100%; padding: 10px 0 10px 20px; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; justify-content: flex-start; align-items: stretch; } .xk-documentation-list li>a>h2 { margin-left: -3px; } .xk-documentation-list li a p { margin-right: 60px; padding-right: 50px; } .xk-documentation-list li a h2, .xk-documentation-list li a p { color: #000; position: relative; } .xk-documentation-list li a h2:before { display: none; } .xk-documentation-list li .xi_arrowLink { width: 48px; height: 78px; float: right; position: relative; top: -28px; right: 40px; display: block; overflow: hidden; background: url(http://xenko.com/media/api-icons/svg/arrow.svg) no-repeat -26px 50%; background-size: 140px 200px; } .xk-documentation-list li:hover .xi_arrowLink { background-position: 100% 50%; } .xk-documentation-list li:hover { background-color: #E8E8E8; } .xk-custom-breadcrumb { padding: 0; } .xk-custom-breadcrumb ul { padding: 5px 0 0 0; margin: 0; background: transparent; } .xk-custom-breadcrumb+article.content h1 { margin-top: 36px; margin-bottom: 10px; max-width: calc(100% - 5px); } .xk-custom-breadcrumb+article.content h2 { margin-top: 16px; } .xk-custom-breadcrumb+article.content h3, .xk-custom-breadcrumb+article.content h4 { margin-top: 28px; margin-bottom: 10px; } #_content h1:first-child, .xk-margin-default { margin-top: 10px !important; } @media screen and (max-width: 768px) { .xk-documentation-list li a p:after { display: none; } .xk-custom-breadcrumb+article.content h1, .xk-custom-breadcrumb+article.content h2 { margin-top: 6px; margin-bottom: 10px; max-width: 100%; padding-right: 58px; } } @media screen and (max-width: 480px) { .submenu-navbar li a { font-size: 1.2rem; padding-left: 10px; padding-right: 10px; } .xk-documentation-list li a p { padding-right: 10px; } .xk-documentation-list li .xi_arrowLink { top: 12px; right: 10px; } } @media only screen and (max-width: 1625px) { .sidefilter, .sidetoc { margin-left: 0; } } @media only screen and (max-width: 1275px) { .sidefilter, .sidetoc { margin-left: 0; /*width: 260px;*/ } } @media only screen and (max-width: 768px) { .article.grid-right { margin-left: 0; } .sidefilter, .sidetoc { width: 100%; } .toc .level2>li { display: block; text-align: left; margin-top: 5px; } .toc .level2>li:after { display: none; } article h1, article h2, article h3, article h4 { word-break: break-word; word-wrap: break-word; } } .xk-documentation-image { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; justify-content: center; align-items: center; min-width: 128px; } .xk-documentation-list .xk-documentation-image img { max-width: 128px; } .xk-documentation-list li:nth-child(1) .xk-documentation-chapter, .xk-documentation-list li:nth-child(4) .xk-documentation-chapter { padding-left: 20px; } .xk-documentation-list li:nth-child(2) .xk-documentation-image img, .xk-documentation-list li:nth-child(3) .xk-documentation-image img { max-width: 165px; margin-left: -20px; } @media only screen and (max-width: 768px) { .xk-documentation-list { margin-left: -15px; margin-right: -15px; margin-top: -70px; margin-bottom: -80px; } .xk-documentation-list li { min-height: auto; } .xk-documentation-image { width: 30%; min-width: 0; padding-right: 15px; } .xk-documentation-image img { width: 100%; } .xk-documentation-list li { margin: 10px 0 20px 0; padding: 20px 0; } .xk-documentation-list li>a { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; align-items: center; height: auto; position: relative; } .xk-documentation-list li .xi_arrowLink { position: absolute; top: calc(50% - 25px); right: 38px; width: 40px; height: 50px; background-size: 92px 200px; background-position: -7px 50%; } .xk-documentation-list li:hover .xi_arrowLink { background-size: 92px 200px; } .xk-documentation-list li>a>h2 { padding-right: 65px; margin: 0 !important; } .xk-documentation-list li:first-child .xk-documentation-image img, .xk-documentation-list li:nth-child(2) .xk-documentation-image img, .xk-documentation-list li:last-child .xk-documentation-image img { margin-top: 0 !important; } } /* Class page fixes */ .xk-bordered-title { border-bottom: 1px solid #ccc; } .xk-methods-wrapper .xk-hidden-table.xk-returns-table, .xk-hidden-table { display: none; } .xk-methods-wrapper .xk-hidden-table { display: table; } h6, .h6 { font-family: Menlo, Monaco, Consolas, "Courier New", monospace; } h6 strong, .h6 strong { font-family: Consolas, Menlo, Monaco, "Courier New", monospace; } article h4 { border: none; } article h1, article h2, article h3, article h4 { margin-top: 36px; } .alert a { color: #ef5f18; text-decoration: underline; } .toc .nav>li>.expand-stub+a { padding-left: 10px; } .expand-stub+.xk-custom-icon { display: none; } .expand-stub { left: 0; } .xk-Class:before, .xk-class-icon { content: " "; display: inline-block; width: 25px; height: 25px; background: url("../media/api-icons/xk-Class-icon.png"); margin-right: 5px; background-size: 100% 100%; position: relative; top: 8px; } .xk-Delegate:before { content: " "; display: inline-block; width: 25px; height: 25px; background: url("../media/api-icons/xk-Delegate-icon.png"); margin-right: 5px; background-size: 100% 100%; position: relative; top: 8px; } .xk-Enum:before, .xk-enum-icon { content: " "; display: inline-block; width: 25px; height: 25px; background: url("../media/api-icons/xk-Enum-icon.png"); margin-right: 5px; background-size: 100% 100%; position: relative; top: 8px; } .xk-method-icon { content: " "; display: inline-block; width: 30px; height: 30px; background: url("../media/api-icons/xk-Method-icon.png"); margin-right: 5px; position: absolute; top: 4px; background-size: 100% 100% } .xk-Interface:before, .xk-interface-icon { content: " "; display: inline-block; width: 25px; height: 25px; background: url("../media/api-icons/xk-Interface-icon.png"); margin-right: 5px; background-size: 100% 100%; position: relative; top: 8px; } .xk-field-icon { content: " "; display: inline-block; width: 30px; height: 30px; background: url("../media/api-icons/xk-Field-icon.png"); margin-right: 5px; position: absolute; top: 4px; background-size: 100% 100% } .xk-Struct:before, .xk-struct-icon { content: " "; display: inline-block; width: 25px; height: 25px; background: url("../media/api-icons/xk-Struct-icon.png"); margin-right: 5px; background-size: 100% 100%; position: relative; top: 8px; } .xk-property-icon { content: " "; display: inline-block; width: 30px; height: 30px; background: url("../media/api-icons/xk-Property-icon.png"); margin-right: 5px; position: absolute; top: 4px; background-size: 100% 100% } .xk-constructor-icon { content: " "; display: inline-block; width: 30px; height: 30px; background: url("../media/api-icons/xk-Construct-icon.png"); margin-right: 5px; position: absolute; top: 4px; background-size: 100% 100% } .xk-events-icon { content: " "; display: inline-block; width: 30px; height: 30px; background: url("../media/api-icons/xk-Events-icon.png"); margin-right: 5px; position: absolute; top: 4px; background-size: 100% 100% } .xk-icon-column { width: 45px; position: relative; min-width: 40px; } .xk-icon-column .xk-struct-icon, .xk-icon-column .xk-interface-icon, .xk-icon-column .xk-enum-icon, .xk-icon-column .xk-class-icon { width: 30px; height: 30px; position: absolute; top: 3px; } @media only screen and (min-width: 767px) { /* Create resizable TOC section (issue #138) */ /*Hide elements while script doesn't set the sizes to it*/ .container.body-content.hide-when-search { display: none; } #sidetoggle { position: fixed; top: 105px; z-index: 999; width: 280px; min-height: 100vh; background-color: #f1f1f1; } .sidefilter+.sidetoc { position: static; /*margin-top: 65px;*/ } .ui-resizable-handle.ui-resizable-e { width: 4px; user-select: none; background: #d0d0d0; box-shadow: -1px 0px 1px 0px #CCC; right: -2px; } .ui-resizable-handle.ui-resizable-e:after { content: "::::::::"; display: inline-block; font-size: 7px; color: #1d1b1b; position: absolute; top: 50%; transform: rotate(90deg); left: -7px; line-height: 0.2; font-weight: 700; letter-spacing: 0px; margin-top: -9px; } #sidetoc { height: calc(100vh - 166px); overflow: auto; background-color: #f1f1f1; } .toc .level1>li { text-align: left; } } /*Hide filter area at the Manual amd ReleaseNotes pages*/ #sidetoggle.xk-page-Manual #sidetoc, #sidetoggle.xk-page-ReleaseNotes #sidetoc { height: calc(100vh - 105px); margin-top: 0; } #sidetoggle.xk-page-Api .sidefilter, #sidetoggle.xk-page-Default .sidefilter { display: block !important; } /*Preloader*/ #floatingBarsG { position: relative; width: 60px; height: 60px; margin: 40px auto -40px auto; } .blockG { position: absolute; background-color: rgb(255, 255, 255); width: 10px; height: 5px; transform: scale(0.4); -o-transform: scale(0.4); -ms-transform: scale(0.4); -webkit-transform: scale(0.4); -moz-transform: scale(0.4); animation-name: fadeG; -o-animation-name: fadeG; -ms-animation-name: fadeG; -webkit-animation-name: fadeG; -moz-animation-name: fadeG; animation-duration: 1.2s; -o-animation-duration: 1.2s; -ms-animation-duration: 1.2s; -webkit-animation-duration: 1.2s; -moz-animation-duration: 1.2s; animation-iteration-count: infinite; -o-animation-iteration-count: infinite; -ms-animation-iteration-count: infinite; -webkit-animation-iteration-count: infinite; -moz-animation-iteration-count: infinite; animation-direction: normal; -o-animation-direction: normal; -ms-animation-direction: normal; -webkit-animation-direction: normal; -moz-animation-direction: normal; } #rotateG_01 { left: 0; top: 27px; animation-delay: 0.45s; -o-animation-delay: 0.45s; -ms-animation-delay: 0.45s; -webkit-animation-delay: 0.45s; -moz-animation-delay: 0.45s; transform: rotate(-90deg); -o-transform: rotate(-90deg); -ms-transform: rotate(-90deg); -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); } #rotateG_02 { left: 8px; top: 10px; animation-delay: 0.6s; -o-animation-delay: 0.6s; -ms-animation-delay: 0.6s; -webkit-animation-delay: 0.6s; -moz-animation-delay: 0.6s; transform: rotate(-45deg); -o-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); } #rotateG_03 { left: 25px; top: 3px; animation-delay: 0.75s; -o-animation-delay: 0.75s; -ms-animation-delay: 0.75s; -webkit-animation-delay: 0.75s; -moz-animation-delay: 0.75s; transform: rotate(0deg); -o-transform: rotate(0deg); -ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); } #rotateG_04 { right: 8px; top: 10px; animation-delay: 0.9s; -o-animation-delay: 0.9s; -ms-animation-delay: 0.9s; -webkit-animation-delay: 0.9s; -moz-animation-delay: 0.9s; transform: rotate(45deg); -o-transform: rotate(45deg); -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); } #rotateG_05 { right: 0; top: 27px; animation-delay: 1.05s; -o-animation-delay: 1.05s; -ms-animation-delay: 1.05s; -webkit-animation-delay: 1.05s; -moz-animation-delay: 1.05s; transform: rotate(90deg); -o-transform: rotate(90deg); -ms-transform: rotate(90deg); -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); } #rotateG_06 { right: 8px; bottom: 7px; animation-delay: 1.2s; -o-animation-delay: 1.2s; -ms-animation-delay: 1.2s; -webkit-animation-delay: 1.2s; -moz-animation-delay: 1.2s; transform: rotate(135deg); -o-transform: rotate(135deg); -ms-transform: rotate(135deg); -webkit-transform: rotate(135deg); -moz-transform: rotate(135deg); } #rotateG_07 { bottom: 0; left: 25px; animation-delay: 1.35s; -o-animation-delay: 1.35s; -ms-animation-delay: 1.35s; -webkit-animation-delay: 1.35s; -moz-animation-delay: 1.35s; transform: rotate(180deg); -o-transform: rotate(180deg); -ms-transform: rotate(180deg); -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); } #rotateG_08 { left: 8px; bottom: 7px; animation-delay: 1.5s; -o-animation-delay: 1.5s; -ms-animation-delay: 1.5s; -webkit-animation-delay: 1.5s; -moz-animation-delay: 1.5s; transform: rotate(-135deg); -o-transform: rotate(-135deg); -ms-transform: rotate(-135deg); -webkit-transform: rotate(-135deg); -moz-transform: rotate(-135deg); } @keyframes fadeG { 0% { background-color: rgb(0, 0, 0); } 100% { background-color: rgb(255, 255, 255); } } @-o-keyframes fadeG { 0% { background-color: rgb(0, 0, 0); } 100% { background-color: rgb(255, 255, 255); } } @-ms-keyframes fadeG { 0% { background-color: rgb(0, 0, 0); } 100% { background-color: rgb(255, 255, 255); } } @-webkit-keyframes fadeG { 0% { background-color: rgb(0, 0, 0); } 100% { background-color: rgb(255, 255, 255); } } @-moz-keyframes fadeG { 0% { background-color: rgb(0, 0, 0); } 100% { background-color: rgb(255, 255, 255); } } #search-results>.search-list { margin-bottom: 20px; } #xk-current-version.form-control { width: auto; height: auto; padding: 3px 0px; } .xk-flex { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; align-items: center; } #xk-current-version.form-control { border-radius: 0; padding: 5px 10px 5px 2px; margin: 10px 10px 10px 0px; } #xk-current-version.form-control:active, #xk-current-version.form-control:focus, #xk-current-version.form-control:hover { outline: none; } #xk-current-version+.submenu-navbar { margin-left: 10px; } .nav>li, .toc .nav>li>a { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } #wrapper #x_wrap { padding-bottom: 0; } .xk-constructor h4 { display: none; } .table-bordered { margin-bottom: 50px; max-width: 1100px; } h4+.table-bordered { margin-bottom: 25px; } .xk-property h4, .xk-property .xk-parameters { display: none; } .xk-method { margin-bottom: 10px; } .xk-returns p { padding: 0; min-height: 0; margin: 0; } h4.returns { margin-bottom: 3px; margin-top: 25px; } #search-results .pagination { border-radius: 4px; margin: 0; padding: 0; width: 100%; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; justify-content: center; } #search-results .page-item.prev a.page-link { background-image: url(https://xenko.com/images/svg/arrow_red_mini_8.svg); margin-left: 0; border-bottom-left-radius: 4px; border-top-left-radius: 4px; color: #777777; background-color: #fff; border-color: #ddd; cursor: default; display: inline-block; width: 39px; height: 39px; background-size: 100% 75%; background-position: center; background-repeat: no-repeat; -moz-transform: rotate(180deg); -webkit-transform: rotate(180deg); transform: rotate(180deg); border-radius: 0; color: transparent; overflow: hidden; } #search-results .page-item.prev.disabled a.page-link, #search-results .page-item.next.disabled a.page-link { background-image: url(https://xenko.com/images/svg/arrow_gray_8.svg); } .page-item.active a.page-link, .page-item.disabled a.page-link { pointer-events: none; } #search-results .page-item.next a.page-link { background: url(https://xenko.com/images/svg/arrow_red_mini_8.svg); display: inline-block; width: 38px; height: 39px; background-size: 100% 75%; background-position: center; background-repeat: no-repeat; color: transparent; overflow: hidden; } #search-results .page-item.active a.page-link { color: #777777; background-color: #fff; border-color: #ddd; cursor: default; } #search-results .page-item a:hover { color: #f19118; background-color: #eeeeee !important; border-color: #ddd; } .xk-searching-link { text-decoration: underline; color: #3b73af; } .xk-searching-link:hover { cursor: pointer; text-decoration: none; } #xk-search-summary { margin-bottom: 10px; font-weight: 500; font-family: 'Segoe UI', Tahoma, Helvetica, sans-serif; display: none; } .tutorial { position: relative; display: inline-block; background: transparent; box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.0); transition: 0.3s ease; margin: 0 20px 20px 0; border: 1px solid #ddd; } .tutorial:hover { background: transparent; box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.6); } .tutorial .tutorial_title { text-align: center; } .tutorial .tutorial_thumb {} .tutorial .tutorial_description { padding: 10px; } /* adjust anchor */ :target:before { content: ""; display: block; height: 120px; margin: -120px 0 0; } @media only screen and (max-width: 768px) { :target:before { height: 75px; margin: -75px 0 0; } } .lang-btn-drpdown-show{ height: auto !important; }
en/template/styles/main.css
body { padding-bottom: 0px; color: #000; } body a { color: #3b73af; } p { max-width: 1100px } /* AVDW: Updated style for notes */ blockquote { padding: 12.5px 25px; margin: 0 0 25px; font-size: 16px; border: 3px solid #4060c0; } /* Updated style for footer */ footer { position: static; left: 0; right: 0; bottom: 0; z-index: auto; } footer .inner-footer p { max-width: none; } /* Updated style for menu items */ .toc .level1>li { font-weight: normal; } /* Updated style for images in list */ ul li img, ol li img { display: inline; } /********************************************/ .sidefilter { position: inherit; } .sidetoc { top: 156px; width: 100%; } .breadcrumb { padding: 6px 0 0 0; margin: 0; } .row { margin-left: 0px; margin-right: 0px; } th, td { padding-left: 5px; padding-right: 10px; vertical-align: top; border: solid 1px #ccc; text-align: left; padding-left: 5px; padding-right: 10px; vertical-align: middle; } th, td img { text-align: center; padding-top: 5px; padding-bottom: 5px; } .search-list { padding-top: 25px; } .video_container { float: left; width: 780px; margin-top: 30px; } .video_container_left { float: left; width: 360px; margin-right: 10px; } .video_container_right { float: left; width: 360px; margin-left: 30px; } .video_container_content { float: left; width: 100%; text-align: center; } @media only screen and (max-width: 768px) { .toc-toggle { display: inherit; } /* Our site.css override btn.display */ .mobile-hide { display: none !important; } .article { margin-top: 10px !important; } .sidenav #sidetoggle.xk-page-Manual #sidetoc, .sidenav #sidetoggle.xk-page-ReleaseNotes #sidetoc { height: auto; margin-bottom: -50px; } .toc .level1>li { text-align: left; } } /* Already defined on navbar, but since we have conflict with current Xenko navbar we redefine them on breadcrumb */ .navbar { z-index: 50; margin-bottom: 0px; background-color: #f8f8f8; border-color: #e7e7e7; min-height: 36px; } /* Don't try to make a collapsable navbar, even on smaller devices */ .navbar-nav { margin-top: 0; margin-bottom: 0; } .navbar-right { float: right !important; } .navbar-default .navbar-nav { /*border-left: 1px solid #e7e7e7;*/ width: 530px; margin-top: 0 !important; } .navbar-default .navbar-nav>li { height: 50px; border-right: 1px solid #e7e7e7; float: left; } .navbar-default .navbar-nav>li>a { color: #111111; padding-top: 0; padding-bottom: 0; line-height: 50px; } .navbar-default .navbar-nav>li>a:hover { background: #f0f0f0; } .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus { background-color: #666; } /* make container auto adjust up to 1370px */ .container { width: initial; } .toc .nav>li>a { margin-left: 5px; } .toc .level1>li { margin-top: 5px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding-left: 10px; } .toc .level3 { font-weight: normal; margin-left: 15px; font-size: 14px; } .toc .level1, .toc .level2, .toc .level3, .toc .level4, .toc .level5 { margin-top: 0px; } .nav.level2 li .expand-stub+a, .nav.level2 li .expand-stub { margin-top: 5px; } .toc .level4 { font-weight: normal; margin-left: 15px; font-size: 12px; } .toc .level5 { font-weight: normal; margin-left: 15px; font-size: 12px; } h1, h2, h3, h4, h5, h6, span.xref { word-wrap: normal; word-break: normal; } /* adjust before size so that anchor (#title) makes text scroll to proper location without hiding it under title bar */ h1:before, h2:before, h3:before, h4:before { height: 106px; margin-top: -106px; } footer { text-align: center; } article ul li, article ol li { list-style: inherit; margin-left: 1em; } article .img-caption { display: block; font-style: italic; font-size: small; color: #555; } article table { margin-bottom: 10px; } /* Tip, Note and Warning TODO: Perform some HTML or CSS transform to directly map boostrap instead? */ .TIP, .NOTE, .WARNING, .doc-incomplete, .doc-no-translated { border: 1px solid #fff; border-radius: 4px; padding: 10px 10px 10px 36px; margin-top: 10px; margin-bottom: 10px; position: relative; max-width: 1100px; } .TIP { background-color: #f3f9f4; border-color: #91c89c; } .NOTE, .doc-no-translated { background-color: #e5ebf6; border-color: #7d9fc1; } .WARNING, .doc-incomplete { background: #fff8f7; border-color: #d04437; } .TIP> :first-child, .NOTE> :first-child, .WARNING> :first-child, .doc-no-translated> :first-child { font-size: 0; margin: 0; padding: 0; } .TIP> :first-child::before, .NOTE> :first-child::before, .WARNING> :first-child::before, .doc-incomplete::before, .doc-no-translated::before { position: absolute; display: inline-block; font-family: 'Glyphicons Halflings'; font-size: initial; margin-left: -22px; margin-top: 15px; } .TIP> :first-child::before { color: #14892c; content: "\e089"; } .NOTE> :first-child::before, .doc-no-translated::before { color: #4a6785; content: "\e086"; } .WARNING> :first-child::before { color: #cf4336; content: "\e101"; } .doc-incomplete::before { color: #cf4336; content: "\e136"; } .doc-no-translated:before { margin-top: 0; } .doc-no-translated, .doc-no-translated:after { color: #4a6785 } .TIP> :last-child, .NOTE> :last-child, .WARNING> :last-child, .doc-incomplete> :last-child, .doc-no-translated> :last-child { margin-bottom: 0; } /* Labels TODO: Perform some HTML or CSS transform to directly map boostrap instead? */ .label-doc-level { background-color: #337ab7; } .label-doc-audience { background-color: #5cb85c; } .doc-incomplete { margin-bottom: 10px; } .doc-incomplete::before { margin-top: 0; } .doc-incomplete::after { content: "This documentation is under construction"; } .doc-no-translated::after { content: "申し訳ありません。このページの日本語訳はございません。英語で表示いたします。"; } .label-doc-highlight { background-color: #5cb85c; } /* Set new font-sizes for heading */ h1 { font-size: 35px; } h2 { font-size: 28px; } h3 { font-size: 22px; } h4 { font-size: 18px; } h5 { font-size: 16px; } .xk-documentation-table { font-size: 16px; margin-top: 15px; margin-bottom: 15px; } .article.grid-right { padding-left: 15px; } @media only screen and (max-width: 1625px) { .sidefilter, .sidetoc { margin-left: 0; } } @media only screen and (max-width: 1275px) { .sidefilter, .sidetoc { margin-left: 0; /*width: 260px;*/ } } @media only screen and (max-width: 768px) { .article.grid-right { margin-left: 0; } .sidefilter, .sidetoc { width: 100%; } } /* Redesign Documentation main page (05.12.2016) */ .submenu-navbar { margin: 5px 0 5px 50px; } .submenu-navbar li { display: inline-block; border-right: 1px solid #e7e7e7; } .submenu-navbar li:last-child { border-right: none; } .submenu-navbar li a { display: inline-block; color: #111111; font-size: 1.4rem; padding-left: 20px; padding-right: 20px; } .xk-documentation-list { list-style: none; margin: 0; padding: 0; margin-left: 35px; } .xk-documentation-list li { margin-left: 0; position: relative; margin-bottom: 15px; min-height: 140px; border-radius: 5px; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; justify-content: flex-start; align-items: stretch; } .xk-documentation-list li>a { display: block; width: 100%; height: 100%; padding: 10px 0 10px 20px; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; justify-content: flex-start; align-items: stretch; } .xk-documentation-list li>a>h2 { margin-left: -3px; } .xk-documentation-list li a p { margin-right: 60px; padding-right: 50px; } .xk-documentation-list li a h2, .xk-documentation-list li a p { color: #000; position: relative; } .xk-documentation-list li a h2:before { display: none; } .xk-documentation-list li .xi_arrowLink { width: 48px; height: 78px; float: right; position: relative; top: -28px; right: 40px; display: block; overflow: hidden; background: url(http://xenko.com/media/api-icons/svg/arrow.svg) no-repeat -26px 50%; background-size: 140px 200px; } .xk-documentation-list li:hover .xi_arrowLink { background-position: 100% 50%; } .xk-documentation-list li:hover { background-color: #E8E8E8; } .xk-custom-breadcrumb { padding: 0; } .xk-custom-breadcrumb ul { padding: 5px 0 0 0; margin: 0; background: transparent; } .xk-custom-breadcrumb+article.content h1 { margin-top: 36px; margin-bottom: 10px; max-width: calc(100% - 5px); } .xk-custom-breadcrumb+article.content h2 { margin-top: 16px; } .xk-custom-breadcrumb+article.content h3, .xk-custom-breadcrumb+article.content h4 { margin-top: 28px; margin-bottom: 10px; } #_content h1:first-child, .xk-margin-default { margin-top: 10px !important; } @media screen and (max-width: 768px) { .xk-documentation-list li a p:after { display: none; } .xk-custom-breadcrumb+article.content h1, .xk-custom-breadcrumb+article.content h2 { margin-top: 6px; margin-bottom: 10px; max-width: 100%; padding-right: 58px; } } @media screen and (max-width: 480px) { .submenu-navbar li a { font-size: 1.2rem; padding-left: 10px; padding-right: 10px; } .xk-documentation-list li a p { padding-right: 10px; } .xk-documentation-list li .xi_arrowLink { top: 12px; right: 10px; } } @media only screen and (max-width: 1625px) { .sidefilter, .sidetoc { margin-left: 0; } } @media only screen and (max-width: 1275px) { .sidefilter, .sidetoc { margin-left: 0; /*width: 260px;*/ } } @media only screen and (max-width: 768px) { .article.grid-right { margin-left: 0; } .sidefilter, .sidetoc { width: 100%; } .toc .level2>li { display: block; text-align: left; margin-top: 5px; } .toc .level2>li:after { display: none; } article h1, article h2, article h3, article h4 { word-break: break-word; word-wrap: break-word; } } .xk-documentation-image { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; justify-content: center; align-items: center; min-width: 128px; } .xk-documentation-list .xk-documentation-image img { max-width: 128px; } .xk-documentation-list li:nth-child(1) .xk-documentation-chapter, .xk-documentation-list li:nth-child(4) .xk-documentation-chapter { padding-left: 20px; } .xk-documentation-list li:nth-child(2) .xk-documentation-image img, .xk-documentation-list li:nth-child(3) .xk-documentation-image img { max-width: 165px; margin-left: -20px; } @media only screen and (max-width: 768px) { .xk-documentation-list { margin-left: -15px; margin-right: -15px; margin-top: -70px; margin-bottom: -80px; } .xk-documentation-list li { min-height: auto; } .xk-documentation-image { width: 30%; min-width: 0; padding-right: 15px; } .xk-documentation-image img { width: 100%; } .xk-documentation-list li { margin: 10px 0 20px 0; padding: 20px 0; } .xk-documentation-list li>a { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; align-items: center; height: auto; position: relative; } .xk-documentation-list li .xi_arrowLink { position: absolute; top: calc(50% - 25px); right: 38px; width: 40px; height: 50px; background-size: 92px 200px; background-position: -7px 50%; } .xk-documentation-list li:hover .xi_arrowLink { background-size: 92px 200px; } .xk-documentation-list li>a>h2 { padding-right: 65px; margin: 0 !important; } .xk-documentation-list li:first-child .xk-documentation-image img, .xk-documentation-list li:nth-child(2) .xk-documentation-image img, .xk-documentation-list li:last-child .xk-documentation-image img { margin-top: 0 !important; } } /* Class page fixes */ .xk-bordered-title { border-bottom: 1px solid #ccc; } .xk-methods-wrapper .xk-hidden-table.xk-returns-table, .xk-hidden-table { display: none; } .xk-methods-wrapper .xk-hidden-table { display: table; } h6, .h6 { font-family: Menlo, Monaco, Consolas, "Courier New", monospace; } h6 strong, .h6 strong { font-family: Consolas, Menlo, Monaco, "Courier New", monospace; } article h4 { border: none; } article h1, article h2, article h3, article h4 { margin-top: 36px; } .alert a { color: #ef5f18; text-decoration: underline; } .toc .nav>li>.expand-stub+a { padding-left: 10px; } .expand-stub+.xk-custom-icon { display: none; } .expand-stub { left: 0; } .xk-Class:before, .xk-class-icon { content: " "; display: inline-block; width: 25px; height: 25px; background: url("../media/api-icons/xk-Class-icon.png"); margin-right: 5px; background-size: 100% 100%; position: relative; top: 8px; } .xk-Delegate:before { content: " "; display: inline-block; width: 25px; height: 25px; background: url("../media/api-icons/xk-Delegate-icon.png"); margin-right: 5px; background-size: 100% 100%; position: relative; top: 8px; } .xk-Enum:before, .xk-enum-icon { content: " "; display: inline-block; width: 25px; height: 25px; background: url("../media/api-icons/xk-Enum-icon.png"); margin-right: 5px; background-size: 100% 100%; position: relative; top: 8px; } .xk-method-icon { content: " "; display: inline-block; width: 30px; height: 30px; background: url("../media/api-icons/xk-Method-icon.png"); margin-right: 5px; position: absolute; top: 4px; background-size: 100% 100% } .xk-Interface:before, .xk-interface-icon { content: " "; display: inline-block; width: 25px; height: 25px; background: url("../media/api-icons/xk-Interface-icon.png"); margin-right: 5px; background-size: 100% 100%; position: relative; top: 8px; } .xk-field-icon { content: " "; display: inline-block; width: 30px; height: 30px; background: url("../media/api-icons/xk-Field-icon.png"); margin-right: 5px; position: absolute; top: 4px; background-size: 100% 100% } .xk-Struct:before, .xk-struct-icon { content: " "; display: inline-block; width: 25px; height: 25px; background: url("../media/api-icons/xk-Struct-icon.png"); margin-right: 5px; background-size: 100% 100%; position: relative; top: 8px; } .xk-property-icon { content: " "; display: inline-block; width: 30px; height: 30px; background: url("../media/api-icons/xk-Property-icon.png"); margin-right: 5px; position: absolute; top: 4px; background-size: 100% 100% } .xk-constructor-icon { content: " "; display: inline-block; width: 30px; height: 30px; background: url("../media/api-icons/xk-Construct-icon.png"); margin-right: 5px; position: absolute; top: 4px; background-size: 100% 100% } .xk-events-icon { content: " "; display: inline-block; width: 30px; height: 30px; background: url("../media/api-icons/xk-Events-icon.png"); margin-right: 5px; position: absolute; top: 4px; background-size: 100% 100% } .xk-icon-column { width: 45px; position: relative; min-width: 40px; } .xk-icon-column .xk-struct-icon, .xk-icon-column .xk-interface-icon, .xk-icon-column .xk-enum-icon, .xk-icon-column .xk-class-icon { width: 30px; height: 30px; position: absolute; top: 3px; } @media only screen and (min-width: 767px) { /* Create resizable TOC section (issue #138) */ /*Hide elements while script doesn't set the sizes to it*/ .container.body-content.hide-when-search { display: none; } #sidetoggle { position: fixed; top: 105px; z-index: 999; width: 280px; min-height: 100vh; background-color: #f1f1f1; } .sidefilter+.sidetoc { position: static; /*margin-top: 65px;*/ } .ui-resizable-handle.ui-resizable-e { width: 4px; user-select: none; background: #d0d0d0; box-shadow: -1px 0px 1px 0px #CCC; right: -2px; } .ui-resizable-handle.ui-resizable-e:after { content: "::::::::"; display: inline-block; font-size: 7px; color: #1d1b1b; position: absolute; top: 50%; transform: rotate(90deg); left: -7px; line-height: 0.2; font-weight: 700; letter-spacing: 0px; margin-top: -9px; } #sidetoc { height: calc(100vh - 166px); overflow: auto; background-color: #f1f1f1; } .toc .level1>li { text-align: left; } } /*Hide filter area at the Manual amd ReleaseNotes pages*/ #sidetoggle.xk-page-Manual #sidetoc, #sidetoggle.xk-page-ReleaseNotes #sidetoc { height: calc(100vh - 105px); margin-top: 0; } #sidetoggle.xk-page-Api .sidefilter, #sidetoggle.xk-page-Default .sidefilter { display: block !important; } /*Preloader*/ #floatingBarsG { position: relative; width: 60px; height: 60px; margin: 40px auto -40px auto; } .blockG { position: absolute; background-color: rgb(255, 255, 255); width: 10px; height: 5px; transform: scale(0.4); -o-transform: scale(0.4); -ms-transform: scale(0.4); -webkit-transform: scale(0.4); -moz-transform: scale(0.4); animation-name: fadeG; -o-animation-name: fadeG; -ms-animation-name: fadeG; -webkit-animation-name: fadeG; -moz-animation-name: fadeG; animation-duration: 1.2s; -o-animation-duration: 1.2s; -ms-animation-duration: 1.2s; -webkit-animation-duration: 1.2s; -moz-animation-duration: 1.2s; animation-iteration-count: infinite; -o-animation-iteration-count: infinite; -ms-animation-iteration-count: infinite; -webkit-animation-iteration-count: infinite; -moz-animation-iteration-count: infinite; animation-direction: normal; -o-animation-direction: normal; -ms-animation-direction: normal; -webkit-animation-direction: normal; -moz-animation-direction: normal; } #rotateG_01 { left: 0; top: 27px; animation-delay: 0.45s; -o-animation-delay: 0.45s; -ms-animation-delay: 0.45s; -webkit-animation-delay: 0.45s; -moz-animation-delay: 0.45s; transform: rotate(-90deg); -o-transform: rotate(-90deg); -ms-transform: rotate(-90deg); -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); } #rotateG_02 { left: 8px; top: 10px; animation-delay: 0.6s; -o-animation-delay: 0.6s; -ms-animation-delay: 0.6s; -webkit-animation-delay: 0.6s; -moz-animation-delay: 0.6s; transform: rotate(-45deg); -o-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); } #rotateG_03 { left: 25px; top: 3px; animation-delay: 0.75s; -o-animation-delay: 0.75s; -ms-animation-delay: 0.75s; -webkit-animation-delay: 0.75s; -moz-animation-delay: 0.75s; transform: rotate(0deg); -o-transform: rotate(0deg); -ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); } #rotateG_04 { right: 8px; top: 10px; animation-delay: 0.9s; -o-animation-delay: 0.9s; -ms-animation-delay: 0.9s; -webkit-animation-delay: 0.9s; -moz-animation-delay: 0.9s; transform: rotate(45deg); -o-transform: rotate(45deg); -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); } #rotateG_05 { right: 0; top: 27px; animation-delay: 1.05s; -o-animation-delay: 1.05s; -ms-animation-delay: 1.05s; -webkit-animation-delay: 1.05s; -moz-animation-delay: 1.05s; transform: rotate(90deg); -o-transform: rotate(90deg); -ms-transform: rotate(90deg); -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); } #rotateG_06 { right: 8px; bottom: 7px; animation-delay: 1.2s; -o-animation-delay: 1.2s; -ms-animation-delay: 1.2s; -webkit-animation-delay: 1.2s; -moz-animation-delay: 1.2s; transform: rotate(135deg); -o-transform: rotate(135deg); -ms-transform: rotate(135deg); -webkit-transform: rotate(135deg); -moz-transform: rotate(135deg); } #rotateG_07 { bottom: 0; left: 25px; animation-delay: 1.35s; -o-animation-delay: 1.35s; -ms-animation-delay: 1.35s; -webkit-animation-delay: 1.35s; -moz-animation-delay: 1.35s; transform: rotate(180deg); -o-transform: rotate(180deg); -ms-transform: rotate(180deg); -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); } #rotateG_08 { left: 8px; bottom: 7px; animation-delay: 1.5s; -o-animation-delay: 1.5s; -ms-animation-delay: 1.5s; -webkit-animation-delay: 1.5s; -moz-animation-delay: 1.5s; transform: rotate(-135deg); -o-transform: rotate(-135deg); -ms-transform: rotate(-135deg); -webkit-transform: rotate(-135deg); -moz-transform: rotate(-135deg); } @keyframes fadeG { 0% { background-color: rgb(0, 0, 0); } 100% { background-color: rgb(255, 255, 255); } } @-o-keyframes fadeG { 0% { background-color: rgb(0, 0, 0); } 100% { background-color: rgb(255, 255, 255); } } @-ms-keyframes fadeG { 0% { background-color: rgb(0, 0, 0); } 100% { background-color: rgb(255, 255, 255); } } @-webkit-keyframes fadeG { 0% { background-color: rgb(0, 0, 0); } 100% { background-color: rgb(255, 255, 255); } } @-moz-keyframes fadeG { 0% { background-color: rgb(0, 0, 0); } 100% { background-color: rgb(255, 255, 255); } } #search-results>.search-list { margin-bottom: 20px; } #xk-current-version.form-control { width: auto; height: auto; padding: 3px 0px; } .xk-flex { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; align-items: center; } #xk-current-version.form-control { border-radius: 0; padding: 5px 10px 5px 2px; margin: 10px 10px 10px 0px; } #xk-current-version.form-control:active, #xk-current-version.form-control:focus, #xk-current-version.form-control:hover { outline: none; } #xk-current-version+.submenu-navbar { margin-left: 10px; } .nav>li, .toc .nav>li>a { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } #wrapper #x_wrap { padding-bottom: 0; } .xk-constructor h4 { display: none; } .table-bordered { margin-bottom: 50px; max-width: 1100px; } h4+.table-bordered { margin-bottom: 25px; } .xk-property h4, .xk-property .xk-parameters { display: none; } .xk-method { margin-bottom: 10px; } .xk-returns p { padding: 0; min-height: 0; margin: 0; } h4.returns { margin-bottom: 3px; margin-top: 25px; } #search-results .pagination { border-radius: 4px; margin: 0; padding: 0; width: 100%; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; justify-content: center; } #search-results .page-item.prev a.page-link { background-image: url(https://xenko.com/images/svg/arrow_red_mini_8.svg); margin-left: 0; border-bottom-left-radius: 4px; border-top-left-radius: 4px; color: #777777; background-color: #fff; border-color: #ddd; cursor: default; display: inline-block; width: 39px; height: 39px; background-size: 100% 75%; background-position: center; background-repeat: no-repeat; -moz-transform: rotate(180deg); -webkit-transform: rotate(180deg); transform: rotate(180deg); border-radius: 0; color: transparent; overflow: hidden; } #search-results .page-item.prev.disabled a.page-link, #search-results .page-item.next.disabled a.page-link { background-image: url(https://xenko.com/images/svg/arrow_gray_8.svg); } .page-item.active a.page-link, .page-item.disabled a.page-link { pointer-events: none; } #search-results .page-item.next a.page-link { background: url(https://xenko.com/images/svg/arrow_red_mini_8.svg); display: inline-block; width: 38px; height: 39px; background-size: 100% 75%; background-position: center; background-repeat: no-repeat; color: transparent; overflow: hidden; } #search-results .page-item.active a.page-link { color: #777777; background-color: #fff; border-color: #ddd; cursor: default; } #search-results .page-item a:hover { color: #f19118; background-color: #eeeeee !important; border-color: #ddd; } .xk-searching-link { text-decoration: underline; color: #3b73af; } .xk-searching-link:hover { cursor: pointer; text-decoration: none; } #xk-search-summary { margin-bottom: 10px; font-weight: 500; font-family: 'Segoe UI', Tahoma, Helvetica, sans-serif; display: none; } .tutorial { position: relative; display: inline-block; background: transparent; box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.0); transition: 0.3s ease; margin: 0 20px 20px 0; border: 1px solid #ddd; } .tutorial:hover { background: transparent; box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.6); } .tutorial .tutorial_title { text-align: center; } .tutorial .tutorial_thumb {} .tutorial .tutorial_description { padding: 10px; } /* adjust anchor */ :target:before { content: ""; display: block; height: 120px; margin: -120px 0 0; } @media only screen and (max-width: 768px) { :target:before { height: 75px; margin: -75px 0 0; } } .lang-btn-drpdown-show{ height: auto !important; }
0.462959
0.106621
body { position:relative; background: url("../images/LargeMap.png") no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; font-family: 'Muli', sans-serif; margin:0; } #siteNav { position:fixed; right:-1%; top:1vh; width:45%; z-index:150; } #siteNav img { width:100%; } #burgerMenu img { position:absolute; top: 48.25%; left: 3%; width: 17%; -webkit-transform:translateY(-50%); transform:translateY(-50%); } /*#burgerMenu img:hover { -webkit-filter:hue-rotate(290deg); filter:hue-rotate(290deg); }*/ #aboutOverlay { position:fixed; display:none; width:85vw; top:55%; left:50%; background: white; -webkit-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); border:3px solid black; border-radius:10px; z-index:150; } #aboutMe { position:relative; display:inline-block; width:75vw; left:50%; margin:3vh 1vh 2vh 1vh; background:white; border-radius:10px; -webkit-transform: translateX(-50%); transform: translateX(-50%); z-index:100; } #aboutMe p { font-size:2vh; padding:1vh; } #aboutMe a { font-size:2vh; text-decoration: none; } #closeAbout { position:absolute; height:8vh; width:8vh; left:77vw; top:-4vh; background:red; border-radius:100%; border:4px solid black; overflow:hidden; z-index:101; } .ballLower { position:absolute; top:50%; left:-5%; width:110%; height:100%; background:white; border:2px solid black; } .bullseye { position:absolute; top:50%; left:50%; width:30%; height:30%; background:white; border-radius:100%; border:2px solid black; -webkit-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); } #join { position:relative; left:50%; width:40vw; margin:2vh 0; background:red; text-align:center; border-radius:10px; -webkit-transform: translateX(-50%); transform: translateX(-50%); } #tweetMe { position:relative; left:50%; width:40vw; margin:2vh 0; background:rgb(85,172,238); text-align:center; border-radius:10px; -webkit-transform: translateX(-50%); transform: translateX(-50%); } #tweetMe p { font-size:2vh; color:white; padding:10px 0 15px 0; } #join p { font-size:2vh; color:white; padding:10px 0 15px 0; } #containerDistrict { position:relative; height:100vh; width:100vw; margin-top:0vh; overflow:visible; } .badge { background:white; border-radius:10px; border:1px solid gray; } .badge p { margin:0; padding:20px; font-size:2vh; } .activeBadge { background:rgb(208,2,27);/*rgb(148, 189, 209);*/ border-color:white; } .activeBadge p { color:white; } .district { position:absolute; width:40%; } .district:nth-child(odd) { left:10%; } .district:nth-child(even) { left:50%; } .teamTower { position:absolute; display:block; left:15%; bottom:100%; width:70%; height:100%; } /*.mysticTower, .valorTower, .instinctTower { position:relative; display:inline-block; top:50%; width:33.334%; height:100%; }*/ .mysticTower { background:rgba(117,166,224,1); background: rgb(40,119,212); } .valorTower { background:rgba(224,124,136,1); background: rgb(255,46,71); } .instinctTower { background:rgba(251,244,159,1); background:rgb(255,244,114); } .district img { width:100%; } .district > div:nth-of-type(2) { position:absolute; display:inline-block; width:100%; top:5%; left:50%; -webkit-transform:translateX(-50%); transform:translateX(-50%); } .district > div:nth-of-type(2) p { position:relative; display:inline-block; font-size:1.35vh; } .district > div:nth-of-type(2) p:nth-of-type(1) { margin:0 1vh 0 1vh; float:left; } .district > div:nth-of-type(2) p:nth-of-type(2) { position:relative; left:7.5%; margin:0 1vh 0 0; } .district > div:nth-of-type(2) p:nth-of-type(3) { margin:0 1vh 0 0; float:right; } .district > p:nth-of-type(1) { position:absolute; display:inline-block; top:35%; left:50%; font-size:2.1vh; white-space:nowrap; -webkit-transform:translateX(-50%); transform:translateX(-50%); } #districtInfo { position:fixed; bottom:0vh; width:100%; height:15vh; background:rgb(208,2,27);/*rgba(203,117,117,1);*/ border:3px solid black; box-sizing:border-box; } #gemFace { position:absolute; display:inline-block; top:-5vh; left:1vh; height:10vh; border-radius:15px; border:3px solid black; background:rgb(208,2,27);/*rgba(221,58,58,1);*/ box-sizing:border-box; z-index:151; } #gemFace img { position:relative; top:2%; left:3%; height:100%; padding:5px; box-sizing:border-box; } #gemPanel { position:absolute; display:inline-block; left:9vh; top:-2vh; height:3vh; background:rgb(208,2,27); border-radius:100px; border:3px solid black; padding:0px 15px 0 35px; z-index:150; } #gemPanel img { height:100%; padding:5px 5px; box-sizing:border-box; } #indicatorPanel { position:relative; display:inline-block; height:100%; width:16vw; border:3px solid black; border-width:0 3px 0 0; background:white; z-index:149; } #indicatorPanel div { position:absolute; top:0; left:0; height:100%; width:8vw; border:3px solid black; border-width:0 3px 0 0; background:rgb(208,2,27);/*rgba(221,58,58,1);*/ } #indicatorPanel img { position:absolute; top:65%; left:50%; width:3.75vh; -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg); transform: translateX(-50%) translateY(-50%) rotate(-45deg); } #enterSocial { position:absolute; right:0; bottom:68%; width:30vw; padding:5px 5px 70px 5px; background:white; text-align:center; border-radius:40px; border:3px solid black; box-sizing:border-box; } #enterSocial p { font-size:2vh; } .activeSocial { -webkit-animation-name: bluePulse; -webkit-animation-duration: 1s; -webkit-animation-iteration-count: 2; } @-webkit-keyframes bluePulse{ from{background-color:#7DB7F1;} 50%{background-color:#4979FD;} to{background-color:#7DB7F1;} } @-webkit-keyframes greenPulse { from { background-color: #749a02; -webkit-box-shadow: 0 0 9px #333; } 50% { background-color: #91bd09; -webkit-box-shadow: 0 0 18px #91bd09; } to { background-color: #749a02; -webkit-box-shadow: 0 0 9px #333; } } #messageWindow { position:absolute; top:0; left:0; background:white; width:100%; height:100%; z-index:148; } #messageContent { margin-left:16vw; height:100%; } #messageData { position:absolute; top:0; display:inline-block; width:26vw; height:100%; background:rgba(0,0,0,.77);/*rgb(148, 189, 209);*/ text-align:left; box-sizing:border-box; border:2px solid black; border-width: 0 2px 0 0; } #messageData p { position:relative; top:20%; left:15%; font-size:29px; display:block; color:rgba(255,255,255,.7);/*rgb(0, 68, 102);*/ margin:0; padding:5px; box-sizing:border-box; } #messageData p:nth-child(1) { } #messageData p:nth-child(3) { } #towerBlock { display:inline-block; position:absolute; left:42vw; height:100%; width:58vw; background:rgba(0,0,0,.77); } #mysticTower, #valorTower, #instinctTower { position:relative; display:block; margin:0; padding:0; height:33.35%; width:40vw; box-sizing:border-box; vertical-align:top; } #iconHolder { position:absolute; display:inline-block; right:0; top:0; width:18vw; height:100%; } #iconHolder img { position:relative; left:20%; display:block; height:33.3%; margin-left:.7vh; -webkit-transform: translateX(-50%); transform: translateX(-50%); } #iconHolder img:nth-child(3) { margin-left:.65vh; } #messageCap { position:absolute; right:0; top:0; width:50%; height:100%; background:rgb(208,2,27);/*rgba(221,58,58,1);*/ } #messageCap img { position:relative; top:10%; left:50%; height:4vh; width:4vh; margin:0; -webkit-transform: translateX(-50%); transform: translateX(-50%); } #messageCap img:nth-child(3) { left:39%; } @media screen and (orientation:landscape) { #containerDistrict { display:none !important; } #siteNav { display:none !important; } #aboutOverlay { display:block !important; } #closeAbout { display:none !important; } #menuInfo > p { font-size:2vh !important; } #join, #tweetMe { width:20vw !important; } #join p, #tweetMe p { font-size:5vh !important; padding:5px 0 10px 0 !important; } #districtInfo { display:none; } } #MysteryTravelers { position:absolute; top:10vh; left:5vw; } #Ontario { position:absolute; top:20vh; left:70vw; } #ComoZoo { position:absolute; top:40vh; left:60vw; } #Minneapolis { position:absolute; top:42vh; left:20vw; } #CentennialLakes { position:absolute; top:65vh; left:40vw; } #California { position:absolute; top:20vh; left:3vw; } #UofMNTC { position:absolute; top:35vh; left:41vw; } #Uptown { position:absolute; top:55vh; left:11vw; }
gogreet/css/goGreetDistrict.css
body { position:relative; background: url("../images/LargeMap.png") no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; font-family: 'Muli', sans-serif; margin:0; } #siteNav { position:fixed; right:-1%; top:1vh; width:45%; z-index:150; } #siteNav img { width:100%; } #burgerMenu img { position:absolute; top: 48.25%; left: 3%; width: 17%; -webkit-transform:translateY(-50%); transform:translateY(-50%); } /*#burgerMenu img:hover { -webkit-filter:hue-rotate(290deg); filter:hue-rotate(290deg); }*/ #aboutOverlay { position:fixed; display:none; width:85vw; top:55%; left:50%; background: white; -webkit-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); border:3px solid black; border-radius:10px; z-index:150; } #aboutMe { position:relative; display:inline-block; width:75vw; left:50%; margin:3vh 1vh 2vh 1vh; background:white; border-radius:10px; -webkit-transform: translateX(-50%); transform: translateX(-50%); z-index:100; } #aboutMe p { font-size:2vh; padding:1vh; } #aboutMe a { font-size:2vh; text-decoration: none; } #closeAbout { position:absolute; height:8vh; width:8vh; left:77vw; top:-4vh; background:red; border-radius:100%; border:4px solid black; overflow:hidden; z-index:101; } .ballLower { position:absolute; top:50%; left:-5%; width:110%; height:100%; background:white; border:2px solid black; } .bullseye { position:absolute; top:50%; left:50%; width:30%; height:30%; background:white; border-radius:100%; border:2px solid black; -webkit-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); } #join { position:relative; left:50%; width:40vw; margin:2vh 0; background:red; text-align:center; border-radius:10px; -webkit-transform: translateX(-50%); transform: translateX(-50%); } #tweetMe { position:relative; left:50%; width:40vw; margin:2vh 0; background:rgb(85,172,238); text-align:center; border-radius:10px; -webkit-transform: translateX(-50%); transform: translateX(-50%); } #tweetMe p { font-size:2vh; color:white; padding:10px 0 15px 0; } #join p { font-size:2vh; color:white; padding:10px 0 15px 0; } #containerDistrict { position:relative; height:100vh; width:100vw; margin-top:0vh; overflow:visible; } .badge { background:white; border-radius:10px; border:1px solid gray; } .badge p { margin:0; padding:20px; font-size:2vh; } .activeBadge { background:rgb(208,2,27);/*rgb(148, 189, 209);*/ border-color:white; } .activeBadge p { color:white; } .district { position:absolute; width:40%; } .district:nth-child(odd) { left:10%; } .district:nth-child(even) { left:50%; } .teamTower { position:absolute; display:block; left:15%; bottom:100%; width:70%; height:100%; } /*.mysticTower, .valorTower, .instinctTower { position:relative; display:inline-block; top:50%; width:33.334%; height:100%; }*/ .mysticTower { background:rgba(117,166,224,1); background: rgb(40,119,212); } .valorTower { background:rgba(224,124,136,1); background: rgb(255,46,71); } .instinctTower { background:rgba(251,244,159,1); background:rgb(255,244,114); } .district img { width:100%; } .district > div:nth-of-type(2) { position:absolute; display:inline-block; width:100%; top:5%; left:50%; -webkit-transform:translateX(-50%); transform:translateX(-50%); } .district > div:nth-of-type(2) p { position:relative; display:inline-block; font-size:1.35vh; } .district > div:nth-of-type(2) p:nth-of-type(1) { margin:0 1vh 0 1vh; float:left; } .district > div:nth-of-type(2) p:nth-of-type(2) { position:relative; left:7.5%; margin:0 1vh 0 0; } .district > div:nth-of-type(2) p:nth-of-type(3) { margin:0 1vh 0 0; float:right; } .district > p:nth-of-type(1) { position:absolute; display:inline-block; top:35%; left:50%; font-size:2.1vh; white-space:nowrap; -webkit-transform:translateX(-50%); transform:translateX(-50%); } #districtInfo { position:fixed; bottom:0vh; width:100%; height:15vh; background:rgb(208,2,27);/*rgba(203,117,117,1);*/ border:3px solid black; box-sizing:border-box; } #gemFace { position:absolute; display:inline-block; top:-5vh; left:1vh; height:10vh; border-radius:15px; border:3px solid black; background:rgb(208,2,27);/*rgba(221,58,58,1);*/ box-sizing:border-box; z-index:151; } #gemFace img { position:relative; top:2%; left:3%; height:100%; padding:5px; box-sizing:border-box; } #gemPanel { position:absolute; display:inline-block; left:9vh; top:-2vh; height:3vh; background:rgb(208,2,27); border-radius:100px; border:3px solid black; padding:0px 15px 0 35px; z-index:150; } #gemPanel img { height:100%; padding:5px 5px; box-sizing:border-box; } #indicatorPanel { position:relative; display:inline-block; height:100%; width:16vw; border:3px solid black; border-width:0 3px 0 0; background:white; z-index:149; } #indicatorPanel div { position:absolute; top:0; left:0; height:100%; width:8vw; border:3px solid black; border-width:0 3px 0 0; background:rgb(208,2,27);/*rgba(221,58,58,1);*/ } #indicatorPanel img { position:absolute; top:65%; left:50%; width:3.75vh; -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg); transform: translateX(-50%) translateY(-50%) rotate(-45deg); } #enterSocial { position:absolute; right:0; bottom:68%; width:30vw; padding:5px 5px 70px 5px; background:white; text-align:center; border-radius:40px; border:3px solid black; box-sizing:border-box; } #enterSocial p { font-size:2vh; } .activeSocial { -webkit-animation-name: bluePulse; -webkit-animation-duration: 1s; -webkit-animation-iteration-count: 2; } @-webkit-keyframes bluePulse{ from{background-color:#7DB7F1;} 50%{background-color:#4979FD;} to{background-color:#7DB7F1;} } @-webkit-keyframes greenPulse { from { background-color: #749a02; -webkit-box-shadow: 0 0 9px #333; } 50% { background-color: #91bd09; -webkit-box-shadow: 0 0 18px #91bd09; } to { background-color: #749a02; -webkit-box-shadow: 0 0 9px #333; } } #messageWindow { position:absolute; top:0; left:0; background:white; width:100%; height:100%; z-index:148; } #messageContent { margin-left:16vw; height:100%; } #messageData { position:absolute; top:0; display:inline-block; width:26vw; height:100%; background:rgba(0,0,0,.77);/*rgb(148, 189, 209);*/ text-align:left; box-sizing:border-box; border:2px solid black; border-width: 0 2px 0 0; } #messageData p { position:relative; top:20%; left:15%; font-size:29px; display:block; color:rgba(255,255,255,.7);/*rgb(0, 68, 102);*/ margin:0; padding:5px; box-sizing:border-box; } #messageData p:nth-child(1) { } #messageData p:nth-child(3) { } #towerBlock { display:inline-block; position:absolute; left:42vw; height:100%; width:58vw; background:rgba(0,0,0,.77); } #mysticTower, #valorTower, #instinctTower { position:relative; display:block; margin:0; padding:0; height:33.35%; width:40vw; box-sizing:border-box; vertical-align:top; } #iconHolder { position:absolute; display:inline-block; right:0; top:0; width:18vw; height:100%; } #iconHolder img { position:relative; left:20%; display:block; height:33.3%; margin-left:.7vh; -webkit-transform: translateX(-50%); transform: translateX(-50%); } #iconHolder img:nth-child(3) { margin-left:.65vh; } #messageCap { position:absolute; right:0; top:0; width:50%; height:100%; background:rgb(208,2,27);/*rgba(221,58,58,1);*/ } #messageCap img { position:relative; top:10%; left:50%; height:4vh; width:4vh; margin:0; -webkit-transform: translateX(-50%); transform: translateX(-50%); } #messageCap img:nth-child(3) { left:39%; } @media screen and (orientation:landscape) { #containerDistrict { display:none !important; } #siteNav { display:none !important; } #aboutOverlay { display:block !important; } #closeAbout { display:none !important; } #menuInfo > p { font-size:2vh !important; } #join, #tweetMe { width:20vw !important; } #join p, #tweetMe p { font-size:5vh !important; padding:5px 0 10px 0 !important; } #districtInfo { display:none; } } #MysteryTravelers { position:absolute; top:10vh; left:5vw; } #Ontario { position:absolute; top:20vh; left:70vw; } #ComoZoo { position:absolute; top:40vh; left:60vw; } #Minneapolis { position:absolute; top:42vh; left:20vw; } #CentennialLakes { position:absolute; top:65vh; left:40vw; } #California { position:absolute; top:20vh; left:3vw; } #UofMNTC { position:absolute; top:35vh; left:41vw; } #Uptown { position:absolute; top:55vh; left:11vw; }
0.286768
0.065187
body { margin-top: 100px; background-color: #fff; } @media(min-width:768px) { body { margin-top: 50px; } } #wrapper { padding-left: 0; } #page-wrapper { width: 100%; padding: 0; background-color: #fff; } .huge { font-size: 50px; line-height: normal; } @media(min-width:768px) { #wrapper { padding-left: 225px; } #page-wrapper { padding: 10px; } } /* Top Navigation */ .top-nav { padding: 0 15px; } .top-nav>li { display: inline-block; float: left; } .top-nav>li>a { padding-top: 15px; padding-bottom: 15px; line-height: 20px; color: #999; } .top-nav>li>a:hover, .top-nav>li>a:focus, .top-nav>.open>a, .top-nav>.open>a:hover, .top-nav>.open>a:focus { color: #fff; background-color: #000; } .top-nav>.open>.dropdown-menu { float: left; position: absolute; margin-top: 0; border: 1px solid rgba(0,0,0,.15); border-top-left-radius: 0; border-top-right-radius: 0; background-color: #fff; -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175); box-shadow: 0 6px 12px rgba(0,0,0,.175); } .top-nav>.open>.dropdown-menu>li>a { white-space: normal; width: 180px; } ul.message-dropdown { padding: 0; max-height: 250px; overflow-x: hidden; overflow-y: auto; } li.message-preview { width: 275px; border-bottom: 1px solid rgba(0,0,0,.15); } li.message-preview>a { padding-top: 15px; padding-bottom: 15px; } li.message-footer { margin: 5px 0; } ul.alert-dropdown { width: 200px; } .lang-lbl:after { margin-left: 3px; } /* Side Navigation */ @media(min-width:768px) { .side-nav { position: fixed; top: 51px; left: 225px; width: 180px; margin-left: -225px; border: none; border-radius: 0; overflow-y: auto; background-color: #222; bottom: 0; overflow-x: hidden; padding-bottom: 40px; } .side-nav>li>a { width: 180px; } .side-nav li a:hover, .side-nav li a:focus { outline: none; background-color: #000 !important; } #wide-navigation{ display: all; } #narrow-navigation{ display: none; } } .side-nav>li>ul { padding: 0; } .side-nav>li>ul>li>a { display: block; padding: 10px 15px 10px 38px; text-decoration: none; color: #999; } .side-nav>li>ul>li>a:hover { color: #fff; } .activated{ background-color: #000; } .version-footer{ position: fixed; bottom: 0; color: #999; margin-left: 135px; } .version-footer > p{ padding-bottom: 0px; margin-bottom: 0px; } @media(max-width:768px){ .version-footer{ display: none; } #wide-navigation{ display: none; } #narrow-navigation{ display: all; } } @media(min-width:768px){ .version-footer{ display: block; } } /* Flot Chart Containers */ .flot-chart { display: block; height: 400px; } .flot-chart-content { width: 100%; height: 100%; } /* Custom Colored Panels */ .huge { font-size: 40px; } .panel-green { border-color: #5cb85c; } .panel-green > .panel-heading { border-color: #5cb85c; color: #fff; background-color: #5cb85c; } .panel-green > a { color: #5cb85c; } .panel-green > a:hover { color: #3d8b3d; } .panel-red { border-color: #d9534f; } .panel-red > .panel-heading { border-color: #d9534f; color: #fff; background-color: #d9534f; } .panel-red > a { color: #d9534f; } .panel-red > a:hover { color: #b52b27; } .panel-yellow { border-color: #f0ad4e; } .panel-yellow > .panel-heading { border-color: #f0ad4e; color: #fff; background-color: #f0ad4e; } .panel-yellow > a { color: #f0ad4e; } .panel-yellow > a:hover { color: #df8a13; } .panel-blue { border-color: #1ad1ff; } .panel-blue > .panel-heading { border-color: #1ad1ff; color: #fff; background-color: #1ad1ff; } .panel-blue > a { color: #1ad1ff; } .panel-blue > a:hover { color: #00a3cc; } .panel-purple { border-color: #8585ad; } .panel-purple > .panel-heading { border-color: #8585ad; color: #fff; background-color: #8585ad; } .panel-purple > a { color: #8585ad; } .panel-purple > a:hover { color: #5c5c8a; } .panel-teal { border-color: #008080; } .panel-teal > .panel-heading { border-color: #008080; color: #fff; background-color: #008080; } .panel-teal > a { color: #008080; } .panel-teal > a:hover { color: #5c5c8a; } .panel-navi { border-color: #000080; } .panel-navi > .panel-heading { border-color: #000080; color: #fff; background-color: #000080; } .panel-navi > a { color: #000080; } .panel-navi > a:hover { color: #5c5c8a; } .panel-lime { border-color: #00FF00; } .panel-lime > .panel-heading { border-color: #00FF00; color: #fff; background-color: #00FF00; } .panel-lime > a { color: #00FF00; } .panel-lime > a:hover { color: #5c5c8a; } .small-colored-square{ float: left; width: 20px; height: 20px; margin: 5px; border: 1px solid rgba(0, 0, 0, .2); } .small-colored-square-green{ background-color: #5cb85c; } .small-colored-square-red{ background-color: #d9534f; } .small-colored-square-yellow{ background-color: #df8a13; } .small-colored-square-blue{ background-color: #00a3cc; } .small-colored-square-purple{ background-color: #5c5c8a; } .small-colored-square-teal{ background-color: #5c5c8a; } .small-colored-square-navi{ background-color: #000080; } .small-colored-square-lime{ background-color: #00FF00; } .interface-type-p{ text-align: center; margin-top: 8px; } hr.style1{ border-top: 1px solid #8c8b8b; } hr.style2 { border-top: 3px double #8c8b8b; } hr.style3 { border-top: 1px dashed #8c8b8b; } hr.style4 { border-top: 1px dotted #8c8b8b; } hr.style5 { background-color: #fff; border-top: 2px dashed #8c8b8b; } hr.style6 { background-color: #fff; border-top: 2px dotted #8c8b8b; } hr.style7 { border-top: 1px solid #8c8b8b; border-bottom: 1px solid #fff; } hr.style8 { border-top: 1px solid #8c8b8b; border-bottom: 1px solid #fff; } hr.style8:after { content: ''; display: block; margin-top: 2px; border-top: 1px solid #8c8b8b; border-bottom: 1px solid #fff; } hr.style9 { border-top: 1px dashed #8c8b8b; border-bottom: 1px dashed #fff; } hr.style10 { border-top: 1px dotted #8c8b8b; border-bottom: 1px dotted #fff; } hr.style11 { height: 6px; background: url(http://ibrahimjabbari.com/english/images/hr-11.png) repeat-x 0 0; border: 0; } hr.style12 { height: 6px; background: url(http://ibrahimjabbari.com/english/images/hr-12.png) repeat-x 0 0; border: 0; } hr.style13 { height: 10px; border: 0; box-shadow: 0 10px 10px -10px #8c8b8b inset; } hr.style14 { border: 0; height: 1px; background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0); background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0); background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0); background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0); } hr.style15 { border-top: 4px double #8c8b8b; text-align: center; } hr.style15:after { content: '\002665'; display: inline-block; position: relative; top: -15px; padding: 0 10px; background: #f0f0f0; color: #8c8b8b; font-size: 18px; } hr.style16 { border-top: 1px dashed #8c8b8b; } hr.style16:after { content: '\002702'; display: inline-block; position: relative; top: -12px; left: 40px; padding: 0 3px; background: #f0f0f0; color: #8c8b8b; font-size: 18px; } hr.style17 { border-top: 1px solid #8c8b8b; text-align: center; } hr.style17:after { content: '§'; display: inline-block; position: relative; top: -14px; padding: 0 10px; background: #f0f0f0; color: #8c8b8b; font-size: 18px; -webkit-transform: rotate(60deg); -moz-transform: rotate(60deg); transform: rotate(60deg); } hr.style18 { height: 30px; border-style: solid; border-color: #8c8b8b; border-width: 1px 0 0 0; border-radius: 20px; } hr.style18:before { display: block; content: ""; height: 30px; margin-top: -31px; border-style: solid; border-color: #8c8b8b; border-width: 0 0 1px 0; border-radius: 20px; } /* Login Screen */ .form-signin { max-width: 330px; padding: 15px; margin: 0 auto; } .form-signin .form-signin-heading, .form-signin .checkbox { margin-bottom: 10px; } .form-signin .checkbox { font-weight: normal; } .form-signin .form-control { position: relative; font-size: 16px; height: auto; padding: 10px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .form-signin .form-control:focus { z-index: 2; } .form-signin input[type="text"] { margin-bottom: -1px; border-bottom-left-radius: 0; border-bottom-right-radius: 0; } .form-signin input[type="password"] { margin-bottom: 10px; border-top-left-radius: 0; border-top-right-radius: 0; } .account-wall { margin-top: 20px; padding: 40px 0px 20px 0px; background-color: #f7f7f7; -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3); -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3); box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3); } .login-title { color: #555; font-size: 18px; font-weight: 400; display: block; } .profile-img { width: 200px!important; height: 100px!important; margin: 0 auto 10px; margin-bottom: 20px; display: block; } .need-help { margin-top: 10px; } .new-account { display: block; margin-top: 10px; } .change-conf-div{ padding-top: 15px; padding-bottom: 10px; padding-right: 8px; } .change-conf{ margin-right: 15px; } .switch { position: relative; display: inline-block; width: 40px; height: 22px; } .switch input {display:none;} .slider { position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background-color: #ccc; -webkit-transition: .4s; transition: .4s; } .slider:before { position: absolute; content: ""; height: 15px; width: 15px; left: 4px; bottom: 4px; background-color: white; -webkit-transition: .4s; transition: .4s; } input:checked + .slider { background-color: #2196F3; } input:focus + .slider { box-shadow: 0 0 1px #2196F3; } input:checked + .slider:before { -webkit-transform: translateX(15px); -ms-transform: translateX(15px); transform: translateX(15px); } /* Rounded sliders */ .slider.round { border-radius: 22px; } .slider.round:before { border-radius: 50%; } .color-picker-label{ font-weight: bold; vertical-align: text-top; } #pick-a-color-0{ width: 150px; display: inline-table; } .col-with-divider > div:nth-child(1){ border-right: solid 1px #ddd; } .reset-conf{ margin-right: 20px; margin-left: 5px; } .save-conf{ margin-left: 20px; margin-right: 5px; } #load-snapshot-submit{ margin-right: 10px; } #load-snapshot-form, #save-snapshot-form{ margin-right: 5px; margin-left: 5px; } .mode-btn{ margin-right: 11px; margin-top: 5px; } .connect-btn{ margin-right: 7px; } .toggle-ap-btn{ margin-right: 10px; margin-top: 5px; } .domain-btn{ margin-right: 11px; } .panel-body > div > div:nth-child(2) > h2{ font-size: 1.2vw; } #upload-snapshot{ margin-right: 5px; } .panel-min-height{ min-height: 110px } .network-panel-min-height{ min-height: 120px } .form-signin > div > label{ margin-top: 5px; } .device-enable-msg{ position: absolute; margin-left: 5px; margin-top: 1px; } /* Loading popup message */ #loading_message { position: fixed; left: 0px; top: 0px; width:100%; height:100%; text-align:center; z-index: 1000; } #loading_message div { width: 300px; height: 100px; margin: 150px auto; background-color: #fff; border: 1px solid #000; padding: 40px; text-align: center; z-index: 1100; }
public/css/admin_main.css
body { margin-top: 100px; background-color: #fff; } @media(min-width:768px) { body { margin-top: 50px; } } #wrapper { padding-left: 0; } #page-wrapper { width: 100%; padding: 0; background-color: #fff; } .huge { font-size: 50px; line-height: normal; } @media(min-width:768px) { #wrapper { padding-left: 225px; } #page-wrapper { padding: 10px; } } /* Top Navigation */ .top-nav { padding: 0 15px; } .top-nav>li { display: inline-block; float: left; } .top-nav>li>a { padding-top: 15px; padding-bottom: 15px; line-height: 20px; color: #999; } .top-nav>li>a:hover, .top-nav>li>a:focus, .top-nav>.open>a, .top-nav>.open>a:hover, .top-nav>.open>a:focus { color: #fff; background-color: #000; } .top-nav>.open>.dropdown-menu { float: left; position: absolute; margin-top: 0; border: 1px solid rgba(0,0,0,.15); border-top-left-radius: 0; border-top-right-radius: 0; background-color: #fff; -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175); box-shadow: 0 6px 12px rgba(0,0,0,.175); } .top-nav>.open>.dropdown-menu>li>a { white-space: normal; width: 180px; } ul.message-dropdown { padding: 0; max-height: 250px; overflow-x: hidden; overflow-y: auto; } li.message-preview { width: 275px; border-bottom: 1px solid rgba(0,0,0,.15); } li.message-preview>a { padding-top: 15px; padding-bottom: 15px; } li.message-footer { margin: 5px 0; } ul.alert-dropdown { width: 200px; } .lang-lbl:after { margin-left: 3px; } /* Side Navigation */ @media(min-width:768px) { .side-nav { position: fixed; top: 51px; left: 225px; width: 180px; margin-left: -225px; border: none; border-radius: 0; overflow-y: auto; background-color: #222; bottom: 0; overflow-x: hidden; padding-bottom: 40px; } .side-nav>li>a { width: 180px; } .side-nav li a:hover, .side-nav li a:focus { outline: none; background-color: #000 !important; } #wide-navigation{ display: all; } #narrow-navigation{ display: none; } } .side-nav>li>ul { padding: 0; } .side-nav>li>ul>li>a { display: block; padding: 10px 15px 10px 38px; text-decoration: none; color: #999; } .side-nav>li>ul>li>a:hover { color: #fff; } .activated{ background-color: #000; } .version-footer{ position: fixed; bottom: 0; color: #999; margin-left: 135px; } .version-footer > p{ padding-bottom: 0px; margin-bottom: 0px; } @media(max-width:768px){ .version-footer{ display: none; } #wide-navigation{ display: none; } #narrow-navigation{ display: all; } } @media(min-width:768px){ .version-footer{ display: block; } } /* Flot Chart Containers */ .flot-chart { display: block; height: 400px; } .flot-chart-content { width: 100%; height: 100%; } /* Custom Colored Panels */ .huge { font-size: 40px; } .panel-green { border-color: #5cb85c; } .panel-green > .panel-heading { border-color: #5cb85c; color: #fff; background-color: #5cb85c; } .panel-green > a { color: #5cb85c; } .panel-green > a:hover { color: #3d8b3d; } .panel-red { border-color: #d9534f; } .panel-red > .panel-heading { border-color: #d9534f; color: #fff; background-color: #d9534f; } .panel-red > a { color: #d9534f; } .panel-red > a:hover { color: #b52b27; } .panel-yellow { border-color: #f0ad4e; } .panel-yellow > .panel-heading { border-color: #f0ad4e; color: #fff; background-color: #f0ad4e; } .panel-yellow > a { color: #f0ad4e; } .panel-yellow > a:hover { color: #df8a13; } .panel-blue { border-color: #1ad1ff; } .panel-blue > .panel-heading { border-color: #1ad1ff; color: #fff; background-color: #1ad1ff; } .panel-blue > a { color: #1ad1ff; } .panel-blue > a:hover { color: #00a3cc; } .panel-purple { border-color: #8585ad; } .panel-purple > .panel-heading { border-color: #8585ad; color: #fff; background-color: #8585ad; } .panel-purple > a { color: #8585ad; } .panel-purple > a:hover { color: #5c5c8a; } .panel-teal { border-color: #008080; } .panel-teal > .panel-heading { border-color: #008080; color: #fff; background-color: #008080; } .panel-teal > a { color: #008080; } .panel-teal > a:hover { color: #5c5c8a; } .panel-navi { border-color: #000080; } .panel-navi > .panel-heading { border-color: #000080; color: #fff; background-color: #000080; } .panel-navi > a { color: #000080; } .panel-navi > a:hover { color: #5c5c8a; } .panel-lime { border-color: #00FF00; } .panel-lime > .panel-heading { border-color: #00FF00; color: #fff; background-color: #00FF00; } .panel-lime > a { color: #00FF00; } .panel-lime > a:hover { color: #5c5c8a; } .small-colored-square{ float: left; width: 20px; height: 20px; margin: 5px; border: 1px solid rgba(0, 0, 0, .2); } .small-colored-square-green{ background-color: #5cb85c; } .small-colored-square-red{ background-color: #d9534f; } .small-colored-square-yellow{ background-color: #df8a13; } .small-colored-square-blue{ background-color: #00a3cc; } .small-colored-square-purple{ background-color: #5c5c8a; } .small-colored-square-teal{ background-color: #5c5c8a; } .small-colored-square-navi{ background-color: #000080; } .small-colored-square-lime{ background-color: #00FF00; } .interface-type-p{ text-align: center; margin-top: 8px; } hr.style1{ border-top: 1px solid #8c8b8b; } hr.style2 { border-top: 3px double #8c8b8b; } hr.style3 { border-top: 1px dashed #8c8b8b; } hr.style4 { border-top: 1px dotted #8c8b8b; } hr.style5 { background-color: #fff; border-top: 2px dashed #8c8b8b; } hr.style6 { background-color: #fff; border-top: 2px dotted #8c8b8b; } hr.style7 { border-top: 1px solid #8c8b8b; border-bottom: 1px solid #fff; } hr.style8 { border-top: 1px solid #8c8b8b; border-bottom: 1px solid #fff; } hr.style8:after { content: ''; display: block; margin-top: 2px; border-top: 1px solid #8c8b8b; border-bottom: 1px solid #fff; } hr.style9 { border-top: 1px dashed #8c8b8b; border-bottom: 1px dashed #fff; } hr.style10 { border-top: 1px dotted #8c8b8b; border-bottom: 1px dotted #fff; } hr.style11 { height: 6px; background: url(http://ibrahimjabbari.com/english/images/hr-11.png) repeat-x 0 0; border: 0; } hr.style12 { height: 6px; background: url(http://ibrahimjabbari.com/english/images/hr-12.png) repeat-x 0 0; border: 0; } hr.style13 { height: 10px; border: 0; box-shadow: 0 10px 10px -10px #8c8b8b inset; } hr.style14 { border: 0; height: 1px; background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0); background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0); background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0); background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0); } hr.style15 { border-top: 4px double #8c8b8b; text-align: center; } hr.style15:after { content: '\002665'; display: inline-block; position: relative; top: -15px; padding: 0 10px; background: #f0f0f0; color: #8c8b8b; font-size: 18px; } hr.style16 { border-top: 1px dashed #8c8b8b; } hr.style16:after { content: '\002702'; display: inline-block; position: relative; top: -12px; left: 40px; padding: 0 3px; background: #f0f0f0; color: #8c8b8b; font-size: 18px; } hr.style17 { border-top: 1px solid #8c8b8b; text-align: center; } hr.style17:after { content: '§'; display: inline-block; position: relative; top: -14px; padding: 0 10px; background: #f0f0f0; color: #8c8b8b; font-size: 18px; -webkit-transform: rotate(60deg); -moz-transform: rotate(60deg); transform: rotate(60deg); } hr.style18 { height: 30px; border-style: solid; border-color: #8c8b8b; border-width: 1px 0 0 0; border-radius: 20px; } hr.style18:before { display: block; content: ""; height: 30px; margin-top: -31px; border-style: solid; border-color: #8c8b8b; border-width: 0 0 1px 0; border-radius: 20px; } /* Login Screen */ .form-signin { max-width: 330px; padding: 15px; margin: 0 auto; } .form-signin .form-signin-heading, .form-signin .checkbox { margin-bottom: 10px; } .form-signin .checkbox { font-weight: normal; } .form-signin .form-control { position: relative; font-size: 16px; height: auto; padding: 10px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .form-signin .form-control:focus { z-index: 2; } .form-signin input[type="text"] { margin-bottom: -1px; border-bottom-left-radius: 0; border-bottom-right-radius: 0; } .form-signin input[type="password"] { margin-bottom: 10px; border-top-left-radius: 0; border-top-right-radius: 0; } .account-wall { margin-top: 20px; padding: 40px 0px 20px 0px; background-color: #f7f7f7; -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3); -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3); box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3); } .login-title { color: #555; font-size: 18px; font-weight: 400; display: block; } .profile-img { width: 200px!important; height: 100px!important; margin: 0 auto 10px; margin-bottom: 20px; display: block; } .need-help { margin-top: 10px; } .new-account { display: block; margin-top: 10px; } .change-conf-div{ padding-top: 15px; padding-bottom: 10px; padding-right: 8px; } .change-conf{ margin-right: 15px; } .switch { position: relative; display: inline-block; width: 40px; height: 22px; } .switch input {display:none;} .slider { position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background-color: #ccc; -webkit-transition: .4s; transition: .4s; } .slider:before { position: absolute; content: ""; height: 15px; width: 15px; left: 4px; bottom: 4px; background-color: white; -webkit-transition: .4s; transition: .4s; } input:checked + .slider { background-color: #2196F3; } input:focus + .slider { box-shadow: 0 0 1px #2196F3; } input:checked + .slider:before { -webkit-transform: translateX(15px); -ms-transform: translateX(15px); transform: translateX(15px); } /* Rounded sliders */ .slider.round { border-radius: 22px; } .slider.round:before { border-radius: 50%; } .color-picker-label{ font-weight: bold; vertical-align: text-top; } #pick-a-color-0{ width: 150px; display: inline-table; } .col-with-divider > div:nth-child(1){ border-right: solid 1px #ddd; } .reset-conf{ margin-right: 20px; margin-left: 5px; } .save-conf{ margin-left: 20px; margin-right: 5px; } #load-snapshot-submit{ margin-right: 10px; } #load-snapshot-form, #save-snapshot-form{ margin-right: 5px; margin-left: 5px; } .mode-btn{ margin-right: 11px; margin-top: 5px; } .connect-btn{ margin-right: 7px; } .toggle-ap-btn{ margin-right: 10px; margin-top: 5px; } .domain-btn{ margin-right: 11px; } .panel-body > div > div:nth-child(2) > h2{ font-size: 1.2vw; } #upload-snapshot{ margin-right: 5px; } .panel-min-height{ min-height: 110px } .network-panel-min-height{ min-height: 120px } .form-signin > div > label{ margin-top: 5px; } .device-enable-msg{ position: absolute; margin-left: 5px; margin-top: 1px; } /* Loading popup message */ #loading_message { position: fixed; left: 0px; top: 0px; width:100%; height:100%; text-align:center; z-index: 1000; } #loading_message div { width: 300px; height: 100px; margin: 150px auto; background-color: #fff; border: 1px solid #000; padding: 40px; text-align: center; z-index: 1100; }
0.388386
0.070945
@-moz-document url("about:addons"), url("about:config"), url-prefix("about:logins"), url("about:newtab"), url("about:home"), url("about:blank"), url-prefix("about:preferences"), url("chrome://browser/content/preferences/dialogs/fonts.xhtml"), url("chrome://browser/content/preferences/dialogs/colors.xhtml"), url("chrome://browser/content/preferences/dialogs/browserLanguages.xhtml"), url("chrome://browser/content/preferences/dialogs/languages.xhtml"), url("chrome://browser/content/preferences/dialogs/connection.xhtml"), url("chrome://browser/content/preferences/dialogs/permissions.xhtml"), url("chrome://browser/content/preferences/dialogs/clearSiteData.xhtml"), url("chrome://browser/content/preferences/dialogs/siteDataSettings.xhtml"), url("chrome://mozapps/content/preferences/changemp.xhtml"), url("chrome://browser/content/sanitize.xhtml"), url("chrome://browser/content/preferences/dialogs/sanitize.xhtml"), url("chrome://browser/content/preferences/dialogs/sitePermissions.xhtml"), url("chrome://pippki/content/certManager.xhtml"), url("chrome://pippki/content/device_manager.xhtml"), url("about:profiles"), url("about:support"), url-prefix("about:neterror"), url-prefix("about:httpsonlyerror") { :root { --in-content-page-background: var(--bg_color) !important; --in-content-page-color: var(--text_color) !important; --in-content-text-color: var(--in-content-page-color) !important; --in-content-deemphasized-text: var(--deemphasized-text) !important; --in-content-box-background: var(--alt_bg_color) !important; --in-content-box-background-odd: var(--menu_color) !important; --in-content-box-border-color: var(--border_color) !important; --in-content-box-info-background: var(--alt_bg_color) !important; --in-content-border-color: var(--border_color) !important; --in-content-border-hover: var(--border_color) !important; --in-content-border-invalid: var(--not_ok_color) !important; --in-content-error-text-color: var(--not_ok_color) !important; --in-content-button-background: var(--active_color) !important; --in-content-button-background-hover: var(--hover_color) !important; --in-content-button-background-active: var(--active_color) !important; --in-content-icon-color: var(--text_color) !important; --in-content-primary-button-text-color: var(--text_color) !important; --in-content-primary-button-background: var(--accent_color) !important; --in-content-primary-button-background-hover: var(--accent_hover_color) !important; --in-content-primary-button-background-active: var(--active_color) !important; --in-content-danger-button-background: var(--not_ok_color) !important; --in-content-danger-button-background-hover: var(--not_ok_hover_color) !important; --in-content-danger-button-background-active: var(--active_color) !important; --in-content-table-background: var(--alt_bg_color) !important; --in-content-table-border-dark-color: var(--border_color) !important; --in-content-table-header-background: var(--menu_color) !important; --in-content-table-header-color: var(--text_color) !important; --in-content-dialog-header-background: var(--menu_color) !important; --in-content-accent-color: var(--accent_color) !important; --in-content-accent-color-active: var(--accent_color) !important; --in-content-link-color: var(--link_color) !important; --in-content-link-color-hover: var(--link_color) !important; --in-content-link-color-active: var(--link_color) !important; --in-content-link-color-visited: var(--visited_link_color) !important; --in-content-focus-outline-color: var(--alt_accent_color) !important; --in-content-item-hover: var(--hover_color) !important; --in-content-item-selected: var(--active_color) !important; --in-content-item-hover-text: var(--text_color) !important; --in-content-item-selected-text: var(--text_color) !important; --checkbox-border-color: var(--accent_color) !important; --checkbox-checked-active-bgcolor: var(--accent_color) !important; --checkbox-checked-bgcolor: var(--accent_color) !important; --checkbox-checked-border-color: var(--accent_color) !important; --checkbox-checked-color: var(--text_color) !important; --checkbox-checked-hover-bgcolor: var(--accent_hover_color) !important; --checkbox-unchecked-active-bgcolor: var(--active_color) !important; --checkbox-unchecked-bgcolor: var(--alt_bg_color) !important; --checkbox-unchecked-hover-bgcolor: var(--hover_color) !important; } separator { border-color: var(--in-content-border-color) !important; } ::selection { background-color: var(--text_select_color) !important; } input:focus-within, textarea:focus-within, search-textbox[focused] { outline-width: 1px !important; } .radio-check, input[type="radio"], .checkbox-check, input[type="checkbox"], input[type="color"] { transition: all 0.3s ease !important; outline: none !important; } .radio-check, input[type="radio"], input[type="checkbox"] { border-color: var(--checkbox-border-color) !important; --in-content-button-background: var(--checkbox-unchecked-bgcolor) !important; } radio[focused="true"]:not([disabled="true"]) > .radio-check, input[type="radio"]:enabled:focus-visible, checkbox:not([disabled="true"]):focus-visible > .checkbox-check, input[type="checkbox"]:enabled:focus-visible, input[type="color"]:focus-visible { border-color: var(--focus_color) !important; } /* input[type="radio"], checkbox, input[type="checkbox"] work fine */ radio[selected]:not([disabled="true"]):active > .radio-check { background-color: var(--checkbox-checked-active-bgcolor) !important; } button, select, menulist { transition: all 0.3s ease !important; border: 1px solid transparent !important; box-shadow: none !important; outline: none !important; } button:focus-visible, select:focus-visible, menulist:focus-visible { border-color: var(--focus_color) !important; } richlistbox:focus-visible, tree:focus-visible { outline-width: 1px !important; outline-color: var(--focus_color) !important; } }
src/content/common.css
@-moz-document url("about:addons"), url("about:config"), url-prefix("about:logins"), url("about:newtab"), url("about:home"), url("about:blank"), url-prefix("about:preferences"), url("chrome://browser/content/preferences/dialogs/fonts.xhtml"), url("chrome://browser/content/preferences/dialogs/colors.xhtml"), url("chrome://browser/content/preferences/dialogs/browserLanguages.xhtml"), url("chrome://browser/content/preferences/dialogs/languages.xhtml"), url("chrome://browser/content/preferences/dialogs/connection.xhtml"), url("chrome://browser/content/preferences/dialogs/permissions.xhtml"), url("chrome://browser/content/preferences/dialogs/clearSiteData.xhtml"), url("chrome://browser/content/preferences/dialogs/siteDataSettings.xhtml"), url("chrome://mozapps/content/preferences/changemp.xhtml"), url("chrome://browser/content/sanitize.xhtml"), url("chrome://browser/content/preferences/dialogs/sanitize.xhtml"), url("chrome://browser/content/preferences/dialogs/sitePermissions.xhtml"), url("chrome://pippki/content/certManager.xhtml"), url("chrome://pippki/content/device_manager.xhtml"), url("about:profiles"), url("about:support"), url-prefix("about:neterror"), url-prefix("about:httpsonlyerror") { :root { --in-content-page-background: var(--bg_color) !important; --in-content-page-color: var(--text_color) !important; --in-content-text-color: var(--in-content-page-color) !important; --in-content-deemphasized-text: var(--deemphasized-text) !important; --in-content-box-background: var(--alt_bg_color) !important; --in-content-box-background-odd: var(--menu_color) !important; --in-content-box-border-color: var(--border_color) !important; --in-content-box-info-background: var(--alt_bg_color) !important; --in-content-border-color: var(--border_color) !important; --in-content-border-hover: var(--border_color) !important; --in-content-border-invalid: var(--not_ok_color) !important; --in-content-error-text-color: var(--not_ok_color) !important; --in-content-button-background: var(--active_color) !important; --in-content-button-background-hover: var(--hover_color) !important; --in-content-button-background-active: var(--active_color) !important; --in-content-icon-color: var(--text_color) !important; --in-content-primary-button-text-color: var(--text_color) !important; --in-content-primary-button-background: var(--accent_color) !important; --in-content-primary-button-background-hover: var(--accent_hover_color) !important; --in-content-primary-button-background-active: var(--active_color) !important; --in-content-danger-button-background: var(--not_ok_color) !important; --in-content-danger-button-background-hover: var(--not_ok_hover_color) !important; --in-content-danger-button-background-active: var(--active_color) !important; --in-content-table-background: var(--alt_bg_color) !important; --in-content-table-border-dark-color: var(--border_color) !important; --in-content-table-header-background: var(--menu_color) !important; --in-content-table-header-color: var(--text_color) !important; --in-content-dialog-header-background: var(--menu_color) !important; --in-content-accent-color: var(--accent_color) !important; --in-content-accent-color-active: var(--accent_color) !important; --in-content-link-color: var(--link_color) !important; --in-content-link-color-hover: var(--link_color) !important; --in-content-link-color-active: var(--link_color) !important; --in-content-link-color-visited: var(--visited_link_color) !important; --in-content-focus-outline-color: var(--alt_accent_color) !important; --in-content-item-hover: var(--hover_color) !important; --in-content-item-selected: var(--active_color) !important; --in-content-item-hover-text: var(--text_color) !important; --in-content-item-selected-text: var(--text_color) !important; --checkbox-border-color: var(--accent_color) !important; --checkbox-checked-active-bgcolor: var(--accent_color) !important; --checkbox-checked-bgcolor: var(--accent_color) !important; --checkbox-checked-border-color: var(--accent_color) !important; --checkbox-checked-color: var(--text_color) !important; --checkbox-checked-hover-bgcolor: var(--accent_hover_color) !important; --checkbox-unchecked-active-bgcolor: var(--active_color) !important; --checkbox-unchecked-bgcolor: var(--alt_bg_color) !important; --checkbox-unchecked-hover-bgcolor: var(--hover_color) !important; } separator { border-color: var(--in-content-border-color) !important; } ::selection { background-color: var(--text_select_color) !important; } input:focus-within, textarea:focus-within, search-textbox[focused] { outline-width: 1px !important; } .radio-check, input[type="radio"], .checkbox-check, input[type="checkbox"], input[type="color"] { transition: all 0.3s ease !important; outline: none !important; } .radio-check, input[type="radio"], input[type="checkbox"] { border-color: var(--checkbox-border-color) !important; --in-content-button-background: var(--checkbox-unchecked-bgcolor) !important; } radio[focused="true"]:not([disabled="true"]) > .radio-check, input[type="radio"]:enabled:focus-visible, checkbox:not([disabled="true"]):focus-visible > .checkbox-check, input[type="checkbox"]:enabled:focus-visible, input[type="color"]:focus-visible { border-color: var(--focus_color) !important; } /* input[type="radio"], checkbox, input[type="checkbox"] work fine */ radio[selected]:not([disabled="true"]):active > .radio-check { background-color: var(--checkbox-checked-active-bgcolor) !important; } button, select, menulist { transition: all 0.3s ease !important; border: 1px solid transparent !important; box-shadow: none !important; outline: none !important; } button:focus-visible, select:focus-visible, menulist:focus-visible { border-color: var(--focus_color) !important; } richlistbox:focus-visible, tree:focus-visible { outline-width: 1px !important; outline-color: var(--focus_color) !important; } }
0.267983
0.060252
@viewport { zoom: 1.0; width: device-width; } html, body { font-family: "Opens Sans"; font-size: 23px; margin: none; padding: none; border: none; } .divWhite { background-color: #f7f7f7; padding-bottom: 15px; } .divGreen { background-color: #83A603; padding-bottom: 15px; } #divSessaoVideo h1 { font-weight: 800; font-size: 42px; color: #000000; text-align: center; } #divSessaoVideo p { color: rgb(0, 0, 0); text-align: center; } .botao { text-align: center; padding: 10px; } .btn-danger { background-color: #BF0404; box-shadow: 0px 0px 10px 4px rgb(255 255 255 / 48%); } .btn-danger:hover { background-color: #d41010; -webkit-transform: scale(1.3); -ms-transform: scale(1.3); transform: scale(1.3); } #divSessaoQuemE h2 { padding-top: 15px; font-weight: 800; font-size: 32px; color: white; } .ul { color: white; font-size: 18px; margin: 10; list-style-type: none; padding-left: 0px; } .li { padding-bottom: 15px; } .img { width: 350px; height: 350px; object-fit: none; display: block; margin-left: auto; margin-right: auto; padding-top: 15px; } .imgPayment { object-fit: none; display: block; margin-left: auto; margin-right: auto; } #divRedesSociais { color: rgb(0, 0, 0); font-size: 18px; } #divRedesSociais h2 { font-weight: 800; font-size: 32px; color: #000000; text-align: center; } #divRedesSociais strong { color: rgb(0, 0, 0); } #divMeet h2 { font-weight: 800; font-size: 32px; color: #000000; text-align: center; } #divMeet p { color: rgb(0, 0, 0); font-size: 32px; padding-bottom: 5px; text-align: center; } #divMeet i { color: rgb(0, 0, 0); text-align: center; } #divAoVivo h2 { font-weight: 800; font-size: 32px; color: #000000; text-align: center; } #divAoVivo p { color: rgb(0, 0, 0); font-size: 32px; padding-bottom: 5px; text-align: center; } #divAoVivo i { color: rgb(0, 0, 0); text-align: center; } #divCasaSolar h2 { padding-top: 15px; font-weight: 800; font-size: 32px; text-align: center; color: rgb(0, 0, 0); } #divCaradapio p, h3 { text-align: center; font-size: 23px; font-weight: 800; } #divCaradapio h2 { padding-top: 15px; font-weight: 800; font-size: 32px; text-align: center; color: rgb(255, 253, 253); } #divCaradapio ul { color: white; font-size: 18px; margin: 10; list-style-type: none; padding-left: 210px; } footer { font-weight: 800; font-size: 15px; }
style.css
@viewport { zoom: 1.0; width: device-width; } html, body { font-family: "Opens Sans"; font-size: 23px; margin: none; padding: none; border: none; } .divWhite { background-color: #f7f7f7; padding-bottom: 15px; } .divGreen { background-color: #83A603; padding-bottom: 15px; } #divSessaoVideo h1 { font-weight: 800; font-size: 42px; color: #000000; text-align: center; } #divSessaoVideo p { color: rgb(0, 0, 0); text-align: center; } .botao { text-align: center; padding: 10px; } .btn-danger { background-color: #BF0404; box-shadow: 0px 0px 10px 4px rgb(255 255 255 / 48%); } .btn-danger:hover { background-color: #d41010; -webkit-transform: scale(1.3); -ms-transform: scale(1.3); transform: scale(1.3); } #divSessaoQuemE h2 { padding-top: 15px; font-weight: 800; font-size: 32px; color: white; } .ul { color: white; font-size: 18px; margin: 10; list-style-type: none; padding-left: 0px; } .li { padding-bottom: 15px; } .img { width: 350px; height: 350px; object-fit: none; display: block; margin-left: auto; margin-right: auto; padding-top: 15px; } .imgPayment { object-fit: none; display: block; margin-left: auto; margin-right: auto; } #divRedesSociais { color: rgb(0, 0, 0); font-size: 18px; } #divRedesSociais h2 { font-weight: 800; font-size: 32px; color: #000000; text-align: center; } #divRedesSociais strong { color: rgb(0, 0, 0); } #divMeet h2 { font-weight: 800; font-size: 32px; color: #000000; text-align: center; } #divMeet p { color: rgb(0, 0, 0); font-size: 32px; padding-bottom: 5px; text-align: center; } #divMeet i { color: rgb(0, 0, 0); text-align: center; } #divAoVivo h2 { font-weight: 800; font-size: 32px; color: #000000; text-align: center; } #divAoVivo p { color: rgb(0, 0, 0); font-size: 32px; padding-bottom: 5px; text-align: center; } #divAoVivo i { color: rgb(0, 0, 0); text-align: center; } #divCasaSolar h2 { padding-top: 15px; font-weight: 800; font-size: 32px; text-align: center; color: rgb(0, 0, 0); } #divCaradapio p, h3 { text-align: center; font-size: 23px; font-weight: 800; } #divCaradapio h2 { padding-top: 15px; font-weight: 800; font-size: 32px; text-align: center; color: rgb(255, 253, 253); } #divCaradapio ul { color: white; font-size: 18px; margin: 10; list-style-type: none; padding-left: 210px; } footer { font-weight: 800; font-size: 15px; }
0.368747
0.113826
.page-wrapper { padding: 100px 20px 20px; } .row { display: flex; flex-direction: row; margin-right: 0; margin-left: 0; } .column { display: flex; flex-direction: column } .justify-center { justify-content: center; } .justify-between { justify-content: space-between; } .align-center { align-items: center; } .align-base { align-items: baseline; } .align-end{ align-items: flex-end; } .text-center{ text-align: center; } .full-width{ width: 100% } /* base styles */ h1{ font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; font-size: 50px; letter-spacing: 0.2px; color: grey } h2{ font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; font-size: 40px; letter-spacing: 0.2px; color: grey; margin-bottom: 20px; } h3{ font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; font-size: 25px; letter-spacing: 0.2px; color: grey } p, li { font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; font-size: 18px; letter-spacing: 0.4px; color: grey; margin-bottom: 20px; font-weight: 300; } ul { padding-bottom: 10px; } button { width: 200px; height: 60px; margin: 5px; font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; font-size: 18px; letter-spacing: 0.4px; color: grey; margin-bottom: 20px; font-weight: 300; } /* sections */ .intro { margin: 0 100px 100px } .intro h1 { margin-bottom: 40px; } .buttons-intro { margin: 140px 100px 60px; } .buttons-section{ display: flex; flex-direction: column; align-items: center; } .story-section{ display: flex; flex-direction: column; align-items: center; margin: 20px 40px 60px; } /* forms */ form{ display: flex; flex-direction: column; align-items: center; width: 90%; margin: 0 0 60px; font-size: 18px; letter-spacing: 0.2px; color: grey; font-weight: 300; } form label { display: flex; flex-direction: row; margin-left: 10px; padding: 10px 0; font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; font-size: 18px; letter-spacing: 0.2px; color: grey; font-weight: 300; justify-content: flex-end; } form textarea { margin: 0 10px; border: 1px solid darkgrey; width: 80%; height: 100px; background-color: #cee6ef; } form textarea:focus{ outline: 3px solid lightblue; border: none; } form textarea::placeholder{ color: lightgray } ::-webkit-textarea-placeholder { /* Chrome/Opera/Safari */ color: lightgray; } ::-moz-placeholder { /* Firefox 19+ */ color: lightgray; } :-ms-textarea-placeholder { /* IE 10+ */ color: lightgray; } :-moz-placeholder { /* Firefox 18- */ color: lightgray; } html input[type=submit] { width: 200px; margin-left: 160px; } .signUp-form input[type="text"], input[type="email"], label{ width: 100%; } /* checkbox */ [type=checkbox] { -webkit-appearance: none; -moz-appearance: none; appearance: none; } [type=checkbox]{ width: 20px; height: 20px; border: solid 1px #cccccc; margin-right: 8px; position: relative; } [type=checkbox]:checked::before { content: ""; width: 18px; height: 18px; background-color: lightblue; position: absolute; top: 0px; left: 0px; } /* footer */ .footer{ margin-top: 50px; margin-bottom: 20px; } .footer .features{ margin-top: 40px; } .footer .features p{ color: #8fcee2; font-size: 22px; } .footer:hover h3{ color: #8fcee2; } .signup{ margin-top: 40px; } /* responsive */ @media screen and (max-width: 1180px){ html input[type=submit] { margin-left: 100px; } .buttons-intro{ margin-top: 60px; text-align: center; } .noscroll{ overflow: hidden; } button.close{ margin-right: unset; position: fixed; top: 5%; left: calc(50% - 330px); opacity: 0.9; color: white; } } @media screen and (max-width: 690px){ .row { flex-direction: column; } h1, h2, h3 { text-align: center; } .justify-center{ align-items: center; } form label{ flex-direction: column; margin-left: 0; } form { width: 100% } form textarea { width: 100% } html input[type=submit] { margin: 0 0 40px 0; } .buttons-intro{ margin-top: 0px } .story-section{ margin: 20px 20px 60px; } .noscroll{ overflow: hidden; } button.close{ margin-right: unset; position: fixed; top: 5%; left: 20px; opacity: 0.9; color: white; } .results-container{ width: 100% } }
src/box.css
.page-wrapper { padding: 100px 20px 20px; } .row { display: flex; flex-direction: row; margin-right: 0; margin-left: 0; } .column { display: flex; flex-direction: column } .justify-center { justify-content: center; } .justify-between { justify-content: space-between; } .align-center { align-items: center; } .align-base { align-items: baseline; } .align-end{ align-items: flex-end; } .text-center{ text-align: center; } .full-width{ width: 100% } /* base styles */ h1{ font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; font-size: 50px; letter-spacing: 0.2px; color: grey } h2{ font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; font-size: 40px; letter-spacing: 0.2px; color: grey; margin-bottom: 20px; } h3{ font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; font-size: 25px; letter-spacing: 0.2px; color: grey } p, li { font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; font-size: 18px; letter-spacing: 0.4px; color: grey; margin-bottom: 20px; font-weight: 300; } ul { padding-bottom: 10px; } button { width: 200px; height: 60px; margin: 5px; font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; font-size: 18px; letter-spacing: 0.4px; color: grey; margin-bottom: 20px; font-weight: 300; } /* sections */ .intro { margin: 0 100px 100px } .intro h1 { margin-bottom: 40px; } .buttons-intro { margin: 140px 100px 60px; } .buttons-section{ display: flex; flex-direction: column; align-items: center; } .story-section{ display: flex; flex-direction: column; align-items: center; margin: 20px 40px 60px; } /* forms */ form{ display: flex; flex-direction: column; align-items: center; width: 90%; margin: 0 0 60px; font-size: 18px; letter-spacing: 0.2px; color: grey; font-weight: 300; } form label { display: flex; flex-direction: row; margin-left: 10px; padding: 10px 0; font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; font-size: 18px; letter-spacing: 0.2px; color: grey; font-weight: 300; justify-content: flex-end; } form textarea { margin: 0 10px; border: 1px solid darkgrey; width: 80%; height: 100px; background-color: #cee6ef; } form textarea:focus{ outline: 3px solid lightblue; border: none; } form textarea::placeholder{ color: lightgray } ::-webkit-textarea-placeholder { /* Chrome/Opera/Safari */ color: lightgray; } ::-moz-placeholder { /* Firefox 19+ */ color: lightgray; } :-ms-textarea-placeholder { /* IE 10+ */ color: lightgray; } :-moz-placeholder { /* Firefox 18- */ color: lightgray; } html input[type=submit] { width: 200px; margin-left: 160px; } .signUp-form input[type="text"], input[type="email"], label{ width: 100%; } /* checkbox */ [type=checkbox] { -webkit-appearance: none; -moz-appearance: none; appearance: none; } [type=checkbox]{ width: 20px; height: 20px; border: solid 1px #cccccc; margin-right: 8px; position: relative; } [type=checkbox]:checked::before { content: ""; width: 18px; height: 18px; background-color: lightblue; position: absolute; top: 0px; left: 0px; } /* footer */ .footer{ margin-top: 50px; margin-bottom: 20px; } .footer .features{ margin-top: 40px; } .footer .features p{ color: #8fcee2; font-size: 22px; } .footer:hover h3{ color: #8fcee2; } .signup{ margin-top: 40px; } /* responsive */ @media screen and (max-width: 1180px){ html input[type=submit] { margin-left: 100px; } .buttons-intro{ margin-top: 60px; text-align: center; } .noscroll{ overflow: hidden; } button.close{ margin-right: unset; position: fixed; top: 5%; left: calc(50% - 330px); opacity: 0.9; color: white; } } @media screen and (max-width: 690px){ .row { flex-direction: column; } h1, h2, h3 { text-align: center; } .justify-center{ align-items: center; } form label{ flex-direction: column; margin-left: 0; } form { width: 100% } form textarea { width: 100% } html input[type=submit] { margin: 0 0 40px 0; } .buttons-intro{ margin-top: 0px } .story-section{ margin: 20px 20px 60px; } .noscroll{ overflow: hidden; } button.close{ margin-right: unset; position: fixed; top: 5%; left: 20px; opacity: 0.9; color: white; } .results-container{ width: 100% } }
0.46563
0.116437
:root { --bg-clr: #0d203d; --bg-clr2: #192d4b; --txt-clr: #ffffff; --txt-clr-grey: #aaaaaa; font-family: 'Roboto', sans-serif; background-color: var(--bg-clr); color: var(--txt-clr); } html { overflow-x: hidden; } body { line-height: 1.7; } html, body { margin: 0; max-width: 100%; scroll-behavior: smooth; } header, footer { display: flex; flex-direction: column; align-items: center; } section { width: 100%; } h1, h2, h3, h4 { font-family: 'Robot Serif'; } h1 { font-size: 6rem; text-align: center; margin: 0; } h2 { font-size: 3rem; } h3 { font-size: 2rem; } h4 { font-size: 1.5rem; } a { text-decoration: underline transparent; color: inherit; transition: text-decoration 200ms ease-in-out; width: 100%; height: 100%; } a:hover { text-decoration-color: inherit; } nav { position: sticky; top: 0; z-index: 9; display: flex; justify-content: center; background: #0000007a; width: max-content; margin: auto; padding: 0 10rem; } nav>* { padding: 0; width: max-content; font-weight: bold; } nav>ul>li { list-style-type: none; padding: 0.5rem 1rem; display: inline; } .section--alt { background-color: var(--bg-clr2); padding-top: 2rem; padding-bottom: 5rem; } .content-container { padding: 2rem; width: 80%; max-width: 1400px; margin: auto; } .title { font-size: 8rem; font-family: 'Pirata One', cursive; } .btn { background-color: var(--txt-clr); color: var(--bg-clr); border: none; padding: 0.75rem 1.25rem; font-size: 1.1rem; font-weight: bold; text-decoration: none; transition: background-color 200ms ease-in-out; } .btn:hover { background-color: var(--txt-clr-grey); } .subtitle { text-align: center; } .logo { margin: 1rem; } .nav-logo { width: 3rem; } .support-links { width: max-content; margin: auto; } .card-row { display: flex; justify-content: center; } .card { margin: 1rem; max-width: 25rem; width: 40%; display: flex; flex-direction: column; align-items: center; justify-content: start; } .card--alt { justify-content: end; } .card-title { margin: 0; } .screenshot, .photo { width: 100%; } .photo-container { width: 65%; height: max-content; margin-bottom: 0.5rem; } .photo { box-shadow: 0 4px 8px 0 rgba(200,200,200,0.3); } .blog-post { width: max-content; max-width: 80%; min-width: 50%; margin: auto; padding: 1rem 0; } .blog-title { margin-bottom: 0; } .blog-subtitle { margin-top: 0; } #media { /* display: none; */ } @media (max-width: 900px) { nav { padding: 0 2rem; } .card-row { flex-direction: column; align-items: center; flex-wrap: wrap; } .card { width: 90%; } }
style.css
:root { --bg-clr: #0d203d; --bg-clr2: #192d4b; --txt-clr: #ffffff; --txt-clr-grey: #aaaaaa; font-family: 'Roboto', sans-serif; background-color: var(--bg-clr); color: var(--txt-clr); } html { overflow-x: hidden; } body { line-height: 1.7; } html, body { margin: 0; max-width: 100%; scroll-behavior: smooth; } header, footer { display: flex; flex-direction: column; align-items: center; } section { width: 100%; } h1, h2, h3, h4 { font-family: 'Robot Serif'; } h1 { font-size: 6rem; text-align: center; margin: 0; } h2 { font-size: 3rem; } h3 { font-size: 2rem; } h4 { font-size: 1.5rem; } a { text-decoration: underline transparent; color: inherit; transition: text-decoration 200ms ease-in-out; width: 100%; height: 100%; } a:hover { text-decoration-color: inherit; } nav { position: sticky; top: 0; z-index: 9; display: flex; justify-content: center; background: #0000007a; width: max-content; margin: auto; padding: 0 10rem; } nav>* { padding: 0; width: max-content; font-weight: bold; } nav>ul>li { list-style-type: none; padding: 0.5rem 1rem; display: inline; } .section--alt { background-color: var(--bg-clr2); padding-top: 2rem; padding-bottom: 5rem; } .content-container { padding: 2rem; width: 80%; max-width: 1400px; margin: auto; } .title { font-size: 8rem; font-family: 'Pirata One', cursive; } .btn { background-color: var(--txt-clr); color: var(--bg-clr); border: none; padding: 0.75rem 1.25rem; font-size: 1.1rem; font-weight: bold; text-decoration: none; transition: background-color 200ms ease-in-out; } .btn:hover { background-color: var(--txt-clr-grey); } .subtitle { text-align: center; } .logo { margin: 1rem; } .nav-logo { width: 3rem; } .support-links { width: max-content; margin: auto; } .card-row { display: flex; justify-content: center; } .card { margin: 1rem; max-width: 25rem; width: 40%; display: flex; flex-direction: column; align-items: center; justify-content: start; } .card--alt { justify-content: end; } .card-title { margin: 0; } .screenshot, .photo { width: 100%; } .photo-container { width: 65%; height: max-content; margin-bottom: 0.5rem; } .photo { box-shadow: 0 4px 8px 0 rgba(200,200,200,0.3); } .blog-post { width: max-content; max-width: 80%; min-width: 50%; margin: auto; padding: 1rem 0; } .blog-title { margin-bottom: 0; } .blog-subtitle { margin-top: 0; } #media { /* display: none; */ } @media (max-width: 900px) { nav { padding: 0 2rem; } .card-row { flex-direction: column; align-items: center; flex-wrap: wrap; } .card { width: 90%; } }
0.498535
0.169612
height:0; } #content-bottom { height:5px; background:url(../images/content/bottom-n.png) left top no-repeat !important; } #content .container { background:url(../images/content/main-n.png) left top repeat-y !important; } #logo { position:absolute; left:50%; } #logo img { margin-left:-50%; } *:first-child+html #logo img { margin-left:-150px; } .menusearch { float:left; margin-top:44px; margin-left:20px; width:260px; } .searchform { height:25px; } /*------------------------------ MENU ------------------------------*/ #secondarymenu-container { padding-top:54px; height:131px; position:relative; z-index:999; } #secondarymenu { float:right; margin-top:50px; } #secondarymenu li { } #secondarymenu a { text-decoration:none; padding:8px 10px; display:block; color:#fff; font-family:'Overlock'; font-size:15px; } #secondarymenu a:hover{ color:#efb525; } #mainmenu-container { height:54px; width:1000px; position:absolute; top:0; z-index: 999; } #mainmenu li a { text-align:center; color:#fff; display:block; text-decoration:none; font-family:'Uncial Antiqua'; padding:18px 20px; } #mainmenu li { padding-left:7px; position:relative; } #mainmenu li a:hover{ color:#efb525; } #header li ul { top:38px; } #header #mainmenu li ul { top:52px; } #header li ul .transparent { background:#000; -moz-opacity: 0.30; opacity: 0.30; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=30); border:1px solid #977039; border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px; } #header li ul .inner { background:none; padding:0; } #header ul.children li, #header .sub-menu li { padding:0 !important; margin:0 !important; height:25px; line-height:25px; } #header ul.children li a, #header .sub-menu li a { color:#fff !important; padding:0 !important; background:none; height:25px; line-height:25px; } #header ul.children li a:hover, #header .sub-menu li a:hover { color:#fff !important; } #header .sub-menu .sub-menu { top:0 !important; } /*------------------------------ SLIDER ------------------------------*/ .slider-container { padding:16px 0; background:url(../images/slider.png) left top no-repeat; margin:10px -34px; width:1068px; height:354px; } .fp-next, .fp-prev { width:88px; height:407px; } .slider { position:relative; background:none; padding:0px; border:none; } .fp-prev-next-wrap { margin:0; } .fp-prev,.fp-next { margin-top:-204px; } .slider-nothumb .fp-slides, .slider-nothumb .fp-thumbnail, .slider-nothumb .fp-slides-items { height:188px; } .fp-slides,.fp-thumbnail,.fp-slides-items { height:350px; width:974px; } .fp-content-fon { border-bottom:none; border-left:none; border-right:none; } .fp-content-fon, .fp-content { left:30px; right:30px; bottom:0; } .slider-nothumb .fp-content-fon { background:#fff; } .slider-nothumb .fp-content a,.slider-nothumb .fp-content p{ color:#000; } .fp-nav { display:none; }
css/ie.css
height:0; } #content-bottom { height:5px; background:url(../images/content/bottom-n.png) left top no-repeat !important; } #content .container { background:url(../images/content/main-n.png) left top repeat-y !important; } #logo { position:absolute; left:50%; } #logo img { margin-left:-50%; } *:first-child+html #logo img { margin-left:-150px; } .menusearch { float:left; margin-top:44px; margin-left:20px; width:260px; } .searchform { height:25px; } /*------------------------------ MENU ------------------------------*/ #secondarymenu-container { padding-top:54px; height:131px; position:relative; z-index:999; } #secondarymenu { float:right; margin-top:50px; } #secondarymenu li { } #secondarymenu a { text-decoration:none; padding:8px 10px; display:block; color:#fff; font-family:'Overlock'; font-size:15px; } #secondarymenu a:hover{ color:#efb525; } #mainmenu-container { height:54px; width:1000px; position:absolute; top:0; z-index: 999; } #mainmenu li a { text-align:center; color:#fff; display:block; text-decoration:none; font-family:'Uncial Antiqua'; padding:18px 20px; } #mainmenu li { padding-left:7px; position:relative; } #mainmenu li a:hover{ color:#efb525; } #header li ul { top:38px; } #header #mainmenu li ul { top:52px; } #header li ul .transparent { background:#000; -moz-opacity: 0.30; opacity: 0.30; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=30); border:1px solid #977039; border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px; } #header li ul .inner { background:none; padding:0; } #header ul.children li, #header .sub-menu li { padding:0 !important; margin:0 !important; height:25px; line-height:25px; } #header ul.children li a, #header .sub-menu li a { color:#fff !important; padding:0 !important; background:none; height:25px; line-height:25px; } #header ul.children li a:hover, #header .sub-menu li a:hover { color:#fff !important; } #header .sub-menu .sub-menu { top:0 !important; } /*------------------------------ SLIDER ------------------------------*/ .slider-container { padding:16px 0; background:url(../images/slider.png) left top no-repeat; margin:10px -34px; width:1068px; height:354px; } .fp-next, .fp-prev { width:88px; height:407px; } .slider { position:relative; background:none; padding:0px; border:none; } .fp-prev-next-wrap { margin:0; } .fp-prev,.fp-next { margin-top:-204px; } .slider-nothumb .fp-slides, .slider-nothumb .fp-thumbnail, .slider-nothumb .fp-slides-items { height:188px; } .fp-slides,.fp-thumbnail,.fp-slides-items { height:350px; width:974px; } .fp-content-fon { border-bottom:none; border-left:none; border-right:none; } .fp-content-fon, .fp-content { left:30px; right:30px; bottom:0; } .slider-nothumb .fp-content-fon { background:#fff; } .slider-nothumb .fp-content a,.slider-nothumb .fp-content p{ color:#000; } .fp-nav { display:none; }
0.15374
0.065575
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; } /* CSS Enhancements for Better User Experience */ ::selection { background:#ececec; color:#000; /* Safari and Opera */ } ::-moz-selection { background:#ececec; color:#000; /* Firefox */ } html { overflow-y:scroll; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); tap-highlight-color: rgba(0, 0, 0, 0); text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; } /* Brakes Text for Mobile */ .page-break { page-break-before:always; } input[type=submit], label, select, .pointer { cursor:pointer; } /* Hack */ @media all and (-webkit-min-device-pixel-ratio: 1){ selectors { properties: values; } } /* Basic Setup */ body { color: #000; line-height: 1.8em; font-family: 'Arvo', serif; } ol, ul { list-style: square; margin: 0 0 0.5em; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } code { background-color: #f4f4f4; font-family: "Courier New", Courier, mono; font-size: 0.875em; } table { border-collapse: collapse; border-spacing: 0; } strong { font-weight: bold; } img { max-width: 100%; } hr { border: none; height: 5em; } /* styles for mobile */ @media screen and (max-width: 720px) { hr { border: none; height: 3.5em; } } .grid { padding: 0 20px; } .row { margin-bottom: 4em; } /* Typogrpaphy */ p { margin: 0 0 0.5em; margin: 0 0 2.3em; } h1, h2, h3, h4, h5, h6 { font-weight: normal; line-height: 1.25em; padding-bottom: 0.7em; padding-right: 0; padding-left: 0; font-family: 'Lato', sans-serif; text-transform: uppercase; } h1 { font-size: 4em; } h2 { font-size: 3em; } h3, h4 { font-size: 2em; } h5, h6 { font-size: 1em; } /* styles for mobile */ @media screen and (max-width: 720px) { h1 { font-size: 2em; } h2 { font-size: 1.5em; } h3, h4 { font-size: 1em; } h5, h6 { font-size: 1em; } } a, a:link, a:visited { color: #DB1010; text-decoration: none; border: none; font-weight: bold; } a:hover, a:active { color: #CCC; -moz-transition: all 0.2s ease-in; -o-transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; -ms-transition: all 0.2s ease-in; transition: all 0.2s ease-in; } p a { margin: -.5em; padding: .5em; position: relative; } .date { font-family: 'Lato', sans-serif; text-transform: uppercase; font-size: 0.8em; line-height: 0em; margin-bottom: 1em; color: #ccc; } /* Header */ .header { position: fixed; background: #FFF; -moz-box-shadow: 0px 2px 6px rgba(222, 222, 222, .9); -webkit-box-shadow: 0px 2px 6px rgba(222, 222, 222, .9); border-bottom: 1px solid #d4d3d3; box-shadow: 0px 2px 6px rgba(222, 222, 222, .9); top: 0; width: 100%; height: 4.5em; z-index: 9; } /* Navigation */ #navigation { list-style:none; margin:0; padding:0; text-align:center; position: relative; top: 1.5em; } a.nav, a.nav:link, a.nav:visited { color: #232323; display:inline-block; padding-right: 1.5em; padding-left: 1.5em; font-weight: normal; } a.nav:hover, a.nav:active { color: #DB1010; } .tinynav { display: none; } #navigation li { display:inline; } /* styles for mobile */ @media screen and (max-width: 720px) { .header { height: 2.5em; z-index: 9; } #navigation { top: 1.5em; } .tinynav { display: block; position: relative; top: 0.9em; z-index: 10; float: right; margin-right:0.9em; } #navigation { display: none; } } /* Article & Info Title */ .article-title a, .article-title a:link, .article-title a:visited { color: #232323; } #url { word-wrap: break-word; -ms-word-break: break-all; word-break: break-all; word-break: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto; } /* Error */ .error { text-align: center; } /* Search */ .search { text-align: center; } /* Footer */ .footer { width: 100%; text-align: center; color: #ccc; margin-top: 3em; font-family: 'Lato', sans-serif; text-transform: uppercase; font-size: 0.5em; color: #ccc; clear:both; } /* FitMyVideo */ .FitMyVideo-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; } .FitMyVideo-container iframe, .FitMyVideo-container object, .FitMyVideo-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } /* Form Fields */ #search { border: 1px solid rgba(0, 0, 0, 0.2); -webkit-border-radius:0; -webkit-appearance:none; width: 100%; height: 1.667em; padding: 0; font: 1.667em 'Arvo', serif; } input[type=submit] { background:#EEE; background:-moz-linear-gradient(top,#F7F7F7,#E6E6E6); background:-webkit-gradient(linear,left top,left bottom,from(#F7F7F7),to(#E6E6E6)); border:solid .1em #666; border-radius:.3em; -moz-border-radius:.3em; -webkit-border-radius:.3em; cursor:pointer; font-size:90%; font-weight:700; height:2em; padding:0 .5em; text-shadow:#FFF 0 .1em 0; -moz-text-shadow:#FFF 0 .1em 0; -webkit-text-shadow:#FFF 0 .1em 0; margin-top: 0.5em; } input[type=submit]:hover { border-color:#222 }
assets/css/base.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 { 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; } /* CSS Enhancements for Better User Experience */ ::selection { background:#ececec; color:#000; /* Safari and Opera */ } ::-moz-selection { background:#ececec; color:#000; /* Firefox */ } html { overflow-y:scroll; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); tap-highlight-color: rgba(0, 0, 0, 0); text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; } /* Brakes Text for Mobile */ .page-break { page-break-before:always; } input[type=submit], label, select, .pointer { cursor:pointer; } /* Hack */ @media all and (-webkit-min-device-pixel-ratio: 1){ selectors { properties: values; } } /* Basic Setup */ body { color: #000; line-height: 1.8em; font-family: 'Arvo', serif; } ol, ul { list-style: square; margin: 0 0 0.5em; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } code { background-color: #f4f4f4; font-family: "Courier New", Courier, mono; font-size: 0.875em; } table { border-collapse: collapse; border-spacing: 0; } strong { font-weight: bold; } img { max-width: 100%; } hr { border: none; height: 5em; } /* styles for mobile */ @media screen and (max-width: 720px) { hr { border: none; height: 3.5em; } } .grid { padding: 0 20px; } .row { margin-bottom: 4em; } /* Typogrpaphy */ p { margin: 0 0 0.5em; margin: 0 0 2.3em; } h1, h2, h3, h4, h5, h6 { font-weight: normal; line-height: 1.25em; padding-bottom: 0.7em; padding-right: 0; padding-left: 0; font-family: 'Lato', sans-serif; text-transform: uppercase; } h1 { font-size: 4em; } h2 { font-size: 3em; } h3, h4 { font-size: 2em; } h5, h6 { font-size: 1em; } /* styles for mobile */ @media screen and (max-width: 720px) { h1 { font-size: 2em; } h2 { font-size: 1.5em; } h3, h4 { font-size: 1em; } h5, h6 { font-size: 1em; } } a, a:link, a:visited { color: #DB1010; text-decoration: none; border: none; font-weight: bold; } a:hover, a:active { color: #CCC; -moz-transition: all 0.2s ease-in; -o-transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; -ms-transition: all 0.2s ease-in; transition: all 0.2s ease-in; } p a { margin: -.5em; padding: .5em; position: relative; } .date { font-family: 'Lato', sans-serif; text-transform: uppercase; font-size: 0.8em; line-height: 0em; margin-bottom: 1em; color: #ccc; } /* Header */ .header { position: fixed; background: #FFF; -moz-box-shadow: 0px 2px 6px rgba(222, 222, 222, .9); -webkit-box-shadow: 0px 2px 6px rgba(222, 222, 222, .9); border-bottom: 1px solid #d4d3d3; box-shadow: 0px 2px 6px rgba(222, 222, 222, .9); top: 0; width: 100%; height: 4.5em; z-index: 9; } /* Navigation */ #navigation { list-style:none; margin:0; padding:0; text-align:center; position: relative; top: 1.5em; } a.nav, a.nav:link, a.nav:visited { color: #232323; display:inline-block; padding-right: 1.5em; padding-left: 1.5em; font-weight: normal; } a.nav:hover, a.nav:active { color: #DB1010; } .tinynav { display: none; } #navigation li { display:inline; } /* styles for mobile */ @media screen and (max-width: 720px) { .header { height: 2.5em; z-index: 9; } #navigation { top: 1.5em; } .tinynav { display: block; position: relative; top: 0.9em; z-index: 10; float: right; margin-right:0.9em; } #navigation { display: none; } } /* Article & Info Title */ .article-title a, .article-title a:link, .article-title a:visited { color: #232323; } #url { word-wrap: break-word; -ms-word-break: break-all; word-break: break-all; word-break: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto; } /* Error */ .error { text-align: center; } /* Search */ .search { text-align: center; } /* Footer */ .footer { width: 100%; text-align: center; color: #ccc; margin-top: 3em; font-family: 'Lato', sans-serif; text-transform: uppercase; font-size: 0.5em; color: #ccc; clear:both; } /* FitMyVideo */ .FitMyVideo-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; } .FitMyVideo-container iframe, .FitMyVideo-container object, .FitMyVideo-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } /* Form Fields */ #search { border: 1px solid rgba(0, 0, 0, 0.2); -webkit-border-radius:0; -webkit-appearance:none; width: 100%; height: 1.667em; padding: 0; font: 1.667em 'Arvo', serif; } input[type=submit] { background:#EEE; background:-moz-linear-gradient(top,#F7F7F7,#E6E6E6); background:-webkit-gradient(linear,left top,left bottom,from(#F7F7F7),to(#E6E6E6)); border:solid .1em #666; border-radius:.3em; -moz-border-radius:.3em; -webkit-border-radius:.3em; cursor:pointer; font-size:90%; font-weight:700; height:2em; padding:0 .5em; text-shadow:#FFF 0 .1em 0; -moz-text-shadow:#FFF 0 .1em 0; -webkit-text-shadow:#FFF 0 .1em 0; margin-top: 0.5em; } input[type=submit]:hover { border-color:#222 }
0.226955
0.073165
:root { --black: #121212; --grey: #252525; --light-grey: #e0e0e0e7; --white: white; --off-white: #E3E3E3; --blue: #2CACFC; --dark-blue: #FF9400; } .dark-theme { --background: var(--black); --background-accent: var(--grey); --text: var(--off-white); --text-accent: var(--blue); } .light-theme { --background: var(--light-grey); --background-accent: var(--white); --text: var(--black); --text-accent: var(--dark-blue); } /* * Base */ html { background: var(--background); } body { background: var(--background); color: var(--text); font-family: Roboto Mono, Courier New, monospace; font-size: 1rem; overflow-y: scroll; overflow-x: hidden; padding: 0; margin: 0; -webkit-transition: all 0.5s; transition: all 0.5s; } * { box-sizing: border-box; } /* * Container */ .container { max-width: 1000px; width: 100%; padding: 1rem; margin: 0 auto; } @media(max-width:768px) { .container { max-width: 650px; } } @media(max-width:425px) { .container { max-width: 100%; } } section { margin-bottom: 3rem; } /* * Typography */ h1 { font-size: clamp(1.4rem, 1.1176rem + 1.4118vw, 2rem); } h1, h2 { background: var(--background-accent); padding: 0.5rem 1rem; border-radius: 0.3rem; } a { color: var(--text-accent); } /* * Fixes visual bug with emojis on windows */ .font-weight-400 { font-weight: 400; } /* * Text Selection Custom Colors */ ::-moz-selection { background: var(--text-accent); } ::selection { background: var(--text-accent); } a::-moz-selection { background: var(--text); } a::selection { background: var(--text); } /* * h1 Cursor Blink Animation */ h1::after { content: ""; width: 16px; height: 3px; margin-left: 5px; border-radius: 0.45rem; background: var(--text); display: inline-block; animation: blink 0.8s infinite alternate; } @keyframes blink { from { opacity: 0; } to { opacity: 1; } } /* * Theme Toggler */ .theme-toggler { background: var(--background-accent); padding: 0.5rem 1rem; border-radius: 0.3rem; margin-bottom: 2rem; } .switch { display: inline-flex; align-items: center; justify-content: space-between; -webkit-tap-highlight-color: transparent; } .switch div { position: relative; display: block; background: var(--background); width: 50px; border-radius: 2rem; padding: 0 5px; box-sizing: border-box; cursor: pointer; margin: 0 1rem; } .switch input { display: none; } .slider { background-color: var(--text); transition: 0.4s; border-radius: 34px; height: 12px; width: 12px; display: inline-block; position: relative; } input:checked+.slider { transform: translateX(28px); }
style.css
:root { --black: #121212; --grey: #252525; --light-grey: #e0e0e0e7; --white: white; --off-white: #E3E3E3; --blue: #2CACFC; --dark-blue: #FF9400; } .dark-theme { --background: var(--black); --background-accent: var(--grey); --text: var(--off-white); --text-accent: var(--blue); } .light-theme { --background: var(--light-grey); --background-accent: var(--white); --text: var(--black); --text-accent: var(--dark-blue); } /* * Base */ html { background: var(--background); } body { background: var(--background); color: var(--text); font-family: Roboto Mono, Courier New, monospace; font-size: 1rem; overflow-y: scroll; overflow-x: hidden; padding: 0; margin: 0; -webkit-transition: all 0.5s; transition: all 0.5s; } * { box-sizing: border-box; } /* * Container */ .container { max-width: 1000px; width: 100%; padding: 1rem; margin: 0 auto; } @media(max-width:768px) { .container { max-width: 650px; } } @media(max-width:425px) { .container { max-width: 100%; } } section { margin-bottom: 3rem; } /* * Typography */ h1 { font-size: clamp(1.4rem, 1.1176rem + 1.4118vw, 2rem); } h1, h2 { background: var(--background-accent); padding: 0.5rem 1rem; border-radius: 0.3rem; } a { color: var(--text-accent); } /* * Fixes visual bug with emojis on windows */ .font-weight-400 { font-weight: 400; } /* * Text Selection Custom Colors */ ::-moz-selection { background: var(--text-accent); } ::selection { background: var(--text-accent); } a::-moz-selection { background: var(--text); } a::selection { background: var(--text); } /* * h1 Cursor Blink Animation */ h1::after { content: ""; width: 16px; height: 3px; margin-left: 5px; border-radius: 0.45rem; background: var(--text); display: inline-block; animation: blink 0.8s infinite alternate; } @keyframes blink { from { opacity: 0; } to { opacity: 1; } } /* * Theme Toggler */ .theme-toggler { background: var(--background-accent); padding: 0.5rem 1rem; border-radius: 0.3rem; margin-bottom: 2rem; } .switch { display: inline-flex; align-items: center; justify-content: space-between; -webkit-tap-highlight-color: transparent; } .switch div { position: relative; display: block; background: var(--background); width: 50px; border-radius: 2rem; padding: 0 5px; box-sizing: border-box; cursor: pointer; margin: 0 1rem; } .switch input { display: none; } .slider { background-color: var(--text); transition: 0.4s; border-radius: 34px; height: 12px; width: 12px; display: inline-block; position: relative; } input:checked+.slider { transform: translateX(28px); }
0.530966
0.154567
html, body { height: 100%; width: 100%; padding: 0; margin: 0; background: #000000; overflow: hidden; } /* Set border box sizing */ html { -webkit-box-sizing: border-box; box-sizing: border-box; } /* For every element set box sizing and font family */ *, *:before, *:after { -webkit-box-sizing: border-box; box-sizing: border-box; font-family: 'Poppins', Arial, Helvetica, sans-serif; position: absolute; } *:before, *:after { content: ''; z-index: 1; } @font-face { font-family: pacman; src: url(../assets/PAC-FONT.TTF); } .heading { font-weight: bold; text-transform: uppercase; font-size: 8em; text-align: center; width: 100%; margin-top: .3em; } .heading__char { font-family: pacman; color: black; position: relative; letter-spacing: -10px; display: inline-block; } .heading--red { text-shadow: -1px -1px 0 red, 1px -1px 0 red, -1px 1px 0 red, 1px 1px 0 red; } .heading--blue { text-shadow: -1px -1px 0 blue, 1px -1px 0 blue, -1px 1px 0 blue, 1px 1px 0 blue; } .heading--green { text-shadow: -1px -1px 0 green, 1px -1px 0 green, -1px 1px 0 green, 1px 1px 0 green; } .heading--yellow { text-shadow: -1px -1px 0 yellow, 1px -1px 0 yellow, -1px 1px 0 yellow, 1px 1px 0 yellow; } /* Lane */ .lane { width: 100%; height: 400px; background: transparent; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); border-top: 15px double blue; border-bottom: 15px double blue; } /* Pacman */ .pacman { width: 250px; height: 250px; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .pacman__body { width: 100%; height: 50%; background: yellow; } .pacman__body--top { border-top-left-radius: 100% 200%; border-top-right-radius: 100% 200%; top: 0; -webkit-transform: rotate(-25deg); transform: rotate(-25deg); -webkit-animation: eatTop 1s ease infinite; animation: eatTop 1s ease infinite; } .pacman__body--top::after { width: 30px; height: 30px; background: black; border-radius: 50%; top: 55%; right: 60px; } .pacman__body--bottom { border-bottom-left-radius: 100% 200%; border-bottom-right-radius: 100% 200%; bottom: 0; -webkit-transform: rotate(25deg); transform: rotate(25deg); -webkit-animation: eatBottom 1s ease infinite; animation: eatBottom 1s ease infinite; } .pacman__pellets { width: 300px; height: 200px; top: 50%; left: 55%; -webkit-transform: translateY(-50%); transform: translateY(-50%); display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-animation: pellets 1s ease infinite; animation: pellets 1s ease infinite; } .pacman__pellets-piece { width: 30px; height: 30px; border-radius: 50%; background: yellow; -webkit-box-shadow: 0px 0px 30px yellow; box-shadow: 0px 0px 30px yellow; } .pacman__pellets-piece:nth-child(1) { -webkit-transform: translateX(100px); transform: translateX(100px); } .pacman__pellets-piece { width: 30px; height: 30px; border-radius: 50%; background: yellow; -webkit-box-shadow: 0px 0px 30px yellow; box-shadow: 0px 0px 30px yellow; } .pacman__pellets-piece:nth-child(2) { -webkit-transform: translateX(200px); transform: translateX(200px); } .pacman__pellets-piece { width: 30px; height: 30px; border-radius: 50%; background: yellow; -webkit-box-shadow: 0px 0px 30px yellow; box-shadow: 0px 0px 30px yellow; } .pacman__pellets-piece:nth-child(3) { -webkit-transform: translateX(300px); transform: translateX(300px); } .pacman__pellets-piece { width: 30px; height: 30px; border-radius: 50%; background: yellow; -webkit-box-shadow: 0px 0px 30px yellow; box-shadow: 0px 0px 30px yellow; } .pacman__pellets-piece:nth-child(4) { -webkit-transform: translateX(400px); transform: translateX(400px); } .pacman__pellets-piece { width: 30px; height: 30px; border-radius: 50%; background: yellow; -webkit-box-shadow: 0px 0px 30px yellow; box-shadow: 0px 0px 30px yellow; } .pacman__pellets-piece:nth-child(5) { -webkit-transform: translateX(500px); transform: translateX(500px); } .pacman__pellets-piece { width: 30px; height: 30px; border-radius: 50%; background: yellow; -webkit-box-shadow: 0px 0px 30px yellow; box-shadow: 0px 0px 30px yellow; } .pacman__pellets-piece:nth-child(6) { -webkit-transform: translateX(600px); transform: translateX(600px); } .pacman__pellets-piece { width: 30px; height: 30px; border-radius: 50%; background: yellow; -webkit-box-shadow: 0px 0px 30px yellow; box-shadow: 0px 0px 30px yellow; } .pacman__pellets-piece:nth-child(7) { -webkit-transform: translateX(700px); transform: translateX(700px); } .pacman__pellets-piece { width: 30px; height: 30px; border-radius: 50%; background: yellow; -webkit-box-shadow: 0px 0px 30px yellow; box-shadow: 0px 0px 30px yellow; } .pacman__pellets-piece:nth-child(8) { -webkit-transform: translateX(800px); transform: translateX(800px); } .pacman__pellets-piece { width: 30px; height: 30px; border-radius: 50%; background: yellow; -webkit-box-shadow: 0px 0px 30px yellow; box-shadow: 0px 0px 30px yellow; } .pacman__pellets-piece:nth-child(9) { -webkit-transform: translateX(900px); transform: translateX(900px); } .pacman__pellets-piece { width: 30px; height: 30px; border-radius: 50%; background: yellow; -webkit-box-shadow: 0px 0px 30px yellow; box-shadow: 0px 0px 30px yellow; } .pacman__pellets-piece:nth-child(10) { -webkit-transform: translateX(1000px); transform: translateX(1000px); } .pacman__pellets-piece { width: 30px; height: 30px; border-radius: 50%; background: yellow; -webkit-box-shadow: 0px 0px 30px yellow; box-shadow: 0px 0px 30px yellow; } .pacman__pellets-piece:nth-child(11) { -webkit-transform: translateX(1100px); transform: translateX(1100px); } .ghost { width: 230px; height: 250px; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); left: 20%; background: red; border-top-left-radius: 50%; border-top-right-radius: 50%; } .ghost:nth-child(1) { left: 8%; background: cyan; } .ghost:nth-child(2) { left: 21%; background: pink; } .ghost:nth-child(3) { left: 34%; } .ghost__eyes { width: 100%; height: 50px; top: 20%; } .ghost__eye--left { width: 70px; height: 90px; border-radius: 100%; background: white; left: 50px; } .ghost__eye--left::after { width: 40px; height: 40px; border-radius: 100%; background: #083D84; top: 30px; left: 30px; } .ghost__eye--right { width: 70px; height: 90px; border-radius: 100%; background: white; right: 30px; } .ghost__eye--right::after { width: 40px; height: 40px; border-radius: 100%; background: #083D84; top: 30px; left: 30px; } .ghost__bottom { width: 100%; height: 50px; bottom: 0; } .ghost__bottom-triangle { width: 0; height: 0; bottom: 0; left: 0; border-left: 40px solid transparent; border-right: 40px solid transparent; border-bottom: 30px solid black; -webkit-animation: ghostLegForward 1s ease infinite; animation: ghostLegForward 1s ease infinite; } .ghost__bottom::before { width: 0; height: 0; bottom: 0; left: 75px; border-left: 40px solid transparent; border-right: 40px solid transparent; border-bottom: 30px solid black; -webkit-animation: ghostLegBackward 1s ease infinite; animation: ghostLegBackward 1s ease infinite; } .ghost__bottom::after { width: 0; height: 0; bottom: 0; left: 150px; border-left: 40px solid transparent; border-right: 40px solid transparent; border-bottom: 30px solid black; -webkit-animation: ghostLegForward 1s ease infinite; animation: ghostLegForward 1s ease infinite; } @-webkit-keyframes eatTop { 0% { -webkit-transform: rotate(-30deg); transform: rotate(-30deg); } 50% { -webkit-transform: rotate(0); transform: rotate(0); } 100% { -webkit-transform: rotate(-30deg); transform: rotate(-30deg); } } @keyframes eatTop { 0% { -webkit-transform: rotate(-30deg); transform: rotate(-30deg); } 50% { -webkit-transform: rotate(0); transform: rotate(0); } 100% { -webkit-transform: rotate(-30deg); transform: rotate(-30deg); } } @-webkit-keyframes eatBottom { 0% { -webkit-transform: rotate(30deg); transform: rotate(30deg); } 50% { -webkit-transform: rotate(0); transform: rotate(0); } 100% { -webkit-transform: rotate(30deg); transform: rotate(30deg); } } @keyframes eatBottom { 0% { -webkit-transform: rotate(30deg); transform: rotate(30deg); } 50% { -webkit-transform: rotate(0); transform: rotate(0); } 100% { -webkit-transform: rotate(30deg); transform: rotate(30deg); } } @-webkit-keyframes ghostLegForward { 0% { border-left: 40px solid transparent; border-right: 40px solid transparent; border-bottom: 30px solid black; } 50% { border-left: 50px solid transparent; border-right: 40px solid transparent; border-bottom: 30px solid black; } 100% { border-left: 40px solid transparent; border-right: 40px solid transparent; border-bottom: 30px solid black; } } @keyframes ghostLegForward { 0% { border-left: 40px solid transparent; border-right: 40px solid transparent; border-bottom: 30px solid black; } 50% { border-left: 50px solid transparent; border-right: 40px solid transparent; border-bottom: 30px solid black; } 100% { border-left: 40px solid transparent; border-right: 40px solid transparent; border-bottom: 30px solid black; } } @-webkit-keyframes ghostLegBackward { 0% { border-left: 40px solid transparent; border-right: 40px solid transparent; border-bottom: 30px solid black; } 50% { border-left: 35px solid transparent; border-right: 40px solid transparent; border-bottom: 30px solid black; } 100% { border-left: 40px solid transparent; border-right: 40px solid transparent; border-bottom: 30px solid black; } } @keyframes ghostLegBackward { 0% { border-left: 40px solid transparent; border-right: 40px solid transparent; border-bottom: 30px solid black; } 50% { border-left: 35px solid transparent; border-right: 40px solid transparent; border-bottom: 30px solid black; } 100% { border-left: 40px solid transparent; border-right: 40px solid transparent; border-bottom: 30px solid black; } } @-webkit-keyframes pellets { 0% { -webkit-transform: translate(-170px, -50%); transform: translate(-170px, -50%); } 50% { -webkit-transform: translate(-170px, -50%); transform: translate(-170px, -50%); } 100% { -webkit-transform: translate(-270px, -50%); transform: translate(-270px, -50%); } } @keyframes pellets { 0% { -webkit-transform: translate(-170px, -50%); transform: translate(-170px, -50%); } 50% { -webkit-transform: translate(-170px, -50%); transform: translate(-170px, -50%); } 100% { -webkit-transform: translate(-270px, -50%); transform: translate(-270px, -50%); } }
pacman/css/master.css
html, body { height: 100%; width: 100%; padding: 0; margin: 0; background: #000000; overflow: hidden; } /* Set border box sizing */ html { -webkit-box-sizing: border-box; box-sizing: border-box; } /* For every element set box sizing and font family */ *, *:before, *:after { -webkit-box-sizing: border-box; box-sizing: border-box; font-family: 'Poppins', Arial, Helvetica, sans-serif; position: absolute; } *:before, *:after { content: ''; z-index: 1; } @font-face { font-family: pacman; src: url(../assets/PAC-FONT.TTF); } .heading { font-weight: bold; text-transform: uppercase; font-size: 8em; text-align: center; width: 100%; margin-top: .3em; } .heading__char { font-family: pacman; color: black; position: relative; letter-spacing: -10px; display: inline-block; } .heading--red { text-shadow: -1px -1px 0 red, 1px -1px 0 red, -1px 1px 0 red, 1px 1px 0 red; } .heading--blue { text-shadow: -1px -1px 0 blue, 1px -1px 0 blue, -1px 1px 0 blue, 1px 1px 0 blue; } .heading--green { text-shadow: -1px -1px 0 green, 1px -1px 0 green, -1px 1px 0 green, 1px 1px 0 green; } .heading--yellow { text-shadow: -1px -1px 0 yellow, 1px -1px 0 yellow, -1px 1px 0 yellow, 1px 1px 0 yellow; } /* Lane */ .lane { width: 100%; height: 400px; background: transparent; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); border-top: 15px double blue; border-bottom: 15px double blue; } /* Pacman */ .pacman { width: 250px; height: 250px; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .pacman__body { width: 100%; height: 50%; background: yellow; } .pacman__body--top { border-top-left-radius: 100% 200%; border-top-right-radius: 100% 200%; top: 0; -webkit-transform: rotate(-25deg); transform: rotate(-25deg); -webkit-animation: eatTop 1s ease infinite; animation: eatTop 1s ease infinite; } .pacman__body--top::after { width: 30px; height: 30px; background: black; border-radius: 50%; top: 55%; right: 60px; } .pacman__body--bottom { border-bottom-left-radius: 100% 200%; border-bottom-right-radius: 100% 200%; bottom: 0; -webkit-transform: rotate(25deg); transform: rotate(25deg); -webkit-animation: eatBottom 1s ease infinite; animation: eatBottom 1s ease infinite; } .pacman__pellets { width: 300px; height: 200px; top: 50%; left: 55%; -webkit-transform: translateY(-50%); transform: translateY(-50%); display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-animation: pellets 1s ease infinite; animation: pellets 1s ease infinite; } .pacman__pellets-piece { width: 30px; height: 30px; border-radius: 50%; background: yellow; -webkit-box-shadow: 0px 0px 30px yellow; box-shadow: 0px 0px 30px yellow; } .pacman__pellets-piece:nth-child(1) { -webkit-transform: translateX(100px); transform: translateX(100px); } .pacman__pellets-piece { width: 30px; height: 30px; border-radius: 50%; background: yellow; -webkit-box-shadow: 0px 0px 30px yellow; box-shadow: 0px 0px 30px yellow; } .pacman__pellets-piece:nth-child(2) { -webkit-transform: translateX(200px); transform: translateX(200px); } .pacman__pellets-piece { width: 30px; height: 30px; border-radius: 50%; background: yellow; -webkit-box-shadow: 0px 0px 30px yellow; box-shadow: 0px 0px 30px yellow; } .pacman__pellets-piece:nth-child(3) { -webkit-transform: translateX(300px); transform: translateX(300px); } .pacman__pellets-piece { width: 30px; height: 30px; border-radius: 50%; background: yellow; -webkit-box-shadow: 0px 0px 30px yellow; box-shadow: 0px 0px 30px yellow; } .pacman__pellets-piece:nth-child(4) { -webkit-transform: translateX(400px); transform: translateX(400px); } .pacman__pellets-piece { width: 30px; height: 30px; border-radius: 50%; background: yellow; -webkit-box-shadow: 0px 0px 30px yellow; box-shadow: 0px 0px 30px yellow; } .pacman__pellets-piece:nth-child(5) { -webkit-transform: translateX(500px); transform: translateX(500px); } .pacman__pellets-piece { width: 30px; height: 30px; border-radius: 50%; background: yellow; -webkit-box-shadow: 0px 0px 30px yellow; box-shadow: 0px 0px 30px yellow; } .pacman__pellets-piece:nth-child(6) { -webkit-transform: translateX(600px); transform: translateX(600px); } .pacman__pellets-piece { width: 30px; height: 30px; border-radius: 50%; background: yellow; -webkit-box-shadow: 0px 0px 30px yellow; box-shadow: 0px 0px 30px yellow; } .pacman__pellets-piece:nth-child(7) { -webkit-transform: translateX(700px); transform: translateX(700px); } .pacman__pellets-piece { width: 30px; height: 30px; border-radius: 50%; background: yellow; -webkit-box-shadow: 0px 0px 30px yellow; box-shadow: 0px 0px 30px yellow; } .pacman__pellets-piece:nth-child(8) { -webkit-transform: translateX(800px); transform: translateX(800px); } .pacman__pellets-piece { width: 30px; height: 30px; border-radius: 50%; background: yellow; -webkit-box-shadow: 0px 0px 30px yellow; box-shadow: 0px 0px 30px yellow; } .pacman__pellets-piece:nth-child(9) { -webkit-transform: translateX(900px); transform: translateX(900px); } .pacman__pellets-piece { width: 30px; height: 30px; border-radius: 50%; background: yellow; -webkit-box-shadow: 0px 0px 30px yellow; box-shadow: 0px 0px 30px yellow; } .pacman__pellets-piece:nth-child(10) { -webkit-transform: translateX(1000px); transform: translateX(1000px); } .pacman__pellets-piece { width: 30px; height: 30px; border-radius: 50%; background: yellow; -webkit-box-shadow: 0px 0px 30px yellow; box-shadow: 0px 0px 30px yellow; } .pacman__pellets-piece:nth-child(11) { -webkit-transform: translateX(1100px); transform: translateX(1100px); } .ghost { width: 230px; height: 250px; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); left: 20%; background: red; border-top-left-radius: 50%; border-top-right-radius: 50%; } .ghost:nth-child(1) { left: 8%; background: cyan; } .ghost:nth-child(2) { left: 21%; background: pink; } .ghost:nth-child(3) { left: 34%; } .ghost__eyes { width: 100%; height: 50px; top: 20%; } .ghost__eye--left { width: 70px; height: 90px; border-radius: 100%; background: white; left: 50px; } .ghost__eye--left::after { width: 40px; height: 40px; border-radius: 100%; background: #083D84; top: 30px; left: 30px; } .ghost__eye--right { width: 70px; height: 90px; border-radius: 100%; background: white; right: 30px; } .ghost__eye--right::after { width: 40px; height: 40px; border-radius: 100%; background: #083D84; top: 30px; left: 30px; } .ghost__bottom { width: 100%; height: 50px; bottom: 0; } .ghost__bottom-triangle { width: 0; height: 0; bottom: 0; left: 0; border-left: 40px solid transparent; border-right: 40px solid transparent; border-bottom: 30px solid black; -webkit-animation: ghostLegForward 1s ease infinite; animation: ghostLegForward 1s ease infinite; } .ghost__bottom::before { width: 0; height: 0; bottom: 0; left: 75px; border-left: 40px solid transparent; border-right: 40px solid transparent; border-bottom: 30px solid black; -webkit-animation: ghostLegBackward 1s ease infinite; animation: ghostLegBackward 1s ease infinite; } .ghost__bottom::after { width: 0; height: 0; bottom: 0; left: 150px; border-left: 40px solid transparent; border-right: 40px solid transparent; border-bottom: 30px solid black; -webkit-animation: ghostLegForward 1s ease infinite; animation: ghostLegForward 1s ease infinite; } @-webkit-keyframes eatTop { 0% { -webkit-transform: rotate(-30deg); transform: rotate(-30deg); } 50% { -webkit-transform: rotate(0); transform: rotate(0); } 100% { -webkit-transform: rotate(-30deg); transform: rotate(-30deg); } } @keyframes eatTop { 0% { -webkit-transform: rotate(-30deg); transform: rotate(-30deg); } 50% { -webkit-transform: rotate(0); transform: rotate(0); } 100% { -webkit-transform: rotate(-30deg); transform: rotate(-30deg); } } @-webkit-keyframes eatBottom { 0% { -webkit-transform: rotate(30deg); transform: rotate(30deg); } 50% { -webkit-transform: rotate(0); transform: rotate(0); } 100% { -webkit-transform: rotate(30deg); transform: rotate(30deg); } } @keyframes eatBottom { 0% { -webkit-transform: rotate(30deg); transform: rotate(30deg); } 50% { -webkit-transform: rotate(0); transform: rotate(0); } 100% { -webkit-transform: rotate(30deg); transform: rotate(30deg); } } @-webkit-keyframes ghostLegForward { 0% { border-left: 40px solid transparent; border-right: 40px solid transparent; border-bottom: 30px solid black; } 50% { border-left: 50px solid transparent; border-right: 40px solid transparent; border-bottom: 30px solid black; } 100% { border-left: 40px solid transparent; border-right: 40px solid transparent; border-bottom: 30px solid black; } } @keyframes ghostLegForward { 0% { border-left: 40px solid transparent; border-right: 40px solid transparent; border-bottom: 30px solid black; } 50% { border-left: 50px solid transparent; border-right: 40px solid transparent; border-bottom: 30px solid black; } 100% { border-left: 40px solid transparent; border-right: 40px solid transparent; border-bottom: 30px solid black; } } @-webkit-keyframes ghostLegBackward { 0% { border-left: 40px solid transparent; border-right: 40px solid transparent; border-bottom: 30px solid black; } 50% { border-left: 35px solid transparent; border-right: 40px solid transparent; border-bottom: 30px solid black; } 100% { border-left: 40px solid transparent; border-right: 40px solid transparent; border-bottom: 30px solid black; } } @keyframes ghostLegBackward { 0% { border-left: 40px solid transparent; border-right: 40px solid transparent; border-bottom: 30px solid black; } 50% { border-left: 35px solid transparent; border-right: 40px solid transparent; border-bottom: 30px solid black; } 100% { border-left: 40px solid transparent; border-right: 40px solid transparent; border-bottom: 30px solid black; } } @-webkit-keyframes pellets { 0% { -webkit-transform: translate(-170px, -50%); transform: translate(-170px, -50%); } 50% { -webkit-transform: translate(-170px, -50%); transform: translate(-170px, -50%); } 100% { -webkit-transform: translate(-270px, -50%); transform: translate(-270px, -50%); } } @keyframes pellets { 0% { -webkit-transform: translate(-170px, -50%); transform: translate(-170px, -50%); } 50% { -webkit-transform: translate(-170px, -50%); transform: translate(-170px, -50%); } 100% { -webkit-transform: translate(-270px, -50%); transform: translate(-270px, -50%); } }
0.432543
0.079639
body { background-color: #EEEEEE; font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif; } .social-tray { align-items: baseline; background-color: black; border-top: 2px solid rgb(238, 238, 238); display: flex; justify-content: center; padding-bottom: 1px; } .social-tray h5 { color: #FDEE00; } .social-icons { display: inline-flex; padding-left: 10px; } .social-icons a { border-top: 1px solid black; padding: 10px; text-align: center; text-decoration: none; width: 40px; } .navbar { align-items: end; background-color: #212121!important; border-bottom: 1px solid black; display: flex; flex-wrap: wrap; justify-content: center; padding: 2px 0px; } .navbar-brand { font-size: 28px; height: 60px; padding-right: 10px; text-shadow: 2px 2px 4px black; width: 161px; } .nav-site { align-items: center; flex-wrap: wrap; padding-top: 10px; } .nav-link { color: white; } .nav-item:hover { background-color: hsl(198, 58%, 29%); color: #54acd2; } /* reset for now */ a:hover { color: white; } .fa-angle-double-up { color: white; } .nav-item { letter-spacing: 1.2px; margin: 0 4px 0 10px; padding: 4px 0px; text-shadow: 2px 2px 17px black; } .search-container { padding-top: 10px; width: 100%; } .search-collapse { padding: 10px; width: 100%; } .bottom-nav-bar-content { background-color: #212121; padding: 10px; } .bottom-nav-bar { background-color: #212121; color: white; font-size: 27px; text-align: center; } .bottom-nav-site { align-items: center; display: flex; flex-direction: column; flex-wrap: wrap; font-size: 19px; justify-content: space-evenly; } .fa-search { color: white; padding: 12px 10px; } main { display: flex; flex-wrap: wrap; justify-content: center; } .advert-banner { border: 2px solid black; display: block; height: 75px; margin-left: auto; margin-right: auto; } .movie-collection, .stats, .favorite-collection, .latest-uploads, .advert-container { width: 84.5%; } aside { background-color: #fff; font-size: 13px; margin-left: auto; margin-right: auto; } .movie-table-rating { border-right: 1px solid #eee; padding: 10px; width: 30%; } .movie-table-rating:nth-child(3){ border: none; } .movie-table-rating h4 { font-weight: 600; letter-spacing: 0.6px; padding: 10px 0 0 0; text-transform: uppercase; } .stats { border-bottom: 1px solid #ddeff6; border-right: 1px solid #ddeff6;; border-top: 1px solid #ddeff6; flex-wrap: wrap; justify-content: space-evenly; margin: 0px; } aside h4 { font-size: 16px; } aside ol { padding: 10px; } .table td, .table th { border: none; font-size: 14px; padding-bottom: 0px; padding-left: 1px; padding-right: 8px; } .table td a { color: black; } .table td a:hover, .view-all:hover { color: #0C89CA; text-decoration: none; } .view-all { color: black; float: right; font-size: 17px; padding: 5px 0px; text-decoration: none; } .fa-trophy { color: #d4af37; } .fa-heart { color: #EE5561; font-size: 15px; } .fa-file-video-o { color: #3195D3; } .moviegallery { background-color: white; display: flex; flex-wrap: wrap; padding-bottom: 0px; justify-content: center; } .moviegallery h4 { color: #fff; font-size: 17px; font-weight: bold; padding: 10px; text-shadow: 2px 2px 17px black; } .movieCarousel { border-top: 2px solid rgb(238,238,238); border-left: 1px solid rgb(238, 238, 238); border-right: 1px solid rgb(238, 238, 238); border-bottom: 1px solid rgb(238, 238, 238); display: flex; flex-direction: column; margin-bottom: 0px; width: 300px; } .carousel-item img { height: 350px; } .advert-carousel { height: 200px; border: 3px solid black; } .carousel-header { background-color: #343434; padding: 0 0 1px 0; height: 90px; } .panel-header { background-color: #FDEE00; border-bottom: 1px solid black; border-right: 1px solid black; border-left: 1px solid black; margin-left: 1px; padding: 2px 10px; width: 100px; } .panel-header span { font-size: 15px; font-weight: bold; } .main-card { margin: 0; min-height: 350px; width: 319px; } .main-img { border-radius: 0px; height: 350px; } .fave-card { margin: 10px; width: 245px; } .fave-image { border: none!important; } .favorite-collection h4 { border-top: 1px solid black; border-right: 1px solid black; border-bottom: 1px solid black; } .fave-title { bottom: auto; color: white; font-size: 18px; position: relative; top: -22px; } .header-overlap { border-left: none; border-top: 1px solid black; bottom: auto; margin: 0px; position: relative; top: -29px; } .header-overlap:hover { background-color: white; } .movie-collection, .favorite-collection, .latest-uploads { padding: 10px 0; background-color: #fff; border-bottom: solid 1px #EEE; } .movie-collection h4, .favorite-collection h4, .latest-uploads h4 { background-color: #FDEE00; font-size: 24px; font-weight: 600; padding: 12px 10px; min-width:223px; max-width: 261px; } .favorite-collection { background-color: #343434; } .latest-uploads { background-color: #fff; } .advert-container { background-color: grey; /*border-top: 2px solid #212121;*/ border-left: 2px solid #212121; border-right: 2px solid #212121; padding: 10px; } iframe { border: 3px solid; } .card-masonry { display: flex; flex-wrap: wrap; justify-content: center; } .card-block { min-width: 210px; max-width: 210px; margin: 10px } .card { border: none; } .card-body { padding: 10px; } .movie-stats { padding: 10px 0; } .movie-stats p { margin: 3px 0px; text-transform: capitalize; } .add-review, .btn-review { background-color: darkgray; color: white; font-weight: bold; margin-bottom: 1px; padding: 6px 17px; } .add-review:focus { box-shadow: 0 0 0 1px rgba(0,0,05,.25); } #exampleAccordion { padding: 10px 0; } .review-textarea { background-color: #EEEEEE; } section { padding-bottom: 15px; } footer { background-color: #212121; color: #f6f5f5; padding-top: 15px; } .footer-inner { display: flex; flex-flow: row; justify-content: center; flex-wrap: wrap; padding: 15px; width: 83.2%; } .footer-links { list-style: none; } .footer-links li { color: #c5e24e; font-size: 1.15rem; letter-spacing: 0.8px; padding-right: 5px; padding-bottom: 7px; padding-left: 5px; text-shadow: 2px 2px 17px black; } .footer-links li:hover { color: #e6ff7a; } .listed-categories { display: flex; flex-wrap: wrap; } .listed-categories ul { list-style: none; } .listed-categories ul h5 { color: #c5e24e; font-size: 1.15rem; } .listed-categories ul li { font-size: 15px; letter-spacing: 0.7px; padding-bottom: 3px; text-transform: capitalize; text-shadow: 2px 2px 17px black; } .listed-categories ul li a:hover { color: #e6ff7a; text-decoration: none; } .listed-categories ul li a { color: white; } .social-button-group { display: flex; flex-direction: column; justify-content: space-evenly; padding-bottom: 20px; padding-left: 40px; } .social-button-group .fa-social { padding: 11px; font-size: 23px; width: 45px; text-align: center; text-decoration: none; border-radius: 50%; border: 1px solid #313030; margin: 0 0 10px 0; } .social-link { color: white; font-size: 15px; letter-spacing: 0.7px; padding-left: 10px; text-decoration: none; text-transform: capitalize; text-shadow: 2px 2px 17px black; } .social-link:hover { color: #e6ff7a; text-decoration: none; } /* Facebook */ .fa-facebook { background: #3B5998; color: white; } /* Twitter */ .fa-twitter { background: #55ACEE; color: white; } /* GooglePlus */ .fa-google { background: #dd4b39; color: white; } .fa-instagram { background-image: -webkit-gradient( linear, left bottom, left bottom, color-stop(0, #7372FF), color-stop(0, #E1306B), color-stop(1, #FFDB80), color-stop(1, #FCB045), color-stop(1, #F77737), color-stop(1, #F77737), color-stop(1, #F56140), color-stop(1, #FD1D1D)); background-image: -o-linear-gradient(left bottom, #7372FF 0%, #E1306B 0%, #FFDB80 100%, #FCB045 100%, #F77737 100%, #F77737 100%, #F56140 100%, #FD1D1D 100%); background-image: -moz-linear-gradient(left bottom, #7372FF 0%, #E1306B 0%, #FFDB80 100%, #FCB045 100%, #F77737 100%, #F77737 100%, #F56140 100%, #FD1D1D 100%); background-image: -webkit-linear-gradient(left bottom, #7372FF 0%, #E1306B 0%, #FFDB80 100%, #FCB045 100%, #F77737 100%, #F77737 100%, #F56140 100%, #FD1D1D 100%); background-image: -ms-linear-gradient(left bottom, #7372FF 0%, #E1306B 0%, #FFDB80 100%, #FCB045 100%, #F77737 100%, #F77737 100%, #F56140 100%, #FD1D1D 100%); background-image: linear-gradient(to left bottom, #7372FF 0%, #E1306B 0%, #FFDB80 100%, #FCB045 100%, #F77737 100%, #F77737 100%, #F56140 100%, #FD1D1D 100%); color: white; } .fa-snapchat-ghost { background: #fffc00; color: white; text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black; } .bottom-footer p { font-size: 13px; margin: 0px; padding: 10px; text-align: center; } .main-image { border-top: 2px solid rgb(238,238,238); } .image, .main-image { border-left: 1px solid rgb(238, 238, 238); border-right: 1px solid rgb(238, 238, 238); border-bottom: 1px solid rgb(238, 238, 238); position: relative; width: 100%; } .movie-container { display: flex; flex-wrap: wrap; justify-content: center; } .movie-card { min-width: 340px; margin-bottom: 12px; max-width: 350px; } .favorite-container { background-color: #3ea1cc; border: 1px solid black; position: relative; height: 302px; } .favorite-container h4 { position: absolute; top: 0; bottom: 0; left: 0; right: 0; width: 50%; height: 30%; margin: auto; } .image-text { background-color: rgba(0, 0, 0, .82); color: white; font-size: 20px; font-weight: 400; line-height: 22px; position: absolute; bottom: -16px; left: 0; width: 100%; padding: 21px 10px; } .card-img { border-radius: 0px; height: 300px; } /* a-z webpage */ .a-z-container { display: flex; flex-wrap: wrap; justify-content: center; width: 85%; } .genre { text-transform: capitalize; } .rating-titles { padding-left: 10px; } .movie-info { font-style: italic; padding: 5px 0px; width: 56%; } .movie-info h5 { background-color: #FDEE00; padding: 10px; } .movie-holder { background-color: #fff; padding: 10px; margin-bottom: 7px; } @media only screen and (max-width: 768px) { /* For mobile phones: */ .card-block { min-width: 270px; } .navbar-brand { padding-bottom: 10px; } .main-card { width:298px; margin-bottom: 2px; } .movieCarousel { min-width: 100%; } .carousel-item img { height: 400px; } .movie-collection, .stats, .favorite-collection, .latest-uploads, .advert-container { width: 100%; } .social-button-group { padding-left: 0px; } /* a-z webpage */ .a-z-container { width: 100%; } }
Back End Projects/P1-MOVIE_TRAILER_WEBSITE/ProjectMovieTrailer/mymovietrailersite/movietrailer/static/movietrailer/css/style.css
body { background-color: #EEEEEE; font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif; } .social-tray { align-items: baseline; background-color: black; border-top: 2px solid rgb(238, 238, 238); display: flex; justify-content: center; padding-bottom: 1px; } .social-tray h5 { color: #FDEE00; } .social-icons { display: inline-flex; padding-left: 10px; } .social-icons a { border-top: 1px solid black; padding: 10px; text-align: center; text-decoration: none; width: 40px; } .navbar { align-items: end; background-color: #212121!important; border-bottom: 1px solid black; display: flex; flex-wrap: wrap; justify-content: center; padding: 2px 0px; } .navbar-brand { font-size: 28px; height: 60px; padding-right: 10px; text-shadow: 2px 2px 4px black; width: 161px; } .nav-site { align-items: center; flex-wrap: wrap; padding-top: 10px; } .nav-link { color: white; } .nav-item:hover { background-color: hsl(198, 58%, 29%); color: #54acd2; } /* reset for now */ a:hover { color: white; } .fa-angle-double-up { color: white; } .nav-item { letter-spacing: 1.2px; margin: 0 4px 0 10px; padding: 4px 0px; text-shadow: 2px 2px 17px black; } .search-container { padding-top: 10px; width: 100%; } .search-collapse { padding: 10px; width: 100%; } .bottom-nav-bar-content { background-color: #212121; padding: 10px; } .bottom-nav-bar { background-color: #212121; color: white; font-size: 27px; text-align: center; } .bottom-nav-site { align-items: center; display: flex; flex-direction: column; flex-wrap: wrap; font-size: 19px; justify-content: space-evenly; } .fa-search { color: white; padding: 12px 10px; } main { display: flex; flex-wrap: wrap; justify-content: center; } .advert-banner { border: 2px solid black; display: block; height: 75px; margin-left: auto; margin-right: auto; } .movie-collection, .stats, .favorite-collection, .latest-uploads, .advert-container { width: 84.5%; } aside { background-color: #fff; font-size: 13px; margin-left: auto; margin-right: auto; } .movie-table-rating { border-right: 1px solid #eee; padding: 10px; width: 30%; } .movie-table-rating:nth-child(3){ border: none; } .movie-table-rating h4 { font-weight: 600; letter-spacing: 0.6px; padding: 10px 0 0 0; text-transform: uppercase; } .stats { border-bottom: 1px solid #ddeff6; border-right: 1px solid #ddeff6;; border-top: 1px solid #ddeff6; flex-wrap: wrap; justify-content: space-evenly; margin: 0px; } aside h4 { font-size: 16px; } aside ol { padding: 10px; } .table td, .table th { border: none; font-size: 14px; padding-bottom: 0px; padding-left: 1px; padding-right: 8px; } .table td a { color: black; } .table td a:hover, .view-all:hover { color: #0C89CA; text-decoration: none; } .view-all { color: black; float: right; font-size: 17px; padding: 5px 0px; text-decoration: none; } .fa-trophy { color: #d4af37; } .fa-heart { color: #EE5561; font-size: 15px; } .fa-file-video-o { color: #3195D3; } .moviegallery { background-color: white; display: flex; flex-wrap: wrap; padding-bottom: 0px; justify-content: center; } .moviegallery h4 { color: #fff; font-size: 17px; font-weight: bold; padding: 10px; text-shadow: 2px 2px 17px black; } .movieCarousel { border-top: 2px solid rgb(238,238,238); border-left: 1px solid rgb(238, 238, 238); border-right: 1px solid rgb(238, 238, 238); border-bottom: 1px solid rgb(238, 238, 238); display: flex; flex-direction: column; margin-bottom: 0px; width: 300px; } .carousel-item img { height: 350px; } .advert-carousel { height: 200px; border: 3px solid black; } .carousel-header { background-color: #343434; padding: 0 0 1px 0; height: 90px; } .panel-header { background-color: #FDEE00; border-bottom: 1px solid black; border-right: 1px solid black; border-left: 1px solid black; margin-left: 1px; padding: 2px 10px; width: 100px; } .panel-header span { font-size: 15px; font-weight: bold; } .main-card { margin: 0; min-height: 350px; width: 319px; } .main-img { border-radius: 0px; height: 350px; } .fave-card { margin: 10px; width: 245px; } .fave-image { border: none!important; } .favorite-collection h4 { border-top: 1px solid black; border-right: 1px solid black; border-bottom: 1px solid black; } .fave-title { bottom: auto; color: white; font-size: 18px; position: relative; top: -22px; } .header-overlap { border-left: none; border-top: 1px solid black; bottom: auto; margin: 0px; position: relative; top: -29px; } .header-overlap:hover { background-color: white; } .movie-collection, .favorite-collection, .latest-uploads { padding: 10px 0; background-color: #fff; border-bottom: solid 1px #EEE; } .movie-collection h4, .favorite-collection h4, .latest-uploads h4 { background-color: #FDEE00; font-size: 24px; font-weight: 600; padding: 12px 10px; min-width:223px; max-width: 261px; } .favorite-collection { background-color: #343434; } .latest-uploads { background-color: #fff; } .advert-container { background-color: grey; /*border-top: 2px solid #212121;*/ border-left: 2px solid #212121; border-right: 2px solid #212121; padding: 10px; } iframe { border: 3px solid; } .card-masonry { display: flex; flex-wrap: wrap; justify-content: center; } .card-block { min-width: 210px; max-width: 210px; margin: 10px } .card { border: none; } .card-body { padding: 10px; } .movie-stats { padding: 10px 0; } .movie-stats p { margin: 3px 0px; text-transform: capitalize; } .add-review, .btn-review { background-color: darkgray; color: white; font-weight: bold; margin-bottom: 1px; padding: 6px 17px; } .add-review:focus { box-shadow: 0 0 0 1px rgba(0,0,05,.25); } #exampleAccordion { padding: 10px 0; } .review-textarea { background-color: #EEEEEE; } section { padding-bottom: 15px; } footer { background-color: #212121; color: #f6f5f5; padding-top: 15px; } .footer-inner { display: flex; flex-flow: row; justify-content: center; flex-wrap: wrap; padding: 15px; width: 83.2%; } .footer-links { list-style: none; } .footer-links li { color: #c5e24e; font-size: 1.15rem; letter-spacing: 0.8px; padding-right: 5px; padding-bottom: 7px; padding-left: 5px; text-shadow: 2px 2px 17px black; } .footer-links li:hover { color: #e6ff7a; } .listed-categories { display: flex; flex-wrap: wrap; } .listed-categories ul { list-style: none; } .listed-categories ul h5 { color: #c5e24e; font-size: 1.15rem; } .listed-categories ul li { font-size: 15px; letter-spacing: 0.7px; padding-bottom: 3px; text-transform: capitalize; text-shadow: 2px 2px 17px black; } .listed-categories ul li a:hover { color: #e6ff7a; text-decoration: none; } .listed-categories ul li a { color: white; } .social-button-group { display: flex; flex-direction: column; justify-content: space-evenly; padding-bottom: 20px; padding-left: 40px; } .social-button-group .fa-social { padding: 11px; font-size: 23px; width: 45px; text-align: center; text-decoration: none; border-radius: 50%; border: 1px solid #313030; margin: 0 0 10px 0; } .social-link { color: white; font-size: 15px; letter-spacing: 0.7px; padding-left: 10px; text-decoration: none; text-transform: capitalize; text-shadow: 2px 2px 17px black; } .social-link:hover { color: #e6ff7a; text-decoration: none; } /* Facebook */ .fa-facebook { background: #3B5998; color: white; } /* Twitter */ .fa-twitter { background: #55ACEE; color: white; } /* GooglePlus */ .fa-google { background: #dd4b39; color: white; } .fa-instagram { background-image: -webkit-gradient( linear, left bottom, left bottom, color-stop(0, #7372FF), color-stop(0, #E1306B), color-stop(1, #FFDB80), color-stop(1, #FCB045), color-stop(1, #F77737), color-stop(1, #F77737), color-stop(1, #F56140), color-stop(1, #FD1D1D)); background-image: -o-linear-gradient(left bottom, #7372FF 0%, #E1306B 0%, #FFDB80 100%, #FCB045 100%, #F77737 100%, #F77737 100%, #F56140 100%, #FD1D1D 100%); background-image: -moz-linear-gradient(left bottom, #7372FF 0%, #E1306B 0%, #FFDB80 100%, #FCB045 100%, #F77737 100%, #F77737 100%, #F56140 100%, #FD1D1D 100%); background-image: -webkit-linear-gradient(left bottom, #7372FF 0%, #E1306B 0%, #FFDB80 100%, #FCB045 100%, #F77737 100%, #F77737 100%, #F56140 100%, #FD1D1D 100%); background-image: -ms-linear-gradient(left bottom, #7372FF 0%, #E1306B 0%, #FFDB80 100%, #FCB045 100%, #F77737 100%, #F77737 100%, #F56140 100%, #FD1D1D 100%); background-image: linear-gradient(to left bottom, #7372FF 0%, #E1306B 0%, #FFDB80 100%, #FCB045 100%, #F77737 100%, #F77737 100%, #F56140 100%, #FD1D1D 100%); color: white; } .fa-snapchat-ghost { background: #fffc00; color: white; text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black; } .bottom-footer p { font-size: 13px; margin: 0px; padding: 10px; text-align: center; } .main-image { border-top: 2px solid rgb(238,238,238); } .image, .main-image { border-left: 1px solid rgb(238, 238, 238); border-right: 1px solid rgb(238, 238, 238); border-bottom: 1px solid rgb(238, 238, 238); position: relative; width: 100%; } .movie-container { display: flex; flex-wrap: wrap; justify-content: center; } .movie-card { min-width: 340px; margin-bottom: 12px; max-width: 350px; } .favorite-container { background-color: #3ea1cc; border: 1px solid black; position: relative; height: 302px; } .favorite-container h4 { position: absolute; top: 0; bottom: 0; left: 0; right: 0; width: 50%; height: 30%; margin: auto; } .image-text { background-color: rgba(0, 0, 0, .82); color: white; font-size: 20px; font-weight: 400; line-height: 22px; position: absolute; bottom: -16px; left: 0; width: 100%; padding: 21px 10px; } .card-img { border-radius: 0px; height: 300px; } /* a-z webpage */ .a-z-container { display: flex; flex-wrap: wrap; justify-content: center; width: 85%; } .genre { text-transform: capitalize; } .rating-titles { padding-left: 10px; } .movie-info { font-style: italic; padding: 5px 0px; width: 56%; } .movie-info h5 { background-color: #FDEE00; padding: 10px; } .movie-holder { background-color: #fff; padding: 10px; margin-bottom: 7px; } @media only screen and (max-width: 768px) { /* For mobile phones: */ .card-block { min-width: 270px; } .navbar-brand { padding-bottom: 10px; } .main-card { width:298px; margin-bottom: 2px; } .movieCarousel { min-width: 100%; } .carousel-item img { height: 400px; } .movie-collection, .stats, .favorite-collection, .latest-uploads, .advert-container { width: 100%; } .social-button-group { padding-left: 0px; } /* a-z webpage */ .a-z-container { width: 100%; } }
0.533397
0.11129
.shopTitle{ justify-content: flex-start !important; align-items: center } .shopTitle span{ background: #286786; min-width: 26px; text-align: center; display: inline-flex; justify-content: center; align-items: center; min-height: 25px; border-radius: 50%; color: #fff !important; margin-top: -20px; padding-right: 2px; margin-left: 5px; } /* img preloader */ #Car_rent:not(:checked)~.car_rante_price { display: none !important; } .sections_icon_container p { color : #656565 !important; -webkit-transition: all 0.5s linear; transition : all 0.5s linear; } .selected.sections_icon_container p { color: #286786 !important; } .sections_icon_container p svg { fill: #656565 !important; } .selected.sections_icon_container p svg { fill: #286786 !important; } .ring { -webkit-box-sizing: initial; box-sizing: initial; position : absolute; /*Moves the word loading down and into the center of the page*/ top : 50%; left: 50%; /*Moves the circle and loading word to the center of the page*/ -webkit-transform: translate(-50%, -50%); transform : translate(-50%, -50%); width : 150px; height : 150px; /*Makes the word loading have a transparent background*/ background: transparent; /*Creates a square*/ border: 3px solid black; /*turns the square to a circle*/ border-radius: 50%; /* Aligns the word Loading to the right so it is in the center of the circle*/ text-align: center; /*Moves the word Loading down and into the center of the circle*/ line-height: 150px; /*Set font type*/ font-family: sans-serif; /*Size font*/ font-size: 20px; /*Sets font color*/ color: black; /*Spaces out letters*/ letter-spacing: 4px; /*makes text uppercase*/ text-transform: uppercase; /*To create glow effect*/ text-shadow: 0 0 10px black; /* Creates dark shadow around circle*/ -webkit-box-shadow: 0 0 20px rgb(0, 0, 0, .5); box-shadow : 0 0 20px rgb(0, 0, 0, .5); } /*Creates yellow spinner ring*/ .ring:before { -webkit-box-sizing: initial; box-sizing : initial; content : ''; position : absolute; /*originally set to 0px, but it was off, so changed to -3px to align with the loading circle*/ top : -3px; left : -3px; width : 100%; height: 100%; /*Creates half a circle for the spinner portion*/ border: 3px solid transparent; /*creates top and right square border portion*/ border-top : 3px solid #286786; border-right : 3px solid #286786; /*turns the box radius into a half circle :) */ border-radius : 50%; /*creates animation*/ -webkit-animation: animateCircle 2s linear infinite; animation : animateCircle 2s linear infinite; } .mobile_shower_item_container,.hotels_block { will-change: margin-top; } .mobile_shower_item_container svg { margin-left : -5px; margin-right: 5px; } /*Creates dial for the spinner to follow*/ .ring span { -webkit-box-sizing: initial; box-sizing : initial; /*display : block; starts a new line for the HTML span element*/ display : block; position : absolute; /* The calc() function takes a single expression as its parameter, with the expression's result used as the value */ top : calc(50% - 2px); left : 50%; width : 50%; height : 4px; background : transparent; -webkit-transform-origin: left; transform-origin : left; -webkit-animation : animate 2s linear infinite; animation : animate 2s linear infinite; } /*creates the ball for the spinner to follow*/ .ring span:before { -webkit-box-sizing: initial; box-sizing : initial; content : ''; position : absolute; width : 16px; height : 16px; border-radius : 50%; background : #286786; /*moves the ball to the top of the line created in the previous span*/ top : -6px; right : -8px; -webkit-box-shadow: 0 0 20px #286786; box-shadow : 0 0 20px #286786; } /*Now the fun part, the ring will move with the ball that we set with the animate and animateCircle variables*/ @-webkit-keyframes animateCircle { 0% { -webkit-transform: rotate(0deg); transform : rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform : rotate(360deg); } } @keyframes animateCircle { 0% { -webkit-transform: rotate(0deg); transform : rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform : rotate(360deg); } } @-webkit-keyframes animate { 0% { -webkit-transform: rotate(45deg); transform : rotate(45deg); } 100% { -webkit-transform: rotate(405deg); transform : rotate(405deg); } } @keyframes animate { 0% { -webkit-transform: rotate(45deg); transform : rotate(45deg); } 100% { -webkit-transform: rotate(405deg); transform : rotate(405deg); } } /*followed tutorial on YouTube for guidance*/ /* disabled text selecting*/ .hotel_name { -webkit-touch-callout: none; /* iOS Safari */ -webkit-user-select: none; /* Safari */ /* Konqueror HTML */ -moz-user-select: none; /* Firefox */ -ms-user-select: none; /* Internet Explorer/Edge */ user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */ } /* img preloader end */ html { min-height: 100%; overflow-x: hidden; } body { color : #656565; min-height : 100%; /* overflow-y: scroll; */ /* margin : -20px !important; */ margin-bottom : 0px !important; padding-bottom : 18px !important; padding-top : 40px; will-change: scroll-position; /* max-width: calc(100% + 20px) ; */ } * { margin : 0; padding: 0; -webkit-box-sizing: border-box; box-sizing: border-box; } /* fixed swipe style */ .fixed_swipe_container { position : fixed; z-index : 99999999999999999999999999999999999999; top : 0; left : 0; right : 0; bottom : 0; background: #2867865e; display : none; -webkit-box-pack: center; -ms-flex-pack: center; justify-content : center; -webkit-box-align: center; -ms-flex-align : center; align-items : center; padding: 50px 0; } .fixed_swipe_container .swipe { position : relative; -webkit-box-sizing: initial; box-sizing : initial; } .fixed_swipe_container .swipe-wrap, .fixed_swipe_container .next_swipe, .fixed_swipe_container .prev_swipe { z-index: 2; } .fixed_swipe_container .ring { width : 150px !important; height: 150px !important; } .fixed_swipe_container div { width : 70%; max-height: 100% !important; height : 100vw; } .fixed_swipe_container .swipe-wrap>div img { /* max-height: 100% !important; height : 100vw; */ height : auto; } .show_all_content_button_container svg, .hide_all_content_button_container svg { width: 14px; } .show_all_content_button_container, .hide_all_content_button_container { margin : auto; display : inline-block; width : 30px; max-width : 30px; margin-left: calc(50% - 15px); } .hide_all_content_button_container { margin-left: calc(50% - 28px); padding: 0 20px; } .fixed_swipe_container .hotel_starts { display: none; } .fixed_swipe_container .next_swipe, .fixed_swipe_container .prev_swipe { top: 46%; } .next_swipe svg, .prev_swipe svg { width : 13px; height: 20px; ; } /* fixed swipe style end */ /* pickmeup style */ .pickmeup { z-index: 999999999999999999999999999999; } /* pickmeup style end */ .hotel_starts svg { width: 13px; } /* swiper image stile */ .swipe-wrap>div img { width : 100%; height : 0; /* max-height: 100%; */ } /* swiper image stile end */ /* tabs style */ .tabs_container { display : -webkit-box; display : -ms-flexbox; display : flex; border : none !important; border-bottom: 2px solid #F4F4F4 !important; width : 100%; margin-bottom: 10px; position : relative; top : 0px; z-index : 100000000; background: #fff; position : -webkit-sticky; position : sticky; } .tabs_container>* { /* width: 30% */ } /* .mobile_shopList_fi{ display: none } */ /* tabs style end */ /* calendar event dates style */ .event_date.pmu-button { background: rgba(253, 211, 2, 0.575); } /* hidden input */ .hidden_input { position : absolute; top : 0; visibility: hidden; ; z-index: -99999; } /* addet hotel button style */ .select_container { position: relative; } .icon_container_postFix { position: absolute; right : 15px; z-index : 45; top : 6px; } [data-add] .add_booking { color : #fff !important; background : #286786 !important; opacity : 0.8 !important; border-color: #286786 !important; } /* addet hotel button style end */ .pickmeup { z-index: 9999999999999999999 !important; } /* .tur_description_content{ display: flex; } */ .tur_description_content img { -ms-flex-item-align: baseline; align-self : baseline; margin-right: 1em; width : 30%; min-width : 210px; float : left; } .tur_description_content p { display: block !important; } /* select on open style*/ .selector-element svg { -webkit-transition: all .5s linear; transition : all .5s linear; } .selector-element.open::after { -webkit-transform: rotate(225deg); transform: rotate(225deg); } .selector-element::after { content : ''; width : 9px; height : 9px; display : block; position : absolute; top : 12px; right : 15px; -webkit-transition : all 0.5s linear; transition : all 0.5s linear; -webkit-transform-origin: center center; transform-origin : center center; -webkit-transform : rotate(45deg); transform : rotate(45deg); border-right : 2px solid #656565; border-bottom : 2px solid #656565; } .showMore, .showLess { cursor: pointer; color : #286786; } .moreContent { display: none; } .removeOrderButton { cursor : pointer; /* background : red; */ height : 24px; width : 25px; border-radius : 50%; display : -webkit-inline-box; display : -ms-inline-flexbox; display : inline-flex; -webkit-box-pack : center; -ms-flex-pack : center; justify-content : center; position : relative; -webkit-box-align : center; -ms-flex-align : center; align-items : center; /* left : -17px */ /* color : #fff; */ } .Booking_details_form.added .add_booking, .tur_description.added .add_tour_btn, .transport_section.added .add_transport_btn, .rent_form.added .add_transport_rante_btn { color : #fff !important; background : #286786 !important; opacity : 0.5 !important; border-color: #286786 !important; } /* select on open style end */ .rante_car_swiper { z-index : 1 !important; position: static !important; } /* datepicker input on focus style */ .datepicker_input:focus+svg { -webkit-transform: rotate(180deg); transform : rotate(180deg); } .datepicker_input+svg { -webkit-transition: all .5s linear; transition : all .5s linear; } /* datepicker input on focus style end*/ [data-form_name='Car-Rent'] { margin-top: 50px; } .show { display: block !important; } /* open close big sections style */ .show_hide_container.open>* { /* transition: margin-top .9s linear !important; */ } .show_hide_container.open { z-index : 999999; position: relative; border : 2px solid transparent; /* top : 20px; */ } .closed>* { overflow: hidden; z-index : 9999; position: relative; visibility: hidden; height: 0; } .show_hide_container>* { background : #fff; -webkit-backface-visibility: hidden; backface-visibility : hidden; -webkit-transition : all 0s linear !important; transition : all 0s linear !important; } .show_hide_container { overflow: hidden !important; position: absolute; width : 100%; background : #fff; -webkit-backface-visibility: hidden; backface-visibility : hidden; } .show_hide_container:not(.closed), .show_hide_container:not(.closed)>* { -webkit-animation: .5s delay-overflow; animation : .5s delay-overflow; -webkit-animation-delay : 1.6s; animation-delay : 1.6s; padding-bottom : 15px; -webkit-animation-fill-mode: forwards; animation-fill-mode : forwards; } .closed.show_hide_container>*:first-child { margin-top : -5000px; -webkit-transition: margin-top .3s linear; transition : margin-top .3s linear; } .closed .hotels_shopList>div:first-child>div { -webkit-transition: margin-top .3s linear; transition : margin-top .3s linear; } .hotels_shopList>div:first-child>div { -webkit-transition: margin-top .3s linear; transition : margin-top .3s linear; } .closed.show_hide_container { border: none !important; -webkit-transition: margin-top .3s linear; transition: margin-top .3s linear; } .Accommodation { padding-bottom: 0 !important; padding-top : 0 !important; padding : 0; } .Accommodation_SH { border: 2px solid transparent !important; } .Accommodation>div { margin-top: 15px; } .Accommodation>div:last-child { margin-bottom: 15px; } .Accommodation, .transport_section, .turs_section { -webkit-transition: all .3s linear; transition : all .3s linear; max-height : auto; overflow : hidden; overflow : hidden; } [data-container] svg { -webkit-transform-origin: center; transform-origin : center; -webkit-transition : all .3s linear; transition : all .3s linear; } [data-container='Accommodation'] svg:last-child { -webkit-transform: rotate(-180deg); transform : rotate(-180deg) } [data-container='transport_section'] svg:last-child { -webkit-transform: rotate(-180deg); transform : rotate(-180deg) } .one_hotel_item_container { padding: 15px; border : 2px solid #F4F4F4; } /* open close big sections style end*/ .display_block { display: block; } .blue_color { color: #286786 !important; } .black_color { color: #040404; } .gold_color { color: #F6B576; } .bold_font { font-weight: bold; } .relative { position: relative; } .gray_border_bottom { border-bottom: 2px solid #F4F4F4; } .sections_icon_container p { padding : 0; margin : 0; padding-bottom : 15px; display : inline-block; /* border-bottom : 2px solid #286786; */ margin-bottom : -2px; padding-left : 15px; padding-right: 15px; cursor : pointer; } .sections_icon_container p svg { width : 28px; margin-top: -3px; fill : #286786; } .icon_text.sections_icon_container.blue_color.selected::after { -webkit-transform: scale(1) !important; transform: scale(1) !important; } .icon_text.sections_icon_container.blue_color::after { content : ''; display : block; width : 100%; height : 2px; background: #286786; position : relative; -webkit-transition: all .5s linear; transition : all .5s linear; -webkit-transform-origin: center; transform-origin : center; -webkit-transform : scale(0); transform : scale(0); top : 2px; } /* show hide styles */ /* show hide styles end*/ /* checkbox style */ *, *:before, *:after { -webkit-box-sizing: border-box; box-sizing : border-box; margin : 0; padding : 0; } .new { padding: 50px; } .form-group { display : -webkit-box; display : -ms-flexbox; display : flex; -webkit-box-align: center; -ms-flex-align : center; align-items : center; margin-bottom : 15px; } .form-group input { padding : 0; height : initial; width : initial; margin-bottom: 0; display : none; cursor : pointer; } .form-group label { position : relative; cursor : pointer; font-size: 14px; margin-right: 50px; display : inline-block; } .form-group label:before { content : ''; -webkit-appearance : none; background-color : transparent; border : 1px solid #F4F4F4; /* box-shadow : 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05); */ padding : 10px; display : inline-block; position : relative; vertical-align : middle; cursor : pointer; margin-right : 10px; } .form-group input:checked+label:after { content : ''; display : block; position : absolute; top : 1px; left : 9px; width : 8px; height : 20px; border : solid #286786; border-width : 0 2px 2px 0; -webkit-transform: rotate(45deg); transform : rotate(45deg); } .form-group { -ms-flex-wrap: wrap; flex-wrap : wrap; } .form-group input~div:not(.swipe_container) { display: none; } .form-group input:checked~div.swipe_container { opacity: 1 !important; } .form-group input~div.swipe_container { width: 300px; opacity: 0; } .form-group input:checked~div { display: inline-block; } .checkboxes .datePicerInputContainer { margin-right: 7px; } /* checkbox style end */ /* radio style */ .radios { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; max-width : 100% !important; } .radios>div { width: 100%; } .radios>div>div { text-align: right } .radio_container [type="radio"]:checked, .radio_container [type="radio"]:not(:checked) { position: absolute; left : -9999px; } .radio_container [type="radio"]:checked+label, .radio_container [type="radio"]:not(:checked)+label { position : relative; padding-left: 28px; cursor : pointer; line-height : 20px; display : inline-block; color : #666; } .radio_container [type="radio"]:checked+label:before, .radio_container [type="radio"]:not(:checked)+label:before { content : ''; position : absolute; left : 0; top : 4px; width : 15px; height : 15px; border : 1px solid #ddd; border-radius: 100%; background : #fff; } .radio_container [type="radio"]:checked+label:after, .radio_container [type="radio"]:not(:checked)+label:after { content : ''; width : 13px; height : 13px; background : #286786; position : absolute; top : 5px; left : 1px; border-radius : 100%; -webkit-transition: all 0.2s ease; transition : all 0.2s ease; } .radio_container [type="radio"]:not(:checked)+label:after { opacity : 0; -webkit-transform: scale(0); transform : scale(0); } .radio_container [type="radio"]:checked+label:after { opacity : 1; -webkit-transform: scale(1); transform : scale(1); } /* radio style end*/ /* dat picker input styles */ .datePicerInputContainer input { min-width: 220px; } .datePicerInputContainer { min-width: 220px; } .datePicerInputContainer { position: relative; display : inline-block; } .datePicerInputContainer svg { position: absolute; top : 10px; color : #286786; left : 10px; cursor : pointer; width : 20px !important; fill : #286786 !important; } .datePicerInputContainer svg:last-child { right: 10px; left : initial; width: 15px !important; } .datePicerInputContainer input { padding-left: 40px; width : 100%; font-size : 13px; border : 1px solid; border-color: #F4F4F4; outline : none; display : block; min-height : 40px; } /* selects style */ select { outline : none !important; -webkit-box-shadow: none !important; box-shadow : none !important; /* border : 1px solid !important; */ border-radius : 0 !important; } select.input-lg { -webkit-appearance: none; -moz-appearance : none; -o-appearance : none; /* no standardized syntax available, no ie-friendly solution available */ } select+i.fa { /* position : relative; */ margin-top : -30px; margin-right: 5px; /* this is so when you click on the chevron, your click actually goes on the dropdown menu */ pointer-events: none; /* everything after this is just to cover up the original arrow */ /* (for browsers that don't support the syntax used above) */ background-color: #fff; padding-right : 5px; } select+svg { position: absolute; right : 10px; top : 10px; cursor : pointer } .select .row>div:first-child { min-width: 300px; } .option_inside_postText { font-weight: bold; color : #286786; } .option-text { font-size : 15px; padding-left: 10px; } div.selector-element { height: 40px; color : inherit !important } div.selector-element div.selector-selected { border-color: #F4F4F4; } div.selector-element div.selector-options { border-color: #F4F4F4; } div.selector-element div.selector-selected p.selected-text { display : -webkit-box; display : -ms-flexbox; display : flex; -webkit-box-align: center; -ms-flex-align : center; align-items : center; } div.selector-element div.selector-selected p.selected-text svg:last-child { position : absolute; right : 4px; top : 32%; visibility: hidden; } /* select style end */ /* button style */ .custom_style_button { font-size : 15px; font-weight : bold; border : 2px solid #286786; color : #286786; background : #fff; height : 40px; min-width : 80px; -webkit-transition: all .2s linear; transition : all .2s linear; } /* button style end*/ .wrapper { max-width : 1360px; width : 100%; margin : auto; /* background : gray; */ min-height : 100vh; padding : 0 20px; padding-top : 10px; } .header { /* background-color: #57e23f; */ min-height : 100px; } .header>div:first-child { border-right: 2px solid #F4F4F4 } .select_accommodation, .hotels_shopList, .transport_excursion { /* background-color: #57e23f; */ min-height : 100px; margin-top : 10px; } .select_accommodation>div { /* background: rgb(219, 233, 23) */ } .hotels_shopList>div:nth-child(1) { /* background: #dde2f2; */ } .hotels_shopList>div:nth-child(2) { /* background : #5a9aee; */ padding-right : 0; padding-left : 40px; overflow : hidden; } .transport_excursion>div:nth-child(1) { background: #06f6ba; } /* .header styling */ .header {} .header .contact_info .contact_info_item { line-height : 18px; padding : 10px 0; padding-left: 25px; } .header .contact_info .contact_info_item p.bold_font { margin: 0px 0; } .header .contact_info .contact_info_item span.display_block:nth-child(3), .header .contact_info .contact_info_item span.display_block:nth-child(4) { margin-top: 10px; } .header .logo_text img { width : 220px; margin: 10px 0; } /* .header styling end*/ /* select_accommodation style*/ /* .select_accommodation>div:first-child { border-bottom: 2px solid #F4F4F4; } */ .select_accommodation .icon_text { font-size : 20px; margin-top: 14px; } .selector-options::before { content : ''; width : 85%; margin : auto; height : 0; -webkit-box-sizing: border-box; box-sizing : border-box; border : 1px solid #F4F4F4; display : block; top : -1px; z-index : 99999999; left : 6%; position : absolute; } div.selector-element div.selector-options { max-height: 250px; } div.selector-element div.selector-options div.selector-option { background-color: #fff; padding-left : 0; } .select_accommodation .icon_text p svg { margin-right: 5px; } /* select_accommodation style end*/ /* hotels_shopList style */ /* hotels style */ .hotels_shopList { position: relative; } .hotels_shopList .main_Content { margin : 0; position : relative; margin-top : 10px; margin-bottom: 50px; } .hotels_shopList>div:first-child { padding: 0; } .hotels_shopList>div:first-child>div:first-child { margin-top: 0; } .hotels_shopList>div:first-child>div { border : 2px solid #F6F6F6; /* padding : 15px; */ /* margin-top : 15px; */ } .swipe_container { margin-top: 0; } .hotels_block .hotel_info_container { margin : auto; margin-top: 0; } .hotels_block .hotel_info_container .hotel_address svg { color: #286786; } .hotels_block .hotel_info_container .services { display : -webkit-box; display : -ms-flexbox; display : flex; -ms-flex-wrap : wrap; flex-wrap : wrap; width : 100%; line-height : 25px; padding : 0; /* justify-content: center */ } .hotels_block .hotel_info_container .services>div { width: 184px; } .important_facility>svg { color: #286786 !important; fill : #286786; } .hotels_block .hotel_info_container .services>div>svg { color: #286786 !important; width : 20px !important; font-size: 15px; } .hotels_block .hotel_info_container .facilities { margin-bottom: 0 !important; } .hotels_block .hotel_info_container p { margin-bottom: 4px !important; } .hotels_block .hotel_info_container .Booking_details { display : -webkit-box; display : -ms-flexbox; display : flex; -webkit-box-pack: justify; -ms-flex-pack : justify; justify-content : space-between; } .hotels_block .hotel_info_container .Booking_details { line-height: initial !important; margin-top : -32px; } .hotels_block .hotel_info_container .Booking_details p { margin : 0; font-size: 18px; } .hotels_block .hotel_info_container .Booking_details .right_side_booking_information p~p { font-size: 14px; } .hotels_block .hotel_info_container .Booking_details .right_side_booking_information p:nth-child(2) { margin-top: 2px; } .hotels_block .hotel_info_container .Booking_details .total_price { font-weight: bold; } .hotels_block .hotel_info_container .Booking_details>p { font-weight: bold; margin-top : 47px; font-size : 16px; position : relative; top : -6px; } .hotels_block .hotel_info_container .Booking_details .right_side_booking_information { text-align: right; } .hotels_block .hotel_info_container .Booking_details .right_side_booking_information p { margin-bottom: 0 !important; } .hotels_block .hotel_info_container .Booking_details_form { display: -webkit-box; display: -ms-flexbox; display: flex; } .hotels_block .hotel_info_container .Booking_details_form .select_container:nth-child(1) .selector-element { z-index: 3; } .hotels_block .hotel_info_container .Booking_details_form .select_container:nth-child(2) .selector-element { z-index: 2; } .hotels_block .hotel_info_container .Booking_details_form .select_container .option-text svg:first-child { color: #286786; } .hotels_block .hotel_info_container .Booking_details_form div.selector-element div.selector-options div.selector-option, div.selector-element div.selector-selected { padding-left: 0 !important } .hotels_block .hotel_info_container .Booking_details_form div.selector-element div.selector-selected p.selected-text svg:last-child { top: 29% } .hotels_block .hotel_info_container .Booking_details_form .datePic_container { width : 40%; position: relative; } .hotels_block .hotel_info_container .Booking_details_form .datePic_container .check_in_out_hotel { border : 1px solid; border-color: #F4F4F4; outline : none; } .hotels_block .hotel_info_container .Booking_details_form .datePic_container svg { position: absolute; top : 10px; color : #286786; left : 10px; cursor : pointer; width : 20px !important; fill : #286786; } .hotels_block .hotel_info_container .Booking_details_form .datePic_container svg:last-child { right: 10px; left : initial; width: 15px !important; color : inherit; -webkit-transform-origin: center; transform-origin : center; -webkit-transition : all 0.5s linear; transition : all 0.5s linear; } .hotels_block .hotel_info_container .Booking_details_form .datePic_container input { display : inline-block; width : 100%; height : 100%; padding-left: 40px; font-size : 13px; } .hotels_block .hotel_info_container .Booking_details_form .select_container:nth-child(2) { width: 23%; } .hotels_block .hotel_info_container .Booking_details_form .select_container:nth-child(3) { width: 23%; } .hotels_block .hotel_info_container .Booking_details_form .add_booking { width : 14%; border-radius : 0; border-color : #286786; border : 2px solid; background : #fff; color : #286786; font-weight : bold; outline : none !important; padding : 0; height : initial !important; -webkit-box-sizing: border-box; box-sizing : border-box; -webkit-box-shadow: none !important; box-shadow : none !important; z-index : 9; } /* hotels style end */ /* shopLists Style */ .shopList_block { min-height: 100px; border : 1px solid #F4F4F4; top : 0; min-width : 320px; padding : 20px 0; } .shop_item_container { /* width : 100% !important; */ -ms-flex-wrap : wrap; flex-wrap : wrap } .Amount_item { white-space: nowrap } .shop_item_container .shope_item { display: -webkit-box; display: -ms-flexbox; display: flex; width : 100% !important; position: relative; padding : 6px 0px; border-bottom : 1px solid #F4F4F4; justify-content: space-between; } .shop_item_container .shope_item div:first-child { width: 30.1%; } .shop_item_container .shope_item div { width: 20%; display: flex; justify-content: space-between; } .shopList_block .shopList_title { color : #040404; font-weight : bold; font-size : 15px; padding-bottom: 10px !important; margin-bottom : 10px !important; } .shopList_block .shopList>div { display : -webkit-box; display : -ms-flexbox; display : flex; -webkit-box-pack: justify; -ms-flex-pack : justify; justify-content : space-between; padding : 6px 0px; margin : 0 20px; } .shopList_block .shopList>div:nth-child(2), .shopList_block .shopList>div:last-child { border-bottom: none; } .shopList_block .shopList>div:last-child { -webkit-box-pack: end; -ms-flex-pack : end; justify-content : flex-end; font-weight : bold; } .shopList_block .shopList>div>div:nth-child(1) { width: 30%; } .shopList_block .shopList>div>div:nth-child(2) { width: 20%; } .shopList_block .shopList>div>div:nth-child(3) { width: 20%; } .shopList_block .shopList>div>div:nth-child(4) { width: 20%; } .costumerContacts { padding: 10px 20px; } .costumerContacts .costumerContacts_title { border-bottom : #F4F4F4; color : #040404; font-weight : bold; font-size : 15px; padding-bottom: 10px; border-bottom : 1px solid #F4F4F4; margin-bottom : 10px; } .costumerContacts .contact_form_inputs { display : -webkit-box; display : -ms-flexbox; display : flex; -ms-flex-wrap : wrap; flex-wrap : wrap; -webkit-box-pack: justify; -ms-flex-pack : justify; justify-content : space-between; line-height : 20px; } .costumerContacts .contact_form_inputs input { width : 47%; -webkit-box-pack: justify; -ms-flex-pack : justify; justify-content : space-between; margin-bottom: 10px; height : 40px; padding-left : 10px; border : 1px solid #F4F4F4; } .costumerContacts .contact_form_inputs input:nth-child(6), .costumerContacts .contact_form_inputs input:nth-child(5) { width: 100%; ; } .costumerContacts .button_container { text-align: right; } .costumerContacts button { font-size : 15px; font-weight : bold; border : 2px solid #286786; color : #286786; background : #fff; width : 200px; height : 40px; -webkit-transition: all .2s linear; transition : all .2s linear; } /* shopLists Style end */ /* transport_block style */ .icon_text { padding-top: 20px; font-size : 20px; font-weight: bold; border : none !important } .select_trip_form { margin-top: 10px; } .flight_input { position : relative; min-height : 40px; margin-left: -7px; border-left: none; } .flight_input input { min-height : 40px; width : 150px; padding-left: 40px; } .flight_input { position: relative; display : inline-block; } .flight_input img { position: absolute; top : 12px; color : #286786; left : 10px; width : 20px; cursor : pointer; } .flight_input input { padding-left: 40px; width : 150px; font-size : 13px; border : 1px solid; border-color: #F4F4F4; outline : none; display : block; min-height : 40px; } .selectCarForem { margin-top: 15px; width : 100%; } .car_images_swipper_container { margin : 10px 0; border : 1px solid #F4F4F4; max-width : 300px; padding-left : 0; padding-right: 0; } .car_images_swipper_container .car_price { border : 1px solid #F4F4F4; padding: 10px; } path { color: inherit !important; } .one_tour_form .selected-text svg :nth-child(1), .selector-element .option-text svg:first-child { color: #286786; } .one_tour_form * svg :nth-child(2) {} .one_tour_form .datePicerInputContainer svg:last-child, div.selector-element div.selector-selected p.selected-text svg:last-child { color: #656565 !important; } .add_tour_btn { width: 150px; } /* transport_block style end*/ /* excursion section style */ .excursion_section { margin : 0; padding : 15px 0; padding-top: 0; margin-top : 0; } .turs_information_section { margin-top : 10px; margin-bottom: 40px; } .one_tour_form { display: -webkit-box; display: -ms-flexbox; display: flex; } .one_tour_form .datePicerInputContainer { width: 30%; } .tur_description_item { position : relative; width : 100%; margin-top: 20px; } .tur_description_item .tur_description { -webkit-transition: all .2s linear; transition : all .2s linear; overflow : hidden; } @-webkit-keyframes nullAnimation { from {} to {} } @keyframes nullAnimation { from {} to {} } @-webkit-keyframes delay-overflow { from { overflow: hidden; } to { overflow: initial; } } @keyframes delay-overflow { from { overflow: hidden; } to { overflow: initial; } } .tur_description_item .tur_description .showHideContainer { -webkit-transition: all .3s linear; transition : all .3s linear; margin-top : -110%; } .tur_description_item p { display : -webkit-box; display : -ms-flexbox; display : flex; -webkit-box-pack: justify; -ms-flex-pack : justify; justify-content : space-between; padding-right : 40px; } .tur_description_item p span:last-child { font-size: 15px; } .tur_description_item .checkbox_show_hide_content { height : 30px; cursor : pointer; width : 100%; position: absolute; opacity : 0; top : 0; } .tur_description_item .checkbox_show_hide_content+label { position : absolute; right : 15px; top : 1px; font-size : 15px; cursor : pointer; -webkit-transition: all .3s linear; transition : all .3s linear; } .tur_description_item .checkbox_show_hide_content+label svg { width: 14px; } .tur_description_item .checkbox_show_hide_content:checked~label { -webkit-transform-origin: center; transform-origin : center; -webkit-transform : rotate(-180deg); transform : rotate(-180deg); } .tur_description_item .checkbox_show_hide_content:checked~.tur_description { /* animation: .1s delay-overflow; */ -webkit-animation: 1s delay-overflow; animation : 1s delay-overflow; -webkit-animation-delay : 1s; animation-delay : 1s; padding-bottom : 15px; -webkit-animation-fill-mode: forwards; animation-fill-mode : forwards; } .tur_description_item .checkbox_show_hide_content:checked~.tur_description .showHideContainer { margin-top: 1px; } /* excursion section style end */ .mobile_shopList_fi span:nth-child(2) svg { width: 12px; } @media only screen and (min-width: 1200px) { .shopList_block { margin-top: 0px; max-height: 95vh; overflow-y: auto; overflow-x: hidden; } } @media only screen and (min-width: 1200px) and (max-width: 1390px) { /* STYLES HERE */ body { /* background: red; */ padding-left: 10px; } } @media only screen and (min-width: 661px) and (max-width: 1200px) { .container { max-width: 95%; padding : 0 15px; } .shopList_block_container { top: 0 !important; } } @media only screen and (min-width: 1200px) { .shopList_block_container { top: 106px !important; } .custom_col_md_9 { -webkit-box-flex: 0; -ms-flex : 0 0 74%; flex : 0 0 74%; max-width : 71%; } .custom_col_md_3 { -webkit-box-flex: 0; -ms-flex : 0 0 29%; flex : 0 0 29%; max-width : 29%; } .hotel_info_container { padding-left: 0 } .swipe_container { /* max-width : 280px; */ min-height : 208px; } .swipe-wrap>div img { min-height: 208px; } .hotels_block .hotel_info_container { margin-top: -7px; } .hotels_block .hotel_info_container .services { -webkit-box-flex: 0; -ms-flex : 0 0 92%; flex : 0 0 92%; max-width : 92%; } .hotels_block .hotel_info_container { padding-right: 30px; } .add_btn_container { width : 50%; text-align : right; padding-right: 0; } /* .radios { padding-right: 42px; } */ } @media only screen and (max-width: 1200px) { .hotels_shopList>div:nth-child(2) { padding-left: 0 !important; } .shopList_block { margin-top: 0px !important; } .header .contact_info .contact_info_item { padding-left: 0; } .excursion_section { padding-left : 15px !important; padding-right: 15px !important; } .excursion_section .sections_icon_container p { margin-left: -30px; } /* .datePicerInputContainer input { padding-left: 25px; font-size : 10px; font-weight : bold; } */ .header>div:first-child { border-right: none; } } @media only screen and (max-width: 1024px) { [data-container='transport_section'] svg:last-child { -webkit-transform: rotate(0deg); transform : rotate(0deg) } [data-container='turs_section '] svg:last-child { -webkit-transform: rotate(0deg); transform : rotate(0deg) } .transport_section_SH:not(.open) .transport_section, .turs_section_SH:not(.open) .turs_section { /* margin-top: -5000px; */ overflow : hidden; } } @media only screen and (min-width: 990px) { .swipe-wrap>div img { min-height: 208px; } .transport_section .swipe-wrap>div img { min-height: 228px; } } @media only screen and (max-width: 991px) { .car_images_swipper_container { max-width: 95%; } .swipe-wrap>div img { min-height: 350px; } } @media only screen and (min-width: 661px) { .mobile_booking_price_block, .mobile_shower_item_container, .hide_all_content_button_container, .mobile_shopList_fi { display: none !important; } .mobile_sow_hide_elements .hotels_block { margin-top: 0 !important; } } @media only screen and (max-width: 660px) { .hotel_info_container h4 { font-size : 18px; margin-top: 4px; } .shopList_block { overflow-y : auto; overflow-x : hidden; /* height : 94vh; */ padding-bottom : 40px; /* padding-top : 200px; */ /* overflow: scroll; -webkit-overflow-scrolling: touch; */ -webkit-overflow-scrolling : touch !important; /* overflow: auto !important; */ } .html { height: calc(var(--vh, 1vh) * 100 ); padding: 0 5px; } .tur_description_content img { width: 100%; } .tur_description_content p { padding-right: 10px !important; } .shopList_block_container { -webkit-transition : all .5s linear; transition : all .5s linear; /* transition-delay: .5s; */ } .shopList_block_container { -webkit-box-shadow: 0px 2px 20px 0px grey; box-shadow : 0px 2px 20px 0px grey; } /* accommodation item */ .hotels_block .hotel_info_container .Booking_details_form { -ms-flex-wrap: wrap; flex-wrap : wrap; } .hotels_block .hotel_info_container .Booking_details_form .datePic_container { width : 100%; height: 40px; } .hotels_block .hotel_info_container .Booking_details_form .select_container:nth-child(2) { width : 50%; height: 40px; } .hotels_block .hotel_info_container .Booking_details_form .select_container:nth-child(3) { width : 50%; height: 40px; } .hotels_block .hotel_info_container .Booking_details_form .add_booking { width : 100%; height : 40px !important; margin-top: 10px; } .right_side_booking_information { display: none; } .mobile_booking_price_block { margin : 10px 0; line-height: 15px; } .pickmeup { z-index: 99; } .selector-element { z-index: 98 !important; } .mobile_shower_item_container img { min-width: 130px; } .mobile_shower_item_container .container-fluid { padding-right: 0; padding-left : 0; } .mobile_shower_item_container .d-inline { line-height: 16px; font-size : 14px; } .mobile_shower_item_container .hotel_starts { left: 23px; } .mobile_shower_item_container, .hotels_block { margin-top : 0; -webkit-transition: all .5s linear; transition : all .5s linear; } .mobile_sow_hide_elements, .mobile_shower_item { overflow: hidden; } .mobile_sow_hide_elements .hotels_block { margin-top: -350%; } .one_tour_form { -ms-flex-wrap: wrap; flex-wrap : wrap; } .one_tour_form>*:nth-child(1) { width: 55% } .one_tour_form>*:nth-child(2) { width: 45% } .one_tour_form>*:nth-child(3) { width : 100%; margin-top: 10px; } /* accommodation item end*/ /* radios style */ .radios>div>* { max-width: 100%; -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; } .radios>div>* button { width: 100%; } .radios { padding-left : 0; padding-right: 0; } .add_btn_container { padding-right: 0; } .transport_section { padding-right: 1px; } /* radios style end */ /* orders and contacts style */ .costumerContacts input, .costumerContacts button { width: 100% !important; } .shopList_block .shopList_title { display: none !important; } .mobile_shopList_fi { position: fixed; top : calc(100vh - 65px); height : 55px; -webkit-box-align: center; -ms-flex-align : center; align-items : center; left : 0; right : 0; display: -webkit-box; display: -ms-flexbox; display: none; z-index: 99999999999; /* box-shadow : -5px 3px 20px 0px black; */ -webkit-box-pack : justify; -ms-flex-pack: justify; justify-content: space-between; padding : 10px; padding-top : 0; background : #fff; border-top : 1px solid #F4F4F4; border-bottom : 1px solid #F4F4F4; cursor : pointer; width : calc(100% - 20px); -webkit-box-sizing: initial; box-sizing : initial; /* border-bottom : 1000px solid #fff; */ } .mobile_shopList_fi.show { display : -webkit-box !important; display : -ms-flexbox !important; display : flex !important; /* bottom : initial !important; top : 0 !important; */ -webkit-transition: all .5s linear; transition : all .5s linear; } .mobile_shopList_fi span:nth-child(2) { -webkit-transform-origin: center; transform-origin : center; -webkit-transition : all 0.5s linear; transition : all 0.5s linear; -webkit-transform : rotate(180deg); transform : rotate(180deg) } .wrapper { margin-top: 40px; } .shopList_block_container { position : fixed; bottom : calc(-100vh + 55px); height : 100vh; top : initial !important; background : #fff; /* -webkit-transition: all .5s linear; transition : all .5s linear; */ z-index : 999999999; left : 0; overflow-y : auto !important; max-height : calc(100vh - 55px); } .shopList_block_container.showShop { bottom: 0 !important; } .pickmeup { z-index: 999999999999; } /* orders and contacts style */ /* select trip style */ .form-group { display : -webkit-box; display : -ms-flexbox; display : flex; -ms-flex-wrap: wrap; flex-wrap : wrap; } .form-group>*:nth-child(1) { width : 100%; white-space: nowrap; } .form-group>*:nth-child(2), .form-group>*:nth-child(3) { width: 50%; white-space: nowrap; } .flight_input input { width: 100%; } .checkboxes .form-group input:checked~div { width: 50%; } /* select trip style end*/ .swipe-wrap>div img { min-height: 250px; } } @media only screen and (max-width: 581px) { .transport_section_SH { padding-left : 15px; padding-right: 15px; } .datePicerInputContainer input { min-width : 0; font-size : 12px; /* font-weight: bold; */ padding-left : 32px; letter-spacing: -1px; } .datePicerInputContainer { min-width: 0; } .navbarTextShow { font-size : 15px; width : 0; overflow : hidden; display : inline-block; margin-bottom: -5px; } .selected .navbarTextShow { width: 100% !important; } .sections_icon_container p svg { fill: #656565; } .selected.sections_icon_container p svg { fill: #286786; } .sections_icon_container p { white-space: nowrap; } } @media only screen and (max-width: 400px) { .mobile_shower_item_container svg { margin-left : 0; margin-right: 3px; } .one_hotel_item_container{ padding: 6px; } } @media only screen and (max-width: 340px) { .mobile_shower_item_container svg { margin-left : 2px; margin-right: 1px; width : 10px !important; } } @media only screen and (max-width: 380px) { .mobile_shower_item_container img { min-width: 110px; } .mobile_shower_item_container h4 { font-size: 1rem; } .swipe-wrap>div img { min-height: 220px; } /* .mobile_shower_item_container svg { width : 0.6em; margin-left: 5px; } */ .add_car_rante{ width: 100%; max-width: 100%; min-width: 100%; padding: 0; margin-top: 10px; /* padding-right: 10px !important; */ } .add_car_rante button{ width: 95%; } .rent_form .datePicerInputContainer{ width: 95%; margin-top:10px; padding-right: 10px !important; } } /* hotels_shopList style end*/ /* hover medias */ @media (pointer: fine) { .event_date.pmu-button:hover { background: rgba(253, 211, 2, 0.575) !important; } [data-add] .add_booking:hover { opacity: .5 !important; } .showMore:hover, .showLess:hover { text-decoration: underline; } .Booking_details_form.added .add_booking:hover, .tur_description.added .add_tour_btn:hover, .transport_section.added .add_transport_btn:hover, .rent_form.added .add_transport_rante_btn:hover { opacity: 0.5 !important; } .icon_text.sections_icon_container.blue_color:hover::after { -webkit-transform: scale(1); transform : scale(1); } .datePicerInputContainer input:hover { background-color: #ebebeb; } .custom_style_button:hover { color : #fff; border-color: #286786; background : #286786; } .hotels_block .hotel_info_container .Booking_details_form .datePic_container .check_in_out_hotel:hover { background-color: #ebebeb; } .hotels_block .hotel_info_container .Booking_details_form .add_booking:hover { color : #fff; background: #286786; opacity : 0.8; border-color: #286786; } .costumerContacts button:hover { color : #fff; border-color: #286786; background : #286786; } }
public/hotelbooking/V.2.0/V.2.0/css/style.css
.shopTitle{ justify-content: flex-start !important; align-items: center } .shopTitle span{ background: #286786; min-width: 26px; text-align: center; display: inline-flex; justify-content: center; align-items: center; min-height: 25px; border-radius: 50%; color: #fff !important; margin-top: -20px; padding-right: 2px; margin-left: 5px; } /* img preloader */ #Car_rent:not(:checked)~.car_rante_price { display: none !important; } .sections_icon_container p { color : #656565 !important; -webkit-transition: all 0.5s linear; transition : all 0.5s linear; } .selected.sections_icon_container p { color: #286786 !important; } .sections_icon_container p svg { fill: #656565 !important; } .selected.sections_icon_container p svg { fill: #286786 !important; } .ring { -webkit-box-sizing: initial; box-sizing: initial; position : absolute; /*Moves the word loading down and into the center of the page*/ top : 50%; left: 50%; /*Moves the circle and loading word to the center of the page*/ -webkit-transform: translate(-50%, -50%); transform : translate(-50%, -50%); width : 150px; height : 150px; /*Makes the word loading have a transparent background*/ background: transparent; /*Creates a square*/ border: 3px solid black; /*turns the square to a circle*/ border-radius: 50%; /* Aligns the word Loading to the right so it is in the center of the circle*/ text-align: center; /*Moves the word Loading down and into the center of the circle*/ line-height: 150px; /*Set font type*/ font-family: sans-serif; /*Size font*/ font-size: 20px; /*Sets font color*/ color: black; /*Spaces out letters*/ letter-spacing: 4px; /*makes text uppercase*/ text-transform: uppercase; /*To create glow effect*/ text-shadow: 0 0 10px black; /* Creates dark shadow around circle*/ -webkit-box-shadow: 0 0 20px rgb(0, 0, 0, .5); box-shadow : 0 0 20px rgb(0, 0, 0, .5); } /*Creates yellow spinner ring*/ .ring:before { -webkit-box-sizing: initial; box-sizing : initial; content : ''; position : absolute; /*originally set to 0px, but it was off, so changed to -3px to align with the loading circle*/ top : -3px; left : -3px; width : 100%; height: 100%; /*Creates half a circle for the spinner portion*/ border: 3px solid transparent; /*creates top and right square border portion*/ border-top : 3px solid #286786; border-right : 3px solid #286786; /*turns the box radius into a half circle :) */ border-radius : 50%; /*creates animation*/ -webkit-animation: animateCircle 2s linear infinite; animation : animateCircle 2s linear infinite; } .mobile_shower_item_container,.hotels_block { will-change: margin-top; } .mobile_shower_item_container svg { margin-left : -5px; margin-right: 5px; } /*Creates dial for the spinner to follow*/ .ring span { -webkit-box-sizing: initial; box-sizing : initial; /*display : block; starts a new line for the HTML span element*/ display : block; position : absolute; /* The calc() function takes a single expression as its parameter, with the expression's result used as the value */ top : calc(50% - 2px); left : 50%; width : 50%; height : 4px; background : transparent; -webkit-transform-origin: left; transform-origin : left; -webkit-animation : animate 2s linear infinite; animation : animate 2s linear infinite; } /*creates the ball for the spinner to follow*/ .ring span:before { -webkit-box-sizing: initial; box-sizing : initial; content : ''; position : absolute; width : 16px; height : 16px; border-radius : 50%; background : #286786; /*moves the ball to the top of the line created in the previous span*/ top : -6px; right : -8px; -webkit-box-shadow: 0 0 20px #286786; box-shadow : 0 0 20px #286786; } /*Now the fun part, the ring will move with the ball that we set with the animate and animateCircle variables*/ @-webkit-keyframes animateCircle { 0% { -webkit-transform: rotate(0deg); transform : rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform : rotate(360deg); } } @keyframes animateCircle { 0% { -webkit-transform: rotate(0deg); transform : rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform : rotate(360deg); } } @-webkit-keyframes animate { 0% { -webkit-transform: rotate(45deg); transform : rotate(45deg); } 100% { -webkit-transform: rotate(405deg); transform : rotate(405deg); } } @keyframes animate { 0% { -webkit-transform: rotate(45deg); transform : rotate(45deg); } 100% { -webkit-transform: rotate(405deg); transform : rotate(405deg); } } /*followed tutorial on YouTube for guidance*/ /* disabled text selecting*/ .hotel_name { -webkit-touch-callout: none; /* iOS Safari */ -webkit-user-select: none; /* Safari */ /* Konqueror HTML */ -moz-user-select: none; /* Firefox */ -ms-user-select: none; /* Internet Explorer/Edge */ user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */ } /* img preloader end */ html { min-height: 100%; overflow-x: hidden; } body { color : #656565; min-height : 100%; /* overflow-y: scroll; */ /* margin : -20px !important; */ margin-bottom : 0px !important; padding-bottom : 18px !important; padding-top : 40px; will-change: scroll-position; /* max-width: calc(100% + 20px) ; */ } * { margin : 0; padding: 0; -webkit-box-sizing: border-box; box-sizing: border-box; } /* fixed swipe style */ .fixed_swipe_container { position : fixed; z-index : 99999999999999999999999999999999999999; top : 0; left : 0; right : 0; bottom : 0; background: #2867865e; display : none; -webkit-box-pack: center; -ms-flex-pack: center; justify-content : center; -webkit-box-align: center; -ms-flex-align : center; align-items : center; padding: 50px 0; } .fixed_swipe_container .swipe { position : relative; -webkit-box-sizing: initial; box-sizing : initial; } .fixed_swipe_container .swipe-wrap, .fixed_swipe_container .next_swipe, .fixed_swipe_container .prev_swipe { z-index: 2; } .fixed_swipe_container .ring { width : 150px !important; height: 150px !important; } .fixed_swipe_container div { width : 70%; max-height: 100% !important; height : 100vw; } .fixed_swipe_container .swipe-wrap>div img { /* max-height: 100% !important; height : 100vw; */ height : auto; } .show_all_content_button_container svg, .hide_all_content_button_container svg { width: 14px; } .show_all_content_button_container, .hide_all_content_button_container { margin : auto; display : inline-block; width : 30px; max-width : 30px; margin-left: calc(50% - 15px); } .hide_all_content_button_container { margin-left: calc(50% - 28px); padding: 0 20px; } .fixed_swipe_container .hotel_starts { display: none; } .fixed_swipe_container .next_swipe, .fixed_swipe_container .prev_swipe { top: 46%; } .next_swipe svg, .prev_swipe svg { width : 13px; height: 20px; ; } /* fixed swipe style end */ /* pickmeup style */ .pickmeup { z-index: 999999999999999999999999999999; } /* pickmeup style end */ .hotel_starts svg { width: 13px; } /* swiper image stile */ .swipe-wrap>div img { width : 100%; height : 0; /* max-height: 100%; */ } /* swiper image stile end */ /* tabs style */ .tabs_container { display : -webkit-box; display : -ms-flexbox; display : flex; border : none !important; border-bottom: 2px solid #F4F4F4 !important; width : 100%; margin-bottom: 10px; position : relative; top : 0px; z-index : 100000000; background: #fff; position : -webkit-sticky; position : sticky; } .tabs_container>* { /* width: 30% */ } /* .mobile_shopList_fi{ display: none } */ /* tabs style end */ /* calendar event dates style */ .event_date.pmu-button { background: rgba(253, 211, 2, 0.575); } /* hidden input */ .hidden_input { position : absolute; top : 0; visibility: hidden; ; z-index: -99999; } /* addet hotel button style */ .select_container { position: relative; } .icon_container_postFix { position: absolute; right : 15px; z-index : 45; top : 6px; } [data-add] .add_booking { color : #fff !important; background : #286786 !important; opacity : 0.8 !important; border-color: #286786 !important; } /* addet hotel button style end */ .pickmeup { z-index: 9999999999999999999 !important; } /* .tur_description_content{ display: flex; } */ .tur_description_content img { -ms-flex-item-align: baseline; align-self : baseline; margin-right: 1em; width : 30%; min-width : 210px; float : left; } .tur_description_content p { display: block !important; } /* select on open style*/ .selector-element svg { -webkit-transition: all .5s linear; transition : all .5s linear; } .selector-element.open::after { -webkit-transform: rotate(225deg); transform: rotate(225deg); } .selector-element::after { content : ''; width : 9px; height : 9px; display : block; position : absolute; top : 12px; right : 15px; -webkit-transition : all 0.5s linear; transition : all 0.5s linear; -webkit-transform-origin: center center; transform-origin : center center; -webkit-transform : rotate(45deg); transform : rotate(45deg); border-right : 2px solid #656565; border-bottom : 2px solid #656565; } .showMore, .showLess { cursor: pointer; color : #286786; } .moreContent { display: none; } .removeOrderButton { cursor : pointer; /* background : red; */ height : 24px; width : 25px; border-radius : 50%; display : -webkit-inline-box; display : -ms-inline-flexbox; display : inline-flex; -webkit-box-pack : center; -ms-flex-pack : center; justify-content : center; position : relative; -webkit-box-align : center; -ms-flex-align : center; align-items : center; /* left : -17px */ /* color : #fff; */ } .Booking_details_form.added .add_booking, .tur_description.added .add_tour_btn, .transport_section.added .add_transport_btn, .rent_form.added .add_transport_rante_btn { color : #fff !important; background : #286786 !important; opacity : 0.5 !important; border-color: #286786 !important; } /* select on open style end */ .rante_car_swiper { z-index : 1 !important; position: static !important; } /* datepicker input on focus style */ .datepicker_input:focus+svg { -webkit-transform: rotate(180deg); transform : rotate(180deg); } .datepicker_input+svg { -webkit-transition: all .5s linear; transition : all .5s linear; } /* datepicker input on focus style end*/ [data-form_name='Car-Rent'] { margin-top: 50px; } .show { display: block !important; } /* open close big sections style */ .show_hide_container.open>* { /* transition: margin-top .9s linear !important; */ } .show_hide_container.open { z-index : 999999; position: relative; border : 2px solid transparent; /* top : 20px; */ } .closed>* { overflow: hidden; z-index : 9999; position: relative; visibility: hidden; height: 0; } .show_hide_container>* { background : #fff; -webkit-backface-visibility: hidden; backface-visibility : hidden; -webkit-transition : all 0s linear !important; transition : all 0s linear !important; } .show_hide_container { overflow: hidden !important; position: absolute; width : 100%; background : #fff; -webkit-backface-visibility: hidden; backface-visibility : hidden; } .show_hide_container:not(.closed), .show_hide_container:not(.closed)>* { -webkit-animation: .5s delay-overflow; animation : .5s delay-overflow; -webkit-animation-delay : 1.6s; animation-delay : 1.6s; padding-bottom : 15px; -webkit-animation-fill-mode: forwards; animation-fill-mode : forwards; } .closed.show_hide_container>*:first-child { margin-top : -5000px; -webkit-transition: margin-top .3s linear; transition : margin-top .3s linear; } .closed .hotels_shopList>div:first-child>div { -webkit-transition: margin-top .3s linear; transition : margin-top .3s linear; } .hotels_shopList>div:first-child>div { -webkit-transition: margin-top .3s linear; transition : margin-top .3s linear; } .closed.show_hide_container { border: none !important; -webkit-transition: margin-top .3s linear; transition: margin-top .3s linear; } .Accommodation { padding-bottom: 0 !important; padding-top : 0 !important; padding : 0; } .Accommodation_SH { border: 2px solid transparent !important; } .Accommodation>div { margin-top: 15px; } .Accommodation>div:last-child { margin-bottom: 15px; } .Accommodation, .transport_section, .turs_section { -webkit-transition: all .3s linear; transition : all .3s linear; max-height : auto; overflow : hidden; overflow : hidden; } [data-container] svg { -webkit-transform-origin: center; transform-origin : center; -webkit-transition : all .3s linear; transition : all .3s linear; } [data-container='Accommodation'] svg:last-child { -webkit-transform: rotate(-180deg); transform : rotate(-180deg) } [data-container='transport_section'] svg:last-child { -webkit-transform: rotate(-180deg); transform : rotate(-180deg) } .one_hotel_item_container { padding: 15px; border : 2px solid #F4F4F4; } /* open close big sections style end*/ .display_block { display: block; } .blue_color { color: #286786 !important; } .black_color { color: #040404; } .gold_color { color: #F6B576; } .bold_font { font-weight: bold; } .relative { position: relative; } .gray_border_bottom { border-bottom: 2px solid #F4F4F4; } .sections_icon_container p { padding : 0; margin : 0; padding-bottom : 15px; display : inline-block; /* border-bottom : 2px solid #286786; */ margin-bottom : -2px; padding-left : 15px; padding-right: 15px; cursor : pointer; } .sections_icon_container p svg { width : 28px; margin-top: -3px; fill : #286786; } .icon_text.sections_icon_container.blue_color.selected::after { -webkit-transform: scale(1) !important; transform: scale(1) !important; } .icon_text.sections_icon_container.blue_color::after { content : ''; display : block; width : 100%; height : 2px; background: #286786; position : relative; -webkit-transition: all .5s linear; transition : all .5s linear; -webkit-transform-origin: center; transform-origin : center; -webkit-transform : scale(0); transform : scale(0); top : 2px; } /* show hide styles */ /* show hide styles end*/ /* checkbox style */ *, *:before, *:after { -webkit-box-sizing: border-box; box-sizing : border-box; margin : 0; padding : 0; } .new { padding: 50px; } .form-group { display : -webkit-box; display : -ms-flexbox; display : flex; -webkit-box-align: center; -ms-flex-align : center; align-items : center; margin-bottom : 15px; } .form-group input { padding : 0; height : initial; width : initial; margin-bottom: 0; display : none; cursor : pointer; } .form-group label { position : relative; cursor : pointer; font-size: 14px; margin-right: 50px; display : inline-block; } .form-group label:before { content : ''; -webkit-appearance : none; background-color : transparent; border : 1px solid #F4F4F4; /* box-shadow : 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05); */ padding : 10px; display : inline-block; position : relative; vertical-align : middle; cursor : pointer; margin-right : 10px; } .form-group input:checked+label:after { content : ''; display : block; position : absolute; top : 1px; left : 9px; width : 8px; height : 20px; border : solid #286786; border-width : 0 2px 2px 0; -webkit-transform: rotate(45deg); transform : rotate(45deg); } .form-group { -ms-flex-wrap: wrap; flex-wrap : wrap; } .form-group input~div:not(.swipe_container) { display: none; } .form-group input:checked~div.swipe_container { opacity: 1 !important; } .form-group input~div.swipe_container { width: 300px; opacity: 0; } .form-group input:checked~div { display: inline-block; } .checkboxes .datePicerInputContainer { margin-right: 7px; } /* checkbox style end */ /* radio style */ .radios { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; max-width : 100% !important; } .radios>div { width: 100%; } .radios>div>div { text-align: right } .radio_container [type="radio"]:checked, .radio_container [type="radio"]:not(:checked) { position: absolute; left : -9999px; } .radio_container [type="radio"]:checked+label, .radio_container [type="radio"]:not(:checked)+label { position : relative; padding-left: 28px; cursor : pointer; line-height : 20px; display : inline-block; color : #666; } .radio_container [type="radio"]:checked+label:before, .radio_container [type="radio"]:not(:checked)+label:before { content : ''; position : absolute; left : 0; top : 4px; width : 15px; height : 15px; border : 1px solid #ddd; border-radius: 100%; background : #fff; } .radio_container [type="radio"]:checked+label:after, .radio_container [type="radio"]:not(:checked)+label:after { content : ''; width : 13px; height : 13px; background : #286786; position : absolute; top : 5px; left : 1px; border-radius : 100%; -webkit-transition: all 0.2s ease; transition : all 0.2s ease; } .radio_container [type="radio"]:not(:checked)+label:after { opacity : 0; -webkit-transform: scale(0); transform : scale(0); } .radio_container [type="radio"]:checked+label:after { opacity : 1; -webkit-transform: scale(1); transform : scale(1); } /* radio style end*/ /* dat picker input styles */ .datePicerInputContainer input { min-width: 220px; } .datePicerInputContainer { min-width: 220px; } .datePicerInputContainer { position: relative; display : inline-block; } .datePicerInputContainer svg { position: absolute; top : 10px; color : #286786; left : 10px; cursor : pointer; width : 20px !important; fill : #286786 !important; } .datePicerInputContainer svg:last-child { right: 10px; left : initial; width: 15px !important; } .datePicerInputContainer input { padding-left: 40px; width : 100%; font-size : 13px; border : 1px solid; border-color: #F4F4F4; outline : none; display : block; min-height : 40px; } /* selects style */ select { outline : none !important; -webkit-box-shadow: none !important; box-shadow : none !important; /* border : 1px solid !important; */ border-radius : 0 !important; } select.input-lg { -webkit-appearance: none; -moz-appearance : none; -o-appearance : none; /* no standardized syntax available, no ie-friendly solution available */ } select+i.fa { /* position : relative; */ margin-top : -30px; margin-right: 5px; /* this is so when you click on the chevron, your click actually goes on the dropdown menu */ pointer-events: none; /* everything after this is just to cover up the original arrow */ /* (for browsers that don't support the syntax used above) */ background-color: #fff; padding-right : 5px; } select+svg { position: absolute; right : 10px; top : 10px; cursor : pointer } .select .row>div:first-child { min-width: 300px; } .option_inside_postText { font-weight: bold; color : #286786; } .option-text { font-size : 15px; padding-left: 10px; } div.selector-element { height: 40px; color : inherit !important } div.selector-element div.selector-selected { border-color: #F4F4F4; } div.selector-element div.selector-options { border-color: #F4F4F4; } div.selector-element div.selector-selected p.selected-text { display : -webkit-box; display : -ms-flexbox; display : flex; -webkit-box-align: center; -ms-flex-align : center; align-items : center; } div.selector-element div.selector-selected p.selected-text svg:last-child { position : absolute; right : 4px; top : 32%; visibility: hidden; } /* select style end */ /* button style */ .custom_style_button { font-size : 15px; font-weight : bold; border : 2px solid #286786; color : #286786; background : #fff; height : 40px; min-width : 80px; -webkit-transition: all .2s linear; transition : all .2s linear; } /* button style end*/ .wrapper { max-width : 1360px; width : 100%; margin : auto; /* background : gray; */ min-height : 100vh; padding : 0 20px; padding-top : 10px; } .header { /* background-color: #57e23f; */ min-height : 100px; } .header>div:first-child { border-right: 2px solid #F4F4F4 } .select_accommodation, .hotels_shopList, .transport_excursion { /* background-color: #57e23f; */ min-height : 100px; margin-top : 10px; } .select_accommodation>div { /* background: rgb(219, 233, 23) */ } .hotels_shopList>div:nth-child(1) { /* background: #dde2f2; */ } .hotels_shopList>div:nth-child(2) { /* background : #5a9aee; */ padding-right : 0; padding-left : 40px; overflow : hidden; } .transport_excursion>div:nth-child(1) { background: #06f6ba; } /* .header styling */ .header {} .header .contact_info .contact_info_item { line-height : 18px; padding : 10px 0; padding-left: 25px; } .header .contact_info .contact_info_item p.bold_font { margin: 0px 0; } .header .contact_info .contact_info_item span.display_block:nth-child(3), .header .contact_info .contact_info_item span.display_block:nth-child(4) { margin-top: 10px; } .header .logo_text img { width : 220px; margin: 10px 0; } /* .header styling end*/ /* select_accommodation style*/ /* .select_accommodation>div:first-child { border-bottom: 2px solid #F4F4F4; } */ .select_accommodation .icon_text { font-size : 20px; margin-top: 14px; } .selector-options::before { content : ''; width : 85%; margin : auto; height : 0; -webkit-box-sizing: border-box; box-sizing : border-box; border : 1px solid #F4F4F4; display : block; top : -1px; z-index : 99999999; left : 6%; position : absolute; } div.selector-element div.selector-options { max-height: 250px; } div.selector-element div.selector-options div.selector-option { background-color: #fff; padding-left : 0; } .select_accommodation .icon_text p svg { margin-right: 5px; } /* select_accommodation style end*/ /* hotels_shopList style */ /* hotels style */ .hotels_shopList { position: relative; } .hotels_shopList .main_Content { margin : 0; position : relative; margin-top : 10px; margin-bottom: 50px; } .hotels_shopList>div:first-child { padding: 0; } .hotels_shopList>div:first-child>div:first-child { margin-top: 0; } .hotels_shopList>div:first-child>div { border : 2px solid #F6F6F6; /* padding : 15px; */ /* margin-top : 15px; */ } .swipe_container { margin-top: 0; } .hotels_block .hotel_info_container { margin : auto; margin-top: 0; } .hotels_block .hotel_info_container .hotel_address svg { color: #286786; } .hotels_block .hotel_info_container .services { display : -webkit-box; display : -ms-flexbox; display : flex; -ms-flex-wrap : wrap; flex-wrap : wrap; width : 100%; line-height : 25px; padding : 0; /* justify-content: center */ } .hotels_block .hotel_info_container .services>div { width: 184px; } .important_facility>svg { color: #286786 !important; fill : #286786; } .hotels_block .hotel_info_container .services>div>svg { color: #286786 !important; width : 20px !important; font-size: 15px; } .hotels_block .hotel_info_container .facilities { margin-bottom: 0 !important; } .hotels_block .hotel_info_container p { margin-bottom: 4px !important; } .hotels_block .hotel_info_container .Booking_details { display : -webkit-box; display : -ms-flexbox; display : flex; -webkit-box-pack: justify; -ms-flex-pack : justify; justify-content : space-between; } .hotels_block .hotel_info_container .Booking_details { line-height: initial !important; margin-top : -32px; } .hotels_block .hotel_info_container .Booking_details p { margin : 0; font-size: 18px; } .hotels_block .hotel_info_container .Booking_details .right_side_booking_information p~p { font-size: 14px; } .hotels_block .hotel_info_container .Booking_details .right_side_booking_information p:nth-child(2) { margin-top: 2px; } .hotels_block .hotel_info_container .Booking_details .total_price { font-weight: bold; } .hotels_block .hotel_info_container .Booking_details>p { font-weight: bold; margin-top : 47px; font-size : 16px; position : relative; top : -6px; } .hotels_block .hotel_info_container .Booking_details .right_side_booking_information { text-align: right; } .hotels_block .hotel_info_container .Booking_details .right_side_booking_information p { margin-bottom: 0 !important; } .hotels_block .hotel_info_container .Booking_details_form { display: -webkit-box; display: -ms-flexbox; display: flex; } .hotels_block .hotel_info_container .Booking_details_form .select_container:nth-child(1) .selector-element { z-index: 3; } .hotels_block .hotel_info_container .Booking_details_form .select_container:nth-child(2) .selector-element { z-index: 2; } .hotels_block .hotel_info_container .Booking_details_form .select_container .option-text svg:first-child { color: #286786; } .hotels_block .hotel_info_container .Booking_details_form div.selector-element div.selector-options div.selector-option, div.selector-element div.selector-selected { padding-left: 0 !important } .hotels_block .hotel_info_container .Booking_details_form div.selector-element div.selector-selected p.selected-text svg:last-child { top: 29% } .hotels_block .hotel_info_container .Booking_details_form .datePic_container { width : 40%; position: relative; } .hotels_block .hotel_info_container .Booking_details_form .datePic_container .check_in_out_hotel { border : 1px solid; border-color: #F4F4F4; outline : none; } .hotels_block .hotel_info_container .Booking_details_form .datePic_container svg { position: absolute; top : 10px; color : #286786; left : 10px; cursor : pointer; width : 20px !important; fill : #286786; } .hotels_block .hotel_info_container .Booking_details_form .datePic_container svg:last-child { right: 10px; left : initial; width: 15px !important; color : inherit; -webkit-transform-origin: center; transform-origin : center; -webkit-transition : all 0.5s linear; transition : all 0.5s linear; } .hotels_block .hotel_info_container .Booking_details_form .datePic_container input { display : inline-block; width : 100%; height : 100%; padding-left: 40px; font-size : 13px; } .hotels_block .hotel_info_container .Booking_details_form .select_container:nth-child(2) { width: 23%; } .hotels_block .hotel_info_container .Booking_details_form .select_container:nth-child(3) { width: 23%; } .hotels_block .hotel_info_container .Booking_details_form .add_booking { width : 14%; border-radius : 0; border-color : #286786; border : 2px solid; background : #fff; color : #286786; font-weight : bold; outline : none !important; padding : 0; height : initial !important; -webkit-box-sizing: border-box; box-sizing : border-box; -webkit-box-shadow: none !important; box-shadow : none !important; z-index : 9; } /* hotels style end */ /* shopLists Style */ .shopList_block { min-height: 100px; border : 1px solid #F4F4F4; top : 0; min-width : 320px; padding : 20px 0; } .shop_item_container { /* width : 100% !important; */ -ms-flex-wrap : wrap; flex-wrap : wrap } .Amount_item { white-space: nowrap } .shop_item_container .shope_item { display: -webkit-box; display: -ms-flexbox; display: flex; width : 100% !important; position: relative; padding : 6px 0px; border-bottom : 1px solid #F4F4F4; justify-content: space-between; } .shop_item_container .shope_item div:first-child { width: 30.1%; } .shop_item_container .shope_item div { width: 20%; display: flex; justify-content: space-between; } .shopList_block .shopList_title { color : #040404; font-weight : bold; font-size : 15px; padding-bottom: 10px !important; margin-bottom : 10px !important; } .shopList_block .shopList>div { display : -webkit-box; display : -ms-flexbox; display : flex; -webkit-box-pack: justify; -ms-flex-pack : justify; justify-content : space-between; padding : 6px 0px; margin : 0 20px; } .shopList_block .shopList>div:nth-child(2), .shopList_block .shopList>div:last-child { border-bottom: none; } .shopList_block .shopList>div:last-child { -webkit-box-pack: end; -ms-flex-pack : end; justify-content : flex-end; font-weight : bold; } .shopList_block .shopList>div>div:nth-child(1) { width: 30%; } .shopList_block .shopList>div>div:nth-child(2) { width: 20%; } .shopList_block .shopList>div>div:nth-child(3) { width: 20%; } .shopList_block .shopList>div>div:nth-child(4) { width: 20%; } .costumerContacts { padding: 10px 20px; } .costumerContacts .costumerContacts_title { border-bottom : #F4F4F4; color : #040404; font-weight : bold; font-size : 15px; padding-bottom: 10px; border-bottom : 1px solid #F4F4F4; margin-bottom : 10px; } .costumerContacts .contact_form_inputs { display : -webkit-box; display : -ms-flexbox; display : flex; -ms-flex-wrap : wrap; flex-wrap : wrap; -webkit-box-pack: justify; -ms-flex-pack : justify; justify-content : space-between; line-height : 20px; } .costumerContacts .contact_form_inputs input { width : 47%; -webkit-box-pack: justify; -ms-flex-pack : justify; justify-content : space-between; margin-bottom: 10px; height : 40px; padding-left : 10px; border : 1px solid #F4F4F4; } .costumerContacts .contact_form_inputs input:nth-child(6), .costumerContacts .contact_form_inputs input:nth-child(5) { width: 100%; ; } .costumerContacts .button_container { text-align: right; } .costumerContacts button { font-size : 15px; font-weight : bold; border : 2px solid #286786; color : #286786; background : #fff; width : 200px; height : 40px; -webkit-transition: all .2s linear; transition : all .2s linear; } /* shopLists Style end */ /* transport_block style */ .icon_text { padding-top: 20px; font-size : 20px; font-weight: bold; border : none !important } .select_trip_form { margin-top: 10px; } .flight_input { position : relative; min-height : 40px; margin-left: -7px; border-left: none; } .flight_input input { min-height : 40px; width : 150px; padding-left: 40px; } .flight_input { position: relative; display : inline-block; } .flight_input img { position: absolute; top : 12px; color : #286786; left : 10px; width : 20px; cursor : pointer; } .flight_input input { padding-left: 40px; width : 150px; font-size : 13px; border : 1px solid; border-color: #F4F4F4; outline : none; display : block; min-height : 40px; } .selectCarForem { margin-top: 15px; width : 100%; } .car_images_swipper_container { margin : 10px 0; border : 1px solid #F4F4F4; max-width : 300px; padding-left : 0; padding-right: 0; } .car_images_swipper_container .car_price { border : 1px solid #F4F4F4; padding: 10px; } path { color: inherit !important; } .one_tour_form .selected-text svg :nth-child(1), .selector-element .option-text svg:first-child { color: #286786; } .one_tour_form * svg :nth-child(2) {} .one_tour_form .datePicerInputContainer svg:last-child, div.selector-element div.selector-selected p.selected-text svg:last-child { color: #656565 !important; } .add_tour_btn { width: 150px; } /* transport_block style end*/ /* excursion section style */ .excursion_section { margin : 0; padding : 15px 0; padding-top: 0; margin-top : 0; } .turs_information_section { margin-top : 10px; margin-bottom: 40px; } .one_tour_form { display: -webkit-box; display: -ms-flexbox; display: flex; } .one_tour_form .datePicerInputContainer { width: 30%; } .tur_description_item { position : relative; width : 100%; margin-top: 20px; } .tur_description_item .tur_description { -webkit-transition: all .2s linear; transition : all .2s linear; overflow : hidden; } @-webkit-keyframes nullAnimation { from {} to {} } @keyframes nullAnimation { from {} to {} } @-webkit-keyframes delay-overflow { from { overflow: hidden; } to { overflow: initial; } } @keyframes delay-overflow { from { overflow: hidden; } to { overflow: initial; } } .tur_description_item .tur_description .showHideContainer { -webkit-transition: all .3s linear; transition : all .3s linear; margin-top : -110%; } .tur_description_item p { display : -webkit-box; display : -ms-flexbox; display : flex; -webkit-box-pack: justify; -ms-flex-pack : justify; justify-content : space-between; padding-right : 40px; } .tur_description_item p span:last-child { font-size: 15px; } .tur_description_item .checkbox_show_hide_content { height : 30px; cursor : pointer; width : 100%; position: absolute; opacity : 0; top : 0; } .tur_description_item .checkbox_show_hide_content+label { position : absolute; right : 15px; top : 1px; font-size : 15px; cursor : pointer; -webkit-transition: all .3s linear; transition : all .3s linear; } .tur_description_item .checkbox_show_hide_content+label svg { width: 14px; } .tur_description_item .checkbox_show_hide_content:checked~label { -webkit-transform-origin: center; transform-origin : center; -webkit-transform : rotate(-180deg); transform : rotate(-180deg); } .tur_description_item .checkbox_show_hide_content:checked~.tur_description { /* animation: .1s delay-overflow; */ -webkit-animation: 1s delay-overflow; animation : 1s delay-overflow; -webkit-animation-delay : 1s; animation-delay : 1s; padding-bottom : 15px; -webkit-animation-fill-mode: forwards; animation-fill-mode : forwards; } .tur_description_item .checkbox_show_hide_content:checked~.tur_description .showHideContainer { margin-top: 1px; } /* excursion section style end */ .mobile_shopList_fi span:nth-child(2) svg { width: 12px; } @media only screen and (min-width: 1200px) { .shopList_block { margin-top: 0px; max-height: 95vh; overflow-y: auto; overflow-x: hidden; } } @media only screen and (min-width: 1200px) and (max-width: 1390px) { /* STYLES HERE */ body { /* background: red; */ padding-left: 10px; } } @media only screen and (min-width: 661px) and (max-width: 1200px) { .container { max-width: 95%; padding : 0 15px; } .shopList_block_container { top: 0 !important; } } @media only screen and (min-width: 1200px) { .shopList_block_container { top: 106px !important; } .custom_col_md_9 { -webkit-box-flex: 0; -ms-flex : 0 0 74%; flex : 0 0 74%; max-width : 71%; } .custom_col_md_3 { -webkit-box-flex: 0; -ms-flex : 0 0 29%; flex : 0 0 29%; max-width : 29%; } .hotel_info_container { padding-left: 0 } .swipe_container { /* max-width : 280px; */ min-height : 208px; } .swipe-wrap>div img { min-height: 208px; } .hotels_block .hotel_info_container { margin-top: -7px; } .hotels_block .hotel_info_container .services { -webkit-box-flex: 0; -ms-flex : 0 0 92%; flex : 0 0 92%; max-width : 92%; } .hotels_block .hotel_info_container { padding-right: 30px; } .add_btn_container { width : 50%; text-align : right; padding-right: 0; } /* .radios { padding-right: 42px; } */ } @media only screen and (max-width: 1200px) { .hotels_shopList>div:nth-child(2) { padding-left: 0 !important; } .shopList_block { margin-top: 0px !important; } .header .contact_info .contact_info_item { padding-left: 0; } .excursion_section { padding-left : 15px !important; padding-right: 15px !important; } .excursion_section .sections_icon_container p { margin-left: -30px; } /* .datePicerInputContainer input { padding-left: 25px; font-size : 10px; font-weight : bold; } */ .header>div:first-child { border-right: none; } } @media only screen and (max-width: 1024px) { [data-container='transport_section'] svg:last-child { -webkit-transform: rotate(0deg); transform : rotate(0deg) } [data-container='turs_section '] svg:last-child { -webkit-transform: rotate(0deg); transform : rotate(0deg) } .transport_section_SH:not(.open) .transport_section, .turs_section_SH:not(.open) .turs_section { /* margin-top: -5000px; */ overflow : hidden; } } @media only screen and (min-width: 990px) { .swipe-wrap>div img { min-height: 208px; } .transport_section .swipe-wrap>div img { min-height: 228px; } } @media only screen and (max-width: 991px) { .car_images_swipper_container { max-width: 95%; } .swipe-wrap>div img { min-height: 350px; } } @media only screen and (min-width: 661px) { .mobile_booking_price_block, .mobile_shower_item_container, .hide_all_content_button_container, .mobile_shopList_fi { display: none !important; } .mobile_sow_hide_elements .hotels_block { margin-top: 0 !important; } } @media only screen and (max-width: 660px) { .hotel_info_container h4 { font-size : 18px; margin-top: 4px; } .shopList_block { overflow-y : auto; overflow-x : hidden; /* height : 94vh; */ padding-bottom : 40px; /* padding-top : 200px; */ /* overflow: scroll; -webkit-overflow-scrolling: touch; */ -webkit-overflow-scrolling : touch !important; /* overflow: auto !important; */ } .html { height: calc(var(--vh, 1vh) * 100 ); padding: 0 5px; } .tur_description_content img { width: 100%; } .tur_description_content p { padding-right: 10px !important; } .shopList_block_container { -webkit-transition : all .5s linear; transition : all .5s linear; /* transition-delay: .5s; */ } .shopList_block_container { -webkit-box-shadow: 0px 2px 20px 0px grey; box-shadow : 0px 2px 20px 0px grey; } /* accommodation item */ .hotels_block .hotel_info_container .Booking_details_form { -ms-flex-wrap: wrap; flex-wrap : wrap; } .hotels_block .hotel_info_container .Booking_details_form .datePic_container { width : 100%; height: 40px; } .hotels_block .hotel_info_container .Booking_details_form .select_container:nth-child(2) { width : 50%; height: 40px; } .hotels_block .hotel_info_container .Booking_details_form .select_container:nth-child(3) { width : 50%; height: 40px; } .hotels_block .hotel_info_container .Booking_details_form .add_booking { width : 100%; height : 40px !important; margin-top: 10px; } .right_side_booking_information { display: none; } .mobile_booking_price_block { margin : 10px 0; line-height: 15px; } .pickmeup { z-index: 99; } .selector-element { z-index: 98 !important; } .mobile_shower_item_container img { min-width: 130px; } .mobile_shower_item_container .container-fluid { padding-right: 0; padding-left : 0; } .mobile_shower_item_container .d-inline { line-height: 16px; font-size : 14px; } .mobile_shower_item_container .hotel_starts { left: 23px; } .mobile_shower_item_container, .hotels_block { margin-top : 0; -webkit-transition: all .5s linear; transition : all .5s linear; } .mobile_sow_hide_elements, .mobile_shower_item { overflow: hidden; } .mobile_sow_hide_elements .hotels_block { margin-top: -350%; } .one_tour_form { -ms-flex-wrap: wrap; flex-wrap : wrap; } .one_tour_form>*:nth-child(1) { width: 55% } .one_tour_form>*:nth-child(2) { width: 45% } .one_tour_form>*:nth-child(3) { width : 100%; margin-top: 10px; } /* accommodation item end*/ /* radios style */ .radios>div>* { max-width: 100%; -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; } .radios>div>* button { width: 100%; } .radios { padding-left : 0; padding-right: 0; } .add_btn_container { padding-right: 0; } .transport_section { padding-right: 1px; } /* radios style end */ /* orders and contacts style */ .costumerContacts input, .costumerContacts button { width: 100% !important; } .shopList_block .shopList_title { display: none !important; } .mobile_shopList_fi { position: fixed; top : calc(100vh - 65px); height : 55px; -webkit-box-align: center; -ms-flex-align : center; align-items : center; left : 0; right : 0; display: -webkit-box; display: -ms-flexbox; display: none; z-index: 99999999999; /* box-shadow : -5px 3px 20px 0px black; */ -webkit-box-pack : justify; -ms-flex-pack: justify; justify-content: space-between; padding : 10px; padding-top : 0; background : #fff; border-top : 1px solid #F4F4F4; border-bottom : 1px solid #F4F4F4; cursor : pointer; width : calc(100% - 20px); -webkit-box-sizing: initial; box-sizing : initial; /* border-bottom : 1000px solid #fff; */ } .mobile_shopList_fi.show { display : -webkit-box !important; display : -ms-flexbox !important; display : flex !important; /* bottom : initial !important; top : 0 !important; */ -webkit-transition: all .5s linear; transition : all .5s linear; } .mobile_shopList_fi span:nth-child(2) { -webkit-transform-origin: center; transform-origin : center; -webkit-transition : all 0.5s linear; transition : all 0.5s linear; -webkit-transform : rotate(180deg); transform : rotate(180deg) } .wrapper { margin-top: 40px; } .shopList_block_container { position : fixed; bottom : calc(-100vh + 55px); height : 100vh; top : initial !important; background : #fff; /* -webkit-transition: all .5s linear; transition : all .5s linear; */ z-index : 999999999; left : 0; overflow-y : auto !important; max-height : calc(100vh - 55px); } .shopList_block_container.showShop { bottom: 0 !important; } .pickmeup { z-index: 999999999999; } /* orders and contacts style */ /* select trip style */ .form-group { display : -webkit-box; display : -ms-flexbox; display : flex; -ms-flex-wrap: wrap; flex-wrap : wrap; } .form-group>*:nth-child(1) { width : 100%; white-space: nowrap; } .form-group>*:nth-child(2), .form-group>*:nth-child(3) { width: 50%; white-space: nowrap; } .flight_input input { width: 100%; } .checkboxes .form-group input:checked~div { width: 50%; } /* select trip style end*/ .swipe-wrap>div img { min-height: 250px; } } @media only screen and (max-width: 581px) { .transport_section_SH { padding-left : 15px; padding-right: 15px; } .datePicerInputContainer input { min-width : 0; font-size : 12px; /* font-weight: bold; */ padding-left : 32px; letter-spacing: -1px; } .datePicerInputContainer { min-width: 0; } .navbarTextShow { font-size : 15px; width : 0; overflow : hidden; display : inline-block; margin-bottom: -5px; } .selected .navbarTextShow { width: 100% !important; } .sections_icon_container p svg { fill: #656565; } .selected.sections_icon_container p svg { fill: #286786; } .sections_icon_container p { white-space: nowrap; } } @media only screen and (max-width: 400px) { .mobile_shower_item_container svg { margin-left : 0; margin-right: 3px; } .one_hotel_item_container{ padding: 6px; } } @media only screen and (max-width: 340px) { .mobile_shower_item_container svg { margin-left : 2px; margin-right: 1px; width : 10px !important; } } @media only screen and (max-width: 380px) { .mobile_shower_item_container img { min-width: 110px; } .mobile_shower_item_container h4 { font-size: 1rem; } .swipe-wrap>div img { min-height: 220px; } /* .mobile_shower_item_container svg { width : 0.6em; margin-left: 5px; } */ .add_car_rante{ width: 100%; max-width: 100%; min-width: 100%; padding: 0; margin-top: 10px; /* padding-right: 10px !important; */ } .add_car_rante button{ width: 95%; } .rent_form .datePicerInputContainer{ width: 95%; margin-top:10px; padding-right: 10px !important; } } /* hotels_shopList style end*/ /* hover medias */ @media (pointer: fine) { .event_date.pmu-button:hover { background: rgba(253, 211, 2, 0.575) !important; } [data-add] .add_booking:hover { opacity: .5 !important; } .showMore:hover, .showLess:hover { text-decoration: underline; } .Booking_details_form.added .add_booking:hover, .tur_description.added .add_tour_btn:hover, .transport_section.added .add_transport_btn:hover, .rent_form.added .add_transport_rante_btn:hover { opacity: 0.5 !important; } .icon_text.sections_icon_container.blue_color:hover::after { -webkit-transform: scale(1); transform : scale(1); } .datePicerInputContainer input:hover { background-color: #ebebeb; } .custom_style_button:hover { color : #fff; border-color: #286786; background : #286786; } .hotels_block .hotel_info_container .Booking_details_form .datePic_container .check_in_out_hotel:hover { background-color: #ebebeb; } .hotels_block .hotel_info_container .Booking_details_form .add_booking:hover { color : #fff; background: #286786; opacity : 0.8; border-color: #286786; } .costumerContacts button:hover { color : #fff; border-color: #286786; background : #286786; } }
0.351422
0.12075
@import url('http://fonts.googleapis.com/earlyaccess/nanumgothic.css'); @import url('https://fonts.googleapis.com/css?family=Montserrat'); * { font-family: 'Montserrat', sans-serif,'Nanum Gothic'; } /* body{ background-image: url("/mainImage/mainBackground.png"); background-repeat: no-repeat; background-position: 50%50%; background-size:2000px; vertical-align:middle; text-align:center; } */ img{ width: 400px; } html{ background: white; opacity: 0.95; } .logo{ text-align:center; margin-top: 75px; } .quote{ color:#262626; font-size:20px; font-weight: bolder; text-align:center; /*margin-top:5%;*/ margin-top: 75px; } .quoteCredit { color: #999; font-weight: lighter; font-size: 14px; text-align: center; margin-top: 10px; margin-bottom: 100px; } #form{ text-align: center; } .infoFrame{ display: inline-block; color:#999999; width: 400px; } .labels{ text-align: left; color: #262626 ; } .BOX{ //margin-left : 210px; border : 1px solid #dbdbdb; border-radius:7px; width : 100%; height: 30px; background: rgba(255, 255, 255, 0.5); } .buttons{ text-align:center; white-space: nowrap; } #subsub{ margin-right: 100px; width: 130px; height: 40px; background-color: white; color :#262626; border:2px solid #dbdbdb; text-align: center; text-decoration: none; display: inline-block; font-size: 16px; border-radius: 4px; /* hover effect*/ cursor: pointer; transition: all 0.8s; } #subsub:hover { background-color: #ed2a7b; color: white; } #signupBt{ width: 130px; height: 40px; background-color: white; color :#262626; border:2px solid #dbdbdb; text-align: center; text-decoration: none; display: inline-block; font-size: 16px; border-radius: 4px; /* hover effect*/ cursor: pointer; transition: all 0.8s; } #signupBt:hover { background-color: #ed2a7b; color: white; } .pass{ font-weight: lighter; color : #ed2a7b; }
public/css/firstLogin.blade.css
@import url('http://fonts.googleapis.com/earlyaccess/nanumgothic.css'); @import url('https://fonts.googleapis.com/css?family=Montserrat'); * { font-family: 'Montserrat', sans-serif,'Nanum Gothic'; } /* body{ background-image: url("/mainImage/mainBackground.png"); background-repeat: no-repeat; background-position: 50%50%; background-size:2000px; vertical-align:middle; text-align:center; } */ img{ width: 400px; } html{ background: white; opacity: 0.95; } .logo{ text-align:center; margin-top: 75px; } .quote{ color:#262626; font-size:20px; font-weight: bolder; text-align:center; /*margin-top:5%;*/ margin-top: 75px; } .quoteCredit { color: #999; font-weight: lighter; font-size: 14px; text-align: center; margin-top: 10px; margin-bottom: 100px; } #form{ text-align: center; } .infoFrame{ display: inline-block; color:#999999; width: 400px; } .labels{ text-align: left; color: #262626 ; } .BOX{ //margin-left : 210px; border : 1px solid #dbdbdb; border-radius:7px; width : 100%; height: 30px; background: rgba(255, 255, 255, 0.5); } .buttons{ text-align:center; white-space: nowrap; } #subsub{ margin-right: 100px; width: 130px; height: 40px; background-color: white; color :#262626; border:2px solid #dbdbdb; text-align: center; text-decoration: none; display: inline-block; font-size: 16px; border-radius: 4px; /* hover effect*/ cursor: pointer; transition: all 0.8s; } #subsub:hover { background-color: #ed2a7b; color: white; } #signupBt{ width: 130px; height: 40px; background-color: white; color :#262626; border:2px solid #dbdbdb; text-align: center; text-decoration: none; display: inline-block; font-size: 16px; border-radius: 4px; /* hover effect*/ cursor: pointer; transition: all 0.8s; } #signupBt:hover { background-color: #ed2a7b; color: white; } .pass{ font-weight: lighter; color : #ed2a7b; }
0.344664
0.057998
@media screen { h1:before, h2:before, h3:before, h4:before { display: block; content: ' '; margin-top: -1.8em; height: 1.8em; visibility: hidden } html { overflow-y: scroll; position: relative; min-height: 100% } body { padding-top: 3.7rem; font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif; color: #ddd; background-color: #5a5a5a; font-weight: 300 } } a { color: #e9ffaa; text-decoration: none; font-weight: 300 } a:hover, a:focus { color: #de7d40; text-decoration: underline; font-weight: 300 } a.disabled { color: #444; text-decoration: none; font-weight: 300 } a.active { color: #de7d40; text-decoration: none; font-weight: 300 } table, th, td, tr { padding: .5em } table { margin-left: 1em; margin-right: 1em } table p:first-of-type { margin-top: 0 } table p:last-of-type { margin-bottom: 0 } th { color: #fff; background-color: #68AAF7; font-weight: 400 } tr.oneof > td { border-bottom: 1px dashed rgba(255, 255, 255, 0.1); border-top: 1px dashed rgba(255, 255, 255, 0.1) } table { border-collapse: separate; border-spacing: 0 } th, td { border-left: 1px solid #ddd; border-top: 1px solid #ddd } tr:first-child th:first-child { border-radius: 4px 0 0 0 } tr:first-child td:first-child { border-radius: 4px 0 0 0 } tr:first-child th:last-child { border-radius: 0 4px 0 0 } tr:first-child td:last-child { border-radius: 0 4px 0 0 } tr:last-child td { border-bottom: 1px solid #ddd } tr:last-child td:first-child { border-radius: 0 0 0 4px } tr:last-child td:last-child { border-radius: 0 0 4px 0 } tr th:last-child { border-right: 1px solid #ddd } tr td:last-child { border-right: 1px solid #ddd } thead + tbody tr:first-child td:first-child { border-radius: 0 } thead + tbody tr:first-child td:last-child { border-radius: 0 } code { color: #ccc; font-size: 80%; font-weight: 300; word-break: normal } pre { margin: 1em; max-height: 31em; border: 1px solid #777; border-left: 5px solid #777; border-radius: 4px; box-shadow: 3px 3px 8px #777; font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace; text-align: left; white-space: pre; word-spacing: normal; word-break: normal; word-wrap: normal; line-height: 1.5; tab-size: 4; hyphens: none; background: #2d2d2d } pre code { display: block; color: #ddd; padding: .5em } pre code.command-output { padding: 0 } pre code.command-output .command { padding: .5em .5em 0 .5em } pre code.command-output .output { color: #ddd; background-color: #404040; font-style: italic; padding: 0 .5em .5em .5em } pre code.command-output div:only-of-type { padding: .5em } @media print { pre { max-height: unset } } div.highlight { position: relative } button.copy { font-size: .8em; padding: 0 .5em; border-radius: .3em; background-color: #68AAF7; cursor: pointer; color: #fff; text-decoration: none; border: 0; position: absolute; top: 3px; right: 1.3em; z-index: 5 } button.copy-hide { transition: opacity .4s ease-in-out; opacity: 0 } button.copy-show { transition: opacity 1.2s ease-in-out; opacity: 1 } p { font-size: 1rem; font-weight: 300; line-height: 1.5; margin: .25em 0 } @media (min-width: 768px) { p { margin: 1.5em 0 } } li, dt, dd { font-size: 1rem; font-weight: 300; line-height: 1.5; margin: .25em } ol, ul, dl { list-style: initial; font-size: 1rem; font-weight: 300; margin: 0 0 0 1.5em; padding: 0 } li p, dt p, dd p { margin: .4em 0 } ol { list-style: decimal } h1, h2, h3, h4, h5, h6 { border: 0 } h1 { font-size: 2.5rem; color: #fff; font-weight: 400; margin: 30px 0 } h2 { font-size: 2rem; color: #fff; font-weight: 400; margin-bottom: 20px; margin-top: 30px; padding-bottom: 10px; border-bottom: 1px solid #737373 } h3 { font-size: 1.85rem; color: #f8f8f8; font-weight: 500; letter-spacing: 1px; margin-bottom: 20px; margin-top: 30px } h4 { font-size: 1.85rem; color: #f8f8f8; font-weight: 500; margin: 30px 0 20px } h4 + p { margin: 5px 0 } @media (min-width: 768px) { h4 + p { margin: 10px 0 } } h5 { font-size: 1.15rem; color: #f8f8f8; font-weight: 500 } h6 { font-size: .9rem; color: #f8f8f8; font-weight: 500 } .header-link { position: relative; left: 0.5em; top: -.1em; opacity: 0; font-size: 0.6em } h2:hover .header-link, h3:hover .header-link, h4:hover .header-link, h5:hover .header-link, h6:hover .header-link, dt:hover .header-link { transition: opacity .4s ease-in-out; opacity: 1 } @media print { .header-link { display: none } } em { font-style: italic } strong { font-weight: 600 } img { width: 100% } blockquote { display: block; margin: 1em 3em; padding-left: 1em; padding-right: 1em; background-color: #404040; border-radius: 4px 4px 4px 4px } .spacer { height: .1rem } @media (min-width: 768px) { .spacer { height: 1rem } } .deprecated { background: silver } .card { background-color: #5a5a5a; border-color: rgba(255, 255, 255, 0.1) } .card-header { border-bottom-color: rgba(255, 255, 255, 0.1) } #scroll-to-top { display: none; position: fixed; top: 3.7rem; right: 10px; z-index: 99; outline: none; background-color: rgba(90, 90, 90, 0.7); color: rgba(0, 0, 0, 0.4); cursor: pointer; padding: 3px 5px; border-radius: 10px; font-size: 1rem; border: 0; box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.4) } #scroll-to-top:hover { color: #de7d40 } @media screen { .endnote-ref { display: none } } @media print { .col-md-9, .col-lg-7, .col-xl-8 { max-width: 83.2%; flex: 0 0 83.2% } .col-12 { max-width: 100%; flex: 0 0 100% } h1, h2, h3 { color: #000; background: none; page-break-after: avoid } img { max-width: 100% !important } pre, blockquote, img { page-break-inside: avoid } } header .navbar { background-image: linear-gradient(to right, #466BB0, #68AAF7); box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.14), 0 2px 4px 2px rgba(0, 0, 0, 0.28); padding-top: .2em; padding-bottom: .2em } header .navbar .logo { width: 2em; top: 3px; left: 1.3em; position: fixed; fill: #fff } header .navbar .logo circle { fill: #466BB0; stroke: #fff } @media (min-width: 768px) { header .navbar .logo { width: 3em; left: 0.8em } } header .navbar .brand-name { color: #fff; font-size: 1em; font-weight: 400; vertical-align: bottom; line-height: 1.1em; margin-left: 3.7em } header .navbar a { font-weight: 500 } header .navbar a.active { border-bottom: solid 3px #fff; border-radius: 2px } header .navbar a.nav-link { color: #fff; font-size: .9em } header .navbar a.nav-link:hover { color: #de7d40 } header .navbar .dropdown-menu { padding: 0; background-color: #5a5a5a; border-color: #ddd } header .navbar .dropdown-menu a { font-weight: 300 } header .navbar .dropdown-menu i { color: #ddd } header .navbar-dark .navbar-nav .nav-link { color: #fff } header .navbar-dark .navbar-nav .nav-link:hover { color: #de7d40 } header .navbar-dark .navbar-nav .nav-link:active { color: #de7d40 } header .navbar-dark .navbar-nav .nav-link.active { color: #fff; cursor: default } header .navbar-dark .navbar-nav .nav-link.active:hover { color: #fff } header .navbar-dark .navbar-nav .nav-link.active:active { color: #fff } body.theme-dark i.dark { visibility: visible } body.theme-dark i.light { visibility: hidden } body.theme-light i.dark { visibility: hidden } body.theme-light i.light { visibility: visible } #navbar-links { position: static } #search_form { position: static; display: flex } #search_close { display: none } #search_show { display: none } #search_textbox { margin: 4px 0 5px 0; width: 100% } @media (min-width: 768px) { #navbar-links { position: absolute; right: -700px; transition: right 0.5s } #navbar-links.active { right: 1rem; transition: right 0.5s } #search_form { position: absolute; right: -700px; transition: right 0.5s } #search_form.active { right: 1rem; transition: right 0.5s } #search_close { display: block; background-color: transparent; color: #fff; border-width: 0; cursor: pointer } #search_close:hover { color: #de7d40 } #search_show { display: block } #search_textbox { width: calc(1rem * 22) } } footer { background-image: linear-gradient(to right, #466BB0, #68AAF7); color: #fff; position: absolute; bottom: 0; width: 100%; height: 7rem; overflow: hidden; padding: 1rem 0 1.5rem; text-align: center } @media (min-width: 576px) { footer { padding: 1.5rem 0 1rem 0 } } footer .icon { position: relative; display: inline-flex; padding: 4px; border-width: 2px; border-color: transparent; border-style: solid; border-radius: 2px; color: #fff } footer .icon a { text-decoration: none } footer .icon svg { width: 35px; height: 35px; fill: #fff } footer .icon span { opacity: 0; background-color: transparent; color: #fff; text-align: center; position: absolute; z-index: 1; width: 200px; left: -78px; top: -23px; font-size: 75% } footer .icon:hover { border-color: white; border-radius: 25px; box-shadow: 0 0 2px 2px #fff; transition: border-radius 1s, border-color 1s ease } footer .icon:hover span { opacity: 1; transition: opacity .5s } footer .copyright { padding: 0; margin: 0; color: #ccc; line-height: 1.6em; font-size: 0.7em; text-align: right !important } @media (min-width: 992px) { footer .copyright { text-align: center !important } } footer .tag { padding: 0; font-style: italic; margin: 0; line-height: 1.6em; font-size: 0.8em } @media screen { .row-offcanvas .sidebar-offcanvas { transition: all .4s ease; z-index: 42; left: -1500px; width: auto; max-width: 80%; top: 3.7rem; position: absolute } .row-offcanvas.active .sidebar-offcanvas { left: 2rem } } @media screen and (min-width: 768px) { .row-offcanvas .sidebar-offcanvas { position: unset } } .sidebar { order: 0; font-size: 85% } @media (min-width: 992px) { .sidebar { font-size: 100% } } @supports (position: -webkit-sticky) or (position: sticky) { .sidebar { position: -webkit-sticky; position: sticky; top: 3.7rem; z-index: 1000 } } @supports (position: -webkit-sticky) or (position: sticky) { .sidebar .directory { max-height: calc(100vh - 9rem) } } @media (min-width: 1200px) { .sidebar .directory { max-width: 25em } } @media (min-width: 768px) { .sidebar .directory { display: block !important } @supports (position: -webkit-sticky) or (position: sticky) { .sidebar .directory { max-height: calc(100vh - 9rem); overflow-y: auto } } } .sidebar .directory a { font-weight: 300 } .sidebar .directory ul { list-style: none; padding: 0; padding-left: .2em; margin-bottom: 0; margin-left: 0; margin-right: .3em } .sidebar .directory li { display: inline-block; padding: 2px 0 1px 16px; width: 100%; font-size: 85% } .sidebar .directory li .current { color: #de7d40; font-weight: 500 } .sidebar .directory li.sublist { padding-left: 0 } .sidebar .directory li.sublist i { width: 12px } .sidebar .directory .card-body { padding: .5em .1em } .sidebar .directory .card-body > ul { padding-left: 0 } .sidebar .directory .card { margin-top: .1rem; margin-bottom: .1rem } .sidebar .directory .card-header { padding: 0 } .sidebar .directory .card-header div { padding: .75em 1.25em } @media (min-width: 992px) { .sidebar .directory .card-body { padding-left: 1.25rem; padding-right: 1.25rem } .sidebar .directory li { font-size: 100% } .sidebar .directory ul { padding-left: 1em } } .tree-toggle { cursor: pointer; margin-bottom: 0 } .sidebar-toggler { position: absolute; top: 0; left: 10px; z-index: 99; outline: none; background-color: rgba(90, 90, 90, 0.7); color: rgba(0, 0, 0, 0.4); cursor: pointer; padding: 3px 5px; border-radius: 10px; font-size: 1rem; border: 0; box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.4) } .sidebar-toggler:hover { color: #de7d40 } @media print { .sidebar-toggler { display: none } } .toc { order: 0 } @supports (position: -webkit-sticky) or (position: sticky) { .toc { position: -webkit-sticky; position: sticky; top: 3.7rem; z-index: 1000 } } .toc .directory { border-left: 1px solid rgba(255, 255, 255, 0.1); padding-left: .5em } @supports (position: -webkit-sticky) or (position: sticky) { .toc .directory { max-height: calc(100vh - 9rem) } } @media (min-width: 1200px) { .toc .directory { max-width: 25em } } @media (min-width: 768px) { .toc .directory { display: block !important } @supports (position: -webkit-sticky) or (position: sticky) { .toc .directory { max-height: calc(100vh - 9rem); overflow-y: auto } } } .toc .directory li { font-size: .9rem } .toc .directory li a { font-weight: 300 } .toc .directory li a.current { color: #de7d40; font-weight: bold } .toc .directory ul { list-style-type: none !important; padding-left: 0; padding-bottom: 0; margin: 0 } .toc .directory ul ul { padding-left: 1em } .toc-inlined { padding-bottom: 1em } .toc-inlined .directory { border-left: 0 } .toc-inlined .directory li { font-size: 1rem } .toc-inlined .directory ul { list-style-type: none !important; padding-left: 0; padding-bottom: 0; margin: 0 } .toc-inlined .directory ul ul { padding-left: 1em } .toc-inlined .directory ul a { font-weight: 300 } figure { margin: 1.5rem auto; padding: .5rem; background-color: #a3a3a3; border-radius: 4px 4px 4px 4px } figure .wrapper-with-intrinsic-ratio { position: relative; height: 0 } figure .element-to-stretch { position: absolute; top: 0; left: 0; width: 100%; height: 100% } figcaption { text-align: center; font-size: 1.15rem; font-style: italic; font-weight: 400; color: #fff; padding-top: .5rem } .faq .card { border-color: #ddd; margin-bottom: 2em; border-radius: 4px } .faq .card-header { color: #fff; background-color: #ddd } .glossary .trampolines { font-size: 1.85rem; text-align: center; padding-top: .8rem } .glossary .entries h4 { font-size: 1.65rem; font-weight: 300; border-bottom: 1px solid; color: #ccc; border-color: #ccc; margin-top: 2.2rem; margin-bottom: .15rem } .glossary .entries dl { margin-left: 0 } .glossary .entries dl dt { font-weight: 600; list-style-type: none; margin-bottom: 0; margin-top: .8rem; margin-left: 0 } .glossary .entries dl dd { list-style-type: none; margin-left: 2rem; margin-top: 0; line-height: 130% } .section-index li.directory { margin: 0; padding: 0; margin-top: 15px; margin-left: 0 } .section-index li.file { margin: 0; padding: 0; margin-top: 10px } .section-index a { font-weight: 400 } .section-index ul { list-style: disc } .section-index ul > li > ul { list-style: circle } .section-index ul > li > ul > li > ul { list-style: square } .section-index ul > li > ul > li > ul > li > ul { list-style: disc } .btn.btn-istio { background-color: #68AAF7; color: #fff; font-weight: 400; letter-spacing: 1px; cursor: pointer } .btn.btn-istio:hover { background-color: #466BB0 } .btn.btn-istio:active { background-color: #e07484 } .notfound { text-align: center } .notfound .icon { margin-top: 9rem } .notfound .icon img { height: 12rem } .notfound .error { padding: 2rem 0 0 0; font-weight: 70%; font-size: 200% } .notfound .explanation { padding: 2rem 0 9rem 0; font-weight: 300; font-size: 100% } p.last-refresh { font-style: italic; font-size: 80%; }
pkg/ctrlz/assets/static/css/all.css
@media screen { h1:before, h2:before, h3:before, h4:before { display: block; content: ' '; margin-top: -1.8em; height: 1.8em; visibility: hidden } html { overflow-y: scroll; position: relative; min-height: 100% } body { padding-top: 3.7rem; font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif; color: #ddd; background-color: #5a5a5a; font-weight: 300 } } a { color: #e9ffaa; text-decoration: none; font-weight: 300 } a:hover, a:focus { color: #de7d40; text-decoration: underline; font-weight: 300 } a.disabled { color: #444; text-decoration: none; font-weight: 300 } a.active { color: #de7d40; text-decoration: none; font-weight: 300 } table, th, td, tr { padding: .5em } table { margin-left: 1em; margin-right: 1em } table p:first-of-type { margin-top: 0 } table p:last-of-type { margin-bottom: 0 } th { color: #fff; background-color: #68AAF7; font-weight: 400 } tr.oneof > td { border-bottom: 1px dashed rgba(255, 255, 255, 0.1); border-top: 1px dashed rgba(255, 255, 255, 0.1) } table { border-collapse: separate; border-spacing: 0 } th, td { border-left: 1px solid #ddd; border-top: 1px solid #ddd } tr:first-child th:first-child { border-radius: 4px 0 0 0 } tr:first-child td:first-child { border-radius: 4px 0 0 0 } tr:first-child th:last-child { border-radius: 0 4px 0 0 } tr:first-child td:last-child { border-radius: 0 4px 0 0 } tr:last-child td { border-bottom: 1px solid #ddd } tr:last-child td:first-child { border-radius: 0 0 0 4px } tr:last-child td:last-child { border-radius: 0 0 4px 0 } tr th:last-child { border-right: 1px solid #ddd } tr td:last-child { border-right: 1px solid #ddd } thead + tbody tr:first-child td:first-child { border-radius: 0 } thead + tbody tr:first-child td:last-child { border-radius: 0 } code { color: #ccc; font-size: 80%; font-weight: 300; word-break: normal } pre { margin: 1em; max-height: 31em; border: 1px solid #777; border-left: 5px solid #777; border-radius: 4px; box-shadow: 3px 3px 8px #777; font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace; text-align: left; white-space: pre; word-spacing: normal; word-break: normal; word-wrap: normal; line-height: 1.5; tab-size: 4; hyphens: none; background: #2d2d2d } pre code { display: block; color: #ddd; padding: .5em } pre code.command-output { padding: 0 } pre code.command-output .command { padding: .5em .5em 0 .5em } pre code.command-output .output { color: #ddd; background-color: #404040; font-style: italic; padding: 0 .5em .5em .5em } pre code.command-output div:only-of-type { padding: .5em } @media print { pre { max-height: unset } } div.highlight { position: relative } button.copy { font-size: .8em; padding: 0 .5em; border-radius: .3em; background-color: #68AAF7; cursor: pointer; color: #fff; text-decoration: none; border: 0; position: absolute; top: 3px; right: 1.3em; z-index: 5 } button.copy-hide { transition: opacity .4s ease-in-out; opacity: 0 } button.copy-show { transition: opacity 1.2s ease-in-out; opacity: 1 } p { font-size: 1rem; font-weight: 300; line-height: 1.5; margin: .25em 0 } @media (min-width: 768px) { p { margin: 1.5em 0 } } li, dt, dd { font-size: 1rem; font-weight: 300; line-height: 1.5; margin: .25em } ol, ul, dl { list-style: initial; font-size: 1rem; font-weight: 300; margin: 0 0 0 1.5em; padding: 0 } li p, dt p, dd p { margin: .4em 0 } ol { list-style: decimal } h1, h2, h3, h4, h5, h6 { border: 0 } h1 { font-size: 2.5rem; color: #fff; font-weight: 400; margin: 30px 0 } h2 { font-size: 2rem; color: #fff; font-weight: 400; margin-bottom: 20px; margin-top: 30px; padding-bottom: 10px; border-bottom: 1px solid #737373 } h3 { font-size: 1.85rem; color: #f8f8f8; font-weight: 500; letter-spacing: 1px; margin-bottom: 20px; margin-top: 30px } h4 { font-size: 1.85rem; color: #f8f8f8; font-weight: 500; margin: 30px 0 20px } h4 + p { margin: 5px 0 } @media (min-width: 768px) { h4 + p { margin: 10px 0 } } h5 { font-size: 1.15rem; color: #f8f8f8; font-weight: 500 } h6 { font-size: .9rem; color: #f8f8f8; font-weight: 500 } .header-link { position: relative; left: 0.5em; top: -.1em; opacity: 0; font-size: 0.6em } h2:hover .header-link, h3:hover .header-link, h4:hover .header-link, h5:hover .header-link, h6:hover .header-link, dt:hover .header-link { transition: opacity .4s ease-in-out; opacity: 1 } @media print { .header-link { display: none } } em { font-style: italic } strong { font-weight: 600 } img { width: 100% } blockquote { display: block; margin: 1em 3em; padding-left: 1em; padding-right: 1em; background-color: #404040; border-radius: 4px 4px 4px 4px } .spacer { height: .1rem } @media (min-width: 768px) { .spacer { height: 1rem } } .deprecated { background: silver } .card { background-color: #5a5a5a; border-color: rgba(255, 255, 255, 0.1) } .card-header { border-bottom-color: rgba(255, 255, 255, 0.1) } #scroll-to-top { display: none; position: fixed; top: 3.7rem; right: 10px; z-index: 99; outline: none; background-color: rgba(90, 90, 90, 0.7); color: rgba(0, 0, 0, 0.4); cursor: pointer; padding: 3px 5px; border-radius: 10px; font-size: 1rem; border: 0; box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.4) } #scroll-to-top:hover { color: #de7d40 } @media screen { .endnote-ref { display: none } } @media print { .col-md-9, .col-lg-7, .col-xl-8 { max-width: 83.2%; flex: 0 0 83.2% } .col-12 { max-width: 100%; flex: 0 0 100% } h1, h2, h3 { color: #000; background: none; page-break-after: avoid } img { max-width: 100% !important } pre, blockquote, img { page-break-inside: avoid } } header .navbar { background-image: linear-gradient(to right, #466BB0, #68AAF7); box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.14), 0 2px 4px 2px rgba(0, 0, 0, 0.28); padding-top: .2em; padding-bottom: .2em } header .navbar .logo { width: 2em; top: 3px; left: 1.3em; position: fixed; fill: #fff } header .navbar .logo circle { fill: #466BB0; stroke: #fff } @media (min-width: 768px) { header .navbar .logo { width: 3em; left: 0.8em } } header .navbar .brand-name { color: #fff; font-size: 1em; font-weight: 400; vertical-align: bottom; line-height: 1.1em; margin-left: 3.7em } header .navbar a { font-weight: 500 } header .navbar a.active { border-bottom: solid 3px #fff; border-radius: 2px } header .navbar a.nav-link { color: #fff; font-size: .9em } header .navbar a.nav-link:hover { color: #de7d40 } header .navbar .dropdown-menu { padding: 0; background-color: #5a5a5a; border-color: #ddd } header .navbar .dropdown-menu a { font-weight: 300 } header .navbar .dropdown-menu i { color: #ddd } header .navbar-dark .navbar-nav .nav-link { color: #fff } header .navbar-dark .navbar-nav .nav-link:hover { color: #de7d40 } header .navbar-dark .navbar-nav .nav-link:active { color: #de7d40 } header .navbar-dark .navbar-nav .nav-link.active { color: #fff; cursor: default } header .navbar-dark .navbar-nav .nav-link.active:hover { color: #fff } header .navbar-dark .navbar-nav .nav-link.active:active { color: #fff } body.theme-dark i.dark { visibility: visible } body.theme-dark i.light { visibility: hidden } body.theme-light i.dark { visibility: hidden } body.theme-light i.light { visibility: visible } #navbar-links { position: static } #search_form { position: static; display: flex } #search_close { display: none } #search_show { display: none } #search_textbox { margin: 4px 0 5px 0; width: 100% } @media (min-width: 768px) { #navbar-links { position: absolute; right: -700px; transition: right 0.5s } #navbar-links.active { right: 1rem; transition: right 0.5s } #search_form { position: absolute; right: -700px; transition: right 0.5s } #search_form.active { right: 1rem; transition: right 0.5s } #search_close { display: block; background-color: transparent; color: #fff; border-width: 0; cursor: pointer } #search_close:hover { color: #de7d40 } #search_show { display: block } #search_textbox { width: calc(1rem * 22) } } footer { background-image: linear-gradient(to right, #466BB0, #68AAF7); color: #fff; position: absolute; bottom: 0; width: 100%; height: 7rem; overflow: hidden; padding: 1rem 0 1.5rem; text-align: center } @media (min-width: 576px) { footer { padding: 1.5rem 0 1rem 0 } } footer .icon { position: relative; display: inline-flex; padding: 4px; border-width: 2px; border-color: transparent; border-style: solid; border-radius: 2px; color: #fff } footer .icon a { text-decoration: none } footer .icon svg { width: 35px; height: 35px; fill: #fff } footer .icon span { opacity: 0; background-color: transparent; color: #fff; text-align: center; position: absolute; z-index: 1; width: 200px; left: -78px; top: -23px; font-size: 75% } footer .icon:hover { border-color: white; border-radius: 25px; box-shadow: 0 0 2px 2px #fff; transition: border-radius 1s, border-color 1s ease } footer .icon:hover span { opacity: 1; transition: opacity .5s } footer .copyright { padding: 0; margin: 0; color: #ccc; line-height: 1.6em; font-size: 0.7em; text-align: right !important } @media (min-width: 992px) { footer .copyright { text-align: center !important } } footer .tag { padding: 0; font-style: italic; margin: 0; line-height: 1.6em; font-size: 0.8em } @media screen { .row-offcanvas .sidebar-offcanvas { transition: all .4s ease; z-index: 42; left: -1500px; width: auto; max-width: 80%; top: 3.7rem; position: absolute } .row-offcanvas.active .sidebar-offcanvas { left: 2rem } } @media screen and (min-width: 768px) { .row-offcanvas .sidebar-offcanvas { position: unset } } .sidebar { order: 0; font-size: 85% } @media (min-width: 992px) { .sidebar { font-size: 100% } } @supports (position: -webkit-sticky) or (position: sticky) { .sidebar { position: -webkit-sticky; position: sticky; top: 3.7rem; z-index: 1000 } } @supports (position: -webkit-sticky) or (position: sticky) { .sidebar .directory { max-height: calc(100vh - 9rem) } } @media (min-width: 1200px) { .sidebar .directory { max-width: 25em } } @media (min-width: 768px) { .sidebar .directory { display: block !important } @supports (position: -webkit-sticky) or (position: sticky) { .sidebar .directory { max-height: calc(100vh - 9rem); overflow-y: auto } } } .sidebar .directory a { font-weight: 300 } .sidebar .directory ul { list-style: none; padding: 0; padding-left: .2em; margin-bottom: 0; margin-left: 0; margin-right: .3em } .sidebar .directory li { display: inline-block; padding: 2px 0 1px 16px; width: 100%; font-size: 85% } .sidebar .directory li .current { color: #de7d40; font-weight: 500 } .sidebar .directory li.sublist { padding-left: 0 } .sidebar .directory li.sublist i { width: 12px } .sidebar .directory .card-body { padding: .5em .1em } .sidebar .directory .card-body > ul { padding-left: 0 } .sidebar .directory .card { margin-top: .1rem; margin-bottom: .1rem } .sidebar .directory .card-header { padding: 0 } .sidebar .directory .card-header div { padding: .75em 1.25em } @media (min-width: 992px) { .sidebar .directory .card-body { padding-left: 1.25rem; padding-right: 1.25rem } .sidebar .directory li { font-size: 100% } .sidebar .directory ul { padding-left: 1em } } .tree-toggle { cursor: pointer; margin-bottom: 0 } .sidebar-toggler { position: absolute; top: 0; left: 10px; z-index: 99; outline: none; background-color: rgba(90, 90, 90, 0.7); color: rgba(0, 0, 0, 0.4); cursor: pointer; padding: 3px 5px; border-radius: 10px; font-size: 1rem; border: 0; box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.4) } .sidebar-toggler:hover { color: #de7d40 } @media print { .sidebar-toggler { display: none } } .toc { order: 0 } @supports (position: -webkit-sticky) or (position: sticky) { .toc { position: -webkit-sticky; position: sticky; top: 3.7rem; z-index: 1000 } } .toc .directory { border-left: 1px solid rgba(255, 255, 255, 0.1); padding-left: .5em } @supports (position: -webkit-sticky) or (position: sticky) { .toc .directory { max-height: calc(100vh - 9rem) } } @media (min-width: 1200px) { .toc .directory { max-width: 25em } } @media (min-width: 768px) { .toc .directory { display: block !important } @supports (position: -webkit-sticky) or (position: sticky) { .toc .directory { max-height: calc(100vh - 9rem); overflow-y: auto } } } .toc .directory li { font-size: .9rem } .toc .directory li a { font-weight: 300 } .toc .directory li a.current { color: #de7d40; font-weight: bold } .toc .directory ul { list-style-type: none !important; padding-left: 0; padding-bottom: 0; margin: 0 } .toc .directory ul ul { padding-left: 1em } .toc-inlined { padding-bottom: 1em } .toc-inlined .directory { border-left: 0 } .toc-inlined .directory li { font-size: 1rem } .toc-inlined .directory ul { list-style-type: none !important; padding-left: 0; padding-bottom: 0; margin: 0 } .toc-inlined .directory ul ul { padding-left: 1em } .toc-inlined .directory ul a { font-weight: 300 } figure { margin: 1.5rem auto; padding: .5rem; background-color: #a3a3a3; border-radius: 4px 4px 4px 4px } figure .wrapper-with-intrinsic-ratio { position: relative; height: 0 } figure .element-to-stretch { position: absolute; top: 0; left: 0; width: 100%; height: 100% } figcaption { text-align: center; font-size: 1.15rem; font-style: italic; font-weight: 400; color: #fff; padding-top: .5rem } .faq .card { border-color: #ddd; margin-bottom: 2em; border-radius: 4px } .faq .card-header { color: #fff; background-color: #ddd } .glossary .trampolines { font-size: 1.85rem; text-align: center; padding-top: .8rem } .glossary .entries h4 { font-size: 1.65rem; font-weight: 300; border-bottom: 1px solid; color: #ccc; border-color: #ccc; margin-top: 2.2rem; margin-bottom: .15rem } .glossary .entries dl { margin-left: 0 } .glossary .entries dl dt { font-weight: 600; list-style-type: none; margin-bottom: 0; margin-top: .8rem; margin-left: 0 } .glossary .entries dl dd { list-style-type: none; margin-left: 2rem; margin-top: 0; line-height: 130% } .section-index li.directory { margin: 0; padding: 0; margin-top: 15px; margin-left: 0 } .section-index li.file { margin: 0; padding: 0; margin-top: 10px } .section-index a { font-weight: 400 } .section-index ul { list-style: disc } .section-index ul > li > ul { list-style: circle } .section-index ul > li > ul > li > ul { list-style: square } .section-index ul > li > ul > li > ul > li > ul { list-style: disc } .btn.btn-istio { background-color: #68AAF7; color: #fff; font-weight: 400; letter-spacing: 1px; cursor: pointer } .btn.btn-istio:hover { background-color: #466BB0 } .btn.btn-istio:active { background-color: #e07484 } .notfound { text-align: center } .notfound .icon { margin-top: 9rem } .notfound .icon img { height: 12rem } .notfound .error { padding: 2rem 0 0 0; font-weight: 70%; font-size: 200% } .notfound .explanation { padding: 2rem 0 9rem 0; font-weight: 300; font-size: 100% } p.last-refresh { font-style: italic; font-size: 80%; }
0.584745
0.188473
/** * 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; } /** * Render the `main` element consistently in IE. */ main { display: block; } /** * 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.67em 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 { background-color: transparent; } /** * 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 */ } /** * 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; } /** * 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; } /** * 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; } /*! Normalize done */ /*?--------CSS RESET------------*/ /*?-----------------------------*/ 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; vertical-align: baseline; list-style-type: none; text-decoration: none; } /*! RESET COMPLETE, SHOWTIME */ :root { --paddingWidth: clamp(1.41575rem, -681.4191rem + 1923.4784vw, 2.617924rem); --paddingHeight: clamp(1.618em, 0.8681rem + 3.3331vw, 2.617924em); --pinkCta: #e0aab9; --greenCta: #394f4c; --gray: #f0f0f0; --titleColor: #333; --textColor: #6d6d6d; } html { box-sizing: border-box; font-size: 16px; font-family: "Source Sans Pro", sans-serif; } *, *:before, *:after { box-sizing: inherit; } body { overflow-x: hidden; } body, button, input { line-height: 1.618; text-rendering: optimizeLegibility; font-weight: 400; } .page-column { margin: 0 auto; padding: var(--paddingHeight) var(--paddingWidth); max-width: 66.5em; } .bodyheader { border-bottom: 1px solid #f0f0f0; } header img { margin-right: auto; width: 100%; max-width: 230px; } img { display: block; border-radius: 3px; height: auto; max-width: 100%; } a { display: inline-block; color: inherit; } h1, h2 { line-height: 1.214; color: var(--titleColor); } h1 { letter-spacing: -1px; font-weight: 300; font-size: 2.625rem; margin-bottom: 1.41575rem; } h1.products-title { margin-bottom: 5.9968353111rem; text-align: center; } h2 { font-size: 1rem; font-weight: 400; margin-bottom: 0.5407911001em; } @media screen and (max-width: 768px) { h1 { text-align: left; margin-bottom: 0.5407911001em; } } p, span { color: var(--textColor); } .products__list span { font-size: 14px; } .sorting { margin-bottom: 2.617924em; } .products { font-size: 14px; } .products img { font-size: 14px; margin: 0 auto 1.618em; } .products__list { display: flex; flex-flow: wrap; justify-content: space-between; } .products__item { flex-basis: 21.7391304348%; min-width: clamp(0px, (683.233px - 100%) * 999, 100%); display: flex; flex-flow: column; align-items: center; margin-bottom: 4.235801032em; } .products__link { text-align: center; margin-bottom: 1rem; } .products__button { background-color: var(--greenCta); color: #fff; font-weight: 600; text-align: center; padding: 8px 19px; margin-bottom: 0.236em; border: 0; } .products__button:hover, .products__button:active { background-color: #203633; } .single-product__topblock { display: flex; flex-flow: wrap; border-bottom: 1px solid #f0f0f0; margin: 0 -1.9365vw 2.617924em; } .single-product__topblock > * { margin-right: 1.9365vw; margin-left: 1.9365vw; flex: 1 1 auto; flex-basis: calc((683.233px - 100%) * 999); } .single-product__imagewrap { width: 416px; max-width: 416px; margin-bottom: 2.617924rem; } .single-product__stats { max-width: 322px; font-size: 1.438rem; display: flex; align-items: baseline; margin-bottom: 1.41575em; } .single-product__instock { margin-left: auto; font-weight: 300; } #yes::after { content: "\2713"; color: green; } #no::after { content: "\2718"; color: red; } .single-product__text { margin-bottom: 2.617924em; } .single-product__bottomblock h2 { font-size: 1.618rem; margin-bottom: 1em; font-weight: 300; }
css/stylesheet.css
/** * 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; } /** * Render the `main` element consistently in IE. */ main { display: block; } /** * 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.67em 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 { background-color: transparent; } /** * 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 */ } /** * 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; } /** * 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; } /** * 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; } /*! Normalize done */ /*?--------CSS RESET------------*/ /*?-----------------------------*/ 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; vertical-align: baseline; list-style-type: none; text-decoration: none; } /*! RESET COMPLETE, SHOWTIME */ :root { --paddingWidth: clamp(1.41575rem, -681.4191rem + 1923.4784vw, 2.617924rem); --paddingHeight: clamp(1.618em, 0.8681rem + 3.3331vw, 2.617924em); --pinkCta: #e0aab9; --greenCta: #394f4c; --gray: #f0f0f0; --titleColor: #333; --textColor: #6d6d6d; } html { box-sizing: border-box; font-size: 16px; font-family: "Source Sans Pro", sans-serif; } *, *:before, *:after { box-sizing: inherit; } body { overflow-x: hidden; } body, button, input { line-height: 1.618; text-rendering: optimizeLegibility; font-weight: 400; } .page-column { margin: 0 auto; padding: var(--paddingHeight) var(--paddingWidth); max-width: 66.5em; } .bodyheader { border-bottom: 1px solid #f0f0f0; } header img { margin-right: auto; width: 100%; max-width: 230px; } img { display: block; border-radius: 3px; height: auto; max-width: 100%; } a { display: inline-block; color: inherit; } h1, h2 { line-height: 1.214; color: var(--titleColor); } h1 { letter-spacing: -1px; font-weight: 300; font-size: 2.625rem; margin-bottom: 1.41575rem; } h1.products-title { margin-bottom: 5.9968353111rem; text-align: center; } h2 { font-size: 1rem; font-weight: 400; margin-bottom: 0.5407911001em; } @media screen and (max-width: 768px) { h1 { text-align: left; margin-bottom: 0.5407911001em; } } p, span { color: var(--textColor); } .products__list span { font-size: 14px; } .sorting { margin-bottom: 2.617924em; } .products { font-size: 14px; } .products img { font-size: 14px; margin: 0 auto 1.618em; } .products__list { display: flex; flex-flow: wrap; justify-content: space-between; } .products__item { flex-basis: 21.7391304348%; min-width: clamp(0px, (683.233px - 100%) * 999, 100%); display: flex; flex-flow: column; align-items: center; margin-bottom: 4.235801032em; } .products__link { text-align: center; margin-bottom: 1rem; } .products__button { background-color: var(--greenCta); color: #fff; font-weight: 600; text-align: center; padding: 8px 19px; margin-bottom: 0.236em; border: 0; } .products__button:hover, .products__button:active { background-color: #203633; } .single-product__topblock { display: flex; flex-flow: wrap; border-bottom: 1px solid #f0f0f0; margin: 0 -1.9365vw 2.617924em; } .single-product__topblock > * { margin-right: 1.9365vw; margin-left: 1.9365vw; flex: 1 1 auto; flex-basis: calc((683.233px - 100%) * 999); } .single-product__imagewrap { width: 416px; max-width: 416px; margin-bottom: 2.617924rem; } .single-product__stats { max-width: 322px; font-size: 1.438rem; display: flex; align-items: baseline; margin-bottom: 1.41575em; } .single-product__instock { margin-left: auto; font-weight: 300; } #yes::after { content: "\2713"; color: green; } #no::after { content: "\2718"; color: red; } .single-product__text { margin-bottom: 2.617924em; } .single-product__bottomblock h2 { font-size: 1.618rem; margin-bottom: 1em; font-weight: 300; }
0.718594
0.176636
a { text-decoration: none !important } .App { text-align: center; } .App-logo { height: 50px; margin-top: -20px; } .app-brand { font-family: Poppins; font-size: 3vh; text-shadow: 0px 0px 1px gray; } .login { margin: 1vw; text-shadow: 1px 1px 1px #666; } .connection-status { font-family: Muli; font-weight: bold; font-size: 1.8vh; margin: 0 0 0 0.8vw; color: white; text-shadow: 1px 1px 2px #666; } .connections { font-family: Titillium Web; text-align: left; width: 100%; } .connection-name { width: 20%; } .connection-nodes { width: 65%; } @keyframes App-logo-spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } .Menu-bar { border: 1px solid black; padding: 5px; } .Tools { padding-left: 30px; } .Navigator { height: 50vh; overflow-x: auto; overflow-y: auto; } .node-text { padding-left: 0.5vw; color: #444; } .tree-node { padding: 0 0 0 1vw; text-align: left; font-size: 1.75vh; font-weight: bold; font-family: Muli; } .tree-node a { display: block; width: auto; } .tree-node a:focus, .tree-node a:hover { text-decoration: none; text-shadow: 1px 1px 1px #999; } .folder-node { color: #FCAA67; } .file-node { color: #BBB; } .tool { font-family: Titillium Web; font-size: 1.4vh; } .section { padding: 0 2vw 0 2vw; } .Editor { padding: 15px; } .EditorTab { display: block; text-align: left; font-size: 1.5vw; width: 100%; border: 1px solid #DADADA; } .ExplorerTab { display: block; text-align: left; font-size: 14pt; width: 100%; border: 1px solid #DADADA; } .TableInfo { display: block; text-align: left; font-size: 14pt; width: 100%; min-height: 38vh; border: 1px solid #DADADA; padding-top: 1vh; } .object-list { margin-top: 2vh; overflow-y: scroll; height: 30vh; } .Console { border: 1px solid darkred; padding: 10px; height: 35vh; resize: vertical; overflow-y: auto; text-align: left; } .result-collapse { clear: both; } .result-bar { clear: both; margin-bottom: 1vh; } .result-title{ font-weight: bold; cursor: pointer; font-size: 13pt; margin-right: 15pt; display: block; } .result-title span { margin: 5pt; } .table-body{ max-height: 40vh; overflow-y: hidden; display: inline-block; } .editor-tabs { margin-top: 2vh; width: 100% } .ace-tm { font-size: 1.15vw; } .tab-footer { width: 100%; font-size: 0.7vw; background: lightgray; color: #777; padding-left: 2%; text-align: left; font-weight: bold; } .inputfile { width: 0.1px; height: 0.1px; opacity: 0; overflow: hidden; position: absolute; z-index: -1; } .fileUpload { position: relative; overflow: hidden; } .fileUpload input { position: absolute; top: 0; right: 0; left: 0; margin: 0; padding: 0; cursor: pointer; opacity: 0; filter: alpha(opacity=0); } .vars-header { font-size: 4vh; padding-left: 4vw; padding-right: 4vw; font-weight: bold; color: #337ab7; } .variable { text-align: left; width: 100%; padding: 0.2vh 1vw; font-family: monospace; } .invisible-submit { height: 0; width: 0; border: 0px; padding: 0px; } .hover-row:hover { background: #EEE; } @media (min-width: 300px) { .navbar-nav .caret { display:none; } } .nav-tabs { border: 0px; } .analysis tr td { width: 75vw; } .ddl { padding: 10px; border: 1px solid #333; } .ddl p { font-family: monospace; font-size: 13pt; letter-spacing: 1px; text-align: left; margin-left: 10px; margin-top: 0px; margin-bottom: 0px; }
client/src/App.css
a { text-decoration: none !important } .App { text-align: center; } .App-logo { height: 50px; margin-top: -20px; } .app-brand { font-family: Poppins; font-size: 3vh; text-shadow: 0px 0px 1px gray; } .login { margin: 1vw; text-shadow: 1px 1px 1px #666; } .connection-status { font-family: Muli; font-weight: bold; font-size: 1.8vh; margin: 0 0 0 0.8vw; color: white; text-shadow: 1px 1px 2px #666; } .connections { font-family: Titillium Web; text-align: left; width: 100%; } .connection-name { width: 20%; } .connection-nodes { width: 65%; } @keyframes App-logo-spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } .Menu-bar { border: 1px solid black; padding: 5px; } .Tools { padding-left: 30px; } .Navigator { height: 50vh; overflow-x: auto; overflow-y: auto; } .node-text { padding-left: 0.5vw; color: #444; } .tree-node { padding: 0 0 0 1vw; text-align: left; font-size: 1.75vh; font-weight: bold; font-family: Muli; } .tree-node a { display: block; width: auto; } .tree-node a:focus, .tree-node a:hover { text-decoration: none; text-shadow: 1px 1px 1px #999; } .folder-node { color: #FCAA67; } .file-node { color: #BBB; } .tool { font-family: Titillium Web; font-size: 1.4vh; } .section { padding: 0 2vw 0 2vw; } .Editor { padding: 15px; } .EditorTab { display: block; text-align: left; font-size: 1.5vw; width: 100%; border: 1px solid #DADADA; } .ExplorerTab { display: block; text-align: left; font-size: 14pt; width: 100%; border: 1px solid #DADADA; } .TableInfo { display: block; text-align: left; font-size: 14pt; width: 100%; min-height: 38vh; border: 1px solid #DADADA; padding-top: 1vh; } .object-list { margin-top: 2vh; overflow-y: scroll; height: 30vh; } .Console { border: 1px solid darkred; padding: 10px; height: 35vh; resize: vertical; overflow-y: auto; text-align: left; } .result-collapse { clear: both; } .result-bar { clear: both; margin-bottom: 1vh; } .result-title{ font-weight: bold; cursor: pointer; font-size: 13pt; margin-right: 15pt; display: block; } .result-title span { margin: 5pt; } .table-body{ max-height: 40vh; overflow-y: hidden; display: inline-block; } .editor-tabs { margin-top: 2vh; width: 100% } .ace-tm { font-size: 1.15vw; } .tab-footer { width: 100%; font-size: 0.7vw; background: lightgray; color: #777; padding-left: 2%; text-align: left; font-weight: bold; } .inputfile { width: 0.1px; height: 0.1px; opacity: 0; overflow: hidden; position: absolute; z-index: -1; } .fileUpload { position: relative; overflow: hidden; } .fileUpload input { position: absolute; top: 0; right: 0; left: 0; margin: 0; padding: 0; cursor: pointer; opacity: 0; filter: alpha(opacity=0); } .vars-header { font-size: 4vh; padding-left: 4vw; padding-right: 4vw; font-weight: bold; color: #337ab7; } .variable { text-align: left; width: 100%; padding: 0.2vh 1vw; font-family: monospace; } .invisible-submit { height: 0; width: 0; border: 0px; padding: 0px; } .hover-row:hover { background: #EEE; } @media (min-width: 300px) { .navbar-nav .caret { display:none; } } .nav-tabs { border: 0px; } .analysis tr td { width: 75vw; } .ddl { padding: 10px; border: 1px solid #333; } .ddl p { font-family: monospace; font-size: 13pt; letter-spacing: 1px; text-align: left; margin-left: 10px; margin-top: 0px; margin-bottom: 0px; }
0.369088
0.095434
.contain_img-product { width: 90%; } .contain { margin-top: 92px; padding-top: 50px; } .product_name { font-size: 2.4rem; font-weight: 300; line-height: 3rem; height: 9rem; overflow: hidden; display: block; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; margin-bottom: 28px; } .product_price { font-size: 2rem; font-weight: 600; color: #1101ed; padding-bottom: 28px; } .product_color { display: flex; font-size: 2rem; padding-bottom: 36px; } .product_color-p { font-weight: 600; padding-left: 8px; } .contain_address-wrap { background-color: #e5e5e5; height: 100%; position: relative; } .contain_address-des { display: flex; font-size: 1.4rem; font-weight: 300; padding-left: 40px; align-items: center; } .color_img-product { width: 11%; margin: 8px; opacity: 0.5; } .active { opacity: 1; } .address-customer.time-delivery.payment_or_delivery { padding-right: 8px; } .contain_icon-space { padding-right: 12px; } .contain_button { color: #fff; display: flex; font-size: 2rem; padding-top: 50px; justify-content: space-evenly; font-weight: 500; } .contain_button-box { text-decoration: none; color: #fff; background-color: rgb(255, 166, 0); padding: 15px; border-radius: 4px; } .contain_button-box:hover { background-color: rgb(255, 193, 78); } .contain_heading { font-size: 2.4rem; font-weight: 500; } .contain_paragraph { padding-top: 8px; font-size: 1.6rem; font-weight: 300; text-align: justify; } .contain_comment-customer { font-size: 2.6rem; font-weight: 200; text-align: center; border: 0.2px solid #b6b6b6; border-radius: 8px; margin-bottom: 24px; } .product_comment-customer { font-size: 2rem; padding: 36px 0; } .name_comment-customer { display: flex; text-align: center; padding-bottom: 8px; } .des_comment-customer { font-size: 1.4rem; font-weight: 300; } .separate_comment { content: ""; width: 95%; height: 0.1px; background-color: #adadad; position: absolute; margin: 0 auto; } .product_other { font-size: 2rem; font-weight: 500; color: green; }
code/code/public/asset/index_product.css
.contain_img-product { width: 90%; } .contain { margin-top: 92px; padding-top: 50px; } .product_name { font-size: 2.4rem; font-weight: 300; line-height: 3rem; height: 9rem; overflow: hidden; display: block; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; margin-bottom: 28px; } .product_price { font-size: 2rem; font-weight: 600; color: #1101ed; padding-bottom: 28px; } .product_color { display: flex; font-size: 2rem; padding-bottom: 36px; } .product_color-p { font-weight: 600; padding-left: 8px; } .contain_address-wrap { background-color: #e5e5e5; height: 100%; position: relative; } .contain_address-des { display: flex; font-size: 1.4rem; font-weight: 300; padding-left: 40px; align-items: center; } .color_img-product { width: 11%; margin: 8px; opacity: 0.5; } .active { opacity: 1; } .address-customer.time-delivery.payment_or_delivery { padding-right: 8px; } .contain_icon-space { padding-right: 12px; } .contain_button { color: #fff; display: flex; font-size: 2rem; padding-top: 50px; justify-content: space-evenly; font-weight: 500; } .contain_button-box { text-decoration: none; color: #fff; background-color: rgb(255, 166, 0); padding: 15px; border-radius: 4px; } .contain_button-box:hover { background-color: rgb(255, 193, 78); } .contain_heading { font-size: 2.4rem; font-weight: 500; } .contain_paragraph { padding-top: 8px; font-size: 1.6rem; font-weight: 300; text-align: justify; } .contain_comment-customer { font-size: 2.6rem; font-weight: 200; text-align: center; border: 0.2px solid #b6b6b6; border-radius: 8px; margin-bottom: 24px; } .product_comment-customer { font-size: 2rem; padding: 36px 0; } .name_comment-customer { display: flex; text-align: center; padding-bottom: 8px; } .des_comment-customer { font-size: 1.4rem; font-weight: 300; } .separate_comment { content: ""; width: 95%; height: 0.1px; background-color: #adadad; position: absolute; margin: 0 auto; } .product_other { font-size: 2rem; font-weight: 500; color: green; }
0.478773
0.078926
body { position: relative; min-width: 100%; height:100%; padding-top: 50px; background: #F9F9F9 url(../../images/body.png) repeat 0 0; } /* * Navbar */ .navbar { background: #222 url(../../images/background.png) repeat 0 0; } /* * Hide sidebar and navbar for mobile, show later */ .sidebar { display: none; } .navbar-right { display: block; } /* * Sidebar navigation */ .nav-sidebar { margin-right: -21px; /* 20px padding + 1px border */ margin-bottom: 20px; margin-left: -20px; } .nav-sidebar > li > a { padding-right: 20px; padding-left: 20px; } .nav-sidebar > .active > a, .nav-sidebar > .active > a:hover, .nav-sidebar > .active > a:focus { color: #FFF; background-color: #428BCA; } /* * Menu */ #menu1,#menu2,#menu3,#menu4 { margin-left: 23px; } /* * Main content */ .main { padding: 20px; } .main .page-header { margin-top: 0; border-bottom: 2px solid #EEE; } .dbEmpty { margin-top: 0; border-bottom: 2px solid #EEE; text-align: center; font-style: italic; color: #FF0000; } .miniTitle { text-align: center; font-style: italic; color: #337AB7; } /* * Container */ .container { padding-left: 3%; padding-right: 3%; } /* * Status boards */ #statusBoard0, #statusBoard1 { font-weight: bold; } #status-boards, #compliance { width: 100%; height: 285px; } /* * Gauge charts */ .gauge1, .gauge2 { width: 100%; height: 220px; margin: 0 0 0 0; } /* * Row container */ .row { padding-left: 1%; padding-right: 1%; } #message { position: fixed; display: none; overflow: hidden; text-align: center; } /* * Tables */ .Options .table-responsive { width: 100%; background: #FAFAFA; margin-bottom: 10%; } .table-hover tbody tr:hover td, .table-hover tbody tr:hover th { background-color: #EEEEEE; } .panel-body { width: 100%; } #sensorsTable { width: 100%; height: 100%; } .Statistics table td + td { border-left: 1px solid #DDDDDD; } .Options table thead th { text-align: center; color: #428BCA; font-size: 100%; font-style: italic; } .Options table tbody td { text-align: left; font-size: 100%; } .Options table tbody th { text-align: center; font-size: 100%; } .Options button { font-size: 100%; } .Options form { text-align: left; padding-left: 20%; } .modal-footer form { text-align: right; } /* * Charts */ .chart { min-width: 100%; margin: 0 auto; margin-bottom: 8px; border-radius: 2px 2px 2px 2px; -moz-border-radius: 2px 2px 2px 2px; -webkit-border-radius: 2px 2px 2px 2px; border: 3px solid #337AB7; /* blue used in bootstrap */ } #dashboardChart { width: 100%; height: 100%; } #boxplot { width: 100%; height: 100%; margin: auto; padding: 1% 1% 1% 1%; } form { text-align: center; } hr { text-align: center; border: 2px solid #DDDDDD; } /* * Override for differents screens */ @media(max-width: 479px) { #dashboardChart { height: 285px; width: 100%; } #sensorsTable { height: 285px; width: 100%; } #report-html p, #report-html ul, #report-html li, #report-html .btn-lg { width: 100%; font-size: 85%; } #report-html h3 { width: 100%; font-size: 100%; } .gauge1 { display: none; } .gauge2 { height: 100%; font-size: 12; } .page-header { font-size: 20px; } .col-xxs-0, .col-xxs-12 { float: left; } .col-xxs-0 { width: 0%; display: block !important; } .col-xxs-12 { width: 100%; display: block !important; } } @media(max-width: 767px) { .chart { height: 300px; } } @media(min-width: 768px) { .chart { height: 400px; } .main { padding-right: 40px; padding-left: 40px; } .sidebar { position: fixed; top: 51px; bottom: 0; left: 0; z-index: 1000; display: block; padding: 20px; overflow-x: hidden; overflow-y: auto; /* Scrollable contents if viewport is shorter than content */ background-color: #F5F5F5; } .navbar-right { display: none; } }
code/webapp/assets/css/ieqa.css
body { position: relative; min-width: 100%; height:100%; padding-top: 50px; background: #F9F9F9 url(../../images/body.png) repeat 0 0; } /* * Navbar */ .navbar { background: #222 url(../../images/background.png) repeat 0 0; } /* * Hide sidebar and navbar for mobile, show later */ .sidebar { display: none; } .navbar-right { display: block; } /* * Sidebar navigation */ .nav-sidebar { margin-right: -21px; /* 20px padding + 1px border */ margin-bottom: 20px; margin-left: -20px; } .nav-sidebar > li > a { padding-right: 20px; padding-left: 20px; } .nav-sidebar > .active > a, .nav-sidebar > .active > a:hover, .nav-sidebar > .active > a:focus { color: #FFF; background-color: #428BCA; } /* * Menu */ #menu1,#menu2,#menu3,#menu4 { margin-left: 23px; } /* * Main content */ .main { padding: 20px; } .main .page-header { margin-top: 0; border-bottom: 2px solid #EEE; } .dbEmpty { margin-top: 0; border-bottom: 2px solid #EEE; text-align: center; font-style: italic; color: #FF0000; } .miniTitle { text-align: center; font-style: italic; color: #337AB7; } /* * Container */ .container { padding-left: 3%; padding-right: 3%; } /* * Status boards */ #statusBoard0, #statusBoard1 { font-weight: bold; } #status-boards, #compliance { width: 100%; height: 285px; } /* * Gauge charts */ .gauge1, .gauge2 { width: 100%; height: 220px; margin: 0 0 0 0; } /* * Row container */ .row { padding-left: 1%; padding-right: 1%; } #message { position: fixed; display: none; overflow: hidden; text-align: center; } /* * Tables */ .Options .table-responsive { width: 100%; background: #FAFAFA; margin-bottom: 10%; } .table-hover tbody tr:hover td, .table-hover tbody tr:hover th { background-color: #EEEEEE; } .panel-body { width: 100%; } #sensorsTable { width: 100%; height: 100%; } .Statistics table td + td { border-left: 1px solid #DDDDDD; } .Options table thead th { text-align: center; color: #428BCA; font-size: 100%; font-style: italic; } .Options table tbody td { text-align: left; font-size: 100%; } .Options table tbody th { text-align: center; font-size: 100%; } .Options button { font-size: 100%; } .Options form { text-align: left; padding-left: 20%; } .modal-footer form { text-align: right; } /* * Charts */ .chart { min-width: 100%; margin: 0 auto; margin-bottom: 8px; border-radius: 2px 2px 2px 2px; -moz-border-radius: 2px 2px 2px 2px; -webkit-border-radius: 2px 2px 2px 2px; border: 3px solid #337AB7; /* blue used in bootstrap */ } #dashboardChart { width: 100%; height: 100%; } #boxplot { width: 100%; height: 100%; margin: auto; padding: 1% 1% 1% 1%; } form { text-align: center; } hr { text-align: center; border: 2px solid #DDDDDD; } /* * Override for differents screens */ @media(max-width: 479px) { #dashboardChart { height: 285px; width: 100%; } #sensorsTable { height: 285px; width: 100%; } #report-html p, #report-html ul, #report-html li, #report-html .btn-lg { width: 100%; font-size: 85%; } #report-html h3 { width: 100%; font-size: 100%; } .gauge1 { display: none; } .gauge2 { height: 100%; font-size: 12; } .page-header { font-size: 20px; } .col-xxs-0, .col-xxs-12 { float: left; } .col-xxs-0 { width: 0%; display: block !important; } .col-xxs-12 { width: 100%; display: block !important; } } @media(max-width: 767px) { .chart { height: 300px; } } @media(min-width: 768px) { .chart { height: 400px; } .main { padding-right: 40px; padding-left: 40px; } .sidebar { position: fixed; top: 51px; bottom: 0; left: 0; z-index: 1000; display: block; padding: 20px; overflow-x: hidden; overflow-y: auto; /* Scrollable contents if viewport is shorter than content */ background-color: #F5F5F5; } .navbar-right { display: none; } }
0.363534
0.071754
.settings { background-color: #e1f5ff; height: 100vh; font-family: "Trebuchet MS", sans-serif; } .settings .setting-forms .profile-update input::-webkit-input-placeholder { color: black; font-weight: bolder; font-family: "Trebuchet MS", sans-serif; } .settings .setting-forms .profile-update input::-moz-placeholder { color: black; font-weight: bolder; font-family: "Trebuchet MS", sans-serif; } .settings .setting-forms .profile-update input:-ms-input-placeholder { color: black; font-weight: bolder; font-family: "Trebuchet MS", sans-serif; } .settings .setting-forms .profile-update input:-moz-placeholder { color: black; font-weight: bolder; font-family: "Trebuchet MS", sans-serif; } .settings .setting-forms .profile-update textarea::-webkit-input-placeholder { color: black; font-weight: bolder; font-family: "Trebuchet MS", sans-serif; } .settings .setting-forms .profile-update textarea::-moz-placeholder { color: black; font-weight: bolder; font-family: "Trebuchet MS", sans-serif; } .settings .setting-forms .profile-update textarea:-ms-input-placeholder { color: black; font-weight: bolder; font-family: "Trebuchet MS", sans-serif; } .settings .setting-forms .profile-update textarea:-moz-placeholder { color: black; font-weight: bolder; font-family: "Trebuchet MS", sans-serif; } .settings .setting-forms .profile-update input:focus::-webkit-input-placeholder { color: black; font-weight: bolder; font-family: "Trebuchet MS", sans-serif; } .settings .setting-forms .profile-update input:focus::-moz-placeholder { color: black; font-weight: bolder; font-family: "Trebuchet MS", sans-serif; } .settings .setting-forms .profile-update input:focus:-ms-input-placeholder { color: black; font-weight: bolder; font-family: "Trebuchet MS", sans-serif; } .settings .setting-forms .profile-update input:focus:-moz-placeholder { color: black; font-weight: bolder; font-family: "Trebuchet MS", sans-serif; } .settings .setting-forms .profile-update input { width: 150px; background-color: transparent; border: 0; padding: 4px 0; margin: 20px 0; border-bottom: 2px solid black; background-color: #70707063; border-top-right-radius: 5px; border-top-left-radius: 5px; } .settings .setting-forms .profile-update textarea { resize: none; width: 150px; height: 50px; background-color: #70707063; border-top-right-radius: 5px; border: 0; padding: 4px 0; margin: 20px 0; border-bottom: 2px solid black; border-left: 1px solid black; } .settings .setting-forms .profile-update :focus { outline: none; } .settings .setting-forms .profile-update .update-input { width: 800px; display: flex; margin: 0 auto; justify-content: space-between; margin-top: 50px; margin-bottom: 20px; padding: 50px; background: url(./austin.png); background-size: cover; border-radius: 20px; } .settings .setting-forms .profile-update .update-input .about-input { display: flex; flex-direction: column; } .settings .setting-forms .profile-update .update-input .link-inputs { display: flex; flex-direction: column; } .settings .setting-forms .profile-update .update-input .pic-div { background: url("./default-user.png"); background-repeat: no-repeat; background-size: 100px 100px; width: 100px; height: 100px; border-radius: 100%; } .settings .setting-forms .profile-update .update-input .pic-div .post-button-2 { width: 100px; height: 100px; border-radius: 100%; border: none; background-color: transparent; overflow: hidden; padding: 0; cursor: pointer; } .settings .setting-forms .profile-update .update-input .pic-div .post-button-2 .upload { height: 50px; width: 100px; margin-top: 50px; background-color: rgba(0, 0, 0, 0.445); color: white; transform: translate(0, 50px); transition: transform 1s cubic-bezier(0.2, 0.2, 0.05, 1); } .settings .setting-forms .profile-update .update-input .pic-div .post-button-2:hover .upload { transform: none; } .settings .setting-forms .profile-update button { border: none; background-color: #125172; color: white; cursor: pointer; font-size: 14px; font-family: "Roboto", sans-serif; padding: 5px; border-radius: 5px; width: 80px; height: 80%; outline: none; } .settings .setting-forms .signout2 { display: flex; justify-content: flex-end; } .settings .setting-forms .signout2 button { margin-right: 100px; margin-top: 50px; cursor: pointer; outline: none; border: none; background: none; font: 0.8em "Roboto Condensed", sans-serif; font-weight: bold; color: black; letter-spacing: 1px; } /*# sourceMappingURL=studentSettings.css.map */
react_django/react-src/src/components/settings/studentSettings/studentSettings.css
.settings { background-color: #e1f5ff; height: 100vh; font-family: "Trebuchet MS", sans-serif; } .settings .setting-forms .profile-update input::-webkit-input-placeholder { color: black; font-weight: bolder; font-family: "Trebuchet MS", sans-serif; } .settings .setting-forms .profile-update input::-moz-placeholder { color: black; font-weight: bolder; font-family: "Trebuchet MS", sans-serif; } .settings .setting-forms .profile-update input:-ms-input-placeholder { color: black; font-weight: bolder; font-family: "Trebuchet MS", sans-serif; } .settings .setting-forms .profile-update input:-moz-placeholder { color: black; font-weight: bolder; font-family: "Trebuchet MS", sans-serif; } .settings .setting-forms .profile-update textarea::-webkit-input-placeholder { color: black; font-weight: bolder; font-family: "Trebuchet MS", sans-serif; } .settings .setting-forms .profile-update textarea::-moz-placeholder { color: black; font-weight: bolder; font-family: "Trebuchet MS", sans-serif; } .settings .setting-forms .profile-update textarea:-ms-input-placeholder { color: black; font-weight: bolder; font-family: "Trebuchet MS", sans-serif; } .settings .setting-forms .profile-update textarea:-moz-placeholder { color: black; font-weight: bolder; font-family: "Trebuchet MS", sans-serif; } .settings .setting-forms .profile-update input:focus::-webkit-input-placeholder { color: black; font-weight: bolder; font-family: "Trebuchet MS", sans-serif; } .settings .setting-forms .profile-update input:focus::-moz-placeholder { color: black; font-weight: bolder; font-family: "Trebuchet MS", sans-serif; } .settings .setting-forms .profile-update input:focus:-ms-input-placeholder { color: black; font-weight: bolder; font-family: "Trebuchet MS", sans-serif; } .settings .setting-forms .profile-update input:focus:-moz-placeholder { color: black; font-weight: bolder; font-family: "Trebuchet MS", sans-serif; } .settings .setting-forms .profile-update input { width: 150px; background-color: transparent; border: 0; padding: 4px 0; margin: 20px 0; border-bottom: 2px solid black; background-color: #70707063; border-top-right-radius: 5px; border-top-left-radius: 5px; } .settings .setting-forms .profile-update textarea { resize: none; width: 150px; height: 50px; background-color: #70707063; border-top-right-radius: 5px; border: 0; padding: 4px 0; margin: 20px 0; border-bottom: 2px solid black; border-left: 1px solid black; } .settings .setting-forms .profile-update :focus { outline: none; } .settings .setting-forms .profile-update .update-input { width: 800px; display: flex; margin: 0 auto; justify-content: space-between; margin-top: 50px; margin-bottom: 20px; padding: 50px; background: url(./austin.png); background-size: cover; border-radius: 20px; } .settings .setting-forms .profile-update .update-input .about-input { display: flex; flex-direction: column; } .settings .setting-forms .profile-update .update-input .link-inputs { display: flex; flex-direction: column; } .settings .setting-forms .profile-update .update-input .pic-div { background: url("./default-user.png"); background-repeat: no-repeat; background-size: 100px 100px; width: 100px; height: 100px; border-radius: 100%; } .settings .setting-forms .profile-update .update-input .pic-div .post-button-2 { width: 100px; height: 100px; border-radius: 100%; border: none; background-color: transparent; overflow: hidden; padding: 0; cursor: pointer; } .settings .setting-forms .profile-update .update-input .pic-div .post-button-2 .upload { height: 50px; width: 100px; margin-top: 50px; background-color: rgba(0, 0, 0, 0.445); color: white; transform: translate(0, 50px); transition: transform 1s cubic-bezier(0.2, 0.2, 0.05, 1); } .settings .setting-forms .profile-update .update-input .pic-div .post-button-2:hover .upload { transform: none; } .settings .setting-forms .profile-update button { border: none; background-color: #125172; color: white; cursor: pointer; font-size: 14px; font-family: "Roboto", sans-serif; padding: 5px; border-radius: 5px; width: 80px; height: 80%; outline: none; } .settings .setting-forms .signout2 { display: flex; justify-content: flex-end; } .settings .setting-forms .signout2 button { margin-right: 100px; margin-top: 50px; cursor: pointer; outline: none; border: none; background: none; font: 0.8em "Roboto Condensed", sans-serif; font-weight: bold; color: black; letter-spacing: 1px; } /*# sourceMappingURL=studentSettings.css.map */
0.363534
0.049474
.EditProfile { display: grid; grid-template-columns: 640px; grid-template-rows: 80px 1fr 80px; align-self: center; justify-self: center; min-height: 440px; background-color: #ffffff; border-top-left-radius: 6px; border-top-right-radius: 6px; border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; } .EditProfile label { display: block; font-size: 90%; color: rgb(90, 90, 90, 0.95); } .EditProfile .ErrorMessage { padding-top: 5px; color: #d53b3b; font-size: 85%; } .EditProfile .Header { display: grid; grid-template-columns: 1fr 1fr 1fr; color: #505AB2; font-weight: 600; } .EditProfile .HeaderTitle { grid-column: 2/2; display: flex; text-align: center; justify-content: center; align-items: center; font-size: 130%; } .EditProfile .Content { display: grid; grid-template-columns: 2fr 1fr; } .EditProfile .ProfileLeft { display: grid; grid-template-rows: 1fr 1fr 1fr; margin: 0px 40px; font-weight: 600; color: #414141; font-size: 70%; } .EditProfile .Avatar { display: grid; margin-top: 20px; margin-right: 40px; width: 180px; height: 180px; border-radius: 50%; background-color: #DADADA; justify-items: center; align-items: center; color: rgb(80, 89, 178); font-size: 600%; cursor: pointer; } .EditProfile .Image { width: 180px; height: 180px; border: 2px solid rgba(175, 175, 175, 0.2); border-radius: 50%; transition: 0.08s; } .EditProfile .Image:hover { border: 2px solid #888888; transition: 0.08s; } .EditProfile .UploadText { margin-right: 40px; margin-top: 10px; font-size: 65%; text-align: center; color: rgba(34, 34, 34, 0.9); background-color: #FFFFFF; } .EditProfile .InputForm { margin-top: 10px; padding-bottom: 4px; width: 250px; background: #FFFFFF; border: none; border-bottom: 2px solid rgba(161, 161, 161, 0.4); color: #000000; font-size: 110%; outline: none; transition: 0.05s; } .EditProfile .InputForm:focus { border-bottom: 2px solid #505AB2; transition: 0.05s; } .EditProfile .InputForm::placeholder { color: rgba(122, 122, 122, 0.8); } .EditProfile .Footer { display: grid; grid-template-columns: 1fr 0.8fr 0.8fr; grid-template-rows: 76px; background-color: rgba(238, 238, 238, 0.9); border-top: 1px solid rgba(168, 168, 168, 0.2); border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; } .EditProfile .Logout { display: flex; justify-content: flex-start; align-items: center; margin-left: 40px; font-size: 110%; } .EditProfile .Logout .Link { padding: 4px 20px; font-size: 74%; font-weight: 600; color: rgb(77, 77, 77); transition: 0.1s; cursor: pointer; border: 2px solid rgba(77, 77, 77, 0.6); border-radius: 5px; vertical-align: center; outline: none; transition: 0.2s; } .EditProfile .Logout .Link:hover { border: 2px solid rgba(0, 0, 0, 0.8); transition: 0.2s; } .EditProfile .BackButton { margin-left: 40px; padding-top: 6px; padding-bottom: 4px; justify-self: end; align-self: center; justify-content: center; vertical-align: center; font-size: 80%; font-weight: 600; color: rgba(77, 77, 77, 0.8); transition: 0.1s; cursor: pointer; border-bottom: 2px solid transparent; outline: none; } .EditProfile .BackButton:hover { color: rgba(0, 0, 0, 0.8); border-bottom: 2px solid rgba(0, 0, 0, 0.8); transition: 0.1s; } .EditProfile .CreateButton { margin-right: 44px; padding: 10px 30px; justify-self: end; align-self: center; background-color: #505AB2; color: #fff; font-weight: 600; border-radius: 4px; border: none; font-size: 80%; cursor: pointer; transition: 0.2s; outline: none; } .EditProfile .CreateButton:hover { background-color: rgb(57, 64, 133); transition: 0.2s; }
client/src/components/UI/EditProfileModal/EditProfile/EditProfile.css
.EditProfile { display: grid; grid-template-columns: 640px; grid-template-rows: 80px 1fr 80px; align-self: center; justify-self: center; min-height: 440px; background-color: #ffffff; border-top-left-radius: 6px; border-top-right-radius: 6px; border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; } .EditProfile label { display: block; font-size: 90%; color: rgb(90, 90, 90, 0.95); } .EditProfile .ErrorMessage { padding-top: 5px; color: #d53b3b; font-size: 85%; } .EditProfile .Header { display: grid; grid-template-columns: 1fr 1fr 1fr; color: #505AB2; font-weight: 600; } .EditProfile .HeaderTitle { grid-column: 2/2; display: flex; text-align: center; justify-content: center; align-items: center; font-size: 130%; } .EditProfile .Content { display: grid; grid-template-columns: 2fr 1fr; } .EditProfile .ProfileLeft { display: grid; grid-template-rows: 1fr 1fr 1fr; margin: 0px 40px; font-weight: 600; color: #414141; font-size: 70%; } .EditProfile .Avatar { display: grid; margin-top: 20px; margin-right: 40px; width: 180px; height: 180px; border-radius: 50%; background-color: #DADADA; justify-items: center; align-items: center; color: rgb(80, 89, 178); font-size: 600%; cursor: pointer; } .EditProfile .Image { width: 180px; height: 180px; border: 2px solid rgba(175, 175, 175, 0.2); border-radius: 50%; transition: 0.08s; } .EditProfile .Image:hover { border: 2px solid #888888; transition: 0.08s; } .EditProfile .UploadText { margin-right: 40px; margin-top: 10px; font-size: 65%; text-align: center; color: rgba(34, 34, 34, 0.9); background-color: #FFFFFF; } .EditProfile .InputForm { margin-top: 10px; padding-bottom: 4px; width: 250px; background: #FFFFFF; border: none; border-bottom: 2px solid rgba(161, 161, 161, 0.4); color: #000000; font-size: 110%; outline: none; transition: 0.05s; } .EditProfile .InputForm:focus { border-bottom: 2px solid #505AB2; transition: 0.05s; } .EditProfile .InputForm::placeholder { color: rgba(122, 122, 122, 0.8); } .EditProfile .Footer { display: grid; grid-template-columns: 1fr 0.8fr 0.8fr; grid-template-rows: 76px; background-color: rgba(238, 238, 238, 0.9); border-top: 1px solid rgba(168, 168, 168, 0.2); border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; } .EditProfile .Logout { display: flex; justify-content: flex-start; align-items: center; margin-left: 40px; font-size: 110%; } .EditProfile .Logout .Link { padding: 4px 20px; font-size: 74%; font-weight: 600; color: rgb(77, 77, 77); transition: 0.1s; cursor: pointer; border: 2px solid rgba(77, 77, 77, 0.6); border-radius: 5px; vertical-align: center; outline: none; transition: 0.2s; } .EditProfile .Logout .Link:hover { border: 2px solid rgba(0, 0, 0, 0.8); transition: 0.2s; } .EditProfile .BackButton { margin-left: 40px; padding-top: 6px; padding-bottom: 4px; justify-self: end; align-self: center; justify-content: center; vertical-align: center; font-size: 80%; font-weight: 600; color: rgba(77, 77, 77, 0.8); transition: 0.1s; cursor: pointer; border-bottom: 2px solid transparent; outline: none; } .EditProfile .BackButton:hover { color: rgba(0, 0, 0, 0.8); border-bottom: 2px solid rgba(0, 0, 0, 0.8); transition: 0.1s; } .EditProfile .CreateButton { margin-right: 44px; padding: 10px 30px; justify-self: end; align-self: center; background-color: #505AB2; color: #fff; font-weight: 600; border-radius: 4px; border: none; font-size: 80%; cursor: pointer; transition: 0.2s; outline: none; } .EditProfile .CreateButton:hover { background-color: rgb(57, 64, 133); transition: 0.2s; }
0.540681
0.106924
main { margin: 0; padding: 0; background-color: black; } body{ font-family: 'Montserrat', sans-serif; position: relative; } html, body, header, #intro { height: 100%; } #intro { background: url(/images/background.jpg)no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } .top-nav-collapse { background-color: #24355C; } @media (max-width: 768px) { .navbar:not(.top-nav-collapse) { background: #24355C; } } @media (min-width: 800px) and (max-width: 850px) { .navbar:not(.top-nav-collapse) { background: #24355C; } } .navbar.center .navbar-inner { text-align: center; } .navbar.center .navbar-inner .nav { display:inline-block; float: none; } #home{ background-image: url(/images/background.jpg); background-repeat: no-repeat; background-position: center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; height: 100vh; width: 100vw; text-align: center; overflow: hidden; } #about_me{ background-color: #32124f; background-color: black; background-repeat: no-repeat; background-position: center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; height: auto; width: auto; background-image: -webkit-gradient( linear, left top, left bottom, from(rgba(50,50,50,0.8)), to(rgba(80,80,80,0.2)), color-stop(.5,#333333) ); background-image: -moz-linear-gradient( rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 95% ); overflow: hidden; } #project_page{ background-color: #34495e; background-color: black; background-repeat: no-repeat; background-position: center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; height: auto; width: auto; background-image: -webkit-gradient( linear, left top, left bottom, from(rgba(50,50,50,0.8)), to(rgba(80,80,80,0.2)), color-stop(.5,#333333) ); background-image: -moz-linear-gradient( rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 95% ); } #resume_page{ background-color: #560f16; background-color: black; background-repeat: no-repeat; background-position: center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; height: 125vh; width: 100vw; background-image: -webkit-gradient( linear, left top, left bottom, from(rgba(50,50,50,0.8)), to(rgba(80,80,80,0.2)), color-stop(.5,#333333) ); background-image: -moz-linear-gradient( rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 95% ); } .about_info{ color: #e8e8e8; margin-top: 5em; } .project_info{ color: #e8e8e8; margin-top: 5em; } .projects{ text-align: center; margin-top: 3.5em; margin-bottom: 2em; } .first_proj_row{ margin-bottom: 2em; } .second_proj_row{ margin-bottom: 2em; } .third_proj_row{ margin-bottom: 2em; } .navbar{ background-color: rgba(0, 0, 0, 0.75); border-color: transparent; color: #e8e8e8; } #main_navbar a{ color: #e8e8e8; } .fa{ color: #e8e8e8; } .fa:hover{ color: #3498db; } .myName{ color: #e8e8e8; } .navbar-default .navbar-nav > .active{ color: #3498db; background-color: transparent; } .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus { color: #3498db; background-color: transparent; } .home_info{ color: #e8e8e8; /* margin-top: 8.8em;*/ font-size: 2.8em; position: relative; /* display: inline-block;*/ /* vertical-align: middle;*/ top: 50%; left: 50%; transform: translate(-50%, -50%); } .resume{ margin-top: 100%; align-content: center; } #about_me label{ text-align: center; margin: 1em; } .favorite_proj{ background-color: transparent; color: #FFFFFF; margin-bottom: 1em; } .why_comp_sci{ background-color: transparent; color: #e8e8e8; margin-bottom: 1em; } .about_label{ text-align: left; margin-left: 5em; border: 1em; border-color: #FFFFFF; margin-top: 2em; display: inline-block; } .course_label{ text-align: left; margin-bottom: 2em; display: inline-block; } .experience_label{ text-align: left; margin-top: 2em; margin-bottom: 2em; display: inline-block; } .work_experience_label{ margin-top: 2em; text-align: left; margin-bottom: 2em; display: inline-block; } @media screen and (max-width: 768px) { .about_label{ text-align: center; border: 1em; margin-top: 2em; display: inline-block; } } .content_3{ } .content_4{ margin-bottom: 6em; } .project_label{ text-align: left; margin-left: 5em; color: #e8e8e8; } .resume_label{ text-align: left; margin-left: 5em; border: 1em; margin-top: 6em; display: inline-block; color: #FFFFFF; } .resume_container{ padding-top: 2em; height: 90vh; width: 45vw; text-align: center; color: white; } #contact_page{ background-color: #037057; background-color: black; height: 60vh; width: 100vw; color: #e8e8e8; background-image: -webkit-gradient( linear, left top, left bottom, from(rgba(50,50,50,0.8)), to(rgba(80,80,80,0.2)), color-stop(.5,#333333) ); background-image: -moz-linear-gradient( rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 95% ); } .contact_info{ margin-top: 3em; text-align: center; } .animate_onHover:hover{ -webkit-animation: pulse 1s; animation: pulse 1s; } .container-fluid{ height: 100%; } .row{ clear: both; } .project_container{ height: 100%; } .proj_label_row{ height: 10%; margin-bottom: 20px; } .proj_row{ height: 90%; text-align: center; margin-bottom: 35px; } .class_row{ } .employer{ text-align: center; margin-bottom: 1.5em; } .work_position{ float: left; display: inline-block; } .work_duration{ float: right; display: inline-block; } .work_description{ display: flex; margin-top: 3em; } .socialMedia{ margin-top: 3em; text-align: center; } .fa{ margin-left: .2em; margin-right: .2em; } .email{ display: inline-block; } .phone{ display: inline-block; } .project_modal{ color: white; background-color: rgba(0,0,0,0.5); } .project_description{ color: white; margin-bottom: 1em; } .project_buttons{ margin-bottom: 1em; } .project_buttons .btn{ color: white; background-color: rgba(0,0,0,0.5); } .work_title{ margin-bottom: 4.5em; } .carousel-inner > .item > img { margin: 0 auto; } .carousel-indicators{ color: #232323; } .glyphicon-chevron-left{ color: #232323; } .glyphicon-chevron-right{ color: #232323; } .typed-cursor { opacity: 1; animation: blink .7s infinite; } @keyframes blink { 0% { opacity: 1; } 50% { opacity: 0; } 100% { opacity: 1; } } .delay-1 { animation-delay: 2s; } .progress { height: 35px; } .progress .skill { font: normal 12px "Open Sans Web"; line-height: 35px; padding: 0; margin: 0 0 0 20px; text-transform: uppercase; } .progress .skill .val { float: right; font-style: normal; margin: 0 20px 0 0; } .progress-bar { text-align: left; transition-duration: 3s; } .progress .progress-bar { -webkit-transition: none !important; transition: none !important; } #proj_ani{ margin-top: 8em; } .resume_btn { color: black; background-color: rgba(245, 245, 245, 0.2); }
css/master.css
main { margin: 0; padding: 0; background-color: black; } body{ font-family: 'Montserrat', sans-serif; position: relative; } html, body, header, #intro { height: 100%; } #intro { background: url(/images/background.jpg)no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } .top-nav-collapse { background-color: #24355C; } @media (max-width: 768px) { .navbar:not(.top-nav-collapse) { background: #24355C; } } @media (min-width: 800px) and (max-width: 850px) { .navbar:not(.top-nav-collapse) { background: #24355C; } } .navbar.center .navbar-inner { text-align: center; } .navbar.center .navbar-inner .nav { display:inline-block; float: none; } #home{ background-image: url(/images/background.jpg); background-repeat: no-repeat; background-position: center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; height: 100vh; width: 100vw; text-align: center; overflow: hidden; } #about_me{ background-color: #32124f; background-color: black; background-repeat: no-repeat; background-position: center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; height: auto; width: auto; background-image: -webkit-gradient( linear, left top, left bottom, from(rgba(50,50,50,0.8)), to(rgba(80,80,80,0.2)), color-stop(.5,#333333) ); background-image: -moz-linear-gradient( rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 95% ); overflow: hidden; } #project_page{ background-color: #34495e; background-color: black; background-repeat: no-repeat; background-position: center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; height: auto; width: auto; background-image: -webkit-gradient( linear, left top, left bottom, from(rgba(50,50,50,0.8)), to(rgba(80,80,80,0.2)), color-stop(.5,#333333) ); background-image: -moz-linear-gradient( rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 95% ); } #resume_page{ background-color: #560f16; background-color: black; background-repeat: no-repeat; background-position: center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; height: 125vh; width: 100vw; background-image: -webkit-gradient( linear, left top, left bottom, from(rgba(50,50,50,0.8)), to(rgba(80,80,80,0.2)), color-stop(.5,#333333) ); background-image: -moz-linear-gradient( rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 95% ); } .about_info{ color: #e8e8e8; margin-top: 5em; } .project_info{ color: #e8e8e8; margin-top: 5em; } .projects{ text-align: center; margin-top: 3.5em; margin-bottom: 2em; } .first_proj_row{ margin-bottom: 2em; } .second_proj_row{ margin-bottom: 2em; } .third_proj_row{ margin-bottom: 2em; } .navbar{ background-color: rgba(0, 0, 0, 0.75); border-color: transparent; color: #e8e8e8; } #main_navbar a{ color: #e8e8e8; } .fa{ color: #e8e8e8; } .fa:hover{ color: #3498db; } .myName{ color: #e8e8e8; } .navbar-default .navbar-nav > .active{ color: #3498db; background-color: transparent; } .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus { color: #3498db; background-color: transparent; } .home_info{ color: #e8e8e8; /* margin-top: 8.8em;*/ font-size: 2.8em; position: relative; /* display: inline-block;*/ /* vertical-align: middle;*/ top: 50%; left: 50%; transform: translate(-50%, -50%); } .resume{ margin-top: 100%; align-content: center; } #about_me label{ text-align: center; margin: 1em; } .favorite_proj{ background-color: transparent; color: #FFFFFF; margin-bottom: 1em; } .why_comp_sci{ background-color: transparent; color: #e8e8e8; margin-bottom: 1em; } .about_label{ text-align: left; margin-left: 5em; border: 1em; border-color: #FFFFFF; margin-top: 2em; display: inline-block; } .course_label{ text-align: left; margin-bottom: 2em; display: inline-block; } .experience_label{ text-align: left; margin-top: 2em; margin-bottom: 2em; display: inline-block; } .work_experience_label{ margin-top: 2em; text-align: left; margin-bottom: 2em; display: inline-block; } @media screen and (max-width: 768px) { .about_label{ text-align: center; border: 1em; margin-top: 2em; display: inline-block; } } .content_3{ } .content_4{ margin-bottom: 6em; } .project_label{ text-align: left; margin-left: 5em; color: #e8e8e8; } .resume_label{ text-align: left; margin-left: 5em; border: 1em; margin-top: 6em; display: inline-block; color: #FFFFFF; } .resume_container{ padding-top: 2em; height: 90vh; width: 45vw; text-align: center; color: white; } #contact_page{ background-color: #037057; background-color: black; height: 60vh; width: 100vw; color: #e8e8e8; background-image: -webkit-gradient( linear, left top, left bottom, from(rgba(50,50,50,0.8)), to(rgba(80,80,80,0.2)), color-stop(.5,#333333) ); background-image: -moz-linear-gradient( rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 95% ); } .contact_info{ margin-top: 3em; text-align: center; } .animate_onHover:hover{ -webkit-animation: pulse 1s; animation: pulse 1s; } .container-fluid{ height: 100%; } .row{ clear: both; } .project_container{ height: 100%; } .proj_label_row{ height: 10%; margin-bottom: 20px; } .proj_row{ height: 90%; text-align: center; margin-bottom: 35px; } .class_row{ } .employer{ text-align: center; margin-bottom: 1.5em; } .work_position{ float: left; display: inline-block; } .work_duration{ float: right; display: inline-block; } .work_description{ display: flex; margin-top: 3em; } .socialMedia{ margin-top: 3em; text-align: center; } .fa{ margin-left: .2em; margin-right: .2em; } .email{ display: inline-block; } .phone{ display: inline-block; } .project_modal{ color: white; background-color: rgba(0,0,0,0.5); } .project_description{ color: white; margin-bottom: 1em; } .project_buttons{ margin-bottom: 1em; } .project_buttons .btn{ color: white; background-color: rgba(0,0,0,0.5); } .work_title{ margin-bottom: 4.5em; } .carousel-inner > .item > img { margin: 0 auto; } .carousel-indicators{ color: #232323; } .glyphicon-chevron-left{ color: #232323; } .glyphicon-chevron-right{ color: #232323; } .typed-cursor { opacity: 1; animation: blink .7s infinite; } @keyframes blink { 0% { opacity: 1; } 50% { opacity: 0; } 100% { opacity: 1; } } .delay-1 { animation-delay: 2s; } .progress { height: 35px; } .progress .skill { font: normal 12px "Open Sans Web"; line-height: 35px; padding: 0; margin: 0 0 0 20px; text-transform: uppercase; } .progress .skill .val { float: right; font-style: normal; margin: 0 20px 0 0; } .progress-bar { text-align: left; transition-duration: 3s; } .progress .progress-bar { -webkit-transition: none !important; transition: none !important; } #proj_ani{ margin-top: 8em; } .resume_btn { color: black; background-color: rgba(245, 245, 245, 0.2); }
0.426083
0.06885
* { margin: 0; padding: 0;} html, body { overflow: hidden; font-family: 'Londrina Solid', Tahoma, Geneva, Verdana, sans-serif; font-size: 22px; /* background: #f0f0f0; */ } /* * {margin:0; padding:0;} */ html, body {height: 100%} /* canvas { height: 100%; width: 100%; } .options { position: absolute; top: 14px; right: 14px; color: #fff; } */ #app { text-align: center; } .hidden { display: none !important; } #home { /* background-color: #4BB4CA; */ background-color: #81b29a; min-height: 100vh; display: flex; flex-direction: column; align-items: center; /* justify-content: center; */ } .landing-title-box { /* flex: 1; */ justify-content: center; padding: 150px; } .landing-title { /* top: 10px; */ /* margin: 20px; */ font-size: calc(60px + 2vmin); color: white; /* text-shadow: 0px 3px 3px #000000; */ letter-spacing: 2px; /* font-family: 'Londrina Solid', cursive; */ font-family: 'Fredoka One', cursive; text-shadow: 3px 3px rgba(0, 0, 0, 0.2); font-weight: 300; /* flex: 1; */ } .landing-form-box { flex: 2; } form { /* box-shadow: 0 4px 20px 2px rgba(0, 0, 0, 1); */ /* background-color: #FFFFFF; */ /* padding: 20px; */ font-size: 18px; /* color: #282c34; */ height: 100% /* flex: 1; */ } .landing-form-component { padding: 20px; width: 250px; align-items: center; } #username { /* background-color: #EEEEEE; */ -webkit-appearance: none; border: none; width: 200px; height: 30px; font-size: 18px; text-align: center; /* transition: 3s; */ /* font-family: 'Ubuntu', sans-serif; */ font-family: 'Muli', sans-serif; color: #555; box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.2); } #username:focus { outline: 0; } #username:focus::placeholder{ opacity: 0; } .landing-button { box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.2); /* background-color: #f4511e; */ background-color: #f2cc8f; /* white; */ border: none; color: #fff; /* color: #4BB4CA; */ padding: 16px 0px; width: 180px; font-weight: 400; text-align: center; font-size: 14px; margin: 10px 0px; /* transition: 0.8s; */ border-radius: 50px; letter-spacing: 2px; /* font-family: 'Ubuntu', sans-serif; */ font-family: 'Fredoka One', cursive; /* box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.3); */ } .landing-button:hover { transition: 1s; background-color: #E7A336; } .landing-button:focus { outline: none; background-color: #E7A336; } /* Style page content - use this if you want to push the page content to the right when you open the side navigation */ #main { transition: margin-left .5s; padding: 20px; } /* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */ @media screen and (max-height: 450px) { .sidenav {padding-top: 15px;} .sidenav a {font-size: 18px;} } /* old */ #app { width: 100vw; height: 100vh; } input { padding: 6px; border-radius: 5px; font-size: inherit; } ul { list-style: none; } h1, h2, h3 { margin-top: 1em; margin-bottom: 0.2em; } /* .hidden { display: none !important; } */ #home { text-align: center; } #home ul li { display: inline-block; } #home ul.previous-sessions li { list-style: circle; display: block; } .tools { padding: 4px; } .tools label { border-radius: 4px; padding: 4px 8px; background: #c2c2c2; } .tools input[type=radio] { display: none; } .tools input[type=radio]:checked + label { background: #00ff0f; } #gameplay canvas.drawing { position: absolute; left: 0; top: 46px; background: #fff; } #gameplay canvas.drawing-preview { position: absolute; left: 0; top: 46px; } /* loading spinner! */ .spinner { position: absolute; left: 0; right: 0; top: 0; bottom: 90px; z-index: 1; margin: auto; display: inline-block; width: 64px; height: 64px; } .spinner div { position: absolute; top: 27px; width: 11px; height: 11px; border-radius: 50%; background: #000; animation-timing-function: cubic-bezier(0, 1, 1, 0); } .spinner div:nth-child(1) { left: 6px; animation: spinner1 0.6s infinite; } .spinner div:nth-child(2) { left: 6px; animation: spinner2 0.6s infinite; } .spinner div:nth-child(3) { left: 26px; animation: spinner2 0.6s infinite; } .spinner div:nth-child(4) { left: 45px; animation: spinner3 0.6s infinite; } @keyframes spinner1 { 0% { transform: scale(0); } 100% { transform: scale(1); } } @keyframes spinner3 { 0% { transform: scale(1); } 100% { transform: scale(0); } } @keyframes spinner2 { 0% { transform: translate(0, 0); } 100% { transform: translate(19px, 0); } } /* Popup Join */ a.landing-button { -webkit-appearance: button; -moz-appearance: button; appearance: button; text-decoration: none; /* color: initial; */ display: inline-block; /* width: 200px; */ } /* .button { font-family: Helvetica, Arial, sans-serif; font-size: 13px; padding: 5px 10px; border: 1px solid #aaa; background-color: #eee; background-image: linear-gradient(top, #fff, #f0f0f0); border-radius: 2px; box-shadow: 0 1px 3px rgba(0,0,0,0.15); color: #666; text-decoration: none; text-shadow: 0 1px 0 #fff; cursor: pointer; transition: all 0.2s ease-out; &:hover { border-color: #999; box-shadow: 0 1px 3px rgba(0,0,0,0.25); } &:active { box-shadow: 0 1px 3px rgba(0,0,0,0.25) inset; } } */ .overlay { position: absolute; top: 0; bottom: 0; left: 0; right: 0; background: rgba(0,0,0,0.5); transition: opacity 200ms; visibility: hidden; opacity: 0; background: rgba(255,255,255,0.5); } .cancel { position: absolute; width: 100%; height: 100%; cursor: default; } .overlay:target { visibility: visible; opacity: 1; } .popup { margin: 75px auto; padding: 20px; background: #fff; border: 1px solid #666; width: 300px; box-shadow: 0 0 50px rgba(0,0,0,0.5); position: relative; border-color: #aaa; box-shadow: 0 2px 10px rgba(0,0,0,0.25); } .popup > h4 { margin-top: 0; color: #666; font-family: "Trebuchet MS", Tahoma, Arial, sans-serif; } .popup .close { position: absolute; width: 20px; height: 20px; top: 20px; right: 20px; opacity: 0.8; transition: all 200ms; font-size: 24px; font-weight: bold; text-decoration: none; color: #666; } .popup:hover { opacity: 1; } .popup .content { max-height: 400px; overflow: auto; } .content > p { margin: 0 0 1em; } .content > p:last-child { margin: 0; } /* Popover */ /* { font-size: calc(10px + 1vmin); --primary: hsl(260, 100%, 60%); --primary-2: hsl(220, 100%, 60%); --softGrey: #9a97a8; --softTint: rgba(0, 0, 0, 0.2); --bounce: 0.3s cubic-bezier(0.3, -0.1, 0.5, 1.4); --ease: 0.2s cubic-bezier(0.3, 0.1, 0.3, 1); } *, *::before, *::after { margin: 0; padding: 0; color: inherit; list-style-type: none; box-sizing: border-box; font-family: sans-serif; } body { min-height: 100vh; display: grid; overflow: hidden; place-items: center; color: var(--softGrey); } input[type="checkbox"] { position: absolute; opacity: 0.001; } form { --size: 3rem; --space: 1rem; padding-left: var(--space); position: relative; display: flex; overflow: hidden; border-radius: calc(var(--size) / 4); box-shadow: 0 1em 2em var(--softTint); transition: var(--bounce); &:focus-within { transform: scale(0.94); box-shadow: 0 1em 1em var(--softTint); } input[type="number"] { appearance: none; -webkit-appearance: none; heght: 100%; width: var(--size); height: calc(var(--size) * 1.4); font-size: calc(var(--size) * 0.7); text-align: center; border: 0.12em solid var(--softTint); border-radius: calc(var(--size) * 0.2); outline: none; margin: var(--space); margin-left: 0; transition: var(--ease); &::-webkit-outer-spin-button, &::-webkit-inner-spin-button { display: none; } &:not(:placeholder-shown) { border-color: var(--primary); } } .submit { appearance: none; -webkit-appearance: none; border: none; outline: none; display: grid; place-items: center; width: calc(var(--size) + var(--space) * 2); padding: 1em; cursor: pointer; background-color: var(--softTint); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512'%3E%3Cpath fill='white' d='M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z'/%3E%3C/svg%3E"); background-position: 50% 50%; background-size: 30%; background-repeat: no-repeat; transition: var(--ease); animation: tension 0.36s cubic-bezier(0.2, 0.4, 0.5, 1) paused alternate infinite; &:focus { background-color: var(--primary); animation-play-state: running; } } .indicator { --i: 0; position: absolute; bottom: 0; width: var(--size); height: 0.5em; border-radius: 0.5em 0.5em 0 0; background: var(--primary); transform: translateX(calc((var(--size) + var(--space)) * (var(--i) - 1))); transition: var(--bounce); } } .submit:focus ~ .indicator { --i: 7; } @for $i from 1 through 4 { #n#{$i}:focus ~ .indicator { --i: #{$i}; } } #submitted:checked ~ form { background: var(--primary); transform: translateX(100vw); transition: var(--ease), transform var(--ease) 0.3s; input, .indicator { width: 0; opacity: 0; margin-right: 0; transform: scaleX(0); } .submit { background-color: var(--primary); color: white; } } @keyframes tension { to { background-position-x: 60%; } } */ /* .join-code-input { width: 12px; } */ /* 2FA */ input { margin: 0 3px; text-align: center; line-height: 40px; font-size: 20px; border: solid 1px #ccc; /* box-shadow: 0 0 5px #ccc inset; */ outline: none; width: 20px; transition: all .2s ease-in-out; border-radius: 3px; } input:focus { /* border-color: purple; */ /* box-shadow: 0 0 5px purple inset; */ border: solid 1px #999; } input::selection { background: transparent; } /* button { margin: 30px 0 50px; width: 100%; padding: 6px; background-color: #B85FC6; border: none; text-transform: uppercase; } button { &.close { border: solid 2px; border-radius: 30px; line-height: 19px; font-size: 120%; width: 22px; position: absolute; right: 5px; top: 5px; } } */
src/client/css/index.css
* { margin: 0; padding: 0;} html, body { overflow: hidden; font-family: 'Londrina Solid', Tahoma, Geneva, Verdana, sans-serif; font-size: 22px; /* background: #f0f0f0; */ } /* * {margin:0; padding:0;} */ html, body {height: 100%} /* canvas { height: 100%; width: 100%; } .options { position: absolute; top: 14px; right: 14px; color: #fff; } */ #app { text-align: center; } .hidden { display: none !important; } #home { /* background-color: #4BB4CA; */ background-color: #81b29a; min-height: 100vh; display: flex; flex-direction: column; align-items: center; /* justify-content: center; */ } .landing-title-box { /* flex: 1; */ justify-content: center; padding: 150px; } .landing-title { /* top: 10px; */ /* margin: 20px; */ font-size: calc(60px + 2vmin); color: white; /* text-shadow: 0px 3px 3px #000000; */ letter-spacing: 2px; /* font-family: 'Londrina Solid', cursive; */ font-family: 'Fredoka One', cursive; text-shadow: 3px 3px rgba(0, 0, 0, 0.2); font-weight: 300; /* flex: 1; */ } .landing-form-box { flex: 2; } form { /* box-shadow: 0 4px 20px 2px rgba(0, 0, 0, 1); */ /* background-color: #FFFFFF; */ /* padding: 20px; */ font-size: 18px; /* color: #282c34; */ height: 100% /* flex: 1; */ } .landing-form-component { padding: 20px; width: 250px; align-items: center; } #username { /* background-color: #EEEEEE; */ -webkit-appearance: none; border: none; width: 200px; height: 30px; font-size: 18px; text-align: center; /* transition: 3s; */ /* font-family: 'Ubuntu', sans-serif; */ font-family: 'Muli', sans-serif; color: #555; box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.2); } #username:focus { outline: 0; } #username:focus::placeholder{ opacity: 0; } .landing-button { box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.2); /* background-color: #f4511e; */ background-color: #f2cc8f; /* white; */ border: none; color: #fff; /* color: #4BB4CA; */ padding: 16px 0px; width: 180px; font-weight: 400; text-align: center; font-size: 14px; margin: 10px 0px; /* transition: 0.8s; */ border-radius: 50px; letter-spacing: 2px; /* font-family: 'Ubuntu', sans-serif; */ font-family: 'Fredoka One', cursive; /* box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.3); */ } .landing-button:hover { transition: 1s; background-color: #E7A336; } .landing-button:focus { outline: none; background-color: #E7A336; } /* Style page content - use this if you want to push the page content to the right when you open the side navigation */ #main { transition: margin-left .5s; padding: 20px; } /* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */ @media screen and (max-height: 450px) { .sidenav {padding-top: 15px;} .sidenav a {font-size: 18px;} } /* old */ #app { width: 100vw; height: 100vh; } input { padding: 6px; border-radius: 5px; font-size: inherit; } ul { list-style: none; } h1, h2, h3 { margin-top: 1em; margin-bottom: 0.2em; } /* .hidden { display: none !important; } */ #home { text-align: center; } #home ul li { display: inline-block; } #home ul.previous-sessions li { list-style: circle; display: block; } .tools { padding: 4px; } .tools label { border-radius: 4px; padding: 4px 8px; background: #c2c2c2; } .tools input[type=radio] { display: none; } .tools input[type=radio]:checked + label { background: #00ff0f; } #gameplay canvas.drawing { position: absolute; left: 0; top: 46px; background: #fff; } #gameplay canvas.drawing-preview { position: absolute; left: 0; top: 46px; } /* loading spinner! */ .spinner { position: absolute; left: 0; right: 0; top: 0; bottom: 90px; z-index: 1; margin: auto; display: inline-block; width: 64px; height: 64px; } .spinner div { position: absolute; top: 27px; width: 11px; height: 11px; border-radius: 50%; background: #000; animation-timing-function: cubic-bezier(0, 1, 1, 0); } .spinner div:nth-child(1) { left: 6px; animation: spinner1 0.6s infinite; } .spinner div:nth-child(2) { left: 6px; animation: spinner2 0.6s infinite; } .spinner div:nth-child(3) { left: 26px; animation: spinner2 0.6s infinite; } .spinner div:nth-child(4) { left: 45px; animation: spinner3 0.6s infinite; } @keyframes spinner1 { 0% { transform: scale(0); } 100% { transform: scale(1); } } @keyframes spinner3 { 0% { transform: scale(1); } 100% { transform: scale(0); } } @keyframes spinner2 { 0% { transform: translate(0, 0); } 100% { transform: translate(19px, 0); } } /* Popup Join */ a.landing-button { -webkit-appearance: button; -moz-appearance: button; appearance: button; text-decoration: none; /* color: initial; */ display: inline-block; /* width: 200px; */ } /* .button { font-family: Helvetica, Arial, sans-serif; font-size: 13px; padding: 5px 10px; border: 1px solid #aaa; background-color: #eee; background-image: linear-gradient(top, #fff, #f0f0f0); border-radius: 2px; box-shadow: 0 1px 3px rgba(0,0,0,0.15); color: #666; text-decoration: none; text-shadow: 0 1px 0 #fff; cursor: pointer; transition: all 0.2s ease-out; &:hover { border-color: #999; box-shadow: 0 1px 3px rgba(0,0,0,0.25); } &:active { box-shadow: 0 1px 3px rgba(0,0,0,0.25) inset; } } */ .overlay { position: absolute; top: 0; bottom: 0; left: 0; right: 0; background: rgba(0,0,0,0.5); transition: opacity 200ms; visibility: hidden; opacity: 0; background: rgba(255,255,255,0.5); } .cancel { position: absolute; width: 100%; height: 100%; cursor: default; } .overlay:target { visibility: visible; opacity: 1; } .popup { margin: 75px auto; padding: 20px; background: #fff; border: 1px solid #666; width: 300px; box-shadow: 0 0 50px rgba(0,0,0,0.5); position: relative; border-color: #aaa; box-shadow: 0 2px 10px rgba(0,0,0,0.25); } .popup > h4 { margin-top: 0; color: #666; font-family: "Trebuchet MS", Tahoma, Arial, sans-serif; } .popup .close { position: absolute; width: 20px; height: 20px; top: 20px; right: 20px; opacity: 0.8; transition: all 200ms; font-size: 24px; font-weight: bold; text-decoration: none; color: #666; } .popup:hover { opacity: 1; } .popup .content { max-height: 400px; overflow: auto; } .content > p { margin: 0 0 1em; } .content > p:last-child { margin: 0; } /* Popover */ /* { font-size: calc(10px + 1vmin); --primary: hsl(260, 100%, 60%); --primary-2: hsl(220, 100%, 60%); --softGrey: #9a97a8; --softTint: rgba(0, 0, 0, 0.2); --bounce: 0.3s cubic-bezier(0.3, -0.1, 0.5, 1.4); --ease: 0.2s cubic-bezier(0.3, 0.1, 0.3, 1); } *, *::before, *::after { margin: 0; padding: 0; color: inherit; list-style-type: none; box-sizing: border-box; font-family: sans-serif; } body { min-height: 100vh; display: grid; overflow: hidden; place-items: center; color: var(--softGrey); } input[type="checkbox"] { position: absolute; opacity: 0.001; } form { --size: 3rem; --space: 1rem; padding-left: var(--space); position: relative; display: flex; overflow: hidden; border-radius: calc(var(--size) / 4); box-shadow: 0 1em 2em var(--softTint); transition: var(--bounce); &:focus-within { transform: scale(0.94); box-shadow: 0 1em 1em var(--softTint); } input[type="number"] { appearance: none; -webkit-appearance: none; heght: 100%; width: var(--size); height: calc(var(--size) * 1.4); font-size: calc(var(--size) * 0.7); text-align: center; border: 0.12em solid var(--softTint); border-radius: calc(var(--size) * 0.2); outline: none; margin: var(--space); margin-left: 0; transition: var(--ease); &::-webkit-outer-spin-button, &::-webkit-inner-spin-button { display: none; } &:not(:placeholder-shown) { border-color: var(--primary); } } .submit { appearance: none; -webkit-appearance: none; border: none; outline: none; display: grid; place-items: center; width: calc(var(--size) + var(--space) * 2); padding: 1em; cursor: pointer; background-color: var(--softTint); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512'%3E%3Cpath fill='white' d='M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z'/%3E%3C/svg%3E"); background-position: 50% 50%; background-size: 30%; background-repeat: no-repeat; transition: var(--ease); animation: tension 0.36s cubic-bezier(0.2, 0.4, 0.5, 1) paused alternate infinite; &:focus { background-color: var(--primary); animation-play-state: running; } } .indicator { --i: 0; position: absolute; bottom: 0; width: var(--size); height: 0.5em; border-radius: 0.5em 0.5em 0 0; background: var(--primary); transform: translateX(calc((var(--size) + var(--space)) * (var(--i) - 1))); transition: var(--bounce); } } .submit:focus ~ .indicator { --i: 7; } @for $i from 1 through 4 { #n#{$i}:focus ~ .indicator { --i: #{$i}; } } #submitted:checked ~ form { background: var(--primary); transform: translateX(100vw); transition: var(--ease), transform var(--ease) 0.3s; input, .indicator { width: 0; opacity: 0; margin-right: 0; transform: scaleX(0); } .submit { background-color: var(--primary); color: white; } } @keyframes tension { to { background-position-x: 60%; } } */ /* .join-code-input { width: 12px; } */ /* 2FA */ input { margin: 0 3px; text-align: center; line-height: 40px; font-size: 20px; border: solid 1px #ccc; /* box-shadow: 0 0 5px #ccc inset; */ outline: none; width: 20px; transition: all .2s ease-in-out; border-radius: 3px; } input:focus { /* border-color: purple; */ /* box-shadow: 0 0 5px purple inset; */ border: solid 1px #999; } input::selection { background: transparent; } /* button { margin: 30px 0 50px; width: 100%; padding: 6px; background-color: #B85FC6; border: none; text-transform: uppercase; } button { &.close { border: solid 2px; border-radius: 30px; line-height: 19px; font-size: 120%; width: 22px; position: absolute; right: 5px; top: 5px; } } */
0.311322
0.112381