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
.markdown-section { display:block; word-wrap:break-word; overflow:hidden; color:#333; line-height:1.7; text-size-adjust:100%; -ms-text-size-adjust:100%; -webkit-text-size-adjust:100%; -moz-text-size-adjust:100%; margin:20px 0; margin-top: 0; } .markdown-section * { box-sizing:border-box; -webkit-box-sizing:border-box; font-size:inherit } .markdown-section>:first-child { margin-top:0!important } .markdown-section>:last-child { margin-bottom:0!important } .markdown-section blockquote,.markdown-section code,.markdown-section figure,.markdown-section img,.markdown-section pre,.markdown-section table,.markdown-section tr { page-break-inside:avoid } .markdown-section h2,.markdown-section h3,.markdown-section h4,.markdown-section h5,.markdown-section p { orphans:3; widows:3 } .markdown-section h1,.markdown-section h2,.markdown-section h3,.markdown-section h4,.markdown-section h5 { page-break-after:avoid } .markdown-section b,.markdown-section strong { font-weight:700 } .markdown-section em { font-style:italic } .markdown-section blockquote,.markdown-section dl,.markdown-section ol,.markdown-section p,.markdown-section table,.markdown-section ul { margin-top:0; margin-bottom:.85em } .markdown-section a { color:#4183c4; text-decoration:none; background:0 0 } .markdown-section a:active,.markdown-section a:focus,.markdown-section a:hover { outline:0; text-decoration:underline } .markdown-section img { border:0; max-width:100% } .markdown-section hr { height:4px; padding:0; margin:1.7em 0; overflow:hidden; background-color:#e7e7e7; border:none } .markdown-section hr:after,.markdown-section hr:before { display:table; content:" " } .markdown-section hr:after { clear:both } .markdown-section h1,.markdown-section h2,.markdown-section h3,.markdown-section h4,.markdown-section h5,.markdown-section h6 { margin-top:1.275em; margin-bottom:.85em; font-weight:700 } .markdown-section h1 { font-size:2em } .markdown-section h1:hover{text-decoration: underline;} .markdown-section h2 { font-size:1.75em } .markdown-section h3 { font-size:1.5em } .markdown-section h4 { font-size:1.25em } .markdown-section h5 { font-size:1em } .markdown-section h6 { font-size:1em; color:#777 } .markdown-section code,.markdown-section pre { font-family:Consolas,"Liberation Mono",Menlo,Courier,monospace; direction:ltr; margin:0; padding:0; border:none; color:inherit } .markdown-section pre { overflow:auto; /*word-wrap:normal;*/ margin:0; padding:.85em 1em; margin-bottom:1.275em; background:#f7f7f7; border-radius:3px; word-break: break-word; max-height: 600px; overflow-y: auto; overflow-x: hidden; white-space: pre-wrap; word-wrap: break-word; border-radius: 5px; } .markdown-section pre>code { display:inline; max-width:initial; padding:0; margin:0; overflow:initial; line-height:inherit; /*font-size:.85em;*/ /*white-space:pre;*/ background:0 0 font-size: 12px!important; white-space: pre-wrap; word-wrap: break-word; } .markdown-section pre>code:after,.markdown-section pre>code:before { content:normal } .markdown-section code { padding:.2em; margin:0; font-size:.85em; background-color:#f7f7f7 } .markdown-section code:after,.markdown-section code:before { letter-spacing:-.2em; content:"\00a0" } .markdown-section table { display:table; width:100%; border-collapse:collapse; border-spacing:0; overflow:auto } .markdown-section table td,.markdown-section table th { padding:6px 13px; border:1px solid #ddd; word-break: break-all; width: 40%; } .markdown-section table tr { background-color:#fff; border-top:1px solid #ccc } .markdown-section table tr:nth-child(2n) { background-color:#f8f8f8 } .markdown-section table th { width: 20%; font-weight:400; background: #eee; } .markdown-section table th td:first-child { min-width: 25%; } .markdown-section ol,.markdown-section ul { padding:0; margin:0; margin-bottom:.85em; padding-left:2em } .markdown-section ol ol,.markdown-section ol ul,.markdown-section ul ol,.markdown-section ul ul { margin-top:0; margin-bottom:0 } .markdown-section ol ol { list-style-type:lower-roman } .markdown-section blockquote { margin:0; margin-bottom:.85em; padding:0 15px; color:#858585; border-left:4px solid #e5e5e5 } .markdown-section blockquote:first-child { margin-top:0 } .markdown-section blockquote:last-child { margin-bottom:0 } .markdown-section dl { padding:0 } .markdown-section dl dt { padding:0; margin-top:.85em; font-style:italic; font-weight:700 } .markdown-section dl dd { padding:0 .85em; margin-bottom:.85em } .markdown-section dd { margin-left:0 } .markdown-section .glossary-term { cursor:help; text-decoration:underline }
public/static/plugins/other/markdown.css
.markdown-section { display:block; word-wrap:break-word; overflow:hidden; color:#333; line-height:1.7; text-size-adjust:100%; -ms-text-size-adjust:100%; -webkit-text-size-adjust:100%; -moz-text-size-adjust:100%; margin:20px 0; margin-top: 0; } .markdown-section * { box-sizing:border-box; -webkit-box-sizing:border-box; font-size:inherit } .markdown-section>:first-child { margin-top:0!important } .markdown-section>:last-child { margin-bottom:0!important } .markdown-section blockquote,.markdown-section code,.markdown-section figure,.markdown-section img,.markdown-section pre,.markdown-section table,.markdown-section tr { page-break-inside:avoid } .markdown-section h2,.markdown-section h3,.markdown-section h4,.markdown-section h5,.markdown-section p { orphans:3; widows:3 } .markdown-section h1,.markdown-section h2,.markdown-section h3,.markdown-section h4,.markdown-section h5 { page-break-after:avoid } .markdown-section b,.markdown-section strong { font-weight:700 } .markdown-section em { font-style:italic } .markdown-section blockquote,.markdown-section dl,.markdown-section ol,.markdown-section p,.markdown-section table,.markdown-section ul { margin-top:0; margin-bottom:.85em } .markdown-section a { color:#4183c4; text-decoration:none; background:0 0 } .markdown-section a:active,.markdown-section a:focus,.markdown-section a:hover { outline:0; text-decoration:underline } .markdown-section img { border:0; max-width:100% } .markdown-section hr { height:4px; padding:0; margin:1.7em 0; overflow:hidden; background-color:#e7e7e7; border:none } .markdown-section hr:after,.markdown-section hr:before { display:table; content:" " } .markdown-section hr:after { clear:both } .markdown-section h1,.markdown-section h2,.markdown-section h3,.markdown-section h4,.markdown-section h5,.markdown-section h6 { margin-top:1.275em; margin-bottom:.85em; font-weight:700 } .markdown-section h1 { font-size:2em } .markdown-section h1:hover{text-decoration: underline;} .markdown-section h2 { font-size:1.75em } .markdown-section h3 { font-size:1.5em } .markdown-section h4 { font-size:1.25em } .markdown-section h5 { font-size:1em } .markdown-section h6 { font-size:1em; color:#777 } .markdown-section code,.markdown-section pre { font-family:Consolas,"Liberation Mono",Menlo,Courier,monospace; direction:ltr; margin:0; padding:0; border:none; color:inherit } .markdown-section pre { overflow:auto; /*word-wrap:normal;*/ margin:0; padding:.85em 1em; margin-bottom:1.275em; background:#f7f7f7; border-radius:3px; word-break: break-word; max-height: 600px; overflow-y: auto; overflow-x: hidden; white-space: pre-wrap; word-wrap: break-word; border-radius: 5px; } .markdown-section pre>code { display:inline; max-width:initial; padding:0; margin:0; overflow:initial; line-height:inherit; /*font-size:.85em;*/ /*white-space:pre;*/ background:0 0 font-size: 12px!important; white-space: pre-wrap; word-wrap: break-word; } .markdown-section pre>code:after,.markdown-section pre>code:before { content:normal } .markdown-section code { padding:.2em; margin:0; font-size:.85em; background-color:#f7f7f7 } .markdown-section code:after,.markdown-section code:before { letter-spacing:-.2em; content:"\00a0" } .markdown-section table { display:table; width:100%; border-collapse:collapse; border-spacing:0; overflow:auto } .markdown-section table td,.markdown-section table th { padding:6px 13px; border:1px solid #ddd; word-break: break-all; width: 40%; } .markdown-section table tr { background-color:#fff; border-top:1px solid #ccc } .markdown-section table tr:nth-child(2n) { background-color:#f8f8f8 } .markdown-section table th { width: 20%; font-weight:400; background: #eee; } .markdown-section table th td:first-child { min-width: 25%; } .markdown-section ol,.markdown-section ul { padding:0; margin:0; margin-bottom:.85em; padding-left:2em } .markdown-section ol ol,.markdown-section ol ul,.markdown-section ul ol,.markdown-section ul ul { margin-top:0; margin-bottom:0 } .markdown-section ol ol { list-style-type:lower-roman } .markdown-section blockquote { margin:0; margin-bottom:.85em; padding:0 15px; color:#858585; border-left:4px solid #e5e5e5 } .markdown-section blockquote:first-child { margin-top:0 } .markdown-section blockquote:last-child { margin-bottom:0 } .markdown-section dl { padding:0 } .markdown-section dl dt { padding:0; margin-top:.85em; font-style:italic; font-weight:700 } .markdown-section dl dd { padding:0 .85em; margin-bottom:.85em } .markdown-section dd { margin-left:0 } .markdown-section .glossary-term { cursor:help; text-decoration:underline }
0.357568
0.122261
@import url("https://fonts.googleapis.com/css2?family=Montserrat&display=swap"); /*-------------------------------------------------------------------------------------------*/ /* Global Style ||---------------------------- */ /*-------------------------------------------------------------------------------------------*/ body { margin: 0; height: 100vh; background: #171717; font-family: "Montserrat"; font-size: 100%; } *, *:before, *:after { -webkit-box-sizing: border-box; box-sizing: border-box; } .progress { position: fixed; width: 100%; top: 0; left: 0; background: transparent; } .progress-bar { background: #6c757d !important; } .fadeOut { opacity: 0 !important; transition: opacity 1s !important; } /*-------------------------------------------------------------------------------------------*/ /* Parallax ||---------------------------- */ /*-------------------------------------------------------------------------------------------*/ .parallax-container { padding: 2em; height: 100vh; display: none; } .parallax-container h1 { text-align: center; font-weight: normal; font-size: 3em; line-height: .9em; margin-top: 2em; opacity: 1; -webkit-animation-name: headline; animation-name: headline; -webkit-animation-duration: 1s; animation-duration: 1s; } .parallax-container p { line-height: 1.5em; color: #fff; } .mountains, .forest, .clouds { position: absolute; z-index: -1; width: 100%; } .mountains { /*background: url("../img/uploads/mountains.png") center center/cover no-repeat;*/ background-position: center; background-repeat: no-repeat; background-size: cover; top: -65%; height: 1125px; -webkit-animation-name: mountains; animation-name: mountains; -webkit-animation-duration: 2s; animation-duration: 2s; } .clouds { /*background: url("../img/uploads/clouds.png") center center/cover no-repeat;*/ background-position: center; background-repeat: no-repeat; background-size: cover; top: 0; height: 670px; -webkit-animation-name: clouds; animation-name: clouds; -webkit-animation-duration: 2s; animation-duration: 2s; } .forest { /*background: url("../img/uploads/forest.png") center center/cover no-repeat;*/ background-position: center; background-repeat: no-repeat; background-size: cover; top: 25%; height: 900px; } @keyframes headline { from { opacity: 0; margin-top: 1.5em; } to { opacity: 1; margin-top: 2em; } } @keyframes mountains { from { top: -70%; } to { top: -65%; } } @keyframes clouds { from { top: -20%; opacity: 0; } to { top: 0; opacity: 1; } } @media only screen and (min-width: 768px) { .mountains { top: -40%; } @keyframes mountains { from { top: -45%; } to { top: -40%; } } } @media only screen and (min-width: 900px) { .parallax-container h1 { font-size: 3.5em; } .mountains { top: -25%; } @keyframes mountains { from { top: -30%; } to { top: -25%; } } } @media only screen and (min-width: 1025px) { .mountains { top: -55%; } @keyframes mountains { from { top: -60%; } to { top: -55%; } } } @media only screen and (max-width: 900px) and (max-height: 500px) and (orientation: landscape) { .parallax-container h1 { margin-top: 1.25em; } .mountains { top: -150%; } @keyframes headline { from { opacity: 0; margin-top: .75em; } to { opacity: 1; margin-top: 1.25em; } } @keyframes mountains { from { top: -155%; } to { top: -150%; } } } @media only screen and (min-width: 1024px) and (min-height: 768px) and (orientation: landscape) { .mountains { top: -60%; } @keyframes mountains { from { top: -65%; } to { top: -60%; } } } @media only screen and (min-width: 1366px) and (min-height: 1024px) and (orientation: landscape) { .mountains { top: -40%; } @keyframes mountains { from { top: -45%; } to { top: -40%; } } } /*-------------------------------------------------------------------------------------------*/ /* Navbar ||---------------------------- */ /*-------------------------------------------------------------------------------------------*/ .nav-logo { width: 125px; } .navbar { padding: 8px; background-color: transparent !important; } .nav-link { color: #000 !important; margin: 2px 6px 0 6px; } /*-------------------------------------------------------------------------------------------*/ /* Page Content ||---------------------------- */ /*-------------------------------------------------------------------------------------------*/ .page-content { position: absolute; top: 125%; width: 100%; background: #f9fafd; z-index: 1000; } @media only screen and (min-width: 768px) { .page-content { top: 130%; } } /*-------------------------------------------------------------------------------------------*/ /* Header ||---------------------------- */ /*-------------------------------------------------------------------------------------------*/ .header { background: url("../img/uploads/mountains-sm.png") center center/cover no-repeat; min-height: 183px; } /*-------------------------------------------------------------------------------------------*/ /* Featured ||---------------------------- */ /*-------------------------------------------------------------------------------------------*/ .featured { background-color: #222; padding: 4em 2em 4em 2em; } .featured h2 { font-size: 2em; margin-bottom: 0.75em; color: #fff; font-weight: normal; text-align: center; } .featured p { color: #fff; text-align: center; font-size: 0.75em; } .featured img { width: 100%; height: auto; } @media only screen and (min-width: 576px) { .featured-container { position: relative; min-height: 400px; } .featured-text, .featured-image { margin-top: 1em; position: absolute; top: 50%; -ms-transform: translateY(-50%); transform: translateY(-50%); } .featured-text { right: 0; } .featured p { font-size: 1em; } } @media only screen and (min-width: 768px) { .featured h2 { font-size: 2.25em; } .featured p { font-size: 1.15em; } } @media only screen and (min-width: 992px) { .featured-container { margin: 0 4em 0 4em; } .featured img { max-width: 75%; } .featured p { font-size: 1.25em; } } @media only screen and (min-width: 1300px) { .featured-container { margin: 0 10em 2em 10em; } } /*-------------------------------------------------------------------------------------------*/ /* Latest Posts ||---------------------------- */ /*-------------------------------------------------------------------------------------------*/ .latest-posts { margin: 3em 1em 3em 1em; } .post { background-color: transparent; } .post img { width: 100%; height: auto; } .post-body p { font-size: 0.85em; } .post-body a { font-size: 0.75em; } .post-body h6 { font-size: 0.80em; } .post-text { font-family: "Montserrat"; font-size: 1em; } .post-title, .post-category { text-transform: uppercase; } .post-category { line-height: 2.5; } .clearfix { clear: both; } .latest-posts .row { margin: 0 !important; } @media only screen and (min-width: 768px) { .latest-posts { margin: 4em 0 2em 0; } } @media only screen and (min-width: 1300px) { .latest-posts { margin: 6em 10em 2em 10em; } } /*-------------------------------------------------------------------------------------------*/ /* Carousel ||---------------------------- */ /*-------------------------------------------------------------------------------------------*/ .carousel-content { background-color: #f9fafd; } .carousel-caption { background-color: #eee; color: #222; opacity: 0; padding: 1em; transition: .5s ease; } @media only screen and (min-width: 1200px) { .carousel-content .item:hover .carousel-caption { opacity: 80%; } } /*-------------------------------------------------------------------------------------------*/ /* Footer ||---------------------------- */ /*-------------------------------------------------------------------------------------------*/ .page-footer { background-color: #1a1c1e; } .footer-copyright { font-size: 0.85em; } /*-------------------------------------------------------------------------------------------*/ /* Blog ||---------------------------- */ /*-------------------------------------------------------------------------------------------*/ .blog-container { background: #f9fafd; width: 100%; padding-left: 2em; padding-right: 2em; margin-right: auto; margin-left: auto; } .blog-home, .blog-post { width: 100%; margin-top: 5.5em; } .page-link { background: #6c757d !important; border-color: #6c757d !important; color: #fff !important; } .page-link:hover, .active .page-link { background-color: #5a6268 !important; border-color: #545b62 !important; } .sidebar-widgets-column { display: none; } .comments-header { font-size: 1em; text-transform: uppercase; } .comments-body { margin-top: 1em; } .comments-body .form-label { text-transform: uppercase; } @media (min-width: 992px) { .blog-container { padding-left: 2em; padding-right: 2em; } .sidebar-widgets-column { display: block; width: 100%; margin-top: 5em; } .widget-header { font-size: 1em; text-transform: uppercase; } .widget-categories, .widget-tags { margin-top: 6em; } .widget-categories a { color: #777; font-size: 0.9em; } .widget-categories a:hover { color: #333; text-decoration: none; } .widget-body ul { padding: 0.25em 0; } .widget-tags .widget-body ul { list-style-type: none; } .widget-tags .widget-body ul li { display: inline-block; border: 1px solid #999; color: #888; font-size: 0.9em; padding: 8px; margin: 5px; } .widget-tags .widget-body ul li:hover { border: 1px solid #555; color: #444; } } @media (min-width: 1200px) { .blog-container { padding-left: 8em; padding-right: 8em; } }
assets/css/frontend.css
@import url("https://fonts.googleapis.com/css2?family=Montserrat&display=swap"); /*-------------------------------------------------------------------------------------------*/ /* Global Style ||---------------------------- */ /*-------------------------------------------------------------------------------------------*/ body { margin: 0; height: 100vh; background: #171717; font-family: "Montserrat"; font-size: 100%; } *, *:before, *:after { -webkit-box-sizing: border-box; box-sizing: border-box; } .progress { position: fixed; width: 100%; top: 0; left: 0; background: transparent; } .progress-bar { background: #6c757d !important; } .fadeOut { opacity: 0 !important; transition: opacity 1s !important; } /*-------------------------------------------------------------------------------------------*/ /* Parallax ||---------------------------- */ /*-------------------------------------------------------------------------------------------*/ .parallax-container { padding: 2em; height: 100vh; display: none; } .parallax-container h1 { text-align: center; font-weight: normal; font-size: 3em; line-height: .9em; margin-top: 2em; opacity: 1; -webkit-animation-name: headline; animation-name: headline; -webkit-animation-duration: 1s; animation-duration: 1s; } .parallax-container p { line-height: 1.5em; color: #fff; } .mountains, .forest, .clouds { position: absolute; z-index: -1; width: 100%; } .mountains { /*background: url("../img/uploads/mountains.png") center center/cover no-repeat;*/ background-position: center; background-repeat: no-repeat; background-size: cover; top: -65%; height: 1125px; -webkit-animation-name: mountains; animation-name: mountains; -webkit-animation-duration: 2s; animation-duration: 2s; } .clouds { /*background: url("../img/uploads/clouds.png") center center/cover no-repeat;*/ background-position: center; background-repeat: no-repeat; background-size: cover; top: 0; height: 670px; -webkit-animation-name: clouds; animation-name: clouds; -webkit-animation-duration: 2s; animation-duration: 2s; } .forest { /*background: url("../img/uploads/forest.png") center center/cover no-repeat;*/ background-position: center; background-repeat: no-repeat; background-size: cover; top: 25%; height: 900px; } @keyframes headline { from { opacity: 0; margin-top: 1.5em; } to { opacity: 1; margin-top: 2em; } } @keyframes mountains { from { top: -70%; } to { top: -65%; } } @keyframes clouds { from { top: -20%; opacity: 0; } to { top: 0; opacity: 1; } } @media only screen and (min-width: 768px) { .mountains { top: -40%; } @keyframes mountains { from { top: -45%; } to { top: -40%; } } } @media only screen and (min-width: 900px) { .parallax-container h1 { font-size: 3.5em; } .mountains { top: -25%; } @keyframes mountains { from { top: -30%; } to { top: -25%; } } } @media only screen and (min-width: 1025px) { .mountains { top: -55%; } @keyframes mountains { from { top: -60%; } to { top: -55%; } } } @media only screen and (max-width: 900px) and (max-height: 500px) and (orientation: landscape) { .parallax-container h1 { margin-top: 1.25em; } .mountains { top: -150%; } @keyframes headline { from { opacity: 0; margin-top: .75em; } to { opacity: 1; margin-top: 1.25em; } } @keyframes mountains { from { top: -155%; } to { top: -150%; } } } @media only screen and (min-width: 1024px) and (min-height: 768px) and (orientation: landscape) { .mountains { top: -60%; } @keyframes mountains { from { top: -65%; } to { top: -60%; } } } @media only screen and (min-width: 1366px) and (min-height: 1024px) and (orientation: landscape) { .mountains { top: -40%; } @keyframes mountains { from { top: -45%; } to { top: -40%; } } } /*-------------------------------------------------------------------------------------------*/ /* Navbar ||---------------------------- */ /*-------------------------------------------------------------------------------------------*/ .nav-logo { width: 125px; } .navbar { padding: 8px; background-color: transparent !important; } .nav-link { color: #000 !important; margin: 2px 6px 0 6px; } /*-------------------------------------------------------------------------------------------*/ /* Page Content ||---------------------------- */ /*-------------------------------------------------------------------------------------------*/ .page-content { position: absolute; top: 125%; width: 100%; background: #f9fafd; z-index: 1000; } @media only screen and (min-width: 768px) { .page-content { top: 130%; } } /*-------------------------------------------------------------------------------------------*/ /* Header ||---------------------------- */ /*-------------------------------------------------------------------------------------------*/ .header { background: url("../img/uploads/mountains-sm.png") center center/cover no-repeat; min-height: 183px; } /*-------------------------------------------------------------------------------------------*/ /* Featured ||---------------------------- */ /*-------------------------------------------------------------------------------------------*/ .featured { background-color: #222; padding: 4em 2em 4em 2em; } .featured h2 { font-size: 2em; margin-bottom: 0.75em; color: #fff; font-weight: normal; text-align: center; } .featured p { color: #fff; text-align: center; font-size: 0.75em; } .featured img { width: 100%; height: auto; } @media only screen and (min-width: 576px) { .featured-container { position: relative; min-height: 400px; } .featured-text, .featured-image { margin-top: 1em; position: absolute; top: 50%; -ms-transform: translateY(-50%); transform: translateY(-50%); } .featured-text { right: 0; } .featured p { font-size: 1em; } } @media only screen and (min-width: 768px) { .featured h2 { font-size: 2.25em; } .featured p { font-size: 1.15em; } } @media only screen and (min-width: 992px) { .featured-container { margin: 0 4em 0 4em; } .featured img { max-width: 75%; } .featured p { font-size: 1.25em; } } @media only screen and (min-width: 1300px) { .featured-container { margin: 0 10em 2em 10em; } } /*-------------------------------------------------------------------------------------------*/ /* Latest Posts ||---------------------------- */ /*-------------------------------------------------------------------------------------------*/ .latest-posts { margin: 3em 1em 3em 1em; } .post { background-color: transparent; } .post img { width: 100%; height: auto; } .post-body p { font-size: 0.85em; } .post-body a { font-size: 0.75em; } .post-body h6 { font-size: 0.80em; } .post-text { font-family: "Montserrat"; font-size: 1em; } .post-title, .post-category { text-transform: uppercase; } .post-category { line-height: 2.5; } .clearfix { clear: both; } .latest-posts .row { margin: 0 !important; } @media only screen and (min-width: 768px) { .latest-posts { margin: 4em 0 2em 0; } } @media only screen and (min-width: 1300px) { .latest-posts { margin: 6em 10em 2em 10em; } } /*-------------------------------------------------------------------------------------------*/ /* Carousel ||---------------------------- */ /*-------------------------------------------------------------------------------------------*/ .carousel-content { background-color: #f9fafd; } .carousel-caption { background-color: #eee; color: #222; opacity: 0; padding: 1em; transition: .5s ease; } @media only screen and (min-width: 1200px) { .carousel-content .item:hover .carousel-caption { opacity: 80%; } } /*-------------------------------------------------------------------------------------------*/ /* Footer ||---------------------------- */ /*-------------------------------------------------------------------------------------------*/ .page-footer { background-color: #1a1c1e; } .footer-copyright { font-size: 0.85em; } /*-------------------------------------------------------------------------------------------*/ /* Blog ||---------------------------- */ /*-------------------------------------------------------------------------------------------*/ .blog-container { background: #f9fafd; width: 100%; padding-left: 2em; padding-right: 2em; margin-right: auto; margin-left: auto; } .blog-home, .blog-post { width: 100%; margin-top: 5.5em; } .page-link { background: #6c757d !important; border-color: #6c757d !important; color: #fff !important; } .page-link:hover, .active .page-link { background-color: #5a6268 !important; border-color: #545b62 !important; } .sidebar-widgets-column { display: none; } .comments-header { font-size: 1em; text-transform: uppercase; } .comments-body { margin-top: 1em; } .comments-body .form-label { text-transform: uppercase; } @media (min-width: 992px) { .blog-container { padding-left: 2em; padding-right: 2em; } .sidebar-widgets-column { display: block; width: 100%; margin-top: 5em; } .widget-header { font-size: 1em; text-transform: uppercase; } .widget-categories, .widget-tags { margin-top: 6em; } .widget-categories a { color: #777; font-size: 0.9em; } .widget-categories a:hover { color: #333; text-decoration: none; } .widget-body ul { padding: 0.25em 0; } .widget-tags .widget-body ul { list-style-type: none; } .widget-tags .widget-body ul li { display: inline-block; border: 1px solid #999; color: #888; font-size: 0.9em; padding: 8px; margin: 5px; } .widget-tags .widget-body ul li:hover { border: 1px solid #555; color: #444; } } @media (min-width: 1200px) { .blog-container { padding-left: 8em; padding-right: 8em; } }
0.483161
0.067148
.layout-scroller {position: relative;margin: 0;-webkit-transform: translateZ(0);} .layout-scroller:after {display: table;content: "";*zoom: 1;clear: both;} .layout-scroller ul {position: relative;list-style: none !important;margin: 0;padding: 0;} /* Features - Layout Scroller - Content */ .layout-scroller .sprocket-features-list {position: relative;overflow: hidden;padding: 0 !important;margin: 0;width: 50%;} .layout-scroller .sprocket-features-list li {position: absolute;top: auto;left: auto;opacity: 0;width: 100%;height: 100%;display: none;} .layout-scroller .sprocket-features-list li.active {position: static;height: auto;opacity: 1;display: block;} .layout-scroller .sprocket-features-img-container {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box; padding: 15px;} .layout-scroller .sprocket-features-content {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box; padding: 0 15px 15px 15px;} .layout-scroller .sprocket-features-img-container {} .layout-scroller .sprocket-features-desc {margin-top: 10px;} .layout-scroller .readon {margin: 15px 0 0 0;display: table;} /* Features - Layout Scroller - Navigation */ .layout-scroller .sprocket-features-arrows .arrow {position: absolute;display: block;width: 40px;height: 40px;top: 50%;margin-top: -12px;cursor: pointer;z-index: 10;text-align: center;font-size: 24px;line-height: 38px;opacity: 0.7;-webkit-transform: translateZ(0);-webkit-backface-visibility: hidden;} .layout-scroller .sprocket-features-arrows .arrow span {display: none;} .layout-scroller .sprocket-features-arrows .prev {left: -80px;} .layout-scroller .sprocket-features-arrows .next {right: -80px;} .layout-scroller .sprocket-features-arrows .arrow:hover {opacity: 1;} .layout-scroller .sprocket-features-arrows .arrow.next:before {content: '\f105';font-family: FontAwesome;} .layout-scroller .sprocket-features-arrows .arrow.prev:before {content: '\f104';font-family: FontAwesome;} .sprocket-features.arrows-onhover .sprocket-features-arrows .arrow {opacity: 0;} .sprocket-features.arrows-onhover:hover .sprocket-features-arrows .arrow {opacity: 1;} .layout-scroller .sprocket-features-pagination-hidden {display: none;} .layout-scroller .sprocket-features-pagination li {position: relative;padding: 20px;cursor: pointer;} .layout-scroller .sprocket-features-pagination li.active {opacity: 1;} .layout-scroller .sprocket-features-pagination li.active:before {color: #a8a8a8;font-family: FontAwesome;content: "\f0da";font-size: 1.5em;left: 0;position: absolute;top: 50%;margin:-12px 0 0 -15px;} .layout-scroller .sprocket-features-pagination li > span {display: none;font-size: 0.85em;line-height: 1em;} /* Features - Layout Scroller - Transitions */ .layout-scroller .sprocket-features-pagination li, .layout-scroller .sprocket-features-arrows .arrow {-webkit-transition: opacity 0.2s ease-in;-moz-transition: opacity 0.2s ease-in;-o-transition: opacity 0.2s ease-in;transition: opacity 0.2s ease-in;} /* Features - Layout Scroller - Scrollbar */ #sprocket-features-scroller-scrollbar { position: relative; width: 50%;} #sprocket-features-scroller-scrollbar .viewport { overflow: hidden; position: relative; } #sprocket-features-scroller-scrollbar .overview { list-style: none; position: absolute; left: 0; top: 0; padding: 0; margin: 0; } #sprocket-features-scroller-scrollbar .scrollbar{ position: absolute; right: 0; width: 12px; z-index: 1;} #sprocket-features-scroller-scrollbar .track { height: 100%; width: 12px; position: relative; padding: 0; } #sprocket-features-scroller-scrollbar .thumb { height: 20px; width: 12px; cursor: pointer; position: absolute; top: 0; border-radius: 0;} #sprocket-features-scroller-scrollbar .thumb .end { overflow: hidden; } #sprocket-features-scroller-scrollbar .disable { display: none; } .noSelect { user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; } /* Custom */ .layout-scroller .sprocket-features-arrows .arrow {color: #ffffff;background: rgba(0, 0, 0, 0.5);}
roksprocket/layouts/features/themes/scroller/scroller.css
.layout-scroller {position: relative;margin: 0;-webkit-transform: translateZ(0);} .layout-scroller:after {display: table;content: "";*zoom: 1;clear: both;} .layout-scroller ul {position: relative;list-style: none !important;margin: 0;padding: 0;} /* Features - Layout Scroller - Content */ .layout-scroller .sprocket-features-list {position: relative;overflow: hidden;padding: 0 !important;margin: 0;width: 50%;} .layout-scroller .sprocket-features-list li {position: absolute;top: auto;left: auto;opacity: 0;width: 100%;height: 100%;display: none;} .layout-scroller .sprocket-features-list li.active {position: static;height: auto;opacity: 1;display: block;} .layout-scroller .sprocket-features-img-container {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box; padding: 15px;} .layout-scroller .sprocket-features-content {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box; padding: 0 15px 15px 15px;} .layout-scroller .sprocket-features-img-container {} .layout-scroller .sprocket-features-desc {margin-top: 10px;} .layout-scroller .readon {margin: 15px 0 0 0;display: table;} /* Features - Layout Scroller - Navigation */ .layout-scroller .sprocket-features-arrows .arrow {position: absolute;display: block;width: 40px;height: 40px;top: 50%;margin-top: -12px;cursor: pointer;z-index: 10;text-align: center;font-size: 24px;line-height: 38px;opacity: 0.7;-webkit-transform: translateZ(0);-webkit-backface-visibility: hidden;} .layout-scroller .sprocket-features-arrows .arrow span {display: none;} .layout-scroller .sprocket-features-arrows .prev {left: -80px;} .layout-scroller .sprocket-features-arrows .next {right: -80px;} .layout-scroller .sprocket-features-arrows .arrow:hover {opacity: 1;} .layout-scroller .sprocket-features-arrows .arrow.next:before {content: '\f105';font-family: FontAwesome;} .layout-scroller .sprocket-features-arrows .arrow.prev:before {content: '\f104';font-family: FontAwesome;} .sprocket-features.arrows-onhover .sprocket-features-arrows .arrow {opacity: 0;} .sprocket-features.arrows-onhover:hover .sprocket-features-arrows .arrow {opacity: 1;} .layout-scroller .sprocket-features-pagination-hidden {display: none;} .layout-scroller .sprocket-features-pagination li {position: relative;padding: 20px;cursor: pointer;} .layout-scroller .sprocket-features-pagination li.active {opacity: 1;} .layout-scroller .sprocket-features-pagination li.active:before {color: #a8a8a8;font-family: FontAwesome;content: "\f0da";font-size: 1.5em;left: 0;position: absolute;top: 50%;margin:-12px 0 0 -15px;} .layout-scroller .sprocket-features-pagination li > span {display: none;font-size: 0.85em;line-height: 1em;} /* Features - Layout Scroller - Transitions */ .layout-scroller .sprocket-features-pagination li, .layout-scroller .sprocket-features-arrows .arrow {-webkit-transition: opacity 0.2s ease-in;-moz-transition: opacity 0.2s ease-in;-o-transition: opacity 0.2s ease-in;transition: opacity 0.2s ease-in;} /* Features - Layout Scroller - Scrollbar */ #sprocket-features-scroller-scrollbar { position: relative; width: 50%;} #sprocket-features-scroller-scrollbar .viewport { overflow: hidden; position: relative; } #sprocket-features-scroller-scrollbar .overview { list-style: none; position: absolute; left: 0; top: 0; padding: 0; margin: 0; } #sprocket-features-scroller-scrollbar .scrollbar{ position: absolute; right: 0; width: 12px; z-index: 1;} #sprocket-features-scroller-scrollbar .track { height: 100%; width: 12px; position: relative; padding: 0; } #sprocket-features-scroller-scrollbar .thumb { height: 20px; width: 12px; cursor: pointer; position: absolute; top: 0; border-radius: 0;} #sprocket-features-scroller-scrollbar .thumb .end { overflow: hidden; } #sprocket-features-scroller-scrollbar .disable { display: none; } .noSelect { user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; } /* Custom */ .layout-scroller .sprocket-features-arrows .arrow {color: #ffffff;background: rgba(0, 0, 0, 0.5);}
0.379953
0.042048
input[type="submit"], input[type="reset"], input[type="button"], button, .button { border-radius: 0; font-family: 'Josefin Sans', Helvetica, Arial, sans-serif; } a.special:not(.button):hover::before { background-color: initial; } a.special:not(.button)::before { border: none; height: 1.9em; width: initial; } a.special:not(.button):hover { color: #2F3436; } a.special.y:not(.button):hover { color: #E1B753; } .button.bold, input[type="submit"].bold { background: #E1B753; box-shadow: none; margin-left: .3em; } .button.bold:hover, input[type="submit"].bold:hover { background: #2F3436; } #banner .button:hover { background: #2F3436; box-shadow: none; } #header nav a[href="#menu"] { border-radius: 0; box-shadow: none; } body { background-color: #34322D; background-image: linear-gradient(to top, rgba(47, 52, 54, 0.8), rgba(47, 52, 54, 0.8)), url("../images/bills.png"); background-size: auto, cover; background-attachment: fixed, fixed; background-position: center, center; } h1, h2, h3, h4, h5, h6, label { font-family: 'Josefin Sans', Helvetica, Arial, sans-serif; } .logo img { width: 4em; } #header { background-color: #34322D; box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); } #header.alt { box-shadow: none; } #header > h1 > a { display: flex; align-items: center; } #header img { width: 2em; height: 2em; margin-right: 1.62em; } #banner { min-height: 80vh; } #banner .inner { width: 85vw; } #banner h2 { margin: 0; padding: 0; line-height: 1; border: none; font-size: 7em; text-shadow: 0 1px 2px rgba(0,0,0,.2); } #banner h2 > div { font-size: .2em; letter-spacing: .3em; opacity: .8; margin-left: .2em; } #banner img { margin-left: .5em; } #banner p { font-weight: 600; text-transform: uppercase; opacity: .8; margin: 2em 0 3.2em .3em; } .wrapper.spotlight .image { box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); } .content > span { font-size: .7em; text-transform: uppercase; opacity: .6; letter-spacing: .2em; } .wrapper.spotlight { /* background-color: #FFBE2C; */ background-color: #E1B753 } .wrapper.spotlight.style2 { background-color: #272622; } .wrapper.spotlight.style3 { background-color: #E1B753; } .wrapper.spotlight:before, .wrapper.spotlight:after { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,100 100,0 100,100' style='fill:%23E1B753%3B' /%3E%3C/svg%3E"); } .wrapper.spotlight:before { box-shadow: inset 0 -1px 0 0 #E1B753, 0 1px 0 0 #E1B753; } .wrapper.spotlight:after { box-shadow: inset 0 -1px 0 0 #E1B753, 0 1px 0 0 #E1B753; } /* style 2 */ .wrapper.spotlight.style2:before, .wrapper.spotlight.style2:after { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,100 100,0 100,100' style='fill:%23272622%3B' /%3E%3C/svg%3E"); } .wrapper.spotlight.style2:before { box-shadow: inset 0 -1px 0 0 #272622, 0 1px 0 0 #272622; } .wrapper.spotlight.style2:after { box-shadow: inset 0 -1px 0 0 #272622, 0 1px 0 0 #272622; } /* style 3 */ .wrapper.spotlight.style3:before, .wrapper.spotlight.style3:after { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,100 100,0 100,100' style='fill:%23E1B753%3B' /%3E%3C/svg%3E"); } .wrapper.spotlight.style3:before { box-shadow: inset 0 -1px 0 0 #E1B753, 0 1px 0 0 #E1B753; } .wrapper.spotlight.style3:after { box-shadow: inset 0 -1px 0 0 #E1B753, 0 1px 0 0 #E1B753; } /* General wrapper */ .wrapper { background-color: #272622; } .wrapper::after, .wrapper::before { box-shadow: inset 0 -1px 0 0 #272622, 0 1px 0 0 #272622; } .wrapper::before, .wrapper::after { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,100 100,0 100,100' style='fill:%23272622%3B' /%3E%3C/svg%3E"); } /* Menu */ #menu { background: rgba(39, 38, 34, 0.8) } #menu .inner { background: transparent; } #menu .links li a:hover { background: #E1B753; } #menu .links li a { border-radius: 0; } /* Instagram and features */ #four h3.major { padding-bottom: 0; border: none; margin-bottom: 1.5em; } #four h3.major span { float: right; } #four h3.major span > i:nth-of-type(2) { margin-left: .8em; } .features article .image { border-radius: 0; } input[type="text"], input[type="password"], input[type="email"], input[type="tel"], select, textarea { border-radius: 0; } .features article { background-color: #34322D; border-radius: 0; } .features article { box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); transition: all 0.3s cubic-bezier(.25,.8,.25,1); } .features article:hover { box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22); } .features article .image img { border-radius: 0; } ul.contact li::before { border-radius: 0; } /*ABOUT PAGE*/ #wrapper > .aboutHeader h2 { border: none; font-size: 5em; margin: 0; padding: 0; line-height: 1.1; } .ceo { width: 100%; display: flex; } .ceo > div { flex-grow: 1; } .ceo img { width: 25em; box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); } .ceo h5 { position: absolute; top: 0; left: 0; } .ceo h3.major, .mapWrap h3.major { border-bottom-color: #E1B753; } h3.major.team { text-align: right; margin-top: 7rem; border-bottom-color: #E1B753; } .ceo > div:nth-of-type(1) { display: flex; align-items: center; position: relative; padding-right: 2.5rem; } .team > article small { display: block; font-size: .5em; color: rgba(255,255,255,.5); } .team h3.major { padding: 0; margin: 0; border: none; margin-bottom: 1.75em; } .studio { position: relative; } .studio p { line-height: 1.4; } .studio > h3 { border-bottom-color: #E1B753; margin-top: 7rem; } .studio img, .studio iframe { box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); } .studio > img { width: 100%; } .studioWrap { display: flex; margin-top: 3em; } .studioWrap > div:nth-of-type(2) { width: 38%; position: relative; } .studioWrap > div:nth-of-type(2) > img { /* width: 100%; */ } .studioWrap > div:nth-of-type(1) { position: relative; display: flex; flex-direction: column; padding-right: 3em; } .studioWrap > div:nth-of-type(1) span { flex-grow: 1; display: flex; flex-direction: column; justify-content: center; padding-right: 3em; } .studioWrap > div:nth-of-type(1) > img { width: 100%; margin-bottom: .5em; } .studioWrap2 { display: flex; margin-top: 3em; } .studioWrap2 span { margin-top: 2rem } .studioWrap2 > div:nth-of-type(1) { width: 38vw; position: relative; } .studioWrap2 > div:nth-of-type(1) img { width: 100%; } .studioWrap2 > div:nth-of-type(2) { display: flex; align-items: center; padding-left: 3em; } .studioWrap3 { margin-bottom: 7em; } .studioWrap3 img { width: 100%; margin-top: 3em; } .studioWrap3 h3 { margin: 2rem 0rem 1rem 0rem; line-height: 1; } .studioWrap3 p { margin-bottom: 2rem; } .mapWrap { display: flex; margin-bottom: 7em; } .mapWrap > div:nth-of-type(1) { display: flex; flex-direction: column; justify-content: center; padding-right: 1em; } @media screen and (max-width: 1280px) { #wrapper > header { background-image: linear-gradient(to top, rgba(47, 52, 54, 0.8), rgba(47, 52, 54, 0.8)), url("../images/bills.png") } #banner { background-image: linear-gradient(to top, rgba(47, 52, 54, 0.8), rgba(47, 52, 54, 0.8)), url("../images/bills.png") } #banner h2 { font-size: 6em; } #footer { background-image: linear-gradient(to top, rgba(47, 52, 54, 0.8), rgba(47, 52, 54, 0.8)), url("../images/bills.png"); } } @media screen and (max-width: 640px) { #banner h2 { font-size: 5em; } .wrapper.spotlight .inner, .wrapper.spotlight:nth-child(2n-1) .inner { display: flex; flex-direction: column; align-items: center; } #wrapper > .aboutHeader h2, #wrapper > header h2 { font-size: 2.25em; margin-bottom: 2rem; } /*Services below*/ .ceo { flex-direction: column-reverse; } .ceo > div:nth-of-type(1) { flex-direction: column; align-items: initial; } .ceo img { width: 100%; } .ceo h5 { position: initial; } .studioWrap { margin-top: 2rem; } .studioWrap > div:nth-of-type(1) { padding: 0; } .studioWrap > div:nth-of-type(1) span { padding: 0; } .studioWrap > div:nth-of-type(2) { width: auto; } .studioWrap > div:nth-of-type(2) > img { display: none; } .studioWrap2 { flex-direction: column; } .studioWrap2 > div:nth-of-type(1) { width: 100%; } .studioWrap2 > div:nth-of-type(2) { padding: 0; } .mapWrap { flex-direction: column; } .studio iframe { width: 100%; } } @media screen and (max-width: 320px) { #banner h2 { font-size: 4.5em; } }
assets/css/style.css
input[type="submit"], input[type="reset"], input[type="button"], button, .button { border-radius: 0; font-family: 'Josefin Sans', Helvetica, Arial, sans-serif; } a.special:not(.button):hover::before { background-color: initial; } a.special:not(.button)::before { border: none; height: 1.9em; width: initial; } a.special:not(.button):hover { color: #2F3436; } a.special.y:not(.button):hover { color: #E1B753; } .button.bold, input[type="submit"].bold { background: #E1B753; box-shadow: none; margin-left: .3em; } .button.bold:hover, input[type="submit"].bold:hover { background: #2F3436; } #banner .button:hover { background: #2F3436; box-shadow: none; } #header nav a[href="#menu"] { border-radius: 0; box-shadow: none; } body { background-color: #34322D; background-image: linear-gradient(to top, rgba(47, 52, 54, 0.8), rgba(47, 52, 54, 0.8)), url("../images/bills.png"); background-size: auto, cover; background-attachment: fixed, fixed; background-position: center, center; } h1, h2, h3, h4, h5, h6, label { font-family: 'Josefin Sans', Helvetica, Arial, sans-serif; } .logo img { width: 4em; } #header { background-color: #34322D; box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); } #header.alt { box-shadow: none; } #header > h1 > a { display: flex; align-items: center; } #header img { width: 2em; height: 2em; margin-right: 1.62em; } #banner { min-height: 80vh; } #banner .inner { width: 85vw; } #banner h2 { margin: 0; padding: 0; line-height: 1; border: none; font-size: 7em; text-shadow: 0 1px 2px rgba(0,0,0,.2); } #banner h2 > div { font-size: .2em; letter-spacing: .3em; opacity: .8; margin-left: .2em; } #banner img { margin-left: .5em; } #banner p { font-weight: 600; text-transform: uppercase; opacity: .8; margin: 2em 0 3.2em .3em; } .wrapper.spotlight .image { box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); } .content > span { font-size: .7em; text-transform: uppercase; opacity: .6; letter-spacing: .2em; } .wrapper.spotlight { /* background-color: #FFBE2C; */ background-color: #E1B753 } .wrapper.spotlight.style2 { background-color: #272622; } .wrapper.spotlight.style3 { background-color: #E1B753; } .wrapper.spotlight:before, .wrapper.spotlight:after { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,100 100,0 100,100' style='fill:%23E1B753%3B' /%3E%3C/svg%3E"); } .wrapper.spotlight:before { box-shadow: inset 0 -1px 0 0 #E1B753, 0 1px 0 0 #E1B753; } .wrapper.spotlight:after { box-shadow: inset 0 -1px 0 0 #E1B753, 0 1px 0 0 #E1B753; } /* style 2 */ .wrapper.spotlight.style2:before, .wrapper.spotlight.style2:after { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,100 100,0 100,100' style='fill:%23272622%3B' /%3E%3C/svg%3E"); } .wrapper.spotlight.style2:before { box-shadow: inset 0 -1px 0 0 #272622, 0 1px 0 0 #272622; } .wrapper.spotlight.style2:after { box-shadow: inset 0 -1px 0 0 #272622, 0 1px 0 0 #272622; } /* style 3 */ .wrapper.spotlight.style3:before, .wrapper.spotlight.style3:after { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,100 100,0 100,100' style='fill:%23E1B753%3B' /%3E%3C/svg%3E"); } .wrapper.spotlight.style3:before { box-shadow: inset 0 -1px 0 0 #E1B753, 0 1px 0 0 #E1B753; } .wrapper.spotlight.style3:after { box-shadow: inset 0 -1px 0 0 #E1B753, 0 1px 0 0 #E1B753; } /* General wrapper */ .wrapper { background-color: #272622; } .wrapper::after, .wrapper::before { box-shadow: inset 0 -1px 0 0 #272622, 0 1px 0 0 #272622; } .wrapper::before, .wrapper::after { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,100 100,0 100,100' style='fill:%23272622%3B' /%3E%3C/svg%3E"); } /* Menu */ #menu { background: rgba(39, 38, 34, 0.8) } #menu .inner { background: transparent; } #menu .links li a:hover { background: #E1B753; } #menu .links li a { border-radius: 0; } /* Instagram and features */ #four h3.major { padding-bottom: 0; border: none; margin-bottom: 1.5em; } #four h3.major span { float: right; } #four h3.major span > i:nth-of-type(2) { margin-left: .8em; } .features article .image { border-radius: 0; } input[type="text"], input[type="password"], input[type="email"], input[type="tel"], select, textarea { border-radius: 0; } .features article { background-color: #34322D; border-radius: 0; } .features article { box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); transition: all 0.3s cubic-bezier(.25,.8,.25,1); } .features article:hover { box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22); } .features article .image img { border-radius: 0; } ul.contact li::before { border-radius: 0; } /*ABOUT PAGE*/ #wrapper > .aboutHeader h2 { border: none; font-size: 5em; margin: 0; padding: 0; line-height: 1.1; } .ceo { width: 100%; display: flex; } .ceo > div { flex-grow: 1; } .ceo img { width: 25em; box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); } .ceo h5 { position: absolute; top: 0; left: 0; } .ceo h3.major, .mapWrap h3.major { border-bottom-color: #E1B753; } h3.major.team { text-align: right; margin-top: 7rem; border-bottom-color: #E1B753; } .ceo > div:nth-of-type(1) { display: flex; align-items: center; position: relative; padding-right: 2.5rem; } .team > article small { display: block; font-size: .5em; color: rgba(255,255,255,.5); } .team h3.major { padding: 0; margin: 0; border: none; margin-bottom: 1.75em; } .studio { position: relative; } .studio p { line-height: 1.4; } .studio > h3 { border-bottom-color: #E1B753; margin-top: 7rem; } .studio img, .studio iframe { box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); } .studio > img { width: 100%; } .studioWrap { display: flex; margin-top: 3em; } .studioWrap > div:nth-of-type(2) { width: 38%; position: relative; } .studioWrap > div:nth-of-type(2) > img { /* width: 100%; */ } .studioWrap > div:nth-of-type(1) { position: relative; display: flex; flex-direction: column; padding-right: 3em; } .studioWrap > div:nth-of-type(1) span { flex-grow: 1; display: flex; flex-direction: column; justify-content: center; padding-right: 3em; } .studioWrap > div:nth-of-type(1) > img { width: 100%; margin-bottom: .5em; } .studioWrap2 { display: flex; margin-top: 3em; } .studioWrap2 span { margin-top: 2rem } .studioWrap2 > div:nth-of-type(1) { width: 38vw; position: relative; } .studioWrap2 > div:nth-of-type(1) img { width: 100%; } .studioWrap2 > div:nth-of-type(2) { display: flex; align-items: center; padding-left: 3em; } .studioWrap3 { margin-bottom: 7em; } .studioWrap3 img { width: 100%; margin-top: 3em; } .studioWrap3 h3 { margin: 2rem 0rem 1rem 0rem; line-height: 1; } .studioWrap3 p { margin-bottom: 2rem; } .mapWrap { display: flex; margin-bottom: 7em; } .mapWrap > div:nth-of-type(1) { display: flex; flex-direction: column; justify-content: center; padding-right: 1em; } @media screen and (max-width: 1280px) { #wrapper > header { background-image: linear-gradient(to top, rgba(47, 52, 54, 0.8), rgba(47, 52, 54, 0.8)), url("../images/bills.png") } #banner { background-image: linear-gradient(to top, rgba(47, 52, 54, 0.8), rgba(47, 52, 54, 0.8)), url("../images/bills.png") } #banner h2 { font-size: 6em; } #footer { background-image: linear-gradient(to top, rgba(47, 52, 54, 0.8), rgba(47, 52, 54, 0.8)), url("../images/bills.png"); } } @media screen and (max-width: 640px) { #banner h2 { font-size: 5em; } .wrapper.spotlight .inner, .wrapper.spotlight:nth-child(2n-1) .inner { display: flex; flex-direction: column; align-items: center; } #wrapper > .aboutHeader h2, #wrapper > header h2 { font-size: 2.25em; margin-bottom: 2rem; } /*Services below*/ .ceo { flex-direction: column-reverse; } .ceo > div:nth-of-type(1) { flex-direction: column; align-items: initial; } .ceo img { width: 100%; } .ceo h5 { position: initial; } .studioWrap { margin-top: 2rem; } .studioWrap > div:nth-of-type(1) { padding: 0; } .studioWrap > div:nth-of-type(1) span { padding: 0; } .studioWrap > div:nth-of-type(2) { width: auto; } .studioWrap > div:nth-of-type(2) > img { display: none; } .studioWrap2 { flex-direction: column; } .studioWrap2 > div:nth-of-type(1) { width: 100%; } .studioWrap2 > div:nth-of-type(2) { padding: 0; } .mapWrap { flex-direction: column; } .studio iframe { width: 100%; } } @media screen and (max-width: 320px) { #banner h2 { font-size: 4.5em; } }
0.287268
0.127544
header { color: red; } body { background-color: yellow; } .title-button { color: red; font-family: 'Akronim'; background-color: yellow; cursor: pointer; } .lead { font-family: 'Satisfy'; font-size: 44px; } .card { background-color: yellow; } .card-title { font-family: 'Shadows Into Light Two'; font-size: 60px; color: red; font-weight: bold; } .card-text { font-size: 48px; font-family: 'Shadows Into Light Two'; color: red; font-style: italic; } .card-subtext { font-size: 32px; font-family: 'Shadows Into Light Two'; color: red; } table, td { padding: 0px; text-align: center; } table { width: 100%; } /* Container needed to position buttons. */ .img-container { position: relative; width: 100%; height: 50vw; } /* Style the button and place it in the middle of the container/image */ .img-container .btn { position: absolute; top: 2%; left: 20%; border: none; cursor: pointer; width: 70%; height: 70%; border-radius: 50%; color: rgba(0, 0, 0, 0); background-repeat: no-repeat; overflow: hidden; background-size: cover; background-position: center center; } /*******************************************/ /***************MEDIA QUERIES***************/ /*******************************************/ /* Custom font sizing based on device size */ /* Extra small devices (portrait phones, less than 544px) */ /* No media query since this is the default in Bootstrap because it is "mobile first" */ .title-button {font-size: 50px;} .card-title {font-size: 30px;} .card-text {font-size: 24px;} .card-subtext {font-size: 20px;} /* Small devices (landscape phones, 544px and up) */ @media (min-width: 544px) { .title-button {font-size:60px;} .card-title {font-size: 34px;} .card-text {font-size: 28px;} .card-subtext {font-size: 24px;} } /* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */ @media (min-width: 768px) { .title-button{font-size:80px;} .card-title {font-size: 48px;} .card-text {font-size: 34px;} .card-subtext {font-size: 26px;} } /* Large devices (desktops, 992px and up) */ @media (min-width: 992px) { .title-button {font-size:90px;} } /* Extra large devices (large desktops, 1200px and up) */ @media (min-width: 1200px) { .title-button {font-size:110px;} }
static/styles.css
header { color: red; } body { background-color: yellow; } .title-button { color: red; font-family: 'Akronim'; background-color: yellow; cursor: pointer; } .lead { font-family: 'Satisfy'; font-size: 44px; } .card { background-color: yellow; } .card-title { font-family: 'Shadows Into Light Two'; font-size: 60px; color: red; font-weight: bold; } .card-text { font-size: 48px; font-family: 'Shadows Into Light Two'; color: red; font-style: italic; } .card-subtext { font-size: 32px; font-family: 'Shadows Into Light Two'; color: red; } table, td { padding: 0px; text-align: center; } table { width: 100%; } /* Container needed to position buttons. */ .img-container { position: relative; width: 100%; height: 50vw; } /* Style the button and place it in the middle of the container/image */ .img-container .btn { position: absolute; top: 2%; left: 20%; border: none; cursor: pointer; width: 70%; height: 70%; border-radius: 50%; color: rgba(0, 0, 0, 0); background-repeat: no-repeat; overflow: hidden; background-size: cover; background-position: center center; } /*******************************************/ /***************MEDIA QUERIES***************/ /*******************************************/ /* Custom font sizing based on device size */ /* Extra small devices (portrait phones, less than 544px) */ /* No media query since this is the default in Bootstrap because it is "mobile first" */ .title-button {font-size: 50px;} .card-title {font-size: 30px;} .card-text {font-size: 24px;} .card-subtext {font-size: 20px;} /* Small devices (landscape phones, 544px and up) */ @media (min-width: 544px) { .title-button {font-size:60px;} .card-title {font-size: 34px;} .card-text {font-size: 28px;} .card-subtext {font-size: 24px;} } /* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */ @media (min-width: 768px) { .title-button{font-size:80px;} .card-title {font-size: 48px;} .card-text {font-size: 34px;} .card-subtext {font-size: 26px;} } /* Large devices (desktops, 992px and up) */ @media (min-width: 992px) { .title-button {font-size:90px;} } /* Extra large devices (large desktops, 1200px and up) */ @media (min-width: 1200px) { .title-button {font-size:110px;} }
0.561095
0.166811
::selection { background-color: #E13300; color: white; } ::-moz-selection { background-color: #E13300; color: white; } body { background-color: #fff; font: 13px/20px normal Helvetica, Arial, sans-serif; color: #4F5155; } #body { margin: 0 15px 0 15px; } #container { /* margin: 0 auto; */ /* width: 97%; */ /* border: 1px solid #D0D0D0; */ /* box-shadow: 0 0 8px #D0D0D0; */ } #main-container{ background: #222735; margin: 0 auto; } #searchbox .search-dropdown{ padding-right: 0px; } #searchbox .search-textbox{ padding-left: 0px; } #searchbox .search-textbox input{ } .minimalist-input:hover, .minimalist-input:focus{ background-color: transparent; } .minimalist-input{ background-color: transparent; border-top: none; box-shadow: none; border-left: none; border: 0; border-bottom: solid 1px rgba(34, 39, 53, 0.17); outline: none; border-radius: 0px; font-size: x-large; } #timer{ background:#e6f4f7; padding-top: 15px; } .flat-button{ width:100%; border: none; color: white; padding-top: 5%; } #timer .buttons{ margin-bottom: 0px; bottom: 0px; /* position: absolute; */ width: 100%; } #timer .buttons div{ padding: 0px; } .time-in button{ background: #5eb700; } .time-in button:hover{ background: #4d9600; } .insert button{ background: #8cc74e; } .insert button:hover{ background: #72b12f; } .clear button{ background: #808080; } .clear button:hover{ background: #424242; } .absent button{ background: rgba(156, 23, 0, 0.34); } .absent button:hover{ background: #f72501; cursor: pointer; } .time-out button{ background: #ffd407; } .time-out button:hover{ background: yellow; } .jumbo-text{ font-size: 94px; margin-bottom: 0px; margin-top: 0px; } .big-text{ font-size: 60px; margin-bottom: 0px; margin-top: 0px; text-align: center; } .medium-text{ font-size: 1.75rem; } .line-height-95{ line-height: 95%; } .line-height-80{ line-height: 80%; } #profile-container{ background: #222735; color: white; height: 100%; padding-top: 2em; padding-bottom: 4em; background-size: 100%; background-repeat: no-repeat; } #profile-container img{ width: 100%; } .attendance-container{ padding: 1%; color: #ffffffb5; } .no-padding{ padding: 0px; } .padding-small{ padding: 3% } .overflow-y-hidden{ overflow-y: hidden !important; } .font-size-medium{ font-size: medium; } .font-size-small{ font-size: small; } .typeahead.dropdown-menu{ opacity:.9; left: 0 !important; width: auto; position:absolute; } /* PROFILE */ .logo-background{ background-image: url(../uploads/logo.png) !important; background-size: contain !important; } .y-margin-0{ margin-bottom: 0px; margin-top: 0px; padding: 0; } .margin-3p{ margin: 5%; } .full-width{ width: 100%; } .full-height{ height: 100%; } #timer .fa-cog:hover{ color: black; font-size: 4.1em; cursor: pointer; } #timer .custom-time{ color: darkgreen; } .blured{ opacity: .1; } .time-breakdown .fa-minus-circle{ color: #4f5155; } .time-breakdown .fa-minus-circle:hover{ color: maroon; cursor: pointer; } .time-out .empty{ animation: blinker .5s linear infinite; } .entry-work-hours{ color: grey; } #profile-container textarea{ background: none; color: white; margin-top: 26px; border-top: none; border-left: none; border-right: none; border-color: slategray; font-size: large; } .blink_me { animation: gradual_blinker 1s linear infinite; } @keyframes blinker { 50% { opacity: 0; } } @keyframes gradual_blinker { 50% { opacity: .7; } } .vertical-center { display: flex; align-items: center; } #attendance_table{ background: white; height: 18.7em; overflow-y: scroll; } .header-fixed { width: 100% } .header-fixed > thead, .header-fixed > tbody, .header-fixed > thead > tr, .header-fixed > tbody > tr, .header-fixed > thead > tr > th, .header-fixed > tbody > tr > td { display: block; } .header-fixed > tbody > tr:after, .header-fixed > thead > tr:after { content: ' '; display: block; visibility: hidden; clear: both; } .header-fixed > tbody > tr > td, .header-fixed > thead > tr > th { width: 20%; float: left; } #attendance_table .header-fixed > tbody { height: 150px; overflow-y: auto; } .button-links i:hover{ transform: scale(1.5); } .button-links i{ cursor: pointer; transition: transform .1s; } #page-container{ margin-top: 70px; } .custom_logo{ margin-left: 5px; opacity: .8; } .custom_logo:hover{ opacity: 1; cursor: pointer; } .absent-watermark{ width: 30%; opacity: .8; display: none; } .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{ vertical-align: middle; }
resources/css/style.css
::selection { background-color: #E13300; color: white; } ::-moz-selection { background-color: #E13300; color: white; } body { background-color: #fff; font: 13px/20px normal Helvetica, Arial, sans-serif; color: #4F5155; } #body { margin: 0 15px 0 15px; } #container { /* margin: 0 auto; */ /* width: 97%; */ /* border: 1px solid #D0D0D0; */ /* box-shadow: 0 0 8px #D0D0D0; */ } #main-container{ background: #222735; margin: 0 auto; } #searchbox .search-dropdown{ padding-right: 0px; } #searchbox .search-textbox{ padding-left: 0px; } #searchbox .search-textbox input{ } .minimalist-input:hover, .minimalist-input:focus{ background-color: transparent; } .minimalist-input{ background-color: transparent; border-top: none; box-shadow: none; border-left: none; border: 0; border-bottom: solid 1px rgba(34, 39, 53, 0.17); outline: none; border-radius: 0px; font-size: x-large; } #timer{ background:#e6f4f7; padding-top: 15px; } .flat-button{ width:100%; border: none; color: white; padding-top: 5%; } #timer .buttons{ margin-bottom: 0px; bottom: 0px; /* position: absolute; */ width: 100%; } #timer .buttons div{ padding: 0px; } .time-in button{ background: #5eb700; } .time-in button:hover{ background: #4d9600; } .insert button{ background: #8cc74e; } .insert button:hover{ background: #72b12f; } .clear button{ background: #808080; } .clear button:hover{ background: #424242; } .absent button{ background: rgba(156, 23, 0, 0.34); } .absent button:hover{ background: #f72501; cursor: pointer; } .time-out button{ background: #ffd407; } .time-out button:hover{ background: yellow; } .jumbo-text{ font-size: 94px; margin-bottom: 0px; margin-top: 0px; } .big-text{ font-size: 60px; margin-bottom: 0px; margin-top: 0px; text-align: center; } .medium-text{ font-size: 1.75rem; } .line-height-95{ line-height: 95%; } .line-height-80{ line-height: 80%; } #profile-container{ background: #222735; color: white; height: 100%; padding-top: 2em; padding-bottom: 4em; background-size: 100%; background-repeat: no-repeat; } #profile-container img{ width: 100%; } .attendance-container{ padding: 1%; color: #ffffffb5; } .no-padding{ padding: 0px; } .padding-small{ padding: 3% } .overflow-y-hidden{ overflow-y: hidden !important; } .font-size-medium{ font-size: medium; } .font-size-small{ font-size: small; } .typeahead.dropdown-menu{ opacity:.9; left: 0 !important; width: auto; position:absolute; } /* PROFILE */ .logo-background{ background-image: url(../uploads/logo.png) !important; background-size: contain !important; } .y-margin-0{ margin-bottom: 0px; margin-top: 0px; padding: 0; } .margin-3p{ margin: 5%; } .full-width{ width: 100%; } .full-height{ height: 100%; } #timer .fa-cog:hover{ color: black; font-size: 4.1em; cursor: pointer; } #timer .custom-time{ color: darkgreen; } .blured{ opacity: .1; } .time-breakdown .fa-minus-circle{ color: #4f5155; } .time-breakdown .fa-minus-circle:hover{ color: maroon; cursor: pointer; } .time-out .empty{ animation: blinker .5s linear infinite; } .entry-work-hours{ color: grey; } #profile-container textarea{ background: none; color: white; margin-top: 26px; border-top: none; border-left: none; border-right: none; border-color: slategray; font-size: large; } .blink_me { animation: gradual_blinker 1s linear infinite; } @keyframes blinker { 50% { opacity: 0; } } @keyframes gradual_blinker { 50% { opacity: .7; } } .vertical-center { display: flex; align-items: center; } #attendance_table{ background: white; height: 18.7em; overflow-y: scroll; } .header-fixed { width: 100% } .header-fixed > thead, .header-fixed > tbody, .header-fixed > thead > tr, .header-fixed > tbody > tr, .header-fixed > thead > tr > th, .header-fixed > tbody > tr > td { display: block; } .header-fixed > tbody > tr:after, .header-fixed > thead > tr:after { content: ' '; display: block; visibility: hidden; clear: both; } .header-fixed > tbody > tr > td, .header-fixed > thead > tr > th { width: 20%; float: left; } #attendance_table .header-fixed > tbody { height: 150px; overflow-y: auto; } .button-links i:hover{ transform: scale(1.5); } .button-links i{ cursor: pointer; transition: transform .1s; } #page-container{ margin-top: 70px; } .custom_logo{ margin-left: 5px; opacity: .8; } .custom_logo:hover{ opacity: 1; cursor: pointer; } .absent-watermark{ width: 30%; opacity: .8; display: none; } .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{ vertical-align: middle; }
0.354657
0.102619
@font-face{ font-family: 'google'; src: url(PTSans-Bold.ttf); } *{ font-family: 'google'; margin: 0%; padding: 0%; } .APP{ width: 100%; height: 831px; position: relative; margin: auto; /* box-shadow: 0px 0px 4px; */ overflow: hidden; background: #00acc1; } .favicon{ position: absolute; left: 700px; top: 30px; } .title{ text-align: center; position: relative; color: white; top: 40px; } .window{ width: 100%; position: relative; top: 750px; height: 93px; transition: all 200ms ease; display: none; position: absolute; z-index: 2; box-shadow: 0px 0px 2px; overflow: hidden; cursor: pointer; background: #000000dd; } .window h1{ position: relative; top: 0px; color: #ffffffde; font-size: 16px; display: inline-block; margin: 0%; width: 100%; height: 100%; padding-top: 30px; padding-left: 25px; } .window:hover{ transform: translate3d(0,-5px,0); } .op{ text-align: center; transition: all 300ms ease; width: 250px; height: 50px; margin: 10px; background: #006064; color: white; outline: none; font-size: 18px; border-radius: 10px; } .fam{ list-style: none; width: 900px; position: relative; margin: auto; /* top: 15%; */ border-collapse: collapse; } .Scroll{ /* background: red; */ height: 490px; width: 1000px; position: relative; margin: auto; top: 120px; overflow-y: scroll; } ::-webkit-scrollbar-thumb:hover{ background: #006064; } ::-webkit-scrollbar{ width: 8px; } ::-webkit-scrollbar-thumb{ background: #006064; border-radius: 50px; } .fam{ box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22); background: white; } .fam tr:nth-child(even){ background: #b2ebf2; } .fam th{ background: #006064; color: white; padding: 10px; text-align: left; } .sw{ box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22); transform: scale(1.1); } .fam td{ /* text-align: center; */ padding: 10px; } .fam tr{ transition: all 100ms ease; } .fam tr:hover{ background: #004d40; color: white; cursor: pointer; /* transform: translate3d(0,-5px ,0); */ transform: scale(1.1); box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22); } @keyframes a1{ to{ opacity: 1; } from{ opacity: 0; } } .btnc{ position: absolute; display: inline-block; border: none; background: #e2e1e0; /* color: white; */ z-index: 2; cursor: pointer; left: 95%; } .txt{ padding: 10px; text-align: center; font-size: 15px; border: 2px solid black; border-radius: 4px; width: 350px; margin: 15px; position: relative; background: transparent; outline: none; transition: all 200ms ease /* left: 475px; */ } .txt:hover{ border: 2px solid #006064; /* transform: translate3d(0, -3px, 0); */ } /* .txt:hover ~ .LBTXT{ left: 40px; top: 4px; width: 70px; padding: 0; padding-left: 8px; background: white; padding-right: 4px; font-size: 14px; z-index: 1; color: #006064; text-align: center; } */ .txt:focus{ border: 2px solid #006064; box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22); } .txt:focus ~ .LBTXT{ left: 40px; top: 4px; width: 70px; padding: 0; padding-left: 8px; background: white; padding-right: 4px; font-size: 14px; z-index: 1; text-align: center; color: #006064; } .BTNL{ /* border: 1px solid #bdbdbd; */ border: none; padding: 18px; display: inline-block; border-radius: 4px; width: 20%; background: #006064; /* color: #b71c1c; */ color: white; transition: all 100ms ease; cursor: pointer; position: relative; left: 30%; outline: none; font-size: 16px; top: 80px; font-weight: bold; } .BTNL:hover{ transform: translate3d(0, -1px, 0); box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22); } .GPTxt{ position: absolute; /* background: red; */ left: 30px; } .LBTXT{ position: absolute; left: 28px; top: 21px; width: 100px; background: white; z-index: 2; background: transparent; padding: 5px; transition: all 200ms ease; z-index: -1; color: #bdbdbd; } .txt:hover{ box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22); } .add{ position: absolute; background: white; z-index: 2; left: 37%; top: 100px; width: 460px; box-shadow: 0px 0px 10px; height: 650px; border-radius: 10px; overflow: hidden; transition: all 200ms ease; opacity: 0; transform: scale(0.0); display: none; box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22); outline: none; } .Blur{ width: 100%; height: 830px; position: absolute; z-index: 1; display: none; background: rgba(0,0, 0,0.80); /* background: red; */ } .A{ top: 150px; } .B{ top: 250px; } .C{ top: 350px; } .save{ position: relative; top: 560px; display: inline-block; width: 100%; height: 103px; border: none; background: #006064; color: white; cursor: pointer; transition: all 200ms ease; outline: none; } .save:hover{ transform: translate3d(0,-8px,0); box-shadow: 0 -19px -38px rgba(0,0,0,0.30), 0 -15px -12px rgba(0,0,0,0.22); } .can{ position: absolute; top: 520px; left: 170px; padding: 5px; width: 120px; background: white; border: none; color: #006064; cursor: pointer; transition: all 200ms ease; } .can:hover{ box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23); transform: scale(1.1); }
Vue/01/smooth.css
@font-face{ font-family: 'google'; src: url(PTSans-Bold.ttf); } *{ font-family: 'google'; margin: 0%; padding: 0%; } .APP{ width: 100%; height: 831px; position: relative; margin: auto; /* box-shadow: 0px 0px 4px; */ overflow: hidden; background: #00acc1; } .favicon{ position: absolute; left: 700px; top: 30px; } .title{ text-align: center; position: relative; color: white; top: 40px; } .window{ width: 100%; position: relative; top: 750px; height: 93px; transition: all 200ms ease; display: none; position: absolute; z-index: 2; box-shadow: 0px 0px 2px; overflow: hidden; cursor: pointer; background: #000000dd; } .window h1{ position: relative; top: 0px; color: #ffffffde; font-size: 16px; display: inline-block; margin: 0%; width: 100%; height: 100%; padding-top: 30px; padding-left: 25px; } .window:hover{ transform: translate3d(0,-5px,0); } .op{ text-align: center; transition: all 300ms ease; width: 250px; height: 50px; margin: 10px; background: #006064; color: white; outline: none; font-size: 18px; border-radius: 10px; } .fam{ list-style: none; width: 900px; position: relative; margin: auto; /* top: 15%; */ border-collapse: collapse; } .Scroll{ /* background: red; */ height: 490px; width: 1000px; position: relative; margin: auto; top: 120px; overflow-y: scroll; } ::-webkit-scrollbar-thumb:hover{ background: #006064; } ::-webkit-scrollbar{ width: 8px; } ::-webkit-scrollbar-thumb{ background: #006064; border-radius: 50px; } .fam{ box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22); background: white; } .fam tr:nth-child(even){ background: #b2ebf2; } .fam th{ background: #006064; color: white; padding: 10px; text-align: left; } .sw{ box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22); transform: scale(1.1); } .fam td{ /* text-align: center; */ padding: 10px; } .fam tr{ transition: all 100ms ease; } .fam tr:hover{ background: #004d40; color: white; cursor: pointer; /* transform: translate3d(0,-5px ,0); */ transform: scale(1.1); box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22); } @keyframes a1{ to{ opacity: 1; } from{ opacity: 0; } } .btnc{ position: absolute; display: inline-block; border: none; background: #e2e1e0; /* color: white; */ z-index: 2; cursor: pointer; left: 95%; } .txt{ padding: 10px; text-align: center; font-size: 15px; border: 2px solid black; border-radius: 4px; width: 350px; margin: 15px; position: relative; background: transparent; outline: none; transition: all 200ms ease /* left: 475px; */ } .txt:hover{ border: 2px solid #006064; /* transform: translate3d(0, -3px, 0); */ } /* .txt:hover ~ .LBTXT{ left: 40px; top: 4px; width: 70px; padding: 0; padding-left: 8px; background: white; padding-right: 4px; font-size: 14px; z-index: 1; color: #006064; text-align: center; } */ .txt:focus{ border: 2px solid #006064; box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22); } .txt:focus ~ .LBTXT{ left: 40px; top: 4px; width: 70px; padding: 0; padding-left: 8px; background: white; padding-right: 4px; font-size: 14px; z-index: 1; text-align: center; color: #006064; } .BTNL{ /* border: 1px solid #bdbdbd; */ border: none; padding: 18px; display: inline-block; border-radius: 4px; width: 20%; background: #006064; /* color: #b71c1c; */ color: white; transition: all 100ms ease; cursor: pointer; position: relative; left: 30%; outline: none; font-size: 16px; top: 80px; font-weight: bold; } .BTNL:hover{ transform: translate3d(0, -1px, 0); box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22); } .GPTxt{ position: absolute; /* background: red; */ left: 30px; } .LBTXT{ position: absolute; left: 28px; top: 21px; width: 100px; background: white; z-index: 2; background: transparent; padding: 5px; transition: all 200ms ease; z-index: -1; color: #bdbdbd; } .txt:hover{ box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22); } .add{ position: absolute; background: white; z-index: 2; left: 37%; top: 100px; width: 460px; box-shadow: 0px 0px 10px; height: 650px; border-radius: 10px; overflow: hidden; transition: all 200ms ease; opacity: 0; transform: scale(0.0); display: none; box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22); outline: none; } .Blur{ width: 100%; height: 830px; position: absolute; z-index: 1; display: none; background: rgba(0,0, 0,0.80); /* background: red; */ } .A{ top: 150px; } .B{ top: 250px; } .C{ top: 350px; } .save{ position: relative; top: 560px; display: inline-block; width: 100%; height: 103px; border: none; background: #006064; color: white; cursor: pointer; transition: all 200ms ease; outline: none; } .save:hover{ transform: translate3d(0,-8px,0); box-shadow: 0 -19px -38px rgba(0,0,0,0.30), 0 -15px -12px rgba(0,0,0,0.22); } .can{ position: absolute; top: 520px; left: 170px; padding: 5px; width: 120px; background: white; border: none; color: #006064; cursor: pointer; transition: all 200ms ease; } .can:hover{ box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23); transform: scale(1.1); }
0.327991
0.053999
#menulist{ display:inline-block; top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;height:70px;} #menulist .btncircle{display:inline-block; width:60px;height:60px;border-radius:50%;outline:0;opacity:.8; background:#28B779 url();color:#fff;border:2px solid #fff;box-shadow:0 0 10px 1px #28B779;} #menulist .btncircle:hover{opacity:1;cursor:pointer;} #menulist dd{position:relative;z-index:1;} #menulist dd.btncircle{width:70px;height:70px;} #menulist .btncircle i, #menulist .btncircle span{z-index:1;font-size:24px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);} #menulist dd.btncircle i, #menulist dd.btncircle label/* , #menulist dd.btncircle:hover span */{display:none;} /* #menulist dd.btncircle:hover i{display:block;} */ #menulist dd.btncircle span{display:block;text-align:center;width: 2em;font-size:14px;} #menulist dd.btncircle:hover label{display:block;text-align:center;color:#333;padding:10px;border:1px solid #ccc;border-radius:3px; position:absolute;bottom:80px;left:50%;width:8em;background:#fff; transform:translate(-50%,0);-webkit-transform:translate(-50%,0);} #menulist dd.btncircle:hover label:after, #menulist dd.btncircle:hover label:before{content:"";position:absolute;bottom:-12px;left:50%;margin-left:-6px;z-index:1;width:0;height:0;border:6px solid transparent;border-top-color:#ccc;} #menulist dd.btncircle:hover label:before{bottom:-11px;border-top-color:#fff;z-index:2;} /* #menulist.bottom dd.btncircle:hover label{display:none;} */ #menulist #readyBtn i,#menulist #leavelBtn i{font-size:28px;} #menulist #readyBtn{background:#5FB41B} #menulist #leavelBtn{background:#E35850} #menulist #endBtn{background:#008000;} #menulist #endBtn i, #menulist #secondBtn i, #menulist #thirdBtn i{font-size:30px;} #menulist #readyBtn i, #menulist #leavelBtn i{font-weight:600;} #videoAndScreenShare{top:10px;left:10px;bottom:10px;right:10px;z-index:0;} #videoAndScreenShare .fleft{float:left;width:50%;} #screenShareOuter{position:relative;padding-top:75%;background:#fff;} #screenShareOuter #screens{position:absolute;top:0;left:0;width:100%;height:100%;} #screenShareOuter #screens .bodyer{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;} .windows .header{position:relative;} .windows .header button.winbtn{position:absolute;top: 0;right: 0;width: 36px; height: 30px;color: #888;border: 0;background: #fff url();} .windows .header button.winbtn:hover{color:#fff;background:red;} #screenShareOuter #screens .header{z-index:2;background:#fff;padding:1px;} #screenShareOuter #screens .newwindow{right:36px;} #screenShareOuter.fullScreenShare{ position: fixed;top: 0;left: 0;right: 0;bottom: 0; z-index: 10;padding:0;} #screenShareOuter.fullScreenShare #screens .header{opacity:.1;} #screenShareOuter.fullScreenShare #screens:hover .header{opacity:1;} #vedioOuter .controls .otherbtn{display:none;} #vedioOuter .controls.hascancelbtn .otherbtn{display:block;position:absolute;right:15px;bottom:0;} #vedioOuter .controls.hascancelbtn .otherbtn button{border:0;color:#f0f0f0;background:#28B779 url();padding: 5px 10px; border-radius: 4px;} #pictxtdialog{position:fixed;width:400px; left:10px;bottom:10px;z-index:4;} #screenShareOuter .header .tip{color:#bbb;} #screenShareOuter .header #tellExps{border:0;background:transparent url();color:#187bad;}
WebRoot/css/view/video.doc.css
#menulist{ display:inline-block; top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;height:70px;} #menulist .btncircle{display:inline-block; width:60px;height:60px;border-radius:50%;outline:0;opacity:.8; background:#28B779 url();color:#fff;border:2px solid #fff;box-shadow:0 0 10px 1px #28B779;} #menulist .btncircle:hover{opacity:1;cursor:pointer;} #menulist dd{position:relative;z-index:1;} #menulist dd.btncircle{width:70px;height:70px;} #menulist .btncircle i, #menulist .btncircle span{z-index:1;font-size:24px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);} #menulist dd.btncircle i, #menulist dd.btncircle label/* , #menulist dd.btncircle:hover span */{display:none;} /* #menulist dd.btncircle:hover i{display:block;} */ #menulist dd.btncircle span{display:block;text-align:center;width: 2em;font-size:14px;} #menulist dd.btncircle:hover label{display:block;text-align:center;color:#333;padding:10px;border:1px solid #ccc;border-radius:3px; position:absolute;bottom:80px;left:50%;width:8em;background:#fff; transform:translate(-50%,0);-webkit-transform:translate(-50%,0);} #menulist dd.btncircle:hover label:after, #menulist dd.btncircle:hover label:before{content:"";position:absolute;bottom:-12px;left:50%;margin-left:-6px;z-index:1;width:0;height:0;border:6px solid transparent;border-top-color:#ccc;} #menulist dd.btncircle:hover label:before{bottom:-11px;border-top-color:#fff;z-index:2;} /* #menulist.bottom dd.btncircle:hover label{display:none;} */ #menulist #readyBtn i,#menulist #leavelBtn i{font-size:28px;} #menulist #readyBtn{background:#5FB41B} #menulist #leavelBtn{background:#E35850} #menulist #endBtn{background:#008000;} #menulist #endBtn i, #menulist #secondBtn i, #menulist #thirdBtn i{font-size:30px;} #menulist #readyBtn i, #menulist #leavelBtn i{font-weight:600;} #videoAndScreenShare{top:10px;left:10px;bottom:10px;right:10px;z-index:0;} #videoAndScreenShare .fleft{float:left;width:50%;} #screenShareOuter{position:relative;padding-top:75%;background:#fff;} #screenShareOuter #screens{position:absolute;top:0;left:0;width:100%;height:100%;} #screenShareOuter #screens .bodyer{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;} .windows .header{position:relative;} .windows .header button.winbtn{position:absolute;top: 0;right: 0;width: 36px; height: 30px;color: #888;border: 0;background: #fff url();} .windows .header button.winbtn:hover{color:#fff;background:red;} #screenShareOuter #screens .header{z-index:2;background:#fff;padding:1px;} #screenShareOuter #screens .newwindow{right:36px;} #screenShareOuter.fullScreenShare{ position: fixed;top: 0;left: 0;right: 0;bottom: 0; z-index: 10;padding:0;} #screenShareOuter.fullScreenShare #screens .header{opacity:.1;} #screenShareOuter.fullScreenShare #screens:hover .header{opacity:1;} #vedioOuter .controls .otherbtn{display:none;} #vedioOuter .controls.hascancelbtn .otherbtn{display:block;position:absolute;right:15px;bottom:0;} #vedioOuter .controls.hascancelbtn .otherbtn button{border:0;color:#f0f0f0;background:#28B779 url();padding: 5px 10px; border-radius: 4px;} #pictxtdialog{position:fixed;width:400px; left:10px;bottom:10px;z-index:4;} #screenShareOuter .header .tip{color:#bbb;} #screenShareOuter .header #tellExps{border:0;background:transparent url();color:#187bad;}
0.222531
0.048564
.maonrails-frame-container { position: relative; } .maonrails-frame-container iframe { width: 100%; height: 100%; } .maonrails-lead-form { font-family: "Lato", Arial, sans-serif; } .maonrails-lead-form-button, .maonrails-lead-form button { background-color: #e83628; box-shadow: 0 3px 10px rgba(232, 54, 39, 0.3); color: #fff; border: 0; border-radius: 40px; box-shadow: 0 3px 10px rgba(126, 210, 221, 0.3); cursor: pointer; display: inline-block; font: bold 10pt/22pt "Lato", sans-serif; padding: 7px 30px; text-align: center; text-decoration: none; text-transform: uppercase; } .maonrails-lead-form-button:hover, .maonrails-lead-form button:hover { background-color: #f4392a; text-decoration: none; color: #fff; } .maonrails-lead-form label { margin-bottom: 5px; font-size: 8pt; font-weight: bold; text-transform: uppercase; color: rgb(100, 100, 100); display: block; text-align: left; } .maonrails-lead-form .labelpair { display: inline-block; margin-right: 10px; margin-bottom: 15px; vertical-align: top; max-width: 100%; } .maonrails-lead-form .text, .maonrails-lead-form select, .maonrails-lead-form textarea { padding: 10px 0; margin-bottom: 15px; font-size: 12pt; border: 0; border-bottom: 2px solid #d5d5d5; background: transparent; box-shadow: none; font-family: inherit; } .maonrails-lead-form .labelpair .text, .maonrails-lead-form .labelpair select { margin-bottom: 0; max-width: 100%; } body .maonrails-popup .form-sent::before { content: "\02713"; font-size: 16pt; line-height: 26pt; font-family: inherit; } .maonrails-popup .text { width: 99%; } .maonrails-error-message { background: #f05c54; color: #fff; padding: 8px 12px; position: absolute; border-radius: 4px; z-index: 5; top: 100%; left: auto; right: auto; font-weight: bold; font-size: 8pt; text-align: left; } .maonrails-error-message:before { content: "\25bc"; position: absolute; bottom: -15px; color: #f05c54; font-size: 12pt; left: 50%; transform: translateX(-50%); } .maonrails-popup .spinner { display: inline-block; height: 16px; width: 16px; margin: 0px auto; position: relative; -webkit-animation: rotation 0.6s infinite linear; -moz-animation: rotation 0.6s infinite linear; -o-animation: rotation 0.6s infinite linear; animation: rotation 0.6s infinite linear; border-left: 2px solid rgba(255, 255, 255, 0.35); border-right: 2px solid rgba(255, 255, 255, 0.35); border-bottom: 2px solid rgba(255, 255, 255, 0.35); border-top: 2px solid rgba(255, 255, 255, 0.8); border-radius: 100%; vertical-align: text-bottom; margin-right: 4px; } .maonrails-popup button .spinner { margin-left: 7px; margin-right: -5px; vertical-align: -4px; } .maonrails-popup .spinner.dark-spin { border-left: 2px solid rgba(0, 0, 0, 0.35); border-right: 2px solid rgba(0, 0, 0, 0.35); border-bottom: 2px solid rgba(0, 0, 0, 0.35); border-top: 2px solid rgba(0, 0, 0, 0.8); } @-webkit-keyframes rotation { from { -webkit-transform: rotate(0deg); } to { -webkit-transform: rotate(359deg); } } @-moz-keyframes rotation { from { -moz-transform: rotate(0deg); } to { -moz-transform: rotate(359deg); } } @-o-keyframes rotation { from { -o-transform: rotate(0deg); } to { -o-transform: rotate(359deg); } } @keyframes rotation { from { transform: rotate(0deg); } to { transform: rotate(359deg); } } .maonrails-lead-form { padding: 60px 0; max-width: 630px; margin: auto; } .maonrails-lead-form h1 { margin: 0; padding: 0; font-size: 20pt; text-align: center; margin-bottom: 10px; } .maonrails-lead-form p { font-size: 13pt; margin-bottom: 30px; } .maonrails-lead-form form .labelpair { margin-right: 2.5%; width: 31%; } .maonrails-lead-form.maonrails-inline-form form .labelpair:nth-of-type(3n) { margin-right: 0; } .maonrails-lead-form textarea { width: 100%; height: 80px; padding: 13px; } .maonrails-lead-form .buttons { text-align: right; margin-top: 20px; } .maonrails-lead-form .text { padding: 13px; width: 100%; } .maonrails-lead-form .text, .maonrails-lead-form textarea, .maonrails-lead-form select { background: #f2f2f2; border: 0; box-sizing: border-box; } .maonrails-lead-form select { padding: 12px; width: 100%; margin-right: 0; border: 0; } .maonrails-lead-form select:focus { border: 0; background: #f7f7f7; } .maonrails-lead-form form input:focus, .maonrails-lead-form form textarea:focus { border: 0; background: #f7f7f7; } .maonrails-lead-form .form-sent { font-size: 13pt; background: #dfffdc; text-align: center; padding: 20px; display: none; } .maonrails-lead-form .form-sent h3 { font-weight: bold; text-transform: uppercase; font-size: 13pt; margin-bottom: 15px; } .maonrails-lead-form input[name="captcha_code"] { width: 218px; } #overlay, #maonrails-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: #666; z-index: 30; background: rgba(0, 0, 0, 0.3); -webkit-backface-visibility: hidden; } .ie7 #overlay, .ie7 #maonrails-overlay { display: none; width: 0; height: 0; } .maonrails-lead-form-button { position: fixed; z-index: 25; border-radius: 0; -webkit-backface-visibility: hidden; box-shadow: 0 0px 10px rgba(0, 0, 0, 0.34); } .maonrails-lead-form-button.left { left: 0; top: 50%; transform: translateY(-350%) rotate(90deg); transform-origin: left bottom; } .maonrails-lead-form-button.right { right: 0; top: 50%; transform: translate(-43px, 0%) rotate(90deg); transform-origin: right bottom; } .maonrails-lead-form-button.bl { left: 5%; bottom: 0; } .maonrails-lead-form-button.br { right: 5%; bottom: 0; } .maonrails-popup { position: absolute; left: 50%; top: 50%; padding: 0; background: #fff; border-radius: 4px; display: none; z-index: 100; max-width: 500px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); max-height: 100%; overflow: auto; } .maonrails-popup span.close { top: 3px; right: 1px; font-size: 20pt; margin: 0; position: absolute; z-index: 5; cursor: pointer; } .maonrails-popup h1 { color: #ea4a3d; background: #f3f3f3; border-bottom: 1px solid #d8d8d8; text-align: center; text-transform: uppercase; padding: 20px; font-size: 13pt; font-weight: bold; margin-bottom: 0; } .maonrails-popup p { padding: 0 0 20px; margin: 0; font-size: 12pt; } .maonrails-popup span.close { top: 3px; right: 1px; font-size: 20pt; margin: 0; position: absolute; z-index: 5; cursor: pointer; } .maonrails-popup form, .maonrails-popup .body { display: block; padding: 20px; background: #fff; } .maonrails-popup.maonrails-lead-form form .labelpair { width: 48%; } .maonrails-popup.maonrails-lead-form form .labelpair:nth-of-type(2n) { margin-right: 0; } .maonrails-popup form .buttons { text-align: center; padding: 20px; margin: 10px -20px -20px -20px; border-top: 1px solid #d8d8d8; } .maonrails-popup .form-sent { padding: 40px 20px 60px; background: #fff; } .maonrails-popup .form-sent:before { content: "\E86D"; background: #a1e2f4; border-radius: 40px; display: inline-block; font-family: "mor"; font-size: 17pt; line-height: 27pt; margin-bottom: 30px; padding: 5px 0; width: 46px; }
src/utils/css/components/forms2.css
.maonrails-frame-container { position: relative; } .maonrails-frame-container iframe { width: 100%; height: 100%; } .maonrails-lead-form { font-family: "Lato", Arial, sans-serif; } .maonrails-lead-form-button, .maonrails-lead-form button { background-color: #e83628; box-shadow: 0 3px 10px rgba(232, 54, 39, 0.3); color: #fff; border: 0; border-radius: 40px; box-shadow: 0 3px 10px rgba(126, 210, 221, 0.3); cursor: pointer; display: inline-block; font: bold 10pt/22pt "Lato", sans-serif; padding: 7px 30px; text-align: center; text-decoration: none; text-transform: uppercase; } .maonrails-lead-form-button:hover, .maonrails-lead-form button:hover { background-color: #f4392a; text-decoration: none; color: #fff; } .maonrails-lead-form label { margin-bottom: 5px; font-size: 8pt; font-weight: bold; text-transform: uppercase; color: rgb(100, 100, 100); display: block; text-align: left; } .maonrails-lead-form .labelpair { display: inline-block; margin-right: 10px; margin-bottom: 15px; vertical-align: top; max-width: 100%; } .maonrails-lead-form .text, .maonrails-lead-form select, .maonrails-lead-form textarea { padding: 10px 0; margin-bottom: 15px; font-size: 12pt; border: 0; border-bottom: 2px solid #d5d5d5; background: transparent; box-shadow: none; font-family: inherit; } .maonrails-lead-form .labelpair .text, .maonrails-lead-form .labelpair select { margin-bottom: 0; max-width: 100%; } body .maonrails-popup .form-sent::before { content: "\02713"; font-size: 16pt; line-height: 26pt; font-family: inherit; } .maonrails-popup .text { width: 99%; } .maonrails-error-message { background: #f05c54; color: #fff; padding: 8px 12px; position: absolute; border-radius: 4px; z-index: 5; top: 100%; left: auto; right: auto; font-weight: bold; font-size: 8pt; text-align: left; } .maonrails-error-message:before { content: "\25bc"; position: absolute; bottom: -15px; color: #f05c54; font-size: 12pt; left: 50%; transform: translateX(-50%); } .maonrails-popup .spinner { display: inline-block; height: 16px; width: 16px; margin: 0px auto; position: relative; -webkit-animation: rotation 0.6s infinite linear; -moz-animation: rotation 0.6s infinite linear; -o-animation: rotation 0.6s infinite linear; animation: rotation 0.6s infinite linear; border-left: 2px solid rgba(255, 255, 255, 0.35); border-right: 2px solid rgba(255, 255, 255, 0.35); border-bottom: 2px solid rgba(255, 255, 255, 0.35); border-top: 2px solid rgba(255, 255, 255, 0.8); border-radius: 100%; vertical-align: text-bottom; margin-right: 4px; } .maonrails-popup button .spinner { margin-left: 7px; margin-right: -5px; vertical-align: -4px; } .maonrails-popup .spinner.dark-spin { border-left: 2px solid rgba(0, 0, 0, 0.35); border-right: 2px solid rgba(0, 0, 0, 0.35); border-bottom: 2px solid rgba(0, 0, 0, 0.35); border-top: 2px solid rgba(0, 0, 0, 0.8); } @-webkit-keyframes rotation { from { -webkit-transform: rotate(0deg); } to { -webkit-transform: rotate(359deg); } } @-moz-keyframes rotation { from { -moz-transform: rotate(0deg); } to { -moz-transform: rotate(359deg); } } @-o-keyframes rotation { from { -o-transform: rotate(0deg); } to { -o-transform: rotate(359deg); } } @keyframes rotation { from { transform: rotate(0deg); } to { transform: rotate(359deg); } } .maonrails-lead-form { padding: 60px 0; max-width: 630px; margin: auto; } .maonrails-lead-form h1 { margin: 0; padding: 0; font-size: 20pt; text-align: center; margin-bottom: 10px; } .maonrails-lead-form p { font-size: 13pt; margin-bottom: 30px; } .maonrails-lead-form form .labelpair { margin-right: 2.5%; width: 31%; } .maonrails-lead-form.maonrails-inline-form form .labelpair:nth-of-type(3n) { margin-right: 0; } .maonrails-lead-form textarea { width: 100%; height: 80px; padding: 13px; } .maonrails-lead-form .buttons { text-align: right; margin-top: 20px; } .maonrails-lead-form .text { padding: 13px; width: 100%; } .maonrails-lead-form .text, .maonrails-lead-form textarea, .maonrails-lead-form select { background: #f2f2f2; border: 0; box-sizing: border-box; } .maonrails-lead-form select { padding: 12px; width: 100%; margin-right: 0; border: 0; } .maonrails-lead-form select:focus { border: 0; background: #f7f7f7; } .maonrails-lead-form form input:focus, .maonrails-lead-form form textarea:focus { border: 0; background: #f7f7f7; } .maonrails-lead-form .form-sent { font-size: 13pt; background: #dfffdc; text-align: center; padding: 20px; display: none; } .maonrails-lead-form .form-sent h3 { font-weight: bold; text-transform: uppercase; font-size: 13pt; margin-bottom: 15px; } .maonrails-lead-form input[name="captcha_code"] { width: 218px; } #overlay, #maonrails-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: #666; z-index: 30; background: rgba(0, 0, 0, 0.3); -webkit-backface-visibility: hidden; } .ie7 #overlay, .ie7 #maonrails-overlay { display: none; width: 0; height: 0; } .maonrails-lead-form-button { position: fixed; z-index: 25; border-radius: 0; -webkit-backface-visibility: hidden; box-shadow: 0 0px 10px rgba(0, 0, 0, 0.34); } .maonrails-lead-form-button.left { left: 0; top: 50%; transform: translateY(-350%) rotate(90deg); transform-origin: left bottom; } .maonrails-lead-form-button.right { right: 0; top: 50%; transform: translate(-43px, 0%) rotate(90deg); transform-origin: right bottom; } .maonrails-lead-form-button.bl { left: 5%; bottom: 0; } .maonrails-lead-form-button.br { right: 5%; bottom: 0; } .maonrails-popup { position: absolute; left: 50%; top: 50%; padding: 0; background: #fff; border-radius: 4px; display: none; z-index: 100; max-width: 500px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); max-height: 100%; overflow: auto; } .maonrails-popup span.close { top: 3px; right: 1px; font-size: 20pt; margin: 0; position: absolute; z-index: 5; cursor: pointer; } .maonrails-popup h1 { color: #ea4a3d; background: #f3f3f3; border-bottom: 1px solid #d8d8d8; text-align: center; text-transform: uppercase; padding: 20px; font-size: 13pt; font-weight: bold; margin-bottom: 0; } .maonrails-popup p { padding: 0 0 20px; margin: 0; font-size: 12pt; } .maonrails-popup span.close { top: 3px; right: 1px; font-size: 20pt; margin: 0; position: absolute; z-index: 5; cursor: pointer; } .maonrails-popup form, .maonrails-popup .body { display: block; padding: 20px; background: #fff; } .maonrails-popup.maonrails-lead-form form .labelpair { width: 48%; } .maonrails-popup.maonrails-lead-form form .labelpair:nth-of-type(2n) { margin-right: 0; } .maonrails-popup form .buttons { text-align: center; padding: 20px; margin: 10px -20px -20px -20px; border-top: 1px solid #d8d8d8; } .maonrails-popup .form-sent { padding: 40px 20px 60px; background: #fff; } .maonrails-popup .form-sent:before { content: "\E86D"; background: #a1e2f4; border-radius: 40px; display: inline-block; font-family: "mor"; font-size: 17pt; line-height: 27pt; margin-bottom: 30px; padding: 5px 0; width: 46px; }
0.607081
0.095898
.color-primary-0 { color: #121622 } /* Main Primary color */ .color-primary-1 { color: #7285BE } .color-primary-2 { color: #030405 } .color-primary-3 { color: #A7BAF3 } .color-primary-4 { color: #000000 } .color-secondary-1-0 { color: #BE0009 } /* Main Secondary color (1) */ .color-secondary-1-1 { color: #FD424B } .color-secondary-1-2 { color: #800006 } .color-secondary-1-3 { color: #FFEBEC } .color-secondary-1-4 { color: #200103 } .color-secondary-2-0 { color: #0F9E00 } /* Main Secondary color (2) */ .color-secondary-2-1 { color: #4EED3D } .color-secondary-2-2 { color: #0A6B00 } .color-secondary-2-3 { color: #EAFCE8 } .color-secondary-2-4 { color: #031B01 } .color-complement-0 { color: #C18400 } /* Main Complement color */ .color-complement-1 { color: #FFC342 } .color-complement-2 { color: #825900 } .color-complement-3 { color: #FFF9EB } .color-complement-4 { color: #211701 } /* As RGBa codes */ .rgba-primary-0 { color: rgba( 18, 22, 34,1) } /* Main Primary color */ .rgba-primary-1 { color: rgba(114,133,190,1) } .rgba-primary-2 { color: rgba( 3, 4, 5,1) } .rgba-primary-3 { color: rgba(167,186,243,1) } .rgba-primary-4 { color: rgba( 0, 0, 0,1) } .rgba-secondary-1-0 { color: rgba(190, 0, 9,1) } /* Main Secondary color (1) */ .rgba-secondary-1-1 { color: rgba(253, 66, 75,1) } .rgba-secondary-1-2 { color: rgba(128, 0, 6,1) } .rgba-secondary-1-3 { color: rgba(255,235,236,1) } .rgba-secondary-1-4 { color: rgba( 32, 1, 3,1) } .rgba-secondary-2-0 { color: rgba( 15,158, 0,1) } /* Main Secondary color (2) */ .rgba-secondary-2-1 { color: rgba( 78,237, 61,1) } .rgba-secondary-2-2 { color: rgba( 10,107, 0,1) } .rgba-secondary-2-3 { color: rgba(234,252,232,1) } .rgba-secondary-2-4 { color: rgba( 3, 27, 1,1) } .rgba-complement-0 { color: rgba(193,132, 0,1) } /* Main Complement color */ .rgba-complement-1 { color: rgba(255,195, 66,1) } .rgba-complement-2 { color: rgba(130, 89, 0,1) } .rgba-complement-3 { color: rgba(255,249,235,1) } .rgba-complement-4 { color: rgba( 33, 23, 1,1) } /* Generated by Paletton.com © 2002-2014 */ /* http://paletton.com */ .hidden { visibility: hidden; } div.monitor { width: 50%; height: 90%; position: absolute; right: 0; top: 50px; padding: 5px; border-radius: 2px; background-color: #0A6B00; border: 2px solid #EAFCE8; } ul#monitor { overflow: scroll; width: 100%; height: 100%; position: relative; top: 0px; margin: 0px; background-color: #031B01; color: #0F9E00; font-family: Consolas, monospace; padding-left: 5px; } ul#monitor li { list-style: none; } div.stats { position: absolute; padding: 10px; top: 50px; width: 48%; } div.stats ul { display: inline-block; margin: 0px; padding: 0px; width: 100%; } div.stats li { display: inline-block; list-style: none; margin: 10px; padding: 10px; font-size: 14px; } div.stats li ul li { display: block; list-style: none; padding: 0 0 0 10px; margin: 0; } div.stats li.requests { color: #EAFCE8; background-color: #0A6B00; border-radius: 5px; padding: 2px; position: absolute; top: 60px; width: 48%; left: 0; } div.stats li.responses { color: #FFF9EB; background-color: #825900; border-radius: 5px; padding: 2px; width: 48%; position: absolute; top: 60px; left: 50%; } body { font-family: Arial, sans-serif; background-color: #121622; color: #A7BAF3; } h1.title { position: absolute; top: 0px; left: 0px; margin: 15px; } div.config { position: absolute; padding: 10px; top: 200px; width: 48%; } li.indicator { list-style: none; } div.handler-config li { list-style: none; } div.handler-config { width: 100%; } div.handler-panel { margin: 10px; padding: 10px; width: 47%; position: absolute; top: 0px; background-color: #7285BE; color: #030405; border-radius: 5px; } div.handler-panel.outgoing { left: 0%; } div.handler-panel.incoming { left: 50%; } div.toggle { padding: 2px; margin: 4px; border-radius: 5px; width: 50px; display: inline-block; text-align: center; } div.toggle.disabled { background-color: #800006; color: #FD424B; } div.toggle.enabled { background-color: #0A6B00; color: #4EED3D; } span.status { font-family: Arial, sans-serif; padding-left: 3px; } form.reset-timer, p.reset-timer { display: inline-block; }
tourniquet-proxy-service/src/main/resources/webroot/css/proxy.css
.color-primary-0 { color: #121622 } /* Main Primary color */ .color-primary-1 { color: #7285BE } .color-primary-2 { color: #030405 } .color-primary-3 { color: #A7BAF3 } .color-primary-4 { color: #000000 } .color-secondary-1-0 { color: #BE0009 } /* Main Secondary color (1) */ .color-secondary-1-1 { color: #FD424B } .color-secondary-1-2 { color: #800006 } .color-secondary-1-3 { color: #FFEBEC } .color-secondary-1-4 { color: #200103 } .color-secondary-2-0 { color: #0F9E00 } /* Main Secondary color (2) */ .color-secondary-2-1 { color: #4EED3D } .color-secondary-2-2 { color: #0A6B00 } .color-secondary-2-3 { color: #EAFCE8 } .color-secondary-2-4 { color: #031B01 } .color-complement-0 { color: #C18400 } /* Main Complement color */ .color-complement-1 { color: #FFC342 } .color-complement-2 { color: #825900 } .color-complement-3 { color: #FFF9EB } .color-complement-4 { color: #211701 } /* As RGBa codes */ .rgba-primary-0 { color: rgba( 18, 22, 34,1) } /* Main Primary color */ .rgba-primary-1 { color: rgba(114,133,190,1) } .rgba-primary-2 { color: rgba( 3, 4, 5,1) } .rgba-primary-3 { color: rgba(167,186,243,1) } .rgba-primary-4 { color: rgba( 0, 0, 0,1) } .rgba-secondary-1-0 { color: rgba(190, 0, 9,1) } /* Main Secondary color (1) */ .rgba-secondary-1-1 { color: rgba(253, 66, 75,1) } .rgba-secondary-1-2 { color: rgba(128, 0, 6,1) } .rgba-secondary-1-3 { color: rgba(255,235,236,1) } .rgba-secondary-1-4 { color: rgba( 32, 1, 3,1) } .rgba-secondary-2-0 { color: rgba( 15,158, 0,1) } /* Main Secondary color (2) */ .rgba-secondary-2-1 { color: rgba( 78,237, 61,1) } .rgba-secondary-2-2 { color: rgba( 10,107, 0,1) } .rgba-secondary-2-3 { color: rgba(234,252,232,1) } .rgba-secondary-2-4 { color: rgba( 3, 27, 1,1) } .rgba-complement-0 { color: rgba(193,132, 0,1) } /* Main Complement color */ .rgba-complement-1 { color: rgba(255,195, 66,1) } .rgba-complement-2 { color: rgba(130, 89, 0,1) } .rgba-complement-3 { color: rgba(255,249,235,1) } .rgba-complement-4 { color: rgba( 33, 23, 1,1) } /* Generated by Paletton.com © 2002-2014 */ /* http://paletton.com */ .hidden { visibility: hidden; } div.monitor { width: 50%; height: 90%; position: absolute; right: 0; top: 50px; padding: 5px; border-radius: 2px; background-color: #0A6B00; border: 2px solid #EAFCE8; } ul#monitor { overflow: scroll; width: 100%; height: 100%; position: relative; top: 0px; margin: 0px; background-color: #031B01; color: #0F9E00; font-family: Consolas, monospace; padding-left: 5px; } ul#monitor li { list-style: none; } div.stats { position: absolute; padding: 10px; top: 50px; width: 48%; } div.stats ul { display: inline-block; margin: 0px; padding: 0px; width: 100%; } div.stats li { display: inline-block; list-style: none; margin: 10px; padding: 10px; font-size: 14px; } div.stats li ul li { display: block; list-style: none; padding: 0 0 0 10px; margin: 0; } div.stats li.requests { color: #EAFCE8; background-color: #0A6B00; border-radius: 5px; padding: 2px; position: absolute; top: 60px; width: 48%; left: 0; } div.stats li.responses { color: #FFF9EB; background-color: #825900; border-radius: 5px; padding: 2px; width: 48%; position: absolute; top: 60px; left: 50%; } body { font-family: Arial, sans-serif; background-color: #121622; color: #A7BAF3; } h1.title { position: absolute; top: 0px; left: 0px; margin: 15px; } div.config { position: absolute; padding: 10px; top: 200px; width: 48%; } li.indicator { list-style: none; } div.handler-config li { list-style: none; } div.handler-config { width: 100%; } div.handler-panel { margin: 10px; padding: 10px; width: 47%; position: absolute; top: 0px; background-color: #7285BE; color: #030405; border-radius: 5px; } div.handler-panel.outgoing { left: 0%; } div.handler-panel.incoming { left: 50%; } div.toggle { padding: 2px; margin: 4px; border-radius: 5px; width: 50px; display: inline-block; text-align: center; } div.toggle.disabled { background-color: #800006; color: #FD424B; } div.toggle.enabled { background-color: #0A6B00; color: #4EED3D; } span.status { font-family: Arial, sans-serif; padding-left: 3px; } form.reset-timer, p.reset-timer { display: inline-block; }
0.392919
0.108566
width: 100%; float: none; } #status .event .content { position: relative; bottom: auto; top: 0; background-color: transparent; padding: 0; } #status h2 { background: rgba(0, 0, 0, 0.7); padding: 1rem; position: relative; top: 0; left: 0; } #status-list, #post-status { vertical-align: top; -moz-box-sizing: border-box; -webkit-box-shadow: border-box; box-sizing: border-box; margin: 1rem; } #status-list { padding: 1rem; background: rgba(0, 0, 0, 0.7); } #status-list.loading { text-align: center; } #status-list li { margin: 0 0 1em; padding: 0 0 1em; font-weight: 400; background-image: linear-gradient(90deg, transparent 15%, rgba(255,255,255,0.3) 20%, rgba(255,255,255,0.3) 80%, transparent 85%); background-size: 70% 1px; background-position: center bottom; background-repeat: no-repeat; } #status-list li:last-child { background-image: none; padding-bottom: 0; margin-bottom: 0; } #status-list li .name, #status-list li .time { font-size: 76%; font-weight: 300; color: #f0eba3; margin-left: 0.75em; } #post-status h3 { color: white; font-size: 113%; margin-bottom: 1em; } #post-status { background: rgba(0, 0, 0, 0.7); padding: 1rem; text-align: left; } #post-status .label { font-size: 76%; text-transform: uppercase; background: rgba(37, 17, 8, 0.7); padding: 0.25em 1rem; } #post-status .field-group { margin-bottom: 0.4em; } #post-status .field-group textarea, #post-status .field-group select, #post-status .field-group input { font-size: 1.2em; font-family: helvetica, sans-serif; font-weight: 300; padding: 0.4em; vertical-align: top; } #post-status .field-group textarea { width: calc(100% - 6em); } #post-status .field-group label { display: inline-block; width: 6em; vertical-align: top; } #post-status .field-group.action { text-align: right; } .trans { color: transparent; } .btn-delete { background-color: transparent; color: white; border: 1px solid rgba(255, 255, 255, 0.5); border-radius: 0.2em; margin-left: 1em; cursor: pointer; padding: 0.5em 1em; transition: background-color 0.5s, color 0.5s, border-color 0.5s; } .btn-delete:focus, .btn-delete:hover { background-color: rgba(146, 0, 0, 0.5); color: #a00; border-color: #a00; } @media (min-width: 700px) { #status-list, #post-status { display: inline-block; vertical-align: top; -moz-box-sizing: border-box; -webkit-box-shadow: border-box; box-sizing: border-box; padding: 1rem; } #post-status { width: 22em; } #status-list { margin: 1rem; width: calc(100% - 30em); } #post-status .label { padding: 0.25em 0.5em; } } .spinner { margin: 1em auto; width: 70px; text-align: center; } .spinner > div { width: 18px; height: 18px; background-color: #fff; border-radius: 100%; display: inline-block; -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both; animation: sk-bouncedelay 1.4s infinite ease-in-out both; } .spinner .bounce1 { -webkit-animation-delay: -0.32s; animation-delay: -0.32s; } .spinner .bounce2 { -webkit-animation-delay: -0.16s; animation-delay: -0.16s; } @-webkit-keyframes sk-bouncedelay { 0%, 80%, 100% { -webkit-transform: scale(0) } 40% { -webkit-transform: scale(1.0) } } @keyframes sk-bouncedelay { 0%, 80%, 100% { -webkit-transform: scale(0); transform: scale(0); } 40% { -webkit-transform: scale(1.0); transform: scale(1.0); } }
reactjs/assets/hotel-statuses.css
width: 100%; float: none; } #status .event .content { position: relative; bottom: auto; top: 0; background-color: transparent; padding: 0; } #status h2 { background: rgba(0, 0, 0, 0.7); padding: 1rem; position: relative; top: 0; left: 0; } #status-list, #post-status { vertical-align: top; -moz-box-sizing: border-box; -webkit-box-shadow: border-box; box-sizing: border-box; margin: 1rem; } #status-list { padding: 1rem; background: rgba(0, 0, 0, 0.7); } #status-list.loading { text-align: center; } #status-list li { margin: 0 0 1em; padding: 0 0 1em; font-weight: 400; background-image: linear-gradient(90deg, transparent 15%, rgba(255,255,255,0.3) 20%, rgba(255,255,255,0.3) 80%, transparent 85%); background-size: 70% 1px; background-position: center bottom; background-repeat: no-repeat; } #status-list li:last-child { background-image: none; padding-bottom: 0; margin-bottom: 0; } #status-list li .name, #status-list li .time { font-size: 76%; font-weight: 300; color: #f0eba3; margin-left: 0.75em; } #post-status h3 { color: white; font-size: 113%; margin-bottom: 1em; } #post-status { background: rgba(0, 0, 0, 0.7); padding: 1rem; text-align: left; } #post-status .label { font-size: 76%; text-transform: uppercase; background: rgba(37, 17, 8, 0.7); padding: 0.25em 1rem; } #post-status .field-group { margin-bottom: 0.4em; } #post-status .field-group textarea, #post-status .field-group select, #post-status .field-group input { font-size: 1.2em; font-family: helvetica, sans-serif; font-weight: 300; padding: 0.4em; vertical-align: top; } #post-status .field-group textarea { width: calc(100% - 6em); } #post-status .field-group label { display: inline-block; width: 6em; vertical-align: top; } #post-status .field-group.action { text-align: right; } .trans { color: transparent; } .btn-delete { background-color: transparent; color: white; border: 1px solid rgba(255, 255, 255, 0.5); border-radius: 0.2em; margin-left: 1em; cursor: pointer; padding: 0.5em 1em; transition: background-color 0.5s, color 0.5s, border-color 0.5s; } .btn-delete:focus, .btn-delete:hover { background-color: rgba(146, 0, 0, 0.5); color: #a00; border-color: #a00; } @media (min-width: 700px) { #status-list, #post-status { display: inline-block; vertical-align: top; -moz-box-sizing: border-box; -webkit-box-shadow: border-box; box-sizing: border-box; padding: 1rem; } #post-status { width: 22em; } #status-list { margin: 1rem; width: calc(100% - 30em); } #post-status .label { padding: 0.25em 0.5em; } } .spinner { margin: 1em auto; width: 70px; text-align: center; } .spinner > div { width: 18px; height: 18px; background-color: #fff; border-radius: 100%; display: inline-block; -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both; animation: sk-bouncedelay 1.4s infinite ease-in-out both; } .spinner .bounce1 { -webkit-animation-delay: -0.32s; animation-delay: -0.32s; } .spinner .bounce2 { -webkit-animation-delay: -0.16s; animation-delay: -0.16s; } @-webkit-keyframes sk-bouncedelay { 0%, 80%, 100% { -webkit-transform: scale(0) } 40% { -webkit-transform: scale(1.0) } } @keyframes sk-bouncedelay { 0%, 80%, 100% { -webkit-transform: scale(0); transform: scale(0); } 40% { -webkit-transform: scale(1.0); transform: scale(1.0); } }
0.47025
0.080502
background-color: transparent; background-image: none; position: absolute; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 > #alignmentBox { position: relative; max-width: 360px; max-height: 640px; width: 100%; height: 100%; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Side-drawer { position: absolute; width: 665px; height: 640px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Black-cover > .backgroundLayer { height: calc(100% + 0px); width: calc(100% + 0px); background-color: #303030; background-image: none; box-shadow: none; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Black-cover { position: absolute; width: 0px; height: 0px; opacity: 0.24; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); text-shadow: none; z-index: 100; padding-left: 0px; padding-bottom: 0px; padding-right: 0px; padding-top: 0px; font-size: 8.0pt; font-family: 'Arial',Arial; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Black-cover > .clipping, #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Black-cover > .paddingLayer { height: 100px; width: 100px; padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Black-cover .valign { vertical-align: middle; text-align: left; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Black-cover span { color: #000000; text-align: left; text-decoration: none; font-family: 'Arial',Arial; font-size: 8.0pt; font-style: normal; font-weight: 400; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Black-cover span#rtr-s-Black-cover_0 { color: #000000; text-align: left; text-decoration: none; font-family: 'Arial',Arial; font-size: 8.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Title-bar { position: absolute; width: 360px; height: 76px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Bg_1 > .backgroundLayer { height: calc(100% + 0px); width: calc(100% + 0px); background-color: #6BCDFD; background-image: none; box-shadow: -3px 0px 4px 0px #A0A0A0; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Bg_1 { position: absolute; width: 0px; height: 76px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); text-shadow: none; padding-left: 0px; padding-bottom: 0px; padding-right: 0px; padding-top: 0px; font-size: 16.0pt; font-family: 'Roboto-Light',Arial; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Bg_1 > .clipping, #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Bg_1 > .paddingLayer { height: 38px; width: 27px; padding-top: 38px; padding-bottom: 0px; padding-left: 73px; padding-right: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Bg_1 .valign { vertical-align: top; text-align: left; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Bg_1 span { color: #FFFFFF; text-align: left; text-decoration: none; font-family: 'Roboto-Light',Arial; font-size: 16.0pt; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Bg_1 span#rtr-s-Bg_1_0 { color: #FFFFFF; text-align: left; text-decoration: none; font-family: 'Roboto-Light',Arial; font-size: 16.0pt; line-height: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Text_2 > .backgroundLayer { height: calc(100% + 0px); width: calc(100% + 0px); background-color: transparent; background-image: none; box-shadow: none; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Text_2 { position: absolute; width: auto; height: auto; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); text-shadow: none; padding-left: 0px; padding-bottom: 0px; padding-right: 0px; padding-top: 0px; font-size: 16.0pt; font-family: 'Roboto-Bold',Arial; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Text_2 > .clipping, #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Text_2 > .paddingLayer { height: calc(100% + 0px); width: calc(100% + 0px); padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Text_2 .valign { vertical-align: middle; text-align: left; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Text_2 span { color: #000000; text-align: left; text-decoration: none; font-family: 'Roboto-Bold',Arial; font-size: 16.0pt; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Text_2 span#rtr-s-Text_2_0 { color: #000000; text-align: left; text-decoration: none; font-family: 'Roboto-Bold',Arial; font-size: 16.0pt; line-height: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-more-vertical_4 > svg { } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-more-vertical_4 { position: absolute; width: 26px; height: 26px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); padding-left: 0px; padding-bottom: 0px; padding-right: 0px; padding-top: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-more-vertical_4 > img, #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-more-vertical_4 > svg { height: 26px; width: 26px; box-shadow: none; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Image_12 > svg { } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Image_12 { position: absolute; width: 24px; height: 24px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); padding-left: 0px; padding-bottom: 0px; padding-right: 0px; padding-top: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Image_12 > img, #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Image_12 > svg { height: 24px; width: 24px; box-shadow: none; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Menu > svg { } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Menu { position: absolute; width: 26px; height: 26px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); padding-left: 0px; padding-bottom: 0px; padding-right: 0px; padding-top: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Menu > img, #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Menu > svg { height: 26px; width: 26px; box-shadow: none; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Status-bar { position: absolute; width: 360px; height: 20px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Bg_status > .backgroundLayer { height: calc(100% + 0px); width: calc(100% + 0px); background-color: #000000; background-image: none; box-shadow: none; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Bg_status { position: absolute; width: 0px; height: 20px; opacity: 0.15; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); text-shadow: none; padding-left: 0px; padding-bottom: 0px; padding-right: 0px; padding-top: 0px; font-size: 10.0pt; font-family: 'Roboto-Light',Arial; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Bg_status > .clipping, #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Bg_status > .paddingLayer { height: 20px; width: 92px; padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 8px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Bg_status .valign { vertical-align: middle; text-align: right; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Bg_status span { color: #FFFFFF; text-align: right; text-decoration: none; font-family: 'Roboto-Light',Arial; font-size: 10.0pt; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Bg_status span#rtr-s-Bg_status_0 { color: #FFFFFF; text-align: right; text-decoration: none; font-family: 'Roboto-Light',Arial; font-size: 10.0pt; line-height: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-hour > .backgroundLayer { height: calc(100% + 0px); width: calc(100% + 0px); background-color: transparent; background-image: none; box-shadow: none; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-hour { position: absolute; width: 46px; height: 20px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); text-shadow: none; padding-left: 0px; padding-bottom: 0px; padding-right: 0px; padding-top: 0px; font-size: 9.0pt; font-family: 'Roboto-Light',Arial; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-hour > .clipping, #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-hour > .paddingLayer { height: 20px; width: 41px; padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 5px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-hour .valign { vertical-align: middle; text-align: right; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-hour span { color: #FFFFFF; text-align: right; text-decoration: none; font-family: 'Roboto-Light',Arial; font-size: 9.0pt; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-hour span#rtr-s-hour_0 { color: #FFFFFF; text-align: right; text-decoration: none; font-family: 'Roboto-Light',Arial; font-size: 9.0pt; line-height: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-signals { position: absolute; width: 61px; height: 20px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); padding-left: 0px; padding-bottom: 0px; padding-right: 0px; padding-top: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-signals > img, #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-signals > svg { height: 20px; width: 61px; box-shadow: none; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-side-drawer-dialog { position: absolute; z-index: 100; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Panel_7 { width: 305px; height: 0px; padding-left: 0px; padding-bottom: 0px; padding-right: 0px; padding-top: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Panel_7 > .backgroundLayer { height: calc(100% + 0px); width: calc(100% + 0px); background-color: #FFFFFF; background-image: none; border-radius: 0px 0px 0px 0px; box-shadow: none; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Panel_7 td.layout { padding: 0px 0px 0px 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Panel_7 > .layoutWrapper { left: 1px; top: 1px; width: 303px; height: 98px; overflow-x: hidden; overflow-y: hidden; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Panel_7 .verticalalign { vertical-align: top; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-side-drawer-header_1 { width: 306px; height: 167px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_115 > .backgroundLayer { height: calc(100% + 0px); width: calc(100% + 0px); background-color: #6BCDFD; background-image: none; box-shadow: none; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_115 { position: absolute; width: 306px; height: 167px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); text-shadow: none; padding-left: 0px; padding-bottom: 0px; padding-right: 0px; padding-top: 0px; line-height: 18px; font-size: 10.0pt; font-family: 'Roboto-Regular',Arial; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_115 > .clipping, #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_115 > .paddingLayer { height: 167px; width: 306px; padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_115 .valign { vertical-align: middle; text-align: center; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_115 span { color: #808080; text-align: center; text-decoration: none; font-family: 'Roboto-Regular',Arial; font-size: 10.0pt; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_115 span#rtr-s-Rectangle_115_0 { color: #808080; text-align: center; text-decoration: none; font-family: 'Roboto-Regular',Arial; font-size: 10.0pt; line-height: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Label_53 > .backgroundLayer { height: calc(100% + 0px); width: calc(100% + 0px); background-color: transparent; background-image: none; box-shadow: none; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Label_53 { position: absolute; width: 271px; height: 30px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); text-shadow: none; padding-left: 0px; padding-bottom: 0px; padding-right: 0px; padding-top: 0px; font-size: 11.0pt; font-family: 'Roboto-Regular',Arial; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Label_53 > .clipping, #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Label_53 > .paddingLayer { height: 30px; width: 271px; padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Label_53 .valign { vertical-align: middle; text-align: left; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Label_53 span { color: #FFFFFF; text-align: left; text-decoration: none; font-family: 'Roboto-Regular',Arial; font-size: 11.0pt; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Label_53 span#rtr-s-Label_53_0 { color: #FFFFFF; text-align: left; text-decoration: none; font-family: 'Roboto-Regular',Arial; font-size: 11.0pt; line-height: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Image_195 { position: absolute; width: 79px; height: 79px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); padding-left: 0px; padding-bottom: 0px; padding-right: 0px; padding-top: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Image_195 > img, #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Image_195 > svg { height: 79px; width: 79px; border-radius: 0px 0px 0px 0px; box-shadow: none; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-drop-down > svg { } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-drop-down { position: absolute; width: 30px; height: 30px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); padding-left: 0px; padding-bottom: 0px; padding-right: 0px; padding-top: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-drop-down > img, #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-drop-down > svg { height: 30px; width: 30px; box-shadow: none; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Text_1 > .backgroundLayer { height: calc(100% + 0px); width: calc(100% + 0px); background-color: transparent; background-image: none; box-shadow: none; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Text_1 { position: absolute; width: auto; height: auto; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); text-shadow: none; padding-left: 0px; padding-bottom: 0px; padding-right: 0px; padding-top: 0px; font-size: 14.0pt; font-family: 'Roboto-Bold',Arial; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Text_1 > .clipping, #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Text_1 > .paddingLayer { height: calc(100% + 0px); width: calc(100% + 0px); padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Text_1 .valign { vertical-align: middle; text-align: left; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Text_1 span { color: #000000; text-align: left; text-decoration: none; font-family: 'Roboto-Bold',Arial; font-size: 14.0pt; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Text_1 span#rtr-s-Text_1_0 { color: #000000; text-align: left; text-decoration: none; font-family: 'Roboto-Bold',Arial; font-size: 14.0pt; line-height: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_27 > .backgroundLayer { height: calc(100% + 0px); width: calc(100% + 0px); background-color: #FFFFFF; background-image: none; box-shadow: none; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_27 { width: 306px; height: 13px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); text-shadow: none; padding-left: 0px; padding-bottom: 0px; padding-right: 0px; padding-top: 0px; line-height: 26px; font-size: 14.0pt; font-family: 'Roboto-Regular',Arial; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_27 > .clipping, #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_27 > .paddingLayer { height: 1px; width: 206px; padding-top: 12px; padding-bottom: 0px; padding-left: 100px; padding-right: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_27 .valign { vertical-align: top; text-align: left; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_27 span { color: #434343; text-align: left; text-decoration: none; font-family: 'Roboto-Regular',Arial; font-size: 14.0pt; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_27 span#rtr-s-Two-line-item_27_0 { color: #434343; text-align: left; text-decoration: none; font-family: 'Roboto-Regular',Arial; font-size: 14.0pt; line-height: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Share-palette_6 { width: 306px; height: 46px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_22 > .backgroundLayer { height: calc(100% + 0px); width: calc(100% + 0px); background-color: #FFFFFF; background-image: none; border-radius: 0px 0px 0px 0px; box-shadow: none; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_22 { position: absolute; width: 306px; height: 46px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); text-shadow: none; padding-left: 0px; padding-bottom: 0px; padding-right: 0px; padding-top: 0px; line-height: 22px; font-size: 12.0pt; font-family: 'Roboto-Regular',Arial; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_22 > .clipping, #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_22 > .paddingLayer { height: 38px; width: 246px; padding-top: 8px; padding-bottom: 0px; padding-left: 60px; padding-right: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_22 .valign { vertical-align: top; text-align: left; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_22 span { color: #999999; text-align: left; text-decoration: none; font-family: 'Roboto-Regular',Arial; font-size: 12.0pt; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_22 span#rtr-s-Two-line-item_22_0 { color: #999999; text-align: left; text-decoration: none; font-family: 'Roboto-Regular',Arial; font-size: 12.0pt; line-height: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Image_4 > svg { } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Image_4 { position: absolute; width: 24px; height: 24px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); padding-left: 0px; padding-bottom: 0px; padding-right: 0px; padding-top: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Image_4 > img, #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Image_4 > svg { height: 24px; width: 24px; box-shadow: none; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Share-palette_16 { width: 306px; height: 46px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_34 > .backgroundLayer { height: calc(100% + 0px); width: calc(100% + 0px); background-color: #FFFFFF; background-image: none; border-radius: 0px 0px 0px 0px; box-shadow: none; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_34 { position: absolute; width: 306px; height: 46px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); text-shadow: none; padding-left: 0px; padding-bottom: 0px; padding-right: 0px; padding-top: 0px; line-height: 26px; font-size: 12.0pt; font-family: 'Roboto-Regular',Arial; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_34 > .clipping, #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_34 > .paddingLayer { height: 38px; width: 246px; padding-top: 8px; padding-bottom: 0px; padding-left: 60px; padding-right: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_34 .valign { vertical-align: top; text-align: left; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_34 span { color: #A9A9A9; text-align: left; text-decoration: none; font-family: 'Roboto-Regular',Arial; font-size: 12.0pt; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_34 span#rtr-s-Two-line-item_34_0 { color: #A9A9A9; text-align: left; text-decoration: none; font-family: 'Roboto-Regular',Arial; font-size: 12.0pt; line-height: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Image_45 > svg { } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Image_45 { position: absolute; width: 24px; height: 24px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); padding-left: 0px; padding-bottom: 0px; padding-right: 0px; padding-top: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Image_45 > img, #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Image_45 > svg { height: 24px; width: 24px; box-shadow: none; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Share-palette_2 { width: 306px; height: 46px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_12 > .backgroundLayer { height: calc(100% + 0px); width: calc(100% + 0px); background-color: #FFFFFF; background-image: none; border-radius: 0px 0px 0px 0px; box-shadow: none; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_12 { position: absolute; width: 306px; height: 46px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); text-shadow: none; padding-left: 0px; padding-bottom: 0px; padding-right: 0px; padding-top: 0px; line-height: 26px; font-size: 12.0pt; font-family: 'Roboto-Regular',Arial; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_12 > .clipping, #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_12 > .paddingLayer { height: 38px; width: 246px; padding-top: 8px; padding-bottom: 0px; padding-left: 60px; padding-right: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_12 .valign { vertical-align: top; text-align: left; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_12 span { color: #A9A9A9; text-align: left; text-decoration: none; font-family: 'Roboto-Regular',Arial; font-size: 12.0pt; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_12 span#rtr-s-Two-line-item_12_0 { color: #A9A9A9; text-align: left; text-decoration: none; font-family: 'Roboto-Regular',Arial; font-size: 12.0pt; line-height: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Image_19 > svg { } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Image_19 { position: absolute; width: 24px; height: 24px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); padding-left: 0px; padding-bottom: 0px; padding-right: 0px; padding-top: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Image_19 > img, #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Image_19 > svg { height: 24px; width: 24px; box-shadow: none; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Share-palette_14 { width: 306px; height: 46px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_23 > .backgroundLayer { height: calc(100% + 0px); width: calc(100% + 0px); background-color: #FFFFFF; background-image: none; border-radius: 0px 0px 0px 0px; box-shadow: none; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_23 { position: absolute; width: 306px; height: 46px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); text-shadow: none; padding-left: 0px; padding-bottom: 0px; padding-right: 0px; padding-top: 0px; line-height: 26px; font-size: 12.0pt; font-family: 'Roboto-Regular',Arial; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_23 > .clipping, #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_23 > .paddingLayer { height: 38px; width: 246px; padding-top: 8px; padding-bottom: 0px; padding-left: 60px; padding-right: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_23 .valign { vertical-align: top; text-align: left; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_23 span { color: #A9A9A9; text-align: left; text-decoration: none; font-family: 'Roboto-Regular',Arial; font-size: 12.0pt; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_23 span#rtr-s-Two-line-item_23_0 { color: #A9A9A9; text-align: left; text-decoration: none; font-family: 'Roboto-Regular',Arial; font-size: 12.0pt; line-height: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Image_40 > svg { } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Image_40 { position: absolute; width: 24px; height: 24px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); padding-left: 0px; padding-bottom: 0px; padding-right: 0px; padding-top: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Image_40 > img, #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Image_40 > svg { height: 24px; width: 24px; box-shadow: none; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Share-palette_15 { width: 306px; height: 46px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_28 > .backgroundLayer { height: calc(100% + 0px); width: calc(100% + 0px); background-color: #FFFFFF; background-image: none; border-radius: 0px 0px 0px 0px; box-shadow: none; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_28 { position: absolute; width: 306px; height: 46px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); text-shadow: none; padding-left: 0px; padding-bottom: 0px; padding-right: 0px; padding-top: 0px; line-height: 26px; font-size: 12.0pt; font-family: 'Roboto-Regular',Arial; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_28 > .clipping, #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_28 > .paddingLayer { height: 38px; width: 246px; padding-top: 8px; padding-bottom: 0px; padding-left: 60px; padding-right: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_28 .valign { vertical-align: top; text-align: left; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_28 span { color: #A9A9A9; text-align: left; text-decoration: none; font-family: 'Roboto-Regular',Arial; font-size: 12.0pt; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_28 span#rtr-s-Two-line-item_28_0 { color: #A9A9A9; text-align: left; text-decoration: none; font-family: 'Roboto-Regular',Arial; font-size: 12.0pt; line-height: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Image_37 > svg { } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Image_37 { position: absolute; width: 24px; height: 24px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); padding-left: 0px; padding-bottom: 0px; padding-right: 0px; padding-top: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Image_37 > img, #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Image_37 > svg { height: 24px; width: 24px; box-shadow: none; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_41 > .backgroundLayer { height: calc(100% + -1px); width: calc(100% + 0px); background-color: #FFFFFF; background-image: none; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #CCCCCC; box-shadow: none; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_41 { width: 306px; height: 14px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); text-shadow: none; padding-left: 0px; padding-bottom: 0px; padding-right: 0px; padding-top: 0px; line-height: 26px; font-size: 14.0pt; font-family: 'Roboto-Regular',Arial; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_41 > .clipping, #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_41 > .paddingLayer { height: 1px; width: 206px; padding-top: 12px; padding-bottom: 1px; padding-left: 100px; padding-right: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_41 .valign { vertical-align: top; text-align: left; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_41 span { color: #434343; text-align: left; text-decoration: none; font-family: 'Roboto-Regular',Arial; font-size: 14.0pt; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_41 span#rtr-s-Two-line-item_41_0 { color: #434343; text-align: left; text-decoration: none; font-family: 'Roboto-Regular',Arial; font-size: 14.0pt; line-height: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_42 > .backgroundLayer { height: calc(100% + 0px); width: calc(100% + 0px); background-color: #FFFFFF; background-image: none; box-shadow: none; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_42 { width: 306px; height: 13px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); text-shadow: none; padding-left: 0px; padding-bottom: 0px; padding-right: 0px; padding-top: 0px; line-height: 26px; font-size: 14.0pt; font-family: 'Roboto-Regular',Arial; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_42 > .clipping, #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_42 > .paddingLayer { height: 1px; width: 206px; padding-top: 12px; padding-bottom: 0px; padding-left: 100px; padding-right: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_42 .valign { vertical-align: top; text-align: left; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_42 span { color: #434343; text-align: left; text-decoration: none; font-family: 'Roboto-Regular',Arial; font-size: 14.0pt; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_42 span#rtr-s-Two-line-item_42_0 { color: #434343; text-align: left; text-decoration: none; font-family: 'Roboto-Regular',Arial; font-size: 14.0pt; line-height: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Share-palette_17 { width: 306px; height: 46px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_43 > .backgroundLayer { height: calc(100% + 0px); width: calc(100% + 0px); background-color: #FFFFFF; background-image: none; border-radius: 0px 0px 0px 0px; box-shadow: none; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_43 { position: absolute; width: 306px; height: 46px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); text-shadow: none; padding-left: 0px; padding-bottom: 0px; padding-right: 0px; padding-top: 0px; line-height: 22px; font-size: 12.0pt; font-family: 'Roboto-Regular',Arial; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_43 > .clipping, #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_43 > .paddingLayer { height: 38px; width: 246px; padding-top: 8px; padding-bottom: 0px; padding-left: 60px; padding-right: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_43 .valign { vertical-align: top; text-align: left; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_43 span { color: #A9A9A9; text-align: left; text-decoration: none; font-family: 'Roboto-Regular',Arial; font-size: 12.0pt; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_43 span#rtr-s-Two-line-item_43_0 { color: #A9A9A9; text-align: left; text-decoration: none; font-family: 'Roboto-Regular',Arial; font-size: 12.0pt; line-height: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Image_44 > svg { } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Image_44 { position: absolute; width: 24px; height: 24px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); padding-left: 0px; padding-bottom: 0px; padding-right: 0px; padding-top: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Image_44 > img, #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Image_44 > svg { height: 24px; width: 24px; box-shadow: none; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Share-palette_18 { width: 306px; height: 46px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_44 > .backgroundLayer { height: calc(100% + 0px); width: calc(100% + 0px); background-color: #FFFFFF; background-image: none; border-radius: 0px 0px 0px 0px; box-shadow: none; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_44 { position: absolute; width: 306px; height: 46px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); text-shadow: none; padding-left: 0px; padding-bottom: 0px; padding-right: 0px; padding-top: 0px; line-height: 22px; font-size: 12.0pt; font-family: 'Roboto-Regular',Arial; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_44 > .clipping, #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_44 > .paddingLayer { height: 38px; width: 246px; padding-top: 8px; padding-bottom: 0px; padding-left: 60px; padding-right: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_44 .valign { vertical-align: top; text-align: left; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_44 span { color: #434343; text-align: left; text-decoration: none; font-family: 'Roboto-Regular',Arial; font-size: 12.0pt; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_44 span#rtr-s-Two-line-item_44_0 { color: #434343; text-align: left; text-decoration: none; font-family: 'Roboto-Regular',Arial; font-size: 12.0pt; line-height: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Image_60 > svg { } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Image_60 { position: absolute; width: 24px; height: 24px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); padding-left: 0px; padding-bottom: 0px; padding-right: 0px; padding-top: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Image_60 > img, #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Image_60 > svg { height: 24px; width: 24px; box-shadow: none; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Share-palette_19 { width: 306px; height: 46px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_45 > .backgroundLayer { height: calc(100% + 0px); width: calc(100% + 0px); background-color: #FFFFFF; background-image: none; border-radius: 0px 0px 0px 0px; box-shadow: none; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_45 { position: absolute; width: 306px; height: 46px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); text-shadow: none; padding-left: 0px; padding-bottom: 0px; padding-right: 0px; padding-top: 0px; line-height: 22px; font-size: 12.0pt; font-family: 'Roboto-Regular',Arial; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_45 > .clipping, #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_45 > .paddingLayer { height: 38px; width: 246px; padding-top: 8px; padding-bottom: 0px; padding-left: 60px; padding-right: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_45 .valign { vertical-align: top; text-align: left; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_45 span { color: #A9A9A9; text-align: left; text-decoration: none; font-family: 'Roboto-Regular',Arial; font-size: 12.0pt; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_45 span#rtr-s-Two-line-item_45_0 { color: #A9A9A9; text-align: left; text-decoration: none; font-family: 'Roboto-Regular',Arial; font-size: 12.0pt; line-height: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-settings_1 > svg { } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-settings_1 { position: absolute; width: 24px; height: 24px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); padding-left: 0px; padding-bottom: 0px; padding-right: 0px; padding-top: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-settings_1 > img, #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-settings_1 > svg { height: 24px; width: 24px; box-shadow: none; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Contactlist-item-dialog-complete_1 { position: absolute; width: 361px; height: 601px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_3 > .backgroundLayer { height: calc(100% + 0px); width: calc(100% + 0px); background-color: #FFFFFF; background-image: none; border-radius: 0px 0px 0px 0px; box-shadow: none; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_3 { position: absolute; width: 0px; height: 61px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); text-shadow: none; padding-left: 0px; padding-bottom: 0px; padding-right: 0px; padding-top: 0px; line-height: 18px; font-size: 11.0pt; font-family: 'Roboto-Regular',Arial; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_3 > .clipping, #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_3 > .paddingLayer { height: 41px; width: 0px; padding-top: 20px; padding-bottom: 0px; padding-left: 135px; padding-right: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_3 .valign { vertical-align: top; text-align: left; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_3 span { color: #434343; text-align: left; text-decoration: none; font-family: 'Roboto-Regular',Arial; font-size: 11.0pt; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_3 span#rtr-s-Rectangle_3_0 { color: #434343; text-align: left; text-decoration: none; font-family: 'Roboto-Regular',Arial; font-size: 11.0pt; line-height: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_4 > .backgroundLayer { height: calc(100% + 0px); width: calc(100% + 0px); background-color: #FFFFFF; background-image: none; border-radius: 0px 0px 0px 0px; box-shadow: none; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_4 { position: absolute; width: 0px; height: 61px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); text-shadow: none; padding-left: 0px; padding-bottom: 0px; padding-right: 0px; padding-top: 0px; line-height: 18px; font-size: 11.0pt; font-family: 'Roboto-Regular',Arial; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_4 > .clipping, #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_4 > .paddingLayer { height: 41px; width: 0px; padding-top: 20px; padding-bottom: 0px; padding-left: 135px; padding-right: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_4 .valign { vertical-align: top; text-align: left; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_4 span { color: #434343; text-align: left; text-decoration: none; font-family: 'Roboto-Regular',Arial; font-size: 11.0pt; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_4 span#rtr-s-Rectangle_4_0 { color: #434343; text-align: left; text-decoration: none; font-family: 'Roboto-Regular',Arial; font-size: 11.0pt; line-height: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_1 > .backgroundLayer { height: calc(100% + 0px); width: calc(100% + 0px); background-color: #FFFFFF; background-image: none; border-radius: 0px 0px 0px 0px; box-shadow: none; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_1 { position: absolute; width: 0px; height: 61px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); text-shadow: none; padding-left: 0px; padding-bottom: 0px; padding-right: 0px; padding-top: 0px; line-height: 18px; font-size: 11.0pt; font-family: 'Roboto-Regular',Arial; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_1 > .clipping, #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_1 > .paddingLayer { height: 41px; width: 0px; padding-top: 20px; padding-bottom: 0px; padding-left: 135px; padding-right: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_1 .valign { vertical-align: top; text-align: left; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_1 span { color: #434343; text-align: left; text-decoration: none; font-family: 'Roboto-Regular',Arial; font-size: 11.0pt; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_1 span#rtr-s-Rectangle_1_0 { color: #434343; text-align: left; text-decoration: none; font-family: 'Roboto-Regular',Arial; font-size: 11.0pt; line-height: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Group_2 { position: absolute; width: 359px; height: 61px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle > .backgroundLayer { height: calc(100% + 0px); width: calc(100% + 0px); background-color: #FFFFFF; background-image: none; border-radius: 0px 0px 0px 0px; box-shadow: none; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle { position: absolute; width: 0px; height: 61px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); text-shadow: none; padding-left: 0px; padding-bottom: 0px; padding-right: 0px; padding-top: 0px; line-height: 18px; font-size: 11.0pt; font-family: 'Roboto-Regular',Arial; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle > .clipping, #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle > .paddingLayer { height: 41px; width: 0px; padding-top: 20px; padding-bottom: 0px; padding-left: 135px; padding-right: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle .valign { vertical-align: top; text-align: left; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle span { color: #434343; text-align: left; text-decoration: none; font-family: 'Roboto-Regular',Arial; font-size: 11.0pt; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle span#rtr-s-Rectangle_0 { color: #434343; text-align: left; text-decoration: none; font-family: 'Roboto-Regular',Arial; font-size: 11.0pt; line-height: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Text_6 > .backgroundLayer { height: calc(100% + 0px); width: calc(100% + 0px); background-color: transparent; background-image: none; box-shadow: none; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Text_6 { position: absolute; width: auto; height: auto; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); text-shadow: none; padding-left: 0px; padding-bottom: 0px; padding-right: 0px; padding-top: 0px; font-size: 14.0pt; font-family: 'Roboto-Medium',Arial; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Text_6 > .clipping, #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Text_6 > .paddingLayer { height: calc(100% + 0px); width: calc(100% + 0px); padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Text_6 .valign { vertical-align: middle; text-align: left; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Text_6 span { color: #959595; text-align: left; text-decoration: none; font-family: 'Roboto-Medium',Arial; font-size: 14.0pt; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Text_6 span#rtr-s-Text_6_0 { color: #959595; text-align: left; text-decoration: none; font-family: 'Roboto-Medium',Arial; font-size: 14.0pt; line-height: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_5 > .backgroundLayer { height: calc(100% + 0px); width: calc(100% + 0px); background-color: #FFFFFF; background-image: none; border-radius: 0px 0px 0px 0px; box-shadow: none; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_5 { position: absolute; width: 0px; height: 61px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); text-shadow: none; padding-left: 0px; padding-bottom: 0px; padding-right: 0px; padding-top: 0px; line-height: 18px; font-size: 11.0pt; font-family: 'Roboto-Regular',Arial; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_5 > .clipping, #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_5 > .paddingLayer { height: 41px; width: 0px; padding-top: 20px; padding-bottom: 0px; padding-left: 135px; padding-right: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_5 .valign { vertical-align: top; text-align: left; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_5 span { color: #434343; text-align: left; text-decoration: none; font-family: 'Roboto-Regular',Arial; font-size: 11.0pt; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_5 span#rtr-s-Rectangle_5_0 { color: #434343; text-align: left; text-decoration: none; font-family: 'Roboto-Regular',Arial; font-size: 11.0pt; line-height: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_6 > .backgroundLayer { height: calc(100% + 0px); width: calc(100% + 0px); background-color: #FFFFFF; background-image: none; border-radius: 0px 0px 0px 0px; box-shadow: none; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_6 { position: absolute; width: 0px; height: 61px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); text-shadow: none; padding-left: 0px; padding-bottom: 0px; padding-right: 0px; padding-top: 0px; line-height: 18px; font-size: 11.0pt; font-family: 'Roboto-Regular',Arial; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_6 > .clipping, #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_6 > .paddingLayer { height: 41px; width: 0px; padding-top: 20px; padding-bottom: 0px; padding-left: 135px; padding-right: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_6 .valign { vertical-align: top; text-align: left; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_6 span { color: #434343; text-align: left; text-decoration: none; font-family: 'Roboto-Regular',Arial; font-size: 11.0pt; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_6 span#rtr-s-Rectangle_6_0 { color: #434343; text-align: left; text-decoration: none; font-family: 'Roboto-Regular',Arial; font-size: 11.0pt; line-height: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_7 > .backgroundLayer { height: calc(100% + 0px); width: calc(100% + 0px); background-color: #FFFFFF; background-image: none; border-radius: 0px 0px 0px 0px; box-shadow: none; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_7 { position: absolute; width: 0px; height: 61px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); text-shadow: none; padding-left: 0px; padding-bottom: 0px; padding-right: 0px; padding-top: 0px; line-height: 18px; font-size: 11.0pt; font-family: 'Roboto-Regular',Arial; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_7 > .clipping, #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_7 > .paddingLayer { height: 41px; width: 0px; padding-top: 20px; padding-bottom: 0px; padding-left: 135px; padding-right: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_7 .valign { vertical-align: top; text-align: left; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_7 span { color: #434343; text-align: left; text-decoration: none; font-family: 'Roboto-Regular',Arial; font-size: 11.0pt; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_7 span#rtr-s-Rectangle_7_0 { color: #434343; text-align: left; text-decoration: none; font-family: 'Roboto-Regular',Arial; font-size: 11.0pt; line-height: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_8 > .backgroundLayer { height: calc(100% + 0px); width: calc(100% + 0px); background-color: #FFFFFF; background-image: none; border-radius: 0px 0px 0px 0px; box-shadow: none; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_8 { position: absolute; width: 0px; height: 61px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); text-shadow: none; padding-left: 0px; padding-bottom: 0px; padding-right: 0px; padding-top: 0px; line-height: 18px; font-size: 11.0pt; font-family: 'Roboto-Regular',Arial; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_8 > .clipping, #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_8 > .paddingLayer { height: 41px; width: 0px; padding-top: 20px; padding-bottom: 0px; padding-left: 135px; padding-right: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_8 .valign { vertical-align: top; text-align: left; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_8 span { color: #434343; text-align: left; text-decoration: none; font-family: 'Roboto-Regular',Arial; font-size: 11.0pt; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_8 span#rtr-s-Rectangle_8_0 { color: #434343; text-align: left; text-decoration: none; font-family: 'Roboto-Regular',Arial; font-size: 11.0pt; line-height: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_9 > .backgroundLayer { height: calc(100% + 0px); width: calc(100% + 0px); background-color: #FFFFFF; background-image: none; border-radius: 0px 0px 0px 0px; box-shadow: none; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_9 { position: absolute; width: 0px; height: 61px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); text-shadow: none; padding-left: 0px; padding-bottom: 0px; padding-right: 0px; padding-top: 0px; line-height: 18px; font-size: 11.0pt; font-family: 'Roboto-Regular',Arial; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_9 > .clipping, #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_9 > .paddingLayer { height: 41px; width: 0px; padding-top: 20px; padding-bottom: 0px; padding-left: 135px; padding-right: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_9 .valign { vertical-align: top; text-align: left; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_9 span { color: #434343; text-align: left; text-decoration: none; font-family: 'Roboto-Regular',Arial; font-size: 11.0pt; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_9 span#rtr-s-Rectangle_9_0 { color: #434343; text-align: left; text-decoration: none; font-family: 'Roboto-Regular',Arial; font-size: 11.0pt; line-height: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_2 > .backgroundLayer { height: calc(100% + 0px); width: calc(100% + 0px); background-color: #FFFFFF; background-image: none; border-radius: 0px 0px 0px 0px; box-shadow: none; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_2 { position: absolute; width: 0px; height: 61px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); text-shadow: none; padding-left: 0px; padding-bottom: 0px; padding-right: 0px; padding-top: 0px; line-height: 18px; font-size: 11.0pt; font-family: 'Roboto-Regular',Arial; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_2 > .clipping, #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_2 > .paddingLayer { height: 41px; width: 0px; padding-top: 20px; padding-bottom: 0px; padding-left: 135px; padding-right: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_2 .valign { vertical-align: top; text-align: left; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_2 span { color: #434343; text-align: left; text-decoration: none; font-family: 'Roboto-Regular',Arial; font-size: 11.0pt; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_2 span#rtr-s-Rectangle_2_0 { color: #434343; text-align: left; text-decoration: none; font-family: 'Roboto-Regular',Arial; font-size: 11.0pt; line-height: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Input_search { position: absolute; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Components_panel { width: 0px; height: 44px; padding-left: 0px; padding-bottom: 0px; padding-right: 0px; padding-top: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Components_panel > .backgroundLayer { height: calc(100% + -4px); width: calc(100% + -4px); background-color: #FFFFFF; background-image: none; border-top-width: 2px; border-top-style: solid; border-top-color: #FFFFFF; border-right-width: 2px; border-right-style: solid; border-right-color: #FFFFFF; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #FFFFFF; border-left-width: 2px; border-left-style: solid; border-left-color: #FFFFFF; border-radius: 1px 1px 1px 1px; box-shadow: 0px 0px 5px 0px #999999; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Components_panel td.layout { padding: 0px 0px 0px 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Components_panel > .layoutWrapper { left: 3px; top: 3px; width: 94px; height: 38px; overflow-x: hidden; overflow-y: hidden; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Components_panel .verticalalign { vertical-align: top; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Input_1 input::-webkit-input-placeholder { color: #B4B4B4; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Input_1 input::-moz-placeholder { color: #B4B4B4; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Input_1 input:-moz-placeholder { color: #B4B4B4; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Input_1 input:-ms-input-placeholder { color: #B4B4B4; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Input_1 { position: absolute; width: 0px; height: 44px; text-shadow: none; padding-left: 0px; padding-bottom: 0px; padding-right: 0px; padding-top: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Input_1 .valign { vertical-align: top; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Input_1 input { color: #434343; text-align: left; text-decoration: none; font-family: 'Roboto-LightItalic',Arial; font-size: 10.0pt; text-shadow: none; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Input_1 > .backgroundLayer { height: calc(100% + 0px); width: calc(100% + 0px); background-color: #FFFFFF; background-image: none; border-radius: 0px 0px 0px 0px; box-shadow: 0px 0px 5px 0px #999999; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Input_1 > .paddingLayer { height: 31px; width: 9px; padding-top: 13px; padding-bottom: 0px; padding-left: 40px; padding-right: 51px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-search > svg { } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-search { position: absolute; width: 24px; height: 24px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); padding-left: 0px; padding-bottom: 0px; padding-right: 0px; padding-top: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-search > img, #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-search > svg { height: 24px; width: 24px; box-shadow: none; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-mic > svg { } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-mic { position: absolute; width: 24px; height: 24px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); padding-left: 0px; padding-bottom: 0px; padding-right: 0px; padding-top: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-mic > img, #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-mic > svg { height: 24px; width: 24px; box-shadow: none; } .devMobile #jim-container .ui-page { overflow-x: hidden; } .non_jim_mobile #simulation { overflow-x: hidden; } .web #simulation { overflow-x: hidden; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 > #loadMark { width: 1px; visibility: hidden; display: none; }
public/HiFi_Prototype/HiFi_Prototype_1.1/resources/screens/059e1423-70e2-4ca3-8ff7-9b4555e68623-1542686838625.css
background-color: transparent; background-image: none; position: absolute; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 > #alignmentBox { position: relative; max-width: 360px; max-height: 640px; width: 100%; height: 100%; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Side-drawer { position: absolute; width: 665px; height: 640px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Black-cover > .backgroundLayer { height: calc(100% + 0px); width: calc(100% + 0px); background-color: #303030; background-image: none; box-shadow: none; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Black-cover { position: absolute; width: 0px; height: 0px; opacity: 0.24; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); text-shadow: none; z-index: 100; padding-left: 0px; padding-bottom: 0px; padding-right: 0px; padding-top: 0px; font-size: 8.0pt; font-family: 'Arial',Arial; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Black-cover > .clipping, #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Black-cover > .paddingLayer { height: 100px; width: 100px; padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Black-cover .valign { vertical-align: middle; text-align: left; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Black-cover span { color: #000000; text-align: left; text-decoration: none; font-family: 'Arial',Arial; font-size: 8.0pt; font-style: normal; font-weight: 400; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Black-cover span#rtr-s-Black-cover_0 { color: #000000; text-align: left; text-decoration: none; font-family: 'Arial',Arial; font-size: 8.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Title-bar { position: absolute; width: 360px; height: 76px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Bg_1 > .backgroundLayer { height: calc(100% + 0px); width: calc(100% + 0px); background-color: #6BCDFD; background-image: none; box-shadow: -3px 0px 4px 0px #A0A0A0; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Bg_1 { position: absolute; width: 0px; height: 76px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); text-shadow: none; padding-left: 0px; padding-bottom: 0px; padding-right: 0px; padding-top: 0px; font-size: 16.0pt; font-family: 'Roboto-Light',Arial; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Bg_1 > .clipping, #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Bg_1 > .paddingLayer { height: 38px; width: 27px; padding-top: 38px; padding-bottom: 0px; padding-left: 73px; padding-right: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Bg_1 .valign { vertical-align: top; text-align: left; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Bg_1 span { color: #FFFFFF; text-align: left; text-decoration: none; font-family: 'Roboto-Light',Arial; font-size: 16.0pt; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Bg_1 span#rtr-s-Bg_1_0 { color: #FFFFFF; text-align: left; text-decoration: none; font-family: 'Roboto-Light',Arial; font-size: 16.0pt; line-height: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Text_2 > .backgroundLayer { height: calc(100% + 0px); width: calc(100% + 0px); background-color: transparent; background-image: none; box-shadow: none; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Text_2 { position: absolute; width: auto; height: auto; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); text-shadow: none; padding-left: 0px; padding-bottom: 0px; padding-right: 0px; padding-top: 0px; font-size: 16.0pt; font-family: 'Roboto-Bold',Arial; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Text_2 > .clipping, #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Text_2 > .paddingLayer { height: calc(100% + 0px); width: calc(100% + 0px); padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Text_2 .valign { vertical-align: middle; text-align: left; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Text_2 span { color: #000000; text-align: left; text-decoration: none; font-family: 'Roboto-Bold',Arial; font-size: 16.0pt; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Text_2 span#rtr-s-Text_2_0 { color: #000000; text-align: left; text-decoration: none; font-family: 'Roboto-Bold',Arial; font-size: 16.0pt; line-height: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-more-vertical_4 > svg { } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-more-vertical_4 { position: absolute; width: 26px; height: 26px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); padding-left: 0px; padding-bottom: 0px; padding-right: 0px; padding-top: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-more-vertical_4 > img, #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-more-vertical_4 > svg { height: 26px; width: 26px; box-shadow: none; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Image_12 > svg { } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Image_12 { position: absolute; width: 24px; height: 24px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); padding-left: 0px; padding-bottom: 0px; padding-right: 0px; padding-top: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Image_12 > img, #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Image_12 > svg { height: 24px; width: 24px; box-shadow: none; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Menu > svg { } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Menu { position: absolute; width: 26px; height: 26px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); padding-left: 0px; padding-bottom: 0px; padding-right: 0px; padding-top: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Menu > img, #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Menu > svg { height: 26px; width: 26px; box-shadow: none; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Status-bar { position: absolute; width: 360px; height: 20px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Bg_status > .backgroundLayer { height: calc(100% + 0px); width: calc(100% + 0px); background-color: #000000; background-image: none; box-shadow: none; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Bg_status { position: absolute; width: 0px; height: 20px; opacity: 0.15; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); text-shadow: none; padding-left: 0px; padding-bottom: 0px; padding-right: 0px; padding-top: 0px; font-size: 10.0pt; font-family: 'Roboto-Light',Arial; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Bg_status > .clipping, #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Bg_status > .paddingLayer { height: 20px; width: 92px; padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 8px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Bg_status .valign { vertical-align: middle; text-align: right; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Bg_status span { color: #FFFFFF; text-align: right; text-decoration: none; font-family: 'Roboto-Light',Arial; font-size: 10.0pt; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Bg_status span#rtr-s-Bg_status_0 { color: #FFFFFF; text-align: right; text-decoration: none; font-family: 'Roboto-Light',Arial; font-size: 10.0pt; line-height: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-hour > .backgroundLayer { height: calc(100% + 0px); width: calc(100% + 0px); background-color: transparent; background-image: none; box-shadow: none; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-hour { position: absolute; width: 46px; height: 20px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); text-shadow: none; padding-left: 0px; padding-bottom: 0px; padding-right: 0px; padding-top: 0px; font-size: 9.0pt; font-family: 'Roboto-Light',Arial; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-hour > .clipping, #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-hour > .paddingLayer { height: 20px; width: 41px; padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 5px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-hour .valign { vertical-align: middle; text-align: right; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-hour span { color: #FFFFFF; text-align: right; text-decoration: none; font-family: 'Roboto-Light',Arial; font-size: 9.0pt; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-hour span#rtr-s-hour_0 { color: #FFFFFF; text-align: right; text-decoration: none; font-family: 'Roboto-Light',Arial; font-size: 9.0pt; line-height: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-signals { position: absolute; width: 61px; height: 20px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); padding-left: 0px; padding-bottom: 0px; padding-right: 0px; padding-top: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-signals > img, #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-signals > svg { height: 20px; width: 61px; box-shadow: none; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-side-drawer-dialog { position: absolute; z-index: 100; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Panel_7 { width: 305px; height: 0px; padding-left: 0px; padding-bottom: 0px; padding-right: 0px; padding-top: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Panel_7 > .backgroundLayer { height: calc(100% + 0px); width: calc(100% + 0px); background-color: #FFFFFF; background-image: none; border-radius: 0px 0px 0px 0px; box-shadow: none; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Panel_7 td.layout { padding: 0px 0px 0px 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Panel_7 > .layoutWrapper { left: 1px; top: 1px; width: 303px; height: 98px; overflow-x: hidden; overflow-y: hidden; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Panel_7 .verticalalign { vertical-align: top; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-side-drawer-header_1 { width: 306px; height: 167px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_115 > .backgroundLayer { height: calc(100% + 0px); width: calc(100% + 0px); background-color: #6BCDFD; background-image: none; box-shadow: none; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_115 { position: absolute; width: 306px; height: 167px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); text-shadow: none; padding-left: 0px; padding-bottom: 0px; padding-right: 0px; padding-top: 0px; line-height: 18px; font-size: 10.0pt; font-family: 'Roboto-Regular',Arial; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_115 > .clipping, #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_115 > .paddingLayer { height: 167px; width: 306px; padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_115 .valign { vertical-align: middle; text-align: center; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_115 span { color: #808080; text-align: center; text-decoration: none; font-family: 'Roboto-Regular',Arial; font-size: 10.0pt; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_115 span#rtr-s-Rectangle_115_0 { color: #808080; text-align: center; text-decoration: none; font-family: 'Roboto-Regular',Arial; font-size: 10.0pt; line-height: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Label_53 > .backgroundLayer { height: calc(100% + 0px); width: calc(100% + 0px); background-color: transparent; background-image: none; box-shadow: none; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Label_53 { position: absolute; width: 271px; height: 30px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); text-shadow: none; padding-left: 0px; padding-bottom: 0px; padding-right: 0px; padding-top: 0px; font-size: 11.0pt; font-family: 'Roboto-Regular',Arial; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Label_53 > .clipping, #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Label_53 > .paddingLayer { height: 30px; width: 271px; padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Label_53 .valign { vertical-align: middle; text-align: left; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Label_53 span { color: #FFFFFF; text-align: left; text-decoration: none; font-family: 'Roboto-Regular',Arial; font-size: 11.0pt; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Label_53 span#rtr-s-Label_53_0 { color: #FFFFFF; text-align: left; text-decoration: none; font-family: 'Roboto-Regular',Arial; font-size: 11.0pt; line-height: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Image_195 { position: absolute; width: 79px; height: 79px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); padding-left: 0px; padding-bottom: 0px; padding-right: 0px; padding-top: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Image_195 > img, #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Image_195 > svg { height: 79px; width: 79px; border-radius: 0px 0px 0px 0px; box-shadow: none; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-drop-down > svg { } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-drop-down { position: absolute; width: 30px; height: 30px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); padding-left: 0px; padding-bottom: 0px; padding-right: 0px; padding-top: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-drop-down > img, #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-drop-down > svg { height: 30px; width: 30px; box-shadow: none; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Text_1 > .backgroundLayer { height: calc(100% + 0px); width: calc(100% + 0px); background-color: transparent; background-image: none; box-shadow: none; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Text_1 { position: absolute; width: auto; height: auto; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); text-shadow: none; padding-left: 0px; padding-bottom: 0px; padding-right: 0px; padding-top: 0px; font-size: 14.0pt; font-family: 'Roboto-Bold',Arial; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Text_1 > .clipping, #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Text_1 > .paddingLayer { height: calc(100% + 0px); width: calc(100% + 0px); padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Text_1 .valign { vertical-align: middle; text-align: left; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Text_1 span { color: #000000; text-align: left; text-decoration: none; font-family: 'Roboto-Bold',Arial; font-size: 14.0pt; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Text_1 span#rtr-s-Text_1_0 { color: #000000; text-align: left; text-decoration: none; font-family: 'Roboto-Bold',Arial; font-size: 14.0pt; line-height: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_27 > .backgroundLayer { height: calc(100% + 0px); width: calc(100% + 0px); background-color: #FFFFFF; background-image: none; box-shadow: none; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_27 { width: 306px; height: 13px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); text-shadow: none; padding-left: 0px; padding-bottom: 0px; padding-right: 0px; padding-top: 0px; line-height: 26px; font-size: 14.0pt; font-family: 'Roboto-Regular',Arial; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_27 > .clipping, #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_27 > .paddingLayer { height: 1px; width: 206px; padding-top: 12px; padding-bottom: 0px; padding-left: 100px; padding-right: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_27 .valign { vertical-align: top; text-align: left; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_27 span { color: #434343; text-align: left; text-decoration: none; font-family: 'Roboto-Regular',Arial; font-size: 14.0pt; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_27 span#rtr-s-Two-line-item_27_0 { color: #434343; text-align: left; text-decoration: none; font-family: 'Roboto-Regular',Arial; font-size: 14.0pt; line-height: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Share-palette_6 { width: 306px; height: 46px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_22 > .backgroundLayer { height: calc(100% + 0px); width: calc(100% + 0px); background-color: #FFFFFF; background-image: none; border-radius: 0px 0px 0px 0px; box-shadow: none; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_22 { position: absolute; width: 306px; height: 46px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); text-shadow: none; padding-left: 0px; padding-bottom: 0px; padding-right: 0px; padding-top: 0px; line-height: 22px; font-size: 12.0pt; font-family: 'Roboto-Regular',Arial; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_22 > .clipping, #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_22 > .paddingLayer { height: 38px; width: 246px; padding-top: 8px; padding-bottom: 0px; padding-left: 60px; padding-right: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_22 .valign { vertical-align: top; text-align: left; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_22 span { color: #999999; text-align: left; text-decoration: none; font-family: 'Roboto-Regular',Arial; font-size: 12.0pt; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_22 span#rtr-s-Two-line-item_22_0 { color: #999999; text-align: left; text-decoration: none; font-family: 'Roboto-Regular',Arial; font-size: 12.0pt; line-height: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Image_4 > svg { } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Image_4 { position: absolute; width: 24px; height: 24px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); padding-left: 0px; padding-bottom: 0px; padding-right: 0px; padding-top: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Image_4 > img, #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Image_4 > svg { height: 24px; width: 24px; box-shadow: none; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Share-palette_16 { width: 306px; height: 46px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_34 > .backgroundLayer { height: calc(100% + 0px); width: calc(100% + 0px); background-color: #FFFFFF; background-image: none; border-radius: 0px 0px 0px 0px; box-shadow: none; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_34 { position: absolute; width: 306px; height: 46px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); text-shadow: none; padding-left: 0px; padding-bottom: 0px; padding-right: 0px; padding-top: 0px; line-height: 26px; font-size: 12.0pt; font-family: 'Roboto-Regular',Arial; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_34 > .clipping, #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_34 > .paddingLayer { height: 38px; width: 246px; padding-top: 8px; padding-bottom: 0px; padding-left: 60px; padding-right: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_34 .valign { vertical-align: top; text-align: left; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_34 span { color: #A9A9A9; text-align: left; text-decoration: none; font-family: 'Roboto-Regular',Arial; font-size: 12.0pt; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_34 span#rtr-s-Two-line-item_34_0 { color: #A9A9A9; text-align: left; text-decoration: none; font-family: 'Roboto-Regular',Arial; font-size: 12.0pt; line-height: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Image_45 > svg { } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Image_45 { position: absolute; width: 24px; height: 24px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); padding-left: 0px; padding-bottom: 0px; padding-right: 0px; padding-top: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Image_45 > img, #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Image_45 > svg { height: 24px; width: 24px; box-shadow: none; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Share-palette_2 { width: 306px; height: 46px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_12 > .backgroundLayer { height: calc(100% + 0px); width: calc(100% + 0px); background-color: #FFFFFF; background-image: none; border-radius: 0px 0px 0px 0px; box-shadow: none; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_12 { position: absolute; width: 306px; height: 46px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); text-shadow: none; padding-left: 0px; padding-bottom: 0px; padding-right: 0px; padding-top: 0px; line-height: 26px; font-size: 12.0pt; font-family: 'Roboto-Regular',Arial; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_12 > .clipping, #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_12 > .paddingLayer { height: 38px; width: 246px; padding-top: 8px; padding-bottom: 0px; padding-left: 60px; padding-right: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_12 .valign { vertical-align: top; text-align: left; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_12 span { color: #A9A9A9; text-align: left; text-decoration: none; font-family: 'Roboto-Regular',Arial; font-size: 12.0pt; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_12 span#rtr-s-Two-line-item_12_0 { color: #A9A9A9; text-align: left; text-decoration: none; font-family: 'Roboto-Regular',Arial; font-size: 12.0pt; line-height: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Image_19 > svg { } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Image_19 { position: absolute; width: 24px; height: 24px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); padding-left: 0px; padding-bottom: 0px; padding-right: 0px; padding-top: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Image_19 > img, #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Image_19 > svg { height: 24px; width: 24px; box-shadow: none; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Share-palette_14 { width: 306px; height: 46px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_23 > .backgroundLayer { height: calc(100% + 0px); width: calc(100% + 0px); background-color: #FFFFFF; background-image: none; border-radius: 0px 0px 0px 0px; box-shadow: none; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_23 { position: absolute; width: 306px; height: 46px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); text-shadow: none; padding-left: 0px; padding-bottom: 0px; padding-right: 0px; padding-top: 0px; line-height: 26px; font-size: 12.0pt; font-family: 'Roboto-Regular',Arial; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_23 > .clipping, #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_23 > .paddingLayer { height: 38px; width: 246px; padding-top: 8px; padding-bottom: 0px; padding-left: 60px; padding-right: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_23 .valign { vertical-align: top; text-align: left; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_23 span { color: #A9A9A9; text-align: left; text-decoration: none; font-family: 'Roboto-Regular',Arial; font-size: 12.0pt; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_23 span#rtr-s-Two-line-item_23_0 { color: #A9A9A9; text-align: left; text-decoration: none; font-family: 'Roboto-Regular',Arial; font-size: 12.0pt; line-height: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Image_40 > svg { } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Image_40 { position: absolute; width: 24px; height: 24px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); padding-left: 0px; padding-bottom: 0px; padding-right: 0px; padding-top: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Image_40 > img, #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Image_40 > svg { height: 24px; width: 24px; box-shadow: none; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Share-palette_15 { width: 306px; height: 46px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_28 > .backgroundLayer { height: calc(100% + 0px); width: calc(100% + 0px); background-color: #FFFFFF; background-image: none; border-radius: 0px 0px 0px 0px; box-shadow: none; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_28 { position: absolute; width: 306px; height: 46px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); text-shadow: none; padding-left: 0px; padding-bottom: 0px; padding-right: 0px; padding-top: 0px; line-height: 26px; font-size: 12.0pt; font-family: 'Roboto-Regular',Arial; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_28 > .clipping, #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_28 > .paddingLayer { height: 38px; width: 246px; padding-top: 8px; padding-bottom: 0px; padding-left: 60px; padding-right: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_28 .valign { vertical-align: top; text-align: left; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_28 span { color: #A9A9A9; text-align: left; text-decoration: none; font-family: 'Roboto-Regular',Arial; font-size: 12.0pt; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_28 span#rtr-s-Two-line-item_28_0 { color: #A9A9A9; text-align: left; text-decoration: none; font-family: 'Roboto-Regular',Arial; font-size: 12.0pt; line-height: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Image_37 > svg { } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Image_37 { position: absolute; width: 24px; height: 24px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); padding-left: 0px; padding-bottom: 0px; padding-right: 0px; padding-top: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Image_37 > img, #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Image_37 > svg { height: 24px; width: 24px; box-shadow: none; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_41 > .backgroundLayer { height: calc(100% + -1px); width: calc(100% + 0px); background-color: #FFFFFF; background-image: none; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #CCCCCC; box-shadow: none; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_41 { width: 306px; height: 14px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); text-shadow: none; padding-left: 0px; padding-bottom: 0px; padding-right: 0px; padding-top: 0px; line-height: 26px; font-size: 14.0pt; font-family: 'Roboto-Regular',Arial; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_41 > .clipping, #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_41 > .paddingLayer { height: 1px; width: 206px; padding-top: 12px; padding-bottom: 1px; padding-left: 100px; padding-right: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_41 .valign { vertical-align: top; text-align: left; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_41 span { color: #434343; text-align: left; text-decoration: none; font-family: 'Roboto-Regular',Arial; font-size: 14.0pt; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_41 span#rtr-s-Two-line-item_41_0 { color: #434343; text-align: left; text-decoration: none; font-family: 'Roboto-Regular',Arial; font-size: 14.0pt; line-height: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_42 > .backgroundLayer { height: calc(100% + 0px); width: calc(100% + 0px); background-color: #FFFFFF; background-image: none; box-shadow: none; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_42 { width: 306px; height: 13px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); text-shadow: none; padding-left: 0px; padding-bottom: 0px; padding-right: 0px; padding-top: 0px; line-height: 26px; font-size: 14.0pt; font-family: 'Roboto-Regular',Arial; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_42 > .clipping, #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_42 > .paddingLayer { height: 1px; width: 206px; padding-top: 12px; padding-bottom: 0px; padding-left: 100px; padding-right: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_42 .valign { vertical-align: top; text-align: left; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_42 span { color: #434343; text-align: left; text-decoration: none; font-family: 'Roboto-Regular',Arial; font-size: 14.0pt; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_42 span#rtr-s-Two-line-item_42_0 { color: #434343; text-align: left; text-decoration: none; font-family: 'Roboto-Regular',Arial; font-size: 14.0pt; line-height: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Share-palette_17 { width: 306px; height: 46px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_43 > .backgroundLayer { height: calc(100% + 0px); width: calc(100% + 0px); background-color: #FFFFFF; background-image: none; border-radius: 0px 0px 0px 0px; box-shadow: none; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_43 { position: absolute; width: 306px; height: 46px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); text-shadow: none; padding-left: 0px; padding-bottom: 0px; padding-right: 0px; padding-top: 0px; line-height: 22px; font-size: 12.0pt; font-family: 'Roboto-Regular',Arial; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_43 > .clipping, #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_43 > .paddingLayer { height: 38px; width: 246px; padding-top: 8px; padding-bottom: 0px; padding-left: 60px; padding-right: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_43 .valign { vertical-align: top; text-align: left; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_43 span { color: #A9A9A9; text-align: left; text-decoration: none; font-family: 'Roboto-Regular',Arial; font-size: 12.0pt; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_43 span#rtr-s-Two-line-item_43_0 { color: #A9A9A9; text-align: left; text-decoration: none; font-family: 'Roboto-Regular',Arial; font-size: 12.0pt; line-height: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Image_44 > svg { } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Image_44 { position: absolute; width: 24px; height: 24px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); padding-left: 0px; padding-bottom: 0px; padding-right: 0px; padding-top: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Image_44 > img, #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Image_44 > svg { height: 24px; width: 24px; box-shadow: none; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Share-palette_18 { width: 306px; height: 46px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_44 > .backgroundLayer { height: calc(100% + 0px); width: calc(100% + 0px); background-color: #FFFFFF; background-image: none; border-radius: 0px 0px 0px 0px; box-shadow: none; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_44 { position: absolute; width: 306px; height: 46px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); text-shadow: none; padding-left: 0px; padding-bottom: 0px; padding-right: 0px; padding-top: 0px; line-height: 22px; font-size: 12.0pt; font-family: 'Roboto-Regular',Arial; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_44 > .clipping, #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_44 > .paddingLayer { height: 38px; width: 246px; padding-top: 8px; padding-bottom: 0px; padding-left: 60px; padding-right: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_44 .valign { vertical-align: top; text-align: left; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_44 span { color: #434343; text-align: left; text-decoration: none; font-family: 'Roboto-Regular',Arial; font-size: 12.0pt; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_44 span#rtr-s-Two-line-item_44_0 { color: #434343; text-align: left; text-decoration: none; font-family: 'Roboto-Regular',Arial; font-size: 12.0pt; line-height: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Image_60 > svg { } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Image_60 { position: absolute; width: 24px; height: 24px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); padding-left: 0px; padding-bottom: 0px; padding-right: 0px; padding-top: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Image_60 > img, #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Image_60 > svg { height: 24px; width: 24px; box-shadow: none; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Share-palette_19 { width: 306px; height: 46px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_45 > .backgroundLayer { height: calc(100% + 0px); width: calc(100% + 0px); background-color: #FFFFFF; background-image: none; border-radius: 0px 0px 0px 0px; box-shadow: none; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_45 { position: absolute; width: 306px; height: 46px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); text-shadow: none; padding-left: 0px; padding-bottom: 0px; padding-right: 0px; padding-top: 0px; line-height: 22px; font-size: 12.0pt; font-family: 'Roboto-Regular',Arial; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_45 > .clipping, #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_45 > .paddingLayer { height: 38px; width: 246px; padding-top: 8px; padding-bottom: 0px; padding-left: 60px; padding-right: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_45 .valign { vertical-align: top; text-align: left; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_45 span { color: #A9A9A9; text-align: left; text-decoration: none; font-family: 'Roboto-Regular',Arial; font-size: 12.0pt; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Two-line-item_45 span#rtr-s-Two-line-item_45_0 { color: #A9A9A9; text-align: left; text-decoration: none; font-family: 'Roboto-Regular',Arial; font-size: 12.0pt; line-height: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-settings_1 > svg { } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-settings_1 { position: absolute; width: 24px; height: 24px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); padding-left: 0px; padding-bottom: 0px; padding-right: 0px; padding-top: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-settings_1 > img, #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-settings_1 > svg { height: 24px; width: 24px; box-shadow: none; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Contactlist-item-dialog-complete_1 { position: absolute; width: 361px; height: 601px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_3 > .backgroundLayer { height: calc(100% + 0px); width: calc(100% + 0px); background-color: #FFFFFF; background-image: none; border-radius: 0px 0px 0px 0px; box-shadow: none; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_3 { position: absolute; width: 0px; height: 61px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); text-shadow: none; padding-left: 0px; padding-bottom: 0px; padding-right: 0px; padding-top: 0px; line-height: 18px; font-size: 11.0pt; font-family: 'Roboto-Regular',Arial; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_3 > .clipping, #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_3 > .paddingLayer { height: 41px; width: 0px; padding-top: 20px; padding-bottom: 0px; padding-left: 135px; padding-right: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_3 .valign { vertical-align: top; text-align: left; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_3 span { color: #434343; text-align: left; text-decoration: none; font-family: 'Roboto-Regular',Arial; font-size: 11.0pt; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_3 span#rtr-s-Rectangle_3_0 { color: #434343; text-align: left; text-decoration: none; font-family: 'Roboto-Regular',Arial; font-size: 11.0pt; line-height: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_4 > .backgroundLayer { height: calc(100% + 0px); width: calc(100% + 0px); background-color: #FFFFFF; background-image: none; border-radius: 0px 0px 0px 0px; box-shadow: none; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_4 { position: absolute; width: 0px; height: 61px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); text-shadow: none; padding-left: 0px; padding-bottom: 0px; padding-right: 0px; padding-top: 0px; line-height: 18px; font-size: 11.0pt; font-family: 'Roboto-Regular',Arial; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_4 > .clipping, #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_4 > .paddingLayer { height: 41px; width: 0px; padding-top: 20px; padding-bottom: 0px; padding-left: 135px; padding-right: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_4 .valign { vertical-align: top; text-align: left; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_4 span { color: #434343; text-align: left; text-decoration: none; font-family: 'Roboto-Regular',Arial; font-size: 11.0pt; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_4 span#rtr-s-Rectangle_4_0 { color: #434343; text-align: left; text-decoration: none; font-family: 'Roboto-Regular',Arial; font-size: 11.0pt; line-height: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_1 > .backgroundLayer { height: calc(100% + 0px); width: calc(100% + 0px); background-color: #FFFFFF; background-image: none; border-radius: 0px 0px 0px 0px; box-shadow: none; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_1 { position: absolute; width: 0px; height: 61px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); text-shadow: none; padding-left: 0px; padding-bottom: 0px; padding-right: 0px; padding-top: 0px; line-height: 18px; font-size: 11.0pt; font-family: 'Roboto-Regular',Arial; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_1 > .clipping, #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_1 > .paddingLayer { height: 41px; width: 0px; padding-top: 20px; padding-bottom: 0px; padding-left: 135px; padding-right: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_1 .valign { vertical-align: top; text-align: left; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_1 span { color: #434343; text-align: left; text-decoration: none; font-family: 'Roboto-Regular',Arial; font-size: 11.0pt; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_1 span#rtr-s-Rectangle_1_0 { color: #434343; text-align: left; text-decoration: none; font-family: 'Roboto-Regular',Arial; font-size: 11.0pt; line-height: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Group_2 { position: absolute; width: 359px; height: 61px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle > .backgroundLayer { height: calc(100% + 0px); width: calc(100% + 0px); background-color: #FFFFFF; background-image: none; border-radius: 0px 0px 0px 0px; box-shadow: none; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle { position: absolute; width: 0px; height: 61px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); text-shadow: none; padding-left: 0px; padding-bottom: 0px; padding-right: 0px; padding-top: 0px; line-height: 18px; font-size: 11.0pt; font-family: 'Roboto-Regular',Arial; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle > .clipping, #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle > .paddingLayer { height: 41px; width: 0px; padding-top: 20px; padding-bottom: 0px; padding-left: 135px; padding-right: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle .valign { vertical-align: top; text-align: left; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle span { color: #434343; text-align: left; text-decoration: none; font-family: 'Roboto-Regular',Arial; font-size: 11.0pt; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle span#rtr-s-Rectangle_0 { color: #434343; text-align: left; text-decoration: none; font-family: 'Roboto-Regular',Arial; font-size: 11.0pt; line-height: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Text_6 > .backgroundLayer { height: calc(100% + 0px); width: calc(100% + 0px); background-color: transparent; background-image: none; box-shadow: none; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Text_6 { position: absolute; width: auto; height: auto; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); text-shadow: none; padding-left: 0px; padding-bottom: 0px; padding-right: 0px; padding-top: 0px; font-size: 14.0pt; font-family: 'Roboto-Medium',Arial; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Text_6 > .clipping, #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Text_6 > .paddingLayer { height: calc(100% + 0px); width: calc(100% + 0px); padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Text_6 .valign { vertical-align: middle; text-align: left; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Text_6 span { color: #959595; text-align: left; text-decoration: none; font-family: 'Roboto-Medium',Arial; font-size: 14.0pt; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Text_6 span#rtr-s-Text_6_0 { color: #959595; text-align: left; text-decoration: none; font-family: 'Roboto-Medium',Arial; font-size: 14.0pt; line-height: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_5 > .backgroundLayer { height: calc(100% + 0px); width: calc(100% + 0px); background-color: #FFFFFF; background-image: none; border-radius: 0px 0px 0px 0px; box-shadow: none; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_5 { position: absolute; width: 0px; height: 61px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); text-shadow: none; padding-left: 0px; padding-bottom: 0px; padding-right: 0px; padding-top: 0px; line-height: 18px; font-size: 11.0pt; font-family: 'Roboto-Regular',Arial; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_5 > .clipping, #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_5 > .paddingLayer { height: 41px; width: 0px; padding-top: 20px; padding-bottom: 0px; padding-left: 135px; padding-right: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_5 .valign { vertical-align: top; text-align: left; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_5 span { color: #434343; text-align: left; text-decoration: none; font-family: 'Roboto-Regular',Arial; font-size: 11.0pt; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_5 span#rtr-s-Rectangle_5_0 { color: #434343; text-align: left; text-decoration: none; font-family: 'Roboto-Regular',Arial; font-size: 11.0pt; line-height: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_6 > .backgroundLayer { height: calc(100% + 0px); width: calc(100% + 0px); background-color: #FFFFFF; background-image: none; border-radius: 0px 0px 0px 0px; box-shadow: none; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_6 { position: absolute; width: 0px; height: 61px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); text-shadow: none; padding-left: 0px; padding-bottom: 0px; padding-right: 0px; padding-top: 0px; line-height: 18px; font-size: 11.0pt; font-family: 'Roboto-Regular',Arial; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_6 > .clipping, #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_6 > .paddingLayer { height: 41px; width: 0px; padding-top: 20px; padding-bottom: 0px; padding-left: 135px; padding-right: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_6 .valign { vertical-align: top; text-align: left; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_6 span { color: #434343; text-align: left; text-decoration: none; font-family: 'Roboto-Regular',Arial; font-size: 11.0pt; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_6 span#rtr-s-Rectangle_6_0 { color: #434343; text-align: left; text-decoration: none; font-family: 'Roboto-Regular',Arial; font-size: 11.0pt; line-height: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_7 > .backgroundLayer { height: calc(100% + 0px); width: calc(100% + 0px); background-color: #FFFFFF; background-image: none; border-radius: 0px 0px 0px 0px; box-shadow: none; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_7 { position: absolute; width: 0px; height: 61px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); text-shadow: none; padding-left: 0px; padding-bottom: 0px; padding-right: 0px; padding-top: 0px; line-height: 18px; font-size: 11.0pt; font-family: 'Roboto-Regular',Arial; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_7 > .clipping, #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_7 > .paddingLayer { height: 41px; width: 0px; padding-top: 20px; padding-bottom: 0px; padding-left: 135px; padding-right: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_7 .valign { vertical-align: top; text-align: left; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_7 span { color: #434343; text-align: left; text-decoration: none; font-family: 'Roboto-Regular',Arial; font-size: 11.0pt; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_7 span#rtr-s-Rectangle_7_0 { color: #434343; text-align: left; text-decoration: none; font-family: 'Roboto-Regular',Arial; font-size: 11.0pt; line-height: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_8 > .backgroundLayer { height: calc(100% + 0px); width: calc(100% + 0px); background-color: #FFFFFF; background-image: none; border-radius: 0px 0px 0px 0px; box-shadow: none; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_8 { position: absolute; width: 0px; height: 61px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); text-shadow: none; padding-left: 0px; padding-bottom: 0px; padding-right: 0px; padding-top: 0px; line-height: 18px; font-size: 11.0pt; font-family: 'Roboto-Regular',Arial; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_8 > .clipping, #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_8 > .paddingLayer { height: 41px; width: 0px; padding-top: 20px; padding-bottom: 0px; padding-left: 135px; padding-right: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_8 .valign { vertical-align: top; text-align: left; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_8 span { color: #434343; text-align: left; text-decoration: none; font-family: 'Roboto-Regular',Arial; font-size: 11.0pt; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_8 span#rtr-s-Rectangle_8_0 { color: #434343; text-align: left; text-decoration: none; font-family: 'Roboto-Regular',Arial; font-size: 11.0pt; line-height: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_9 > .backgroundLayer { height: calc(100% + 0px); width: calc(100% + 0px); background-color: #FFFFFF; background-image: none; border-radius: 0px 0px 0px 0px; box-shadow: none; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_9 { position: absolute; width: 0px; height: 61px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); text-shadow: none; padding-left: 0px; padding-bottom: 0px; padding-right: 0px; padding-top: 0px; line-height: 18px; font-size: 11.0pt; font-family: 'Roboto-Regular',Arial; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_9 > .clipping, #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_9 > .paddingLayer { height: 41px; width: 0px; padding-top: 20px; padding-bottom: 0px; padding-left: 135px; padding-right: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_9 .valign { vertical-align: top; text-align: left; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_9 span { color: #434343; text-align: left; text-decoration: none; font-family: 'Roboto-Regular',Arial; font-size: 11.0pt; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_9 span#rtr-s-Rectangle_9_0 { color: #434343; text-align: left; text-decoration: none; font-family: 'Roboto-Regular',Arial; font-size: 11.0pt; line-height: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_2 > .backgroundLayer { height: calc(100% + 0px); width: calc(100% + 0px); background-color: #FFFFFF; background-image: none; border-radius: 0px 0px 0px 0px; box-shadow: none; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_2 { position: absolute; width: 0px; height: 61px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); text-shadow: none; padding-left: 0px; padding-bottom: 0px; padding-right: 0px; padding-top: 0px; line-height: 18px; font-size: 11.0pt; font-family: 'Roboto-Regular',Arial; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_2 > .clipping, #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_2 > .paddingLayer { height: 41px; width: 0px; padding-top: 20px; padding-bottom: 0px; padding-left: 135px; padding-right: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_2 .valign { vertical-align: top; text-align: left; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_2 span { color: #434343; text-align: left; text-decoration: none; font-family: 'Roboto-Regular',Arial; font-size: 11.0pt; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Rectangle_2 span#rtr-s-Rectangle_2_0 { color: #434343; text-align: left; text-decoration: none; font-family: 'Roboto-Regular',Arial; font-size: 11.0pt; line-height: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Input_search { position: absolute; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Components_panel { width: 0px; height: 44px; padding-left: 0px; padding-bottom: 0px; padding-right: 0px; padding-top: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Components_panel > .backgroundLayer { height: calc(100% + -4px); width: calc(100% + -4px); background-color: #FFFFFF; background-image: none; border-top-width: 2px; border-top-style: solid; border-top-color: #FFFFFF; border-right-width: 2px; border-right-style: solid; border-right-color: #FFFFFF; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #FFFFFF; border-left-width: 2px; border-left-style: solid; border-left-color: #FFFFFF; border-radius: 1px 1px 1px 1px; box-shadow: 0px 0px 5px 0px #999999; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Components_panel td.layout { padding: 0px 0px 0px 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Components_panel > .layoutWrapper { left: 3px; top: 3px; width: 94px; height: 38px; overflow-x: hidden; overflow-y: hidden; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Components_panel .verticalalign { vertical-align: top; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Input_1 input::-webkit-input-placeholder { color: #B4B4B4; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Input_1 input::-moz-placeholder { color: #B4B4B4; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Input_1 input:-moz-placeholder { color: #B4B4B4; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Input_1 input:-ms-input-placeholder { color: #B4B4B4; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Input_1 { position: absolute; width: 0px; height: 44px; text-shadow: none; padding-left: 0px; padding-bottom: 0px; padding-right: 0px; padding-top: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Input_1 .valign { vertical-align: top; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Input_1 input { color: #434343; text-align: left; text-decoration: none; font-family: 'Roboto-LightItalic',Arial; font-size: 10.0pt; text-shadow: none; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Input_1 > .backgroundLayer { height: calc(100% + 0px); width: calc(100% + 0px); background-color: #FFFFFF; background-image: none; border-radius: 0px 0px 0px 0px; box-shadow: 0px 0px 5px 0px #999999; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-Input_1 > .paddingLayer { height: 31px; width: 9px; padding-top: 13px; padding-bottom: 0px; padding-left: 40px; padding-right: 51px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-search > svg { } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-search { position: absolute; width: 24px; height: 24px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); padding-left: 0px; padding-bottom: 0px; padding-right: 0px; padding-top: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-search > img, #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-search > svg { height: 24px; width: 24px; box-shadow: none; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-mic > svg { } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-mic { position: absolute; width: 24px; height: 24px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); padding-left: 0px; padding-bottom: 0px; padding-right: 0px; padding-top: 0px; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-mic > img, #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 #s-mic > svg { height: 24px; width: 24px; box-shadow: none; } .devMobile #jim-container .ui-page { overflow-x: hidden; } .non_jim_mobile #simulation { overflow-x: hidden; } .web #simulation { overflow-x: hidden; } #s-059e1423-70e2-4ca3-8ff7-9b4555e68623 > #loadMark { width: 1px; visibility: hidden; display: none; }
0.383295
0.10833
.App { text-align: center; } .App-logo { height: 40vmin; pointer-events: none; } @media (prefers-reduced-motion: no-preference) { .App-logo { animation: App-logo-spin infinite 20s linear; } } .App-header { background-color: #282c34; min-height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center; font-size: calc(10px + 2vmin); color: white; } .App-link { color: #61dafb; } @keyframes App-logo-spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } html { width: 100%; background-color: #000; } u { border-bottom: 2px dotted; text-decoration: none; } body { overflow-x: hidden !important; background-color: #000; } body.show-spinner > main { overflow: hidden !important; } /* Hide everything under body tag */ body.show-spinner > * { opacity: 0; } /* Spinner */ body.show-spinner::after { content: " "; display: inline-block; width: 30px; height: 30px; border: 2px solid rgba(0, 0, 0, 0.2); border-radius: 50%; border-top-color: rgba(0, 0, 0, 0.3); animation: spin 1s ease-in-out infinite; -webkit-animation: spin 1s ease-in-out infinite; left: calc(50% - 15px); top: calc(50% - 15px); position: fixed; z-index: 1; } @keyframes spin { to { transform: rotate(360deg); } } @-webkit-keyframes spin { to { -webkit-transform: rotate(360deg); } } .thumbnail-exchange-logo { margin: 1rem !important; } .validation-summary-errors ul { list-style-type: none; padding-left: 0; margin-bottom: 0; } .form-control:disabled, .form-control[readonly] { background-color: inherit; opacity: 1; } #particles-js { position: absolute; width: 100%; height: 100vh; background: background; background-color: transparent; } canvas { display: block; vertical-align: bottom; } .thumbnail-currancy-logo { max-height: 30px; } .icon-big { font-size: 38px; } .bran-link { color: #ad7140 } .landing-page .semi-rounded { padding: 2rem; border-radius: 10rem !important; } @media (max-width: 575px) { .top-right-button-container { float: right; display: flex; justify-content: space-between; } } @media (max-width: 767px) { .landing-page .feature-image-left, .landing-page .feature-image-right { margin-left: 0; transform: translateX(0); max-width: 115%; float: initial; } .landing-page .mobile-hero { margin-left: 0; transform: translateX(0); } } .landing-page .semi-rounded { padding: 1rem; } .modal-backdrop { opacity: 0.35 !important; } #qrCode img { display: inline-block !important; border: 10px #fff solid; } .fixed-background { /* background: url(/img/bg.png) no-repeat center center fixed; */ background-size: cover; width: 100%; height: 100%; position: fixed; top: 0; right: 0; bottom: 0; left: 0; } .logo-single { width: 150px !important; /* background: url(/logos/white.svg) no-repeat !important; */ } .icon-3d { padding: 10px; color: rgb(58, 58, 58); } .icon-3d:hover { -webkit-animation: icon3d 200ms infinite; animation: icon3d 200ms infinite; } @keyframes icon3d { 0% { text-shadow: 5px 4px #6fb327, -5px -6px #ffffff; } 25% { text-shadow: -5px -6px #6fb327, 5px 4px #ffffff; } 50% { text-shadow: 5px -4px #6fb327, -8px 4px #ffffff; } 75% { text-shadow: -8px -4px #6fb327, -5px -4px #ffffff; } 100% { text-shadow: -5px 0 #6fb327, 5px -4px #ffffff; } } .row.vertical-divider { overflow: hidden; } .row.vertical-divider > div[class^="col-"] { text-align: center; padding-bottom: 100px; margin-bottom: -100px; border-left: 0.5px solid #6fb327; border-right: 0.5px solid #6fb327; } .row.vertical-divider div[class^="col-"]:first-child { border-left: none; } .row.vertical-divider div[class^="col-"]:last-child { border-right: none; } .countdown { /* text-align: center; */ border: 5px solid #6fb327; border-radius: 25px; display: inline; padding: 5px; color: #6fb327; font-size: 40px; font-weight: bold; text-decoration: none; } .semi-lead { font-size: 1.2rem; } input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus { -webkit-text-fill-color: rgb(0, 0, 0) !important; } .btn { font-weight: bold; } .form-control.line { border-bottom: 3px solid #424242; border-top: 0px; border-left: 0px; border-right: 0px; background-color: transparent !important; } .form-control.line:focus { border-color: #00df9a; } .form-control-lg { font-size: 1rem; } .auth-title { font-size: 2.7rem; } .jconfirm.jconfirm-white .jconfirm-bg, .jconfirm.jconfirm-light .jconfirm-bg { background-color: #000; opacity: .35; } .jconfirm.jconfirm-white .jconfirm-box, .jconfirm.jconfirm-light .jconfirm-box { padding: 25px; border-radius: 0.1rem; background: #212220; } .jconfirm-buttons { padding: 0px; } .jconfirm-buttons button { border-radius: 50px !important; border: 1px solid transparent; } .jconfirm-buttons .btn.btn-outline-primary { border: 1px solid !important; } .rounded .alert { border-radius: 0.75rem; } .spinner-border { width: 1rem; height: 1rem; } @media (min-width: 576px) { .card-columns { column-count: 2; } } @media (min-width: 768px) { .card-columns { column-count: 3; } } @media (min-width: 992px) { .card-columns { column-count: 4; } } @media (min-width: 1200px) { .card-columns { column-count: 5; } }
explorer/src/App.css
.App { text-align: center; } .App-logo { height: 40vmin; pointer-events: none; } @media (prefers-reduced-motion: no-preference) { .App-logo { animation: App-logo-spin infinite 20s linear; } } .App-header { background-color: #282c34; min-height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center; font-size: calc(10px + 2vmin); color: white; } .App-link { color: #61dafb; } @keyframes App-logo-spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } html { width: 100%; background-color: #000; } u { border-bottom: 2px dotted; text-decoration: none; } body { overflow-x: hidden !important; background-color: #000; } body.show-spinner > main { overflow: hidden !important; } /* Hide everything under body tag */ body.show-spinner > * { opacity: 0; } /* Spinner */ body.show-spinner::after { content: " "; display: inline-block; width: 30px; height: 30px; border: 2px solid rgba(0, 0, 0, 0.2); border-radius: 50%; border-top-color: rgba(0, 0, 0, 0.3); animation: spin 1s ease-in-out infinite; -webkit-animation: spin 1s ease-in-out infinite; left: calc(50% - 15px); top: calc(50% - 15px); position: fixed; z-index: 1; } @keyframes spin { to { transform: rotate(360deg); } } @-webkit-keyframes spin { to { -webkit-transform: rotate(360deg); } } .thumbnail-exchange-logo { margin: 1rem !important; } .validation-summary-errors ul { list-style-type: none; padding-left: 0; margin-bottom: 0; } .form-control:disabled, .form-control[readonly] { background-color: inherit; opacity: 1; } #particles-js { position: absolute; width: 100%; height: 100vh; background: background; background-color: transparent; } canvas { display: block; vertical-align: bottom; } .thumbnail-currancy-logo { max-height: 30px; } .icon-big { font-size: 38px; } .bran-link { color: #ad7140 } .landing-page .semi-rounded { padding: 2rem; border-radius: 10rem !important; } @media (max-width: 575px) { .top-right-button-container { float: right; display: flex; justify-content: space-between; } } @media (max-width: 767px) { .landing-page .feature-image-left, .landing-page .feature-image-right { margin-left: 0; transform: translateX(0); max-width: 115%; float: initial; } .landing-page .mobile-hero { margin-left: 0; transform: translateX(0); } } .landing-page .semi-rounded { padding: 1rem; } .modal-backdrop { opacity: 0.35 !important; } #qrCode img { display: inline-block !important; border: 10px #fff solid; } .fixed-background { /* background: url(/img/bg.png) no-repeat center center fixed; */ background-size: cover; width: 100%; height: 100%; position: fixed; top: 0; right: 0; bottom: 0; left: 0; } .logo-single { width: 150px !important; /* background: url(/logos/white.svg) no-repeat !important; */ } .icon-3d { padding: 10px; color: rgb(58, 58, 58); } .icon-3d:hover { -webkit-animation: icon3d 200ms infinite; animation: icon3d 200ms infinite; } @keyframes icon3d { 0% { text-shadow: 5px 4px #6fb327, -5px -6px #ffffff; } 25% { text-shadow: -5px -6px #6fb327, 5px 4px #ffffff; } 50% { text-shadow: 5px -4px #6fb327, -8px 4px #ffffff; } 75% { text-shadow: -8px -4px #6fb327, -5px -4px #ffffff; } 100% { text-shadow: -5px 0 #6fb327, 5px -4px #ffffff; } } .row.vertical-divider { overflow: hidden; } .row.vertical-divider > div[class^="col-"] { text-align: center; padding-bottom: 100px; margin-bottom: -100px; border-left: 0.5px solid #6fb327; border-right: 0.5px solid #6fb327; } .row.vertical-divider div[class^="col-"]:first-child { border-left: none; } .row.vertical-divider div[class^="col-"]:last-child { border-right: none; } .countdown { /* text-align: center; */ border: 5px solid #6fb327; border-radius: 25px; display: inline; padding: 5px; color: #6fb327; font-size: 40px; font-weight: bold; text-decoration: none; } .semi-lead { font-size: 1.2rem; } input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus { -webkit-text-fill-color: rgb(0, 0, 0) !important; } .btn { font-weight: bold; } .form-control.line { border-bottom: 3px solid #424242; border-top: 0px; border-left: 0px; border-right: 0px; background-color: transparent !important; } .form-control.line:focus { border-color: #00df9a; } .form-control-lg { font-size: 1rem; } .auth-title { font-size: 2.7rem; } .jconfirm.jconfirm-white .jconfirm-bg, .jconfirm.jconfirm-light .jconfirm-bg { background-color: #000; opacity: .35; } .jconfirm.jconfirm-white .jconfirm-box, .jconfirm.jconfirm-light .jconfirm-box { padding: 25px; border-radius: 0.1rem; background: #212220; } .jconfirm-buttons { padding: 0px; } .jconfirm-buttons button { border-radius: 50px !important; border: 1px solid transparent; } .jconfirm-buttons .btn.btn-outline-primary { border: 1px solid !important; } .rounded .alert { border-radius: 0.75rem; } .spinner-border { width: 1rem; height: 1rem; } @media (min-width: 576px) { .card-columns { column-count: 2; } } @media (min-width: 768px) { .card-columns { column-count: 3; } } @media (min-width: 992px) { .card-columns { column-count: 4; } } @media (min-width: 1200px) { .card-columns { column-count: 5; } }
0.505615
0.098947
body { border: 1px; overflow-y: hidden; } #titlebar { display: block; position: fixed; height: 32px; width: calc(100% - 2px); /*Compensate for body 1px border*/ } #main { height: calc(100% - 32px); margin-top: 32px; padding: 20px; overflow-y: auto; } #titlebar { padding: 4px; } #titlebar #drag-region { width: 100%; height: 100%; -webkit-app-region: drag; } #titlebar { color: #fff; } #window-controls { display: grid; grid-template-columns: repeat(5, 46px); position: absolute; top: 0; right: 0; height: 100%; } #window-controls .button { grid-row: 1 / span 1; display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; } #min-button { grid-column: 4; } #help-button { grid-column: 3; } #setting-button { grid-column: 2; } #audio-button { grid-column: 1; } #close-button { grid-column: 5; } @media (-webkit-device-pixel-ratio: 1.5), (device-pixel-ratio: 1.5), (-webkit-device-pixel-ratio: 2), (device-pixel-ratio: 2), (-webkit-device-pixel-ratio: 3), (device-pixel-ratio: 3) { #window-controls .icon { width: 10px; height: 10px; } } #window-controls { -webkit-app-region: no-drag; } #window-controls .button { user-select: none; } #restore-button { display: none !important; } #titlebar #drag-region { display: grid; grid-template-columns: auto 138px; } #window-controls .button:hover { background: rgba(255, 255, 255, 0.1); } #window-controls .button:active { background: rgba(255, 255, 255, 0.2); } #close-button:hover { background: #e81123 !important; } #close-button:active { background: #f1707a !important; } #close-button:active .icon { filter: invert(1); } #window-title { grid-column: 1; display: flex; align-items: center; margin-left: 8px; overflow: hidden; font-family: "Segoe UI", sans-serif; font-size: 12px; } #window-title span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; line-height: 1.5; } * { user-select: none; -khtml-user-select: none; -o-user-select: none; -moz-user-select: -moz-none; -webkit-user-select: none; } a { /* user-drag: none; */ user-select: none; -moz-user-select: none; -webkit-user-drag: none; -webkit-user-select: none; -ms-user-select: none; } ::selection { background: transparent; color: inherit; } ::-moz-selection { background: transparent; color: inherit; } .card-title { font-size: 13.5px; margin-top: -12px; text-align: center; } .card-img-top { height: 169px; } .card { opacity: 1; } .name { font-size: 20px; text-align: right; margin-top: 20px; } .background_video { position: relative; } .play-button { position: absolute; z-index: 300000; }
assets/css/styles.css
body { border: 1px; overflow-y: hidden; } #titlebar { display: block; position: fixed; height: 32px; width: calc(100% - 2px); /*Compensate for body 1px border*/ } #main { height: calc(100% - 32px); margin-top: 32px; padding: 20px; overflow-y: auto; } #titlebar { padding: 4px; } #titlebar #drag-region { width: 100%; height: 100%; -webkit-app-region: drag; } #titlebar { color: #fff; } #window-controls { display: grid; grid-template-columns: repeat(5, 46px); position: absolute; top: 0; right: 0; height: 100%; } #window-controls .button { grid-row: 1 / span 1; display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; } #min-button { grid-column: 4; } #help-button { grid-column: 3; } #setting-button { grid-column: 2; } #audio-button { grid-column: 1; } #close-button { grid-column: 5; } @media (-webkit-device-pixel-ratio: 1.5), (device-pixel-ratio: 1.5), (-webkit-device-pixel-ratio: 2), (device-pixel-ratio: 2), (-webkit-device-pixel-ratio: 3), (device-pixel-ratio: 3) { #window-controls .icon { width: 10px; height: 10px; } } #window-controls { -webkit-app-region: no-drag; } #window-controls .button { user-select: none; } #restore-button { display: none !important; } #titlebar #drag-region { display: grid; grid-template-columns: auto 138px; } #window-controls .button:hover { background: rgba(255, 255, 255, 0.1); } #window-controls .button:active { background: rgba(255, 255, 255, 0.2); } #close-button:hover { background: #e81123 !important; } #close-button:active { background: #f1707a !important; } #close-button:active .icon { filter: invert(1); } #window-title { grid-column: 1; display: flex; align-items: center; margin-left: 8px; overflow: hidden; font-family: "Segoe UI", sans-serif; font-size: 12px; } #window-title span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; line-height: 1.5; } * { user-select: none; -khtml-user-select: none; -o-user-select: none; -moz-user-select: -moz-none; -webkit-user-select: none; } a { /* user-drag: none; */ user-select: none; -moz-user-select: none; -webkit-user-drag: none; -webkit-user-select: none; -ms-user-select: none; } ::selection { background: transparent; color: inherit; } ::-moz-selection { background: transparent; color: inherit; } .card-title { font-size: 13.5px; margin-top: -12px; text-align: center; } .card-img-top { height: 169px; } .card { opacity: 1; } .name { font-size: 20px; text-align: right; margin-top: 20px; } .background_video { position: relative; } .play-button { position: absolute; z-index: 300000; }
0.499023
0.108189
* { box-sizing: border-box; margin: 0; padding: 0; } body { display: flex; } a { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } .wrapper { display: flex; flex-direction: column; justify-content: space-around; } .container { background-image: url("../assets/images/background.jpg"); background-repeat: no-repeat; background-size: cover; margin: auto; width: 414px; padding: 20px 10px; min-height: 100vh; } .logo { width: 60px; height: 60px; } .top-card { margin-top: 20px; background-color: #fff; border-radius: 10px; padding: 20px 15px; } .inside-top-card { display: flex; justify-content: start; align-items: center; font-size: 15px; } .inside-top-card .profile { border-radius: 50%; width: 60px; height: 60px; } .top-card-name { font-family: "Pyidaungsu-Bold"; } .top-card-balance { font-family: "Pyidaungsu"; font-size: 13px; } .annoument-text { display: flex; align-items: center; color: #f6db18; background-color: #0000003b; margin: 10px 0; font-family: "Pyidaungsu"; font-size: 13px; padding: 3px 0px; } .main-menu { margin-bottom: 50px; } .grid-container { display: grid; grid-template-columns: auto auto; grid-gap: 15px; } .grid-item { background-color: rgb(255, 255, 255); padding: 20px; font-size: 30px; text-align: center; border-radius: 10px; text-decoration: none; transition: box-shadow 0.3s ease-in-out; } .grid-item:hover { box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); } .grid-item:active { background-color: #fff; } .grid-item span { display: block; color: #000; font-size: 13px; font-family: "Pyidaungsu-Bold"; word-break: break-word; } /* deposit css */ .card { background: #fff; border-radius: 10px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); } .card-header, .card-footer { display: flex; flex-direction: column; align-items: center; padding: 10px; } .card-body { padding: 20px; } .heading-text { font-family: "Pyidaungsu-Bold"; font-size: 18px; } .sub-heading-text { font-family: "Pyidaungsu"; font-size: 13px; } .button-lg { background: #077a59; color: #fff; width: 100%; border-radius: 5px; padding: 10px; font-size: 15px; box-shadow: none; border-width: 0px; text-decoration: none; text-align: center; } .back-link { text-decoration: none; font-size: 13px; color: #717171; } .payment-div { font-family: "Pyidaungsu"; background: #fff; border-radius: 10px; padding: 10px; box-shadow: 0 2px 5px rgba(107, 107, 107, 0.3); margin-bottom: 15px; } .payment-div:last-child { margin-bottom: 0; } .payment-div h3 { letter-spacing: 1px; color: #3f3f3f; font-size: 15px; } .payment-div p { font-family: "Pyidaungsu"; font-size: 15px; color: #3f3f3f; } .form-select { width: 100%; padding: 15px 10px; background: #f6f6f6; border-radius: 5px; border: none; box-shadow: 0 2px 5px rgba(156, 156, 156, 0.3); } .form-select:active, .form-select:hover, select:focus { outline: none; } .input-title { font-family: "Pyidaungsu"; font-size: 15px; margin-bottom: 10px; } .input-title:not(:first-child) { margin-top: 10px; } .input-description { font-size: 12px; color: #717171; } .input-text { width: 100%; padding: 15px; background: #f6f6f6; border-radius: 5px; border: none; box-shadow: 0 2px 5px rgba(156, 156, 156, 0.3); margin-bottom: 15px; } .input-text:focus { outline: none; }
public/css/main.css
* { box-sizing: border-box; margin: 0; padding: 0; } body { display: flex; } a { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } .wrapper { display: flex; flex-direction: column; justify-content: space-around; } .container { background-image: url("../assets/images/background.jpg"); background-repeat: no-repeat; background-size: cover; margin: auto; width: 414px; padding: 20px 10px; min-height: 100vh; } .logo { width: 60px; height: 60px; } .top-card { margin-top: 20px; background-color: #fff; border-radius: 10px; padding: 20px 15px; } .inside-top-card { display: flex; justify-content: start; align-items: center; font-size: 15px; } .inside-top-card .profile { border-radius: 50%; width: 60px; height: 60px; } .top-card-name { font-family: "Pyidaungsu-Bold"; } .top-card-balance { font-family: "Pyidaungsu"; font-size: 13px; } .annoument-text { display: flex; align-items: center; color: #f6db18; background-color: #0000003b; margin: 10px 0; font-family: "Pyidaungsu"; font-size: 13px; padding: 3px 0px; } .main-menu { margin-bottom: 50px; } .grid-container { display: grid; grid-template-columns: auto auto; grid-gap: 15px; } .grid-item { background-color: rgb(255, 255, 255); padding: 20px; font-size: 30px; text-align: center; border-radius: 10px; text-decoration: none; transition: box-shadow 0.3s ease-in-out; } .grid-item:hover { box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); } .grid-item:active { background-color: #fff; } .grid-item span { display: block; color: #000; font-size: 13px; font-family: "Pyidaungsu-Bold"; word-break: break-word; } /* deposit css */ .card { background: #fff; border-radius: 10px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); } .card-header, .card-footer { display: flex; flex-direction: column; align-items: center; padding: 10px; } .card-body { padding: 20px; } .heading-text { font-family: "Pyidaungsu-Bold"; font-size: 18px; } .sub-heading-text { font-family: "Pyidaungsu"; font-size: 13px; } .button-lg { background: #077a59; color: #fff; width: 100%; border-radius: 5px; padding: 10px; font-size: 15px; box-shadow: none; border-width: 0px; text-decoration: none; text-align: center; } .back-link { text-decoration: none; font-size: 13px; color: #717171; } .payment-div { font-family: "Pyidaungsu"; background: #fff; border-radius: 10px; padding: 10px; box-shadow: 0 2px 5px rgba(107, 107, 107, 0.3); margin-bottom: 15px; } .payment-div:last-child { margin-bottom: 0; } .payment-div h3 { letter-spacing: 1px; color: #3f3f3f; font-size: 15px; } .payment-div p { font-family: "Pyidaungsu"; font-size: 15px; color: #3f3f3f; } .form-select { width: 100%; padding: 15px 10px; background: #f6f6f6; border-radius: 5px; border: none; box-shadow: 0 2px 5px rgba(156, 156, 156, 0.3); } .form-select:active, .form-select:hover, select:focus { outline: none; } .input-title { font-family: "Pyidaungsu"; font-size: 15px; margin-bottom: 10px; } .input-title:not(:first-child) { margin-top: 10px; } .input-description { font-size: 12px; color: #717171; } .input-text { width: 100%; padding: 15px; background: #f6f6f6; border-radius: 5px; border: none; box-shadow: 0 2px 5px rgba(156, 156, 156, 0.3); margin-bottom: 15px; } .input-text:focus { outline: none; }
0.41739
0.127191
*, *:before, *:after { box-sizing: border-box; font-family: 'Comfortaa', cursive; } html, body, p, h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; } html { font-size: 16px; color: #808080; } h1, h2, h3, h4, h5, h6 { font-weight: 500; } body { background-color: #eeeeee; color: inherit; } .schedule { color: inherit; border-radius: 5px; background-color: #fff; max-width: 1200px; width: 90%; padding: 30px; margin: 0 auto 100px; } .filter { color: inherit; width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; margin-bottom: 30px; } .week { color: inherit; display: flex; align-items: center; } .week-text { text-align: center; color: inherit; margin: 5px 5px; width: 180px; } .week-btn { color: inherit; background: none; border: none; outline: none; } .arrow { border: solid #808080; border-width: 0 3px 3px 0; display: inline-block; padding: 3px; } .right { transform: rotate(-45deg); -webkit-transform: rotate(-45deg); } .left { transform: rotate(135deg); -webkit-transform: rotate(135deg); } .week-btn:hover .arrow { border-color: #0e9ed9; } .filter-dropdown { color: inherit; background: none; border: none; outline: none; } .filter-dropdown:hover { color: #5c3c80; } .filter-dropdown:active { color: #5c3c80 !important; } .dropdown-toggle::after { color: #5c3c80; } .dropdown-item { color: #808080; } .dropdown-item:hover { color: #5c3c80; } .dropdown-item:active { background-color: #c3d1e4; } .schedule-table { color: inherit; text-align: center; width: 100%; } .phone-table .schedule-table { margin-bottom: 20px; border-bottom: 1px solid #eee; table-layout: fixed; } .mini-table .schedule-table { font-size: 12px; margin-bottom: 20px; border-bottom: 1px solid #eee; } .schedule-table tr { border-top: 1px solid #eee; } .schedule-table th { font-weight: 400; padding: 10px 0; } .schedule-table td { vertical-align: top; padding: 5px 0 15px; } .table-clock { width: 90px; border-right: 1px solid #eee; } .day-header { width: 150px; } .mini-table .day-header:hover { cursor: pointer; color: #c3d1e4; } .table-time { vertical-align: top; color: #5c3c80; border-right: 1px solid #eee; } .training-card { padding: 10px; margin: 0 5px 10px; color: #fff; font-size: 0.8rem; text-align: left; border-radius: 3px; } .training-card.basic-color { background-color: rgb(140, 170, 243); } .training-card.basic-color:hover { background-color: rgb(126, 152, 217); } .training-card.peach-color { background-color: rgb(248, 102, 92); } .training-card.peach-color:hover { background-color: rgb(219, 90, 81); } .training-card.darkpink-color { background-color: rgb(208, 52, 91); } .training-card.darkpink-color:hover { background-color: rgb(187, 44, 80); } .training-status { margin-bottom: 5px; padding: 3px 0; background-color: rgba(0,0,0,.2); text-align: center; } .training-time { margin-bottom: 5px; font-size: 0.7rem; } .training-title { font-weight: 300; margin-bottom: 5px; } .training-coach { margin-bottom: 5px; font-size: 1.2rem; font-weight: 700; line-height: 1.2rem; } .training-btn { border: 0; outline: 0; font-size: inherit; padding: 4px; color: #fff; background-color: rgb(65, 184, 131); text-align: center; width: 100%; border-radius: 2px; } .training-btn:hover { background-color: #389f71; } .training-btn:active { background-color: #2e815c; } .training-btn:focus { outline: 0; } .training-btn.delete { background-color: rgb(179, 24, 24); } .training-btn.delete:hover { background-color: #981414; } .training-btn.delete:active { background-color: #770f0f; } .training-dot { width: 15px; height: 15px; border-radius: 50%; margin: 5px auto; } .add-form { width: 90%; max-width: 1200px; margin: 0 auto 50px; background-color: #fff; padding: 20px; border-radius: 5px; } .add-form form { display: flex; justify-content: space-between; width: 100%; flex-wrap: wrap; } .add-form .form-group { background-color: rgb(140, 170, 243); padding: 5px; border-radius: 3px; margin-bottom: 10px; } .add-form .form-group label{ color: #eee; } .add-form .form-group .form-control { border-radius: 0; width: 220px; } .btn-success { background-color: #41B883; border: 0; } .modal-mask { position: fixed; z-index: 9998; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, .5); display: table; transition: opacity .3s ease; } .modal-wrapper { display: table-cell; vertical-align: middle; } #logout-form { width: 90%; max-width: 1200px; margin: 20px auto 30px; text-align: right; } .vdp-datepicker__calendar { width: 250px !important; } .strong-width-30 { width: 30px !important; } .strong-width-190 { width: 190px !important; }
public/css/style.css
*, *:before, *:after { box-sizing: border-box; font-family: 'Comfortaa', cursive; } html, body, p, h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; } html { font-size: 16px; color: #808080; } h1, h2, h3, h4, h5, h6 { font-weight: 500; } body { background-color: #eeeeee; color: inherit; } .schedule { color: inherit; border-radius: 5px; background-color: #fff; max-width: 1200px; width: 90%; padding: 30px; margin: 0 auto 100px; } .filter { color: inherit; width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; margin-bottom: 30px; } .week { color: inherit; display: flex; align-items: center; } .week-text { text-align: center; color: inherit; margin: 5px 5px; width: 180px; } .week-btn { color: inherit; background: none; border: none; outline: none; } .arrow { border: solid #808080; border-width: 0 3px 3px 0; display: inline-block; padding: 3px; } .right { transform: rotate(-45deg); -webkit-transform: rotate(-45deg); } .left { transform: rotate(135deg); -webkit-transform: rotate(135deg); } .week-btn:hover .arrow { border-color: #0e9ed9; } .filter-dropdown { color: inherit; background: none; border: none; outline: none; } .filter-dropdown:hover { color: #5c3c80; } .filter-dropdown:active { color: #5c3c80 !important; } .dropdown-toggle::after { color: #5c3c80; } .dropdown-item { color: #808080; } .dropdown-item:hover { color: #5c3c80; } .dropdown-item:active { background-color: #c3d1e4; } .schedule-table { color: inherit; text-align: center; width: 100%; } .phone-table .schedule-table { margin-bottom: 20px; border-bottom: 1px solid #eee; table-layout: fixed; } .mini-table .schedule-table { font-size: 12px; margin-bottom: 20px; border-bottom: 1px solid #eee; } .schedule-table tr { border-top: 1px solid #eee; } .schedule-table th { font-weight: 400; padding: 10px 0; } .schedule-table td { vertical-align: top; padding: 5px 0 15px; } .table-clock { width: 90px; border-right: 1px solid #eee; } .day-header { width: 150px; } .mini-table .day-header:hover { cursor: pointer; color: #c3d1e4; } .table-time { vertical-align: top; color: #5c3c80; border-right: 1px solid #eee; } .training-card { padding: 10px; margin: 0 5px 10px; color: #fff; font-size: 0.8rem; text-align: left; border-radius: 3px; } .training-card.basic-color { background-color: rgb(140, 170, 243); } .training-card.basic-color:hover { background-color: rgb(126, 152, 217); } .training-card.peach-color { background-color: rgb(248, 102, 92); } .training-card.peach-color:hover { background-color: rgb(219, 90, 81); } .training-card.darkpink-color { background-color: rgb(208, 52, 91); } .training-card.darkpink-color:hover { background-color: rgb(187, 44, 80); } .training-status { margin-bottom: 5px; padding: 3px 0; background-color: rgba(0,0,0,.2); text-align: center; } .training-time { margin-bottom: 5px; font-size: 0.7rem; } .training-title { font-weight: 300; margin-bottom: 5px; } .training-coach { margin-bottom: 5px; font-size: 1.2rem; font-weight: 700; line-height: 1.2rem; } .training-btn { border: 0; outline: 0; font-size: inherit; padding: 4px; color: #fff; background-color: rgb(65, 184, 131); text-align: center; width: 100%; border-radius: 2px; } .training-btn:hover { background-color: #389f71; } .training-btn:active { background-color: #2e815c; } .training-btn:focus { outline: 0; } .training-btn.delete { background-color: rgb(179, 24, 24); } .training-btn.delete:hover { background-color: #981414; } .training-btn.delete:active { background-color: #770f0f; } .training-dot { width: 15px; height: 15px; border-radius: 50%; margin: 5px auto; } .add-form { width: 90%; max-width: 1200px; margin: 0 auto 50px; background-color: #fff; padding: 20px; border-radius: 5px; } .add-form form { display: flex; justify-content: space-between; width: 100%; flex-wrap: wrap; } .add-form .form-group { background-color: rgb(140, 170, 243); padding: 5px; border-radius: 3px; margin-bottom: 10px; } .add-form .form-group label{ color: #eee; } .add-form .form-group .form-control { border-radius: 0; width: 220px; } .btn-success { background-color: #41B883; border: 0; } .modal-mask { position: fixed; z-index: 9998; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, .5); display: table; transition: opacity .3s ease; } .modal-wrapper { display: table-cell; vertical-align: middle; } #logout-form { width: 90%; max-width: 1200px; margin: 20px auto 30px; text-align: right; } .vdp-datepicker__calendar { width: 250px !important; } .strong-width-30 { width: 30px !important; } .strong-width-190 { width: 190px !important; }
0.494141
0.119511
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, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, input, select, textarea, button, 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; box-sizing: border-box; } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1; font-size: 14px; -webkit-font-smoothing: antialiased; font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica, helvetica neue, ubuntu, roboto, noto, segoe ui, arial, sans-serif; background: #F4F7F9; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } table { border-collapse: collapse; border-spacing: 0; } a { text-decoration: none; } img { border: 0; } :focus { outline: 0; } .clear { clear: both; } .container { width: 1300px; margin: 0 auto; } .btn { display: inline-block; height: 50px; line-height: 50px; padding: 0 20px; color: #fff; border-radius: 4px; background: #316aff; text-transform: uppercase; letter-spacing: 1px; transition: 200ms all; } .btn.color-green { background: #36855b; } .btn:hover { transform: scale(1.05); } .header { background: #141618; position: sticky; top: 0; z-index: 10; } .header .container { display: flex; align-items: center; height: 60px; } .header .logo { margin-right: 40px; } .header .menu ul li a { color: rgba(255, 255, 255, .6); height: 60px; display: flex; align-items: center; } .header .menu ul li a i { margin-right: 10px; } .header .menu ul li a:hover { color: #fff; } .header .search { display: flex; border-radius: 4px; overflow: hidden; margin-left: auto; } .header .search input { height: 34px; width: 250px; background: #21252d; padding: 0 10px; color: #fff; } .header .search input::placeholder { color: rgba(255, 255, 255, .6); transition: 200ms opacity; } .header .search input:focus::placeholder { opacity: 0; } .header .search button { width: 32px; height: 34px; background: #21252d; color: #fff; cursor: pointer; font-size: 16px; } .header .search button:hover { background: #316aff; } .header .login-buttons ul { display: flex; } .header .login-buttons ul li { margin-left: 15px; } .header .login-buttons ul li a { height: 34px; display: block; line-height: 34px; color: rgba(255, 255, 255, .8); } .header .login-buttons ul li a:hover { color: #fff; } .header .login-buttons ul li.join-now-btn a { background: #36855b; border-radius: 4px; padding: 0 15px; color: #fff; } /* BANNER SECTION */ .banner { background: linear-gradient(170deg, #212A39, #181E28); } .banner .container { min-height: 50vh; display: flex; padding: 70px 0; align-items: center; } .banner .container .banner-box { width: 50%; } .banner .container .banner-box.banner-image a { transition: 200ms transform; display: block; } .banner .container .banner-box img { max-width: 100%; } .banner .container .banner-box.banner-image a:hover { transform: scale(1.05); } .banner .container .banner-box.banner-image { padding-left: 150px; } .banner .container .banner-box h1 { font-size: 48px; color: #fff; line-height: 56px; font-weight: 500; } .banner .container .banner-box h2 { font-size: 24px; color: #B0B6BE; margin-top: 10px; } .banner .container .banner-box .btn { margin-top: 65px; } /* SECTION 1 */ .section1 { display: flex; align-items: center; padding: 120px 0 100px; } .section1 .lang { display: flex; width: 392px; min-width: 392px; flex-wrap: wrap; justify-content: space-between; } .section1 .lang a { width: 184px; height: 184px; background: #fff; border-radius: 4px; margin-bottom: 24px; display: flex; flex-direction: column; justify-content: center; align-items: center; box-shadow: 0 5px 15px -5px rgba(0, 0, 0, .1); transition: 200ms all; } .section1 .lang a:hover { transform: scale(1.05); } .section1 .lang a img { margin-bottom: 20px; height: 40px; } .section1 .lang a .title { font-size: 18px; color: #111; } .section1 .inner { padding-left: 160px; } .section1 .inner h3 { font-size: 36px; color: #111; margin-bottom: 30px; } .section1 .inner p { font-size: 18px; margin-bottom: 20px; line-height: 28px; } /* SECTION 2 */ .section2 { background: #fff; box-shadow: 0 5px 15px -5px rgba(0, 0, 0, .1); padding: 64px 96px; display: flex; border-radius: 4px; flex-direction: column; align-items: center; margin-bottom: 100px; } .section2 .icon { width: 56px; height: 56px; border-radius: 50%; background: #f4f5f9; display: flex; align-items: center; justify-content: center; color: #d7dbe7; font-size: 22px; margin-bottom: 32px; } .section2 p { font: 22px/36px georgia, times, serif; margin-bottom: 10px; text-align: center; max-width: 60%; } .section2 .user { display: flex; align-items: center; color: rgba(0, 0, 0, .7); } .section2 .user img { width: 40px; height: 40px; border-radius: 50%; margin-right: 8px; } /* SECTION 3 */ .section3 { display: flex; padding: 0 30px; } .section3 > div { width: 50%; min-width: 50%; } .section3 .text h3 { font-size: 36px; margin-bottom: 30px; } .section3 .text p { font-size: 18px; line-height: 28px; color: #111; } .section3 .text .btn { margin-top: 50px; } .section3 .image { padding-top: 100px; } .section3 .image img { width: 100%; display: block; } /* FOOTER */ .footer { background: #141618; } .footer .container { padding: 80px 0; display: flex; flex-direction: column; } .footer .logo { margin-bottom: 40px; } .footer .footer-nav { display: flex; } .footer .footer-nav nav { margin-right: 32px; } .footer .footer-nav nav h6 { letter-spacing: 1.2px; color: #fff; margin-bottom: 15px; } .footer .footer-nav nav ul li { margin-bottom: 6px; } .footer .footer-nav nav ul li a { display: block; font-size: 16px; line-height: 150%; color: rgba(255, 255, 255, .5); transition: 200ms color; } .footer .footer-nav nav ul li a:hover { color: #fff; } .footer .footer-nav .search { margin-left: auto; } .footer .footer-nav .search h6 { font-size: 20px; color: #fff; margin-bottom: 16px; } .footer .footer-nav .search form { display: flex; border-radius: 4px; overflow: hidden; } .footer .footer-nav .search input { height: 48px; width: 375px; background: #21252d; padding: 0 15px; color: #fff; } .footer .footer-nav .search button { width: 48px; height: 48px; background: #316aff; color: #fff; font-size: 18px; cursor: pointer; } .footer .copyright { padding-top: 25px; margin-top: 25px; border-top: 1px solid rgba(255, 255, 255, .05); color: rgba(255, 255, 255, .5); } .footer .copyright a { margin-right: 10px; color: rgba(255, 255, 255, .5); transition: 200ms color; } .footer .copyright a:hover { color: #fff; } .footer .copyright .text { margin-left: 10px; }
css/style.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, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, input, select, textarea, button, 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; box-sizing: border-box; } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1; font-size: 14px; -webkit-font-smoothing: antialiased; font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica, helvetica neue, ubuntu, roboto, noto, segoe ui, arial, sans-serif; background: #F4F7F9; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } table { border-collapse: collapse; border-spacing: 0; } a { text-decoration: none; } img { border: 0; } :focus { outline: 0; } .clear { clear: both; } .container { width: 1300px; margin: 0 auto; } .btn { display: inline-block; height: 50px; line-height: 50px; padding: 0 20px; color: #fff; border-radius: 4px; background: #316aff; text-transform: uppercase; letter-spacing: 1px; transition: 200ms all; } .btn.color-green { background: #36855b; } .btn:hover { transform: scale(1.05); } .header { background: #141618; position: sticky; top: 0; z-index: 10; } .header .container { display: flex; align-items: center; height: 60px; } .header .logo { margin-right: 40px; } .header .menu ul li a { color: rgba(255, 255, 255, .6); height: 60px; display: flex; align-items: center; } .header .menu ul li a i { margin-right: 10px; } .header .menu ul li a:hover { color: #fff; } .header .search { display: flex; border-radius: 4px; overflow: hidden; margin-left: auto; } .header .search input { height: 34px; width: 250px; background: #21252d; padding: 0 10px; color: #fff; } .header .search input::placeholder { color: rgba(255, 255, 255, .6); transition: 200ms opacity; } .header .search input:focus::placeholder { opacity: 0; } .header .search button { width: 32px; height: 34px; background: #21252d; color: #fff; cursor: pointer; font-size: 16px; } .header .search button:hover { background: #316aff; } .header .login-buttons ul { display: flex; } .header .login-buttons ul li { margin-left: 15px; } .header .login-buttons ul li a { height: 34px; display: block; line-height: 34px; color: rgba(255, 255, 255, .8); } .header .login-buttons ul li a:hover { color: #fff; } .header .login-buttons ul li.join-now-btn a { background: #36855b; border-radius: 4px; padding: 0 15px; color: #fff; } /* BANNER SECTION */ .banner { background: linear-gradient(170deg, #212A39, #181E28); } .banner .container { min-height: 50vh; display: flex; padding: 70px 0; align-items: center; } .banner .container .banner-box { width: 50%; } .banner .container .banner-box.banner-image a { transition: 200ms transform; display: block; } .banner .container .banner-box img { max-width: 100%; } .banner .container .banner-box.banner-image a:hover { transform: scale(1.05); } .banner .container .banner-box.banner-image { padding-left: 150px; } .banner .container .banner-box h1 { font-size: 48px; color: #fff; line-height: 56px; font-weight: 500; } .banner .container .banner-box h2 { font-size: 24px; color: #B0B6BE; margin-top: 10px; } .banner .container .banner-box .btn { margin-top: 65px; } /* SECTION 1 */ .section1 { display: flex; align-items: center; padding: 120px 0 100px; } .section1 .lang { display: flex; width: 392px; min-width: 392px; flex-wrap: wrap; justify-content: space-between; } .section1 .lang a { width: 184px; height: 184px; background: #fff; border-radius: 4px; margin-bottom: 24px; display: flex; flex-direction: column; justify-content: center; align-items: center; box-shadow: 0 5px 15px -5px rgba(0, 0, 0, .1); transition: 200ms all; } .section1 .lang a:hover { transform: scale(1.05); } .section1 .lang a img { margin-bottom: 20px; height: 40px; } .section1 .lang a .title { font-size: 18px; color: #111; } .section1 .inner { padding-left: 160px; } .section1 .inner h3 { font-size: 36px; color: #111; margin-bottom: 30px; } .section1 .inner p { font-size: 18px; margin-bottom: 20px; line-height: 28px; } /* SECTION 2 */ .section2 { background: #fff; box-shadow: 0 5px 15px -5px rgba(0, 0, 0, .1); padding: 64px 96px; display: flex; border-radius: 4px; flex-direction: column; align-items: center; margin-bottom: 100px; } .section2 .icon { width: 56px; height: 56px; border-radius: 50%; background: #f4f5f9; display: flex; align-items: center; justify-content: center; color: #d7dbe7; font-size: 22px; margin-bottom: 32px; } .section2 p { font: 22px/36px georgia, times, serif; margin-bottom: 10px; text-align: center; max-width: 60%; } .section2 .user { display: flex; align-items: center; color: rgba(0, 0, 0, .7); } .section2 .user img { width: 40px; height: 40px; border-radius: 50%; margin-right: 8px; } /* SECTION 3 */ .section3 { display: flex; padding: 0 30px; } .section3 > div { width: 50%; min-width: 50%; } .section3 .text h3 { font-size: 36px; margin-bottom: 30px; } .section3 .text p { font-size: 18px; line-height: 28px; color: #111; } .section3 .text .btn { margin-top: 50px; } .section3 .image { padding-top: 100px; } .section3 .image img { width: 100%; display: block; } /* FOOTER */ .footer { background: #141618; } .footer .container { padding: 80px 0; display: flex; flex-direction: column; } .footer .logo { margin-bottom: 40px; } .footer .footer-nav { display: flex; } .footer .footer-nav nav { margin-right: 32px; } .footer .footer-nav nav h6 { letter-spacing: 1.2px; color: #fff; margin-bottom: 15px; } .footer .footer-nav nav ul li { margin-bottom: 6px; } .footer .footer-nav nav ul li a { display: block; font-size: 16px; line-height: 150%; color: rgba(255, 255, 255, .5); transition: 200ms color; } .footer .footer-nav nav ul li a:hover { color: #fff; } .footer .footer-nav .search { margin-left: auto; } .footer .footer-nav .search h6 { font-size: 20px; color: #fff; margin-bottom: 16px; } .footer .footer-nav .search form { display: flex; border-radius: 4px; overflow: hidden; } .footer .footer-nav .search input { height: 48px; width: 375px; background: #21252d; padding: 0 15px; color: #fff; } .footer .footer-nav .search button { width: 48px; height: 48px; background: #316aff; color: #fff; font-size: 18px; cursor: pointer; } .footer .copyright { padding-top: 25px; margin-top: 25px; border-top: 1px solid rgba(255, 255, 255, .05); color: rgba(255, 255, 255, .5); } .footer .copyright a { margin-right: 10px; color: rgba(255, 255, 255, .5); transition: 200ms color; } .footer .copyright a:hover { color: #fff; } .footer .copyright .text { margin-left: 10px; }
0.413477
0.115461
body { padding-top: 5rem; } .flagicon{ color:#e84242; } .starter-template { padding: 3rem 1.5rem; text-align: center; } .page { width: 80%; margin-left: 10%; } .wrapper { position: relative; width: 100%; } .wrapper:before { content:""; display: block; padding-top: 55%; } .calendar{ font-size: 10vw; } .calendarmain{ position: absolute; top: 0; left: 0; bottom: 0; right: 0; margin-top: 8px; background-size:100% 100%; background-blend-mode:lighten; } .monthline{ width: 100%; text-align:center; font-size: 25%; font-weight: bold; } .allow{ position: relative; bottom: 3px; display: inline-block; margin-bottom: 1px; cursor: pointer; } .monthline button{ width: 2.5vw; height: 2.5vw; } .weeks{ height: 5%; display: flex; } .weeks div{ width: 100%; } .week{ width: calc(100% / 7); height: 100%; font-weight: bold; font-size: 10%; position: relative; cursor: pointer; display: flex; justify-content: center; align-items: center; } .OneMonthdays{ display: flex; height:19%; } .day{ width: calc(100% / 7); height: 100%; } .daywapper{ width: 100%; height: 100%; position: relative; display: flex; justify-content: flex-start; align-items: flex-start; transition: transform 0.1s linear; } .dayarea{ width: 100%; height: 100%; font-weight: bold; padding-right: 1.5%; z-index: 1; } .daystring{ width: 100%; height: 30%; font-size: 8%; margin-top: 5%; margin-left: 5%; } .dayNameEditArea{ width: 90%; font-weight: bold; margin-top: -5%; margin-left: -2.5%; } .daynumber{ width: 90%; height: 70%; font-size: 26%; text-align: right; } .dateherf{ height: 50%; position: relative; } .dateherfchara{ height: 100% !important; font-size: 18% !important; position: static !important; display: -webkit-flex; display: flex; -webkit-justify-content: flex-end; justify-content: flex-end; -webkit-align-items: flex-end; align-items: flex-end; } .caleditOnMouse{ width: 100%; height: 100%; background-color: rgba(0,0,0,0.3); position: absolute; z-index: 200; display: flex; justify-content: center; align-items: center; cursor: pointer; } .editnone{ display:none; } .editbtn{ width: 3vw; height: 3vw; }
d/css/original.css
body { padding-top: 5rem; } .flagicon{ color:#e84242; } .starter-template { padding: 3rem 1.5rem; text-align: center; } .page { width: 80%; margin-left: 10%; } .wrapper { position: relative; width: 100%; } .wrapper:before { content:""; display: block; padding-top: 55%; } .calendar{ font-size: 10vw; } .calendarmain{ position: absolute; top: 0; left: 0; bottom: 0; right: 0; margin-top: 8px; background-size:100% 100%; background-blend-mode:lighten; } .monthline{ width: 100%; text-align:center; font-size: 25%; font-weight: bold; } .allow{ position: relative; bottom: 3px; display: inline-block; margin-bottom: 1px; cursor: pointer; } .monthline button{ width: 2.5vw; height: 2.5vw; } .weeks{ height: 5%; display: flex; } .weeks div{ width: 100%; } .week{ width: calc(100% / 7); height: 100%; font-weight: bold; font-size: 10%; position: relative; cursor: pointer; display: flex; justify-content: center; align-items: center; } .OneMonthdays{ display: flex; height:19%; } .day{ width: calc(100% / 7); height: 100%; } .daywapper{ width: 100%; height: 100%; position: relative; display: flex; justify-content: flex-start; align-items: flex-start; transition: transform 0.1s linear; } .dayarea{ width: 100%; height: 100%; font-weight: bold; padding-right: 1.5%; z-index: 1; } .daystring{ width: 100%; height: 30%; font-size: 8%; margin-top: 5%; margin-left: 5%; } .dayNameEditArea{ width: 90%; font-weight: bold; margin-top: -5%; margin-left: -2.5%; } .daynumber{ width: 90%; height: 70%; font-size: 26%; text-align: right; } .dateherf{ height: 50%; position: relative; } .dateherfchara{ height: 100% !important; font-size: 18% !important; position: static !important; display: -webkit-flex; display: flex; -webkit-justify-content: flex-end; justify-content: flex-end; -webkit-align-items: flex-end; align-items: flex-end; } .caleditOnMouse{ width: 100%; height: 100%; background-color: rgba(0,0,0,0.3); position: absolute; z-index: 200; display: flex; justify-content: center; align-items: center; cursor: pointer; } .editnone{ display:none; } .editbtn{ width: 3vw; height: 3vw; }
0.425128
0.076684
html { font-family: sans-serif; background: hsl(0, 0%, 95%); color: hsl(0, 0%, 10%); margin: 0; padding: 25px 50px; } body { background: white; box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); margin: 0; padding: 20px; position: relative; } h1 { font-size: 35px; margin: 0; padding: 10px 0 20px 10px; } a { color: hsl(210, 60%, 50%); text-decoration: none; } a:hover, a:focus, a:active { color: hsl(210, 60%, 25%); text-decoration: underline; } table { border-spacing: 0; box-sizing: border-box; width: 100%; } table th { text-align: left; padding: 10px; } table td { vertical-align: top; padding: 10px; } table td ul { margin: 0; padding: 0; list-style: outside; column-width: 400px; } table td ul > li { margin: 3px 0; break-inside: avoid; } table tr:nth-of-type(even) td { background: hsl(0, 0%, 90%); } table tr td:nth-of-type(1) { width: 200px; } /* table td span { white-space: pre-line; } */ span.count { color: gray; font-size: 0.77em; } span[lang]::after { content: attr(lang); color: gray; font-size: 0.77em; padding-left: 3px; } a[lang]::after { padding-left: 3px; } h1 span[lang]::after { content: none; } nav { position: absolute; top: 0; right: 0; margin: 0; padding: 0.5em 1em; } nav a { margin-left: 1em; } nav span.languages { margin-right: 1em; } html:not(.dark-mode) nav a.switch-mode span.text-for-light { display: none; } html.dark-mode nav a.switch-mode span.text-for-dark { display: none; } html.dark-mode { background: hsl(0, 0%, 16%); color: hsl(0, 0%, 85%); } html.dark-mode body { background: hsl(0, 0%, 5%); box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); color: hsl(0, 0%, 85%)} html.dark-mode a { color: hsl(210, 45%, 60%); } html.dark-mode a:hover, html.dark-mode a:focus, html.dark-mode a:active { color: hsl(210, 100%, 50%); } html.dark-mode table tr:nth-of-type(even) td { background: hsl(0, 0%, 7.5%); } html.dark-mode a.graph, html.dark-mode span.count { background-color: hsl(210, 30%, 20%) !important; color: gray; } html.dark-mode a.graph:hover, html.dark-mode a.graph:focus, html.dark-mode a.graph:active { color: hsl(210, 100%, 50%) !important; }
server/pubby/static/pubby/styles.css
html { font-family: sans-serif; background: hsl(0, 0%, 95%); color: hsl(0, 0%, 10%); margin: 0; padding: 25px 50px; } body { background: white; box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); margin: 0; padding: 20px; position: relative; } h1 { font-size: 35px; margin: 0; padding: 10px 0 20px 10px; } a { color: hsl(210, 60%, 50%); text-decoration: none; } a:hover, a:focus, a:active { color: hsl(210, 60%, 25%); text-decoration: underline; } table { border-spacing: 0; box-sizing: border-box; width: 100%; } table th { text-align: left; padding: 10px; } table td { vertical-align: top; padding: 10px; } table td ul { margin: 0; padding: 0; list-style: outside; column-width: 400px; } table td ul > li { margin: 3px 0; break-inside: avoid; } table tr:nth-of-type(even) td { background: hsl(0, 0%, 90%); } table tr td:nth-of-type(1) { width: 200px; } /* table td span { white-space: pre-line; } */ span.count { color: gray; font-size: 0.77em; } span[lang]::after { content: attr(lang); color: gray; font-size: 0.77em; padding-left: 3px; } a[lang]::after { padding-left: 3px; } h1 span[lang]::after { content: none; } nav { position: absolute; top: 0; right: 0; margin: 0; padding: 0.5em 1em; } nav a { margin-left: 1em; } nav span.languages { margin-right: 1em; } html:not(.dark-mode) nav a.switch-mode span.text-for-light { display: none; } html.dark-mode nav a.switch-mode span.text-for-dark { display: none; } html.dark-mode { background: hsl(0, 0%, 16%); color: hsl(0, 0%, 85%); } html.dark-mode body { background: hsl(0, 0%, 5%); box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); color: hsl(0, 0%, 85%)} html.dark-mode a { color: hsl(210, 45%, 60%); } html.dark-mode a:hover, html.dark-mode a:focus, html.dark-mode a:active { color: hsl(210, 100%, 50%); } html.dark-mode table tr:nth-of-type(even) td { background: hsl(0, 0%, 7.5%); } html.dark-mode a.graph, html.dark-mode span.count { background-color: hsl(210, 30%, 20%) !important; color: gray; } html.dark-mode a.graph:hover, html.dark-mode a.graph:focus, html.dark-mode a.graph:active { color: hsl(210, 100%, 50%) !important; }
0.521471
0.222415
@media (max-width: 767px) { .botao-logout-mobile { color: #dc3545 !important; } } .corpo-login-inicial { border-radius: 5px; border-top: 3px solid #00A65A; } .box.box-primary { border-top-color: #00A65A; } .sidebar-menu li ul li a, .sidebar-menu li a { padding: 15px 10px !important; background-color: #00A65A !important; color: white; } .sidebar-menu li.active a:hover, .sidebar-menu li a:hover { background-color: #55c691 !important; } .input-radio-prioridade { padding: 0.5rem 1rem !important; border-radius: 100px !important; color: white; font-weight: bolder !important; margin-right: 2rem !important; } .content-agenda-pessoal { width: 60% !important; } .drop-menu-item-top { background-color: #00a65a; margin-top: -1px; text-align: center; border: none; } .drop-menu-item-top a { color: white !important; } .drop-menu-item-top li { text-align: left !important; } .drop-menu-item-top li:hover { background-color: #55c691 !important; } .drop-menu-mobile:focus { border: none !important; } .nav .open>a, .nav .open>a:focus, .nav .open>a:hover { border-color: #55c69100; } .breadcrumb-fp { background-color: #ECF0F5 !important; padding: 0 !important; } .breadcrumb-fp a { color: #00A65A !important; } .breadcrumb-fp li { font-size: 1.5rem !important; } .box .box-primary, .box { /* width: 80% !important; */ margin: 50px auto !important; } .menu-top-navbar { display: inline-block !important; } .dataTables_filter input[type=search] { border: 2px solid #33333366 !important; border-radius: 10px !important; padding: 5px; } .dataTables_filter input[type=search]:focus { outline: none !important; } .dataTables_wrapper select { background-color: #fff; padding: 2.5px; } .dataTables_wrapper select:focus { outline: none !important; } .criar-unidade { width: 60%; } .select-unifp select { background-color: #fff; padding: 5px; } .formulario-padrao { width: 70%; margin: 1rem auto; } .select-conheceu select { background-color: #fff; width: 50%; padding: 5px; } .campo-texto-agenda { margin: 10px 0; } .criar-aluno { width: 70%; margin: 0 auto; } .nav-tabs-custom>.nav-tabs>li.active { border-top-color: #00A65A; } #formulario-lancamentos div { display: inline-block; } #formulario-lancamentos select { background-color: #fff; padding: 3px; } .receitas { margin: 0; display: inline-block; padding: 2rem; font-size: 1.75rem } .select-padrao { font-weight: bold } .select-padrao select { padding: 5px; background-color: #fff; font-weight: 500 } .botao-mais:hover { background-color: #ddd !important; } .panel-primary { /* background-color: #00A65A; */ border-color: #00A65A; } .panel-primary .panel-heading { background-color: #00A65A; border-color: #00A65A; } #frequencias-table_wrapper { padding-right: 10px } nav ul.dropdown-menu { border-bottom: 1px solid #111111aa; border-right: 1px solid #111111aa; border-left: 1px solid #111111aa; } .botao-cancelamento:hover { background-color: #eee; } .bg-vermelho-redondo { background-color: #CC403C; border-radius: 100px; padding: 2px 4px; text-align: center; color: white; font-weight: 600 } .bg-azul-redondo { background-color: #00AFF0; border-radius: 100px; padding: 2px 4px; text-align: center; color: white; font-weight: 600 } @media (max-width: 425px) { .content-agenda-pessoal { width: 100% !important; } .mobile-input-largura { width: 15rem !important; } textarea.mobile-input-largura { height: 8rem !important; } .agenda-input-hora { display: none !important; } .drop-menu-item-top { text-align: left !important; margin-left: 2rem !important; } .menu-top-navbar { display: list-item !important; } .box { width: 100% !important; } .formulario-padrao { width: 90%; margin: 1rem auto; } .campo-texto-agenda { margin: 10px 15px; } .criar-aluno { width: 100%; margin: 0 auto; } #formulario-lancamentos div { display: block; margin: 1rem 0 !important; } .alinhar-esquerda { text-align: left; } } @media (min-width: 426px) { @media (max-width: 1024px) { .content-agenda-pessoal { width: 90% !important; } .mobile-input-largura { width: 25rem !important; } textarea.mobile-input-largura { height: 8rem !important; } .box { width: 100% !important; } .criar-aluno { width: 90%; margin: 0 auto; } .alinhar-esquerda { text-align: left; } } }
public/css/main.css
@media (max-width: 767px) { .botao-logout-mobile { color: #dc3545 !important; } } .corpo-login-inicial { border-radius: 5px; border-top: 3px solid #00A65A; } .box.box-primary { border-top-color: #00A65A; } .sidebar-menu li ul li a, .sidebar-menu li a { padding: 15px 10px !important; background-color: #00A65A !important; color: white; } .sidebar-menu li.active a:hover, .sidebar-menu li a:hover { background-color: #55c691 !important; } .input-radio-prioridade { padding: 0.5rem 1rem !important; border-radius: 100px !important; color: white; font-weight: bolder !important; margin-right: 2rem !important; } .content-agenda-pessoal { width: 60% !important; } .drop-menu-item-top { background-color: #00a65a; margin-top: -1px; text-align: center; border: none; } .drop-menu-item-top a { color: white !important; } .drop-menu-item-top li { text-align: left !important; } .drop-menu-item-top li:hover { background-color: #55c691 !important; } .drop-menu-mobile:focus { border: none !important; } .nav .open>a, .nav .open>a:focus, .nav .open>a:hover { border-color: #55c69100; } .breadcrumb-fp { background-color: #ECF0F5 !important; padding: 0 !important; } .breadcrumb-fp a { color: #00A65A !important; } .breadcrumb-fp li { font-size: 1.5rem !important; } .box .box-primary, .box { /* width: 80% !important; */ margin: 50px auto !important; } .menu-top-navbar { display: inline-block !important; } .dataTables_filter input[type=search] { border: 2px solid #33333366 !important; border-radius: 10px !important; padding: 5px; } .dataTables_filter input[type=search]:focus { outline: none !important; } .dataTables_wrapper select { background-color: #fff; padding: 2.5px; } .dataTables_wrapper select:focus { outline: none !important; } .criar-unidade { width: 60%; } .select-unifp select { background-color: #fff; padding: 5px; } .formulario-padrao { width: 70%; margin: 1rem auto; } .select-conheceu select { background-color: #fff; width: 50%; padding: 5px; } .campo-texto-agenda { margin: 10px 0; } .criar-aluno { width: 70%; margin: 0 auto; } .nav-tabs-custom>.nav-tabs>li.active { border-top-color: #00A65A; } #formulario-lancamentos div { display: inline-block; } #formulario-lancamentos select { background-color: #fff; padding: 3px; } .receitas { margin: 0; display: inline-block; padding: 2rem; font-size: 1.75rem } .select-padrao { font-weight: bold } .select-padrao select { padding: 5px; background-color: #fff; font-weight: 500 } .botao-mais:hover { background-color: #ddd !important; } .panel-primary { /* background-color: #00A65A; */ border-color: #00A65A; } .panel-primary .panel-heading { background-color: #00A65A; border-color: #00A65A; } #frequencias-table_wrapper { padding-right: 10px } nav ul.dropdown-menu { border-bottom: 1px solid #111111aa; border-right: 1px solid #111111aa; border-left: 1px solid #111111aa; } .botao-cancelamento:hover { background-color: #eee; } .bg-vermelho-redondo { background-color: #CC403C; border-radius: 100px; padding: 2px 4px; text-align: center; color: white; font-weight: 600 } .bg-azul-redondo { background-color: #00AFF0; border-radius: 100px; padding: 2px 4px; text-align: center; color: white; font-weight: 600 } @media (max-width: 425px) { .content-agenda-pessoal { width: 100% !important; } .mobile-input-largura { width: 15rem !important; } textarea.mobile-input-largura { height: 8rem !important; } .agenda-input-hora { display: none !important; } .drop-menu-item-top { text-align: left !important; margin-left: 2rem !important; } .menu-top-navbar { display: list-item !important; } .box { width: 100% !important; } .formulario-padrao { width: 90%; margin: 1rem auto; } .campo-texto-agenda { margin: 10px 15px; } .criar-aluno { width: 100%; margin: 0 auto; } #formulario-lancamentos div { display: block; margin: 1rem 0 !important; } .alinhar-esquerda { text-align: left; } } @media (min-width: 426px) { @media (max-width: 1024px) { .content-agenda-pessoal { width: 90% !important; } .mobile-input-largura { width: 25rem !important; } textarea.mobile-input-largura { height: 8rem !important; } .box { width: 100% !important; } .criar-aluno { width: 90%; margin: 0 auto; } .alinhar-esquerda { text-align: left; } } }
0.327131
0.11187
@charset "utf-8"; /*public style--start*/ body, ul, li, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, form, input, textarea, th, td, select { margin: 0; padding: 0; } strong { font-weight: normal; } html, body { height: 100%; } body { position: relative; color:#333; font: 14px/1.5 "Microsoft YaHei",arial,sans-serif; } h1, h2, h3, h4, h5, h6 { font-weight:normal; } li { list-style: none; } img { border: none; vertical-align: top; } a { text-decoration: none; } table { border-collapse: collapse; table-layout: fixed; } input, textarea { outline: none; border: none; } textarea { resize: none; overflow: auto; } ::-webkit-input-placeholder { color:gray !important; } ::-moz-placeholder { color:gray !important; } :-ms-placeholde { color:gray !important; } .clearfix:after { content: ""; display: block; clear: both; } .clearfix { zoom: 1; } .fl { float: left } .fr { float: right } .tl { text-align: left; } .tc { text-align: center } .tr { text-align: right; } .ellipse { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .bgcolor { background-color: #007ffa; } .bgimage { background: url(../images/sprite.png) no-repeat; } .closeMenu, .level2menu, .iconMenuCont, .retractIcoP, .selectTitle, .shadow, .tip, .releaseSetting, .operationNav, .foldQuestiionItem .questionOptionList, .advancedFilterWrap, .reName, .creatQuestionsBank, .editTitle, .hide, .loadging, .saveSuccess, .createPreview, .modifyReleaseState, .releaseSetting, .hidden, .rePassward, .newUser, .newGroup, .assignRoles, .newRoles { display: none; } .pageInput, .jumpBtn, .modifyReleaseState, .pageBtn , .releaseName > input, .questionsDetails, .allChecked , .leftList, .rightList, .checkbox, .questionOption input, .tbodyWrap, .leftWrap, .rightWrap, .formGroupInp, .textarea, .cntLeft, .checkbox, .newUser select, .assignRoles .selectWrap { border: 1px solid #ccc; } .reName, .creatQuestionsBank, .editTitle, .createPreview, .selectTitle, .releaseSetting, .newGroup, .assignRoles, .rePassward, .newUser, .newRoles { -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; } .wrapper { min-width: 1010px; } header { height: 60px; } h1 { font-size: 18px; } .logo { width: 210px; height: 60px; } .sidebarBtn { margin-left: 20px; margin-top: 22px; } .retractIcoC, .retractIcoP { width: 0; height: 0; border-top: 8px solid #007ffa; border-bottom: 8px solid #007ffa; } .retractIcoC { border-left: none; border-right: 8px solid #fff; } .retractIcoP { margin-left: 3px; border-left: 8px solid #fff; border-right: none; } .retract { width: 17px; height: 16px; margin-left: 3px; background-position: 0 0; } .headerRight { padding-right: 57px; margin-top: 19px; } .exitBtn { margin-left: 31px; width: 20px; height: 21px; background-position: -37px 0; } .accountInfo { width: 240px; text-align: right; line-height: 20px; color: #fff; } .contentwrap { width: 100%; } .content { margin-left: 210px; min-height: 710px; } .sidebar { position: relative; width: 210px; height: 740px; background-color: #303548; padding-top: 10px; margin-left: -100%; } .openMenu { width: 210px; } .menuItem { border-left: 4px solid transparent; } .menuItem , .level2Item a, .iconMenuCont a { display: block; } .level2Item a { padding-left: 56px; } .level2Item a:hover, .level2ItemaActive { background-color: #3d4353; } .menuItemCnt { width: 118px; } .menuItem, .menuItemCnt { line-height: 20px; color: #fff; } .menuItem , .level2Item .menuItemCnt, .iconMenuCont .menuItemCnt { padding-top: 14px; padding-bottom: 14px; } .menuItemActive, .menuItem:hover { border-left-color: #0172ff; background-color: #1b2131; } .menuItemActive .arrow { background-position: 0 -38px; } .menuItemIco { width: 16px; height: 16px; background-position: 0 -21px; margin-left: 26px; margin-top: 2px; margin-right: 10px; } .arrow { width: 16px; height: 16px; background-position: -16px -38px; margin-right: 20px; } .release { background-position: -17px -21px; } .questions { background-position: -34px -21px; } .system { background-position: -51px -21px; } .point { width: 0; height: 0; border: 2px solid #989ba4; -webkit-border-radius: 2px; -moz-border-radius: 2px; -ms-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px; } .iconMenuCont .point , .level2Item .point { margin-right: 9px; margin-top: 21px; } .closeMenu { width: 70px; } .iconMenuCont { position: absolute; left: 70px; top: 0; width: 160px; height: 750px; background-color: #1b2031; } .iconMenuCont a { padding-left: 20px; } .iconMenuCont a:hover .menuItemCnt { color: #007ffb; } .iconMenuCont a:hover .point { border-color: #007ffb; } .show { display: block; } .row1 { padding-left: 19px; padding-top: 20px; white-space: nowrap; } .row1 , .row1 li { font-size: 0; } .row1 li { display: inline-block; padding-top: 19px; padding-bottom: 19px; margin-right: 1.6%; min-width: 240px; max-width: 385px; width: 31.7%; -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; text-align: center; } .funIco, .funCnt { vertical-align: middle; } .funIco { display: inline-block; width: 86px; height: 86px; margin-left: 10px; -webkit-border-radius: 43px; -moz-border-radius: 43px; -ms-border-radius: 43px; -o-border-radius: 43px; border-radius: 43px; } .funCnt { display: inline-block; min-width: 93px; max-width: 127px; margin-left: 51px; padding-top: 24px; padding-bottom: 22px; font-size: 20px; line-height: 40px; color: #fff; } .addQuestion { background: url(../images/bg1.png) no-repeat center top #0aa942; -webkit-box-shadow: 0 5px 20px #b9e8d4; -o-box-shadow: 0 5px 20px #b9e8d4; -ms-box-shadow: 0 5px 20px #b9e8d4; -moz-box-shadow: 0 5px 20px #b9e8d4; box-shadow: 0 5px 20px #b9e8d4; } .addQuestion .funIco{ background-color: #09983c; } .creatPublish { background: url(../images/bg2.png) no-repeat center top #654aa9; -webkit-box-shadow: 0 5px 20px #cdc4e3; -o-box-shadow: 0 5px 20px #cdc4e3; -ms-box-shadow: 0 5px 20px #cdc4e3; -moz-box-shadow: 0 5px 20px #cdc4e3; box-shadow: 0 5px 20px #cdc4e3; } .creatPublish .funIco{ background-color: #5c4299; } .addUser { background: url(../images/bg3.png) no-repeat center top #2287fd; -webkit-box-shadow: 0 5px 20px #b6d8fe; -o-box-shadow: 0 5px 20px #b6d8fe; -ms-box-shadow: 0 5px 20px #b6d8fe; -moz-box-shadow: 0 5px 20px #b6d8fe; box-shadow: 0 5px 20px #b6d8fe; } .addUser .funIco{ background-color: #2078e2; } .ico1, .ico2, .ico3 { display: inline-block; width: 38px; height: 38px; overflow: hidden; margin-top: 24px; } .ico1 { background-position: 0 -67px; } .ico2 { background-position: -38px -67px; } .ico3 { background-position: -76px -67px; } .answerResultli { background-color: #48c3d3; -webkit-box-shadow: 0 5px 20px #c4ebf0; -o-box-shadow: 0 5px 20px #c4ebf0; -ms-box-shadow: 0 5px 20px #c4ebf0; -moz-box-shadow: 0 5px 20px #c4ebf0; box-shadow: 0 5px 20px #c4ebf0; } .pendingAuditli { background-color: #ff9400; -webkit-box-shadow: 0 5px 20px #ffdbab; -o-box-shadow: 0 5px 20px #ffdbab; -ms-box-shadow: 0 5px 20px #ffdbab; -moz-box-shadow: 0 5px 20px #ffdbab; box-shadow: 0 5px 20px #ffdbab; } .itemBankNumli { background-color: #019fc2; -webkit-box-shadow: 0 5px 20px #afe1ec; -o-box-shadow: 0 5px 20px #afe1ec; -ms-box-shadow: 0 5px 20px #afe1ec; -moz-box-shadow: 0 5px 20px #afe1ec; box-shadow: 0 5px 20px #afe1ec; } .row2 li{ padding-top: 9px; padding-bottom: 8px; } .answerResult, .pendingAudit, .itemBankNum { position: relative; width: 110px; font-size: 0; text-align: center; padding-left: 9px; } .answerResultIco, .pendingAuditIco, .itemBankNumIco { display: inline-block; width: 34px; height: 34px; margin-top: 19px; } .answerResultIco { background-position: 0 -105px; } .pendingAuditIco { background-position: -34px -105px; } .itemBankNumIco { background-position: -68px -105px; } .row2text { font-size: 20px; line-height: 42px; color: #fff; padding-bottom: 19px; } .l { position: absolute; right: 0; top: 0; height: 107px; width: 1px; background-color: #fff; border-left: 1px solid #ccc; border-right: 1px solid #ccc; opacity: .4; filter: alpha(opacity=40); } .numwrap { width: 100%; } .paddingl119 { padding-left: 119px; } .margin001 { margin-left: -100%; } .number, .text { display: inline-block; } .number { margin-top: 16px; text-align: right; font: 32px/72px Arial; color: #fff; } .text { font-size: 24px; line-height: 28px; margin-top: 45px; color: #fff; margin-left: 12px; } .tableTitle { margin-top: 20px; padding-left: 19px; padding-right: 19px; } .leftText { width: 200px; padding-left: 1px; padding-top: 2px; line-height: 34px; } .rightBtn { width: 200px; } .seeAllBtn { background-color: #2088fb; line-height: 32px; padding: 2px 5px 0 8px; border: 1px solid #007ffc; margin-left: 20px; color: #fff; } .refreshBtb { width: 16px; height: 16px; background-position: -104px 0; margin-top: 10px; } .table , .questionslist { display: table; width: 100%; border-collapse: collapse; } .table { margin-top: -1px; margin-left: -1px; margin-right: -1px; border: 1px solid #dadbdd; } .thead , .tbody { display: table-row; border: 1px solid #dadbdd; background-color: #fff; } .bacolor017 { background-color: #f4f7fc; } .th { white-space: nowrap; font-weight: bold; } .td, .th { display: table-cell; line-height: 36px; padding-top: 3px; } .th0 { width: 1.6%; } .th36 { width: 2.0%; } .td48 { width: 48px; } .th56 { width: 3.69%; } .th61 { width: 4.11%; text-align: center; } .th68 { width: 4.70%; text-align: center; } .th78 { width: 5.5%; } .th80 { width: 5.6%; } .th82 { width: 5.87%; } .th85 { width: 6.13%; } .th90 { width: 6.56%; } .th98 { width: 7.23%; } .th99 { width: 7.30%; } .th100 { width: 7.38%; } .th101 { width: 8.47%; } .th102 { width: 7.57%; } .th105 { width: 7.8%; } .th113 { width: 8.47%; } .th117 { width: 8.81%; } .th120 { width: 9.08%; } .th121 { width: 9.15%; } .th124 { width: 9.40%; } .th125 { width: 9.5%; } .th128 { width: 9.73%; } .th130 { width: 9.92%; } .th138 { width: 10.59%; } .th140 { width: 10.76%; } .th147 { width: 11.35%; } .th151 { width: 11.66%; } .th155 { width: 12.01%; } .th156 { width: 12.08%; } .th157 { width: 12.17%; } .th159 { width: 12.33%; } .th160 { width: 160px; } .th162 { width: 12.59%; } .th171 { width: 13.34%; } .th177 { width: 13.84%; } .th186 { width: 14.6%; } .th199 { width: 15.69%; } .th220 { width: 17.48%; } .th225 { width: 17.87%; } .th239 { width: 19.05%; } .th253 { width: 20.22%; } .th273 { width: 21.9%; } .th285 { width: 22.9%; } .th294 { width: 23.66%; } .paddingr18 { padding-right: 18px; } .th36 .checkbox { margin: 0; margin-left: 20px; } .paddingr56 { padding-right: 56px; } .paddingr70 { padding-right: 4.88%; } .paddinglr19 { padding-left: 20px; padding-right: 19px; } .paddingl10 { padding-left: 10px; } .paddingr29 { padding-right: 29px; } .td span, .td div { width: 90%; } .uAnddBtn { display: inline-block; width: 12px; height: 16px; background-position: 0 -147px; margin-left: 9px; vertical-align: middle; cursor: pointer; } .seeBtn, .addItem, .repassward{ color: #017ffa; } .marginlr20 { margin-left: 20px; margin-right: 20px; } .margint19 { margin-top: 19px; } .queryRow { margin-top: 19px; } .locationMap { padding-top: 2px; border-bottom: 1px solid #dcdcdc; } .locationMapIoo { width: 12px; height: 16px; margin-right: 5px; margin-top: 18px; background-position: -12px -147px; } .locationMapInfo { line-height: 32px; padding-top: 10px; padding-bottom: 10px; color: #666; } .searchWrap { width: 288px; border: 1px solid #dcdcdc; background-color: #f4f7fc; padding-left: 9px; } .search { width: 261px; border: none; background-color: #f4f7fc; line-height: 18px; padding-top: 7px; padding-bottom: 9px; } .searchLogo { width: 18px; height: 18px; margin-top: 9px; margin-right: 9px; background-position: -24px -147px; } .updateText { line-height: 36px; text-align: right; width: 85px; margin-right: 10px; } .timeFrom, .timeTo { width: 101px; line-height: 34px; padding-left: 7px; border: 1px solid #dcdcdc; background-color: #f4f7fc; font-family: Arial; } .timeIco { width: 17px; height: 17px; background-position: -103px -167px; margin-top: 8px; margin-right: 4px; } .line { line-height: 36px; text-align: center; width: 18px; } .screenBtn { margin-left: 20px; width: 94px; height: 34px; border: 1px solid #007ffc; color: #007ffc; cursor: pointer; } .screenBtn select { border: none; width: 100%; height: 34px; display: inline-block; vertical-align: middle; } .advancedFilterWrap { position: relative; margin-left: 19px; margin-right: 19px; border-top: 1px solid #dcdcdc; padding-top: 20px; } .advancedFilterWrap:after { content: ""; position: absolute; left: 696px; top: -6px; width: 0; height: 0; border-left: 5px solid transparent; border-top: none; border-right: 5px solid transparent; border-bottom: 6px solid #dcdcdc; z-index: 30; } .advancedFilterWrap:before { content: ""; position: absolute; left: 696px; top: -5px; width: 0; height: 0; border-left: 5px solid transparent; border-top: none; border-right: 5px solid transparent; border-bottom: 6px solid #fff; z-index: 40; } .advancedFilterWrap .table, .advancedFilterWrap .td { border: none; } .advancedFilterWrap p { line-height: 36px; text-align: right; white-space: nowrap; } .advancedFilterWrap select { width: 158px; height: 36px; line-height: 36px; } .operationWrap { margin-left: -240px; background-color: #fff; } .create, .delete, .releaseBtn { border: 1px solid #007ffc; margin-right: -1px; height: 34px; color: #007ffc; } .createIco, .deleteIco, .releaseBtnIco, .assignRolesIco { width: 16px; height: 16px; margin-left: 10px; margin-top: 9px; } .createIco { background-position: -16px -167px; } .deleteIco { background-position: 0 -167px; } .releaseBtnIco { background-position: -32px -167px; } .assignRolesIco { background-position: 0 -271px; } .createText, .deleteText, .releaseText { padding-left: 3px; padding-right: 10px; line-height: 34px; white-space: nowrap; } .list { margin-left: 20px; /*height: 500px;*/ /*overflow-y: auto;*/ } .releaseList > li { position: relative; margin-right: 1.7%; margin-top: 20px; width: 23.0%; max-width: 300px; min-width: 185px; border: 1px solid #e6e6e6; background-color: #f4f7fc; } .releaseList h3 { padding-right: 61px; } .releaseList h3 a { display: block; line-height: 28px; margin-top: 15px; margin-left: 18px; color: #333; } .updateDate, .titleText { font-size: 12px; line-height: 20px; color: #9a9997; } .titleWrap { padding-right: 24px; } .updateDate { margin-left: 18px; } .titleText, .titleNum { padding-bottom: 14px; } .titleText { margin-top: 43px; } .titleNum { width: 62%; font-size: 20px; line-height: 30px; margin-top: 33px; margin-right: 6px; margin-left: 18px; } .state { position: absolute; right: 19px; top: 19px; width: 42px; font-size: 12px; line-height: 22px; text-align: center; } .alreadyReleased .state, .alreadyReleased { background-color: #00bf2e; color: #fff; } .alreadyReleased .titleNum { color: #00bf2e; } .unreleased .state, .unreleased { background-color: #007ffa; color: #fff; } .unreleased .titleNum { color: #007ffa; } .withdraw .state, .withdraw { background-color: #9a9899; color: #fff; } .withdraw .titleNum { color: #9a9899; } .modifyReleaseState { position: absolute; top: -65px; right: -10px; width: 120px; -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; padding-top: 4px; padding-bottom: 4px; background-color: #fff; z-index: 200; color: #333; } .modifyReleaseState li { cursor: pointer; } .modifyStateIco { width: 16px; height: 16px; margin-left: 17px; margin-top: 12px; } .msIco1 { background-position: 0 -195px; } .msIco2 { background-position: -16px -195px; } .msIco3 { background-position: -32px -195px; } .modifyStateText { line-height: 22px; margin-top: 9px; margin-left: 7px; padding-bottom: 9px; width: 70px; } .modifyStateActive, .modifyReleaseState li:hover { background-color: #007ffa; color: #fff; } .modifyReleaseState li:hover .modifyStateIco { background-position-y: -216px; } .more { position: absolute; right: 19px; bottom: 17px; width: 4px; height: 18px; font-size: 0; } .more .point { display: inline-block; margin-bottom: 2px; border-color: #333; } /*******************分页*****************************/ .paginationWrap { margin-top: 80px; margin-left: 19px; padding-bottom: 20px; margin-right: 20px; } .pageText, .pageNum { font-size: 12px; line-height: 26px; padding-top: 2px; } .pageText { color: #676767; } .pageNum { margin-right: 3px; } .paddingl16 { padding-left: 16px; } .paddingl19 { padding-left: 19px; } .selectwrap { margin-left: 9px; width: 70px; height: 26px; border: 1px solid #dcdcdc; background-color: #fff; } .selectwrap select { display: inline-block; width: 100%; height: 26px; } .pageBtn { width: 26px; height: 26px; font-family: Arial; line-height: 26px; color: #ccc; text-align: center; } .pageBtn:hover , .pageBtnActive { background-color: #007ffa; color: #fff; } .marginl9 { margin-left: 9px; } .pageInput { margin-left: 8px; width: 41px; height: 26px; line-height: 26px; margin-right: 7px; padding-left: 5px; } .jumpBtn { width: 58px; margin-left: 14px; height: 26px; line-height: 26px; text-align: center; cursor: pointer; } .paginationRight > a { margin-right: 5px; } /**********创建发布**********/ .releaseName { margin: 30px 20px 0; } .releaseName > input { width: 260px; line-height: 18px; margin-left: 10px; padding: 9px 5px; background-color: #fff; } .setting { margin: 20px 20px 0; } .setting > p , .titleHeader , .releaseName > label { line-height: 36px; } .disorder { margin-left: 10px; } .disorder , .randow { width: 103px; } .disorder > label, .randow > label { line-height: 36px; width: 76px; margin-left: 10px; cursor: pointer; } .disorder > input, .randow > input { width: 16px; height: 16px; margin-top: 11px; } .titleHeader { margin-left: 20px; margin-top: 20px; padding-bottom: 3px; font-size: 14px; } .questionsDetails { margin-left: 20px; margin-right: 20px; background-color: #fff; } .detailsHeader { position: relative; padding-bottom: 1px; line-height: 54px; padding-left: 21px; border-bottom: 1px solid #dcdcdc; background-color: #f4f7fc; } .count { margin: 0 8px; color: #007ffc; font-family: Arial ; } .selectQuestionBtn, .expandAll { margin-right: 20px; margin-top: 9px; padding-left: 9px; padding-right: 8px; line-height: 36px; color: #fff; text-align: center; background-color: #007ffa; } .tip { position: absolute; right: 20px; top: 74px; width: 259px; padding-top: 2px; line-height: 28px; background-color: #9da0a9; color: #fff; text-align: center; } .tip:after { content: ""; position: absolute; right: 41px; top: -11px; width: 0; height: 0; border-bottom: 7px solid #9da0a9; border-right: 6px solid #9da0a9; border-top: 7px solid transparent; border-left: 5px solid transparent; } .listwrap { height: 320px; overflow-y: auto; overflow-x: hidden; background-color: #fff; } .detailsfooter { border-top: 1px solid #dcdcdc; padding-bottom: 10px; padding-top: 10px; } .allChecked, .checkbox { width: 16px; height: 16px; margin-top: 6px; margin-left: 19px; cursor: pointer; } .allCheckedL, .deletebtn { line-height: 26px; margin-left: 20px; color: #333; } .allCheckedL { cursor: pointer; } .marginr9 { margin-right: 9px; } .submitWrap { margin: 11px 20px 0; } .submit { width: 72px; height: 36px; line-height: 36px; background-color: #007ffa; color: #fff; cursor: pointer; } .shadow { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: #000; opacity: .6; filter: alpha(opacity=60); z-index: 600; } .selectTitle { position: absolute; left: 50%; top: 50%; width: 1128px; height: 646px; margin-left: -564px; margin-top: -323px; background-color: #fff; z-index: 700; } .selectTitleHead { border-bottom: 1px solid #dcdcdc; } .selectTitleHead h3 { line-height: 24px; padding-top: 12px; padding-left: 19px; padding-bottom: 12px; width: 400px; } .closeBtn { width: 14px; height: 14px; margin-top: 17px; margin-right: 15px; background-position: -106px -147px; } .titleList { width: 1048px; margin: 40px auto 0; } .leftList { width: 478px; margin-right: 10px; } .head { border-bottom: 1px solid #dcdcdc; background-color: #f4f7fc; padding-top: 7px; padding-bottom: 8px; } .head .allChecked { margin-top: 2px; margin-left: 9px; margin-right: 10px; } .mytitleList { height: 450px; padding-top: 5px; overflow-y: auto; overflow-x: hidden; } .mytitleList li { margin-top: 4px; } .mytitleList li:hover, .mytitleListliActive { background-color: #dcdcdc; } .myTitles { line-height: 22px; } .checkbox { margin: 10px 10px 0 9px; } .titleName, .titleCount, .updataTime { line-height: 24px; padding-top: 6px; padding-bottom: 6px; padding-right: 10px; } .titleName { width: 128px; } .titleCount { width: 70px; } .updataTime { width: 180px; } .rightList { width: 556px; } .saveBtn, .cancelBtn { width: 72px; text-align: center; line-height: 36px; border: 1px solid #2287fd; cursor: pointer; } .saveBtn { background-color: #2287fd; color: #fff; } .cancelBtn { margin-left: 20px; background-color: #fff; color: #2287fd; } .action { margin-top: 12px; padding-left: 40px; } .questionslist { display: table; width: 100%; } .questionli { display: table-row; white-space: nowrap; border-bottom: 1px solid #dcdcdc; } .tdw55 { width: 55px; } .tdw35 { width: 35px; } .questionli .checkbox { margin-left: 19px; margin-right: 20px; margin-top: 8px; } .questionName { width: 90%; line-height: 34px; font-size: 16px; padding-bottom: 3px; } .authfont { line-height: 35px; font-size: 16px; text-align: center; } .questionli .time { width: 148px; font-family: Arial; line-height: 32px; } .questionli .delete { border: none; margin-right: 40px; } .releaseSetting { position: absolute; left: 50%; top: 50%; width: 800px; height: 527px; margin-left: -400px; margin-top: -263px; background-color: #fff; z-index: 700; } .releaseSetting .formGroup { margin-top: 0; } .cntWrap { overflow-y: auto; padding-top: 14px; } .formGroup { padding-left: 20px; padding-right: 20px; } .groupLabel { width: 100px; white-space: nowrap; text-align: right; line-height: 34px; padding-top: 13px; padding-bottom: 13px; margin-right: 28px; } .groupWrap { width: 630px; line-height: 34px; } .groupText { margin-top: 13px; margin-right: 19px; } .radio { width: 16px; height: 16px; margin-right: 9px; } .questionOption > .radio { width: 6px; height: 6px; margin-right: 9px; border: 5px solid transparent; display: inline-block; vertical-align: middle; position: relative; z-index: 20; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; } .questionOption > .radio:after { content: ""; position: absolute; left: -5px; top: -5px; width: 14px; height: 14px; border: 1px solid #cdcdcd; z-index: -1; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; } .questionOption > .radioChecked, .questionOption > .radioChecked:after { border-color: #2388fc; } .groupWrap .checkbox { margin-top: 23px; margin-right: 9px; margin-left: 0; } .inputTime { width: 56px; height: 20px; border: 1px solid #969696; background-color: #f4f7fc; line-height: 20px; padding-top: 3px; padding-bottom: 3px; text-align: center; margin-right: 10px; margin-left: 10px; margin-top: 16px; } .testTime .groupText { margin-right: 0; } .margint28 { margin-top: 28px; } .margint28 .saveBtn { margin-left: 108px; } .paddingl29 { padding-left: 29px; } .tbodyWrap { overflow-y: auto; overflow-x: hidden; height: 520px; margin-top: 10px; } .th .marginauto { width: 156px; } .paddingr25 { padding-right: 25px; } .marginr19 { margin-right: 19px; } .statusBtn { display: inline-block; width: 42px; line-height: 20px; font-size: 12px; text-align: center; -webkit-border-radius: 2px; -moz-border-radius: 2px; -ms-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px; } .mt19 { margin-top: 19px; } .releaseName .statusBtn { margin-left: 10px; margin-top: 8px; } .marginr10 { margin-right: 10px; } .questiionItem { padding-top: 19px; padding-left: 21px; padding-right: 94px; position: relative; border-left: 1px solid transparent; border-top: 1px solid transparent; border-bottom: 1px solid transparent; overflow-y: auto; overflow-x: hidden; } .questiionItemHover{ border-color: #007ffc; } .questiionItemHover .operationNav { display: block; } .foldQuestiionItem { padding-top: 3px; border-bottom-color: #dcdcdc; } .foldQuestiionItem .oAndcBtn { top: 15px; -ms-background-position-x: -100px; background-position-x: -100px; } .foldQuestiionItem > .questionTitle { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .itemCheckbox .checkbox { position: absolute; left: 19px; top: 29px; margin: 0; } .foldQuestiionItem .checkbox { top: 11px; } .questionOptionList { padding-bottom: 23px; } .questionTitle { font-size: 16px; line-height: 36px; } .questionOption { font-size: 0; white-space: nowrap; padding-top: 8px; padding-bottom: 8px; } .questionOption input, .questionOption label { display: inline-block; vertical-align: middle; } .questionOption input { width: 16px; height: 16px; margin-top: 8px; margin-bottom: 8px; } .questionOption label { font-size: 12px; line-height: 18px; width: 540px; white-space: normal; } .oAndcBtn { position: absolute; right: 23px; top: 24px; width: 10px; height: 6px; background-position: -110px -195px; } .operationNav { position: absolute; right: 20px; bottom: 9px; width: 220px; height: 36px; } .operationNav > a { border: 1px solid #007ffc; margin-right: -1px; width: 70px; height: 34px; margin-top: 0; } .elitIco, .copyIco, .delete2Ico { width: 16px; height: 16px; margin-top: 9px; margin-left: 11px; margin-right: 4px; } .elitIco { background-position: -88px -216px; } .copyIco { background-position: -104px -216px; } .delete2Ico { background-position: 0 -167px; } .operationNav .txt { line-height: 30px; padding-top: 3px; color: #007ffc; } .paddingl20 { padding-left: 20px; } .margint20 { margin-top: 20px; } .answerState { width: 22.89%; min-width: 187px; margin-right: 2.51%; padding-top: 14px; padding-bottom: 10px; } .leftNumWrap { width: 100%; } .rightIco { margin-left: -106px; width: 72px; height: 72px; background-color: #2079e1; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; border-radius: 50%; } .rightIco > div { width: 34px; height: 34px; margin: 19px auto; background-position: 0 -105px; background-color: #2079e1; } .answerStateTxt { font-size: 16px; line-height: 26px; color: #fff; } .bgcolor228 { background-color: #2287fd; } .paddingr106 > .answerStateTxt { margin-left: 41px; } .numWrap { white-space: nowrap; text-align: center; } .numWrap > .answerStateTxt { margin-top: 24px; padding-right: 0; margin-left: 9px; } .numWrap > p { display: inline-block; vertical-align: middle; } .num { margin-top: 11px; font-size: 29px; line-height: 39px; font-family: Arial; color: #fff; } .paddingr106 { padding-right: 106px; } .row1 > div { display: inline-block; } .checkPending { color: #fff; background-color: #ff9400; } .checkPending .rightIco { background-color: #e58401; } .notPass { color: #fff; background-color: #fe2b24; } .notPass .rightIco { background-color: #e42721; } .alreadyPass { color: #fff; background-color: #01ab48; } .alreadyPass .rightIco { background-color: #009b40; } .marginr0 { margin-right: 0; } .checkPending .bgimage { background-position: 0 -237px; } .notPass .bgimage { background-position: -34px -237px; } .alreadyPass .bgimage { background-position: -68px -237px; } .height398 { height: 398px; } .reAuditing, .refuse, .pass { padding-top: 2px; padding-left: 6px; padding-right: 5px; line-height: 18px; } .reAuditing { color: #ff9400; border: 1px solid #ff9400; } .refuse { border: 1px solid #fb2c24; color: #fb2c24; } .pass { color: #00aa47; border: 1px solid #00aa47; } .minw752 { min-width: 752px; } .leftWrap, .rightWrap { width: 49.05%; } .leftWrap { margin-right: 10px; } .title { line-height: 38px; padding-left: 18px; border-bottom: 1px solid #ccc; } .cntList { height: 513px; overflow-y: auto; overflow-x: hidden; } .cntList .questionOption label, .cntList .questionTitle { width: 94%; } .cntList .questiionItem { height: 200px; } .itemMangerList { margin-top: -1px; margin-left: -1px; } .itemMangerList .table { border: none; width: auto; } .itemMangerList .delete { border: none; } .marginr15 { margin-right: 15px; } .fonts0 { font-size: 0; white-space: nowrap; } .fonts0 > a{ font-size: 14px; } .screenTXT { line-height: 32px; padding-top: 2px; margin-left: 10px; margin-right: 3px; color: #007ef7; } .advancedIco { width: 11px; height: 7px; margin-top: 14px; background-position: -109px -237px; } .reName { position: absolute; left: 50%; top: 50%; margin-left: -200px; margin-top: -120px; z-index: 700; width: 400px; height: 240px; background-color: #fff; } .reName h3 { width: 300px; color: #666; } .formGroup { margin-top: 20px; } .formGroupLabel { width: 85px; margin-right: 8px; text-align: right; line-height: 36px; } .formGroupInp { width: 220px; line-height: 18px; padding: 8px 9px; } .formAction { margin-top: 40px; } .reName .submit, .creatQuestionsBank .submit { margin-left: 113px; } .creatQuestionsBank { position: absolute; left: 50%; top: 50%; margin-left: -197px; margin-top: -176px; width: 395px; height: 352px; background-color: #fff; z-index: 800; } .creatQuestionsBank h3 { width: 300px; } .paddingt19 { padding-top: 19px; } .formGroup select { width: 240px; height: 36px; } .edit { display: inline-block; width: 12px; height: 12px; background-position: -108px -244px; margin-left: 4px; margin-top: 11px; } .marginl0 { margin-left: 0; } .height479 { height: 479px; } .itemCheckbox { padding-left: 56px; } .itemMangerList { background: url(../images/bg4.png) no-repeat center 154px; } .editTitle { position: absolute; left: 50%; top: 50%; width: 640px; height: 521px; margin-left: -320px; margin-top: -260px; background-color: #fff; z-index: 800; } .editTitle .formGroupInp { width: 496px; } .editTitle .formGroupLabel { width: 78px; } .editTitle .formGroup { padding-left: 0; } .paddingt31 { padding-top: 31px; } .margint4 { margin-top: 4px; } .editTitle .radio { margin-left: 60px; margin-right: 10px; margin-top: 10px; } .editTitle .submit { margin-left: 86px; } .paddingt27 { padding-top: 27px; } .textarea { width: 511px; height: 278px; overflow: auto; resize: none; } .editTitle .formAction { margin-top: 19px; } .height471 { height: 471px; margin-top: -235px; } .createPreview { position: absolute; left: 0; top: 0; width: 100%; height: 100%; min-width: 1000px; background-color: #fff; z-index: 550; } .headTxt { padding-top: 9px; padding-left: 20px; padding-right: 20px; padding-bottom: 7px; border-bottom: 1px solid #dcdcdc; } .leftTxt { width: 400px; } .headTxt h2 { font-size: 16px; line-height: 24px; } .headTxt p { font-size: 12px; line-height: 20px; color: #999; } .cntTxt { min-width: 1000px; padding-top: 9px; padding-left: 20px; padding-right: 20px; background-color: #f4f7fc; } .cntLeft, .cntRight { margin-right: 9px; min-width: 475px; width: 47.26%; border-bottom: none; } .cntRight { margin-right: 0; } .cntLeft > div { border: 1px solid #007ffc; } .cntRight div { border:none; border-top: 1px solid #ccc; } .cntLeft p { line-height: 54px; padding-left: 18px; } .textarea2 { width: 100%; height: 617px; } .margint9 { margin-top: 9px; } .marginl20 { margin-left: 20px; } .createPreview .formAction { padding-bottom: 20px; } .saveSuccess { position: absolute; left: 50%; top: 50%; margin-left: -77px; margin-top: 44px; width: 154px; height: 88px; z-index: 850; } .saveSuccess > p { color: #fff; text-align: center; line-height: 32px; } @-webkit-keyframes loadingAnimate { 0% { transform:rotate(0deg); -ms-transform:rotate(0deg); -moz-transform:rotate(0deg); -webkit-transform:rotate(0deg); -o-transform:rotate(0deg); } 100% { transform:rotate(360deg); -ms-transform:rotate(360deg); -moz-transform:rotate(360deg); -webkit-transform:rotate(360deg); -o-transform:rotate(360deg); } } @-moz-keyframes loadingAnimate { 0% { transform:rotate(0deg); -ms-transform:rotate(0deg); -moz-transform:rotate(0deg); -webkit-transform:rotate(0deg); -o-transform:rotate(0deg); } 100% { transform:rotate(360deg); -ms-transform:rotate(360deg); -moz-transform:rotate(360deg); -webkit-transform:rotate(360deg); -o-transform:rotate(360deg); } } @-ms-keyframes loadingAnimate { 0% { transform:rotate(0deg); -ms-transform:rotate(0deg); -moz-transform:rotate(0deg); -webkit-transform:rotate(0deg); -o-transform:rotate(0deg); } 100% { transform:rotate(360deg); -ms-transform:rotate(360deg); -moz-transform:rotate(360deg); -webkit-transform:rotate(360deg); -o-transform:rotate(360deg); } } @-o-keyframes loadingAnimate { 0% { transform:rotate(0deg); -ms-transform:rotate(0deg); -moz-transform:rotate(0deg); -webkit-transform:rotate(0deg); -o-transform:rotate(0deg); } 100% { transform:rotate(360deg); -ms-transform:rotate(360deg); -moz-transform:rotate(360deg); -webkit-transform:rotate(360deg); -o-transform:rotate(360deg); } } @keyframes loadingAnimate { 0% { transform:rotate(0deg); -ms-transform:rotate(0deg); -moz-transform:rotate(0deg); -webkit-transform:rotate(0deg); -o-transform:rotate(0deg); } 100% { transform:rotate(360deg); -ms-transform:rotate(360deg); -moz-transform:rotate(360deg); -webkit-transform:rotate(360deg); -o-transform:rotate(360deg); } } .loadging { position: absolute; left: 50%; top: 50%; margin-left: -24px; margin-top: -24px; width: 48px; height: 48px; background: url(../images/loading.png) no-repeat 0 0; z-index: 900; animation: loadingAnimate 1.2s linear infinite; } .cntWrap .groupWrap { width: 600px; } input.xuanz{ background:#09F; } .authorWidth{ width: 300px; height: 432px; border:#dcdcdc 1px solid;; } .oneMenuColor{ background-color: #f4f7fc; } .authorBtn{ margin-left: 103px; margin-top: 30px; } .public{ width: 320px; height: 30px; line-height: 30px; border: #dcdcdc 1px solid; border-radius: 2px; padding-left: 8px; -moz-appearance: none; font-size: 16px; } .tableWrap { height: 512px; overflow-y: auto; border: 1px solid #dcdcdc; margin-left: 19px; margin-right: 19px; } .marginlr19 { margin-left: 20px; margin-right: 19px; margin-bottom: -1px; } .rePassward { position: absolute; left: 50%; top: 50%; width: 424px; height: 300px; margin-left: -214px; margin-top: -150px; z-index: 800; background-color: #fff; } .rePassward h3 { width: 200px; } .rePassward .formGroup { margin-top: 24px; } .rePassward .formGroupLabel { width: 99px; margin-right: 7px; } .requiredIco { color: #fd0d0e; line-height: 14px; margin-top: 11px; margin-left: 10px; } .rePassward .submit { margin-left: 126px; } .newUser { position: absolute; left: 50%; top: 50%; width: 650px; height: 464px; margin-left: -325px; margin-top: -232px; z-index: 800; background-color: #fff; } .newUser .formGroupInp { width: 300px; } .newUser .submit { margin-left: 113px; } .tipMsg { margin-left: 10px; line-height: 36px; color: #9a9a9a; white-space: nowrap; } .newUser select { width: 240px; } .paddingr19 { padding-right: 19px; } .bordebrnone { border-bottom: none; } .borderrnone { border-right: none; } .newGroup, .newRoles { position: absolute; left: 50%; top: 50%; width: 472px; height: 240px; margin-left: -236px; margin-top: -120px; z-index: 800; background-color: #fff; } .newGroup .formGroupInp { width: 300px; } .newGroup .submit, .newRoles .submit { margin-left: 113px; } .bordertnone { border-top: none; border-bottom: none; } .marginb1 { margin-bottom: -1px; } .bordernone { border: none; } .margin0 { margin: 0; } .assignRoles { position: absolute; left: 50%; top: 50%; width: 480px; height: 552px; margin-left: -240px; margin-top: -276px; z-index: 800; background-color: #fff; } .assignRoles .selectWrap { width: 318px; } .assignRoles .select { width: 318px; } .selectT { border-bottom: 1px solid #dcdcdc; } .selectT .checkbox { margin-top: 9px; margin-left: 9px; margin-right: 10px; } .selectCtn { padding-top: 7px; height: 247px; overflow-y: atuo; overflow-x: hidden; } .selectT > label { width: 98px; line-height: 34px; padding-top: 2px; } .selectItm > label { width: 98px; line-height: 36px; padding-top: 3px; padding-bottom: 3px; } .assignRoles .submit { margin-left: 113px; } .selectItm .checkbox { margin-top: 12px; } .height319 { height: 319px; }
styles/main.css
@charset "utf-8"; /*public style--start*/ body, ul, li, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, form, input, textarea, th, td, select { margin: 0; padding: 0; } strong { font-weight: normal; } html, body { height: 100%; } body { position: relative; color:#333; font: 14px/1.5 "Microsoft YaHei",arial,sans-serif; } h1, h2, h3, h4, h5, h6 { font-weight:normal; } li { list-style: none; } img { border: none; vertical-align: top; } a { text-decoration: none; } table { border-collapse: collapse; table-layout: fixed; } input, textarea { outline: none; border: none; } textarea { resize: none; overflow: auto; } ::-webkit-input-placeholder { color:gray !important; } ::-moz-placeholder { color:gray !important; } :-ms-placeholde { color:gray !important; } .clearfix:after { content: ""; display: block; clear: both; } .clearfix { zoom: 1; } .fl { float: left } .fr { float: right } .tl { text-align: left; } .tc { text-align: center } .tr { text-align: right; } .ellipse { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .bgcolor { background-color: #007ffa; } .bgimage { background: url(../images/sprite.png) no-repeat; } .closeMenu, .level2menu, .iconMenuCont, .retractIcoP, .selectTitle, .shadow, .tip, .releaseSetting, .operationNav, .foldQuestiionItem .questionOptionList, .advancedFilterWrap, .reName, .creatQuestionsBank, .editTitle, .hide, .loadging, .saveSuccess, .createPreview, .modifyReleaseState, .releaseSetting, .hidden, .rePassward, .newUser, .newGroup, .assignRoles, .newRoles { display: none; } .pageInput, .jumpBtn, .modifyReleaseState, .pageBtn , .releaseName > input, .questionsDetails, .allChecked , .leftList, .rightList, .checkbox, .questionOption input, .tbodyWrap, .leftWrap, .rightWrap, .formGroupInp, .textarea, .cntLeft, .checkbox, .newUser select, .assignRoles .selectWrap { border: 1px solid #ccc; } .reName, .creatQuestionsBank, .editTitle, .createPreview, .selectTitle, .releaseSetting, .newGroup, .assignRoles, .rePassward, .newUser, .newRoles { -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; } .wrapper { min-width: 1010px; } header { height: 60px; } h1 { font-size: 18px; } .logo { width: 210px; height: 60px; } .sidebarBtn { margin-left: 20px; margin-top: 22px; } .retractIcoC, .retractIcoP { width: 0; height: 0; border-top: 8px solid #007ffa; border-bottom: 8px solid #007ffa; } .retractIcoC { border-left: none; border-right: 8px solid #fff; } .retractIcoP { margin-left: 3px; border-left: 8px solid #fff; border-right: none; } .retract { width: 17px; height: 16px; margin-left: 3px; background-position: 0 0; } .headerRight { padding-right: 57px; margin-top: 19px; } .exitBtn { margin-left: 31px; width: 20px; height: 21px; background-position: -37px 0; } .accountInfo { width: 240px; text-align: right; line-height: 20px; color: #fff; } .contentwrap { width: 100%; } .content { margin-left: 210px; min-height: 710px; } .sidebar { position: relative; width: 210px; height: 740px; background-color: #303548; padding-top: 10px; margin-left: -100%; } .openMenu { width: 210px; } .menuItem { border-left: 4px solid transparent; } .menuItem , .level2Item a, .iconMenuCont a { display: block; } .level2Item a { padding-left: 56px; } .level2Item a:hover, .level2ItemaActive { background-color: #3d4353; } .menuItemCnt { width: 118px; } .menuItem, .menuItemCnt { line-height: 20px; color: #fff; } .menuItem , .level2Item .menuItemCnt, .iconMenuCont .menuItemCnt { padding-top: 14px; padding-bottom: 14px; } .menuItemActive, .menuItem:hover { border-left-color: #0172ff; background-color: #1b2131; } .menuItemActive .arrow { background-position: 0 -38px; } .menuItemIco { width: 16px; height: 16px; background-position: 0 -21px; margin-left: 26px; margin-top: 2px; margin-right: 10px; } .arrow { width: 16px; height: 16px; background-position: -16px -38px; margin-right: 20px; } .release { background-position: -17px -21px; } .questions { background-position: -34px -21px; } .system { background-position: -51px -21px; } .point { width: 0; height: 0; border: 2px solid #989ba4; -webkit-border-radius: 2px; -moz-border-radius: 2px; -ms-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px; } .iconMenuCont .point , .level2Item .point { margin-right: 9px; margin-top: 21px; } .closeMenu { width: 70px; } .iconMenuCont { position: absolute; left: 70px; top: 0; width: 160px; height: 750px; background-color: #1b2031; } .iconMenuCont a { padding-left: 20px; } .iconMenuCont a:hover .menuItemCnt { color: #007ffb; } .iconMenuCont a:hover .point { border-color: #007ffb; } .show { display: block; } .row1 { padding-left: 19px; padding-top: 20px; white-space: nowrap; } .row1 , .row1 li { font-size: 0; } .row1 li { display: inline-block; padding-top: 19px; padding-bottom: 19px; margin-right: 1.6%; min-width: 240px; max-width: 385px; width: 31.7%; -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; text-align: center; } .funIco, .funCnt { vertical-align: middle; } .funIco { display: inline-block; width: 86px; height: 86px; margin-left: 10px; -webkit-border-radius: 43px; -moz-border-radius: 43px; -ms-border-radius: 43px; -o-border-radius: 43px; border-radius: 43px; } .funCnt { display: inline-block; min-width: 93px; max-width: 127px; margin-left: 51px; padding-top: 24px; padding-bottom: 22px; font-size: 20px; line-height: 40px; color: #fff; } .addQuestion { background: url(../images/bg1.png) no-repeat center top #0aa942; -webkit-box-shadow: 0 5px 20px #b9e8d4; -o-box-shadow: 0 5px 20px #b9e8d4; -ms-box-shadow: 0 5px 20px #b9e8d4; -moz-box-shadow: 0 5px 20px #b9e8d4; box-shadow: 0 5px 20px #b9e8d4; } .addQuestion .funIco{ background-color: #09983c; } .creatPublish { background: url(../images/bg2.png) no-repeat center top #654aa9; -webkit-box-shadow: 0 5px 20px #cdc4e3; -o-box-shadow: 0 5px 20px #cdc4e3; -ms-box-shadow: 0 5px 20px #cdc4e3; -moz-box-shadow: 0 5px 20px #cdc4e3; box-shadow: 0 5px 20px #cdc4e3; } .creatPublish .funIco{ background-color: #5c4299; } .addUser { background: url(../images/bg3.png) no-repeat center top #2287fd; -webkit-box-shadow: 0 5px 20px #b6d8fe; -o-box-shadow: 0 5px 20px #b6d8fe; -ms-box-shadow: 0 5px 20px #b6d8fe; -moz-box-shadow: 0 5px 20px #b6d8fe; box-shadow: 0 5px 20px #b6d8fe; } .addUser .funIco{ background-color: #2078e2; } .ico1, .ico2, .ico3 { display: inline-block; width: 38px; height: 38px; overflow: hidden; margin-top: 24px; } .ico1 { background-position: 0 -67px; } .ico2 { background-position: -38px -67px; } .ico3 { background-position: -76px -67px; } .answerResultli { background-color: #48c3d3; -webkit-box-shadow: 0 5px 20px #c4ebf0; -o-box-shadow: 0 5px 20px #c4ebf0; -ms-box-shadow: 0 5px 20px #c4ebf0; -moz-box-shadow: 0 5px 20px #c4ebf0; box-shadow: 0 5px 20px #c4ebf0; } .pendingAuditli { background-color: #ff9400; -webkit-box-shadow: 0 5px 20px #ffdbab; -o-box-shadow: 0 5px 20px #ffdbab; -ms-box-shadow: 0 5px 20px #ffdbab; -moz-box-shadow: 0 5px 20px #ffdbab; box-shadow: 0 5px 20px #ffdbab; } .itemBankNumli { background-color: #019fc2; -webkit-box-shadow: 0 5px 20px #afe1ec; -o-box-shadow: 0 5px 20px #afe1ec; -ms-box-shadow: 0 5px 20px #afe1ec; -moz-box-shadow: 0 5px 20px #afe1ec; box-shadow: 0 5px 20px #afe1ec; } .row2 li{ padding-top: 9px; padding-bottom: 8px; } .answerResult, .pendingAudit, .itemBankNum { position: relative; width: 110px; font-size: 0; text-align: center; padding-left: 9px; } .answerResultIco, .pendingAuditIco, .itemBankNumIco { display: inline-block; width: 34px; height: 34px; margin-top: 19px; } .answerResultIco { background-position: 0 -105px; } .pendingAuditIco { background-position: -34px -105px; } .itemBankNumIco { background-position: -68px -105px; } .row2text { font-size: 20px; line-height: 42px; color: #fff; padding-bottom: 19px; } .l { position: absolute; right: 0; top: 0; height: 107px; width: 1px; background-color: #fff; border-left: 1px solid #ccc; border-right: 1px solid #ccc; opacity: .4; filter: alpha(opacity=40); } .numwrap { width: 100%; } .paddingl119 { padding-left: 119px; } .margin001 { margin-left: -100%; } .number, .text { display: inline-block; } .number { margin-top: 16px; text-align: right; font: 32px/72px Arial; color: #fff; } .text { font-size: 24px; line-height: 28px; margin-top: 45px; color: #fff; margin-left: 12px; } .tableTitle { margin-top: 20px; padding-left: 19px; padding-right: 19px; } .leftText { width: 200px; padding-left: 1px; padding-top: 2px; line-height: 34px; } .rightBtn { width: 200px; } .seeAllBtn { background-color: #2088fb; line-height: 32px; padding: 2px 5px 0 8px; border: 1px solid #007ffc; margin-left: 20px; color: #fff; } .refreshBtb { width: 16px; height: 16px; background-position: -104px 0; margin-top: 10px; } .table , .questionslist { display: table; width: 100%; border-collapse: collapse; } .table { margin-top: -1px; margin-left: -1px; margin-right: -1px; border: 1px solid #dadbdd; } .thead , .tbody { display: table-row; border: 1px solid #dadbdd; background-color: #fff; } .bacolor017 { background-color: #f4f7fc; } .th { white-space: nowrap; font-weight: bold; } .td, .th { display: table-cell; line-height: 36px; padding-top: 3px; } .th0 { width: 1.6%; } .th36 { width: 2.0%; } .td48 { width: 48px; } .th56 { width: 3.69%; } .th61 { width: 4.11%; text-align: center; } .th68 { width: 4.70%; text-align: center; } .th78 { width: 5.5%; } .th80 { width: 5.6%; } .th82 { width: 5.87%; } .th85 { width: 6.13%; } .th90 { width: 6.56%; } .th98 { width: 7.23%; } .th99 { width: 7.30%; } .th100 { width: 7.38%; } .th101 { width: 8.47%; } .th102 { width: 7.57%; } .th105 { width: 7.8%; } .th113 { width: 8.47%; } .th117 { width: 8.81%; } .th120 { width: 9.08%; } .th121 { width: 9.15%; } .th124 { width: 9.40%; } .th125 { width: 9.5%; } .th128 { width: 9.73%; } .th130 { width: 9.92%; } .th138 { width: 10.59%; } .th140 { width: 10.76%; } .th147 { width: 11.35%; } .th151 { width: 11.66%; } .th155 { width: 12.01%; } .th156 { width: 12.08%; } .th157 { width: 12.17%; } .th159 { width: 12.33%; } .th160 { width: 160px; } .th162 { width: 12.59%; } .th171 { width: 13.34%; } .th177 { width: 13.84%; } .th186 { width: 14.6%; } .th199 { width: 15.69%; } .th220 { width: 17.48%; } .th225 { width: 17.87%; } .th239 { width: 19.05%; } .th253 { width: 20.22%; } .th273 { width: 21.9%; } .th285 { width: 22.9%; } .th294 { width: 23.66%; } .paddingr18 { padding-right: 18px; } .th36 .checkbox { margin: 0; margin-left: 20px; } .paddingr56 { padding-right: 56px; } .paddingr70 { padding-right: 4.88%; } .paddinglr19 { padding-left: 20px; padding-right: 19px; } .paddingl10 { padding-left: 10px; } .paddingr29 { padding-right: 29px; } .td span, .td div { width: 90%; } .uAnddBtn { display: inline-block; width: 12px; height: 16px; background-position: 0 -147px; margin-left: 9px; vertical-align: middle; cursor: pointer; } .seeBtn, .addItem, .repassward{ color: #017ffa; } .marginlr20 { margin-left: 20px; margin-right: 20px; } .margint19 { margin-top: 19px; } .queryRow { margin-top: 19px; } .locationMap { padding-top: 2px; border-bottom: 1px solid #dcdcdc; } .locationMapIoo { width: 12px; height: 16px; margin-right: 5px; margin-top: 18px; background-position: -12px -147px; } .locationMapInfo { line-height: 32px; padding-top: 10px; padding-bottom: 10px; color: #666; } .searchWrap { width: 288px; border: 1px solid #dcdcdc; background-color: #f4f7fc; padding-left: 9px; } .search { width: 261px; border: none; background-color: #f4f7fc; line-height: 18px; padding-top: 7px; padding-bottom: 9px; } .searchLogo { width: 18px; height: 18px; margin-top: 9px; margin-right: 9px; background-position: -24px -147px; } .updateText { line-height: 36px; text-align: right; width: 85px; margin-right: 10px; } .timeFrom, .timeTo { width: 101px; line-height: 34px; padding-left: 7px; border: 1px solid #dcdcdc; background-color: #f4f7fc; font-family: Arial; } .timeIco { width: 17px; height: 17px; background-position: -103px -167px; margin-top: 8px; margin-right: 4px; } .line { line-height: 36px; text-align: center; width: 18px; } .screenBtn { margin-left: 20px; width: 94px; height: 34px; border: 1px solid #007ffc; color: #007ffc; cursor: pointer; } .screenBtn select { border: none; width: 100%; height: 34px; display: inline-block; vertical-align: middle; } .advancedFilterWrap { position: relative; margin-left: 19px; margin-right: 19px; border-top: 1px solid #dcdcdc; padding-top: 20px; } .advancedFilterWrap:after { content: ""; position: absolute; left: 696px; top: -6px; width: 0; height: 0; border-left: 5px solid transparent; border-top: none; border-right: 5px solid transparent; border-bottom: 6px solid #dcdcdc; z-index: 30; } .advancedFilterWrap:before { content: ""; position: absolute; left: 696px; top: -5px; width: 0; height: 0; border-left: 5px solid transparent; border-top: none; border-right: 5px solid transparent; border-bottom: 6px solid #fff; z-index: 40; } .advancedFilterWrap .table, .advancedFilterWrap .td { border: none; } .advancedFilterWrap p { line-height: 36px; text-align: right; white-space: nowrap; } .advancedFilterWrap select { width: 158px; height: 36px; line-height: 36px; } .operationWrap { margin-left: -240px; background-color: #fff; } .create, .delete, .releaseBtn { border: 1px solid #007ffc; margin-right: -1px; height: 34px; color: #007ffc; } .createIco, .deleteIco, .releaseBtnIco, .assignRolesIco { width: 16px; height: 16px; margin-left: 10px; margin-top: 9px; } .createIco { background-position: -16px -167px; } .deleteIco { background-position: 0 -167px; } .releaseBtnIco { background-position: -32px -167px; } .assignRolesIco { background-position: 0 -271px; } .createText, .deleteText, .releaseText { padding-left: 3px; padding-right: 10px; line-height: 34px; white-space: nowrap; } .list { margin-left: 20px; /*height: 500px;*/ /*overflow-y: auto;*/ } .releaseList > li { position: relative; margin-right: 1.7%; margin-top: 20px; width: 23.0%; max-width: 300px; min-width: 185px; border: 1px solid #e6e6e6; background-color: #f4f7fc; } .releaseList h3 { padding-right: 61px; } .releaseList h3 a { display: block; line-height: 28px; margin-top: 15px; margin-left: 18px; color: #333; } .updateDate, .titleText { font-size: 12px; line-height: 20px; color: #9a9997; } .titleWrap { padding-right: 24px; } .updateDate { margin-left: 18px; } .titleText, .titleNum { padding-bottom: 14px; } .titleText { margin-top: 43px; } .titleNum { width: 62%; font-size: 20px; line-height: 30px; margin-top: 33px; margin-right: 6px; margin-left: 18px; } .state { position: absolute; right: 19px; top: 19px; width: 42px; font-size: 12px; line-height: 22px; text-align: center; } .alreadyReleased .state, .alreadyReleased { background-color: #00bf2e; color: #fff; } .alreadyReleased .titleNum { color: #00bf2e; } .unreleased .state, .unreleased { background-color: #007ffa; color: #fff; } .unreleased .titleNum { color: #007ffa; } .withdraw .state, .withdraw { background-color: #9a9899; color: #fff; } .withdraw .titleNum { color: #9a9899; } .modifyReleaseState { position: absolute; top: -65px; right: -10px; width: 120px; -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; padding-top: 4px; padding-bottom: 4px; background-color: #fff; z-index: 200; color: #333; } .modifyReleaseState li { cursor: pointer; } .modifyStateIco { width: 16px; height: 16px; margin-left: 17px; margin-top: 12px; } .msIco1 { background-position: 0 -195px; } .msIco2 { background-position: -16px -195px; } .msIco3 { background-position: -32px -195px; } .modifyStateText { line-height: 22px; margin-top: 9px; margin-left: 7px; padding-bottom: 9px; width: 70px; } .modifyStateActive, .modifyReleaseState li:hover { background-color: #007ffa; color: #fff; } .modifyReleaseState li:hover .modifyStateIco { background-position-y: -216px; } .more { position: absolute; right: 19px; bottom: 17px; width: 4px; height: 18px; font-size: 0; } .more .point { display: inline-block; margin-bottom: 2px; border-color: #333; } /*******************分页*****************************/ .paginationWrap { margin-top: 80px; margin-left: 19px; padding-bottom: 20px; margin-right: 20px; } .pageText, .pageNum { font-size: 12px; line-height: 26px; padding-top: 2px; } .pageText { color: #676767; } .pageNum { margin-right: 3px; } .paddingl16 { padding-left: 16px; } .paddingl19 { padding-left: 19px; } .selectwrap { margin-left: 9px; width: 70px; height: 26px; border: 1px solid #dcdcdc; background-color: #fff; } .selectwrap select { display: inline-block; width: 100%; height: 26px; } .pageBtn { width: 26px; height: 26px; font-family: Arial; line-height: 26px; color: #ccc; text-align: center; } .pageBtn:hover , .pageBtnActive { background-color: #007ffa; color: #fff; } .marginl9 { margin-left: 9px; } .pageInput { margin-left: 8px; width: 41px; height: 26px; line-height: 26px; margin-right: 7px; padding-left: 5px; } .jumpBtn { width: 58px; margin-left: 14px; height: 26px; line-height: 26px; text-align: center; cursor: pointer; } .paginationRight > a { margin-right: 5px; } /**********创建发布**********/ .releaseName { margin: 30px 20px 0; } .releaseName > input { width: 260px; line-height: 18px; margin-left: 10px; padding: 9px 5px; background-color: #fff; } .setting { margin: 20px 20px 0; } .setting > p , .titleHeader , .releaseName > label { line-height: 36px; } .disorder { margin-left: 10px; } .disorder , .randow { width: 103px; } .disorder > label, .randow > label { line-height: 36px; width: 76px; margin-left: 10px; cursor: pointer; } .disorder > input, .randow > input { width: 16px; height: 16px; margin-top: 11px; } .titleHeader { margin-left: 20px; margin-top: 20px; padding-bottom: 3px; font-size: 14px; } .questionsDetails { margin-left: 20px; margin-right: 20px; background-color: #fff; } .detailsHeader { position: relative; padding-bottom: 1px; line-height: 54px; padding-left: 21px; border-bottom: 1px solid #dcdcdc; background-color: #f4f7fc; } .count { margin: 0 8px; color: #007ffc; font-family: Arial ; } .selectQuestionBtn, .expandAll { margin-right: 20px; margin-top: 9px; padding-left: 9px; padding-right: 8px; line-height: 36px; color: #fff; text-align: center; background-color: #007ffa; } .tip { position: absolute; right: 20px; top: 74px; width: 259px; padding-top: 2px; line-height: 28px; background-color: #9da0a9; color: #fff; text-align: center; } .tip:after { content: ""; position: absolute; right: 41px; top: -11px; width: 0; height: 0; border-bottom: 7px solid #9da0a9; border-right: 6px solid #9da0a9; border-top: 7px solid transparent; border-left: 5px solid transparent; } .listwrap { height: 320px; overflow-y: auto; overflow-x: hidden; background-color: #fff; } .detailsfooter { border-top: 1px solid #dcdcdc; padding-bottom: 10px; padding-top: 10px; } .allChecked, .checkbox { width: 16px; height: 16px; margin-top: 6px; margin-left: 19px; cursor: pointer; } .allCheckedL, .deletebtn { line-height: 26px; margin-left: 20px; color: #333; } .allCheckedL { cursor: pointer; } .marginr9 { margin-right: 9px; } .submitWrap { margin: 11px 20px 0; } .submit { width: 72px; height: 36px; line-height: 36px; background-color: #007ffa; color: #fff; cursor: pointer; } .shadow { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: #000; opacity: .6; filter: alpha(opacity=60); z-index: 600; } .selectTitle { position: absolute; left: 50%; top: 50%; width: 1128px; height: 646px; margin-left: -564px; margin-top: -323px; background-color: #fff; z-index: 700; } .selectTitleHead { border-bottom: 1px solid #dcdcdc; } .selectTitleHead h3 { line-height: 24px; padding-top: 12px; padding-left: 19px; padding-bottom: 12px; width: 400px; } .closeBtn { width: 14px; height: 14px; margin-top: 17px; margin-right: 15px; background-position: -106px -147px; } .titleList { width: 1048px; margin: 40px auto 0; } .leftList { width: 478px; margin-right: 10px; } .head { border-bottom: 1px solid #dcdcdc; background-color: #f4f7fc; padding-top: 7px; padding-bottom: 8px; } .head .allChecked { margin-top: 2px; margin-left: 9px; margin-right: 10px; } .mytitleList { height: 450px; padding-top: 5px; overflow-y: auto; overflow-x: hidden; } .mytitleList li { margin-top: 4px; } .mytitleList li:hover, .mytitleListliActive { background-color: #dcdcdc; } .myTitles { line-height: 22px; } .checkbox { margin: 10px 10px 0 9px; } .titleName, .titleCount, .updataTime { line-height: 24px; padding-top: 6px; padding-bottom: 6px; padding-right: 10px; } .titleName { width: 128px; } .titleCount { width: 70px; } .updataTime { width: 180px; } .rightList { width: 556px; } .saveBtn, .cancelBtn { width: 72px; text-align: center; line-height: 36px; border: 1px solid #2287fd; cursor: pointer; } .saveBtn { background-color: #2287fd; color: #fff; } .cancelBtn { margin-left: 20px; background-color: #fff; color: #2287fd; } .action { margin-top: 12px; padding-left: 40px; } .questionslist { display: table; width: 100%; } .questionli { display: table-row; white-space: nowrap; border-bottom: 1px solid #dcdcdc; } .tdw55 { width: 55px; } .tdw35 { width: 35px; } .questionli .checkbox { margin-left: 19px; margin-right: 20px; margin-top: 8px; } .questionName { width: 90%; line-height: 34px; font-size: 16px; padding-bottom: 3px; } .authfont { line-height: 35px; font-size: 16px; text-align: center; } .questionli .time { width: 148px; font-family: Arial; line-height: 32px; } .questionli .delete { border: none; margin-right: 40px; } .releaseSetting { position: absolute; left: 50%; top: 50%; width: 800px; height: 527px; margin-left: -400px; margin-top: -263px; background-color: #fff; z-index: 700; } .releaseSetting .formGroup { margin-top: 0; } .cntWrap { overflow-y: auto; padding-top: 14px; } .formGroup { padding-left: 20px; padding-right: 20px; } .groupLabel { width: 100px; white-space: nowrap; text-align: right; line-height: 34px; padding-top: 13px; padding-bottom: 13px; margin-right: 28px; } .groupWrap { width: 630px; line-height: 34px; } .groupText { margin-top: 13px; margin-right: 19px; } .radio { width: 16px; height: 16px; margin-right: 9px; } .questionOption > .radio { width: 6px; height: 6px; margin-right: 9px; border: 5px solid transparent; display: inline-block; vertical-align: middle; position: relative; z-index: 20; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; } .questionOption > .radio:after { content: ""; position: absolute; left: -5px; top: -5px; width: 14px; height: 14px; border: 1px solid #cdcdcd; z-index: -1; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; } .questionOption > .radioChecked, .questionOption > .radioChecked:after { border-color: #2388fc; } .groupWrap .checkbox { margin-top: 23px; margin-right: 9px; margin-left: 0; } .inputTime { width: 56px; height: 20px; border: 1px solid #969696; background-color: #f4f7fc; line-height: 20px; padding-top: 3px; padding-bottom: 3px; text-align: center; margin-right: 10px; margin-left: 10px; margin-top: 16px; } .testTime .groupText { margin-right: 0; } .margint28 { margin-top: 28px; } .margint28 .saveBtn { margin-left: 108px; } .paddingl29 { padding-left: 29px; } .tbodyWrap { overflow-y: auto; overflow-x: hidden; height: 520px; margin-top: 10px; } .th .marginauto { width: 156px; } .paddingr25 { padding-right: 25px; } .marginr19 { margin-right: 19px; } .statusBtn { display: inline-block; width: 42px; line-height: 20px; font-size: 12px; text-align: center; -webkit-border-radius: 2px; -moz-border-radius: 2px; -ms-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px; } .mt19 { margin-top: 19px; } .releaseName .statusBtn { margin-left: 10px; margin-top: 8px; } .marginr10 { margin-right: 10px; } .questiionItem { padding-top: 19px; padding-left: 21px; padding-right: 94px; position: relative; border-left: 1px solid transparent; border-top: 1px solid transparent; border-bottom: 1px solid transparent; overflow-y: auto; overflow-x: hidden; } .questiionItemHover{ border-color: #007ffc; } .questiionItemHover .operationNav { display: block; } .foldQuestiionItem { padding-top: 3px; border-bottom-color: #dcdcdc; } .foldQuestiionItem .oAndcBtn { top: 15px; -ms-background-position-x: -100px; background-position-x: -100px; } .foldQuestiionItem > .questionTitle { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .itemCheckbox .checkbox { position: absolute; left: 19px; top: 29px; margin: 0; } .foldQuestiionItem .checkbox { top: 11px; } .questionOptionList { padding-bottom: 23px; } .questionTitle { font-size: 16px; line-height: 36px; } .questionOption { font-size: 0; white-space: nowrap; padding-top: 8px; padding-bottom: 8px; } .questionOption input, .questionOption label { display: inline-block; vertical-align: middle; } .questionOption input { width: 16px; height: 16px; margin-top: 8px; margin-bottom: 8px; } .questionOption label { font-size: 12px; line-height: 18px; width: 540px; white-space: normal; } .oAndcBtn { position: absolute; right: 23px; top: 24px; width: 10px; height: 6px; background-position: -110px -195px; } .operationNav { position: absolute; right: 20px; bottom: 9px; width: 220px; height: 36px; } .operationNav > a { border: 1px solid #007ffc; margin-right: -1px; width: 70px; height: 34px; margin-top: 0; } .elitIco, .copyIco, .delete2Ico { width: 16px; height: 16px; margin-top: 9px; margin-left: 11px; margin-right: 4px; } .elitIco { background-position: -88px -216px; } .copyIco { background-position: -104px -216px; } .delete2Ico { background-position: 0 -167px; } .operationNav .txt { line-height: 30px; padding-top: 3px; color: #007ffc; } .paddingl20 { padding-left: 20px; } .margint20 { margin-top: 20px; } .answerState { width: 22.89%; min-width: 187px; margin-right: 2.51%; padding-top: 14px; padding-bottom: 10px; } .leftNumWrap { width: 100%; } .rightIco { margin-left: -106px; width: 72px; height: 72px; background-color: #2079e1; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; border-radius: 50%; } .rightIco > div { width: 34px; height: 34px; margin: 19px auto; background-position: 0 -105px; background-color: #2079e1; } .answerStateTxt { font-size: 16px; line-height: 26px; color: #fff; } .bgcolor228 { background-color: #2287fd; } .paddingr106 > .answerStateTxt { margin-left: 41px; } .numWrap { white-space: nowrap; text-align: center; } .numWrap > .answerStateTxt { margin-top: 24px; padding-right: 0; margin-left: 9px; } .numWrap > p { display: inline-block; vertical-align: middle; } .num { margin-top: 11px; font-size: 29px; line-height: 39px; font-family: Arial; color: #fff; } .paddingr106 { padding-right: 106px; } .row1 > div { display: inline-block; } .checkPending { color: #fff; background-color: #ff9400; } .checkPending .rightIco { background-color: #e58401; } .notPass { color: #fff; background-color: #fe2b24; } .notPass .rightIco { background-color: #e42721; } .alreadyPass { color: #fff; background-color: #01ab48; } .alreadyPass .rightIco { background-color: #009b40; } .marginr0 { margin-right: 0; } .checkPending .bgimage { background-position: 0 -237px; } .notPass .bgimage { background-position: -34px -237px; } .alreadyPass .bgimage { background-position: -68px -237px; } .height398 { height: 398px; } .reAuditing, .refuse, .pass { padding-top: 2px; padding-left: 6px; padding-right: 5px; line-height: 18px; } .reAuditing { color: #ff9400; border: 1px solid #ff9400; } .refuse { border: 1px solid #fb2c24; color: #fb2c24; } .pass { color: #00aa47; border: 1px solid #00aa47; } .minw752 { min-width: 752px; } .leftWrap, .rightWrap { width: 49.05%; } .leftWrap { margin-right: 10px; } .title { line-height: 38px; padding-left: 18px; border-bottom: 1px solid #ccc; } .cntList { height: 513px; overflow-y: auto; overflow-x: hidden; } .cntList .questionOption label, .cntList .questionTitle { width: 94%; } .cntList .questiionItem { height: 200px; } .itemMangerList { margin-top: -1px; margin-left: -1px; } .itemMangerList .table { border: none; width: auto; } .itemMangerList .delete { border: none; } .marginr15 { margin-right: 15px; } .fonts0 { font-size: 0; white-space: nowrap; } .fonts0 > a{ font-size: 14px; } .screenTXT { line-height: 32px; padding-top: 2px; margin-left: 10px; margin-right: 3px; color: #007ef7; } .advancedIco { width: 11px; height: 7px; margin-top: 14px; background-position: -109px -237px; } .reName { position: absolute; left: 50%; top: 50%; margin-left: -200px; margin-top: -120px; z-index: 700; width: 400px; height: 240px; background-color: #fff; } .reName h3 { width: 300px; color: #666; } .formGroup { margin-top: 20px; } .formGroupLabel { width: 85px; margin-right: 8px; text-align: right; line-height: 36px; } .formGroupInp { width: 220px; line-height: 18px; padding: 8px 9px; } .formAction { margin-top: 40px; } .reName .submit, .creatQuestionsBank .submit { margin-left: 113px; } .creatQuestionsBank { position: absolute; left: 50%; top: 50%; margin-left: -197px; margin-top: -176px; width: 395px; height: 352px; background-color: #fff; z-index: 800; } .creatQuestionsBank h3 { width: 300px; } .paddingt19 { padding-top: 19px; } .formGroup select { width: 240px; height: 36px; } .edit { display: inline-block; width: 12px; height: 12px; background-position: -108px -244px; margin-left: 4px; margin-top: 11px; } .marginl0 { margin-left: 0; } .height479 { height: 479px; } .itemCheckbox { padding-left: 56px; } .itemMangerList { background: url(../images/bg4.png) no-repeat center 154px; } .editTitle { position: absolute; left: 50%; top: 50%; width: 640px; height: 521px; margin-left: -320px; margin-top: -260px; background-color: #fff; z-index: 800; } .editTitle .formGroupInp { width: 496px; } .editTitle .formGroupLabel { width: 78px; } .editTitle .formGroup { padding-left: 0; } .paddingt31 { padding-top: 31px; } .margint4 { margin-top: 4px; } .editTitle .radio { margin-left: 60px; margin-right: 10px; margin-top: 10px; } .editTitle .submit { margin-left: 86px; } .paddingt27 { padding-top: 27px; } .textarea { width: 511px; height: 278px; overflow: auto; resize: none; } .editTitle .formAction { margin-top: 19px; } .height471 { height: 471px; margin-top: -235px; } .createPreview { position: absolute; left: 0; top: 0; width: 100%; height: 100%; min-width: 1000px; background-color: #fff; z-index: 550; } .headTxt { padding-top: 9px; padding-left: 20px; padding-right: 20px; padding-bottom: 7px; border-bottom: 1px solid #dcdcdc; } .leftTxt { width: 400px; } .headTxt h2 { font-size: 16px; line-height: 24px; } .headTxt p { font-size: 12px; line-height: 20px; color: #999; } .cntTxt { min-width: 1000px; padding-top: 9px; padding-left: 20px; padding-right: 20px; background-color: #f4f7fc; } .cntLeft, .cntRight { margin-right: 9px; min-width: 475px; width: 47.26%; border-bottom: none; } .cntRight { margin-right: 0; } .cntLeft > div { border: 1px solid #007ffc; } .cntRight div { border:none; border-top: 1px solid #ccc; } .cntLeft p { line-height: 54px; padding-left: 18px; } .textarea2 { width: 100%; height: 617px; } .margint9 { margin-top: 9px; } .marginl20 { margin-left: 20px; } .createPreview .formAction { padding-bottom: 20px; } .saveSuccess { position: absolute; left: 50%; top: 50%; margin-left: -77px; margin-top: 44px; width: 154px; height: 88px; z-index: 850; } .saveSuccess > p { color: #fff; text-align: center; line-height: 32px; } @-webkit-keyframes loadingAnimate { 0% { transform:rotate(0deg); -ms-transform:rotate(0deg); -moz-transform:rotate(0deg); -webkit-transform:rotate(0deg); -o-transform:rotate(0deg); } 100% { transform:rotate(360deg); -ms-transform:rotate(360deg); -moz-transform:rotate(360deg); -webkit-transform:rotate(360deg); -o-transform:rotate(360deg); } } @-moz-keyframes loadingAnimate { 0% { transform:rotate(0deg); -ms-transform:rotate(0deg); -moz-transform:rotate(0deg); -webkit-transform:rotate(0deg); -o-transform:rotate(0deg); } 100% { transform:rotate(360deg); -ms-transform:rotate(360deg); -moz-transform:rotate(360deg); -webkit-transform:rotate(360deg); -o-transform:rotate(360deg); } } @-ms-keyframes loadingAnimate { 0% { transform:rotate(0deg); -ms-transform:rotate(0deg); -moz-transform:rotate(0deg); -webkit-transform:rotate(0deg); -o-transform:rotate(0deg); } 100% { transform:rotate(360deg); -ms-transform:rotate(360deg); -moz-transform:rotate(360deg); -webkit-transform:rotate(360deg); -o-transform:rotate(360deg); } } @-o-keyframes loadingAnimate { 0% { transform:rotate(0deg); -ms-transform:rotate(0deg); -moz-transform:rotate(0deg); -webkit-transform:rotate(0deg); -o-transform:rotate(0deg); } 100% { transform:rotate(360deg); -ms-transform:rotate(360deg); -moz-transform:rotate(360deg); -webkit-transform:rotate(360deg); -o-transform:rotate(360deg); } } @keyframes loadingAnimate { 0% { transform:rotate(0deg); -ms-transform:rotate(0deg); -moz-transform:rotate(0deg); -webkit-transform:rotate(0deg); -o-transform:rotate(0deg); } 100% { transform:rotate(360deg); -ms-transform:rotate(360deg); -moz-transform:rotate(360deg); -webkit-transform:rotate(360deg); -o-transform:rotate(360deg); } } .loadging { position: absolute; left: 50%; top: 50%; margin-left: -24px; margin-top: -24px; width: 48px; height: 48px; background: url(../images/loading.png) no-repeat 0 0; z-index: 900; animation: loadingAnimate 1.2s linear infinite; } .cntWrap .groupWrap { width: 600px; } input.xuanz{ background:#09F; } .authorWidth{ width: 300px; height: 432px; border:#dcdcdc 1px solid;; } .oneMenuColor{ background-color: #f4f7fc; } .authorBtn{ margin-left: 103px; margin-top: 30px; } .public{ width: 320px; height: 30px; line-height: 30px; border: #dcdcdc 1px solid; border-radius: 2px; padding-left: 8px; -moz-appearance: none; font-size: 16px; } .tableWrap { height: 512px; overflow-y: auto; border: 1px solid #dcdcdc; margin-left: 19px; margin-right: 19px; } .marginlr19 { margin-left: 20px; margin-right: 19px; margin-bottom: -1px; } .rePassward { position: absolute; left: 50%; top: 50%; width: 424px; height: 300px; margin-left: -214px; margin-top: -150px; z-index: 800; background-color: #fff; } .rePassward h3 { width: 200px; } .rePassward .formGroup { margin-top: 24px; } .rePassward .formGroupLabel { width: 99px; margin-right: 7px; } .requiredIco { color: #fd0d0e; line-height: 14px; margin-top: 11px; margin-left: 10px; } .rePassward .submit { margin-left: 126px; } .newUser { position: absolute; left: 50%; top: 50%; width: 650px; height: 464px; margin-left: -325px; margin-top: -232px; z-index: 800; background-color: #fff; } .newUser .formGroupInp { width: 300px; } .newUser .submit { margin-left: 113px; } .tipMsg { margin-left: 10px; line-height: 36px; color: #9a9a9a; white-space: nowrap; } .newUser select { width: 240px; } .paddingr19 { padding-right: 19px; } .bordebrnone { border-bottom: none; } .borderrnone { border-right: none; } .newGroup, .newRoles { position: absolute; left: 50%; top: 50%; width: 472px; height: 240px; margin-left: -236px; margin-top: -120px; z-index: 800; background-color: #fff; } .newGroup .formGroupInp { width: 300px; } .newGroup .submit, .newRoles .submit { margin-left: 113px; } .bordertnone { border-top: none; border-bottom: none; } .marginb1 { margin-bottom: -1px; } .bordernone { border: none; } .margin0 { margin: 0; } .assignRoles { position: absolute; left: 50%; top: 50%; width: 480px; height: 552px; margin-left: -240px; margin-top: -276px; z-index: 800; background-color: #fff; } .assignRoles .selectWrap { width: 318px; } .assignRoles .select { width: 318px; } .selectT { border-bottom: 1px solid #dcdcdc; } .selectT .checkbox { margin-top: 9px; margin-left: 9px; margin-right: 10px; } .selectCtn { padding-top: 7px; height: 247px; overflow-y: atuo; overflow-x: hidden; } .selectT > label { width: 98px; line-height: 34px; padding-top: 2px; } .selectItm > label { width: 98px; line-height: 36px; padding-top: 3px; padding-bottom: 3px; } .assignRoles .submit { margin-left: 113px; } .selectItm .checkbox { margin-top: 12px; } .height319 { height: 319px; }
0.261331
0.070272
#plates { background-color:#ccc; padding:0 5px; height:500px; width:700px; position:relative;top:0; float:right; } /* #northwest { position:absolute; right:51%; bottom:51%; } */ #northeast { position:absolute; left:51%; bottom:51%;} #southwest { position:absolute; right:51%; top:51%; } #southeast { position:absolute; left:51%; top:51%;} .platescontainer table.plate { border-collapse:collapse; background-color:white; border:1px solid black; -moz-user-select:none; } .platescontainer table.plate td.well { border:1px solid black; height:16px;width:16px; font-size:0; background-repeat:no-repeat; background-position:center center; } .platescontainer table.plate td.well img { border:none; } .platescontainer table.plate td.empty { background-color:white; background-image:url(../../images/icons/misc/empty.png);background-repeat:repeat; } .platescontainer table.plate td.selected { background-color:#66f; } .platescontainer table.plate td.selecting { background-color:#99f; } .platescontainer table.plate td.selectingAdd { background-color:#9f9; } .platescontainer table.plate td.selectingSubtract { background-color:#f99; } .platescontainer div.groupexperiment { float:left; height:30px; width:30px; margin:5px; background-repeat:no-repeat; background-position:center center; background-color:white; border:1px solid #006; -moz-user-select:none; -moz-border-radius:4px; -webkit-border-radius:4px; } .platescontainer div.groupexperiment img {margin-left:5px; margin-top:5px; border:none; } #addremove { position:absolute; top:0;right:0; } .nonplategroup #addremove { position:static; } .platescontainer div.selected { background-color:#66f; } .platescontainer div.selecting { background-color:#99f; } .platescontainer div.selectingAdd { background-color:#9f9; } .platescontainer div.selectingSubtract { background-color:#f99; } #paramssamples { background-color:#99f; margin-right:700px;} /* colour same as section headers - masks 1px shortfall in IE */ #paramssamples h4 { background-color:#99f; padding:0.1em 0.5em; margin:0; cursor:pointer; } #paramssamples div+h4 { border-top:1px solid #006 } #paramssamples h4+div { display:none; background-color:white; overflow:auto} #paramssamples h4+div.current { display:block; } #paramssamples div.param+div.param { border-top:1px solid #999; clear:both; } #paramssamples form { float:right; } #paramssamples h5 { display:inline; } #paramssamples input.amount { width:4.5em; text-align:right; } #paramssamples form.experimentscores { float:none; } #paramssamples form.experimentscores label { display:block; height:20px; background-position:5px center; background-repeat:no-repeat; padding-left:25px; } #experimentcontents { display:none; position:absolute; top:0; left:0; background-color:#ff9; font-family:verdana,arial,helvetica,sans-serif; font-size:80%; overflow:hidden; } /* Copy from plate */ .copyfromplate table.plate { font-size:80%; } .copyfromplate table.plate th { height:8px; width:8px; } .copyfromplate table.plate td.well { height:8px; width:8px; } .copyfromplate table.plate td.filled { background:#f9f url(../../images/icons/plates/copy_filled.png) no-repeat center; } .copyfromplate table.plate td.adding { background-image:url(../../images/icons/plates/copy_adding.png); background-repeat:no-repeat; background-position:center; } .copyfromplate table.plate td.destination { background-image:url(../../images/icons/plates/copy_destination.png); background-repeat:no-repeat; background-position:center; } .copyfromplate table.plate td.error { background-image:url(../../images/icons/plates/copy_error.png); background-repeat:no-repeat; background-position:center; } .copyfromplate table.plate td.empty { background-image:url(../../images/icons/misc/empty.png);background-repeat:repeat; } /* Merge from plate */ #mergeinputgroups { position:absolute;top:1%;left:1%;right:1%;bottom:1%;width:48%;height:26em;overflow:auto;} #mergeinputgroup { position:static; padding-top:0.5em; padding-bottom:0.5em; } #mergeinputplate_nw {float:left; width:46%; padding-top:0.5em; padding-bottom:0.5em; } #mergeinputplate_ne {float:right; width:46%; padding-top:0.5em; padding-bottom:0.5em; } #mergeinputplate_sw {float:left; width:46%; padding-top:0.5em; padding-bottom:0.5em; } #mergeinputplate_se {float:right; width:46%; padding-top:0.5em; padding-bottom:0.5em; } #mergeinputplate_nw #northwest {position:static; float:right;} #mergeinputplate_ne #northeast {position:static; float:left;} #mergeinputplate_sw #southwest {position:static; float:right;} #mergeinputplate_se #northeast {position:static; float:left;} #mergeinputplate_separator {clear:both; font-size:0em; border-top:1px solid red; margin-top:10px; margin-bottom:10px;} #mergeinputplate_icons {clear:both; text-align:center;} .mergebyscore_notselected { opacity:0.3; filter:alpha(opacity=30); } .mergeinputgroup_noicon { display:none; }
WebContent/skins/default/css/plates/plates.css
#plates { background-color:#ccc; padding:0 5px; height:500px; width:700px; position:relative;top:0; float:right; } /* #northwest { position:absolute; right:51%; bottom:51%; } */ #northeast { position:absolute; left:51%; bottom:51%;} #southwest { position:absolute; right:51%; top:51%; } #southeast { position:absolute; left:51%; top:51%;} .platescontainer table.plate { border-collapse:collapse; background-color:white; border:1px solid black; -moz-user-select:none; } .platescontainer table.plate td.well { border:1px solid black; height:16px;width:16px; font-size:0; background-repeat:no-repeat; background-position:center center; } .platescontainer table.plate td.well img { border:none; } .platescontainer table.plate td.empty { background-color:white; background-image:url(../../images/icons/misc/empty.png);background-repeat:repeat; } .platescontainer table.plate td.selected { background-color:#66f; } .platescontainer table.plate td.selecting { background-color:#99f; } .platescontainer table.plate td.selectingAdd { background-color:#9f9; } .platescontainer table.plate td.selectingSubtract { background-color:#f99; } .platescontainer div.groupexperiment { float:left; height:30px; width:30px; margin:5px; background-repeat:no-repeat; background-position:center center; background-color:white; border:1px solid #006; -moz-user-select:none; -moz-border-radius:4px; -webkit-border-radius:4px; } .platescontainer div.groupexperiment img {margin-left:5px; margin-top:5px; border:none; } #addremove { position:absolute; top:0;right:0; } .nonplategroup #addremove { position:static; } .platescontainer div.selected { background-color:#66f; } .platescontainer div.selecting { background-color:#99f; } .platescontainer div.selectingAdd { background-color:#9f9; } .platescontainer div.selectingSubtract { background-color:#f99; } #paramssamples { background-color:#99f; margin-right:700px;} /* colour same as section headers - masks 1px shortfall in IE */ #paramssamples h4 { background-color:#99f; padding:0.1em 0.5em; margin:0; cursor:pointer; } #paramssamples div+h4 { border-top:1px solid #006 } #paramssamples h4+div { display:none; background-color:white; overflow:auto} #paramssamples h4+div.current { display:block; } #paramssamples div.param+div.param { border-top:1px solid #999; clear:both; } #paramssamples form { float:right; } #paramssamples h5 { display:inline; } #paramssamples input.amount { width:4.5em; text-align:right; } #paramssamples form.experimentscores { float:none; } #paramssamples form.experimentscores label { display:block; height:20px; background-position:5px center; background-repeat:no-repeat; padding-left:25px; } #experimentcontents { display:none; position:absolute; top:0; left:0; background-color:#ff9; font-family:verdana,arial,helvetica,sans-serif; font-size:80%; overflow:hidden; } /* Copy from plate */ .copyfromplate table.plate { font-size:80%; } .copyfromplate table.plate th { height:8px; width:8px; } .copyfromplate table.plate td.well { height:8px; width:8px; } .copyfromplate table.plate td.filled { background:#f9f url(../../images/icons/plates/copy_filled.png) no-repeat center; } .copyfromplate table.plate td.adding { background-image:url(../../images/icons/plates/copy_adding.png); background-repeat:no-repeat; background-position:center; } .copyfromplate table.plate td.destination { background-image:url(../../images/icons/plates/copy_destination.png); background-repeat:no-repeat; background-position:center; } .copyfromplate table.plate td.error { background-image:url(../../images/icons/plates/copy_error.png); background-repeat:no-repeat; background-position:center; } .copyfromplate table.plate td.empty { background-image:url(../../images/icons/misc/empty.png);background-repeat:repeat; } /* Merge from plate */ #mergeinputgroups { position:absolute;top:1%;left:1%;right:1%;bottom:1%;width:48%;height:26em;overflow:auto;} #mergeinputgroup { position:static; padding-top:0.5em; padding-bottom:0.5em; } #mergeinputplate_nw {float:left; width:46%; padding-top:0.5em; padding-bottom:0.5em; } #mergeinputplate_ne {float:right; width:46%; padding-top:0.5em; padding-bottom:0.5em; } #mergeinputplate_sw {float:left; width:46%; padding-top:0.5em; padding-bottom:0.5em; } #mergeinputplate_se {float:right; width:46%; padding-top:0.5em; padding-bottom:0.5em; } #mergeinputplate_nw #northwest {position:static; float:right;} #mergeinputplate_ne #northeast {position:static; float:left;} #mergeinputplate_sw #southwest {position:static; float:right;} #mergeinputplate_se #northeast {position:static; float:left;} #mergeinputplate_separator {clear:both; font-size:0em; border-top:1px solid red; margin-top:10px; margin-bottom:10px;} #mergeinputplate_icons {clear:both; text-align:center;} .mergebyscore_notselected { opacity:0.3; filter:alpha(opacity=30); } .mergeinputgroup_noicon { display:none; }
0.505615
0.14262
.tip span, button, input, select, textarea { vertical-align: middle } .contact, .wrap { text-align: center } blockquote, body, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, td, textarea, th, ul { padding: 0; margin: 0 } body, button, input, textarea { font: 12px/1.5 'Hiragino Sans GB', 'Microsoft YaHei', 'WenQuanYi Micro Hei', Tahoma, arial, sans-serif; outline: 0 } li, ol, ul { list-style: none } h1, h2, h3, h4, h5, h6 { font-size: 100% } fieldset, img { border: 0; vertical-align: top } table { border-collapse: collapse; border-spacing: 0 } address, caption, cite, code, dfn, em, th, var { font-weight: 400; font-style: normal } article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block } .clearfix:after { clear: both; content: '.'; display: block; height: 0; visibility: hidden } .left { float: left } .font-info, .right { float: right } .ellipsis { overflow: hidden; white-space: nowrap; text-overflow: ellipsis } .text-hidden { text-indent: -999em } .hide { display: none!important } .tip .logo, .title { display: inline-block } .absolute { position: absolute } .relative { position: relative } input[type=search]::-webkit-search-cancel-button { -webkit-appearance: none } *, :after, :before { -webkit-appearance: none } a { -webkit-tap-highlight-color: transparent; text-decoration: none } body, html { position: absolute; width: 100%; height: 100% } .title, .wrap { position: relative } .wrap { width: 100vw; height: auto; min-height: 100vh; background-color: #FAFAFA } .title { background-image: url(/assets/t01c0279ac95ee10f05.png); background-size: 100%; background-position: top center; background-repeat: no-repeat; margin: 45px auto 0; width: 80%; height: 100px } .font-search { width: 100%; height: 54px; background: #FFF; box-shadow: 0 10px 24px 0 rgba(0, 0, 0, .06); -moz-box-shadow: 0 10px 24px 0 rgba(0, 0, 0, .06); -webkit-box-shadow: 0 10px 24px 0 rgba(0, 0, 0, .06); border-radius: 4px; border: none; display: block; padding-left: 48px; box-sizing: border-box; font-size: 18px; font-family: PingFangSC-Regular } .search-clean { background-image: url(/assets/t01689a0e70c94581f7.png); background-size: contain; height: 16px; width: 16px; position: absolute; right: 20px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; z-index: 1 } .suggest { color: #2E9018 } .contact { font-size: 12px; color: #B7B7B7; height: 50px; line-height: 50px; position: absolute; bottom: 50px; left: 0; right: 0; margin: auto } .contact .split { border-left: 1px solid #B7B7B7; margin: 0 10px; opacity: .5 } .font-search::-webkit-input-placeholder { color: #999 } .font-search:-moz-placeholder { color: #999 } .font-search:-ms-input-placeholder { color: #999 } .font-search::-moz-placeholder { color: #999 } .search-warp { width: 92%; position: relative; margin: 0 auto } .font-info, .icon-search { position: absolute; top: 0; margin: auto; background-color: #FFF } .icon-search { background-image: url(/assets/t011b0119b016a8db9b.png); background-size: contain; border: none; background-repeat: no-repeat; bottom: 0; left: 18px; width: 18px; height: 18px } .font-list { padding-left: 30px; padding-top: 20px; padding-bottom: 100px } .font-item { height: 65px; line-height: 65px; font-size: 16px; color: #333; position: relative; text-align: left; border-bottom: 1px solid #F4F4F4 } .font-info, .tip { bottom: 0; text-align: center } .font-info { box-sizing: border-box; right: 30px; font-size: 13px; width: 100px; height: 32px; line-height: 32px; padding: 0; border-radius: 16px; border: 1px solid #999; color: #999 } .free { border: 1px solid #1BABFF; color: #1BABFF } .notfree { border: 1px solid #FF6161; color: #FF6161 } .tip { position: fixed; width: 100%; height: 49px; line-height: 49px; background-color: #84C773; color: #FFF; font-size: 14px } .tip .logo { background-image: url(/assets/t0156d55e66b0f5d74f.png); background-size: 100% 100%; height: 21px; width: 21px; margin-right: 5px } .list-end, .no-font { color: #B7B7B7; margin-right: 30px; text-align: center } .list-end { font-size: 12px; height: 30px; line-height: 30px } .no-font { font-size: 15px; height: 75px; line-height: 75px } .no-font .suggest { margin-left: 13px } .suggest-wrap { background-color: #F5F5F6 } .suggest-wrap .toast { width: 172px; height: 54px; line-height: 54px; background-color: rgba(0, 0, 0, .7); border-radius: 4px; position: fixed; top: 194px; left: 0; right: 0; color: #FFF; margin: auto; font-size: 16px } .suggest-wrap input::-webkit-input-placeholder, .suggest-wrap textarea::-webkit-input-placeholder { font-size: 16px; color: #BCBCBC } .suggest-wrap input:-moz-placeholder, .suggest-wrap textarea:-moz-placeholder { font-size: 16px; color: #BCBCBC } .suggest-wrap input::-moz-placeholder, .suggest-wrap textarea::-moz-placeholder { font-size: 16px; color: #BCBCBC } .suggest-wrap input:-ms-input-placeholder, .suggest-wrap textarea:-ms-input-placeholder { font-size: 16px; color: #BCBCBC } .address .address-txt, .disc .disc-txt { border: none; width: 100%; display: block; color: #000 } .disc .disc-name { text-align: left; font-size: 14px; height: 52px; line-height: 60px; padding: 0 10px } .disc .disc-txt { height: 120px; padding: 15px 10px; font-size: 16px } .address .address-name { text-align: left; font-size: 14px; height: 52px; line-height: 60px; padding: 0 10px } .address .address-txt { height: 55px; line-height: 55px; padding: 0 10px; font-size: 16px } .submit { background-color: #86C677; width: 95%; margin: 21px auto 0; height: 55px; border-radius: 4px; border: none; color: #FFF; font-size: 18px }
assets/6483794dc1c02fde.css
.tip span, button, input, select, textarea { vertical-align: middle } .contact, .wrap { text-align: center } blockquote, body, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, td, textarea, th, ul { padding: 0; margin: 0 } body, button, input, textarea { font: 12px/1.5 'Hiragino Sans GB', 'Microsoft YaHei', 'WenQuanYi Micro Hei', Tahoma, arial, sans-serif; outline: 0 } li, ol, ul { list-style: none } h1, h2, h3, h4, h5, h6 { font-size: 100% } fieldset, img { border: 0; vertical-align: top } table { border-collapse: collapse; border-spacing: 0 } address, caption, cite, code, dfn, em, th, var { font-weight: 400; font-style: normal } article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block } .clearfix:after { clear: both; content: '.'; display: block; height: 0; visibility: hidden } .left { float: left } .font-info, .right { float: right } .ellipsis { overflow: hidden; white-space: nowrap; text-overflow: ellipsis } .text-hidden { text-indent: -999em } .hide { display: none!important } .tip .logo, .title { display: inline-block } .absolute { position: absolute } .relative { position: relative } input[type=search]::-webkit-search-cancel-button { -webkit-appearance: none } *, :after, :before { -webkit-appearance: none } a { -webkit-tap-highlight-color: transparent; text-decoration: none } body, html { position: absolute; width: 100%; height: 100% } .title, .wrap { position: relative } .wrap { width: 100vw; height: auto; min-height: 100vh; background-color: #FAFAFA } .title { background-image: url(/assets/t01c0279ac95ee10f05.png); background-size: 100%; background-position: top center; background-repeat: no-repeat; margin: 45px auto 0; width: 80%; height: 100px } .font-search { width: 100%; height: 54px; background: #FFF; box-shadow: 0 10px 24px 0 rgba(0, 0, 0, .06); -moz-box-shadow: 0 10px 24px 0 rgba(0, 0, 0, .06); -webkit-box-shadow: 0 10px 24px 0 rgba(0, 0, 0, .06); border-radius: 4px; border: none; display: block; padding-left: 48px; box-sizing: border-box; font-size: 18px; font-family: PingFangSC-Regular } .search-clean { background-image: url(/assets/t01689a0e70c94581f7.png); background-size: contain; height: 16px; width: 16px; position: absolute; right: 20px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; z-index: 1 } .suggest { color: #2E9018 } .contact { font-size: 12px; color: #B7B7B7; height: 50px; line-height: 50px; position: absolute; bottom: 50px; left: 0; right: 0; margin: auto } .contact .split { border-left: 1px solid #B7B7B7; margin: 0 10px; opacity: .5 } .font-search::-webkit-input-placeholder { color: #999 } .font-search:-moz-placeholder { color: #999 } .font-search:-ms-input-placeholder { color: #999 } .font-search::-moz-placeholder { color: #999 } .search-warp { width: 92%; position: relative; margin: 0 auto } .font-info, .icon-search { position: absolute; top: 0; margin: auto; background-color: #FFF } .icon-search { background-image: url(/assets/t011b0119b016a8db9b.png); background-size: contain; border: none; background-repeat: no-repeat; bottom: 0; left: 18px; width: 18px; height: 18px } .font-list { padding-left: 30px; padding-top: 20px; padding-bottom: 100px } .font-item { height: 65px; line-height: 65px; font-size: 16px; color: #333; position: relative; text-align: left; border-bottom: 1px solid #F4F4F4 } .font-info, .tip { bottom: 0; text-align: center } .font-info { box-sizing: border-box; right: 30px; font-size: 13px; width: 100px; height: 32px; line-height: 32px; padding: 0; border-radius: 16px; border: 1px solid #999; color: #999 } .free { border: 1px solid #1BABFF; color: #1BABFF } .notfree { border: 1px solid #FF6161; color: #FF6161 } .tip { position: fixed; width: 100%; height: 49px; line-height: 49px; background-color: #84C773; color: #FFF; font-size: 14px } .tip .logo { background-image: url(/assets/t0156d55e66b0f5d74f.png); background-size: 100% 100%; height: 21px; width: 21px; margin-right: 5px } .list-end, .no-font { color: #B7B7B7; margin-right: 30px; text-align: center } .list-end { font-size: 12px; height: 30px; line-height: 30px } .no-font { font-size: 15px; height: 75px; line-height: 75px } .no-font .suggest { margin-left: 13px } .suggest-wrap { background-color: #F5F5F6 } .suggest-wrap .toast { width: 172px; height: 54px; line-height: 54px; background-color: rgba(0, 0, 0, .7); border-radius: 4px; position: fixed; top: 194px; left: 0; right: 0; color: #FFF; margin: auto; font-size: 16px } .suggest-wrap input::-webkit-input-placeholder, .suggest-wrap textarea::-webkit-input-placeholder { font-size: 16px; color: #BCBCBC } .suggest-wrap input:-moz-placeholder, .suggest-wrap textarea:-moz-placeholder { font-size: 16px; color: #BCBCBC } .suggest-wrap input::-moz-placeholder, .suggest-wrap textarea::-moz-placeholder { font-size: 16px; color: #BCBCBC } .suggest-wrap input:-ms-input-placeholder, .suggest-wrap textarea:-ms-input-placeholder { font-size: 16px; color: #BCBCBC } .address .address-txt, .disc .disc-txt { border: none; width: 100%; display: block; color: #000 } .disc .disc-name { text-align: left; font-size: 14px; height: 52px; line-height: 60px; padding: 0 10px } .disc .disc-txt { height: 120px; padding: 15px 10px; font-size: 16px } .address .address-name { text-align: left; font-size: 14px; height: 52px; line-height: 60px; padding: 0 10px } .address .address-txt { height: 55px; line-height: 55px; padding: 0 10px; font-size: 16px } .submit { background-color: #86C677; width: 95%; margin: 21px auto 0; height: 55px; border-radius: 4px; border: none; color: #FFF; font-size: 18px }
0.510741
0.099426
.team-red { background-color: #ffffff; font-family: roboto; padding-top: 50px; padding-bottom: 30px; } .team-red .team-header { color: #333333; margin-bottom: 20px; } .team-red .team-header h2 { color: #EC5563; margin-top: 0; margin-bottom: 0; font-size: 29px; font-weight: normal; } .team-red .team-header .desc { padding: 3px 0px; color: #4b4b4b; font-size: 17px; font-weight: normal; padding-bottom: 8px; } .team-red .team-inner { padding: 30px; display: flex; padding-top: 23px; } .team-red .team-image { padding: 0px; } .team-red .team-image img{ width: 100%; } .team-red .team-content { background: #F5F5F5; width: 58%; } .team-red .team-name { color: #EC5563; font-size: 25px; font-weight: normal; display: inline-block; text-transform: uppercase; padding-top: 10px; } .team-red .team-designation{ display: inline-block; font-size: 16px; font-weight: lighter; padding-left: 10px; color: #4b4b4b; } .team-red .team-body{ display: block; font-size: 14px; font-weight: normal; line-height: 170%; padding-top: 7px; color: #4b4b4b; } .team-red .team-social { display: flex; background: #EB565E; padding: 0; padding-right: 50px; } .team-red .team-social-inner { height: 100%; width: 100%; position: absolute; margin: 0; padding: 0; } .team-red .team-social .team-social-inner div { width: 100%; display: block; height: 25%; text-align: center; vertical-align: middle; padding-top: 8px; } .team-red .team-social .team-social-inner div:hover { background: #DA4452; } .team-red .team-social a{ color: #ffffff; font-size: 25px; } .team-mirror .carousel-inner { width: auto; } .mobile-carousel-controls { padding: 15px; padding-bottom: 26px; } .mobile-carousel-controls span { color: #ffffff; background: #DA4452; width: 50%; float: left; font-size: 25px; text-align: center; font-weight: lighter; padding: 5px 10px; cursor: pointer; } .mobile-carousel-controls span:hover { background: #353535; color: #ffffff; } /*--------------------------------------------------------------------------*/ /*---------------------- End : Team / Team red --------------------------*/ /*--------------------------------------------------------------------------*/
templates/team_red/htbs3/css/style.css
.team-red { background-color: #ffffff; font-family: roboto; padding-top: 50px; padding-bottom: 30px; } .team-red .team-header { color: #333333; margin-bottom: 20px; } .team-red .team-header h2 { color: #EC5563; margin-top: 0; margin-bottom: 0; font-size: 29px; font-weight: normal; } .team-red .team-header .desc { padding: 3px 0px; color: #4b4b4b; font-size: 17px; font-weight: normal; padding-bottom: 8px; } .team-red .team-inner { padding: 30px; display: flex; padding-top: 23px; } .team-red .team-image { padding: 0px; } .team-red .team-image img{ width: 100%; } .team-red .team-content { background: #F5F5F5; width: 58%; } .team-red .team-name { color: #EC5563; font-size: 25px; font-weight: normal; display: inline-block; text-transform: uppercase; padding-top: 10px; } .team-red .team-designation{ display: inline-block; font-size: 16px; font-weight: lighter; padding-left: 10px; color: #4b4b4b; } .team-red .team-body{ display: block; font-size: 14px; font-weight: normal; line-height: 170%; padding-top: 7px; color: #4b4b4b; } .team-red .team-social { display: flex; background: #EB565E; padding: 0; padding-right: 50px; } .team-red .team-social-inner { height: 100%; width: 100%; position: absolute; margin: 0; padding: 0; } .team-red .team-social .team-social-inner div { width: 100%; display: block; height: 25%; text-align: center; vertical-align: middle; padding-top: 8px; } .team-red .team-social .team-social-inner div:hover { background: #DA4452; } .team-red .team-social a{ color: #ffffff; font-size: 25px; } .team-mirror .carousel-inner { width: auto; } .mobile-carousel-controls { padding: 15px; padding-bottom: 26px; } .mobile-carousel-controls span { color: #ffffff; background: #DA4452; width: 50%; float: left; font-size: 25px; text-align: center; font-weight: lighter; padding: 5px 10px; cursor: pointer; } .mobile-carousel-controls span:hover { background: #353535; color: #ffffff; } /*--------------------------------------------------------------------------*/ /*---------------------- End : Team / Team red --------------------------*/ /*--------------------------------------------------------------------------*/
0.262086
0.06389
@font-face { font-family: PTSans; src: url(fonts/pt.ttf); } @font-face { font-family: PTSansBold; src: url(fonts/ptbold.ttf); } html { color: #00497D; } body, #menu-container { margin: 0 auto; font-size:17px; font-family:PTSans, Arial; background-color: #F0E6DF; } #left-body { float: left; width: 75%; padding: 5px; overflow-x:auto; } #right-body { float:right; width:20%; padding: 5px; } #body { width:80%; margin: 0 auto; background-color: #DFE9F0; overflow:auto; padding-right:15px; padding-left:15px; padding-top: 10px; } #body h1 { padding: 5px 0px 5px 5px; margin: 0; font-size: 150%; font-family: PTSansBold; background-color:#b3b3cc; text-align:left; } a { color: #00497D; } a:hover { background-color:black; color:white; } a:active { border: none; background-color:#559 } input { color: black; background-color:none; font-family:PTSans; } #incsearch, #insertRow { width:100%; display:none; } #incsearch:focus { display:table-row; } #body h2 { text-align:left; margin: 0px 0px 5px 5px; font-size: 120%; font-family: PTSans ; } #body p { margin: 0; text-align:justify; } #footer { border-top-width: 2px; border-top-color: #CCC; border-top-style: solid; margin-top: 5px; font-size:80%; text-align:center; } table { width: 100%; } table, th, td { font-family:PTSans; border: 1px solid #A4C5CE; border-collapse:collapse; text-align:left; } td { word-wrap:break-word; word-break:break-all; } th { background-color:#888888; color:white; min-width:30px; } tr:hover { background-color:#bbbbbb; } table:nth-child(2n+0) { background-color:#aaaaaa; } td: td:nth-child(3n+0) { text-align:center; } .yes { background-color: #B4E7A7; text-align:center; } .button, .blue-button, .big-button { background-color: #b3b3cc; display:block; padding: 5px; margin: 5px 0 5px 0; color:black; font-size:90%; border: 1px #0a0a0f solid; text-align:center; } .big-button { margin: 0 auto; font-size: 130%; color: black; width:75%; } .big-button:hover { background-color: #33334c; color: white; } #console { position:fixed; bottom: 1px; bottom: 1px; right: 10vw; padding: 5px; border: 1px black solid; background-color:#F0E6DF; } #log { width: 50vw; } #console-toggle-button { float: right; } #topbar { font-size:115%; background-color:white; width: 100%; height:30px; margin-bottom: 10px; overflow:hidden; } #contents { background-color:#d1d1e1; padding: 10px 0 10px 0; } #ticker-contents, #ticker-contents2 { width:100%; overflow:hidden; padding: 0; margin: 0; } .inline-link { padding: 0 0 0 5px; display:inline; font-weight:bold; } .button:hover { background-color: #88f; } .error { background-color:red; color:white; } .blue-button { background-color:#4545FF; max-width:100px; } a { text-decoration:none; } p { margin : 0; padding: 0; }
style/style.css
@font-face { font-family: PTSans; src: url(fonts/pt.ttf); } @font-face { font-family: PTSansBold; src: url(fonts/ptbold.ttf); } html { color: #00497D; } body, #menu-container { margin: 0 auto; font-size:17px; font-family:PTSans, Arial; background-color: #F0E6DF; } #left-body { float: left; width: 75%; padding: 5px; overflow-x:auto; } #right-body { float:right; width:20%; padding: 5px; } #body { width:80%; margin: 0 auto; background-color: #DFE9F0; overflow:auto; padding-right:15px; padding-left:15px; padding-top: 10px; } #body h1 { padding: 5px 0px 5px 5px; margin: 0; font-size: 150%; font-family: PTSansBold; background-color:#b3b3cc; text-align:left; } a { color: #00497D; } a:hover { background-color:black; color:white; } a:active { border: none; background-color:#559 } input { color: black; background-color:none; font-family:PTSans; } #incsearch, #insertRow { width:100%; display:none; } #incsearch:focus { display:table-row; } #body h2 { text-align:left; margin: 0px 0px 5px 5px; font-size: 120%; font-family: PTSans ; } #body p { margin: 0; text-align:justify; } #footer { border-top-width: 2px; border-top-color: #CCC; border-top-style: solid; margin-top: 5px; font-size:80%; text-align:center; } table { width: 100%; } table, th, td { font-family:PTSans; border: 1px solid #A4C5CE; border-collapse:collapse; text-align:left; } td { word-wrap:break-word; word-break:break-all; } th { background-color:#888888; color:white; min-width:30px; } tr:hover { background-color:#bbbbbb; } table:nth-child(2n+0) { background-color:#aaaaaa; } td: td:nth-child(3n+0) { text-align:center; } .yes { background-color: #B4E7A7; text-align:center; } .button, .blue-button, .big-button { background-color: #b3b3cc; display:block; padding: 5px; margin: 5px 0 5px 0; color:black; font-size:90%; border: 1px #0a0a0f solid; text-align:center; } .big-button { margin: 0 auto; font-size: 130%; color: black; width:75%; } .big-button:hover { background-color: #33334c; color: white; } #console { position:fixed; bottom: 1px; bottom: 1px; right: 10vw; padding: 5px; border: 1px black solid; background-color:#F0E6DF; } #log { width: 50vw; } #console-toggle-button { float: right; } #topbar { font-size:115%; background-color:white; width: 100%; height:30px; margin-bottom: 10px; overflow:hidden; } #contents { background-color:#d1d1e1; padding: 10px 0 10px 0; } #ticker-contents, #ticker-contents2 { width:100%; overflow:hidden; padding: 0; margin: 0; } .inline-link { padding: 0 0 0 5px; display:inline; font-weight:bold; } .button:hover { background-color: #88f; } .error { background-color:red; color:white; } .blue-button { background-color:#4545FF; max-width:100px; } a { text-decoration:none; } p { margin : 0; padding: 0; }
0.179387
0.070913
.d-flex, .banner-content, .block-list, .footer, .footer .footer-menu { display: -webkit-box; display: -ms-flexbox; display: flex; } .d-inline-flex, .why-section-content__wrapper, .why-section-content__item { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; } .banner, .main-section { position: relative; background: #ffffff; border: solid 1px #cccccc; margin-bottom: 10px; border-radius: 8px; } .full-width, .select2-container { width: 100% !important; } .form-control { padding: 6px 8px; } select.form-control { -webkit-appearance: none; -moz-appearance: none; background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 99% 50%; } .textarea { overflow: hidden; min-height: 50px; } .list-style-none { padding: 0; margin: 0; } .list-style-none li { list-style-type: none; } .btn { transition: all 0.2s ease-in-out; font-size: 16px !important; color: #ffffff; } .btn:hover, .btn:focus { color: #ffffff !important; } .primary-cta-btn { background-color: #36a2eb; color: #ffffff; } .primary-cta-btn:hover { background-color: #4bb1f7; color: #ffffff; } .navbar { padding: 0.5rem 0; margin: 0 -15px; margin-bottom: 0 !important; } @media only screen and (min-width: 768px) { .navbar { display: -webkit-box; display: -ms-flexbox; display: flex; align-items: center; } .navbar .navbar-collapse { margin-left: auto; } } .navbar .navbar-brand { color: #333; } .navbar .navbar-toggle { position: absolute; right: 0; top: 11px; font-size: 15px; border: none; outline: none; background-size: 25px; background-repeat: no-repeat; background-image: url("/assets/images/close-ico.svg"); } .navbar .navbar-toggle.collapsed { background-image: url("/assets/images/menu-ico.svg"); } .navbar .navbar-nav .nav-item { font-size: 18px; color: #333; } .navbar .navbar-nav .nav-item:hover { background: none; } @media only screen and (min-width: 1200px) { .navbar .navbar-nav { margin-left: auto; margin-right: 30px; } .navbar .navbar-nav .nav-item { padding: 8px 15px; } } @media only screen and (max-width: 768px) { .navbar .navbar-nav .nav-item { border: solid 1px #cccccc; border-radius: 6px; margin: 5px 0; text-align: center; } } .navbar .login-btn { order: 1; } @media only screen and (max-width: 992px) { .navbar .login-btn { order: 0; margin-left: auto; margin-right: 15px; } } body { font-size: 16px; color: #222222; font-family: "Roboto", sans-serif; background-color: #F2F5F7; } .section-wrapper { font-size: 16px; background-color: #F2F5F7; } .container { padding: 0 10px; } .header { background-color: #ffffff; box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3); } .banner { padding: 60px 0; margin-top: 10px; background-color: #36a2eb; } .banner-content { align-items: center; flex-direction: column; height: 100%; justify-content: center; } .banner-title { width: 40%; color: #ffffff; position: relative; z-index: 9; margin: 0 auto; text-align: center; } @media only screen and (max-width: 992px) { .banner-title { width: 60%; } } @media only screen and (max-width: 768px) { .banner-title { width: 80%; } } @media only screen and (max-width: 480px) { .banner-title { width: 100%; } } .tag-line { font-weight: 300; line-height: 40px; font-size: 30px; } @media only screen and (max-width: 768px) { .tag-line { font-size: 20px; line-height: 25px; } } .section-title { display: inline-block; margin-bottom: 15px; line-height: 30px; font-size: 28px; } .section-title span { font-weight: 600; } .main-section { text-align: center; padding: 15px 15px; } .about-us-text span { font-weight: 700; } .about-us-text p { font-size: 20px; } .about-us-text p:last-child { margin: 0; } @media only screen and (max-width: 768px) { .about-us-text br { display: none; } } .why-section-content { margin: 30px 0; } @media only screen and (max-width: 992px) { .why-section-content__wrapper { flex-direction: column; text-align: left; } } .why-section-content__wrapper > li { padding: 0 15px; } .why-section-content__item { margin-bottom: 15px; flex-direction: column; } @media only screen and (max-width: 992px) { .why-section-content__item { flex-direction: row; } .why-section-content__item-text h3 { margin-top: 0; } } .why-section-content__item-thumb { flex-shrink: 0; margin-bottom: 15px; } @media only screen and (max-width: 992px) { .why-section-content__item-thumb { margin-right: 15px; margin-bottom: 0; } } .why-section-content__item-ico { font-size: 40px; padding: 2px; border: solid 1px #cccccc; border-radius: 8px; height: 60px; width: 60px; display: block; text-align: center; } @media only screen and (min-width: 992px) { .why-section-content__item-ico { margin: 0 auto; } } .why-section-content__item-text { text-align: left; } @media only screen and (min-width: 992px) { .why-section-content__item-text { text-align: center; } } .why-section-content__item-text h3 { font-size: 18px; font-weight: 700; } .form-wrapper { width: 50%; margin: 0 auto; } @media only screen and (max-width: 768px) { .form-wrapper { width: 100%; } } .form-wrapper .form-group { text-align: left; } .searchbox { position: relative; } .searchbox .search-field { padding-right: 30px; } .searchbox i { color: #cccccc; position: absolute; right: 10px; top: 10px; } .select2-container .select2-selection__rendered { text-align: left; } .select2-container--default .select2-results__option--highlighted[aria-selected] { background-color: #36a2eb; } .select2-container--default .select2-selection--single { border-color: #ced4da; padding: 4px 0; height: auto; } .select2-container--default .select2-selection--single .select2-selection__arrow { top: 6px; right: 5px; } .form-list { padding: 0; margin: 0; } .form-list li { list-style-type: none; margin-right: 15px; } .testimonial-wrapper { margin: 15px 0; } .testimonial-content p { margin-bottom: 10px; } .testimonial-content p i { vertical-align: super; } .testimonial-content span { display: block; } @media only screen and (max-width: 768px) { .testimonial-content { margin-bottom: 15px; } .testimonial-content:last-child { margin-bottom: 0; } } .name { font-weight: 700; } .designation { color: #777777; } .team-item .team-item__img { height: 150px; width: 150px; border-radius: 100%; border: solid 4px #36a2eb; overflow: hidden; margin: 0 auto 10px; } @media only screen and (max-width: 992px) { .team-item .team-item__img { height: 125px; width: 125px; } } @media only screen and (max-width: 480px) { .team-item .team-item__img { height: 100px; width: 100px; } } .team-item .team-item__img img { max-width: 100%; object-fit: cover; } @media only screen and (max-width: 768px) { .team-item.team-item__margin-bottom { margin-bottom: 15px; } } .footer { flex-direction: column; padding: 15px 15px; background-color: #F2F5F7; text-align: center; } @media only screen and (max-width: 768px) { .footer { flex-direction: column; } } .footer ul { padding: 0; margin: 0; } .footer ul li { list-style-type: none; } .footer .footer-menu { margin: 0 auto; justify-content: center; } .footer .footer-menu li a { padding: 8px 8px; color: #222222; } .footer .footer-menu li a:hover { text-decoration: none; } .footer .social-media-links li a { font-size: 19px; } @media only screen and (max-width: 480px) { .footer .footer-nav { flex-direction: column; } .footer .footer-nav li { text-align: center; margin: 5px 0; } .footer .footer-nav li:first-child { margin-top: 0; } .footer .footer-nav li:last-child { margin-bottom: 0; } } .footer .copy-right-text { margin: 15px 30px; font-size: 14px; } .navbar-nav { margin: 0; }
public/assets/css/knowmore.css
.d-flex, .banner-content, .block-list, .footer, .footer .footer-menu { display: -webkit-box; display: -ms-flexbox; display: flex; } .d-inline-flex, .why-section-content__wrapper, .why-section-content__item { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; } .banner, .main-section { position: relative; background: #ffffff; border: solid 1px #cccccc; margin-bottom: 10px; border-radius: 8px; } .full-width, .select2-container { width: 100% !important; } .form-control { padding: 6px 8px; } select.form-control { -webkit-appearance: none; -moz-appearance: none; background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 99% 50%; } .textarea { overflow: hidden; min-height: 50px; } .list-style-none { padding: 0; margin: 0; } .list-style-none li { list-style-type: none; } .btn { transition: all 0.2s ease-in-out; font-size: 16px !important; color: #ffffff; } .btn:hover, .btn:focus { color: #ffffff !important; } .primary-cta-btn { background-color: #36a2eb; color: #ffffff; } .primary-cta-btn:hover { background-color: #4bb1f7; color: #ffffff; } .navbar { padding: 0.5rem 0; margin: 0 -15px; margin-bottom: 0 !important; } @media only screen and (min-width: 768px) { .navbar { display: -webkit-box; display: -ms-flexbox; display: flex; align-items: center; } .navbar .navbar-collapse { margin-left: auto; } } .navbar .navbar-brand { color: #333; } .navbar .navbar-toggle { position: absolute; right: 0; top: 11px; font-size: 15px; border: none; outline: none; background-size: 25px; background-repeat: no-repeat; background-image: url("/assets/images/close-ico.svg"); } .navbar .navbar-toggle.collapsed { background-image: url("/assets/images/menu-ico.svg"); } .navbar .navbar-nav .nav-item { font-size: 18px; color: #333; } .navbar .navbar-nav .nav-item:hover { background: none; } @media only screen and (min-width: 1200px) { .navbar .navbar-nav { margin-left: auto; margin-right: 30px; } .navbar .navbar-nav .nav-item { padding: 8px 15px; } } @media only screen and (max-width: 768px) { .navbar .navbar-nav .nav-item { border: solid 1px #cccccc; border-radius: 6px; margin: 5px 0; text-align: center; } } .navbar .login-btn { order: 1; } @media only screen and (max-width: 992px) { .navbar .login-btn { order: 0; margin-left: auto; margin-right: 15px; } } body { font-size: 16px; color: #222222; font-family: "Roboto", sans-serif; background-color: #F2F5F7; } .section-wrapper { font-size: 16px; background-color: #F2F5F7; } .container { padding: 0 10px; } .header { background-color: #ffffff; box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3); } .banner { padding: 60px 0; margin-top: 10px; background-color: #36a2eb; } .banner-content { align-items: center; flex-direction: column; height: 100%; justify-content: center; } .banner-title { width: 40%; color: #ffffff; position: relative; z-index: 9; margin: 0 auto; text-align: center; } @media only screen and (max-width: 992px) { .banner-title { width: 60%; } } @media only screen and (max-width: 768px) { .banner-title { width: 80%; } } @media only screen and (max-width: 480px) { .banner-title { width: 100%; } } .tag-line { font-weight: 300; line-height: 40px; font-size: 30px; } @media only screen and (max-width: 768px) { .tag-line { font-size: 20px; line-height: 25px; } } .section-title { display: inline-block; margin-bottom: 15px; line-height: 30px; font-size: 28px; } .section-title span { font-weight: 600; } .main-section { text-align: center; padding: 15px 15px; } .about-us-text span { font-weight: 700; } .about-us-text p { font-size: 20px; } .about-us-text p:last-child { margin: 0; } @media only screen and (max-width: 768px) { .about-us-text br { display: none; } } .why-section-content { margin: 30px 0; } @media only screen and (max-width: 992px) { .why-section-content__wrapper { flex-direction: column; text-align: left; } } .why-section-content__wrapper > li { padding: 0 15px; } .why-section-content__item { margin-bottom: 15px; flex-direction: column; } @media only screen and (max-width: 992px) { .why-section-content__item { flex-direction: row; } .why-section-content__item-text h3 { margin-top: 0; } } .why-section-content__item-thumb { flex-shrink: 0; margin-bottom: 15px; } @media only screen and (max-width: 992px) { .why-section-content__item-thumb { margin-right: 15px; margin-bottom: 0; } } .why-section-content__item-ico { font-size: 40px; padding: 2px; border: solid 1px #cccccc; border-radius: 8px; height: 60px; width: 60px; display: block; text-align: center; } @media only screen and (min-width: 992px) { .why-section-content__item-ico { margin: 0 auto; } } .why-section-content__item-text { text-align: left; } @media only screen and (min-width: 992px) { .why-section-content__item-text { text-align: center; } } .why-section-content__item-text h3 { font-size: 18px; font-weight: 700; } .form-wrapper { width: 50%; margin: 0 auto; } @media only screen and (max-width: 768px) { .form-wrapper { width: 100%; } } .form-wrapper .form-group { text-align: left; } .searchbox { position: relative; } .searchbox .search-field { padding-right: 30px; } .searchbox i { color: #cccccc; position: absolute; right: 10px; top: 10px; } .select2-container .select2-selection__rendered { text-align: left; } .select2-container--default .select2-results__option--highlighted[aria-selected] { background-color: #36a2eb; } .select2-container--default .select2-selection--single { border-color: #ced4da; padding: 4px 0; height: auto; } .select2-container--default .select2-selection--single .select2-selection__arrow { top: 6px; right: 5px; } .form-list { padding: 0; margin: 0; } .form-list li { list-style-type: none; margin-right: 15px; } .testimonial-wrapper { margin: 15px 0; } .testimonial-content p { margin-bottom: 10px; } .testimonial-content p i { vertical-align: super; } .testimonial-content span { display: block; } @media only screen and (max-width: 768px) { .testimonial-content { margin-bottom: 15px; } .testimonial-content:last-child { margin-bottom: 0; } } .name { font-weight: 700; } .designation { color: #777777; } .team-item .team-item__img { height: 150px; width: 150px; border-radius: 100%; border: solid 4px #36a2eb; overflow: hidden; margin: 0 auto 10px; } @media only screen and (max-width: 992px) { .team-item .team-item__img { height: 125px; width: 125px; } } @media only screen and (max-width: 480px) { .team-item .team-item__img { height: 100px; width: 100px; } } .team-item .team-item__img img { max-width: 100%; object-fit: cover; } @media only screen and (max-width: 768px) { .team-item.team-item__margin-bottom { margin-bottom: 15px; } } .footer { flex-direction: column; padding: 15px 15px; background-color: #F2F5F7; text-align: center; } @media only screen and (max-width: 768px) { .footer { flex-direction: column; } } .footer ul { padding: 0; margin: 0; } .footer ul li { list-style-type: none; } .footer .footer-menu { margin: 0 auto; justify-content: center; } .footer .footer-menu li a { padding: 8px 8px; color: #222222; } .footer .footer-menu li a:hover { text-decoration: none; } .footer .social-media-links li a { font-size: 19px; } @media only screen and (max-width: 480px) { .footer .footer-nav { flex-direction: column; } .footer .footer-nav li { text-align: center; margin: 5px 0; } .footer .footer-nav li:first-child { margin-top: 0; } .footer .footer-nav li:last-child { margin-bottom: 0; } } .footer .copy-right-text { margin: 15px 30px; font-size: 14px; } .navbar-nav { margin: 0; }
0.269902
0.066357
body, div, header, ol, ul, li, p, h1, h2, h3, a, img { margin: 0; padding: 0; border: 0; vertical-align: baseline; list-style: none; } body { background: #fafafa 50% 0 repeat; font: 13px/24px "Open Sans", Arial, sans-serif; color: #444; } .container { margin: 0 auto; width: 800px; box-shadow: 1px 0 rgba(0,0,0,0.1), 2px 0 rgba(0,0,0,0.05), 4px 0 rgba(0,0,0,0.04), -1px 0 rgba(0,0,0,0.1), -2px 0 rgba(0,0,0,0.05), -4px 0 rgba(0,0,0,0.04); -webkit-box-shadow: 1px 0 rgba(0,0,0,0.1), 2px 0 rgba(0,0,0,0.05), 4px 0 rgba(0,0,0,0.04), -1px 0 rgba(0,0,0,0.1), -2px 0 rgba(0,0,0,0.05), -4px 0 rgba(0,0,0,0.04); } #maincontent.container { width: 760px; padding: 30px 20px 30px 20px; text-align: left; background: #fff; border-radius: 0 0 2px 2px; box-shadow: 1px 0 rgba(0,0,0,0.1), 2px 0 rgba(0,0,0,0.05), 4px 0 rgba(0,0,0,0.04), -1px 0 rgba(0,0,0,0.1), -2px 0 rgba(0,0,0,0.05), -4px 0 rgba(0,0,0,0.04), 0 1px 1px rgba(0,0,0,0.1), 0 2px 2px rgba(0,0,0,0.05), 0 4px 4px rgba(0,0,0,0.04); -webkit-box-shadow: 1px 0 rgba(0,0,0,0.1), 2px 0 rgba(0,0,0,0.05), 4px 0 rgba(0,0,0,0.04), -1px 0 rgba(0,0,0,0.1), -2px 0 rgba(0,0,0,0.05), -4px 0 rgba(0,0,0,0.04), 0 1px 1px rgba(0,0,0,0.1), 0 2px 2px rgba(0,0,0,0.05), 0 4px 4px rgba(0,0,0,0.04); } #maincontent.container h1{ padding-bottom: 8px; font-size: 32px; line-height: 32px; } #maincontent.container h2{ padding-bottom: 5px; padding-top:10px; font-weight: bold; text-transform: none; } #maincontent.container h3{ padding-bottom: 5px; padding-top:10px; } #maincontent.container p{ padding: 2px 0px 5px 0px; } a { font: inherit; color: #37814a; text-decoration: none; } a:hover { text-decoration: underline; } h1 { font-size: 1.8em; } h2 { font: inherit; font-size: 1.2em; color: #000; text-transform: uppercase; font-weight: bold; } .contentbox { text-align: left; width: 220px; margin: 10px 15px; display: inline-block; vertical-align: top; } .pagination{ width: 100%; margin-top: 10px; margin-bottom: 10px; } .pagination .step-links{ float: right; font-size: 12px; } .clear{ clear: both; height: 0px; line-height: 0px; width: 100%; } #share { clear: both; width: 100%; padding-bottom: 10px; } #share .button{ float: left; margin-top: 4px; } div.list { margin-top: 10px; } div.list .element { margin-bottom: 20px; padding-bottom: 10px; } div.list h2{ font-weight: bold; } ul.small_list .title{ font-size: 12px; } ul.small_list .meta{ font-size: 10px; display: block; clear: both; } ul.small_list li { margin-top: 8px; padding-bottom: 5px; border-bottom: 1px dotted #ccc; } /* Ze wonderful navigation bar */ #nav { background: #e6e6e6; border-bottom: 1px solid #ccc; text-align: right; letter-spacing: -4px; } #nav .container { background: #eee; } #nav li { display: inline-block; letter-spacing: normal; } #nav li a { color: #666; text-decoration: none; text-transform: uppercase; display: block; padding: 10px; background-color: rgba(255,255,255,0); border-left: 1px solid #ccc; transition: 0.25s; -o-transition: 0.25s; -webkit-transition: 0.25s; } #nav li#home { float: left; } #nav li#home a { border-left: 0; border-right: 1px solid #ccc; padding: 0 10px 7px; } #nav li a:hover { background-color: #fff; } /* Ze wonderful splash area */ #splash { background: #e8f0da; border-bottom: 1px solid #ccc; color: #454d41; } #splash .container { background: transparent url(../img/splash.jpg) 0 0 no-repeat; height: 275px; } #splash h1 { padding: 40px 70px 10px 250px; } #splash p { padding: 0 70px 5px 250px; } #splash a { color: #000; } /* Ze content area */ .content{ text-align: center; background: #fff; padding: 25px 0; } .bigbutton,.bigbutton:visited{ background: #222; display: inline-block; padding: 5px 10px 6px; color: #fff; text-decoration: none; -moz-border-radius: 6px; -webkit-border-radius: 6px; -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6); -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6); text-shadow: 0 -1px 1px rgba(0,0,0,0.25); border-bottom: 1px solid rgba(0,0,0,0.25); position: relative; cursor: pointer } /* Ze footer area */ #footer { color: #888; box-shadow: none; -wekbit-box-shadow: none; padding: 20px 0; } #footer #hosting { display: inline-block; width: 390px; margin: 0 0 0 10px; vertical-align: top; font-size: 11px; } #footer #credits { display: block; width: 100%; margin: 10px 0 0 0; vertical-align: top; font-size: 11px; text-align: center; } #footer #donate { display: inline-block; width: 380px; margin: 0 0 0 10px; vertical-align: top; } #footer #donate #paypal_donate { float: left; height: 30px; padding-right: 10px; } #footer #donate #paypal_donate img { cursor: pointer; } #footer #donate #gittip_donate { border-left: 1px solid #ccc; float: left; height: 30px; padding-left: 10px; padding-top: 5px; } #footer form{ margin: 0px; padding: 0px; } #footer #creditcards{ float: left; width: 140px; } #footer #creditcards h3{ padding-bottom: 5px; } #footer #we_welcome{ float: right; width: 220px; } /* Homepage special styles */ #getStarted { background: #f6faee; border-radius: 1px; box-shadow: 0 0 0 10px #f6faee; } #lastnews{ width: 350px; float: left; text-align: left; padding: 0px 32px 0px 32px; } #lastnews li{ text-align: left; padding: 0px 0px 0px 0px; } #lastnews h2{ font-size: 21px; text-transform: capitalize; } #package_info{ float: left; width: 320px; text-align: left; background: #fff; border-radius: 2px; box-shadow: 0 0 0 1px #ccc; padding: 5px 10px 10px 10px; } #package_info #version_info{ width: 150px; float: left; } #package_info #version_info p{ font-size: 14px; font-weight: bold; } #package_info #stats{ width: 150px; float: right; } .quote_box{ width: 280px; float: left; margin: 10px 15px; display: inline-block; vertical-align: top; } .quote_box img{ float: left; width: 80px; margin-top: 40px; } .quote_box .blockquote_container{ float: left; width: 200px; } blockquote { font: italic 1.2em serif; color: #666; margin: 0px; } blockquote:before, blockquote:after { display: block; font-size: 300%; color: #ccc; } blockquote:before { content: open-quote; margin-left: -97%; height: 20px; margin-top: 15px; } blockquote:after { content: close-quote; margin-left: 97%; height: 20px; margin-top: -15px; } cite { font-size: 0.9em; color: #666; float: right; } #who.container{ padding-bottom: 20px; text-align: center; background: #fff; border-radius: 0 0 2px 2px; box-shadow: 1px 0 rgba(0,0,0,0.1), 2px 0 rgba(0,0,0,0.05), 4px 0 rgba(0,0,0,0.04), -1px 0 rgba(0,0,0,0.1), -2px 0 rgba(0,0,0,0.05), -4px 0 rgba(0,0,0,0.04), 0 1px 1px rgba(0,0,0,0.1), 0 2px 2px rgba(0,0,0,0.05), 0 4px 4px rgba(0,0,0,0.04); -webkit-box-shadow: 1px 0 rgba(0,0,0,0.1), 2px 0 rgba(0,0,0,0.05), 4px 0 rgba(0,0,0,0.04), -1px 0 rgba(0,0,0,0.1), -2px 0 rgba(0,0,0,0.05), -4px 0 rgba(0,0,0,0.04), 0 1px 1px rgba(0,0,0,0.1), 0 2px 2px rgba(0,0,0,0.05), 0 4px 4px rgba(0,0,0,0.04); } #who h1{ padding-bottom: 20px; } #who img{ margin: 0px 5px 0px 5px; } #third-parties h1{ padding-bottom: 20px; } #third-parties .contentbox { border-radius: 5px; border: 1px solid #ccc; padding: 5px; width: 340px; } #third-parties .contentbox p{ font-size: 12px; }
celeryweb/static/css/master.css
body, div, header, ol, ul, li, p, h1, h2, h3, a, img { margin: 0; padding: 0; border: 0; vertical-align: baseline; list-style: none; } body { background: #fafafa 50% 0 repeat; font: 13px/24px "Open Sans", Arial, sans-serif; color: #444; } .container { margin: 0 auto; width: 800px; box-shadow: 1px 0 rgba(0,0,0,0.1), 2px 0 rgba(0,0,0,0.05), 4px 0 rgba(0,0,0,0.04), -1px 0 rgba(0,0,0,0.1), -2px 0 rgba(0,0,0,0.05), -4px 0 rgba(0,0,0,0.04); -webkit-box-shadow: 1px 0 rgba(0,0,0,0.1), 2px 0 rgba(0,0,0,0.05), 4px 0 rgba(0,0,0,0.04), -1px 0 rgba(0,0,0,0.1), -2px 0 rgba(0,0,0,0.05), -4px 0 rgba(0,0,0,0.04); } #maincontent.container { width: 760px; padding: 30px 20px 30px 20px; text-align: left; background: #fff; border-radius: 0 0 2px 2px; box-shadow: 1px 0 rgba(0,0,0,0.1), 2px 0 rgba(0,0,0,0.05), 4px 0 rgba(0,0,0,0.04), -1px 0 rgba(0,0,0,0.1), -2px 0 rgba(0,0,0,0.05), -4px 0 rgba(0,0,0,0.04), 0 1px 1px rgba(0,0,0,0.1), 0 2px 2px rgba(0,0,0,0.05), 0 4px 4px rgba(0,0,0,0.04); -webkit-box-shadow: 1px 0 rgba(0,0,0,0.1), 2px 0 rgba(0,0,0,0.05), 4px 0 rgba(0,0,0,0.04), -1px 0 rgba(0,0,0,0.1), -2px 0 rgba(0,0,0,0.05), -4px 0 rgba(0,0,0,0.04), 0 1px 1px rgba(0,0,0,0.1), 0 2px 2px rgba(0,0,0,0.05), 0 4px 4px rgba(0,0,0,0.04); } #maincontent.container h1{ padding-bottom: 8px; font-size: 32px; line-height: 32px; } #maincontent.container h2{ padding-bottom: 5px; padding-top:10px; font-weight: bold; text-transform: none; } #maincontent.container h3{ padding-bottom: 5px; padding-top:10px; } #maincontent.container p{ padding: 2px 0px 5px 0px; } a { font: inherit; color: #37814a; text-decoration: none; } a:hover { text-decoration: underline; } h1 { font-size: 1.8em; } h2 { font: inherit; font-size: 1.2em; color: #000; text-transform: uppercase; font-weight: bold; } .contentbox { text-align: left; width: 220px; margin: 10px 15px; display: inline-block; vertical-align: top; } .pagination{ width: 100%; margin-top: 10px; margin-bottom: 10px; } .pagination .step-links{ float: right; font-size: 12px; } .clear{ clear: both; height: 0px; line-height: 0px; width: 100%; } #share { clear: both; width: 100%; padding-bottom: 10px; } #share .button{ float: left; margin-top: 4px; } div.list { margin-top: 10px; } div.list .element { margin-bottom: 20px; padding-bottom: 10px; } div.list h2{ font-weight: bold; } ul.small_list .title{ font-size: 12px; } ul.small_list .meta{ font-size: 10px; display: block; clear: both; } ul.small_list li { margin-top: 8px; padding-bottom: 5px; border-bottom: 1px dotted #ccc; } /* Ze wonderful navigation bar */ #nav { background: #e6e6e6; border-bottom: 1px solid #ccc; text-align: right; letter-spacing: -4px; } #nav .container { background: #eee; } #nav li { display: inline-block; letter-spacing: normal; } #nav li a { color: #666; text-decoration: none; text-transform: uppercase; display: block; padding: 10px; background-color: rgba(255,255,255,0); border-left: 1px solid #ccc; transition: 0.25s; -o-transition: 0.25s; -webkit-transition: 0.25s; } #nav li#home { float: left; } #nav li#home a { border-left: 0; border-right: 1px solid #ccc; padding: 0 10px 7px; } #nav li a:hover { background-color: #fff; } /* Ze wonderful splash area */ #splash { background: #e8f0da; border-bottom: 1px solid #ccc; color: #454d41; } #splash .container { background: transparent url(../img/splash.jpg) 0 0 no-repeat; height: 275px; } #splash h1 { padding: 40px 70px 10px 250px; } #splash p { padding: 0 70px 5px 250px; } #splash a { color: #000; } /* Ze content area */ .content{ text-align: center; background: #fff; padding: 25px 0; } .bigbutton,.bigbutton:visited{ background: #222; display: inline-block; padding: 5px 10px 6px; color: #fff; text-decoration: none; -moz-border-radius: 6px; -webkit-border-radius: 6px; -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6); -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6); text-shadow: 0 -1px 1px rgba(0,0,0,0.25); border-bottom: 1px solid rgba(0,0,0,0.25); position: relative; cursor: pointer } /* Ze footer area */ #footer { color: #888; box-shadow: none; -wekbit-box-shadow: none; padding: 20px 0; } #footer #hosting { display: inline-block; width: 390px; margin: 0 0 0 10px; vertical-align: top; font-size: 11px; } #footer #credits { display: block; width: 100%; margin: 10px 0 0 0; vertical-align: top; font-size: 11px; text-align: center; } #footer #donate { display: inline-block; width: 380px; margin: 0 0 0 10px; vertical-align: top; } #footer #donate #paypal_donate { float: left; height: 30px; padding-right: 10px; } #footer #donate #paypal_donate img { cursor: pointer; } #footer #donate #gittip_donate { border-left: 1px solid #ccc; float: left; height: 30px; padding-left: 10px; padding-top: 5px; } #footer form{ margin: 0px; padding: 0px; } #footer #creditcards{ float: left; width: 140px; } #footer #creditcards h3{ padding-bottom: 5px; } #footer #we_welcome{ float: right; width: 220px; } /* Homepage special styles */ #getStarted { background: #f6faee; border-radius: 1px; box-shadow: 0 0 0 10px #f6faee; } #lastnews{ width: 350px; float: left; text-align: left; padding: 0px 32px 0px 32px; } #lastnews li{ text-align: left; padding: 0px 0px 0px 0px; } #lastnews h2{ font-size: 21px; text-transform: capitalize; } #package_info{ float: left; width: 320px; text-align: left; background: #fff; border-radius: 2px; box-shadow: 0 0 0 1px #ccc; padding: 5px 10px 10px 10px; } #package_info #version_info{ width: 150px; float: left; } #package_info #version_info p{ font-size: 14px; font-weight: bold; } #package_info #stats{ width: 150px; float: right; } .quote_box{ width: 280px; float: left; margin: 10px 15px; display: inline-block; vertical-align: top; } .quote_box img{ float: left; width: 80px; margin-top: 40px; } .quote_box .blockquote_container{ float: left; width: 200px; } blockquote { font: italic 1.2em serif; color: #666; margin: 0px; } blockquote:before, blockquote:after { display: block; font-size: 300%; color: #ccc; } blockquote:before { content: open-quote; margin-left: -97%; height: 20px; margin-top: 15px; } blockquote:after { content: close-quote; margin-left: 97%; height: 20px; margin-top: -15px; } cite { font-size: 0.9em; color: #666; float: right; } #who.container{ padding-bottom: 20px; text-align: center; background: #fff; border-radius: 0 0 2px 2px; box-shadow: 1px 0 rgba(0,0,0,0.1), 2px 0 rgba(0,0,0,0.05), 4px 0 rgba(0,0,0,0.04), -1px 0 rgba(0,0,0,0.1), -2px 0 rgba(0,0,0,0.05), -4px 0 rgba(0,0,0,0.04), 0 1px 1px rgba(0,0,0,0.1), 0 2px 2px rgba(0,0,0,0.05), 0 4px 4px rgba(0,0,0,0.04); -webkit-box-shadow: 1px 0 rgba(0,0,0,0.1), 2px 0 rgba(0,0,0,0.05), 4px 0 rgba(0,0,0,0.04), -1px 0 rgba(0,0,0,0.1), -2px 0 rgba(0,0,0,0.05), -4px 0 rgba(0,0,0,0.04), 0 1px 1px rgba(0,0,0,0.1), 0 2px 2px rgba(0,0,0,0.05), 0 4px 4px rgba(0,0,0,0.04); } #who h1{ padding-bottom: 20px; } #who img{ margin: 0px 5px 0px 5px; } #third-parties h1{ padding-bottom: 20px; } #third-parties .contentbox { border-radius: 5px; border: 1px solid #ccc; padding: 5px; width: 340px; } #third-parties .contentbox p{ font-size: 12px; }
0.197948
0.079675
@-webkit-keyframes moveVertical { to { opacity: 1; -webkit-transform: translateY(0); } } @keyframes moveVertical { to { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } } @-webkit-keyframes moveHorizontal { to { -webkit-transform: translateX(0); opacity: 1; } } @keyframes moveHorizontal { to { -webkit-transform: translateX(0); transform: translateX(0); opacity: 1; } } .move-up { -webkit-transform: translateY(0px); transform: translateY(0px); } .move-up.animate { -webkit-transform: translateY(100px); transform: translateY(100px); -webkit-animation: moveVertical .65s ease forwards; animation: moveVertical .65s ease forwards; } .move-up-x { -webkit-transform: translateX(0px); transform: translateX(0px); } .move-up-x.animate { -webkit-transform: translateX(100px); transform: translateX(100px); -webkit-animation: moveHorizontal .65s ease forwards; animation: moveHorizontal .65s ease forwards; } /* ------------------------ Custom Animation 01 ----------------------------*/ @-webkit-keyframes headerSlideDown { 0% { margin-top: -100px; } to { margin-top: 0; } } @keyframes headerSlideDown { 0% { margin-top: -100px; } to { margin-top: 0; } } /* -------------------------------------- Custom Hide Animation ---------------------------------------*/ @-webkit-keyframes hide-animation { 0% { -webkit-transform: translateY(0); opacity: 1; } to { -webkit-transform: translateY(60px); opacity: 0; } } @keyframes hide-animation { 0% { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1; } to { -webkit-transform: translateY(60px); transform: translateY(60px); opacity: 0; } } /* -------------------------------------- Custom Slide Show Animation ---------------------------------------*/ @-webkit-keyframes show-animation { 0% { -webkit-transform: translateY(60px); opacity: 0; } to { -webkit-transform: translateY(0); opacity: 1; } } @keyframes show-animation { 0% { -webkit-transform: translateY(60px); transform: translateY(60px); opacity: 0; } to { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1; } } /* -------------------------------------- Custom Slide Out To Right ---------------------------------------*/ @-webkit-keyframes slide-out-to-right { 0% { -webkit-transform: translateX(0); opacity: 1; } to { -webkit-transform: translateX(40px); opacity: 0; } } @keyframes slide-out-to-right { 0% { -webkit-transform: translateX(0); transform: translateX(0); opacity: 1; } to { -webkit-transform: translateX(60px); transform: translateX(60px); opacity: 0; } } /* -------------------------------------- Custom Slide Out To Left ---------------------------------------*/ @-webkit-keyframes slide-in-to-left { 0% { -webkit-transform: translateX(60px); opacity: 0; } to { -webkit-transform: translateX(0); opacity: 1; } } @keyframes slide-in-to-left { 0% { -webkit-transform: translateX(40px); transform: translateX(40px); opacity: 0; } to { -webkit-transform: translateX(0); transform: translateX(0); opacity: 1; } } /* ------------------------ Brook Hover Effect ---------------------------*/ .brook-transition { -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); } .bk-hover a { position: relative; overflow: hidden; z-index: 1; display: inline-block; color: #999; } .bk-hover a::after { content: ""; width: 0; height: 1px; bottom: 0; position: absolute; left: auto; right: 0; z-index: -1; -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s; transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s; background: currentColor; } .bk-hover a:hover::after { width: 100%; left: 0; right: auto; } /* ------------------------ Separator Bounce ---------------------------*/ @-webkit-keyframes separator-bounce { 0%, 80%, to { -webkit-transform: scale(0.5); transform: scale(0.5); } 40% { -webkit-transform: scale(1); transform: scale(1); } } @keyframes separator-bounce { 0%, 80%, to { -webkit-transform: scale(0.5); transform: scale(0.5); } 40% { -webkit-transform: scale(1); transform: scale(1); } } /*# sourceMappingURL=animations.css.map */
templates/brucehtml/bruce/assets/scss/global/animations.css
@-webkit-keyframes moveVertical { to { opacity: 1; -webkit-transform: translateY(0); } } @keyframes moveVertical { to { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } } @-webkit-keyframes moveHorizontal { to { -webkit-transform: translateX(0); opacity: 1; } } @keyframes moveHorizontal { to { -webkit-transform: translateX(0); transform: translateX(0); opacity: 1; } } .move-up { -webkit-transform: translateY(0px); transform: translateY(0px); } .move-up.animate { -webkit-transform: translateY(100px); transform: translateY(100px); -webkit-animation: moveVertical .65s ease forwards; animation: moveVertical .65s ease forwards; } .move-up-x { -webkit-transform: translateX(0px); transform: translateX(0px); } .move-up-x.animate { -webkit-transform: translateX(100px); transform: translateX(100px); -webkit-animation: moveHorizontal .65s ease forwards; animation: moveHorizontal .65s ease forwards; } /* ------------------------ Custom Animation 01 ----------------------------*/ @-webkit-keyframes headerSlideDown { 0% { margin-top: -100px; } to { margin-top: 0; } } @keyframes headerSlideDown { 0% { margin-top: -100px; } to { margin-top: 0; } } /* -------------------------------------- Custom Hide Animation ---------------------------------------*/ @-webkit-keyframes hide-animation { 0% { -webkit-transform: translateY(0); opacity: 1; } to { -webkit-transform: translateY(60px); opacity: 0; } } @keyframes hide-animation { 0% { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1; } to { -webkit-transform: translateY(60px); transform: translateY(60px); opacity: 0; } } /* -------------------------------------- Custom Slide Show Animation ---------------------------------------*/ @-webkit-keyframes show-animation { 0% { -webkit-transform: translateY(60px); opacity: 0; } to { -webkit-transform: translateY(0); opacity: 1; } } @keyframes show-animation { 0% { -webkit-transform: translateY(60px); transform: translateY(60px); opacity: 0; } to { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1; } } /* -------------------------------------- Custom Slide Out To Right ---------------------------------------*/ @-webkit-keyframes slide-out-to-right { 0% { -webkit-transform: translateX(0); opacity: 1; } to { -webkit-transform: translateX(40px); opacity: 0; } } @keyframes slide-out-to-right { 0% { -webkit-transform: translateX(0); transform: translateX(0); opacity: 1; } to { -webkit-transform: translateX(60px); transform: translateX(60px); opacity: 0; } } /* -------------------------------------- Custom Slide Out To Left ---------------------------------------*/ @-webkit-keyframes slide-in-to-left { 0% { -webkit-transform: translateX(60px); opacity: 0; } to { -webkit-transform: translateX(0); opacity: 1; } } @keyframes slide-in-to-left { 0% { -webkit-transform: translateX(40px); transform: translateX(40px); opacity: 0; } to { -webkit-transform: translateX(0); transform: translateX(0); opacity: 1; } } /* ------------------------ Brook Hover Effect ---------------------------*/ .brook-transition { -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); } .bk-hover a { position: relative; overflow: hidden; z-index: 1; display: inline-block; color: #999; } .bk-hover a::after { content: ""; width: 0; height: 1px; bottom: 0; position: absolute; left: auto; right: 0; z-index: -1; -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s; transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s; background: currentColor; } .bk-hover a:hover::after { width: 100%; left: 0; right: auto; } /* ------------------------ Separator Bounce ---------------------------*/ @-webkit-keyframes separator-bounce { 0%, 80%, to { -webkit-transform: scale(0.5); transform: scale(0.5); } 40% { -webkit-transform: scale(1); transform: scale(1); } } @keyframes separator-bounce { 0%, 80%, to { -webkit-transform: scale(0.5); transform: scale(0.5); } 40% { -webkit-transform: scale(1); transform: scale(1); } } /*# sourceMappingURL=animations.css.map */
0.425367
0.088978
.crm-exclusion-import-wrap { position: relative; padding: 21px; } .crm-exclusion-import-list-box { position: relative; margin: 0 0 15px 0; } .crm-exclusion-import-list-caption { margin: 0 0 5px 0; font: 14px "Helvetica Neue", Arial, Helvetica, sans-serif; color: #80868E; } .crm-exclusion-import-list-textarea { width: 100%; min-height: 234px; border: 1px solid #C6CDD3; outline: 0; resize: none; box-sizing: border-box; } .crm-exclusion-import-progress-box { position: absolute; top: 50%; left: 50%; padding: 25px 25px 42px 25px; width: 95%; background: #F1F9FC; transform: translate(-50%,-50%); box-sizing: border-box; z-index: 11; } .crm-exclusion-import-progress-inner {} .crm-exclusion-import-progress { margin: 0 0 15px 0; font: 18px 'OpenSans-Light', "Helvetica Neue", Arial, Helvetica, sans-serif; } .crm-exclusion-import-progress-bar { position: relative; height: 15px; width: 100%; border-radius: 8px; background: rgba(46,198,247,.2); overflow: hidden; } .crm-exclusion-import-progress-bar-item { position: absolute; width: 30%; height: 15px; border-radius: 8px; background: #2EC6F7; transition: width .3s; } .crm-exclusion-import-informer { display: flex; align-items: center; padding: 12px 14px; min-height: 43px; background: #F8F4BC; color: #91711E; box-sizing: border-box; } .crm-exclusion-import-informer-text { display: inline-block; margin: 0 3px 0 0; } .crm-exclusion-import-popup-confirm { position: absolute; top: -8px; left: 50%; padding: 14px 39px 14px 23px; max-width: 322px; background: #FFFCCD; color: #333; transform: translate(-50%,0); box-shadow: 0 6px 21px rgba(83,92,105,.15); box-sizing: border-box; z-index: 9; } .crm-exclusion-import-popup-close { position: absolute; top: 8px; right: 7px; width: 16px; height: 16px; transition: opacity .3s; opacity: .4; cursor: pointer; } .crm-exclusion-import-popup-close:hover { opacity: 1; } .crm-exclusion-import-popup-close-item { display: inline-block; margin: 3px 0 0 5px; width: 8px; height: 8px; background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%228%22%20height%3D%228%22%20viewBox%3D%220%200%208%208%22%3E%3Cpath%20fill%3D%22%23B0B8C1%22%20fill-rule%3D%22evenodd%22%20d%3D%22M5.07%203.657l2.122-2.12L5.778.12%203.656%202.244%201.536.12.12%201.537l2.122%202.12L.122%205.78l1.413%201.415%202.12-2.122L5.78%207.194l1.414-1.415-2.12-2.12z%22/%3E%3C/svg%3E'); background-repeat: no-repeat; } .crm-exclusion-import-loader { opacity: 0; transition: opacity 0.4s; } .crm-exclusion-import-overlay { position: fixed; top: 0; left: 0; bottom: 0; right: 0; width: 100%; height: 100%; background: rgba(255,255,255,.79); z-index: 10; } .crm-exclusion-footer-container { text-align: left; } .crm-exclusion-footer-container .webform-button-link { font: 12px/39px "OpenSans-Bold",Helvetica,Arial,sans-serif; transition: background .5s ease; text-align: center; vertical-align: middle; text-transform: uppercase; color: #535b69; border: 0; position: relative; height: 39px; margin: 0; } .crm-exclusion-footer-container .webform-button-link:hover { border: 0; color: #80868e; } .crm-exclusion-footer-buttons { height: 35px; opacity: 0; }
bitrix/modules/crm/install/components/bitrix/crm.exclusion.import/templates/.default/style.css
.crm-exclusion-import-wrap { position: relative; padding: 21px; } .crm-exclusion-import-list-box { position: relative; margin: 0 0 15px 0; } .crm-exclusion-import-list-caption { margin: 0 0 5px 0; font: 14px "Helvetica Neue", Arial, Helvetica, sans-serif; color: #80868E; } .crm-exclusion-import-list-textarea { width: 100%; min-height: 234px; border: 1px solid #C6CDD3; outline: 0; resize: none; box-sizing: border-box; } .crm-exclusion-import-progress-box { position: absolute; top: 50%; left: 50%; padding: 25px 25px 42px 25px; width: 95%; background: #F1F9FC; transform: translate(-50%,-50%); box-sizing: border-box; z-index: 11; } .crm-exclusion-import-progress-inner {} .crm-exclusion-import-progress { margin: 0 0 15px 0; font: 18px 'OpenSans-Light', "Helvetica Neue", Arial, Helvetica, sans-serif; } .crm-exclusion-import-progress-bar { position: relative; height: 15px; width: 100%; border-radius: 8px; background: rgba(46,198,247,.2); overflow: hidden; } .crm-exclusion-import-progress-bar-item { position: absolute; width: 30%; height: 15px; border-radius: 8px; background: #2EC6F7; transition: width .3s; } .crm-exclusion-import-informer { display: flex; align-items: center; padding: 12px 14px; min-height: 43px; background: #F8F4BC; color: #91711E; box-sizing: border-box; } .crm-exclusion-import-informer-text { display: inline-block; margin: 0 3px 0 0; } .crm-exclusion-import-popup-confirm { position: absolute; top: -8px; left: 50%; padding: 14px 39px 14px 23px; max-width: 322px; background: #FFFCCD; color: #333; transform: translate(-50%,0); box-shadow: 0 6px 21px rgba(83,92,105,.15); box-sizing: border-box; z-index: 9; } .crm-exclusion-import-popup-close { position: absolute; top: 8px; right: 7px; width: 16px; height: 16px; transition: opacity .3s; opacity: .4; cursor: pointer; } .crm-exclusion-import-popup-close:hover { opacity: 1; } .crm-exclusion-import-popup-close-item { display: inline-block; margin: 3px 0 0 5px; width: 8px; height: 8px; background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%228%22%20height%3D%228%22%20viewBox%3D%220%200%208%208%22%3E%3Cpath%20fill%3D%22%23B0B8C1%22%20fill-rule%3D%22evenodd%22%20d%3D%22M5.07%203.657l2.122-2.12L5.778.12%203.656%202.244%201.536.12.12%201.537l2.122%202.12L.122%205.78l1.413%201.415%202.12-2.122L5.78%207.194l1.414-1.415-2.12-2.12z%22/%3E%3C/svg%3E'); background-repeat: no-repeat; } .crm-exclusion-import-loader { opacity: 0; transition: opacity 0.4s; } .crm-exclusion-import-overlay { position: fixed; top: 0; left: 0; bottom: 0; right: 0; width: 100%; height: 100%; background: rgba(255,255,255,.79); z-index: 10; } .crm-exclusion-footer-container { text-align: left; } .crm-exclusion-footer-container .webform-button-link { font: 12px/39px "OpenSans-Bold",Helvetica,Arial,sans-serif; transition: background .5s ease; text-align: center; vertical-align: middle; text-transform: uppercase; color: #535b69; border: 0; position: relative; height: 39px; margin: 0; } .crm-exclusion-footer-container .webform-button-link:hover { border: 0; color: #80868e; } .crm-exclusion-footer-buttons { height: 35px; opacity: 0; }
0.294621
0.058453
* { box-sizing: border-box; margin: 0; padding: 0; } body { font-family: 'Roboto', sans-serif; background: #fcc2d7; font-weight: bold; } /* width:100vw;height:100vh; */ #container { width: 100vw; height: 100vh; margin-top: 1rem; } /* タイトル */ #title { margin: 0; margin-top: 1rem; width: 100%; height: 10%; font-size: 3rem; color: #fff; text-align: center; } /* 残りカウント */ #remain-count { margin: 0 auto; width: 80%; height: 7%; font-size: 2.5rem; text-align: center; color: #fff; } /* カード取りまとめ */ #card-wrapper { width: 80%; height: 60%; margin: 2rem auto 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); grid-template-rows: repeat(3, 1fr); gap: 2%; } /* カード */ .card { transition: 0.8s; position: relative; transform-style: preserve-3d; cursor: pointer; } /* カード前面・裏面共通 */ .card-front, .card-back { width: 100%; height: 100%; font-size: 3rem; display: flex; align-items: center; justify-content: center; border-radius: 8px; position: absolute; top: 0; left: 0; backface-visibility: hidden; } /* カード前面 */ .card-front { background: #fff; color: #74c0fc; transform: rotateY(180deg); } /* カード裏面 */ .card-back { background: #74c0fc; color: #fff; } /* カードをめくる */ .open { transform: rotateY(180deg); } /* ボタン取りまとめ */ #btn-wrapper { width: 80%; height: 10%; margin: 1rem auto; display: flex; } /* ボタン */ .btn { width: 100%; height: 100%; margin: 10px; font-size: 1.5rem; display: flex; align-items: center; justify-content: center; background: blue; color: #fff; border-radius: 100px; cursor: pointer; } /* ボタンをホバー */ .btn:not(.inactive):hover { background-color: white; color: blue; } /* ボタンを押す */ .btn:active { transform: scale(0.98); } /* 使用不可 */ .inactive { cursor: not-allowed; } /* ゲームルール */ #rule { /* 上下左右中央に寄せる */ position: absolute; top: 30%; left: 50%; transform: translate(-50%, -300%); width: 70%; color: black; background-color: white; padding: 40px; border-radius: 5px; box-shadow: 0 48px 80px rgba(0, 0, 0, 0.3); /* overlayより上に重ねる */ z-index: 10; transition: all 1s ease-in-out; } #rule p { line-height: 1.7; } /* ルールをだす */ #rule.show { transform: translate(-50%, 0); } /* ぼかしを隠す */ .hidden { display: none; } /* ぼかしをかぶせる */ #overlay-blur { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.6); /* ぼかしを入れる px単位でぼやけ具合を指定*/ backdrop-filter: blur(3px); /* modalの下に置く */ z-index: 5; } /* ルールを閉じるボタン */ #close-rule { position: absolute; top: 20px; right: 30px; font-size: 60px; color: black; cursor: pointer; border: none; background: none; } a { text-decoration: none; } @media (min-width: 40rem) { #container { max-width: 800px; width: 80vw; margin-left: auto; margin-right: auto; } #btn-wrapper { flex-direction: row; justify-content: space-around; flex-wrap: wrap; } .btn { width: 28%; } #rule { width: 40%; } }
card_memory/style.css
* { box-sizing: border-box; margin: 0; padding: 0; } body { font-family: 'Roboto', sans-serif; background: #fcc2d7; font-weight: bold; } /* width:100vw;height:100vh; */ #container { width: 100vw; height: 100vh; margin-top: 1rem; } /* タイトル */ #title { margin: 0; margin-top: 1rem; width: 100%; height: 10%; font-size: 3rem; color: #fff; text-align: center; } /* 残りカウント */ #remain-count { margin: 0 auto; width: 80%; height: 7%; font-size: 2.5rem; text-align: center; color: #fff; } /* カード取りまとめ */ #card-wrapper { width: 80%; height: 60%; margin: 2rem auto 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); grid-template-rows: repeat(3, 1fr); gap: 2%; } /* カード */ .card { transition: 0.8s; position: relative; transform-style: preserve-3d; cursor: pointer; } /* カード前面・裏面共通 */ .card-front, .card-back { width: 100%; height: 100%; font-size: 3rem; display: flex; align-items: center; justify-content: center; border-radius: 8px; position: absolute; top: 0; left: 0; backface-visibility: hidden; } /* カード前面 */ .card-front { background: #fff; color: #74c0fc; transform: rotateY(180deg); } /* カード裏面 */ .card-back { background: #74c0fc; color: #fff; } /* カードをめくる */ .open { transform: rotateY(180deg); } /* ボタン取りまとめ */ #btn-wrapper { width: 80%; height: 10%; margin: 1rem auto; display: flex; } /* ボタン */ .btn { width: 100%; height: 100%; margin: 10px; font-size: 1.5rem; display: flex; align-items: center; justify-content: center; background: blue; color: #fff; border-radius: 100px; cursor: pointer; } /* ボタンをホバー */ .btn:not(.inactive):hover { background-color: white; color: blue; } /* ボタンを押す */ .btn:active { transform: scale(0.98); } /* 使用不可 */ .inactive { cursor: not-allowed; } /* ゲームルール */ #rule { /* 上下左右中央に寄せる */ position: absolute; top: 30%; left: 50%; transform: translate(-50%, -300%); width: 70%; color: black; background-color: white; padding: 40px; border-radius: 5px; box-shadow: 0 48px 80px rgba(0, 0, 0, 0.3); /* overlayより上に重ねる */ z-index: 10; transition: all 1s ease-in-out; } #rule p { line-height: 1.7; } /* ルールをだす */ #rule.show { transform: translate(-50%, 0); } /* ぼかしを隠す */ .hidden { display: none; } /* ぼかしをかぶせる */ #overlay-blur { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.6); /* ぼかしを入れる px単位でぼやけ具合を指定*/ backdrop-filter: blur(3px); /* modalの下に置く */ z-index: 5; } /* ルールを閉じるボタン */ #close-rule { position: absolute; top: 20px; right: 30px; font-size: 60px; color: black; cursor: pointer; border: none; background: none; } a { text-decoration: none; } @media (min-width: 40rem) { #container { max-width: 800px; width: 80vw; margin-left: auto; margin-right: auto; } #btn-wrapper { flex-direction: row; justify-content: space-around; flex-wrap: wrap; } .btn { width: 28%; } #rule { width: 40%; } }
0.327561
0.078184
.no-padding { padding: 0 !important; } .small { font-size: 14px; line-height: 18px; } .body { font-size: 16px; line-height: 24px; } .h4 { font-size: 18px; line-height: 26px; } .h3 { font-size: 22px; line-height: 30px; } .h2 { font-size: 24px; line-height: 32px; } .h1 { font-size: 28px; line-height: 36px; } .weight-300 { font-weight: 300; } .weight-400 { font-weight: 400; } .weight-500 { font-weight: 500; } .weight-600 { font-weight: 600; } .weight-700 { font-weight: 700; } .italic { font-style: italic; } .capitalize { text-transform: capitalize; } .uppercase { text-transform: uppercase; } .font-gray { color: #ACADB4; } .font-blue { color: #00C7FF; } .background-stripes { background-color: #f6f7f8; background: repeating-linear-gradient(45deg, #f6f7f8, #f6f7f8 3px, #ebecef 3px, #ebecef 6px); background-repeat: no-repeat; background-attachment: fixed; } .btn { outline: none !important; padding: 8px 12px; font-size: 16px; font-weight: 500; border-radius: 4px; background-color: #CED0D6; border: none; cursor: pointer; transition: background-color 200ms ease, transform 200ms ease; } .btn:hover { background-color: #eaebed; } .btn:active { transform: translateY(1px) scale(0.98); transition-duration: 0ms; box-shadow: none; } .btn[disabled] { opacity: 0.5; transition: none !important; transform: none !important; cursor: not-allowed; } .btn[disabled]:hover, .btn[disabled]:active { opacity: 0.5; transition: none !important; transform: none !important; background-color: #CED0D6; border: none; cursor: not-allowed; } .btn-ghost { background-color: #222429; border: 1px solid #00C7FF; color: #00C7FF; font-weight: 500; transition: background-color 200ms ease, transform 200ms ease; } .btn-ghost:hover { background-color: #000000; } .btn-ghost[disabled]:hover, .btn-ghost[disabled]:active { opacity: 0.5; transition: none !important; transform: none !important; background-color: #222429; border: 1px solid #00C7FF; cursor: not-allowed; } .link-btn { font-family: 'Roboto', Helvetica Neue, sans-serif; font-size: 16px; line-height: 24px; border: none; background-color: transparent; color: #00b3e6; font-weight: 500; padding: 4px 8px; outline: none !important; cursor: pointer; transition: color 200ms ease, background-color 200ms ease; } .link-btn:hover { text-decoration: underline; } .link-btn:active { color: #008bb3; text-decoration: none; } .input { margin-right: 8px; padding: 9px 11px; font-size: 16px; border-radius: 6px; border: none; color: #dedede; background-color: #000; } .input:focus { outline: none; box-shadow: 0 0 0 1px #00C7FF; } .input[disabled] { opacity: 0.2; transition: none !important; transform: none !important; cursor: not-allowed; } .controls { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-start; padding: 10px 0 0 16px; } .controls > * { margin-bottom: 10px; } .controls > *:not(:last-child) { margin-right: 10px; } .controls__load-url { flex-grow: 1; display: flex; justify-content: flex-end; } .controls__load-url > .input { flex-grow: 1; max-width: 300px; }
src/components/Controls/Controls.css
.no-padding { padding: 0 !important; } .small { font-size: 14px; line-height: 18px; } .body { font-size: 16px; line-height: 24px; } .h4 { font-size: 18px; line-height: 26px; } .h3 { font-size: 22px; line-height: 30px; } .h2 { font-size: 24px; line-height: 32px; } .h1 { font-size: 28px; line-height: 36px; } .weight-300 { font-weight: 300; } .weight-400 { font-weight: 400; } .weight-500 { font-weight: 500; } .weight-600 { font-weight: 600; } .weight-700 { font-weight: 700; } .italic { font-style: italic; } .capitalize { text-transform: capitalize; } .uppercase { text-transform: uppercase; } .font-gray { color: #ACADB4; } .font-blue { color: #00C7FF; } .background-stripes { background-color: #f6f7f8; background: repeating-linear-gradient(45deg, #f6f7f8, #f6f7f8 3px, #ebecef 3px, #ebecef 6px); background-repeat: no-repeat; background-attachment: fixed; } .btn { outline: none !important; padding: 8px 12px; font-size: 16px; font-weight: 500; border-radius: 4px; background-color: #CED0D6; border: none; cursor: pointer; transition: background-color 200ms ease, transform 200ms ease; } .btn:hover { background-color: #eaebed; } .btn:active { transform: translateY(1px) scale(0.98); transition-duration: 0ms; box-shadow: none; } .btn[disabled] { opacity: 0.5; transition: none !important; transform: none !important; cursor: not-allowed; } .btn[disabled]:hover, .btn[disabled]:active { opacity: 0.5; transition: none !important; transform: none !important; background-color: #CED0D6; border: none; cursor: not-allowed; } .btn-ghost { background-color: #222429; border: 1px solid #00C7FF; color: #00C7FF; font-weight: 500; transition: background-color 200ms ease, transform 200ms ease; } .btn-ghost:hover { background-color: #000000; } .btn-ghost[disabled]:hover, .btn-ghost[disabled]:active { opacity: 0.5; transition: none !important; transform: none !important; background-color: #222429; border: 1px solid #00C7FF; cursor: not-allowed; } .link-btn { font-family: 'Roboto', Helvetica Neue, sans-serif; font-size: 16px; line-height: 24px; border: none; background-color: transparent; color: #00b3e6; font-weight: 500; padding: 4px 8px; outline: none !important; cursor: pointer; transition: color 200ms ease, background-color 200ms ease; } .link-btn:hover { text-decoration: underline; } .link-btn:active { color: #008bb3; text-decoration: none; } .input { margin-right: 8px; padding: 9px 11px; font-size: 16px; border-radius: 6px; border: none; color: #dedede; background-color: #000; } .input:focus { outline: none; box-shadow: 0 0 0 1px #00C7FF; } .input[disabled] { opacity: 0.2; transition: none !important; transform: none !important; cursor: not-allowed; } .controls { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-start; padding: 10px 0 0 16px; } .controls > * { margin-bottom: 10px; } .controls > *:not(:last-child) { margin-right: 10px; } .controls__load-url { flex-grow: 1; display: flex; justify-content: flex-end; } .controls__load-url > .input { flex-grow: 1; max-width: 300px; }
0.353317
0.103115
body { min-height: 0px; padding-top: 0px; font-family: 'Open Sans', Helvetica, Arial, "Source Han Sans TC", "Microsoft Jhenghei", sans-serif; font-size: large; line-height: 1.60; color: #4a4a4a; font-weight: 500; background-color: #e5bfa1; } /*錯誤訊息*/ .alert{ border-radius: 0px !important; font-size: 14px; padding: 3px; } /*登入按鈕*/ .form-group{ margin-bottom: 5px; } .btn-log-in{ background-color: #86c26b; font-size: 14px; color: #fff2e7; border-radius: 0px !important; } .btn-log-in:hover, .btn-log-in:active{ background-color: #ffffff; color: #df542f; font-weight: 600; box-shadow:2px -2px rgba(20%,20%,40%,0.5); } /*註冊按鈕*/ .btn-sign-up{ background-color: #59bdbb; font-size: 14px; color: #fff2e7; border-radius: 0px !important; } .btn-sign-up:hover, .btn-sign-up:active{ background-color: #ffffff; color: #df542f; font-weight: 600; box-shadow:2px -2px rgba(20%,20%,40%,0.5); } .btn-use-fb{ border-radius: 0px !important; background-color: #3b5998; color: #ffffff; min-width: 140px; margin-bottom:3px; margin-right: 3px; } .btn-use-fb:hover, .btn-use-fb:active{ background-color: #ffffff; color: #3b5998; font-weight: 600; box-shadow:2px -2px rgba(20%,20%,40%,0.5); margin-bottom:3px; margin-right: 3px; } .btn-use-g{ border-radius: 0px !important; background-color: #dc4e41; color: #ffffff; min-width: 140px; margin-bottom:3px; margin-right: 3px; } .btn-use-g:hover, .btn-use-g:active{ background-color: #ffffff; color: #dc4e41; font-weight: 600; box-shadow:2px -2px rgba(20%,20%,40%,0.5); margin-bottom:3px; margin-right: 3px; } /*主圖+階段按鈕*/ .board-container{ background-color: #df542f; color: #ffffff; padding-top: 10px; } .board-footer{ background-color: #eb8f2d; color: #ffffff; font-size: 24px; padding-top: 10px; padding-bottom: 10px } .btn-step:link, .btn-step:visited{ background-color: #f37b21; color: #ffffff; font-size: 16px; border-radius: 0px !important; margin-bottom:10px; } .btn-step.active, .btn-step:hover, .btn-step:active{ background-color: #ffffff; color: #df542f; font-size: 16px; font-weight: 700; box-shadow:4px -5px rgba(20%,20%,40%,0.5); margin-bottom:5px; } /*主標欄*/ .step-logo{ color: #df542f; font-size: 36px; position: relative; top:7px; } .board-footer-left{ position: relative; right: -63px; top:50px; } .board-footer-right{ position: relative; left: -64px; top: 50px; z-index: -99; } /*排序按鈕*/ .btn-list-1{ background-color: #eb8f2d; color: #ffffff; font-size: 12px; border-radius: 0px !important; margin: 0px; margin-bottom:3px; } .btn-list-2{ background-color: #e4732b; color: #ffffff; font-size: 12px; border-radius: 0px !important; margin: 0px; margin-bottom:3px; } .btn-list-3{ background-color: #df542f; color: #ffffff; font-size: 12px; border-radius: 0px !important; margin: 0px; margin-bottom:3px; } .btn-list-1.active, .btn-list-1:hover, .btn-list-1:active, .btn-list-2.active, .btn-list-2:hover, .btn-list-2:active, .btn-list-3.active, .btn-list-3:hover, .btn-list-3:active{ background-color: #ffffff; color: #df542f; font-size: 12px; font-weight: 600; box-shadow:2px -2px rgba(20%,20%,40%,0.5); margin-bottom:3px; } /*勾選按鈕*/ .btn-check:before{ content:"\f046"; font-family: FontAwesome !important; } .btn-check{ border-radius: 0px !important; background-color: #aaaaaa; color: #ffffff; width: 60px; min-height: 60px; font-size: 35px; padding-left:5px; padding-right:5px; } .btn-check.active, .btn-check:hover, .btn-check:active{ background-color: #df542f; color: #ffffff; } /*計數*/ .nbr-check{ font-size: 22px; color: #9b9b9b; font-weight: 600; padding-left: 5px; padding-right: 5px; } .nbr-check.active{ color: #df542f; } /*編號*/ .list-nbr{ background-color: #df542f; color: #ffffff; min-height: 60px; font-size: 25px; padding-left:5px; padding-right:5px; padding-top: 8px; text-align:center; } /*問題清單*/ .table-list th, .table-list td{ border: 2px solid #e5bfa1 !important; vertical-align: top; } .list{ background-color: #ffffff; height: 60px; font-weight: 500; margin-left:10px; width: 100%; vertical-align: middle !important; } .list a{ color: #4a4a4a; text-decoration:none; } .list a:hover, .list a:active{ font-weight: 600; } .list:hover, .list:active{ background-color:#fbf8f8; } /*分頁按鈕*/ .pagination { display: inline-block; } .pagination>span { color: #ffffff; background-color: #eb8f2d; border: 1px solid #e5bfa1; display: inline-block; padding-top: 3px; padding-bottom: 3px; padding-right: 10px; padding-left: 10px; margin: 0px; } .pagination > span > a{ text-decoration:none; color: #ffffff; } .pagination > span:hover, .pagination > span:active, .pagination > span:focus { z-index: 2; color: #e4732b; background-color: #ffffff; border: 1px solid #e5bfa1; box-shadow:1px -1px rgba(20%,20%,40%,0.5); } .pagination > span:hover>a, .pagination > span:active>a, .pagination > span:focus>a{ text-decoration:none; color: #e4732b; } .pagination>.current, .pagination>.current>a:hover, .pagination>.current>a:active, .pagination>.current>span, .pagination>.current>span:focus, .pagination>.current>span:hover, .pagination>.current>span:active { z-index: 3; color: #fff; cursor: default; background-color: #df542f; border: 1px solid #e5bfa1; } /*go討論區*/ .text-gotalk{ font-size: 24px; letter-spacing: 2px; color: #ffffff; font-weight: 600; text-align: center; min-height: 50px; margin: 20px; } .btn-gotalk{ background-color: #df542f; color: #ffffff; font-size: 16px; border-radius: 0px !important; margin-bottom: 3px; } .btn-gotalk:hover{ background-color: #ffffff; color: #df542f; font-size: 16px; font-weight: 600; box-shadow:2px -2px rgba(20%,20%,40%,0.5); margin-bottom: 3px; } /*彈出視窗*/ .modal-header{ background-color:#df542f; color: #ffffff; } .modal-body{ background-color:#e5bfa1; } .text-header{ font-weight: 600; color: #df542f; } /*text*/ h4.lv4{ font-weight: 600; color: #b85743; } .foreword{ text-decoration: none; color: #e5bfa1; font-weight: 600; background-color:#4a4a4a; font-size: 18px; padding: 3px 10px 2px 10px; } .dl-horizontal dt{ height: 35px; } .dl-horizontal dd { min-height: 35px; } .nobreak{ display:inline-block; } .pr-3{ margin-right:3px; } .pr-5{ margin-right:5px; } .pl-5{ margin-left:5px; } .pl-64{ margin-left:64px; } .pr-10{ margin-right:10px; } .pt-30{ margin-top: 30px; } .pb-3{ margin-bottom:3px; } .pb-10{ margin-bottom:10px; } .modal-title{ font-weight: 700; } /*表單*/ fieldset.scheduler-border { border: 1px groove #df542f !important; padding: 0 1.4em 1.4em 1.4em !important; margin: 0 0 1.5em 0 !important; -webkit-box-shadow: 0px 0px 0px 0px #000; box-shadow: 0px 0px 0px 0px #000; } legend.scheduler-border { color: #df542f; font-weight: 600; width:inherit; /* Or auto */ padding:0 10px; /* To give a bit of padding on the left and right */ border-bottom:none; } footer>.col-xs-12{ background-color: #eb8f2d; margin-top: 30px; padding-top: 20px; color: #ffffff; font-weight: 300; } .dl-horizontal > dt{ width: 70px; } .dl-horizontal > dd{ margin-left: 80px; } .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:active{ color: #fff; background-color: #df542f; border: 1px solid #fff; } .nav-tabs { border-bottom: 1px solid #fff; } a { color: #df542f; } .w-font{ color: #ffffff; font-size: 14px; } .bg { background-color: #e5bfa1 !important; } .bg1 { background-color: #df542f !important; } .panel-default>.panel-heading { background-image: -webkit-linear-gradient(top,#ffffff 0,#e5bfa1 100%); background-image: -o-linear-gradient(top,#ffffff 0,#e5bfa1 100%); background-image: -webkit-gradient(linear,left top,left bottom,from(#ffffff),to(#e5bfa1)); background-image: linear-gradient(to bottom,#ffffff 0,#e5bfa1 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0); } .popover{ max-width:200px; font-family: 'Open Sans', Helvetica, Arial, "Source Han Sans TC", "Microsoft Jhenghei", sans-serif !important; font-size: 12px; } .popover.top{ margin-top:-10px; margin-left: 60px; } .popover-title{ font-weight: 600; color:#ffffff; background-color:#df542f; }
app/assets/stylesheets/custom.css
body { min-height: 0px; padding-top: 0px; font-family: 'Open Sans', Helvetica, Arial, "Source Han Sans TC", "Microsoft Jhenghei", sans-serif; font-size: large; line-height: 1.60; color: #4a4a4a; font-weight: 500; background-color: #e5bfa1; } /*錯誤訊息*/ .alert{ border-radius: 0px !important; font-size: 14px; padding: 3px; } /*登入按鈕*/ .form-group{ margin-bottom: 5px; } .btn-log-in{ background-color: #86c26b; font-size: 14px; color: #fff2e7; border-radius: 0px !important; } .btn-log-in:hover, .btn-log-in:active{ background-color: #ffffff; color: #df542f; font-weight: 600; box-shadow:2px -2px rgba(20%,20%,40%,0.5); } /*註冊按鈕*/ .btn-sign-up{ background-color: #59bdbb; font-size: 14px; color: #fff2e7; border-radius: 0px !important; } .btn-sign-up:hover, .btn-sign-up:active{ background-color: #ffffff; color: #df542f; font-weight: 600; box-shadow:2px -2px rgba(20%,20%,40%,0.5); } .btn-use-fb{ border-radius: 0px !important; background-color: #3b5998; color: #ffffff; min-width: 140px; margin-bottom:3px; margin-right: 3px; } .btn-use-fb:hover, .btn-use-fb:active{ background-color: #ffffff; color: #3b5998; font-weight: 600; box-shadow:2px -2px rgba(20%,20%,40%,0.5); margin-bottom:3px; margin-right: 3px; } .btn-use-g{ border-radius: 0px !important; background-color: #dc4e41; color: #ffffff; min-width: 140px; margin-bottom:3px; margin-right: 3px; } .btn-use-g:hover, .btn-use-g:active{ background-color: #ffffff; color: #dc4e41; font-weight: 600; box-shadow:2px -2px rgba(20%,20%,40%,0.5); margin-bottom:3px; margin-right: 3px; } /*主圖+階段按鈕*/ .board-container{ background-color: #df542f; color: #ffffff; padding-top: 10px; } .board-footer{ background-color: #eb8f2d; color: #ffffff; font-size: 24px; padding-top: 10px; padding-bottom: 10px } .btn-step:link, .btn-step:visited{ background-color: #f37b21; color: #ffffff; font-size: 16px; border-radius: 0px !important; margin-bottom:10px; } .btn-step.active, .btn-step:hover, .btn-step:active{ background-color: #ffffff; color: #df542f; font-size: 16px; font-weight: 700; box-shadow:4px -5px rgba(20%,20%,40%,0.5); margin-bottom:5px; } /*主標欄*/ .step-logo{ color: #df542f; font-size: 36px; position: relative; top:7px; } .board-footer-left{ position: relative; right: -63px; top:50px; } .board-footer-right{ position: relative; left: -64px; top: 50px; z-index: -99; } /*排序按鈕*/ .btn-list-1{ background-color: #eb8f2d; color: #ffffff; font-size: 12px; border-radius: 0px !important; margin: 0px; margin-bottom:3px; } .btn-list-2{ background-color: #e4732b; color: #ffffff; font-size: 12px; border-radius: 0px !important; margin: 0px; margin-bottom:3px; } .btn-list-3{ background-color: #df542f; color: #ffffff; font-size: 12px; border-radius: 0px !important; margin: 0px; margin-bottom:3px; } .btn-list-1.active, .btn-list-1:hover, .btn-list-1:active, .btn-list-2.active, .btn-list-2:hover, .btn-list-2:active, .btn-list-3.active, .btn-list-3:hover, .btn-list-3:active{ background-color: #ffffff; color: #df542f; font-size: 12px; font-weight: 600; box-shadow:2px -2px rgba(20%,20%,40%,0.5); margin-bottom:3px; } /*勾選按鈕*/ .btn-check:before{ content:"\f046"; font-family: FontAwesome !important; } .btn-check{ border-radius: 0px !important; background-color: #aaaaaa; color: #ffffff; width: 60px; min-height: 60px; font-size: 35px; padding-left:5px; padding-right:5px; } .btn-check.active, .btn-check:hover, .btn-check:active{ background-color: #df542f; color: #ffffff; } /*計數*/ .nbr-check{ font-size: 22px; color: #9b9b9b; font-weight: 600; padding-left: 5px; padding-right: 5px; } .nbr-check.active{ color: #df542f; } /*編號*/ .list-nbr{ background-color: #df542f; color: #ffffff; min-height: 60px; font-size: 25px; padding-left:5px; padding-right:5px; padding-top: 8px; text-align:center; } /*問題清單*/ .table-list th, .table-list td{ border: 2px solid #e5bfa1 !important; vertical-align: top; } .list{ background-color: #ffffff; height: 60px; font-weight: 500; margin-left:10px; width: 100%; vertical-align: middle !important; } .list a{ color: #4a4a4a; text-decoration:none; } .list a:hover, .list a:active{ font-weight: 600; } .list:hover, .list:active{ background-color:#fbf8f8; } /*分頁按鈕*/ .pagination { display: inline-block; } .pagination>span { color: #ffffff; background-color: #eb8f2d; border: 1px solid #e5bfa1; display: inline-block; padding-top: 3px; padding-bottom: 3px; padding-right: 10px; padding-left: 10px; margin: 0px; } .pagination > span > a{ text-decoration:none; color: #ffffff; } .pagination > span:hover, .pagination > span:active, .pagination > span:focus { z-index: 2; color: #e4732b; background-color: #ffffff; border: 1px solid #e5bfa1; box-shadow:1px -1px rgba(20%,20%,40%,0.5); } .pagination > span:hover>a, .pagination > span:active>a, .pagination > span:focus>a{ text-decoration:none; color: #e4732b; } .pagination>.current, .pagination>.current>a:hover, .pagination>.current>a:active, .pagination>.current>span, .pagination>.current>span:focus, .pagination>.current>span:hover, .pagination>.current>span:active { z-index: 3; color: #fff; cursor: default; background-color: #df542f; border: 1px solid #e5bfa1; } /*go討論區*/ .text-gotalk{ font-size: 24px; letter-spacing: 2px; color: #ffffff; font-weight: 600; text-align: center; min-height: 50px; margin: 20px; } .btn-gotalk{ background-color: #df542f; color: #ffffff; font-size: 16px; border-radius: 0px !important; margin-bottom: 3px; } .btn-gotalk:hover{ background-color: #ffffff; color: #df542f; font-size: 16px; font-weight: 600; box-shadow:2px -2px rgba(20%,20%,40%,0.5); margin-bottom: 3px; } /*彈出視窗*/ .modal-header{ background-color:#df542f; color: #ffffff; } .modal-body{ background-color:#e5bfa1; } .text-header{ font-weight: 600; color: #df542f; } /*text*/ h4.lv4{ font-weight: 600; color: #b85743; } .foreword{ text-decoration: none; color: #e5bfa1; font-weight: 600; background-color:#4a4a4a; font-size: 18px; padding: 3px 10px 2px 10px; } .dl-horizontal dt{ height: 35px; } .dl-horizontal dd { min-height: 35px; } .nobreak{ display:inline-block; } .pr-3{ margin-right:3px; } .pr-5{ margin-right:5px; } .pl-5{ margin-left:5px; } .pl-64{ margin-left:64px; } .pr-10{ margin-right:10px; } .pt-30{ margin-top: 30px; } .pb-3{ margin-bottom:3px; } .pb-10{ margin-bottom:10px; } .modal-title{ font-weight: 700; } /*表單*/ fieldset.scheduler-border { border: 1px groove #df542f !important; padding: 0 1.4em 1.4em 1.4em !important; margin: 0 0 1.5em 0 !important; -webkit-box-shadow: 0px 0px 0px 0px #000; box-shadow: 0px 0px 0px 0px #000; } legend.scheduler-border { color: #df542f; font-weight: 600; width:inherit; /* Or auto */ padding:0 10px; /* To give a bit of padding on the left and right */ border-bottom:none; } footer>.col-xs-12{ background-color: #eb8f2d; margin-top: 30px; padding-top: 20px; color: #ffffff; font-weight: 300; } .dl-horizontal > dt{ width: 70px; } .dl-horizontal > dd{ margin-left: 80px; } .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:active{ color: #fff; background-color: #df542f; border: 1px solid #fff; } .nav-tabs { border-bottom: 1px solid #fff; } a { color: #df542f; } .w-font{ color: #ffffff; font-size: 14px; } .bg { background-color: #e5bfa1 !important; } .bg1 { background-color: #df542f !important; } .panel-default>.panel-heading { background-image: -webkit-linear-gradient(top,#ffffff 0,#e5bfa1 100%); background-image: -o-linear-gradient(top,#ffffff 0,#e5bfa1 100%); background-image: -webkit-gradient(linear,left top,left bottom,from(#ffffff),to(#e5bfa1)); background-image: linear-gradient(to bottom,#ffffff 0,#e5bfa1 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0); } .popover{ max-width:200px; font-family: 'Open Sans', Helvetica, Arial, "Source Han Sans TC", "Microsoft Jhenghei", sans-serif !important; font-size: 12px; } .popover.top{ margin-top:-10px; margin-left: 60px; } .popover-title{ font-weight: 600; color:#ffffff; background-color:#df542f; }
0.240418
0.055746
@font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 300; src: url('../fonts/open-sans-300.woff2') format('woff2'); } @font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 400; src: url('../fonts/open-sans-400.woff2') format('woff2'); } @font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 600; src: url('../fonts/open-sans-600.woff2') format('woff2'); } @font-face { font-family: 'Open Sans'; font-style: bold; font-weight: 700; src: url('../fonts/open-sans-700.woff2') format('woff2'); } /* RESET */ html, body, div, span, applet, object, iframe, , 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; } /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } ol, ul { list-style: none; } /* END RESET */ body { font-family: 'Open Sans', sans-serif; font-weight: 300; font-size: 15px; background: #cfe0e4; padding: 0; margin: 0; color: #444; } p { margin: 0 0 15px; } a { color: #3889AB; text-decoration: none; font-weight: 400; } a:hover { text-decoration: underline; } a.active{ color: #444; cursor: default; font-weight: 600; text-decoration: none; } hr { border-width: 0; border-top: 1px solid #e7e7e7; height: 1px; margin: 23px 0; } .fl { float: left; } .fr { float: right; } h1 { font-size: 24px; margin-bottom: 20px; } .pageHeader { background: #134960; color: #fff; font-weight: normal; height: 63px; line-height: 63px; margin: 0; padding: 0 0 0 50px; font-weight: 300; } img.headerIcon { margin: 19px 5px 0 0; float: right; } select { min-width: 150px; } .formRow select { background: #FFF; border-radius: 3px; -webkit-appearance: none; padding: 10px 30px 10px 10px; font-size: 14px; border-color: #ccc; /* TODO: make this better / more scalable */ background-image: url(/img/ddArrow.png); background-repeat: no-repeat; background-position: 90% 16px; } input, select, button { margin-bottom: 8px; } textarea { font-family: 'Open Sans', sans-serif; width: 100%; border-color: #C3C3C3; font-size: 16px; font-weight: 300; padding: 3px 5px; } .formRow { margin: 15px 0; } ul.unorderedList, ol.orderedList { padding-left: 20px; margin: 7px 0 10px 0; } ul.unorderedList li { margin: 0 0 3 10px; list-style: disc; } .splash { font-size: 16px; width: 900px; margin: 40px auto; overflow: hidden; } .splash h1 { font-size: 60px; line-height: 66px; margin-top: 15px; } .splash h2 { font-weight: 400; font-size: 22px; } .splash p { font-size: 18px; } .dude-left { float: left; padding-left: 30px; padding-right: 25px; } .btn { background: #52a6c8; color: #fff; border-radius: 3px; height: 40px; line-height: 40px; padding: 0 20px; display: inline-block; border: 0; font-size: 14px; cursor: pointer; } .btn:hover { background: #4994B3; } .btn.btnNeg { background: #ddd; color: #333; } .btn.btnNeg:hover { background: #DDD; } .btn.secondary { background: #E3F7FC; color: #666; } .btn.secondary:hover { background: #CBF1FA; } .btnDonate { font-family: 'Open Sans', sans-serif; margin: 0 5px; float: left; } .btnDonate:hover { text-decoration: underline; } .btnDisabled { background: #f1f1f1; color: #888; cursor: default; } .btnDisabled:hover { background: #f1f1f1; color: #888; } .lesserText { color: #929292; font-size: 0.8em; font-weight: 300; } .hidden { visibility: hidden; } .mainContent { width: 900px; margin: 40px auto; color: #444; background: #fff; overflow: hidden; } .contentNav, .content { box-sizing: border-box; float: left; padding: 20px 50px 40px; } .contentNav { width: 240px; padding: 35px 10px 50px 50px; margin: 15px 0 0; } .contentNav li { height: 35px; line-height: 100%; } .content { border-left: 1px solid #E7E7E7; width: 660px; min-height: 250px; } .contentFull { width: 800px; } .content h2 { padding: 0 0 10px 0; margin: 30px 0 0 0; font-size: 16px; font-weight: 600; } #heading { white-space: nowrap; text-align: center; font-size: 17px; text-shadow: 0 1px 0 white; margin: 0 0 8px; } .gsNote { font-style: italic; font-size: 12; background: rgb(255, 247, 202); padding: 5; } #gsHistory a, #gsHistory a:visited { color: #444; font-size: 13px; text-decoration: none; } #gsHistory a:hover { text-decoration: underline; } #gsHistory h2 { clear: both; } .historyRow { clear: both; } .historyRow a, .historyRow img, .historyRow span { float: left; } .historyRow a { max-width: 380px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .historyRow img, .historyRow span { white-space: nowrap; } .sessionLink { cursor: pointer; } .sessionLink:hover { text-decoration: underline; } hr.splashRule { clear: left; background-color: #99A7AD; border-top: none; } div.recoveryLink { padding: 0px; margin: 0 0 3px 0; } div.recoveryLink > * { vertical-align: middle; } a.historyLink { font-weight: normal; color: #333; font-size: 13px; text-decoration: none; max-width: 90%; overflow: hidden; display: inline-block; white-space: nowrap; text-overflow: ellipsis; } a.historyLink:hover { text-decoration: underline; } .blocked { color: black; opacity: .7; } .modal { position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto; padding: 20px; width: 350px; height: 150px; border-radius: 3px; background: rgba(255,255,255,1 ); border: 1px solid rgba(0, 0, 0, 0.8); z-index: 2000; display: none; } #gsHistory span { font-style: italic; font-size: 11px; color: #aaa; padding-left: 10px; } .windowHeading { font-size: 13px; font-weight: bold; color: #777; padding-top: 18px; padding-bottom: 4px; } .sessionDiv div:last-child{ padding-bottom: 10px; } .groupLink { margin: 0 0 0 10px; font-size: 11px; font-weight: normal; } .recoveryLink .itemHover { visibility: hidden; margin: 0; padding: 0 0 3px; cursor: pointer; } .recoveryLink:hover .itemHover { visibility: visible; } img { padding-right: 10px; } ul, li { list-style-type: none; margin: 0; padding: 0; } table, tr, td { padding: 0 20px 0 5px; white-space: nowrap; } #screenCaptureNotice { display: none; clear: left; margin-top: 30px; background: rgb(255, 247, 202); padding: 10px 0 10px 10px; } #screenCaptureNotice p { font-size: 15px; } #previewsOffBtn:hover { cursor: pointer; } /* custom checkboxes */ .cbLabel { line-height: 20px; display: inline-block; padding-left: 10px; vertical-align: top; } input[type=checkbox] { width: 20px; height: 20px; line-height: 20px; display: inline-block; margin: 0; padding: 0; } input[type=checkbox]:before { content:""; display:inline-block; width:20px; height:20px;} input[type=checkbox]:before { background: url(/img/checkOff.png) #fff;} input[type=checkbox]:checked:before { background: url(/img/checkOn.png) #fff; }
klbibkeccnjlkjkiokjodocebajanakg/6.30_0/css/style.css
@font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 300; src: url('../fonts/open-sans-300.woff2') format('woff2'); } @font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 400; src: url('../fonts/open-sans-400.woff2') format('woff2'); } @font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 600; src: url('../fonts/open-sans-600.woff2') format('woff2'); } @font-face { font-family: 'Open Sans'; font-style: bold; font-weight: 700; src: url('../fonts/open-sans-700.woff2') format('woff2'); } /* RESET */ html, body, div, span, applet, object, iframe, , 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; } /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } ol, ul { list-style: none; } /* END RESET */ body { font-family: 'Open Sans', sans-serif; font-weight: 300; font-size: 15px; background: #cfe0e4; padding: 0; margin: 0; color: #444; } p { margin: 0 0 15px; } a { color: #3889AB; text-decoration: none; font-weight: 400; } a:hover { text-decoration: underline; } a.active{ color: #444; cursor: default; font-weight: 600; text-decoration: none; } hr { border-width: 0; border-top: 1px solid #e7e7e7; height: 1px; margin: 23px 0; } .fl { float: left; } .fr { float: right; } h1 { font-size: 24px; margin-bottom: 20px; } .pageHeader { background: #134960; color: #fff; font-weight: normal; height: 63px; line-height: 63px; margin: 0; padding: 0 0 0 50px; font-weight: 300; } img.headerIcon { margin: 19px 5px 0 0; float: right; } select { min-width: 150px; } .formRow select { background: #FFF; border-radius: 3px; -webkit-appearance: none; padding: 10px 30px 10px 10px; font-size: 14px; border-color: #ccc; /* TODO: make this better / more scalable */ background-image: url(/img/ddArrow.png); background-repeat: no-repeat; background-position: 90% 16px; } input, select, button { margin-bottom: 8px; } textarea { font-family: 'Open Sans', sans-serif; width: 100%; border-color: #C3C3C3; font-size: 16px; font-weight: 300; padding: 3px 5px; } .formRow { margin: 15px 0; } ul.unorderedList, ol.orderedList { padding-left: 20px; margin: 7px 0 10px 0; } ul.unorderedList li { margin: 0 0 3 10px; list-style: disc; } .splash { font-size: 16px; width: 900px; margin: 40px auto; overflow: hidden; } .splash h1 { font-size: 60px; line-height: 66px; margin-top: 15px; } .splash h2 { font-weight: 400; font-size: 22px; } .splash p { font-size: 18px; } .dude-left { float: left; padding-left: 30px; padding-right: 25px; } .btn { background: #52a6c8; color: #fff; border-radius: 3px; height: 40px; line-height: 40px; padding: 0 20px; display: inline-block; border: 0; font-size: 14px; cursor: pointer; } .btn:hover { background: #4994B3; } .btn.btnNeg { background: #ddd; color: #333; } .btn.btnNeg:hover { background: #DDD; } .btn.secondary { background: #E3F7FC; color: #666; } .btn.secondary:hover { background: #CBF1FA; } .btnDonate { font-family: 'Open Sans', sans-serif; margin: 0 5px; float: left; } .btnDonate:hover { text-decoration: underline; } .btnDisabled { background: #f1f1f1; color: #888; cursor: default; } .btnDisabled:hover { background: #f1f1f1; color: #888; } .lesserText { color: #929292; font-size: 0.8em; font-weight: 300; } .hidden { visibility: hidden; } .mainContent { width: 900px; margin: 40px auto; color: #444; background: #fff; overflow: hidden; } .contentNav, .content { box-sizing: border-box; float: left; padding: 20px 50px 40px; } .contentNav { width: 240px; padding: 35px 10px 50px 50px; margin: 15px 0 0; } .contentNav li { height: 35px; line-height: 100%; } .content { border-left: 1px solid #E7E7E7; width: 660px; min-height: 250px; } .contentFull { width: 800px; } .content h2 { padding: 0 0 10px 0; margin: 30px 0 0 0; font-size: 16px; font-weight: 600; } #heading { white-space: nowrap; text-align: center; font-size: 17px; text-shadow: 0 1px 0 white; margin: 0 0 8px; } .gsNote { font-style: italic; font-size: 12; background: rgb(255, 247, 202); padding: 5; } #gsHistory a, #gsHistory a:visited { color: #444; font-size: 13px; text-decoration: none; } #gsHistory a:hover { text-decoration: underline; } #gsHistory h2 { clear: both; } .historyRow { clear: both; } .historyRow a, .historyRow img, .historyRow span { float: left; } .historyRow a { max-width: 380px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .historyRow img, .historyRow span { white-space: nowrap; } .sessionLink { cursor: pointer; } .sessionLink:hover { text-decoration: underline; } hr.splashRule { clear: left; background-color: #99A7AD; border-top: none; } div.recoveryLink { padding: 0px; margin: 0 0 3px 0; } div.recoveryLink > * { vertical-align: middle; } a.historyLink { font-weight: normal; color: #333; font-size: 13px; text-decoration: none; max-width: 90%; overflow: hidden; display: inline-block; white-space: nowrap; text-overflow: ellipsis; } a.historyLink:hover { text-decoration: underline; } .blocked { color: black; opacity: .7; } .modal { position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto; padding: 20px; width: 350px; height: 150px; border-radius: 3px; background: rgba(255,255,255,1 ); border: 1px solid rgba(0, 0, 0, 0.8); z-index: 2000; display: none; } #gsHistory span { font-style: italic; font-size: 11px; color: #aaa; padding-left: 10px; } .windowHeading { font-size: 13px; font-weight: bold; color: #777; padding-top: 18px; padding-bottom: 4px; } .sessionDiv div:last-child{ padding-bottom: 10px; } .groupLink { margin: 0 0 0 10px; font-size: 11px; font-weight: normal; } .recoveryLink .itemHover { visibility: hidden; margin: 0; padding: 0 0 3px; cursor: pointer; } .recoveryLink:hover .itemHover { visibility: visible; } img { padding-right: 10px; } ul, li { list-style-type: none; margin: 0; padding: 0; } table, tr, td { padding: 0 20px 0 5px; white-space: nowrap; } #screenCaptureNotice { display: none; clear: left; margin-top: 30px; background: rgb(255, 247, 202); padding: 10px 0 10px 10px; } #screenCaptureNotice p { font-size: 15px; } #previewsOffBtn:hover { cursor: pointer; } /* custom checkboxes */ .cbLabel { line-height: 20px; display: inline-block; padding-left: 10px; vertical-align: top; } input[type=checkbox] { width: 20px; height: 20px; line-height: 20px; display: inline-block; margin: 0; padding: 0; } input[type=checkbox]:before { content:""; display:inline-block; width:20px; height:20px;} input[type=checkbox]:before { background: url(/img/checkOff.png) #fff;} input[type=checkbox]:checked:before { background: url(/img/checkOn.png) #fff; }
0.24899
0.075483
.subscribe_area { background-image: url("../img/subscribe_area.png"); background-position: center; background-repeat: no-repeat; background-size: cover; } /* line 4, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_subscribe_area.scss */ .subscribe_area h5 { font-size: 14px; font-weight: 400; color: #ff3368; text-transform: uppercase; letter-spacing: 2px; } /* line 11, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_subscribe_area.scss */ .subscribe_area h2 { font-weight: 700; font-size: 48px; line-height: 60px; margin: 35px 0 67px; } @media (max-width: 991px) { /* line 11, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_subscribe_area.scss */ .subscribe_area h2 { font-size: 30px; line-height: 35px; margin: 15px 0 30px; } } /* line 26, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_subscribe_area.scss */ .subscribe_area .input-group input { height: 60px; padding-left: 25px; border: 0px solid transparent; background-color: #fff; } /* line 31, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_subscribe_area.scss */ .subscribe_area .input-group input::placeholder { text-transform: capitalize; } /* line 35, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_subscribe_area.scss */ .subscribe_area .input-group .input-group-text { height: 60px; width: auto; line-height: 60px; padding: 0px 45px; border: 0px solid transparent; background-color: #ff3368; color: #fff; text-transform: uppercase; border-radius: 5px; margin-left: 10px; } @media (max-width: 576px) { /* line 51, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_subscribe_area.scss */ .subscribe_area .input-group > .custom-file, .subscribe_area .input-group > .custom-select, .subscribe_area .input-group > .form-control, .subscribe_area .input-group > .form-control-plaintext { position: relative; -ms-flex: 1 1 auto; flex: 1 1 auto; width: 100%; margin-bottom: 0; } /* line 58, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_subscribe_area.scss */ .subscribe_area .input-group { text-align: center; justify-content: center; } /* line 62, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_subscribe_area.scss */ .subscribe_area .input-group-text { margin-top: 30px; text-align: center; margin-left: 0; } }
WebProject-01-master/Onixa/Onixa_Web/obj/Release/Package/PackageTmp/css/subscribe now _Aranoz.css
.subscribe_area { background-image: url("../img/subscribe_area.png"); background-position: center; background-repeat: no-repeat; background-size: cover; } /* line 4, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_subscribe_area.scss */ .subscribe_area h5 { font-size: 14px; font-weight: 400; color: #ff3368; text-transform: uppercase; letter-spacing: 2px; } /* line 11, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_subscribe_area.scss */ .subscribe_area h2 { font-weight: 700; font-size: 48px; line-height: 60px; margin: 35px 0 67px; } @media (max-width: 991px) { /* line 11, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_subscribe_area.scss */ .subscribe_area h2 { font-size: 30px; line-height: 35px; margin: 15px 0 30px; } } /* line 26, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_subscribe_area.scss */ .subscribe_area .input-group input { height: 60px; padding-left: 25px; border: 0px solid transparent; background-color: #fff; } /* line 31, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_subscribe_area.scss */ .subscribe_area .input-group input::placeholder { text-transform: capitalize; } /* line 35, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_subscribe_area.scss */ .subscribe_area .input-group .input-group-text { height: 60px; width: auto; line-height: 60px; padding: 0px 45px; border: 0px solid transparent; background-color: #ff3368; color: #fff; text-transform: uppercase; border-radius: 5px; margin-left: 10px; } @media (max-width: 576px) { /* line 51, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_subscribe_area.scss */ .subscribe_area .input-group > .custom-file, .subscribe_area .input-group > .custom-select, .subscribe_area .input-group > .form-control, .subscribe_area .input-group > .form-control-plaintext { position: relative; -ms-flex: 1 1 auto; flex: 1 1 auto; width: 100%; margin-bottom: 0; } /* line 58, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_subscribe_area.scss */ .subscribe_area .input-group { text-align: center; justify-content: center; } /* line 62, ../../01 cl html template/03_jun 2019/188_Aranoz shop_html/sass/_subscribe_area.scss */ .subscribe_area .input-group-text { margin-top: 30px; text-align: center; margin-left: 0; } }
0.304455
0.054575
* { padding: 0; margin: 0; box-sizing: border-box; } body { background: var(--color-almost-black); } .site-title { top: 0; position: sticky; z-index: 1; background-color: var(--color-red); text-align: center; padding-bottom: 6px; color: var(--color-white); font-size: var(--h1); font-weight: bold; font-family: var(--font-title); border-bottom-style: solid; border-color: var(--color-white); cursor: none; letter-spacing: 1px; text-shadow: 0 0.5px 0 #ccc, 0 1px 0 #c9c9c9, 0 1.5px 0 #bbb, 0 2px 0 #b9b9b9, 0 2.5px 0 #aaa, 0 3px 0.5px rgba(0, 0, 0, 0.1), 0 0 2.5px rgba(0, 0, 0, 0.1), 0 0.5px 1.5px rgba(0, 0, 0, 0.3), 0 1.5px 2.5px rgba(0, 0, 0, 0.2), 0 2.5px 5px rgba(0, 0, 0, 0.25), 0 5px 5px rgba(0, 0, 0, 0.2), 0 10px 10px rgba(0, 0, 0, 0.15); } .loader { position: fixed; top: 0; bottom: 0; left: 0; right: 0; background: var(--color-loader); } .loader img { position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); } .image-container { margin: 10px 5%; } .image-container img { width: 100%; margin-top: 5px; border-radius: 8px; cursor: none; } /* Media for tablets */ @media (min-width: 768px) { .site-title { font-size: var(--h1-middle); letter-spacing: 1.5px; cursor: none; } .expansions { display: flex; flex-wrap: wrap; } .image-container { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; } .image-container img { object-fit: cover; width: 100%; height: 100%; cursor: none; } } /* Media for desktop */ @media (min-width: 1024px) { .site-title { font-size: var(--h1-large); cursor: url(../images/palette.png), auto; letter-spacing: 2px; text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.2), 0 20px 20px rgba(0, 0, 0, 0.15); } .expansions { display: flex; flex-wrap: wrap; } .image-container { display: grid; grid-template-columns: 1fr 1fr 1fr; justify-items: first baseline; gap: 20px; padding: 20px; width: 100%; height: 400px; } .image-container img:hover { opacity: 0.4; transform: translateY(-10px) scale(1.01); box-shadow: 3px 10px 20px rgba(0, 0, 0, 0.31); } .image-container img { object-fit: cover; width: 100%; height: 100%; cursor: pointer; } }
styles/style.css
* { padding: 0; margin: 0; box-sizing: border-box; } body { background: var(--color-almost-black); } .site-title { top: 0; position: sticky; z-index: 1; background-color: var(--color-red); text-align: center; padding-bottom: 6px; color: var(--color-white); font-size: var(--h1); font-weight: bold; font-family: var(--font-title); border-bottom-style: solid; border-color: var(--color-white); cursor: none; letter-spacing: 1px; text-shadow: 0 0.5px 0 #ccc, 0 1px 0 #c9c9c9, 0 1.5px 0 #bbb, 0 2px 0 #b9b9b9, 0 2.5px 0 #aaa, 0 3px 0.5px rgba(0, 0, 0, 0.1), 0 0 2.5px rgba(0, 0, 0, 0.1), 0 0.5px 1.5px rgba(0, 0, 0, 0.3), 0 1.5px 2.5px rgba(0, 0, 0, 0.2), 0 2.5px 5px rgba(0, 0, 0, 0.25), 0 5px 5px rgba(0, 0, 0, 0.2), 0 10px 10px rgba(0, 0, 0, 0.15); } .loader { position: fixed; top: 0; bottom: 0; left: 0; right: 0; background: var(--color-loader); } .loader img { position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); } .image-container { margin: 10px 5%; } .image-container img { width: 100%; margin-top: 5px; border-radius: 8px; cursor: none; } /* Media for tablets */ @media (min-width: 768px) { .site-title { font-size: var(--h1-middle); letter-spacing: 1.5px; cursor: none; } .expansions { display: flex; flex-wrap: wrap; } .image-container { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; } .image-container img { object-fit: cover; width: 100%; height: 100%; cursor: none; } } /* Media for desktop */ @media (min-width: 1024px) { .site-title { font-size: var(--h1-large); cursor: url(../images/palette.png), auto; letter-spacing: 2px; text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.2), 0 20px 20px rgba(0, 0, 0, 0.15); } .expansions { display: flex; flex-wrap: wrap; } .image-container { display: grid; grid-template-columns: 1fr 1fr 1fr; justify-items: first baseline; gap: 20px; padding: 20px; width: 100%; height: 400px; } .image-container img:hover { opacity: 0.4; transform: translateY(-10px) scale(1.01); box-shadow: 3px 10px 20px rgba(0, 0, 0, 0.31); } .image-container img { object-fit: cover; width: 100%; height: 100%; cursor: pointer; } }
0.396185
0.214815
@import '~@angular/material/prebuilt-themes/deeppurple-amber.css'; body { background-color: #f9f9f9; } .hamburger { display: inline-block; width: 30px; height:20px; background:linear-gradient(to bottom, #fff 0%, #fff 20%, transparent 20%, transparent 40%, #fff 40%, #fff 60%, transparent 60%, transparent 80%, #fff 80%, #fff 100%); cursor: pointer; } /** MARK - btn */ .btn-bo-wrapper { text-align: center; } .btn-bo { display: inline-block; width: 50%; padding: 10px 0; border: 1px solid #06a598; color: #06a598; font-size: 21px; text-transform: uppercase; cursor: pointer; background: transparent; -webkit-transition: background-color 250ms linear; -ms-transition: background-color 250ms linear; transition: background-color 250ms linear; } @media (min-width: 768px) { .btn-bo:hover { background-color: #06a598; color: white; } } .btn-bo > a { color: inherit; text-decoration: none; } .btn-bo-white { border: 1px solid white; color: white; } @media (min-width: 768px) { .btn-bo-white:hover { background-color: white; color: #2c3e50; } } @media (max-width: 991px) { .btn-bo { font-size: 18px; } } @media (max-width: 767px) { .btn-bo { font-size: 14px; } } /** MARK - TITLE */ .title-wrapper { text-align: center; margin: 40px 0; } .title-wrapper .title { display: inline-block; text-transform: uppercase; font-size: 40px; font-weight: bold; color: #2c3e50; position: relative; margin: 0; padding: 0; } .title-wrapper .title:after, .title-wrapper .title:before { content: ""; display: block; width: 150px; height: 5px; position: absolute; right: 100%; top: 50%; background-color: #2c3e50; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); } .title-wrapper .title:after { left: 100%; margin-left: 15px; } .title-wrapper .title:before { margin-right: 15px; } .title-wrapper .title-white { color: white; } .title-wrapper .title-white:after, .title-wrapper .title-white:before { background-color: white; } @media (max-width: 1199px) {} @media (max-width: 991px) { .title-wrapper { margin: 30px 0; } .title-wrapper .title { font-size: 30px; } .title-wrapper .title:after, .title-wrapper .title:before { width: 75px; } } @media (max-width: 767px) { .title-wrapper { margin: 20px 0; } .title-wrapper .title { font-size: 20px; } .title-wrapper .title:after, .title-wrapper .title:before { width: 30px; } } /** MARK - tabs */ .tabs { padding: 0; margin: 0 0 40px; position: relative; } .tabs .tab { display: inline; text-align: left; color: #7b7b7b; font-size: 20px; padding: 5px 0 5px 0; margin-right: 10px; cursor: pointer; } .tabs .tab:last-of-type { margin-right: 0; } .tabs .tab.active, .tabs .tab:hover { color: #06a598; } .tabs hr { height: 2px; width: 0; margin: 0; background: #06a598; border: none; transition: .3s ease-in-out; position: absolute; left: 0; top: 0; } @media (max-width: 991px) { .tabs { margin: 0 0 30px; } .tabs .tab { font-size: 16px; } } @media (max-width: 767px) { .tabs { margin: 0 0 20px; } .tabs .tab { font-size: 14px; } .tabs hr { height: 1px; } } .mat-form-field { width: 100%; }
resources/assets/src/styles.css
@import '~@angular/material/prebuilt-themes/deeppurple-amber.css'; body { background-color: #f9f9f9; } .hamburger { display: inline-block; width: 30px; height:20px; background:linear-gradient(to bottom, #fff 0%, #fff 20%, transparent 20%, transparent 40%, #fff 40%, #fff 60%, transparent 60%, transparent 80%, #fff 80%, #fff 100%); cursor: pointer; } /** MARK - btn */ .btn-bo-wrapper { text-align: center; } .btn-bo { display: inline-block; width: 50%; padding: 10px 0; border: 1px solid #06a598; color: #06a598; font-size: 21px; text-transform: uppercase; cursor: pointer; background: transparent; -webkit-transition: background-color 250ms linear; -ms-transition: background-color 250ms linear; transition: background-color 250ms linear; } @media (min-width: 768px) { .btn-bo:hover { background-color: #06a598; color: white; } } .btn-bo > a { color: inherit; text-decoration: none; } .btn-bo-white { border: 1px solid white; color: white; } @media (min-width: 768px) { .btn-bo-white:hover { background-color: white; color: #2c3e50; } } @media (max-width: 991px) { .btn-bo { font-size: 18px; } } @media (max-width: 767px) { .btn-bo { font-size: 14px; } } /** MARK - TITLE */ .title-wrapper { text-align: center; margin: 40px 0; } .title-wrapper .title { display: inline-block; text-transform: uppercase; font-size: 40px; font-weight: bold; color: #2c3e50; position: relative; margin: 0; padding: 0; } .title-wrapper .title:after, .title-wrapper .title:before { content: ""; display: block; width: 150px; height: 5px; position: absolute; right: 100%; top: 50%; background-color: #2c3e50; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); } .title-wrapper .title:after { left: 100%; margin-left: 15px; } .title-wrapper .title:before { margin-right: 15px; } .title-wrapper .title-white { color: white; } .title-wrapper .title-white:after, .title-wrapper .title-white:before { background-color: white; } @media (max-width: 1199px) {} @media (max-width: 991px) { .title-wrapper { margin: 30px 0; } .title-wrapper .title { font-size: 30px; } .title-wrapper .title:after, .title-wrapper .title:before { width: 75px; } } @media (max-width: 767px) { .title-wrapper { margin: 20px 0; } .title-wrapper .title { font-size: 20px; } .title-wrapper .title:after, .title-wrapper .title:before { width: 30px; } } /** MARK - tabs */ .tabs { padding: 0; margin: 0 0 40px; position: relative; } .tabs .tab { display: inline; text-align: left; color: #7b7b7b; font-size: 20px; padding: 5px 0 5px 0; margin-right: 10px; cursor: pointer; } .tabs .tab:last-of-type { margin-right: 0; } .tabs .tab.active, .tabs .tab:hover { color: #06a598; } .tabs hr { height: 2px; width: 0; margin: 0; background: #06a598; border: none; transition: .3s ease-in-out; position: absolute; left: 0; top: 0; } @media (max-width: 991px) { .tabs { margin: 0 0 30px; } .tabs .tab { font-size: 16px; } } @media (max-width: 767px) { .tabs { margin: 0 0 20px; } .tabs .tab { font-size: 14px; } .tabs hr { height: 1px; } } .mat-form-field { width: 100%; }
0.409575
0.062331
.container{ display: flex; flex-direction: column; } /* ==========================nav bar========================= */ a{ text-decoration: none; } .navbar{ overflow: hidden; background-color: #fff; position: fixed; top: 0; width: 100%; display: flex; flex-direction: row; justify-content: space-around; align-items: center; height: 80px; } .navbar__left > p{ color: black; } .navbar__right{ background-color: rgb(38, 5, 38); padding: 0 1rem; border-radius: 5rem; cursor: pointer; } .navbar__right > p{ color: white; } .navbar__middle > ul { display: flex; } .navbar__middle > ul > li{ list-style: none; margin: 0 5px; cursor: pointer; color: black; } .contact__One{ display: flex; flex-direction: column; align-items: center; justify-content: center; background-image: url('../contact.jpg'); background-size: cover; height: 90vh; background-position: center; /* Center the image */ background-repeat: no-repeat; /* opacity: 0.5; */ } .contact__Text > p{ position: absolute; top: 43%; left: 43%; } .contact__Text > h1{ color: white; text-align: center; font-size: 3em; font-weight: bold; position: absolute; top: 30%; left: 40%; } .contact__Two{ display: flex; flex-direction: row; justify-content: space-around; align-items: center; padding: 0 4rem; height: 80vh; } .contact__TwoA{ display: flex; flex-direction: column; justify-content: center; align-items: center; width: 380px; height: 300px; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; } .contact__TwoA > p,.contact__TwoA > h3{ color: black; margin: 0; } .icons{ background-color: rgb(243, 149, 49); padding: 2.5rem; border-radius: 50%; } .contact__Three{ display: flex; flex-direction: column; height: 100vh; width: 100%; margin-bottom: 3rem; } .contact__ThreeText > h1{ text-align: center; font-size: 3em; font-weight: bold; color: black; } .contact__ThreeMsg{ display: flex; flex-direction: column; padding: 3rem; } .contact__ThreeA{ display: flex; align-items: center; margin-bottom: 1rem; padding: 0 4rem; justify-content: space-around; } .inputName{ display: flex; width: 500px; align-items: center; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; background-color: white; height: 50px; /* margin: 1rem; */ padding: 1rem } .inputName input{ background-color: none; outline: none; border: none; margin-left: 1.8rem; width: 100%; height: 50px; } .contact__ThreeB{ display: flex; flex-direction: column; align-items: center; margin-bottom: 1rem; padding: 0 4rem; /* justify-content: space-around; */ } .Text{ width: 96%; height: 250px; display: flex; /* width: 500px; */ /* align-items: center; */ box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; background-color: white; /* height: 50px; */ /* margin: 1rem; */ padding: 1rem } .Text textarea{ background-color: none; outline: none; border: none; margin-left: 1.8rem; width: 100%; height: 250px; color: white; } .btn{ background-color: blue; color: white; padding: 1rem 2rem ; cursor: pointer; border: none; margin-top: 2rem; } .arrowUp{ overflow: hidden; background-color: blue; position: fixed; bottom: 10%; right: 2%; padding: 0.5rem; border-radius: 50%; } /* ========footer=============== */ .down__box{ display: flex; flex-direction: column; background-color: rgb(38, 5, 38); /* height:80vh ; */ margin-top: 4rem; } .down__boxUP{ display: flex; flex-direction: column; justify-content: center; align-items: center; margin: 1rem 0 5rem 0; } .btnn{ background-color: white; color: black; padding: 1rem; border-radius: 5rem; cursor: pointer; border: none; } .down__boxUP > p{ color: white; font-size: 3em; font-weight: bold; text-align: center; } .down__boxDown{ color: white; display: flex; justify-content: space-around; } .icon > .fab{ margin-right: 10px; }
abbas-ibrahim-026/portfolio-website/contact.css
.container{ display: flex; flex-direction: column; } /* ==========================nav bar========================= */ a{ text-decoration: none; } .navbar{ overflow: hidden; background-color: #fff; position: fixed; top: 0; width: 100%; display: flex; flex-direction: row; justify-content: space-around; align-items: center; height: 80px; } .navbar__left > p{ color: black; } .navbar__right{ background-color: rgb(38, 5, 38); padding: 0 1rem; border-radius: 5rem; cursor: pointer; } .navbar__right > p{ color: white; } .navbar__middle > ul { display: flex; } .navbar__middle > ul > li{ list-style: none; margin: 0 5px; cursor: pointer; color: black; } .contact__One{ display: flex; flex-direction: column; align-items: center; justify-content: center; background-image: url('../contact.jpg'); background-size: cover; height: 90vh; background-position: center; /* Center the image */ background-repeat: no-repeat; /* opacity: 0.5; */ } .contact__Text > p{ position: absolute; top: 43%; left: 43%; } .contact__Text > h1{ color: white; text-align: center; font-size: 3em; font-weight: bold; position: absolute; top: 30%; left: 40%; } .contact__Two{ display: flex; flex-direction: row; justify-content: space-around; align-items: center; padding: 0 4rem; height: 80vh; } .contact__TwoA{ display: flex; flex-direction: column; justify-content: center; align-items: center; width: 380px; height: 300px; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; } .contact__TwoA > p,.contact__TwoA > h3{ color: black; margin: 0; } .icons{ background-color: rgb(243, 149, 49); padding: 2.5rem; border-radius: 50%; } .contact__Three{ display: flex; flex-direction: column; height: 100vh; width: 100%; margin-bottom: 3rem; } .contact__ThreeText > h1{ text-align: center; font-size: 3em; font-weight: bold; color: black; } .contact__ThreeMsg{ display: flex; flex-direction: column; padding: 3rem; } .contact__ThreeA{ display: flex; align-items: center; margin-bottom: 1rem; padding: 0 4rem; justify-content: space-around; } .inputName{ display: flex; width: 500px; align-items: center; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; background-color: white; height: 50px; /* margin: 1rem; */ padding: 1rem } .inputName input{ background-color: none; outline: none; border: none; margin-left: 1.8rem; width: 100%; height: 50px; } .contact__ThreeB{ display: flex; flex-direction: column; align-items: center; margin-bottom: 1rem; padding: 0 4rem; /* justify-content: space-around; */ } .Text{ width: 96%; height: 250px; display: flex; /* width: 500px; */ /* align-items: center; */ box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; background-color: white; /* height: 50px; */ /* margin: 1rem; */ padding: 1rem } .Text textarea{ background-color: none; outline: none; border: none; margin-left: 1.8rem; width: 100%; height: 250px; color: white; } .btn{ background-color: blue; color: white; padding: 1rem 2rem ; cursor: pointer; border: none; margin-top: 2rem; } .arrowUp{ overflow: hidden; background-color: blue; position: fixed; bottom: 10%; right: 2%; padding: 0.5rem; border-radius: 50%; } /* ========footer=============== */ .down__box{ display: flex; flex-direction: column; background-color: rgb(38, 5, 38); /* height:80vh ; */ margin-top: 4rem; } .down__boxUP{ display: flex; flex-direction: column; justify-content: center; align-items: center; margin: 1rem 0 5rem 0; } .btnn{ background-color: white; color: black; padding: 1rem; border-radius: 5rem; cursor: pointer; border: none; } .down__boxUP > p{ color: white; font-size: 3em; font-weight: bold; text-align: center; } .down__boxDown{ color: white; display: flex; justify-content: space-around; } .icon > .fab{ margin-right: 10px; }
0.536556
0.102125
body { position: absolute; margin: 0 auto; height: 100%; width: 100%; top: 0; left: 0; color: white; font-family: "Montserrat", sans-serif; } header { position: fixed; left: 0; top: 0; height: 30%; width: 100%; font-family: Montserrat; background-color: #555555; } #tree { background-color: #ffffff; color: #000000; position: relative; width: 100%; height: 70%; top: 30%; } .node { position: relative; padding-left: 25px; } .node > p { margin-top: 0px; margin-bottom: 0px; font-size: 8pt; font-family: Montserrat; } /* #welcome{ position: absolute; height: 200px; top: 0; bottom: 0; left: 0; right: 0; margin: auto; z-index: 1500; } #welcome>p{ font-size: 36px; text-align: center; } #welcome .search{ width: 600px; margin: auto; -webkit-backdrop-filter: blur(10px); } #sidebar{ display: -webkit-flex; display: flex; -webkit-flex-direction: column; flex-direction: column; -webkit-align-items: center; align-items: center; background-color: rgba(95,45,150,0.3); -webkit-backdrop-filter: blur(10px); width: 300px; height: calc(100% - 10px); padding: 50px 30px; position: absolute; top: 0; left: 0; z-index: 999; transform: translateX(-150%); transition: all 0.62s ease; overflow-y: scroll; } .show-thing { transform: translateX(0%) !important; } .active { background-color: rgba(122,53,48,.3)!important; opacity: 1!important; } .search{ display: -webkit-flex; display: flex; font-size: 16px; /*-webkit-justify-content: center; justify-content: center; padding: 10px; margin: 13px 0 26px 0; border: solid white 2px; border-radius: 10px; text-align: center; width: 84%; max-height: 50px; color: white; background: transparent; } .searchbar { -webkit-appearance: none; background-color: transparent; color: white; border: none; width: 100%; } input, ::-webkit-input-placeholder { font-family: "Montserrat", sans-serif; color: white; font-size: 18px; line-height: 1.25; } input, ::-moz-placeholder { opacity: 1; margin-left: 12px; font-family: "Montserrat", sans-serif; color: white; font-size: 18px; line-height: 1.25; } input:focus {outline: none; } .search>i{ margin: auto 0; } .submit{ display: none; } #render{ height: 100%; width: 100%; position: absolute; right: 0; } #buttonWrapper{ position: absolute; background-color: transparent; } canvas { position: absolute; width: 100%; height: 100%; } h1 { margin: 0; color: white; font-weight: 700; font-size: 40pt; padding-top: 10px; } #scape { font-family: 'Oswald', sans-serif; font-weight: 300; } p{ color: white; } #imgWrapper{ max-width: calc(100% - 34px); margin: auto; } #imgWrapper>img{ width: 100%; } /* hamburger .c-hamburger { visibility: hidden; display: inline-block; position: relative; overflow: hidden; margin: 0; padding: 0; width: 90px; height: 65px; font-size: 0; text-indent: -9999px; appearance: none; box-shadow: none; border-radius: none; border: none; cursor: pointer; transition: background 0.65s, transform 0.65s; z-index: 1000; background-color: transparent; transform: translateX(0px); } .ham-trans { transform: translateX(254px); } .c-hamburger:focus { outline: none; } .c-hamburger span { display: block; position: absolute; top: 40px; left: 24px; right: 24px; height: 4px; background-color: #fff; } .c-hamburger span::before, .c-hamburger span::after { position: absolute; display: block; left: 0; width: 100%; height: 4px; background-color: #fff; content: ""; } .c-hamburger span::before { top: -14px; } .c-hamburger span::after { bottom: -14px; } .c-hamburger--htla span { -webkit-transition: -webkit-transform 0.3s; transition: transform 0.3s; } .c-hamburger--htla span::before { -webkit-transform-origin: top right; -ms-transform-origin: top right; transform-origin: top right; -webkit-transition: -webkit-transform 0.3s, width 0.3s, top 0.3s; transition: transform 0.3s, width 0.3s, top 0.3s; } .c-hamburger--htla span::after { -webkit-transform-origin: bottom right; -ms-transform-origin: bottom right; transform-origin: bottom right; -webkit-transition: -webkit-transform 0.3s, width 0.3s, bottom 0.3s; transition: transform 0.3s, width 0.3s, bottom 0.3s; } /* active state, i.e. menu open .c-hamburger--htla.is-active span { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); } .c-hamburger--htla.is-active span::before, .c-hamburger--htla.is-active span::after { width: 50%; } .c-hamburger--htla.is-active span::before { top: 0; -webkit-transform: translateX(26px) translateY(2px) rotate(45deg); -ms-transform: translateX(26px) translateY(2px) rotate(45deg); transform: translateX(26px) translateY(2px) rotate(45deg); } .c-hamburger--htla.is-active span::after { bottom: 0; -webkit-transform: translateX(26px) translateY(-2px) rotate(-45deg); -ms-transform: translateX(26px) translateY(-2px) rotate(-45deg); transform: translateX(26px) translateY(-2px) rotate(-45deg); } .site-info { display: -webkit-flex; display: flex; -webkit-flex-direction: column; flex-direction: column; -webkit-align-items: center; align-items: center; text-align: center; width: 100%; border-top: 1px solid white; } #title { text-transform: uppercase; font-size: 16px; border-bottom: 2px solid white; } */
css/style.css
body { position: absolute; margin: 0 auto; height: 100%; width: 100%; top: 0; left: 0; color: white; font-family: "Montserrat", sans-serif; } header { position: fixed; left: 0; top: 0; height: 30%; width: 100%; font-family: Montserrat; background-color: #555555; } #tree { background-color: #ffffff; color: #000000; position: relative; width: 100%; height: 70%; top: 30%; } .node { position: relative; padding-left: 25px; } .node > p { margin-top: 0px; margin-bottom: 0px; font-size: 8pt; font-family: Montserrat; } /* #welcome{ position: absolute; height: 200px; top: 0; bottom: 0; left: 0; right: 0; margin: auto; z-index: 1500; } #welcome>p{ font-size: 36px; text-align: center; } #welcome .search{ width: 600px; margin: auto; -webkit-backdrop-filter: blur(10px); } #sidebar{ display: -webkit-flex; display: flex; -webkit-flex-direction: column; flex-direction: column; -webkit-align-items: center; align-items: center; background-color: rgba(95,45,150,0.3); -webkit-backdrop-filter: blur(10px); width: 300px; height: calc(100% - 10px); padding: 50px 30px; position: absolute; top: 0; left: 0; z-index: 999; transform: translateX(-150%); transition: all 0.62s ease; overflow-y: scroll; } .show-thing { transform: translateX(0%) !important; } .active { background-color: rgba(122,53,48,.3)!important; opacity: 1!important; } .search{ display: -webkit-flex; display: flex; font-size: 16px; /*-webkit-justify-content: center; justify-content: center; padding: 10px; margin: 13px 0 26px 0; border: solid white 2px; border-radius: 10px; text-align: center; width: 84%; max-height: 50px; color: white; background: transparent; } .searchbar { -webkit-appearance: none; background-color: transparent; color: white; border: none; width: 100%; } input, ::-webkit-input-placeholder { font-family: "Montserrat", sans-serif; color: white; font-size: 18px; line-height: 1.25; } input, ::-moz-placeholder { opacity: 1; margin-left: 12px; font-family: "Montserrat", sans-serif; color: white; font-size: 18px; line-height: 1.25; } input:focus {outline: none; } .search>i{ margin: auto 0; } .submit{ display: none; } #render{ height: 100%; width: 100%; position: absolute; right: 0; } #buttonWrapper{ position: absolute; background-color: transparent; } canvas { position: absolute; width: 100%; height: 100%; } h1 { margin: 0; color: white; font-weight: 700; font-size: 40pt; padding-top: 10px; } #scape { font-family: 'Oswald', sans-serif; font-weight: 300; } p{ color: white; } #imgWrapper{ max-width: calc(100% - 34px); margin: auto; } #imgWrapper>img{ width: 100%; } /* hamburger .c-hamburger { visibility: hidden; display: inline-block; position: relative; overflow: hidden; margin: 0; padding: 0; width: 90px; height: 65px; font-size: 0; text-indent: -9999px; appearance: none; box-shadow: none; border-radius: none; border: none; cursor: pointer; transition: background 0.65s, transform 0.65s; z-index: 1000; background-color: transparent; transform: translateX(0px); } .ham-trans { transform: translateX(254px); } .c-hamburger:focus { outline: none; } .c-hamburger span { display: block; position: absolute; top: 40px; left: 24px; right: 24px; height: 4px; background-color: #fff; } .c-hamburger span::before, .c-hamburger span::after { position: absolute; display: block; left: 0; width: 100%; height: 4px; background-color: #fff; content: ""; } .c-hamburger span::before { top: -14px; } .c-hamburger span::after { bottom: -14px; } .c-hamburger--htla span { -webkit-transition: -webkit-transform 0.3s; transition: transform 0.3s; } .c-hamburger--htla span::before { -webkit-transform-origin: top right; -ms-transform-origin: top right; transform-origin: top right; -webkit-transition: -webkit-transform 0.3s, width 0.3s, top 0.3s; transition: transform 0.3s, width 0.3s, top 0.3s; } .c-hamburger--htla span::after { -webkit-transform-origin: bottom right; -ms-transform-origin: bottom right; transform-origin: bottom right; -webkit-transition: -webkit-transform 0.3s, width 0.3s, bottom 0.3s; transition: transform 0.3s, width 0.3s, bottom 0.3s; } /* active state, i.e. menu open .c-hamburger--htla.is-active span { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); } .c-hamburger--htla.is-active span::before, .c-hamburger--htla.is-active span::after { width: 50%; } .c-hamburger--htla.is-active span::before { top: 0; -webkit-transform: translateX(26px) translateY(2px) rotate(45deg); -ms-transform: translateX(26px) translateY(2px) rotate(45deg); transform: translateX(26px) translateY(2px) rotate(45deg); } .c-hamburger--htla.is-active span::after { bottom: 0; -webkit-transform: translateX(26px) translateY(-2px) rotate(-45deg); -ms-transform: translateX(26px) translateY(-2px) rotate(-45deg); transform: translateX(26px) translateY(-2px) rotate(-45deg); } .site-info { display: -webkit-flex; display: flex; -webkit-flex-direction: column; flex-direction: column; -webkit-align-items: center; align-items: center; text-align: center; width: 100%; border-top: 1px solid white; } #title { text-transform: uppercase; font-size: 16px; border-bottom: 2px solid white; } */
0.302803
0.050075
header { height: 70px; box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px; display: flex; align-items: center; padding: 20px 25px; background-color: white; position: -webkit-sticky; position: sticky; top: 0; z-index: 9999; } header nav { width: 80%; display: flex; justify-content: end; position: relative; } .drop-down-content { display: none; flex-direction: column; position: absolute; top: 30px; right: 0; } .drop-down-content .options { box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; background-color: white; border-radius: 3px; width: 130px; padding: 10px 0; display: flex; flex-direction: column; align-items: center; } .btn-logout { background-color: transparent !important; font-size: 12px !important; padding: 0 !important; margin: 0 !important; color: var(--color-dark-grey) !important; border: none; cursor: pointer; } .active { display: flex; } .red { color: var(--color-red); } .contoh { color: var(--color-grey); margin-left: 5px; font-size: 11px; } button { background-color: transparent; border: none; color: var(--color-dark-grey); cursor: pointer; } input { background-color: var(--color-white); border: 1px solid var(--color-dark-grey); border-radius: 3px; } input::-webkit-outer-spin-button, input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; } input[type=number] { -moz-appearance: textfield; } textarea, select { background-color: var(--color-white); border-color: var(--color-dark-grey); } main { padding: 11px 25px; } main nav { margin-bottom: 5px; } main nav ul { width: 30%; justify-content: space-between; font-size: 16px; } main nav li:nth-child(1) { cursor: pointer; } main nav li:nth-child(even) { color: rgb(27, 23, 23); } main nav .active { font-weight: 600; color: var(--color-blue); } .input-data-warga, .input-data-kelurahan { display: none; height: 81vh; margin-top: 20px; } .pilih-surat { height: 83vh; } .pilih-surat { display: flex; flex-direction: column; justify-content: center; align-items: center; flex-wrap: wrap; gap: 25px; } .pilih-surat button { font-size: 16px; background-color: var(--color-blue); color: var(--color-white); padding: 15px 80px; border-radius: 3px; margin-top: -15vh; } .pilih-surat button:hover { background-color: rgba(25, 118, 210, .8); } .form { height: 65vh; display: flex; flex-direction: column; align-content: space-between; flex-wrap: wrap; gap: 11px; margin: 10px 30px 0; } .form div { width: 25%; } input, textarea, select { padding: 10px 15px; width: 100%; display: block; margin-top: 3px; font-family: 'Arial', sans-serif; } label { font-size: 14px; } .buttons { text-align: center; margin-bottom: 20px; } button { background-color: var(--color-blue); color: var(--color-white); padding: 10px 15px; border-radius: 3px; font-size: 14px; margin-right: 10px; } button.back { background-color: var(--color-green) !important; } button:nth-last-child(1) { margin-right: 0; } button.next { margin-right: 0; } .confirm-wrapper { position: fixed; top: 0; left: 0; width: 100%; height: 100vh; z-index: 9999; background-color: rgba(0, 0, 0, 0.4); display: flex; justify-content: center; align-items: center; } .buttons .confirm { box-sizing: content-box; width: 400px; padding: 30px; background-color: var(--color-white); border-radius: 5px; box-shadow: rgba(0, 0, 0, 0.4) 0px 5px 15px; position: relative; } .confirm .bxs-check-circle { font-size: 70px; margin-bottom: 10px; color: var(--color-green); } .confirm .bx-x { background-color: transparent; padding: 0; position: absolute; font-size: 30px; top: 15px; right: 15px; cursor: pointer; } .confirm p { font-size: 12px; color: var(--color-yellow); } .confirm .action { margin: 20px 0 25px; } .confirm .action button i { margin-right: 5px; } .confirm button { background-color: var(--color-blue); } .confirm button:nth-last-child(1) { background-color: var(--color-blue); } #flashMessage { position: fixed; top: 75px; right: 20px; background-color: var(--color-red ); color: whitesmoke; border-radius: 3px; padding: 15px 25px; transform: translateX(400px); } #flashMessage i { position: absolute; top: 3px; right: 3px; font-size: 18px; cursor: pointer; } .pop-up { animation: popUp 5s; animation-fill-mode: forwards; } @keyframes popUp { 10% {transform: translateX(0);} 30% {transform: translateX(0);} 70% {transform: translateX(2px);} 80% {transform: translateX(0px);} 85% {transform: translateX(5px);} 100% {transform: translateX(400px);} } @media screen and (max-width: 575px) { main { padding: 11px 20px; } main nav ul { width: 100%; text-align: center; font-size: 15px; } .input-data-warga { height: fit-content; margin-top: 20px; } .form { display: inherit; margin: 20px 0; height: inherit; } .form > div { width: 100%; margin-bottom: 15px; } header.header { position: inherit; } header .logo img { width: 35px; } header .logo h1 { font-size: 18px; } header .logo p { font-size: 13px; } .buttons .confirm { width: 350px; } .buttons { margin-top: 10px; } } @media screen and (min-width:576px) and (max-width: 992px) { main nav ul { width: 50%; } .input-data-warga { height: fit-content; margin-top: 20px; } .form { display: inherit; margin: 20px 0; height: inherit; } .form > div { width: 100%; margin-bottom: 15px; } header.header { position: inherit; } }
public/css/create-surat.css
header { height: 70px; box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px; display: flex; align-items: center; padding: 20px 25px; background-color: white; position: -webkit-sticky; position: sticky; top: 0; z-index: 9999; } header nav { width: 80%; display: flex; justify-content: end; position: relative; } .drop-down-content { display: none; flex-direction: column; position: absolute; top: 30px; right: 0; } .drop-down-content .options { box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; background-color: white; border-radius: 3px; width: 130px; padding: 10px 0; display: flex; flex-direction: column; align-items: center; } .btn-logout { background-color: transparent !important; font-size: 12px !important; padding: 0 !important; margin: 0 !important; color: var(--color-dark-grey) !important; border: none; cursor: pointer; } .active { display: flex; } .red { color: var(--color-red); } .contoh { color: var(--color-grey); margin-left: 5px; font-size: 11px; } button { background-color: transparent; border: none; color: var(--color-dark-grey); cursor: pointer; } input { background-color: var(--color-white); border: 1px solid var(--color-dark-grey); border-radius: 3px; } input::-webkit-outer-spin-button, input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; } input[type=number] { -moz-appearance: textfield; } textarea, select { background-color: var(--color-white); border-color: var(--color-dark-grey); } main { padding: 11px 25px; } main nav { margin-bottom: 5px; } main nav ul { width: 30%; justify-content: space-between; font-size: 16px; } main nav li:nth-child(1) { cursor: pointer; } main nav li:nth-child(even) { color: rgb(27, 23, 23); } main nav .active { font-weight: 600; color: var(--color-blue); } .input-data-warga, .input-data-kelurahan { display: none; height: 81vh; margin-top: 20px; } .pilih-surat { height: 83vh; } .pilih-surat { display: flex; flex-direction: column; justify-content: center; align-items: center; flex-wrap: wrap; gap: 25px; } .pilih-surat button { font-size: 16px; background-color: var(--color-blue); color: var(--color-white); padding: 15px 80px; border-radius: 3px; margin-top: -15vh; } .pilih-surat button:hover { background-color: rgba(25, 118, 210, .8); } .form { height: 65vh; display: flex; flex-direction: column; align-content: space-between; flex-wrap: wrap; gap: 11px; margin: 10px 30px 0; } .form div { width: 25%; } input, textarea, select { padding: 10px 15px; width: 100%; display: block; margin-top: 3px; font-family: 'Arial', sans-serif; } label { font-size: 14px; } .buttons { text-align: center; margin-bottom: 20px; } button { background-color: var(--color-blue); color: var(--color-white); padding: 10px 15px; border-radius: 3px; font-size: 14px; margin-right: 10px; } button.back { background-color: var(--color-green) !important; } button:nth-last-child(1) { margin-right: 0; } button.next { margin-right: 0; } .confirm-wrapper { position: fixed; top: 0; left: 0; width: 100%; height: 100vh; z-index: 9999; background-color: rgba(0, 0, 0, 0.4); display: flex; justify-content: center; align-items: center; } .buttons .confirm { box-sizing: content-box; width: 400px; padding: 30px; background-color: var(--color-white); border-radius: 5px; box-shadow: rgba(0, 0, 0, 0.4) 0px 5px 15px; position: relative; } .confirm .bxs-check-circle { font-size: 70px; margin-bottom: 10px; color: var(--color-green); } .confirm .bx-x { background-color: transparent; padding: 0; position: absolute; font-size: 30px; top: 15px; right: 15px; cursor: pointer; } .confirm p { font-size: 12px; color: var(--color-yellow); } .confirm .action { margin: 20px 0 25px; } .confirm .action button i { margin-right: 5px; } .confirm button { background-color: var(--color-blue); } .confirm button:nth-last-child(1) { background-color: var(--color-blue); } #flashMessage { position: fixed; top: 75px; right: 20px; background-color: var(--color-red ); color: whitesmoke; border-radius: 3px; padding: 15px 25px; transform: translateX(400px); } #flashMessage i { position: absolute; top: 3px; right: 3px; font-size: 18px; cursor: pointer; } .pop-up { animation: popUp 5s; animation-fill-mode: forwards; } @keyframes popUp { 10% {transform: translateX(0);} 30% {transform: translateX(0);} 70% {transform: translateX(2px);} 80% {transform: translateX(0px);} 85% {transform: translateX(5px);} 100% {transform: translateX(400px);} } @media screen and (max-width: 575px) { main { padding: 11px 20px; } main nav ul { width: 100%; text-align: center; font-size: 15px; } .input-data-warga { height: fit-content; margin-top: 20px; } .form { display: inherit; margin: 20px 0; height: inherit; } .form > div { width: 100%; margin-bottom: 15px; } header.header { position: inherit; } header .logo img { width: 35px; } header .logo h1 { font-size: 18px; } header .logo p { font-size: 13px; } .buttons .confirm { width: 350px; } .buttons { margin-top: 10px; } } @media screen and (min-width:576px) and (max-width: 992px) { main nav ul { width: 50%; } .input-data-warga { height: fit-content; margin-top: 20px; } .form { display: inherit; margin: 20px 0; height: inherit; } .form > div { width: 100%; margin-bottom: 15px; } header.header { position: inherit; } }
0.492676
0.119254
* { box-sizing: border-box; position:relative;} body { background: #2D82CB; font-family: "lato", sans-serif; color: rgba(255,255,255,0.7); } #form-wrapper { margin-top: 80px; height:450px; transition: all 1s ease; overflow: hidden; } #form-wrapper.answering { height: 150px; overflow: hidden; } .question { width: 400px; margin: 0 auto; height: 30px; overflow: hidden; } .question, .question * {transition: all 0.3s ease;} .question .q-back {opacity:1;} .question label {font-size: 20px; padding-left:20px;} .question input, .question .q-next {display: none;} .question .q-text {height:30px;line-height:30px;} .question .q-answer {display:inline; color: rgba(0,0,0,.8);} .question.open {height: 90px; margin-bottom: 150px;} .question.open label {font-size: 30px;} .question.open .q-back {opacity: 0;} .question.open input {display: block;} .question.open .q-next {display: block;} .question.open .q-text {height:40px;line-height:40px;} .question.open .q-answer {display:none;} .q-next { display: block; position: absolute; bottom: 5px; right:0px; padding: 0 10px; height: 45px; line-height:45px; text-align:center; font-size: 30px; cursor: pointer; } .q-next:hover {background: rgba(255,255,255,.1);} .q-back { position:absolute; top:0px; left:0px; color:rgba(0,0,0,.8); width: 100%; cursor: pointer; font-size:20px; line-height: 30px; padding-left: 4px; } .q-back:hover {background: rgba(255,255,255,.1);} .q-text { max-height: 40px; overflow:hidden; display:block; } label { display: block; width: 100%; height: 100%; line-height: 40px; } input { border: 0px; outline: 0; box-shadow: 0; background: rgba(0,0,0,.15); border-bottom: 5px solid rgba(0,0,0,.05); color: black; width:100%; height:50px; line-height:50px; padding: 0 10px; font-size: 30px; } .q-title { text-align: center; line-height: 150px; font-size: 40px; font-weight: bold; } .q-after { width: 400px; margin: 0 auto; overflow: hidden; padding: 20px 0; } .q-confirm-text { font-size: 20px; padding: 20px 0; } .q-confirm-button { transition: all 0.3s ease; display: block; padding: 0 10px; padding-left: 50px; height: 40px; line-height:40px; width: 50%; font-size: 20px; cursor: pointer; background: rgba(255,255,255,.3); text-transform: uppercase; color: white; } .q-confirm-button:hover {background: rgba(255,255,255,.1);} .q-confirm-button:before { content: '>'; display: block; position:absolute; top: 0px; left: 0px; width: 40px; height: 100%; background: rgba(255,255,255,.1); text-align:center; line-height: 40px; font-size: 25px; color: white; } hr { box-shadow: 0px; outline: 0px; border:0px; height: 1px; background: rgba(255,255,255,.2); }
public/css/style_reguser.css
* { box-sizing: border-box; position:relative;} body { background: #2D82CB; font-family: "lato", sans-serif; color: rgba(255,255,255,0.7); } #form-wrapper { margin-top: 80px; height:450px; transition: all 1s ease; overflow: hidden; } #form-wrapper.answering { height: 150px; overflow: hidden; } .question { width: 400px; margin: 0 auto; height: 30px; overflow: hidden; } .question, .question * {transition: all 0.3s ease;} .question .q-back {opacity:1;} .question label {font-size: 20px; padding-left:20px;} .question input, .question .q-next {display: none;} .question .q-text {height:30px;line-height:30px;} .question .q-answer {display:inline; color: rgba(0,0,0,.8);} .question.open {height: 90px; margin-bottom: 150px;} .question.open label {font-size: 30px;} .question.open .q-back {opacity: 0;} .question.open input {display: block;} .question.open .q-next {display: block;} .question.open .q-text {height:40px;line-height:40px;} .question.open .q-answer {display:none;} .q-next { display: block; position: absolute; bottom: 5px; right:0px; padding: 0 10px; height: 45px; line-height:45px; text-align:center; font-size: 30px; cursor: pointer; } .q-next:hover {background: rgba(255,255,255,.1);} .q-back { position:absolute; top:0px; left:0px; color:rgba(0,0,0,.8); width: 100%; cursor: pointer; font-size:20px; line-height: 30px; padding-left: 4px; } .q-back:hover {background: rgba(255,255,255,.1);} .q-text { max-height: 40px; overflow:hidden; display:block; } label { display: block; width: 100%; height: 100%; line-height: 40px; } input { border: 0px; outline: 0; box-shadow: 0; background: rgba(0,0,0,.15); border-bottom: 5px solid rgba(0,0,0,.05); color: black; width:100%; height:50px; line-height:50px; padding: 0 10px; font-size: 30px; } .q-title { text-align: center; line-height: 150px; font-size: 40px; font-weight: bold; } .q-after { width: 400px; margin: 0 auto; overflow: hidden; padding: 20px 0; } .q-confirm-text { font-size: 20px; padding: 20px 0; } .q-confirm-button { transition: all 0.3s ease; display: block; padding: 0 10px; padding-left: 50px; height: 40px; line-height:40px; width: 50%; font-size: 20px; cursor: pointer; background: rgba(255,255,255,.3); text-transform: uppercase; color: white; } .q-confirm-button:hover {background: rgba(255,255,255,.1);} .q-confirm-button:before { content: '>'; display: block; position:absolute; top: 0px; left: 0px; width: 40px; height: 100%; background: rgba(255,255,255,.1); text-align:center; line-height: 40px; font-size: 25px; color: white; } hr { box-shadow: 0px; outline: 0px; border:0px; height: 1px; background: rgba(255,255,255,.2); }
0.475118
0.142172
body { background: url(../img/page-bg.jpg) no-repeat; } .page-login { margin-top: 160px; } .page-login .logo { padding: 15px 0; text-align: center; } .page-login .top-logo, .page-login .page-login.top-logo-one, .page-login .left-logo { display: none; } .page-login .panel { width: 460px; margin: 0 auto; box-shadow: rgba(0, 0, 0, 0.6) 0 5px 10px; } .page-login .panel .panel-heading { padding: 15px; } .page-login .panel .panel-body { padding: 25px 25px 15px 25px; } .page-login .panel .panel-body label { font-weight: normal; } .page-login .panel .panel-body .form-buttons { margin: 35px 0 25px 0; } .page-login .panel .panel-body .form-buttons .btn { display: block; width: 100%; } .page-login .copyright { margin-top: 25px; text-align: center; color: #ddd; } .page-login .copyright a { font-weight: bold; } .page-login.top-logo .logo, .page-login.top-logo-one .logo { display: none; } .page-login.top-logo .top-logo, .page-login.top-logo-one .top-logo, .page-login.top-logo .page-login.top-logo-one, .page-login.top-logo-one .page-login.top-logo-one { text-align: center; display: block; } .page-login.top-logo .panel-title, .page-login.top-logo-one .panel-title { display: none; } .page-login.top-logo-one .panel .panel-body { padding-bottom: 60px; } .page-login.top-logo-one .panel .panel-body form { position: relative; } .page-login.top-logo-one .panel .panel-body form .form-buttons { margin-left: -26px; margin-right: -26px; } .page-login.top-logo-one .panel .panel-body form .form-buttons .btn { border-radius: 0; padding: 8px 15px; } .page-login.top-logo-one .panel .panel-body form .form-buttons .btn:hover { border-color: transparent; } .page-login.top-logo-one .copyright { position: relative; top: -86px; color: #666; } .page-login.left-logo .logo { display: none; } .page-login.left-logo .panel { width: 460px; } .page-login.left-logo .panel .panel-body { padding: 25px 15px 5px 15px; } .page-login.left-logo .panel .panel-body .left-logo { position: absolute; display: block; z-index: 0; } .page-login.left-logo .panel .panel-body form { float: right; background-color: #fff; position: relative; z-index: 9999; } .page-login.left-logo .panel .panel-body form .form-group { height: 32px; } .page-login.left-logo .panel .panel-body form .form-group label { float: left; width: 86px; padding: 3px 15px 0 0; text-align: right; } .page-login.left-logo .panel .panel-body form .form-group .input-group { float: left; width: 240px; } .page-login.left-logo .panel .panel-body form .form-group .input-group .form-control, .page-login.left-logo .panel .panel-body form .form-group .input-group .input-group-addon { height: 30px; padding: 5px 10px; line-height: 1; } .page-login.left-logo .panel .panel-body form .form-buttons { margin: 15px 0 25px 86px; } .page-login.left-logo .panel .panel-body form .form-buttons .btn { width: 80px; padding: 4px 0; }
app/Areas/Admin/Content/css/page-login.css
body { background: url(../img/page-bg.jpg) no-repeat; } .page-login { margin-top: 160px; } .page-login .logo { padding: 15px 0; text-align: center; } .page-login .top-logo, .page-login .page-login.top-logo-one, .page-login .left-logo { display: none; } .page-login .panel { width: 460px; margin: 0 auto; box-shadow: rgba(0, 0, 0, 0.6) 0 5px 10px; } .page-login .panel .panel-heading { padding: 15px; } .page-login .panel .panel-body { padding: 25px 25px 15px 25px; } .page-login .panel .panel-body label { font-weight: normal; } .page-login .panel .panel-body .form-buttons { margin: 35px 0 25px 0; } .page-login .panel .panel-body .form-buttons .btn { display: block; width: 100%; } .page-login .copyright { margin-top: 25px; text-align: center; color: #ddd; } .page-login .copyright a { font-weight: bold; } .page-login.top-logo .logo, .page-login.top-logo-one .logo { display: none; } .page-login.top-logo .top-logo, .page-login.top-logo-one .top-logo, .page-login.top-logo .page-login.top-logo-one, .page-login.top-logo-one .page-login.top-logo-one { text-align: center; display: block; } .page-login.top-logo .panel-title, .page-login.top-logo-one .panel-title { display: none; } .page-login.top-logo-one .panel .panel-body { padding-bottom: 60px; } .page-login.top-logo-one .panel .panel-body form { position: relative; } .page-login.top-logo-one .panel .panel-body form .form-buttons { margin-left: -26px; margin-right: -26px; } .page-login.top-logo-one .panel .panel-body form .form-buttons .btn { border-radius: 0; padding: 8px 15px; } .page-login.top-logo-one .panel .panel-body form .form-buttons .btn:hover { border-color: transparent; } .page-login.top-logo-one .copyright { position: relative; top: -86px; color: #666; } .page-login.left-logo .logo { display: none; } .page-login.left-logo .panel { width: 460px; } .page-login.left-logo .panel .panel-body { padding: 25px 15px 5px 15px; } .page-login.left-logo .panel .panel-body .left-logo { position: absolute; display: block; z-index: 0; } .page-login.left-logo .panel .panel-body form { float: right; background-color: #fff; position: relative; z-index: 9999; } .page-login.left-logo .panel .panel-body form .form-group { height: 32px; } .page-login.left-logo .panel .panel-body form .form-group label { float: left; width: 86px; padding: 3px 15px 0 0; text-align: right; } .page-login.left-logo .panel .panel-body form .form-group .input-group { float: left; width: 240px; } .page-login.left-logo .panel .panel-body form .form-group .input-group .form-control, .page-login.left-logo .panel .panel-body form .form-group .input-group .input-group-addon { height: 30px; padding: 5px 10px; line-height: 1; } .page-login.left-logo .panel .panel-body form .form-buttons { margin: 15px 0 25px 86px; } .page-login.left-logo .panel .panel-body form .form-buttons .btn { width: 80px; padding: 4px 0; }
0.358241
0.051774
.outline li, .accordion li { cursor: pointer; } /* Standard Outline/accordion lists */ .outline li ol, .outline li ul, .accordion li ol, .accordion li ul { display: none; } .outline li.expanded.active ol, .outline li.expanded.active ul { display: none; } .outline li.active ol, .outline li.active ul, .accordion li.active ol, .accordion li.active ul { display: block; } .outline li.idle ol, .outline li.idle ul, .accordion li.idle ol, .accordion li.idle ul { display: none !important; } .outline li.done ol, .outline li.done ul, .accordion li.done ol, .accordion li.done ul { display: none; } .outline li.expanded ol, .outline li.expanded ul { display: block; } /* Last level Outline/accordion lists */ .outline:last-child li ol, .outline :last-child li ul, .accordion:last-child li ol, .accordion:last-child li ul { display: none; } .outline:last-child li.expanded.active ol, .outline:last-child li.expanded.active ul { display: none; } .outline:last-child li.active ol, .outline:last-child li.active ul, .accordion:last-child li.active ol, .accordion:last-child li.active ul { display: block; } .outline:last-child li.expanded ol, .outline:last-child li.expanded ul { display: block; } /* Shadowed incremental lists */ /* List items */ .shadowinc li[smil="idle"] { visibility: hidden; } .shadowinc li[smil="idle"] span { opacity: 0; } .shadowinc li[smil="done"] { visibility: visible; } .shadowinc li[smil="done"] span { opacity: 0.4; } .shadowinc li[smil="active"] { visibility: visible; } .shadowinc li[smil="active"] span { opacity:1; } /* List titles */ h3.shadowinc[smil="idle"] { visibility: hidden; opacity: 0; } h3.shadowinc[smil="done"] { visibility: visible; opacity: 0.4; } h3.shadowinc[smil="active"] { visibility: visible; opacity:1; } /* Higlithed incremental lists /* /* Lists items */ .highinc li[smil="active"] { visibility: visible; color:red !important; } .highinc li[smil="active"] > span:first-child { opacity:1; color: red !important; } .highinc li[smil="idle"] { visibility: hidden; } .highinc li[smil="idle"] span { opacity: 0; } .highinc li[smil="active"] ~ li[smil="idle"] { visibility: visible; } .highinc li[smil="active"] ~ li[smil="idle"] span { opacity: 0.2; /* color: black ; */ } .highinc li[smil="active"] li span { opacity: 0.2; /* color: black ;*/ } .highinc li[smil="active"] li { visibility: visible; } .highinc li[smil="active"] ~ li[smil="idle"] li { visibility: visible; } .highinc li[smil="active"] ~ li[smil="idle"] li span{ opacity: 0.2; /* color: black ; */ } .highinc li[smil="done"] ~ li[smil="idle"] li { visibility: visible; } .highinc li[smil="done"] ~ li[smil="idle"] li span { opacity: 0.2; /* color: black; */ } .highinc li[smil="done"] ~ li[smil="idle"] { visibility: visible; } .highinc li[smil="done"] ~ li[smil="idle"] span { opacity: 0.2; /* color: black; */ } .highinc li[smil="done"] { visibility: visible; } .highinc li[smil="done"] span { opacity: 1 ; /* color: black; */ } /* Lists titles */ h3.highinc[smil="idle"] { visibility: hidden; opacity: 0; } h3.highinc[smil="done"] { visibility: visible; opacity: 1; /* color: black; */ } h3.highinc[smil="active"] { visibility: visible; opacity:1; color: red; } /* Plus sign manadgment */ li.signeplus[smil="idle"]{ display: block; visibility: visible !important; } li.signeplus[smil="active"]{ display:none ; } li.signeplus[smil="done"]{ display:none ; } li[smil="idle"] img.plus{ visibility: visible !important; } li[smil="done"] img.plus{ visibility: visible !important; } li[smil="active"] img.plus{ display:none ; }
config_EAST/EAST.css
.outline li, .accordion li { cursor: pointer; } /* Standard Outline/accordion lists */ .outline li ol, .outline li ul, .accordion li ol, .accordion li ul { display: none; } .outline li.expanded.active ol, .outline li.expanded.active ul { display: none; } .outline li.active ol, .outline li.active ul, .accordion li.active ol, .accordion li.active ul { display: block; } .outline li.idle ol, .outline li.idle ul, .accordion li.idle ol, .accordion li.idle ul { display: none !important; } .outline li.done ol, .outline li.done ul, .accordion li.done ol, .accordion li.done ul { display: none; } .outline li.expanded ol, .outline li.expanded ul { display: block; } /* Last level Outline/accordion lists */ .outline:last-child li ol, .outline :last-child li ul, .accordion:last-child li ol, .accordion:last-child li ul { display: none; } .outline:last-child li.expanded.active ol, .outline:last-child li.expanded.active ul { display: none; } .outline:last-child li.active ol, .outline:last-child li.active ul, .accordion:last-child li.active ol, .accordion:last-child li.active ul { display: block; } .outline:last-child li.expanded ol, .outline:last-child li.expanded ul { display: block; } /* Shadowed incremental lists */ /* List items */ .shadowinc li[smil="idle"] { visibility: hidden; } .shadowinc li[smil="idle"] span { opacity: 0; } .shadowinc li[smil="done"] { visibility: visible; } .shadowinc li[smil="done"] span { opacity: 0.4; } .shadowinc li[smil="active"] { visibility: visible; } .shadowinc li[smil="active"] span { opacity:1; } /* List titles */ h3.shadowinc[smil="idle"] { visibility: hidden; opacity: 0; } h3.shadowinc[smil="done"] { visibility: visible; opacity: 0.4; } h3.shadowinc[smil="active"] { visibility: visible; opacity:1; } /* Higlithed incremental lists /* /* Lists items */ .highinc li[smil="active"] { visibility: visible; color:red !important; } .highinc li[smil="active"] > span:first-child { opacity:1; color: red !important; } .highinc li[smil="idle"] { visibility: hidden; } .highinc li[smil="idle"] span { opacity: 0; } .highinc li[smil="active"] ~ li[smil="idle"] { visibility: visible; } .highinc li[smil="active"] ~ li[smil="idle"] span { opacity: 0.2; /* color: black ; */ } .highinc li[smil="active"] li span { opacity: 0.2; /* color: black ;*/ } .highinc li[smil="active"] li { visibility: visible; } .highinc li[smil="active"] ~ li[smil="idle"] li { visibility: visible; } .highinc li[smil="active"] ~ li[smil="idle"] li span{ opacity: 0.2; /* color: black ; */ } .highinc li[smil="done"] ~ li[smil="idle"] li { visibility: visible; } .highinc li[smil="done"] ~ li[smil="idle"] li span { opacity: 0.2; /* color: black; */ } .highinc li[smil="done"] ~ li[smil="idle"] { visibility: visible; } .highinc li[smil="done"] ~ li[smil="idle"] span { opacity: 0.2; /* color: black; */ } .highinc li[smil="done"] { visibility: visible; } .highinc li[smil="done"] span { opacity: 1 ; /* color: black; */ } /* Lists titles */ h3.highinc[smil="idle"] { visibility: hidden; opacity: 0; } h3.highinc[smil="done"] { visibility: visible; opacity: 1; /* color: black; */ } h3.highinc[smil="active"] { visibility: visible; opacity:1; color: red; } /* Plus sign manadgment */ li.signeplus[smil="idle"]{ display: block; visibility: visible !important; } li.signeplus[smil="active"]{ display:none ; } li.signeplus[smil="done"]{ display:none ; } li[smil="idle"] img.plus{ visibility: visible !important; } li[smil="done"] img.plus{ visibility: visible !important; } li[smil="active"] img.plus{ display:none ; }
0.348645
0.065425
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap'); *{ box-sizing: border-box; padding: 0; margin: 0; text-decoration: none; list-style-type: none; border: none; color: var(--color-text-primary); } .button{ height: 50px; width: 150px; background-color: #4665f3; color: #fff; font-size: 24px; border-radius: 8px; transition: 200ms; } html, body{ min-height: 100vh; } body{ font-family: 'Roboto', sans-serif; display: flex; flex-direction: column; background-color: #0d35e600; } .container{ width: 90%; margin: 0 auto; max-width: 980px; } header, footer{ background-color: #4665f3; width: 100%; text-align: center; color: #f9f9f9; } header div.container{ display: grid; grid-template-columns: 280px 1fr 280px; align-items: center; } header div.container a{ justify-self: start; } header div.container ul{ display: flex; flex-direction: column; border-left: 1px solid #0d34e6; } header div.container ul li:nth-child(1){ border-bottom: 1px solid #0d34e6; } header div.container ul li a{ display: flex; align-self: center; margin: 8px auto 8px 16px; padding: 8px; } header div.container ul li a i{ margin-right: 8px; } section.form form{ color: black; margin: 0px 8px; min-height: 75vh; background-color: #4666f30c; padding: 8px 16px; } form .header{ display: flex; justify-content: space-between; align-items: center; } form .button:hover{ background-color: #0d34e6; } section form h1{ margin: 16px 0px; font-size: 28px; } .items{ display: flex; flex-direction: row; width: 100%; flex-wrap: wrap; color: #5873eb; } .item{ width: 250px; margin: 4px 12px; flex-grow: 1; } .item .form-title{ font-size: 22px; margin-bottom: 8px; } .form input{ border-bottom: 1px solid #0d34e6;; background-color: #00000000; padding: 4px 8px; height: 34px; width: 100%; font-size: 20px; margin-bottom: 16px; color: #666; } .form input:focus{ outline: none; } .form .item:nth-child(1), .form .item:nth-child(6){ width: 560px; } .form .item:last-child input{ width: 290px; } footer{ margin-top: auto; height: 50px; display: flex; align-items: center; justify-content: center; }
public/style.css
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap'); *{ box-sizing: border-box; padding: 0; margin: 0; text-decoration: none; list-style-type: none; border: none; color: var(--color-text-primary); } .button{ height: 50px; width: 150px; background-color: #4665f3; color: #fff; font-size: 24px; border-radius: 8px; transition: 200ms; } html, body{ min-height: 100vh; } body{ font-family: 'Roboto', sans-serif; display: flex; flex-direction: column; background-color: #0d35e600; } .container{ width: 90%; margin: 0 auto; max-width: 980px; } header, footer{ background-color: #4665f3; width: 100%; text-align: center; color: #f9f9f9; } header div.container{ display: grid; grid-template-columns: 280px 1fr 280px; align-items: center; } header div.container a{ justify-self: start; } header div.container ul{ display: flex; flex-direction: column; border-left: 1px solid #0d34e6; } header div.container ul li:nth-child(1){ border-bottom: 1px solid #0d34e6; } header div.container ul li a{ display: flex; align-self: center; margin: 8px auto 8px 16px; padding: 8px; } header div.container ul li a i{ margin-right: 8px; } section.form form{ color: black; margin: 0px 8px; min-height: 75vh; background-color: #4666f30c; padding: 8px 16px; } form .header{ display: flex; justify-content: space-between; align-items: center; } form .button:hover{ background-color: #0d34e6; } section form h1{ margin: 16px 0px; font-size: 28px; } .items{ display: flex; flex-direction: row; width: 100%; flex-wrap: wrap; color: #5873eb; } .item{ width: 250px; margin: 4px 12px; flex-grow: 1; } .item .form-title{ font-size: 22px; margin-bottom: 8px; } .form input{ border-bottom: 1px solid #0d34e6;; background-color: #00000000; padding: 4px 8px; height: 34px; width: 100%; font-size: 20px; margin-bottom: 16px; color: #666; } .form input:focus{ outline: none; } .form .item:nth-child(1), .form .item:nth-child(6){ width: 560px; } .form .item:last-child input{ width: 290px; } footer{ margin-top: auto; height: 50px; display: flex; align-items: center; justify-content: center; }
0.269806
0.063106
@media (min-width: 48em) { html { font-size: 18px; } } body { font-family: Georgia, "Times New Roman", Times, serif; color: #555; } h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: normal; color: #333; } a { color: #28a745; } /* * Override Bootstrap's default container. */ .container { max-width: 60rem; } /* * Masthead for nav */ .blog-masthead { background-color: #28a745; box-shadow: inset 0 -0.1rem 0.25rem rgba(0, 0, 0, 0.1); } /* Nav links */ .nav-link { position: relative; padding: 1rem; font-weight: 500; color: #cdddeb; } .nav-link:hover, .nav-link:focus { color: #fff; background-color: transparent; } /* Active state gets a caret at the bottom */ .nav-link.active { color: #fff; } .nav-link.active:after { position: absolute; bottom: 0; left: 50%; width: 0; height: 0; margin-left: -0.3rem; vertical-align: middle; content: ""; border-right: 0.3rem solid transparent; border-bottom: 0.3rem solid; border-left: 0.3rem solid transparent; } /* * Blog name and description */ .blog-header { padding-bottom: 1.25rem; margin-bottom: 2rem; border-bottom: 0.05rem solid #eee; } .blog-title { margin-bottom: 0; font-size: 2rem; font-weight: normal; } .blog-description { font-size: 1.1rem; color: #999; } @media (min-width: 40em) { .blog-title { font-size: 3.5rem; } } /* * Main column and sidebar layout */ /* Sidebar modules for boxing content */ .sidebar-module { padding: 1rem; /*margin: 0 -1rem 1rem;*/ } .sidebar-module-inset { padding: 1rem; background-color: #f5f5f5; border-radius: 0.25rem; } .sidebar-module-inset p:last-child, .sidebar-module-inset ul:last-child, .sidebar-module-inset ol:last-child { margin-bottom: 0; } /* Pagination */ .blog-pagination { margin-bottom: 4rem; } .blog-pagination > .btn { border-radius: 2rem; } /* * Blog posts */ .blog-post { margin-bottom: 4rem; } .blog-post-title { margin-bottom: 0.25rem; font-size: 2.5rem; } .blog-post-meta { margin-bottom: 1.25rem; color: #999; } /* * Footer */ .blog-footer { padding: 2.5rem 0; color: #999; text-align: center; background-color: #f9f9f9; border-top: 0.05rem solid #e5e5e5; } .blog-footer p:last-child { margin-bottom: 0; } /* ============== Footer CSS ============ */ .bg-dark { background-color: #212529; } .footer-main { color: rgba(255, 255, 255, 0.4); } .footer-main a { color: rgba(255, 255, 255, 0.7); } /* =========CSS for Mail Subscribe ================*/ .text-white-50 { color: rgba(255, 255, 255, 0.5); } .input-group-append { display: flex; } .input-group-append .btn:focus { z-index: 3; } .input-group-lg > .form-control:not(textarea) { height: calc(1.5em + 1rem + 2px); } .input-group-lg > .form-control, .input-group-lg > .input-group-append > .btn { padding: 0.5rem 1rem; font-size: 1.25rem; line-height: 1.5; border-radius: 0.5rem; } .input-group > .input-group-append > .btn { border-top-left-radius: 0; border-bottom-left-radius: 0; } .mailchimp { background-color: #28a745; background-size: cover; background-image: url(https://startbootstrap.com/assets/img/overlay.svg), linear-gradient(45deg, #28a745 0%, #23923d 100%); color: #fff; padding: 5rem 0; margin-bottom: 4rem; } .mailchimp #mc_embed_signup .input-group .form-control { font-size: 1rem; } .mailchimp #mc_embed_signup .input-group-append .btn { font-size: 0.8rem; font-weight: 600; } /*home page card CSS for post*/ .btn-guide { color: #fff; background-color: #28a745; border-color: #28a745; } .btn-guide:hover { color: #fff; background-color: #218838; border-color: #1e7e34; } .btn-sm { padding: 0.25rem 0.5rem; font-size: 0.875rem; line-height: 1.5; border-radius: 0.2rem; } .card { position: relative; display: flex; flex-direction: column; min-width: 0; word-wrap: break-word; background-color: #fff; background-clip: border-box; border: 1px solid rgba(0, 0, 0, 0.125); border-radius: 0.5rem; } .bg-guide { background-color: #28a745; } .shadow { box-shadow: 0 0.15rem 1.75rem 0 rgba(33, 37, 41, 0.15); } .guide-preview { overflow: hidden; } .guide-preview .guide-preview-category { min-width: 10rem; max-width: 15rem; } .guide-preview .guide-preview-category .small { font-size: 0.75rem; text-transform: uppercase; font-weight: 700; } .guide-preview .guide-preview-title { font-size: 1.25rem; margin-bottom: 0.25rem; font-weight: 600; } /*pagination CSS*/ .page-link { color: #28a745 !important; } /* CSS for Nar Menu*/ .topnav-right { float: right; } body {margin:0;font-family:Arial} .topnav { overflow: hidden; } .topnav a { float: left; display: block; color: #f2f2f2; text-align: center; padding: 14px 16px; text-decoration: none; font-size: 17px; } .active { background-color: #016641; color: white; } .topnav a:hover { background-color: #41a681; color: white; }
public/css/app.css
@media (min-width: 48em) { html { font-size: 18px; } } body { font-family: Georgia, "Times New Roman", Times, serif; color: #555; } h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: normal; color: #333; } a { color: #28a745; } /* * Override Bootstrap's default container. */ .container { max-width: 60rem; } /* * Masthead for nav */ .blog-masthead { background-color: #28a745; box-shadow: inset 0 -0.1rem 0.25rem rgba(0, 0, 0, 0.1); } /* Nav links */ .nav-link { position: relative; padding: 1rem; font-weight: 500; color: #cdddeb; } .nav-link:hover, .nav-link:focus { color: #fff; background-color: transparent; } /* Active state gets a caret at the bottom */ .nav-link.active { color: #fff; } .nav-link.active:after { position: absolute; bottom: 0; left: 50%; width: 0; height: 0; margin-left: -0.3rem; vertical-align: middle; content: ""; border-right: 0.3rem solid transparent; border-bottom: 0.3rem solid; border-left: 0.3rem solid transparent; } /* * Blog name and description */ .blog-header { padding-bottom: 1.25rem; margin-bottom: 2rem; border-bottom: 0.05rem solid #eee; } .blog-title { margin-bottom: 0; font-size: 2rem; font-weight: normal; } .blog-description { font-size: 1.1rem; color: #999; } @media (min-width: 40em) { .blog-title { font-size: 3.5rem; } } /* * Main column and sidebar layout */ /* Sidebar modules for boxing content */ .sidebar-module { padding: 1rem; /*margin: 0 -1rem 1rem;*/ } .sidebar-module-inset { padding: 1rem; background-color: #f5f5f5; border-radius: 0.25rem; } .sidebar-module-inset p:last-child, .sidebar-module-inset ul:last-child, .sidebar-module-inset ol:last-child { margin-bottom: 0; } /* Pagination */ .blog-pagination { margin-bottom: 4rem; } .blog-pagination > .btn { border-radius: 2rem; } /* * Blog posts */ .blog-post { margin-bottom: 4rem; } .blog-post-title { margin-bottom: 0.25rem; font-size: 2.5rem; } .blog-post-meta { margin-bottom: 1.25rem; color: #999; } /* * Footer */ .blog-footer { padding: 2.5rem 0; color: #999; text-align: center; background-color: #f9f9f9; border-top: 0.05rem solid #e5e5e5; } .blog-footer p:last-child { margin-bottom: 0; } /* ============== Footer CSS ============ */ .bg-dark { background-color: #212529; } .footer-main { color: rgba(255, 255, 255, 0.4); } .footer-main a { color: rgba(255, 255, 255, 0.7); } /* =========CSS for Mail Subscribe ================*/ .text-white-50 { color: rgba(255, 255, 255, 0.5); } .input-group-append { display: flex; } .input-group-append .btn:focus { z-index: 3; } .input-group-lg > .form-control:not(textarea) { height: calc(1.5em + 1rem + 2px); } .input-group-lg > .form-control, .input-group-lg > .input-group-append > .btn { padding: 0.5rem 1rem; font-size: 1.25rem; line-height: 1.5; border-radius: 0.5rem; } .input-group > .input-group-append > .btn { border-top-left-radius: 0; border-bottom-left-radius: 0; } .mailchimp { background-color: #28a745; background-size: cover; background-image: url(https://startbootstrap.com/assets/img/overlay.svg), linear-gradient(45deg, #28a745 0%, #23923d 100%); color: #fff; padding: 5rem 0; margin-bottom: 4rem; } .mailchimp #mc_embed_signup .input-group .form-control { font-size: 1rem; } .mailchimp #mc_embed_signup .input-group-append .btn { font-size: 0.8rem; font-weight: 600; } /*home page card CSS for post*/ .btn-guide { color: #fff; background-color: #28a745; border-color: #28a745; } .btn-guide:hover { color: #fff; background-color: #218838; border-color: #1e7e34; } .btn-sm { padding: 0.25rem 0.5rem; font-size: 0.875rem; line-height: 1.5; border-radius: 0.2rem; } .card { position: relative; display: flex; flex-direction: column; min-width: 0; word-wrap: break-word; background-color: #fff; background-clip: border-box; border: 1px solid rgba(0, 0, 0, 0.125); border-radius: 0.5rem; } .bg-guide { background-color: #28a745; } .shadow { box-shadow: 0 0.15rem 1.75rem 0 rgba(33, 37, 41, 0.15); } .guide-preview { overflow: hidden; } .guide-preview .guide-preview-category { min-width: 10rem; max-width: 15rem; } .guide-preview .guide-preview-category .small { font-size: 0.75rem; text-transform: uppercase; font-weight: 700; } .guide-preview .guide-preview-title { font-size: 1.25rem; margin-bottom: 0.25rem; font-weight: 600; } /*pagination CSS*/ .page-link { color: #28a745 !important; } /* CSS for Nar Menu*/ .topnav-right { float: right; } body {margin:0;font-family:Arial} .topnav { overflow: hidden; } .topnav a { float: left; display: block; color: #f2f2f2; text-align: center; padding: 14px 16px; text-decoration: none; font-size: 17px; } .active { background-color: #016641; color: white; } .topnav a:hover { background-color: #41a681; color: white; }
0.418697
0.06885
@font-face { font-family: CircularStd-Book; src: url(../fonts/CircularStd-Book.otf); } @font-face { font-family: CircularStd-Bold; src: url(../fonts/CircularStd-Bold.otf); } @font-face { font-family: CircularStd-Black; src: url(../fonts/CircularStd-Black.otf); } html { scroll-behavior: smooth; font-family: CircularStd-Book; background-image: linear-gradient(0deg, rgb(0, 0, 0) 35%, rgba(0,0,0,0) 50%), linear-gradient(-45deg, rgb(244, 187, 122), rgb(223, 82, 158), rgb(160, 107, 156), rgb(141, 169, 214), #00b868); background-size: 400% 400%; animation: gradient 15s ease infinite; color: white; position:relative; } @keyframes gradient { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } } #main-content { display: flex; padding-top: 100px; padding-bottom: 100px; min-height: 500px; margin: 50px; margin-bottom: 100px; } header { height: 100px; position: fixed; top: 0; left: 0; background: transparent; transition: 0.3s background; width: 100%; pointer-events: none; } header.active { background: rgba(0, 0, 0, 0.75); } header:hover { background: rgba(0, 0, 0, 0.75); } header.active:hover { background-color: rgba(0, 0, 0, 0.85); } footer { display:block; width: 100%; position:absolute; bottom: 0px; left: 0px; } #banner { display: block; margin: auto; padding-top: 0px; height: 100px; pointer-events: auto; } #footer-content { display: inline-grid; grid-auto-flow: column; grid-gap: 24px; margin: auto; margin-bottom: 0; list-style-type: none; } #footer-box { display: flex; flex-direction: column; height:100px; background-color: rgba(57, 43, 64, 0.6); line-height: 1.3; color: white; border-style: solid; border-color: white; border-width: 0px; border-top-width: 0.5px; } #copyright { margin-top: 0px; font-size: smaller; position:relative; margin: auto; margin-top: 0; font-family: Lato, sans-serif; } h1 { margin-top: 0px; font-family: CircularStd-Black; font-size: 30pt; line-height: 1; } h2 { margin-top: 0px; font-family: CircularStd-Bold; font-size: 20pt; line-height: 1; } p { line-height: 2; } .link-button { margin-top: 60px; padding: 20px 2px; text-decoration: none; background: rgb(57, 43, 64); color: white; text-align: center; width: 250px; border-radius: 30px; font-size: 10pt; align-self: flex-start; transition: 0.2s; letter-spacing: 1px; font-family: CircularStd-Bold; } .link-button:hover { scale: 1.05; background: rgb(80, 59, 90); } .footer-link { padding: 2px 10px; border-radius: 5px; transition: 0.1s; } .footer-link:hover { background: rgba(255, 255, 255, 0.2); transform: scale(1.1); }
assets/styles/pre_base.css
@font-face { font-family: CircularStd-Book; src: url(../fonts/CircularStd-Book.otf); } @font-face { font-family: CircularStd-Bold; src: url(../fonts/CircularStd-Bold.otf); } @font-face { font-family: CircularStd-Black; src: url(../fonts/CircularStd-Black.otf); } html { scroll-behavior: smooth; font-family: CircularStd-Book; background-image: linear-gradient(0deg, rgb(0, 0, 0) 35%, rgba(0,0,0,0) 50%), linear-gradient(-45deg, rgb(244, 187, 122), rgb(223, 82, 158), rgb(160, 107, 156), rgb(141, 169, 214), #00b868); background-size: 400% 400%; animation: gradient 15s ease infinite; color: white; position:relative; } @keyframes gradient { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } } #main-content { display: flex; padding-top: 100px; padding-bottom: 100px; min-height: 500px; margin: 50px; margin-bottom: 100px; } header { height: 100px; position: fixed; top: 0; left: 0; background: transparent; transition: 0.3s background; width: 100%; pointer-events: none; } header.active { background: rgba(0, 0, 0, 0.75); } header:hover { background: rgba(0, 0, 0, 0.75); } header.active:hover { background-color: rgba(0, 0, 0, 0.85); } footer { display:block; width: 100%; position:absolute; bottom: 0px; left: 0px; } #banner { display: block; margin: auto; padding-top: 0px; height: 100px; pointer-events: auto; } #footer-content { display: inline-grid; grid-auto-flow: column; grid-gap: 24px; margin: auto; margin-bottom: 0; list-style-type: none; } #footer-box { display: flex; flex-direction: column; height:100px; background-color: rgba(57, 43, 64, 0.6); line-height: 1.3; color: white; border-style: solid; border-color: white; border-width: 0px; border-top-width: 0.5px; } #copyright { margin-top: 0px; font-size: smaller; position:relative; margin: auto; margin-top: 0; font-family: Lato, sans-serif; } h1 { margin-top: 0px; font-family: CircularStd-Black; font-size: 30pt; line-height: 1; } h2 { margin-top: 0px; font-family: CircularStd-Bold; font-size: 20pt; line-height: 1; } p { line-height: 2; } .link-button { margin-top: 60px; padding: 20px 2px; text-decoration: none; background: rgb(57, 43, 64); color: white; text-align: center; width: 250px; border-radius: 30px; font-size: 10pt; align-self: flex-start; transition: 0.2s; letter-spacing: 1px; font-family: CircularStd-Bold; } .link-button:hover { scale: 1.05; background: rgb(80, 59, 90); } .footer-link { padding: 2px 10px; border-radius: 5px; transition: 0.1s; } .footer-link:hover { background: rgba(255, 255, 255, 0.2); transform: scale(1.1); }
0.659953
0.127517
a:hover { text-shadow: 0px 0px 12px rgba(255,114,0,.3); } .content { min-height: calc(100vh - 40px); } #foot { height: 20px; width: 100%; background-color: rgba(0,0,0,.1); text-align: center; } nav { border-bottom: 6px solid rgba(255,114,0,.5); font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; } #head { padding-top: 55px; text-align: center; max-width: 100%; color: white; } #title { font-family: 'Amatic SC', cursive; font-size: 2.6em; text-shadow: 3px 3px 6px #ff7200; } #subtitle { font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; font-size: .8em; text-shadow: 3px 3px 6px #ff7200; } .sectionhead { background-color: #404040; color: white; border-radius: 15px 15px 0 0; font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; display: inline-block; width: 100%; text-align: center; } .textblock { font-size: 1em; margin: auto; max-width: 80%; white-space: nowrap; } p { display: inline-block; max-width: 100%; border: 2px solid #404040; border-radius: 0 0 15px 15px; word-break: break-all; white-space: normal; text-indent: 10%; padding: 10px 10px 10px 10px; } /************************************************************ INDEX ************************************************************/ .mainpage { height: 150px; background: transparent url('../img/421/indextrees421.png') no-repeat center; background-size: cover; margin-bottom: 20px; } /************************************************************ HIKING ************************************************************/ .hikingpage { height: 150px; background: transparent url('../img/421/hikingheader421.png') no-repeat bottom; background-size: cover; margin-bottom: 20px; } /************************************************************ CAMPING ************************************************************/ .campingpage { height: 150px; background: transparent url('../img/421/campingheader421.png') no-repeat bottom; background-size: cover; margin-bottom: 20px; } /************************************************************ CONTACT ************************************************************/ .contactpage { height: 150px; background: transparent url('../img/421/contactheader421.png') no-repeat top; background-size: cover; margin-bottom: 20px; } /************************************************************ GALLERY ************************************************************/ .gallerypage { height: 150px; background: transparent url('../img/421/galleryheader421.png') no-repeat top; background-size: cover; margin-bottom: 20px; } /************************************************************ BREAKPOINTS ************************************************************/ @media (min-width: 422px) { .mainpage, .campingpage, .hikingpage, .contactpage, .gallerypage { height: 200px; } /* .mainpage { background: transparent url('../img/422/indextreeslossless.jpg') no-repeat top; } */ #head { padding-top: 60px; } #title { font-size: 4em; } #subtitle { font-size: 1em; } .mainpage { background: transparent url('../img/422/indextrees422.png') no-repeat center; } .campingpage { background: transparent url('../img/422/campingheader422.png') no-repeat center; } .hikingpage { background: transparent url('../img/422/hikingheader422.png') no-repeat center; } .contactpage { background: transparent url('../img/422/contactheader422.png') no-repeat center; } .gallerypage { background: transparent url('../img/422/galleryheader422.png') no-repeat center; } } @media (min-width: 768px) { .mainpage, .campingpage, .hikingpage, .contactpage, .gallerypage { height: 240px; } #head { padding-top: 80px; } #title { font-size: 4.6em; } #subtitle { font-size: 1.2em; } .mainpage { background: transparent url('../img/768/indextrees768.png') no-repeat center; } .campingpage { background: transparent url('../img/768/campingheader768.png') no-repeat center; } .hikingpage { background: transparent url('../img/768/hikingheader768.png') no-repeat center; } .contactpage { background: transparent url('../img/768/contactheader768.png') no-repeat center; } .gallerypage { background: transparent url('../img/768/galleryheader768.png') no-repeat center; } } @media (min-width: 1024px) { .mainpage, .campingpage, .hikingpage, .contactpage, .gallerypage { height: 280px; } #title { font-size: 5.2em; } #subtitle { font-size: 1.4em; } .mainpage { background: transparent url('../img/1024/indextrees1024.png') no-repeat center; } .campingpage { background: transparent url('../img/1024/campingheader1024.png') no-repeat center; } .hikingpage { background: transparent url('../img/1024/hikingheader1024.png') no-repeat center; } .contactpage { background: transparent url('../img/1024/contactheader1024.png') no-repeat center; } .gallerypage { background: transparent url('../img/1024/galleryheader1024.png') no-repeat center; } } @media (min-width: 1280px) { .mainpage, .campingpage, .hikingpage, .contactpage, .gallerypage { height: 320px; } #title { font-size: 5.8em; } #subtitle { font-size: 1.6em; } .mainpage { background: transparent url('../img/1280/indextrees1280.png') no-repeat center; } .campingpage { background: transparent url('../img/1280/campingheader1280.png') no-repeat center; } .hikingpage { background: transparent url('../img/1280/hikingheader1280.png') no-repeat center; } .contactpage { background: transparent url('../img/1280/contactheader1280.png') no-repeat center; } .gallerypage { background: transparent url('../img/1280/galleryheader1280.png') no-repeat center; } } @media (min-width: 1920px) { .mainpage, .campingpage, .hikingpage, .contactpage, .gallerypage { height: 360px; } #title { font-size: 6.4em; } #subtitle { font-size: 1.8em; } .mainpage { background: transparent url('../img/1920/indextrees1920.png') no-repeat center; } .campingpage { background: transparent url('../img/1920/campingheader1920.png') no-repeat center; } .hikingpage { background: transparent url('../img/1920/hikingheader1920.png') no-repeat center; } .contactpage { background: transparent url('../img/1920/contactheader1920.png') no-repeat center; } .gallerypage { background: transparent url('../img/1920/galleryheader1920.png') no-repeat center; } } @media (min-width: 2560px) { .mainpage, .campingpage, .hikingpage, .contactpage, .gallerypage { height: 400px; } #title { font-size: 7em; } #subtitle { font-size: 2em; } .mainpage { background: transparent url('../img/2560//indextrees2560.png') no-repeat center; } .campingpage { background: transparent url('../img/2560/campingheader2560.png') no-repeat center; } .hikingpage { background: transparent url('../img/2560/hikingheader2560.png') no-repeat center; } .contactpage { background: transparent url('../img/2560/contactheader2560.png') no-repeat center; } .gallerypage { background: transparent url('../img/2560/galleryheader2560.png') no-repeat center; } } @media (min-width: 3840px) { .mainpage, .campingpage, .hikingpage, .contactpage, .gallerypage { height: 440px; } #title { font-size: 8.2em; } #subtitle { font-size: 2.4em; } .mainpage { background: transparent url('../img/3840/indextrees3840.png') no-repeat center; } .campingpage { background: transparent url('../img/3840/campingheader3840.png') no-repeat center; } .hikingpage { background: transparent url('../img/3840/hikingheader3840.png') no-repeat center; } .contactpage { background: transparent url('../img/3840/contactheader3840.png') no-repeat center; } .gallerypage { background: transparent url('../img/3840/galleryheader3840.png') no-repeat center; } }
CSS/main.css
a:hover { text-shadow: 0px 0px 12px rgba(255,114,0,.3); } .content { min-height: calc(100vh - 40px); } #foot { height: 20px; width: 100%; background-color: rgba(0,0,0,.1); text-align: center; } nav { border-bottom: 6px solid rgba(255,114,0,.5); font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; } #head { padding-top: 55px; text-align: center; max-width: 100%; color: white; } #title { font-family: 'Amatic SC', cursive; font-size: 2.6em; text-shadow: 3px 3px 6px #ff7200; } #subtitle { font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; font-size: .8em; text-shadow: 3px 3px 6px #ff7200; } .sectionhead { background-color: #404040; color: white; border-radius: 15px 15px 0 0; font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; display: inline-block; width: 100%; text-align: center; } .textblock { font-size: 1em; margin: auto; max-width: 80%; white-space: nowrap; } p { display: inline-block; max-width: 100%; border: 2px solid #404040; border-radius: 0 0 15px 15px; word-break: break-all; white-space: normal; text-indent: 10%; padding: 10px 10px 10px 10px; } /************************************************************ INDEX ************************************************************/ .mainpage { height: 150px; background: transparent url('../img/421/indextrees421.png') no-repeat center; background-size: cover; margin-bottom: 20px; } /************************************************************ HIKING ************************************************************/ .hikingpage { height: 150px; background: transparent url('../img/421/hikingheader421.png') no-repeat bottom; background-size: cover; margin-bottom: 20px; } /************************************************************ CAMPING ************************************************************/ .campingpage { height: 150px; background: transparent url('../img/421/campingheader421.png') no-repeat bottom; background-size: cover; margin-bottom: 20px; } /************************************************************ CONTACT ************************************************************/ .contactpage { height: 150px; background: transparent url('../img/421/contactheader421.png') no-repeat top; background-size: cover; margin-bottom: 20px; } /************************************************************ GALLERY ************************************************************/ .gallerypage { height: 150px; background: transparent url('../img/421/galleryheader421.png') no-repeat top; background-size: cover; margin-bottom: 20px; } /************************************************************ BREAKPOINTS ************************************************************/ @media (min-width: 422px) { .mainpage, .campingpage, .hikingpage, .contactpage, .gallerypage { height: 200px; } /* .mainpage { background: transparent url('../img/422/indextreeslossless.jpg') no-repeat top; } */ #head { padding-top: 60px; } #title { font-size: 4em; } #subtitle { font-size: 1em; } .mainpage { background: transparent url('../img/422/indextrees422.png') no-repeat center; } .campingpage { background: transparent url('../img/422/campingheader422.png') no-repeat center; } .hikingpage { background: transparent url('../img/422/hikingheader422.png') no-repeat center; } .contactpage { background: transparent url('../img/422/contactheader422.png') no-repeat center; } .gallerypage { background: transparent url('../img/422/galleryheader422.png') no-repeat center; } } @media (min-width: 768px) { .mainpage, .campingpage, .hikingpage, .contactpage, .gallerypage { height: 240px; } #head { padding-top: 80px; } #title { font-size: 4.6em; } #subtitle { font-size: 1.2em; } .mainpage { background: transparent url('../img/768/indextrees768.png') no-repeat center; } .campingpage { background: transparent url('../img/768/campingheader768.png') no-repeat center; } .hikingpage { background: transparent url('../img/768/hikingheader768.png') no-repeat center; } .contactpage { background: transparent url('../img/768/contactheader768.png') no-repeat center; } .gallerypage { background: transparent url('../img/768/galleryheader768.png') no-repeat center; } } @media (min-width: 1024px) { .mainpage, .campingpage, .hikingpage, .contactpage, .gallerypage { height: 280px; } #title { font-size: 5.2em; } #subtitle { font-size: 1.4em; } .mainpage { background: transparent url('../img/1024/indextrees1024.png') no-repeat center; } .campingpage { background: transparent url('../img/1024/campingheader1024.png') no-repeat center; } .hikingpage { background: transparent url('../img/1024/hikingheader1024.png') no-repeat center; } .contactpage { background: transparent url('../img/1024/contactheader1024.png') no-repeat center; } .gallerypage { background: transparent url('../img/1024/galleryheader1024.png') no-repeat center; } } @media (min-width: 1280px) { .mainpage, .campingpage, .hikingpage, .contactpage, .gallerypage { height: 320px; } #title { font-size: 5.8em; } #subtitle { font-size: 1.6em; } .mainpage { background: transparent url('../img/1280/indextrees1280.png') no-repeat center; } .campingpage { background: transparent url('../img/1280/campingheader1280.png') no-repeat center; } .hikingpage { background: transparent url('../img/1280/hikingheader1280.png') no-repeat center; } .contactpage { background: transparent url('../img/1280/contactheader1280.png') no-repeat center; } .gallerypage { background: transparent url('../img/1280/galleryheader1280.png') no-repeat center; } } @media (min-width: 1920px) { .mainpage, .campingpage, .hikingpage, .contactpage, .gallerypage { height: 360px; } #title { font-size: 6.4em; } #subtitle { font-size: 1.8em; } .mainpage { background: transparent url('../img/1920/indextrees1920.png') no-repeat center; } .campingpage { background: transparent url('../img/1920/campingheader1920.png') no-repeat center; } .hikingpage { background: transparent url('../img/1920/hikingheader1920.png') no-repeat center; } .contactpage { background: transparent url('../img/1920/contactheader1920.png') no-repeat center; } .gallerypage { background: transparent url('../img/1920/galleryheader1920.png') no-repeat center; } } @media (min-width: 2560px) { .mainpage, .campingpage, .hikingpage, .contactpage, .gallerypage { height: 400px; } #title { font-size: 7em; } #subtitle { font-size: 2em; } .mainpage { background: transparent url('../img/2560//indextrees2560.png') no-repeat center; } .campingpage { background: transparent url('../img/2560/campingheader2560.png') no-repeat center; } .hikingpage { background: transparent url('../img/2560/hikingheader2560.png') no-repeat center; } .contactpage { background: transparent url('../img/2560/contactheader2560.png') no-repeat center; } .gallerypage { background: transparent url('../img/2560/galleryheader2560.png') no-repeat center; } } @media (min-width: 3840px) { .mainpage, .campingpage, .hikingpage, .contactpage, .gallerypage { height: 440px; } #title { font-size: 8.2em; } #subtitle { font-size: 2.4em; } .mainpage { background: transparent url('../img/3840/indextrees3840.png') no-repeat center; } .campingpage { background: transparent url('../img/3840/campingheader3840.png') no-repeat center; } .hikingpage { background: transparent url('../img/3840/hikingheader3840.png') no-repeat center; } .contactpage { background: transparent url('../img/3840/contactheader3840.png') no-repeat center; } .gallerypage { background: transparent url('../img/3840/galleryheader3840.png') no-repeat center; } }
0.408277
0.077903
.j11308_nav_frame { height: 40px; line-height: 40px; background: #c40000; clear: both; } .j11308_nav { height: 40px; } .j11308_width1 { width: 1200px; margin: 0 auto; clear: both; } .j11308_nav_left { width: 195px; font-size: 16px; font-weight: 700; background: #b00000; padding-left: 10px; float: left; font-family: "Microsoft YaHei",Arial,Helvetica,sans-serif; } .j11308_nav_left a{ color: #fff; display: block; height: 40px; line-height: 40px; overflow: hidden; } .j11308_nav_left a:hover{ text-decoration: underline; } .j11308_nav_menu { width: 727px; float: left; font-family: "Microsoft YaHei",Arial,Helvetica,sans-serif; } .j11308_nav_menu1 li { /* display: inline-block; */ float: left; height: 40px; position: relative; } .j11308_nav_menu1 a { color: #fff; height: 40px; display: inline-block; padding: 0 15px; font-size: 16px; font-weight: 700; } .j11308_nav_menu1 a:hover{ background: #b00000; } .j11308_nav_menu1 li .new-ico { position: absolute; right: 0; top: -5px; } .j11308_nav_right { width: 267px; text-align: right; background: #c30000; float: left; font: 400 16px/40px "\5FAE\8F6F\96C5\9ED1"; } .j11308_nav_right a{ color: #fff; } .j11308_nav_right a:hover{ text-decoration: underline; } /*--------- tab选项卡------------- */ #sidebar-x-1 { z-index: 10000; border: 2px solid #c30; border-top: none; width: 201px; float: left; font-size: 14px; height: 422px; background: #fff; } .sidelist-x-li .slid-height { height: 26px; background: url(https://img.j1.com/images/images1308/ico/slidelf.png?1234) 0 0 no-repeat; background-position: -50px -305px; z-index: 1000; position: relative; line-height: 26px; font-size: 12px; font-weight: 400; padding: 3px 0 3px 20px; cursor: pointer; color: #333; } .nav_zk { width: 169px; float: left; } .sidelist-x-li .slid-height a{ width: auto; height: auto; color: #333; text-decoration: none; } .sidelist-x-li .slid-height s{ background: url(https://img.j1.com/images/images1308/ico/slidelf.png?1234) 0 0 no-repeat; background-position: -60px -336px; display: block; width: 10px; height: 20px; float: left; } .i-list-x { z-index: 910; border: #c40000 2px solid; position: absolute; width: 794px; background: #fff; float: left; top: -1px; left: 201px; min-height: 421px; } .i-list-x-l { float: Left; margin-left: 10px; width: 570px; margin: 0 2px 0 2px; padding-right: 10px; border-right: 1px solid #ddd; margin-right: 15px; min-height: 410px; } .i-list-con-x { width: 580px; padding: 4px 0; font-weight: 400; } .i-list-con-x span { width: 68px; float: left; height: 22px; color: #f23201; text-align: right; font: 700 12px/22px "\5FAE\8F6F\96C5\9ED1"; padding: 0 4px 0 0; display: block; } .i-list-con-x ul { padding-left: 2px; width: 500px; padding-right: 2px; float: left; } .i-list-con-x ul li { line-height: 14px; list-style-type: none; margin: 4px 0 5px 0; float: left; font-size: 12px; word-break: keep-all; list-style-image: none; } .i-list-con-x ul li a { border-left: #ccc 1px solid; padding: 0 8px; display: block; color: #333; text-decoration: none; } .i-list-right-x { width: 163px; padding: 0; } .i-list-right-x dl { margin-top: 4px; } .i-list-right-x cite { font: 700 12px "\5FAE\8F6F\96C5\9ED1"; color: #333; margin-bottom: 10px; } .i-list-right-x dd { width: 180px; } .clearfix { display: block; } .i-list-right-x dd a { float: left; margin-right: 10px; height: 24px; overflow: hidden; font: 400 12px/24px "\5FAE\8F6F\96C5\9ED1"; width: 48px; } #sidebar-x-1 a:hover{ color: #f23201; text-decoration: underline; }
second_test/common/nav.css
.j11308_nav_frame { height: 40px; line-height: 40px; background: #c40000; clear: both; } .j11308_nav { height: 40px; } .j11308_width1 { width: 1200px; margin: 0 auto; clear: both; } .j11308_nav_left { width: 195px; font-size: 16px; font-weight: 700; background: #b00000; padding-left: 10px; float: left; font-family: "Microsoft YaHei",Arial,Helvetica,sans-serif; } .j11308_nav_left a{ color: #fff; display: block; height: 40px; line-height: 40px; overflow: hidden; } .j11308_nav_left a:hover{ text-decoration: underline; } .j11308_nav_menu { width: 727px; float: left; font-family: "Microsoft YaHei",Arial,Helvetica,sans-serif; } .j11308_nav_menu1 li { /* display: inline-block; */ float: left; height: 40px; position: relative; } .j11308_nav_menu1 a { color: #fff; height: 40px; display: inline-block; padding: 0 15px; font-size: 16px; font-weight: 700; } .j11308_nav_menu1 a:hover{ background: #b00000; } .j11308_nav_menu1 li .new-ico { position: absolute; right: 0; top: -5px; } .j11308_nav_right { width: 267px; text-align: right; background: #c30000; float: left; font: 400 16px/40px "\5FAE\8F6F\96C5\9ED1"; } .j11308_nav_right a{ color: #fff; } .j11308_nav_right a:hover{ text-decoration: underline; } /*--------- tab选项卡------------- */ #sidebar-x-1 { z-index: 10000; border: 2px solid #c30; border-top: none; width: 201px; float: left; font-size: 14px; height: 422px; background: #fff; } .sidelist-x-li .slid-height { height: 26px; background: url(https://img.j1.com/images/images1308/ico/slidelf.png?1234) 0 0 no-repeat; background-position: -50px -305px; z-index: 1000; position: relative; line-height: 26px; font-size: 12px; font-weight: 400; padding: 3px 0 3px 20px; cursor: pointer; color: #333; } .nav_zk { width: 169px; float: left; } .sidelist-x-li .slid-height a{ width: auto; height: auto; color: #333; text-decoration: none; } .sidelist-x-li .slid-height s{ background: url(https://img.j1.com/images/images1308/ico/slidelf.png?1234) 0 0 no-repeat; background-position: -60px -336px; display: block; width: 10px; height: 20px; float: left; } .i-list-x { z-index: 910; border: #c40000 2px solid; position: absolute; width: 794px; background: #fff; float: left; top: -1px; left: 201px; min-height: 421px; } .i-list-x-l { float: Left; margin-left: 10px; width: 570px; margin: 0 2px 0 2px; padding-right: 10px; border-right: 1px solid #ddd; margin-right: 15px; min-height: 410px; } .i-list-con-x { width: 580px; padding: 4px 0; font-weight: 400; } .i-list-con-x span { width: 68px; float: left; height: 22px; color: #f23201; text-align: right; font: 700 12px/22px "\5FAE\8F6F\96C5\9ED1"; padding: 0 4px 0 0; display: block; } .i-list-con-x ul { padding-left: 2px; width: 500px; padding-right: 2px; float: left; } .i-list-con-x ul li { line-height: 14px; list-style-type: none; margin: 4px 0 5px 0; float: left; font-size: 12px; word-break: keep-all; list-style-image: none; } .i-list-con-x ul li a { border-left: #ccc 1px solid; padding: 0 8px; display: block; color: #333; text-decoration: none; } .i-list-right-x { width: 163px; padding: 0; } .i-list-right-x dl { margin-top: 4px; } .i-list-right-x cite { font: 700 12px "\5FAE\8F6F\96C5\9ED1"; color: #333; margin-bottom: 10px; } .i-list-right-x dd { width: 180px; } .clearfix { display: block; } .i-list-right-x dd a { float: left; margin-right: 10px; height: 24px; overflow: hidden; font: 400 12px/24px "\5FAE\8F6F\96C5\9ED1"; width: 48px; } #sidebar-x-1 a:hover{ color: #f23201; text-decoration: underline; }
0.48121
0.106691
h4 { font-family: 'Pathway Gothic One', sans-serif; font-size: 28px; } body .row { margin: 0; padding: 0; margin-bottom: 10px; } .user-name { padding-left: 15px; } .about-header { width: 100%; height: 100%; border-bottom: 1px solid #333; display: flow-root; margin-bottom: 10px; } .about-title { float: left; vertical-align: middle; } .about-edit { float: right; vertical-align: middle; background: transparent; border: none; outline: none; transition: .3s; border-radius: 4px; font-size: 20px; margin-top: 5px; } .about-edit:hover { background: #6ab04c; color: #fff; } .about-edit-textarea { width: 100%; min-height: 250px; outline: none; min-width: 200px; } #about-text { min-width: 100%; border: none; outline: none; background: transparent; } #about-text:focus { border: 1px solid gray; } .contact-social-icon { font-size: 18px; background: #0fbcf9; border: none; border-radius: 4px; color: white; transition: .3s; margin-right: 5px; } .contact-social-icon:focus { color: white; } .contact-social-icon:hover { background: white; color: #0fbcf9; } .contact-header { border-bottom: 1px solid black; } .skill-points-header { border-bottom: 1px solid black; } .skill-container { margin: 20px; position: relative; display: inline-block; vertical-align: middle; } .skill-point { border: 2px solid black; border-top-right-radius: 16px; border-bottom-right-radius: 16px; } .skill-point span { font-size: 10px; } .skill-container-content { display: inline-block; padding: 6px 12px; margin-bottom: 0; font-size: 14px; text-align: center; white-space: nowrap; vertical-align: middle; background-image: none; box-sizing: border-box; overflow: visible; text-transform: none; position: relative; float: left; text-decoration: none; outline: none; cursor: inherit; user-select: all; } .skill-container>.skill-container-content:first-child { margin-left: 0; } .skill-container>.skill-container-content:first-child:not(:last-child) { border-top-right-radius: 0; border-bottom-right-radius: 0; } .skill-name { background: white; border-color: black; color: #333; font-weight: bold; border-right: none; border-top-left-radius: 4px; border-bottom-left-radius: 4px; } .skill-0 { background: red; color: white; font-weight: bold; } .skill-25 { background: #ff6800; color: white; font-weight: bold; } .skill-50 { background: #ffc700; color: #333; font-weight: bold; } .skill-75 { background: #9eff00; color: #333; font-weight: bold; } .skill-90 { background: #64ff00; color: #333; font-weight: bold; } .skill-100 { background: #00ff2a; color: #333; font-weight: bold; } .qualities-title { border-bottom: 1px solid black; margin-bottom: 10px; display: flow-root; } .qualities-title h4 { float: left; } .qualities-item { background: #0fbcf9; border: none; border-radius: 8px; padding: 10px 5px; margin-bottom: 5px; margin-right: 5px; } .qualities-name { font-weight: 600; color: white; padding-right: 5px; } .qualities-item i { color: white; font-size: 16px; } .qualities-content { margin-bottom: 20px; } .experience-content-date { font-weight: bold; } .experience-content-time-work { font-size: 0.8em; color: gray; } .experience-datepicker { outline: none; font-weight: bold; border: none; background: none; } .experience-content-about { min-width: 100%; height: 100%; border: ridge 2px; min-height: 5vh; overflow: auto; border: none; background: inherit; } .experience-content-about:focus { border: 1px solid black; outline: none; } .experience-description { font-weight: bold; } .experience-header { border-bottom: 1px solid black; display: flow-root; margin-bottom: 20px; } .experience-title { float: left; } .experience-add { float: right; vertical-align: middle; background: transparent; border: none; outline: none; transition: .3s; border-radius: 4px; font-size: 20px; margin-top: 5px; } .experience-add:hover { background: #6ab04c; color: #fff; } .experience-content-title-name { font-size: 24px; margin-bottom: 0; } .experience-content-workplace { font-size: 0.9em; color: gray; } .experience-text-input { outline: none; border: none; background: inherit; } .experience-text-input:focus { outline: none; border: 1px solid black; } .contact-social { margin-top: 10px; } .contact-header { width: 100%; height: 100%; border-bottom: 1px solid #333; display: flow-root; margin-bottom: 10px; } .contactSocialInput { margin-right: 5px; margin-left: 5px; padding: 5px; border: 1px solid; border-radius: 4px; padding-top: 5px; } #socialNewEditTable { border-spacing: 0px 8px; border-collapse: separate; border: none; }
ProtonProject/src/main/resources/static/App/css/modules/hiring/hiring-page.css
h4 { font-family: 'Pathway Gothic One', sans-serif; font-size: 28px; } body .row { margin: 0; padding: 0; margin-bottom: 10px; } .user-name { padding-left: 15px; } .about-header { width: 100%; height: 100%; border-bottom: 1px solid #333; display: flow-root; margin-bottom: 10px; } .about-title { float: left; vertical-align: middle; } .about-edit { float: right; vertical-align: middle; background: transparent; border: none; outline: none; transition: .3s; border-radius: 4px; font-size: 20px; margin-top: 5px; } .about-edit:hover { background: #6ab04c; color: #fff; } .about-edit-textarea { width: 100%; min-height: 250px; outline: none; min-width: 200px; } #about-text { min-width: 100%; border: none; outline: none; background: transparent; } #about-text:focus { border: 1px solid gray; } .contact-social-icon { font-size: 18px; background: #0fbcf9; border: none; border-radius: 4px; color: white; transition: .3s; margin-right: 5px; } .contact-social-icon:focus { color: white; } .contact-social-icon:hover { background: white; color: #0fbcf9; } .contact-header { border-bottom: 1px solid black; } .skill-points-header { border-bottom: 1px solid black; } .skill-container { margin: 20px; position: relative; display: inline-block; vertical-align: middle; } .skill-point { border: 2px solid black; border-top-right-radius: 16px; border-bottom-right-radius: 16px; } .skill-point span { font-size: 10px; } .skill-container-content { display: inline-block; padding: 6px 12px; margin-bottom: 0; font-size: 14px; text-align: center; white-space: nowrap; vertical-align: middle; background-image: none; box-sizing: border-box; overflow: visible; text-transform: none; position: relative; float: left; text-decoration: none; outline: none; cursor: inherit; user-select: all; } .skill-container>.skill-container-content:first-child { margin-left: 0; } .skill-container>.skill-container-content:first-child:not(:last-child) { border-top-right-radius: 0; border-bottom-right-radius: 0; } .skill-name { background: white; border-color: black; color: #333; font-weight: bold; border-right: none; border-top-left-radius: 4px; border-bottom-left-radius: 4px; } .skill-0 { background: red; color: white; font-weight: bold; } .skill-25 { background: #ff6800; color: white; font-weight: bold; } .skill-50 { background: #ffc700; color: #333; font-weight: bold; } .skill-75 { background: #9eff00; color: #333; font-weight: bold; } .skill-90 { background: #64ff00; color: #333; font-weight: bold; } .skill-100 { background: #00ff2a; color: #333; font-weight: bold; } .qualities-title { border-bottom: 1px solid black; margin-bottom: 10px; display: flow-root; } .qualities-title h4 { float: left; } .qualities-item { background: #0fbcf9; border: none; border-radius: 8px; padding: 10px 5px; margin-bottom: 5px; margin-right: 5px; } .qualities-name { font-weight: 600; color: white; padding-right: 5px; } .qualities-item i { color: white; font-size: 16px; } .qualities-content { margin-bottom: 20px; } .experience-content-date { font-weight: bold; } .experience-content-time-work { font-size: 0.8em; color: gray; } .experience-datepicker { outline: none; font-weight: bold; border: none; background: none; } .experience-content-about { min-width: 100%; height: 100%; border: ridge 2px; min-height: 5vh; overflow: auto; border: none; background: inherit; } .experience-content-about:focus { border: 1px solid black; outline: none; } .experience-description { font-weight: bold; } .experience-header { border-bottom: 1px solid black; display: flow-root; margin-bottom: 20px; } .experience-title { float: left; } .experience-add { float: right; vertical-align: middle; background: transparent; border: none; outline: none; transition: .3s; border-radius: 4px; font-size: 20px; margin-top: 5px; } .experience-add:hover { background: #6ab04c; color: #fff; } .experience-content-title-name { font-size: 24px; margin-bottom: 0; } .experience-content-workplace { font-size: 0.9em; color: gray; } .experience-text-input { outline: none; border: none; background: inherit; } .experience-text-input:focus { outline: none; border: 1px solid black; } .contact-social { margin-top: 10px; } .contact-header { width: 100%; height: 100%; border-bottom: 1px solid #333; display: flow-root; margin-bottom: 10px; } .contactSocialInput { margin-right: 5px; margin-left: 5px; padding: 5px; border: 1px solid; border-radius: 4px; padding-top: 5px; } #socialNewEditTable { border-spacing: 0px 8px; border-collapse: separate; border: none; }
0.356335
0.060613
body{ background-color: #ffffff; color: #000000; font-size: 16px; text-align: center; align-items: center; background-image: url('../pics/mean-bg.jpg'); /*background-attachment: fixed;*/ /*background-position: center;*/ } .footer { background-color: #292c2f; box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12); box-sizing: border-box; width: 100%; text-align: center; font: normal 18px sans-serif; padding: 45px; margin-top: 50px; border-top: 5px solid red; } .footer .footer-motto { color: #8d9093; font-size: 24px; margin: 0; } .footer .footer-name { color: cyan; font-size: 14px; margin: 0; } .footer .footer-links { list-style: none; font-weight: bold; color: cyan; padding: 35px 0 23px; margin: 0; } .footer .footer-links a { display: inline-block; text-decoration: none; color: inherit; } .panel-primary{ box-shadow: 0 0 20px red; } .login-screen{ background-color: #cccccc; } .login-box{ margin: auto; margin-top: 3%; width: 50%; border: 2px solid cyan; border-radius: 10px; background-color: #19B5FE; } .login-form, .product-form{ width: 90%; margin: auto; margin-bottom: 10px; } .input-block{ margin: auto; margin-bottom: 15px; } .input-block p{ text-align: center; font-weight: bold; } .input-icon{ position: relative; font-size: 16px; height: auto; padding: 10px; color: #8b9199; background-color: #ffffff; } .input-box{ position: relative; font-size: 16px; height: auto; padding: 10px; width: 75%; border: 0; background-color: #ffffff; box-shadow: none; } main{ margin: 10px 0 10px 0; } .heading2{ display: block; min-height: 45px; padding: 5px; margin: 20px; background-color: #337AB7; font-weight: bold; font-family: sans-serif; color: white; } .heading2:hover{ background-color: #292C2F; } .product-details-box{ margin: auto; margin-top: 20px; width: 70%; border: 2px solid cyan; border-radius: 10px; background-color: #19B5FE; } .details{ text-align: left; margin: 10px 25px 10px 25px; } .tProd{ display: inline-block; margin: 5px; border: 2px solid brown; font-weight: bold; text-align: right; padding: 5px; } .panel-primary:hover{ box-shadow: 0 0 30px green; }
backend/public/css/style.css
body{ background-color: #ffffff; color: #000000; font-size: 16px; text-align: center; align-items: center; background-image: url('../pics/mean-bg.jpg'); /*background-attachment: fixed;*/ /*background-position: center;*/ } .footer { background-color: #292c2f; box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12); box-sizing: border-box; width: 100%; text-align: center; font: normal 18px sans-serif; padding: 45px; margin-top: 50px; border-top: 5px solid red; } .footer .footer-motto { color: #8d9093; font-size: 24px; margin: 0; } .footer .footer-name { color: cyan; font-size: 14px; margin: 0; } .footer .footer-links { list-style: none; font-weight: bold; color: cyan; padding: 35px 0 23px; margin: 0; } .footer .footer-links a { display: inline-block; text-decoration: none; color: inherit; } .panel-primary{ box-shadow: 0 0 20px red; } .login-screen{ background-color: #cccccc; } .login-box{ margin: auto; margin-top: 3%; width: 50%; border: 2px solid cyan; border-radius: 10px; background-color: #19B5FE; } .login-form, .product-form{ width: 90%; margin: auto; margin-bottom: 10px; } .input-block{ margin: auto; margin-bottom: 15px; } .input-block p{ text-align: center; font-weight: bold; } .input-icon{ position: relative; font-size: 16px; height: auto; padding: 10px; color: #8b9199; background-color: #ffffff; } .input-box{ position: relative; font-size: 16px; height: auto; padding: 10px; width: 75%; border: 0; background-color: #ffffff; box-shadow: none; } main{ margin: 10px 0 10px 0; } .heading2{ display: block; min-height: 45px; padding: 5px; margin: 20px; background-color: #337AB7; font-weight: bold; font-family: sans-serif; color: white; } .heading2:hover{ background-color: #292C2F; } .product-details-box{ margin: auto; margin-top: 20px; width: 70%; border: 2px solid cyan; border-radius: 10px; background-color: #19B5FE; } .details{ text-align: left; margin: 10px 25px 10px 25px; } .tProd{ display: inline-block; margin: 5px; border: 2px solid brown; font-weight: bold; text-align: right; padding: 5px; } .panel-primary:hover{ box-shadow: 0 0 30px green; }
0.326808
0.070913
*{ padding:0px; margin:0px; font-family:微软雅黑; } ul{ list-style:none;} a{ color:#000; text-decoration: none; } body{ background:#fff; } .clear{ clear:both; } .container{ width:1200px; margin: 0 auto; } /*导航*/ .nav{ width:100%; height:38px; background-color:#000; font-size:14px; } .nav>.top{ width:1200px; height:38px; margin:0 auto; cursor: pointer; } .nav>.top>.nav-1{ float: left; } .nav>.top>.nav-1>li{ margin:0 auto; height:38px; text-align:center; line-height:38px; float:left; } /*.nav>.top>.nav-1:nth-child(4){ position:relative; }*/ /*社交平台*/ .nav-1>li>.menu{ /*display:none;*/ width: 150px; height:250px; border: 1px solid #d3d3d3; position: absolute; left:469px; top: 38px; z-index:9000; padding: 8px 0; background: #fff; display:none; } /*.nav>.top>.nav-1>li>.menu>li{ position: relative; z-index: 111; }*/ .nav-1>li>.menu>li{ padding: 2px 0; } .nav-1>li>.menu>li>a{ color:#000; display: block; height: 33px; line-height: 34px; padding-left: 5px; } .she>a{ position:relative; } .tou-one{ background:url('../img/99.png') no-repeat -211px -43px; display:block; height:11px; width:11px; position:absolute; top:3px; right:-9px; border:1px solid #fff; } .tou-one:hover{ background:url('../img/99.png') no-repeat -196px -43px; } .nav-1>li>.menu>li>a>span{ float:left; } .guanbo{ background:url('../img/99.png') no-repeat -5px -272px; margin-left:5px; margin-top:2px; height:31px; width:31px; border-radius:6px; display:block; } .bo{ background:url('../img/99.png') no-repeat -40px -272px; margin-left:5px; margin-top:2px; height:31px; width:31px; border-radius:31px; display:block; } .wei{ background:url('../img/99.png') no-repeat -108px -272px; margin-left:5px; margin-top:2px; height:31px; width:31px; border-radius:5px; display:block; } .tie{ background:url('../img/99.png') no-repeat -209px -272px; margin-left:5px; margin-top:2px; height:31px; width:31px; border-radius:5px; display:block; } .bu{ background:url('../img/99.png') no-repeat -175px -272px; margin-left:5px; margin-top:2px; height:31px; width:31px; border-radius:5px; display:block; } .qq{ background:url('../img/99.png') no-repeat -141px -272px; margin-left:5px; margin-top:2px; height:31px; width:31px; border-radius:5px; display:block; } .gushe{ background:url('../img/99.png') no-repeat -245px -272px; margin-left:5px; margin-top:2px; height:31px; width:31px; border-radius:5px; display:block; } /*手机版*/ .ji{ position:relative; } .nav-1>li>.shou{ width:250px; height:120px; border: 1px solid #d3d3d3; position: absolute; top: 38px; z-index: 9999; padding: 8px 0; display: none; background: #fff; } .tou{ background:url('../img/99.png') no-repeat -211px -43px; display:block; height:11px; width:11px; position:absolute; top:13px; right:-18px; border:1px solid #fff; } .tou:hover{ background:url('../img/99.png') no-repeat -196px -43px; } .nav-1>li>.shou>li{ float:left; position: relative; padding-left: 116px; padding-top: 14px; } .shou-tu{ position: absolute; top: 20px; left: 24px; display: block; width: 76px; height: 76px; background:url('../img/99.png') no-repeat -88px -70px; } .shou-zi{ font-size: 13px; line-height: 20px; } .shou-jian{ font-size: 13px; line-height: 20px; color:#f00; } .nav>.top>.nav-1>li>a{ color:#fff; } .nav>.top>.nav-1>li .gang{ margin:0px 5px; color: #fff; } .nav>.top>.nav-1>li>a:hover{ color: #f00; } /*右*/ .nav-right{ padding-right:25px; } .nav-right>ul>li{ display:block; height:38px; text-align:center; line-height:38px; float:right; } .nav-right>ul>li>a{ color:#fff; } .nav-right>ul>li>.gang{ margin:0px 5px; color: #fff; } .nav-right>ul>li>a:hover{ color: #f00; } .guo{ background:url('../img/99.png') no-repeat -185px -200px; display:block; height:21px; width:25px; position:absolute; top:-10px; right:-26px; line-height:21px; text-align:center; } /*<!-- 顶部图片 -->*/ .header{ display:block; cursor:pointer; position: relative; } .header>a>#close{ position: absolute; right:10px; top:0px; display:inline-block; border:1px solid #fff; font-weight:bolder; color:#fff; } /*搜索*/ .search{ width:1200px; height:38px; padding-top:28px; } .search>.search-left{ display: inline-block; } .search>.search-right{ height:37px; float:right; display: inline-block; } .search>.search-right>input{ width:615px; height:34px; padding-left:10px; border:1px solid #d2d2d2; line-height: 34px; } .search-right>.fang{ float: right; width: 61px; height: 36px; background-color:#000; } .search-right>.fang:hover{ background:#f00; } .search-right>.fang>.da{ background:url('../img/100.png') no-repeat 17px 7px; display:block; height:36px; width:60px; line-height:21px; text-align:center; } .search-right>input{ outline:0px; } /*菜单*/ .menus{ height: 56px; position: relative; width:1200px; margin:0 auto; } .menus>.menus-img{ display: inline-block; width: 200px; height: 48px; float: left; } .menus>.menus-dao{ float: left; } .menus>.menus-dao>ul{ display:inline; float:left; } .menus>.menus-dao>ul>li{ float: left; padding-right: 54px; line-height: 56px; position: relative; } .menus>.menus-dao>ul>li>a{ font-size: 17px; color: #000; vertical-align: middle; line-height: 66px; height: 56px; float: left; font-family: 微软雅黑; } .menus>.menus-dao>ul>li>a:hover{ color:#f00; }; /*小新*/ .xp{ position:relative; } .pro{ background:url('../img/000.png') no-repeat -275px -198px; display:block; height:21px; width:32px; position:absolute; top:7px; right:31px; } /*联想合伙人*/ .lx{ position:relative; } .hehou{ background:url('../img/99.png') no-repeat -268px -3px;; display:block; height:21px; width:32px; position:absolute; top:3px; right:-25px; } /*爆款*/ .bk{ position:relative; } .bk-bao{ border: 1px solid #d3d3d3; text-align:center; width:172px; height:283px; background:#fff; z-index:333; display:none; position:absolute; top:54px; left:-66px; font-size:14px; } .bk-bao>li{ display:block; height:30px; width:171px; line-height:30px; text-align:center; } ..bk-bao>li>a{ display:block; padding:0px; color:#000; font-family:微软雅黑; } .bk-bao>li>a:hover{ color:#f00; } /*服务*/ .fw{ position:relative; } .fuwu{ width:172px; height:106px; background:#fff; z-index:333; display:none; position:absolute; top:54px; left:-66px; font-size:13px; } .fuwu>li{ width:172px; height:32px; display:block; line-height:30px; text-align: center; font-family:微软雅黑; } .fuwu>li>a:hover{ color:#f00; } /*轮播区*/ /*左*/ .carouse{ position:relative; } .carouse>.left{ width: 190px; height: 364px; border: 1px solid #e6e6e6; position: relative; float: left; } .carouse>.left>ul>li{ width:190px; height:40px; color:#fff; } .left>ul>li:hover{ background:#f7f7f7; } .left-menu{ width:190px; height:40px; border-right:1px solid #f7f7f7; border-bottom:1px solid #f7f7f7; } .left-menu>a{ font-family:微软雅黑; color:#000; padding:14px 15px 15px 20px; } /*详细内容*/ .left-xiang{ width: 934px; height: 345px; background: #f7f7f7; position: absolute; left: 190px; top: -1px; padding: 0 22px 20px 52px; display: none; z-index: 10000; } /*总说*/ .left-zong{ width: 630px; float: left; margin-top: 20px; } /*分说字*/ .left-zi { margin-top: 15px; } .left-zi ul { margin-left: 55px; border-bottom: 1px solid #e5e5e5; width: 575px; height: 20px; padding-bottom: 5px; padding-top: 2px; } .left-zi ul li { font-size: 12px; float: left; line-height: 20px; height: 20px; /*zoom: 1;*/ } .left-zi ul li a { border-left: 1px solid #e5e5e5; padding-left: 12px; padding-right: 12px; /*white-space: nowrap;*/ } /*分说图*/ .left-tu { width: 252px; float: right; margin-top: 17px; } .left-tu>a{ display:block; } .left-tu>a>img{ margin-bottom:5px; width:252px; height:160px; } /*浮动监听*/ .jianting{ position: fixed; left:13px; top:300px; /*border:1px solid #eee;*/ background-color: #fafbfc; display:none; } .jianting>ul{ padding:0px; } .jianting>ul li{ font-size:12px; width:56px; height:31px; text-align:center; line-height:31px; /*border-bottom:1px solid #ccc;*/ border-radius:56px; overflow: hidden; background:#fff; } .jianting>ul li.active{ background-color: #fff; color: #4ac0e0; } .jianting>ul li:hover{ color:#fff; } .cebianlang{ height:170px; width:36px; position:fixed; top:180px; right:5px; border-top:1px solid #e6e6e6; cursor:pointer; z-index:9999; } .cebianlang>.huidao{ height:20px; width:36px; border:1px solid #e6e6e6; } .ccbl{ position:relative; } .xianshi{ position:absolute; top:0px; left:-200px; height:auto; width:200px; border:1px solid #ccc; background:#fff; display:none; } .clearfix{ height:auto; width:200px; } .clearfix>dt{ display:block; height:49px; width:60px; float:left; line-height:49px; } .clearfix>dd{ width:140px; height:49px; float:right; text-align: left; } .clearfix>dd>a{ display:block; margin-top:10px; } .pc{ background: url('../img/000.png') no-repeat -9px -523px; } .tk{ background: url('../img/000.png') no-repeat -67px -523px; } .shouji{ background: url('../img/000.png') no-repeat -136px -523px; } .xiuli{ background: url('../img/000.png') no-repeat -197px -523px; } .dianlian{ background: url('../img/000.png') no-repeat -263px -523px; } .ka{ background: url('../img/000.png') no-repeat -323px -523px; } .huidao>span{ display:block; height:20px; width:36px; cursor:pointer; } .dingbu{ background: url('../img/000.png') no-repeat -254px -492px; } .cebianlang>ul>li{ font-size:12px; width:36px; height:34px; text-align:center; /* line-height:35px;*/ border-left:1px solid #e6e6e6; border-right:1px solid #e6e6e6; border-bottom:1px solid #e6e6e6; } .cebianlang>ul>li>span{ display:block; height:34px; width:36px; } .dianhua{ background: url('../img/000.png') no-repeat -3px -483px; } .wechat{ background: url('../img/000.png') no-repeat -47px -483px; } .home{ background: url('../img/000.png') no-repeat -96px -488px; } .qianbi { background: url('../img/000.png') no-repeat -190px -487px; } /*中*/ .center{ width: 770px; margin: 0 10px; position:absolute; top:0px; left:183px; padding:0px 10px; } /*图片*/ .imgs li{ display:none; } .imgs>li.active{ display:block; } /*小点*/ .nums{ position: absolute; bottom:10px; left:0px; width:100%; text-align:center; } .nums li{ display:inline-block; width:11px; height:11px; background-color: #383838; border-radius:11px; text-align:center; line-height:11px; } .nums>li.active{ background-color:#A9A9A9; } .nums li:hover{ background-color:#A9A9A9; } .btn{ width:29px; height:70px; display:block; background-color: #000; position: absolute; top:55%; margin-top:-45px; display:none; } .center:hover .btn{ display:block; } .btn-left{ left:10px; background: url('../img/000.png') no-repeat -100px -200px; } .btn-right{ right:10px; background: url('../img/000.png') no-repeat -130px -200px; } .lun-right{ width:218px; height:431px; background-color: #fff; position: absolute; left:1040px; top:10px; overflow:hidden; } /*右*/ .right{ width:220px; height:365px; /*background-color: #f00;*/ position:absolute; top:0px; left:983px; /*border:1px solid #e6e6e6;*/ } .xin{ width: 220px; background: #fff; position: relative; float: left; } .xisn{ border: 1px solid #e6e6e6; padding-left: 10px; padding-right: 10px; padding-top: 3px; padding-bottom: 2px; position: relative; height: 61px; } .horn_ring{ height:20px; width:20px; background: url('../img/000.png') no-repeat -298px -320px; position:absolute; top:5px; left:5px; } .xnss{ height: 60px; overflow: hidden; } .xnss>li{ text-indent: 20px; height: 60px; line-height: 20px; overflow: hidden; } .xnss>li>a{ font-size: 12px; } .ping>h2{ font-size: 15px; font-weight: normal; line-height: 36px; border-left: 1px solid #e6e6e6; border-right: 1px solid #e6e6e6; border-bottom: 1px dashed #e6e6e6; padding-left: 9px; padding-right: 9px; } .ping>h2>a{ float:right; font-size:12px; } .ping>h2>a:hover{ color:#f00; } .lun{ padding-top: 9px; padding-right: 7px; padding-left: 3px; padding-bottom:13px; border-left: 1px solid #e6e6e6; border-right: 1px solid #e6e6e6; border-bottom: 1px solid #e6e6e6; } .lun>li>a{ font-size: 12px; color: #000; /* height: 30px;*/ display: block; overflow: hidden; line-height: 34px; height: 34px; } .lun>li>a:hover{ color:#f00; } /*二播*/ .middle-erbo{ margin-top: 10px; height:159px; position:relative; } .bao{ float:left; position:absolute; top:0px; left:0px; } .tui{ width:192px; height:159px; float:left; } .boo{ height:159px; width:1008px; float:right; overflow: hidden; } .bo-1{ overflow:hidden; width:6048px; height:159px; } .bo-1>li{ width:252px; height:159px; float:left; } .boo .btn{ width:42px; height:60px; display:block; /*background-color: #0f0;*/ position: absolute; top:55%; margin-top:-45px; display:none; } .boo:hover .btn{ display:block; } .boo .btn-left{ left:192px; background: url('../img/000.png') no-repeat -88px -200px; } .boo .btn-right{ right:0px; background: url('../img/000.png') no-repeat -130px -200px; } /*明星单品*/ .star{ margin-top: 10px; } .star-1{ margin: 0 auto; padding-bottom: 35px; } .star-1>h3{ height: 42px; line-height: 42px; font-weight: normal; font-family: 微软雅黑; position: relative; } .star-1>h3>span>img{ display: none; } .start-xi>ul>li{ border: 1px solid #e6e6e6; width: 190px; height: 297px; text-align: center; float: left; } .start-xi>ul>li>p{ display:block; line-height: 20px; width: 179px; overflow:hidden; height: 20px; padding: 0px 10px; font-size: 12px; } .star_ad>a{ font-size: 13px; color: #6f7170; } .star_price>a{ color: #e2231a; font-size: 14px; } .start-xi>ul>li:hover{ border-top-color:#f00; } /*楼层*/ .ceng{ background: #f5f5f5; padding: 30px 0; } .title{ height: 48px; } .title>h3{ float: left; height: 48px; line-height: 48px; font-size: 20px; font-weight: normal; width: 240px; } .title>h3>em{ font-style:normal; } .jieshao{ float: right; width: 960px; text-align: right; padding-top: 20px; } .jieshao>a{ color: #6f7170; margin-left: 12px; font-size: 12px; } .rong{ height:535px; } .zuo{ float: left; width: 240px; height: 535px; overflow: hidden; } .you{ float: right; width: 960px; height:535px; border-top: 1px solid #dedede; /*overflow: hidden;*/ } .good{ width: 239px; height: 266px; border-right: 1px solid #dedede; border-bottom: 1px solid #dedede; position: relative; background: #fff; text-align: center; float:left; } .good>a>img{ transition:all 2s; } .good>a>img:hover{ padding-left:10px; } .good-biao{ display: block; width: 54px; height: 54px; position: absolute; right: 0px; top: 0px; background: url('../img/000.png') no-repeat -0px -700px; } .good-xinping{ display: block; width: 54px; height: 54px; position: absolute; right: 0px; top: 0px; background: url('../img/000.png') no-repeat -0px -820px; } .good-zhijian{ display: block; width: 54px; height: 54px; position: absolute; right: 0px; top: 0px; background: url('../img/000.png') no-repeat -0px -1000px; } .good-baokuan{ display: block; width: 54px; height: 54px; position: absolute; right: 0px; top: 0px; background: url('../img/000.png') no-repeat -0px -761px; } .good>a>img{ width:164px; height:164px; display:block; line-height:164px; margin:12px 37.5px; } .good-jie{ height:22px; width:220px; display:block; overflow:hidden; font-size: 14px; margin:0 auto; } .good-jie1{ color: #6f7170; height: 20px; line-height: 20px; display:block; margin:0 auto; overflow: hidden; padding: 0 12px; font-size:12px; } .money{ display:block; margin:0 auto; font-size: 14px; color: #e2231a; height: 22px; line-height: 22px; overflow: hidden; } /*上*/ .you8{ position:relative; } .good>.jieshao-shang{ height:134px; width:240px; /*line-height:134px;*/ } .xiaotu{ display:block; height:134px; width:120px; float:right; } .xiaotu>img{ margin:17px 0px; } .zai{ padding:17px 0px ; } .jieshao-0{ height:134px; width:120px; float:left; } .jieshao-0>a{ display:block; height:22px; width:104px; } /*第二个介绍*/ .jieshao-xia001{ position:absolute; top:134px; height:135px; width:240px; /*line-height:134px;*/ } .xiaotu2{ display:block; height:134px; width:120px; float:right; } .xiaotu2>img{ margin:17px 0px; } .jeishaos-002{ height:134px; width:120px; float:left; } .jsz{ padding:17px 0px; } .jieshao-xia001>.jeishaos-002>a{ /*display:block;*/ height:22px; width:104px; } /*6F社交平台*/ .social-tu{ height:212px; } .social-tu>ul>li{ float:left; margin-right: 12px; } .social-tu>ul>li:hover{ box-shadow:0 0 15px #000; } .shekuang{ position: relative; width: 190px; height: 212px; } .social-tou{ position:absolute; bottom:0px; width:190px; height:43px; background:#060d19; opacity: 0.5; background:url(''); } .social-rong{ position: absolute; bottom: 0px; width: 170px; height: 40px; padding-right: 10px; padding-left:10px; padding-top: 3px; } .social-zi{ width: 44px; height: 22px; background-position: -170px -72px; margin-top: 11px; float: left; } .social-gaungwei{ width: 37px; height: 34px; background: url('../img/000.png') no-repeat -264px -107px; float: left; } .social-batie{ width: 37px; height: 34px; background: url('../img/000.png') no-repeat -220px -106px; float: left; } .social-weifu{ width: 37px; height: 34px; background: url('../img/000.png') no-repeat -227px -67px; float: left; } .social-guanwei{ width: 37px; height: 34px; background: url('../img/000.png') no-repeat -227px -67px; float: left; } .social-xinqu{ width: 37px; height: 34px; background: url('../img/000.png') no-repeat -276px -63px; float: left; } .social-rong>span{ float: right; color: #fff; font-size: 15px; padding-top: 15px;} .social-tou{ background:#060d19; opacity: 0.5; } /*底部*/ .bottom{ background-color:#F5F5F5; height:316px; } /*top*/ .bottom>.bottom-2{ padding-top: 10px; height: 130px; padding:0px 83px; background:#fff; } .bottom>.bottom-2>dl{ float: left; height: 140px; position: relative; padding-right: 130px; } .bottom>.bottom-2>dl>dt{ line-height: 30px; position: relative; } .bottom>.bottom-2>dl>dt>a{ font-size: 14px; color: #000; } .bottom>.bottom-2>dl>dt{ line-height: 30px; position: relative; } .bottom>.bottom-2>dl>dd>a{ display: block; line-height: 22px; font-size: 12px; color:#555; } .bottom>.bottom-2>dl>dd>a:hover{ color:#000; } /*buttom*/ .bottom>.bottom-3{ padding-bottom: 20px; } .bottom>.bottom-3>.action{ padding-top: 25px; text-align: center; } .bottom>.bottom-3>.action>.yihang{ height:12px; padding: 4px 0px; margin:0 auto; font-size: 12px; color: #6f7170; }.bottom>.bottom-3>.action>.erhang{ padding: 4px 0px; color: #6f7170; margin:0 auto; font-size: 12px; } .bottom>.bottom-3>.action>.erhang>a{ color: #6f7170; font-size: 12px; } .bottom>.bottom-3>.action>.yihang>a{ color: #6f7170; font-size: 12px; } /*登陆页面*/ /*上*/ #WB { position: fixed; width: 429px; left: 50%; margin-left: -215px; top: 80px; min-height: 340px; z-index: 10000100; background: #fff; display:none; } #WB .Wto { margin: 0 auto; text-align: left; } #WB .dengtitle { width: 429px; height: 40px; background-color: #000; } #WB .dengtitle h2 { font-size: 14px; cursor: pointer; float: left; width: 214px; color: rgb(204, 204, 204); text-align: center; line-height: 37px; border-bottom: 3px solid rgb(0, 0, 0); } #WB .dengtitle h2.now { border-bottom: 3px solid #f10000; color: #f10000; background: 0 0; height: 37px; } #WB .dengtitle .closess { opacity: 1; position: absolute; right: 10px; top: 7px; color: #fff; font-size: 20px; line-height: 18px; height: 20px; width: 20px; text-align: center; background: url("../img/ico_close.png"); } /*中*/ .Wto .inputa { display: block; width: 330px; height: 34px; border: 1px solid #c2c2c2; overflow: hidden; margin: 39px auto 4px; } .Wto .inputa .img{ width: 34px; height: 34px; border-right: 1px solid #c2c2c2; float: left; text-align: center; } .Wto .inputa input { border: 0; width: 270px; height: 32px; color: #333; padding-left: 10px; line-height: 30px; padding-top: 2px; } .Wto .inputb { margin-top:20px; display: block; width: 330px; height: 34px; border: 1px solid #c2c2c2; position: relative; margin-left: auto; margin-right: auto; } .Wto .inputb .imgs { width: 34px; height: 34px; border-right: 1px solid #c2c2c2; float: left; text-align: center; } .Wto .getMobileCode { padding: 0; margin: 0; color: #333; height: 34px; position: absolute; right: 0; top: 0; width: 100px; border: 0; outline: 0; cursor: pointer; background: #bbb; } .Wto .inputb input { border: 0; width: 180px; height: 32px; color: #333; padding-left: 10px; line-height: 32px; } .Wto .captcha_wrapper { width: 330px; height: 34px; margin-top: 15px; margin-left: auto; margin-right: auto; } .Wto .login_main { height: 30px; width: 330px; margin-left: auto; margin-right: auto; } .Wto .login_main p { line-height: 30px; color: #ef1c22; font-size: 12px; } .Wto .login_mains { height: 30px; width: 330px; margin-left: auto; margin-right: auto; } .Wto .login_mains input { float: left; margin-right: 5px; margin-top: 8px; } .Wto .login_mains p { line-height: 30px; color: #000; font-size: 12px; width: 200px; } .Wto .login_btn { width: 330px; height: 26px; background-color: #ef1c22; border-radius: 5px; margin-left: auto; margin-right: auto; } .Wto .login_btn a { font-size: 14px; color: #fff; line-height: 26px; text-align: center; display: block; } .Wto .login_footer { height: 20px; margin-top: 10px; width: 330px; margin-left: auto; margin-right: auto; } .Wto .login_footer p { color: #000; font-size: 12px; display: inline; position: absolute; right: 60px; } .Wto .login_footer p a.regist { margin-right: 223px; } .Wto .login_footer p a.forgetPwd { float: right; } .Wto .cooperation { height: 20px; line-height: 20px; margin: 10px auto 20px; width: 330px; } .Wto .cooperation a { display:block; height:20px; width:20px; float: left; color: #999; text-decoration: none; padding: 0 10px; } .account_placeholder, .m_account_placeholder, .mcode_placeholder, .pwd_placeholder, .rr_account_placeholder, .rr_pwd_placeholder { color: rgb(153, 153, 153); font-size: 12px; padding-left: 10px; position: absolute; z-index: 10000100; white-space: nowrap; text-overflow: ellipsis; background: 0px 0px; overflow: hidden; } .account_placeholder, .m_account_placeholder, .mcode_placeholder, .pwd_placeholder, .rr_account_placeholder, .rr_pwd_placeholder { color: rgb(153, 153, 153); font-size: 12px; padding-left: 10px; position: absolute; z-index: 10000100; white-space: nowrap; text-overflow: ellipsis; background: 0px 0px; overflow: hidden; } /*注册*/ .zhuce { position: fixed; width: 429px; left: 50%; margin-left: -215px; top: 80px; min-height: 340px; z-index: 10000100; background: #fff; display:none; } .zhuce_title { width: 429px; height: 37px; background:#000; } .zhuce_title h1 { float: left; font-size: 18px; line-height: 36px; padding-left: 15px; color: #fff; font-weight: 400; } .close2s{ display:block; margin-right:5px; margin-top:5px; float:right; height: 20px; width: 20px; text-align: center; background:url("../img/ico_close.png"); }.zhuce_inputa { height: 30px; margin-top: 15px; }.zhuce_inputa p { margin-right:30px; font-size: 14px; color: #000; width: 360px; border: 1px solid #c2c2c2; margin:0 auto; height:26px; } .zhuce_inputa p>label{ margin-right: 10px; } .zhuce_inputa p input{ width: 250px; border: 0; outline-width:0px; } .zhuce_inputaa { height: 15px; width: 360px; margin-top: 4px; } .zhuce_inputaa p { color: #ef1c22; padding: 0; border: 0; margin: 0; background: 0 0; line-height: 15px; font-size:12px; padding:0px 35.5px; } .zhuce_inputaa p input{ width: 250px; } .zhuce_inputb { padding: 0; height: 30px; margin:10px auto 0px; } .zhuce_inputb p { width: 360px; border: 1px solid #c2c2c2; margin:0 auto; } .zhuce_inputb p>label{ margin-right: 10px; } .zhuce_inputb p input{ border:0 none; width:300px; } .zhuce_inputb p input:focus{ outline-width: 0px; } .zhuce_inputaa { height: 15px; width: 360px; margin-top: 4px; } .zhuce_inputc { padding: 0; height: 30px; margin-top: 10px; } .zhuce_inputc p { width: 360px; border: 1px solid #c2c2c2; margin:0 auto; } .zhuce_inputc p>label{ margin-right: 10px; } .zhuce_inputc p input{ outline-width:0px; border:0 none; } .zhuce_inputd { width: 419px; height: 30px; margin-top: 10px; padding-left: 35px; } .zhuce_inputd p { font-size: 14px; color: #000; float: left; border: 1px solid #c2c2c2; } .zhuce_inputd p>label{ margin-right:10px; } .zhuce_inputd>p>input{ border:0 none; } .zhuce_inputd img { float: left; padding-left: 3px; height: 32px; display: inline-block; } .zhuce_inputaa { height: 15px; width: 360px; margin-top: 4px; } .zhuce_main { width: 429px; height: 20px; margin-left: 34px; margin-top: 10px; } .zhuce_main input { float: left; margin-right: 5px; } .zhuce_main p { line-height: 18px; color: #ef1c22; width: 300px; font-size:12px; } .zhuce_btn { width: 360px; height: 26px; background-color: #ef1c22; border-radius: 5px; text-align: center; margin-left: auto; margin-right: auto; margin-top: 10px; } .zhuce_btn a { font-size: 14px; color: #fff; line-height: 26px; display: block; text-align: center; }
public/style/home/css/lenovo.css
*{ padding:0px; margin:0px; font-family:微软雅黑; } ul{ list-style:none;} a{ color:#000; text-decoration: none; } body{ background:#fff; } .clear{ clear:both; } .container{ width:1200px; margin: 0 auto; } /*导航*/ .nav{ width:100%; height:38px; background-color:#000; font-size:14px; } .nav>.top{ width:1200px; height:38px; margin:0 auto; cursor: pointer; } .nav>.top>.nav-1{ float: left; } .nav>.top>.nav-1>li{ margin:0 auto; height:38px; text-align:center; line-height:38px; float:left; } /*.nav>.top>.nav-1:nth-child(4){ position:relative; }*/ /*社交平台*/ .nav-1>li>.menu{ /*display:none;*/ width: 150px; height:250px; border: 1px solid #d3d3d3; position: absolute; left:469px; top: 38px; z-index:9000; padding: 8px 0; background: #fff; display:none; } /*.nav>.top>.nav-1>li>.menu>li{ position: relative; z-index: 111; }*/ .nav-1>li>.menu>li{ padding: 2px 0; } .nav-1>li>.menu>li>a{ color:#000; display: block; height: 33px; line-height: 34px; padding-left: 5px; } .she>a{ position:relative; } .tou-one{ background:url('../img/99.png') no-repeat -211px -43px; display:block; height:11px; width:11px; position:absolute; top:3px; right:-9px; border:1px solid #fff; } .tou-one:hover{ background:url('../img/99.png') no-repeat -196px -43px; } .nav-1>li>.menu>li>a>span{ float:left; } .guanbo{ background:url('../img/99.png') no-repeat -5px -272px; margin-left:5px; margin-top:2px; height:31px; width:31px; border-radius:6px; display:block; } .bo{ background:url('../img/99.png') no-repeat -40px -272px; margin-left:5px; margin-top:2px; height:31px; width:31px; border-radius:31px; display:block; } .wei{ background:url('../img/99.png') no-repeat -108px -272px; margin-left:5px; margin-top:2px; height:31px; width:31px; border-radius:5px; display:block; } .tie{ background:url('../img/99.png') no-repeat -209px -272px; margin-left:5px; margin-top:2px; height:31px; width:31px; border-radius:5px; display:block; } .bu{ background:url('../img/99.png') no-repeat -175px -272px; margin-left:5px; margin-top:2px; height:31px; width:31px; border-radius:5px; display:block; } .qq{ background:url('../img/99.png') no-repeat -141px -272px; margin-left:5px; margin-top:2px; height:31px; width:31px; border-radius:5px; display:block; } .gushe{ background:url('../img/99.png') no-repeat -245px -272px; margin-left:5px; margin-top:2px; height:31px; width:31px; border-radius:5px; display:block; } /*手机版*/ .ji{ position:relative; } .nav-1>li>.shou{ width:250px; height:120px; border: 1px solid #d3d3d3; position: absolute; top: 38px; z-index: 9999; padding: 8px 0; display: none; background: #fff; } .tou{ background:url('../img/99.png') no-repeat -211px -43px; display:block; height:11px; width:11px; position:absolute; top:13px; right:-18px; border:1px solid #fff; } .tou:hover{ background:url('../img/99.png') no-repeat -196px -43px; } .nav-1>li>.shou>li{ float:left; position: relative; padding-left: 116px; padding-top: 14px; } .shou-tu{ position: absolute; top: 20px; left: 24px; display: block; width: 76px; height: 76px; background:url('../img/99.png') no-repeat -88px -70px; } .shou-zi{ font-size: 13px; line-height: 20px; } .shou-jian{ font-size: 13px; line-height: 20px; color:#f00; } .nav>.top>.nav-1>li>a{ color:#fff; } .nav>.top>.nav-1>li .gang{ margin:0px 5px; color: #fff; } .nav>.top>.nav-1>li>a:hover{ color: #f00; } /*右*/ .nav-right{ padding-right:25px; } .nav-right>ul>li{ display:block; height:38px; text-align:center; line-height:38px; float:right; } .nav-right>ul>li>a{ color:#fff; } .nav-right>ul>li>.gang{ margin:0px 5px; color: #fff; } .nav-right>ul>li>a:hover{ color: #f00; } .guo{ background:url('../img/99.png') no-repeat -185px -200px; display:block; height:21px; width:25px; position:absolute; top:-10px; right:-26px; line-height:21px; text-align:center; } /*<!-- 顶部图片 -->*/ .header{ display:block; cursor:pointer; position: relative; } .header>a>#close{ position: absolute; right:10px; top:0px; display:inline-block; border:1px solid #fff; font-weight:bolder; color:#fff; } /*搜索*/ .search{ width:1200px; height:38px; padding-top:28px; } .search>.search-left{ display: inline-block; } .search>.search-right{ height:37px; float:right; display: inline-block; } .search>.search-right>input{ width:615px; height:34px; padding-left:10px; border:1px solid #d2d2d2; line-height: 34px; } .search-right>.fang{ float: right; width: 61px; height: 36px; background-color:#000; } .search-right>.fang:hover{ background:#f00; } .search-right>.fang>.da{ background:url('../img/100.png') no-repeat 17px 7px; display:block; height:36px; width:60px; line-height:21px; text-align:center; } .search-right>input{ outline:0px; } /*菜单*/ .menus{ height: 56px; position: relative; width:1200px; margin:0 auto; } .menus>.menus-img{ display: inline-block; width: 200px; height: 48px; float: left; } .menus>.menus-dao{ float: left; } .menus>.menus-dao>ul{ display:inline; float:left; } .menus>.menus-dao>ul>li{ float: left; padding-right: 54px; line-height: 56px; position: relative; } .menus>.menus-dao>ul>li>a{ font-size: 17px; color: #000; vertical-align: middle; line-height: 66px; height: 56px; float: left; font-family: 微软雅黑; } .menus>.menus-dao>ul>li>a:hover{ color:#f00; }; /*小新*/ .xp{ position:relative; } .pro{ background:url('../img/000.png') no-repeat -275px -198px; display:block; height:21px; width:32px; position:absolute; top:7px; right:31px; } /*联想合伙人*/ .lx{ position:relative; } .hehou{ background:url('../img/99.png') no-repeat -268px -3px;; display:block; height:21px; width:32px; position:absolute; top:3px; right:-25px; } /*爆款*/ .bk{ position:relative; } .bk-bao{ border: 1px solid #d3d3d3; text-align:center; width:172px; height:283px; background:#fff; z-index:333; display:none; position:absolute; top:54px; left:-66px; font-size:14px; } .bk-bao>li{ display:block; height:30px; width:171px; line-height:30px; text-align:center; } ..bk-bao>li>a{ display:block; padding:0px; color:#000; font-family:微软雅黑; } .bk-bao>li>a:hover{ color:#f00; } /*服务*/ .fw{ position:relative; } .fuwu{ width:172px; height:106px; background:#fff; z-index:333; display:none; position:absolute; top:54px; left:-66px; font-size:13px; } .fuwu>li{ width:172px; height:32px; display:block; line-height:30px; text-align: center; font-family:微软雅黑; } .fuwu>li>a:hover{ color:#f00; } /*轮播区*/ /*左*/ .carouse{ position:relative; } .carouse>.left{ width: 190px; height: 364px; border: 1px solid #e6e6e6; position: relative; float: left; } .carouse>.left>ul>li{ width:190px; height:40px; color:#fff; } .left>ul>li:hover{ background:#f7f7f7; } .left-menu{ width:190px; height:40px; border-right:1px solid #f7f7f7; border-bottom:1px solid #f7f7f7; } .left-menu>a{ font-family:微软雅黑; color:#000; padding:14px 15px 15px 20px; } /*详细内容*/ .left-xiang{ width: 934px; height: 345px; background: #f7f7f7; position: absolute; left: 190px; top: -1px; padding: 0 22px 20px 52px; display: none; z-index: 10000; } /*总说*/ .left-zong{ width: 630px; float: left; margin-top: 20px; } /*分说字*/ .left-zi { margin-top: 15px; } .left-zi ul { margin-left: 55px; border-bottom: 1px solid #e5e5e5; width: 575px; height: 20px; padding-bottom: 5px; padding-top: 2px; } .left-zi ul li { font-size: 12px; float: left; line-height: 20px; height: 20px; /*zoom: 1;*/ } .left-zi ul li a { border-left: 1px solid #e5e5e5; padding-left: 12px; padding-right: 12px; /*white-space: nowrap;*/ } /*分说图*/ .left-tu { width: 252px; float: right; margin-top: 17px; } .left-tu>a{ display:block; } .left-tu>a>img{ margin-bottom:5px; width:252px; height:160px; } /*浮动监听*/ .jianting{ position: fixed; left:13px; top:300px; /*border:1px solid #eee;*/ background-color: #fafbfc; display:none; } .jianting>ul{ padding:0px; } .jianting>ul li{ font-size:12px; width:56px; height:31px; text-align:center; line-height:31px; /*border-bottom:1px solid #ccc;*/ border-radius:56px; overflow: hidden; background:#fff; } .jianting>ul li.active{ background-color: #fff; color: #4ac0e0; } .jianting>ul li:hover{ color:#fff; } .cebianlang{ height:170px; width:36px; position:fixed; top:180px; right:5px; border-top:1px solid #e6e6e6; cursor:pointer; z-index:9999; } .cebianlang>.huidao{ height:20px; width:36px; border:1px solid #e6e6e6; } .ccbl{ position:relative; } .xianshi{ position:absolute; top:0px; left:-200px; height:auto; width:200px; border:1px solid #ccc; background:#fff; display:none; } .clearfix{ height:auto; width:200px; } .clearfix>dt{ display:block; height:49px; width:60px; float:left; line-height:49px; } .clearfix>dd{ width:140px; height:49px; float:right; text-align: left; } .clearfix>dd>a{ display:block; margin-top:10px; } .pc{ background: url('../img/000.png') no-repeat -9px -523px; } .tk{ background: url('../img/000.png') no-repeat -67px -523px; } .shouji{ background: url('../img/000.png') no-repeat -136px -523px; } .xiuli{ background: url('../img/000.png') no-repeat -197px -523px; } .dianlian{ background: url('../img/000.png') no-repeat -263px -523px; } .ka{ background: url('../img/000.png') no-repeat -323px -523px; } .huidao>span{ display:block; height:20px; width:36px; cursor:pointer; } .dingbu{ background: url('../img/000.png') no-repeat -254px -492px; } .cebianlang>ul>li{ font-size:12px; width:36px; height:34px; text-align:center; /* line-height:35px;*/ border-left:1px solid #e6e6e6; border-right:1px solid #e6e6e6; border-bottom:1px solid #e6e6e6; } .cebianlang>ul>li>span{ display:block; height:34px; width:36px; } .dianhua{ background: url('../img/000.png') no-repeat -3px -483px; } .wechat{ background: url('../img/000.png') no-repeat -47px -483px; } .home{ background: url('../img/000.png') no-repeat -96px -488px; } .qianbi { background: url('../img/000.png') no-repeat -190px -487px; } /*中*/ .center{ width: 770px; margin: 0 10px; position:absolute; top:0px; left:183px; padding:0px 10px; } /*图片*/ .imgs li{ display:none; } .imgs>li.active{ display:block; } /*小点*/ .nums{ position: absolute; bottom:10px; left:0px; width:100%; text-align:center; } .nums li{ display:inline-block; width:11px; height:11px; background-color: #383838; border-radius:11px; text-align:center; line-height:11px; } .nums>li.active{ background-color:#A9A9A9; } .nums li:hover{ background-color:#A9A9A9; } .btn{ width:29px; height:70px; display:block; background-color: #000; position: absolute; top:55%; margin-top:-45px; display:none; } .center:hover .btn{ display:block; } .btn-left{ left:10px; background: url('../img/000.png') no-repeat -100px -200px; } .btn-right{ right:10px; background: url('../img/000.png') no-repeat -130px -200px; } .lun-right{ width:218px; height:431px; background-color: #fff; position: absolute; left:1040px; top:10px; overflow:hidden; } /*右*/ .right{ width:220px; height:365px; /*background-color: #f00;*/ position:absolute; top:0px; left:983px; /*border:1px solid #e6e6e6;*/ } .xin{ width: 220px; background: #fff; position: relative; float: left; } .xisn{ border: 1px solid #e6e6e6; padding-left: 10px; padding-right: 10px; padding-top: 3px; padding-bottom: 2px; position: relative; height: 61px; } .horn_ring{ height:20px; width:20px; background: url('../img/000.png') no-repeat -298px -320px; position:absolute; top:5px; left:5px; } .xnss{ height: 60px; overflow: hidden; } .xnss>li{ text-indent: 20px; height: 60px; line-height: 20px; overflow: hidden; } .xnss>li>a{ font-size: 12px; } .ping>h2{ font-size: 15px; font-weight: normal; line-height: 36px; border-left: 1px solid #e6e6e6; border-right: 1px solid #e6e6e6; border-bottom: 1px dashed #e6e6e6; padding-left: 9px; padding-right: 9px; } .ping>h2>a{ float:right; font-size:12px; } .ping>h2>a:hover{ color:#f00; } .lun{ padding-top: 9px; padding-right: 7px; padding-left: 3px; padding-bottom:13px; border-left: 1px solid #e6e6e6; border-right: 1px solid #e6e6e6; border-bottom: 1px solid #e6e6e6; } .lun>li>a{ font-size: 12px; color: #000; /* height: 30px;*/ display: block; overflow: hidden; line-height: 34px; height: 34px; } .lun>li>a:hover{ color:#f00; } /*二播*/ .middle-erbo{ margin-top: 10px; height:159px; position:relative; } .bao{ float:left; position:absolute; top:0px; left:0px; } .tui{ width:192px; height:159px; float:left; } .boo{ height:159px; width:1008px; float:right; overflow: hidden; } .bo-1{ overflow:hidden; width:6048px; height:159px; } .bo-1>li{ width:252px; height:159px; float:left; } .boo .btn{ width:42px; height:60px; display:block; /*background-color: #0f0;*/ position: absolute; top:55%; margin-top:-45px; display:none; } .boo:hover .btn{ display:block; } .boo .btn-left{ left:192px; background: url('../img/000.png') no-repeat -88px -200px; } .boo .btn-right{ right:0px; background: url('../img/000.png') no-repeat -130px -200px; } /*明星单品*/ .star{ margin-top: 10px; } .star-1{ margin: 0 auto; padding-bottom: 35px; } .star-1>h3{ height: 42px; line-height: 42px; font-weight: normal; font-family: 微软雅黑; position: relative; } .star-1>h3>span>img{ display: none; } .start-xi>ul>li{ border: 1px solid #e6e6e6; width: 190px; height: 297px; text-align: center; float: left; } .start-xi>ul>li>p{ display:block; line-height: 20px; width: 179px; overflow:hidden; height: 20px; padding: 0px 10px; font-size: 12px; } .star_ad>a{ font-size: 13px; color: #6f7170; } .star_price>a{ color: #e2231a; font-size: 14px; } .start-xi>ul>li:hover{ border-top-color:#f00; } /*楼层*/ .ceng{ background: #f5f5f5; padding: 30px 0; } .title{ height: 48px; } .title>h3{ float: left; height: 48px; line-height: 48px; font-size: 20px; font-weight: normal; width: 240px; } .title>h3>em{ font-style:normal; } .jieshao{ float: right; width: 960px; text-align: right; padding-top: 20px; } .jieshao>a{ color: #6f7170; margin-left: 12px; font-size: 12px; } .rong{ height:535px; } .zuo{ float: left; width: 240px; height: 535px; overflow: hidden; } .you{ float: right; width: 960px; height:535px; border-top: 1px solid #dedede; /*overflow: hidden;*/ } .good{ width: 239px; height: 266px; border-right: 1px solid #dedede; border-bottom: 1px solid #dedede; position: relative; background: #fff; text-align: center; float:left; } .good>a>img{ transition:all 2s; } .good>a>img:hover{ padding-left:10px; } .good-biao{ display: block; width: 54px; height: 54px; position: absolute; right: 0px; top: 0px; background: url('../img/000.png') no-repeat -0px -700px; } .good-xinping{ display: block; width: 54px; height: 54px; position: absolute; right: 0px; top: 0px; background: url('../img/000.png') no-repeat -0px -820px; } .good-zhijian{ display: block; width: 54px; height: 54px; position: absolute; right: 0px; top: 0px; background: url('../img/000.png') no-repeat -0px -1000px; } .good-baokuan{ display: block; width: 54px; height: 54px; position: absolute; right: 0px; top: 0px; background: url('../img/000.png') no-repeat -0px -761px; } .good>a>img{ width:164px; height:164px; display:block; line-height:164px; margin:12px 37.5px; } .good-jie{ height:22px; width:220px; display:block; overflow:hidden; font-size: 14px; margin:0 auto; } .good-jie1{ color: #6f7170; height: 20px; line-height: 20px; display:block; margin:0 auto; overflow: hidden; padding: 0 12px; font-size:12px; } .money{ display:block; margin:0 auto; font-size: 14px; color: #e2231a; height: 22px; line-height: 22px; overflow: hidden; } /*上*/ .you8{ position:relative; } .good>.jieshao-shang{ height:134px; width:240px; /*line-height:134px;*/ } .xiaotu{ display:block; height:134px; width:120px; float:right; } .xiaotu>img{ margin:17px 0px; } .zai{ padding:17px 0px ; } .jieshao-0{ height:134px; width:120px; float:left; } .jieshao-0>a{ display:block; height:22px; width:104px; } /*第二个介绍*/ .jieshao-xia001{ position:absolute; top:134px; height:135px; width:240px; /*line-height:134px;*/ } .xiaotu2{ display:block; height:134px; width:120px; float:right; } .xiaotu2>img{ margin:17px 0px; } .jeishaos-002{ height:134px; width:120px; float:left; } .jsz{ padding:17px 0px; } .jieshao-xia001>.jeishaos-002>a{ /*display:block;*/ height:22px; width:104px; } /*6F社交平台*/ .social-tu{ height:212px; } .social-tu>ul>li{ float:left; margin-right: 12px; } .social-tu>ul>li:hover{ box-shadow:0 0 15px #000; } .shekuang{ position: relative; width: 190px; height: 212px; } .social-tou{ position:absolute; bottom:0px; width:190px; height:43px; background:#060d19; opacity: 0.5; background:url(''); } .social-rong{ position: absolute; bottom: 0px; width: 170px; height: 40px; padding-right: 10px; padding-left:10px; padding-top: 3px; } .social-zi{ width: 44px; height: 22px; background-position: -170px -72px; margin-top: 11px; float: left; } .social-gaungwei{ width: 37px; height: 34px; background: url('../img/000.png') no-repeat -264px -107px; float: left; } .social-batie{ width: 37px; height: 34px; background: url('../img/000.png') no-repeat -220px -106px; float: left; } .social-weifu{ width: 37px; height: 34px; background: url('../img/000.png') no-repeat -227px -67px; float: left; } .social-guanwei{ width: 37px; height: 34px; background: url('../img/000.png') no-repeat -227px -67px; float: left; } .social-xinqu{ width: 37px; height: 34px; background: url('../img/000.png') no-repeat -276px -63px; float: left; } .social-rong>span{ float: right; color: #fff; font-size: 15px; padding-top: 15px;} .social-tou{ background:#060d19; opacity: 0.5; } /*底部*/ .bottom{ background-color:#F5F5F5; height:316px; } /*top*/ .bottom>.bottom-2{ padding-top: 10px; height: 130px; padding:0px 83px; background:#fff; } .bottom>.bottom-2>dl{ float: left; height: 140px; position: relative; padding-right: 130px; } .bottom>.bottom-2>dl>dt{ line-height: 30px; position: relative; } .bottom>.bottom-2>dl>dt>a{ font-size: 14px; color: #000; } .bottom>.bottom-2>dl>dt{ line-height: 30px; position: relative; } .bottom>.bottom-2>dl>dd>a{ display: block; line-height: 22px; font-size: 12px; color:#555; } .bottom>.bottom-2>dl>dd>a:hover{ color:#000; } /*buttom*/ .bottom>.bottom-3{ padding-bottom: 20px; } .bottom>.bottom-3>.action{ padding-top: 25px; text-align: center; } .bottom>.bottom-3>.action>.yihang{ height:12px; padding: 4px 0px; margin:0 auto; font-size: 12px; color: #6f7170; }.bottom>.bottom-3>.action>.erhang{ padding: 4px 0px; color: #6f7170; margin:0 auto; font-size: 12px; } .bottom>.bottom-3>.action>.erhang>a{ color: #6f7170; font-size: 12px; } .bottom>.bottom-3>.action>.yihang>a{ color: #6f7170; font-size: 12px; } /*登陆页面*/ /*上*/ #WB { position: fixed; width: 429px; left: 50%; margin-left: -215px; top: 80px; min-height: 340px; z-index: 10000100; background: #fff; display:none; } #WB .Wto { margin: 0 auto; text-align: left; } #WB .dengtitle { width: 429px; height: 40px; background-color: #000; } #WB .dengtitle h2 { font-size: 14px; cursor: pointer; float: left; width: 214px; color: rgb(204, 204, 204); text-align: center; line-height: 37px; border-bottom: 3px solid rgb(0, 0, 0); } #WB .dengtitle h2.now { border-bottom: 3px solid #f10000; color: #f10000; background: 0 0; height: 37px; } #WB .dengtitle .closess { opacity: 1; position: absolute; right: 10px; top: 7px; color: #fff; font-size: 20px; line-height: 18px; height: 20px; width: 20px; text-align: center; background: url("../img/ico_close.png"); } /*中*/ .Wto .inputa { display: block; width: 330px; height: 34px; border: 1px solid #c2c2c2; overflow: hidden; margin: 39px auto 4px; } .Wto .inputa .img{ width: 34px; height: 34px; border-right: 1px solid #c2c2c2; float: left; text-align: center; } .Wto .inputa input { border: 0; width: 270px; height: 32px; color: #333; padding-left: 10px; line-height: 30px; padding-top: 2px; } .Wto .inputb { margin-top:20px; display: block; width: 330px; height: 34px; border: 1px solid #c2c2c2; position: relative; margin-left: auto; margin-right: auto; } .Wto .inputb .imgs { width: 34px; height: 34px; border-right: 1px solid #c2c2c2; float: left; text-align: center; } .Wto .getMobileCode { padding: 0; margin: 0; color: #333; height: 34px; position: absolute; right: 0; top: 0; width: 100px; border: 0; outline: 0; cursor: pointer; background: #bbb; } .Wto .inputb input { border: 0; width: 180px; height: 32px; color: #333; padding-left: 10px; line-height: 32px; } .Wto .captcha_wrapper { width: 330px; height: 34px; margin-top: 15px; margin-left: auto; margin-right: auto; } .Wto .login_main { height: 30px; width: 330px; margin-left: auto; margin-right: auto; } .Wto .login_main p { line-height: 30px; color: #ef1c22; font-size: 12px; } .Wto .login_mains { height: 30px; width: 330px; margin-left: auto; margin-right: auto; } .Wto .login_mains input { float: left; margin-right: 5px; margin-top: 8px; } .Wto .login_mains p { line-height: 30px; color: #000; font-size: 12px; width: 200px; } .Wto .login_btn { width: 330px; height: 26px; background-color: #ef1c22; border-radius: 5px; margin-left: auto; margin-right: auto; } .Wto .login_btn a { font-size: 14px; color: #fff; line-height: 26px; text-align: center; display: block; } .Wto .login_footer { height: 20px; margin-top: 10px; width: 330px; margin-left: auto; margin-right: auto; } .Wto .login_footer p { color: #000; font-size: 12px; display: inline; position: absolute; right: 60px; } .Wto .login_footer p a.regist { margin-right: 223px; } .Wto .login_footer p a.forgetPwd { float: right; } .Wto .cooperation { height: 20px; line-height: 20px; margin: 10px auto 20px; width: 330px; } .Wto .cooperation a { display:block; height:20px; width:20px; float: left; color: #999; text-decoration: none; padding: 0 10px; } .account_placeholder, .m_account_placeholder, .mcode_placeholder, .pwd_placeholder, .rr_account_placeholder, .rr_pwd_placeholder { color: rgb(153, 153, 153); font-size: 12px; padding-left: 10px; position: absolute; z-index: 10000100; white-space: nowrap; text-overflow: ellipsis; background: 0px 0px; overflow: hidden; } .account_placeholder, .m_account_placeholder, .mcode_placeholder, .pwd_placeholder, .rr_account_placeholder, .rr_pwd_placeholder { color: rgb(153, 153, 153); font-size: 12px; padding-left: 10px; position: absolute; z-index: 10000100; white-space: nowrap; text-overflow: ellipsis; background: 0px 0px; overflow: hidden; } /*注册*/ .zhuce { position: fixed; width: 429px; left: 50%; margin-left: -215px; top: 80px; min-height: 340px; z-index: 10000100; background: #fff; display:none; } .zhuce_title { width: 429px; height: 37px; background:#000; } .zhuce_title h1 { float: left; font-size: 18px; line-height: 36px; padding-left: 15px; color: #fff; font-weight: 400; } .close2s{ display:block; margin-right:5px; margin-top:5px; float:right; height: 20px; width: 20px; text-align: center; background:url("../img/ico_close.png"); }.zhuce_inputa { height: 30px; margin-top: 15px; }.zhuce_inputa p { margin-right:30px; font-size: 14px; color: #000; width: 360px; border: 1px solid #c2c2c2; margin:0 auto; height:26px; } .zhuce_inputa p>label{ margin-right: 10px; } .zhuce_inputa p input{ width: 250px; border: 0; outline-width:0px; } .zhuce_inputaa { height: 15px; width: 360px; margin-top: 4px; } .zhuce_inputaa p { color: #ef1c22; padding: 0; border: 0; margin: 0; background: 0 0; line-height: 15px; font-size:12px; padding:0px 35.5px; } .zhuce_inputaa p input{ width: 250px; } .zhuce_inputb { padding: 0; height: 30px; margin:10px auto 0px; } .zhuce_inputb p { width: 360px; border: 1px solid #c2c2c2; margin:0 auto; } .zhuce_inputb p>label{ margin-right: 10px; } .zhuce_inputb p input{ border:0 none; width:300px; } .zhuce_inputb p input:focus{ outline-width: 0px; } .zhuce_inputaa { height: 15px; width: 360px; margin-top: 4px; } .zhuce_inputc { padding: 0; height: 30px; margin-top: 10px; } .zhuce_inputc p { width: 360px; border: 1px solid #c2c2c2; margin:0 auto; } .zhuce_inputc p>label{ margin-right: 10px; } .zhuce_inputc p input{ outline-width:0px; border:0 none; } .zhuce_inputd { width: 419px; height: 30px; margin-top: 10px; padding-left: 35px; } .zhuce_inputd p { font-size: 14px; color: #000; float: left; border: 1px solid #c2c2c2; } .zhuce_inputd p>label{ margin-right:10px; } .zhuce_inputd>p>input{ border:0 none; } .zhuce_inputd img { float: left; padding-left: 3px; height: 32px; display: inline-block; } .zhuce_inputaa { height: 15px; width: 360px; margin-top: 4px; } .zhuce_main { width: 429px; height: 20px; margin-left: 34px; margin-top: 10px; } .zhuce_main input { float: left; margin-right: 5px; } .zhuce_main p { line-height: 18px; color: #ef1c22; width: 300px; font-size:12px; } .zhuce_btn { width: 360px; height: 26px; background-color: #ef1c22; border-radius: 5px; text-align: center; margin-left: auto; margin-right: auto; margin-top: 10px; } .zhuce_btn a { font-size: 14px; color: #fff; line-height: 26px; display: block; text-align: center; }
0.206254
0.039713
header { background: #39688d; height: 190px; width: 100%; position: relative; } #logo { width:170px; height: 60px; margin: 50px 0 10px 100px; padding: 12px; float: left; background: wheat; border-radius: 50%; border: 3px solid rgb(156, 155, 155); box-shadow: 0 3px 2px rgba(0, 0, 0, 0.3); } nav li { float: left; margin-top: 45px; margin-left: 25px; } nav a { width: 120px; color: white; display: block; text-decoration: none; font-size: 18px; text-align: center; padding: 15px; border-radius: 10px; font-family: Century Gothic; font-weight: bold; } a:hover{ background: rgb(243, 72, 72); } #company-name { font-size: 2em; font-family: "Comic Sans MS", cursive, sans-serif; color: wheat; text-shadow: 2px 2px 4px #000000; position: absolute; bottom: 15px; left: 50px; } main { margin: 20px; } .main-pic { position:relative; } .main-text { position: absolute; top: 50%; left: 0; width: 100%; text-align: center; font-size: 2em; } .main-text p{ color: white; text-shadow: 2px 2px 4px #817b7b; font-weight: bold; } #family { display: block; margin: 15px auto; border: solid 2px rgb(177, 174, 174); border-radius: 25px; box-shadow: 0 0 12px rgba(0,0,0,0.6); opacity: 0.8; } .our-story{ float: left; margin: 15px; border-top: 2px solid rgb(216, 210, 210); border-bottom: 2px solid rgb(216, 210, 210); font-size: 25px; color: #838181; padding: 25px; font-style: italic; } .story{ line-height: 1.6; text-align: justify; padding: 5px; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; text-indent: 15px; } h2 { text-align: center; font-family: Verdana, Geneva, Tahoma, sans-serif; font-weight: bold; font-size: 24px; padding: 10px; } .products{ width: 65%; float: left; } .products img{ width: 30%; } .locations { float: right; margin-left: 10px; font-size: 20px; font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; } div.card { display: inline-block; width: 250px; height: 250px; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); text-align: center; border-radius: 20px; } div.header { border-top-left-radius: 20px; border-top-right-radius: 20px; background-color: #4CAF50; color: white; padding: 30px 30px 70px 30px; font-size: 28px; } div.container { padding: 10px; font-size: 18px; } .card { margin: 5px; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; line-height: 1.2; } .address { text-align: center; line-height: 1.8; font-size: 20px; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; } footer { clear: both; background:#39688d; height: 70px; } footer p{ text-align: center; line-height: 70px; color:white; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; } .chinook{ width: 70px; } form { width: 500px; margin: 20px 15px 20px auto; } fieldset { border-radius: 8px; background: rgb(93, 175, 243); font-family: Georgia, "Times New Roman", Times, serif; border: none; } legend { font-size: 1.2em; margin-bottom: 10px; color:rgb(102, 120, 134); border-radius: 5px 5px 0px 0px; background: rgb(158, 211, 255); padding: 0px 8px 3px 8px; box-shadow: -0px -1px 2px #F1F1F1; } input { width: 60%; padding: 10px; margin: 5px; border-radius: 7px; box-sizing: border-box; font-family: Georgia, "Times New Roman", Times, serif; background: rgba(255,255,255,.1); border: none; border-radius: 4px; font-size: 15px; outline: 0; background-color: rgb(175, 219, 255); color:#8a97a0; box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset; } input:focus{ background: rgb(134, 199, 253); } input[type="submit"] { color: #FFF; background: rgb(26, 119, 196); font-size: 18px; text-align: center; font-style: normal; border: 1px solid rgb(3, 128, 230); border-width: 1px 1px 3px; margin-bottom: 10px; } input[type="submit"]:hover { background: rgb(43, 93, 134); } table { width: 90%; height: 450px; margin: 10px auto; padding: 2px; border-collapse: collapse; text-align: center; font-size: 1.1em; border-radius: 15px; } tr:nth-child(odd) { background: rgb(45, 142, 221); } tr:nth-child(even){ background: rgb(122, 187, 240); } th, td { border: 2px solid white; border-radius: 10px; vertical-align: middle; } th:hover, td:hover { background: rgb(17, 100, 168); color: white; }
css/style.css
header { background: #39688d; height: 190px; width: 100%; position: relative; } #logo { width:170px; height: 60px; margin: 50px 0 10px 100px; padding: 12px; float: left; background: wheat; border-radius: 50%; border: 3px solid rgb(156, 155, 155); box-shadow: 0 3px 2px rgba(0, 0, 0, 0.3); } nav li { float: left; margin-top: 45px; margin-left: 25px; } nav a { width: 120px; color: white; display: block; text-decoration: none; font-size: 18px; text-align: center; padding: 15px; border-radius: 10px; font-family: Century Gothic; font-weight: bold; } a:hover{ background: rgb(243, 72, 72); } #company-name { font-size: 2em; font-family: "Comic Sans MS", cursive, sans-serif; color: wheat; text-shadow: 2px 2px 4px #000000; position: absolute; bottom: 15px; left: 50px; } main { margin: 20px; } .main-pic { position:relative; } .main-text { position: absolute; top: 50%; left: 0; width: 100%; text-align: center; font-size: 2em; } .main-text p{ color: white; text-shadow: 2px 2px 4px #817b7b; font-weight: bold; } #family { display: block; margin: 15px auto; border: solid 2px rgb(177, 174, 174); border-radius: 25px; box-shadow: 0 0 12px rgba(0,0,0,0.6); opacity: 0.8; } .our-story{ float: left; margin: 15px; border-top: 2px solid rgb(216, 210, 210); border-bottom: 2px solid rgb(216, 210, 210); font-size: 25px; color: #838181; padding: 25px; font-style: italic; } .story{ line-height: 1.6; text-align: justify; padding: 5px; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; text-indent: 15px; } h2 { text-align: center; font-family: Verdana, Geneva, Tahoma, sans-serif; font-weight: bold; font-size: 24px; padding: 10px; } .products{ width: 65%; float: left; } .products img{ width: 30%; } .locations { float: right; margin-left: 10px; font-size: 20px; font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; } div.card { display: inline-block; width: 250px; height: 250px; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); text-align: center; border-radius: 20px; } div.header { border-top-left-radius: 20px; border-top-right-radius: 20px; background-color: #4CAF50; color: white; padding: 30px 30px 70px 30px; font-size: 28px; } div.container { padding: 10px; font-size: 18px; } .card { margin: 5px; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; line-height: 1.2; } .address { text-align: center; line-height: 1.8; font-size: 20px; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; } footer { clear: both; background:#39688d; height: 70px; } footer p{ text-align: center; line-height: 70px; color:white; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; } .chinook{ width: 70px; } form { width: 500px; margin: 20px 15px 20px auto; } fieldset { border-radius: 8px; background: rgb(93, 175, 243); font-family: Georgia, "Times New Roman", Times, serif; border: none; } legend { font-size: 1.2em; margin-bottom: 10px; color:rgb(102, 120, 134); border-radius: 5px 5px 0px 0px; background: rgb(158, 211, 255); padding: 0px 8px 3px 8px; box-shadow: -0px -1px 2px #F1F1F1; } input { width: 60%; padding: 10px; margin: 5px; border-radius: 7px; box-sizing: border-box; font-family: Georgia, "Times New Roman", Times, serif; background: rgba(255,255,255,.1); border: none; border-radius: 4px; font-size: 15px; outline: 0; background-color: rgb(175, 219, 255); color:#8a97a0; box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset; } input:focus{ background: rgb(134, 199, 253); } input[type="submit"] { color: #FFF; background: rgb(26, 119, 196); font-size: 18px; text-align: center; font-style: normal; border: 1px solid rgb(3, 128, 230); border-width: 1px 1px 3px; margin-bottom: 10px; } input[type="submit"]:hover { background: rgb(43, 93, 134); } table { width: 90%; height: 450px; margin: 10px auto; padding: 2px; border-collapse: collapse; text-align: center; font-size: 1.1em; border-radius: 15px; } tr:nth-child(odd) { background: rgb(45, 142, 221); } tr:nth-child(even){ background: rgb(122, 187, 240); } th, td { border: 2px solid white; border-radius: 10px; vertical-align: middle; } th:hover, td:hover { background: rgb(17, 100, 168); color: white; }
0.336985
0.080864
@import url("https://fonts.googleapis.com/css2?family=Montserrat&display=swap"); body { background: whitesmoke; font-family: "Montserrat", sans-serif; margin: 0; padding: 5px 0; } .header{ padding-top: 5px; background: #000; } .bloco{ display: flex; justify-content: center; text-align: center; } .botao{ background-color: #3359ec; border: none; border-radius: 10px; color: white; display: inline-block; padding: 20px; margin: 10px; font-size: 16px; text-align: center; text-decoration: none; cursor: pointer; box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.796); } .botao:hover{ background-color: #5673ee; transition: 0.25s; } .tabela{ border: 1px solid #adadad; border-spacing: 0; margin: 0 50px 20px; width: 100%; } .tabela tr:nth-child(even) td{ background-color: white; } .tabela td{ padding: 10px; } .tabela_header td{ font-weight: bold; } .st { width: 625px; margin: 2rem auto 1rem auto; text-align: center; text-transform: uppercase; font-size: 8rem; font-family: 'ITC Benguiat W01'; font-weight: 600; color: #1c0529; text-shadow: -0.05rem -0.05rem 1px #415ca5, 0.05rem -0.05rem 1px #415ca5, -0.05rem 0.05rem 1px #415ca5, 0.05rem 0.05rem 1px #415ca5, 0 0 15px #415ca5, 0 0 20px #415ca5; letter-spacing: -2px; } .st p { display: inline-block; margin: 0; } .st-bound { box-shadow: -0.05rem -0.05rem 2px #415ca5, 0.05rem -0.05rem 2px #415ca5, -0.05rem 0.05rem 2px #415ca5, 0.05rem 0.05rem 2px #415ca5; height: 5px; } .st-bound-full { width: 100%; margin: auto; margin-bottom: -1.2rem; max-width: 612px; margin-left: 5px; } .st-bound-mini { margin-top: 0.5rem; } .st-bound-left { float: left; width: 99px; position: relative; left: 5px; } .st-bound-right { float: right; width: 103px; left: 0.3rem; position: relative; } .st-bottom { clear: both; top: -3.75rem; position: relative; left: .6rem; letter-spacing: 2px; } .st-drop { line-height: 0; position: relative; top: 1.55rem; } .st-stranger-s { font-size: 10.5rem; letter-spacing: -8px; } .st-stranger-t { letter-spacing: 0; } .st-stranger-n { letter-spacing: -5px; } .st-stranger-g { letter-spacing: 0; } .st-stranger-r-2 { font-size: 10.5rem; right: 0.2rem; } .st-things-t { font-size: 104%; letter-spacing: 2px; } .st-things-n { letter-spacing: -5px; } .st-things-g { letter-spacing: -3px; }
Aula17/Codlabs/static/estilo.css
@import url("https://fonts.googleapis.com/css2?family=Montserrat&display=swap"); body { background: whitesmoke; font-family: "Montserrat", sans-serif; margin: 0; padding: 5px 0; } .header{ padding-top: 5px; background: #000; } .bloco{ display: flex; justify-content: center; text-align: center; } .botao{ background-color: #3359ec; border: none; border-radius: 10px; color: white; display: inline-block; padding: 20px; margin: 10px; font-size: 16px; text-align: center; text-decoration: none; cursor: pointer; box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.796); } .botao:hover{ background-color: #5673ee; transition: 0.25s; } .tabela{ border: 1px solid #adadad; border-spacing: 0; margin: 0 50px 20px; width: 100%; } .tabela tr:nth-child(even) td{ background-color: white; } .tabela td{ padding: 10px; } .tabela_header td{ font-weight: bold; } .st { width: 625px; margin: 2rem auto 1rem auto; text-align: center; text-transform: uppercase; font-size: 8rem; font-family: 'ITC Benguiat W01'; font-weight: 600; color: #1c0529; text-shadow: -0.05rem -0.05rem 1px #415ca5, 0.05rem -0.05rem 1px #415ca5, -0.05rem 0.05rem 1px #415ca5, 0.05rem 0.05rem 1px #415ca5, 0 0 15px #415ca5, 0 0 20px #415ca5; letter-spacing: -2px; } .st p { display: inline-block; margin: 0; } .st-bound { box-shadow: -0.05rem -0.05rem 2px #415ca5, 0.05rem -0.05rem 2px #415ca5, -0.05rem 0.05rem 2px #415ca5, 0.05rem 0.05rem 2px #415ca5; height: 5px; } .st-bound-full { width: 100%; margin: auto; margin-bottom: -1.2rem; max-width: 612px; margin-left: 5px; } .st-bound-mini { margin-top: 0.5rem; } .st-bound-left { float: left; width: 99px; position: relative; left: 5px; } .st-bound-right { float: right; width: 103px; left: 0.3rem; position: relative; } .st-bottom { clear: both; top: -3.75rem; position: relative; left: .6rem; letter-spacing: 2px; } .st-drop { line-height: 0; position: relative; top: 1.55rem; } .st-stranger-s { font-size: 10.5rem; letter-spacing: -8px; } .st-stranger-t { letter-spacing: 0; } .st-stranger-n { letter-spacing: -5px; } .st-stranger-g { letter-spacing: 0; } .st-stranger-r-2 { font-size: 10.5rem; right: 0.2rem; } .st-things-t { font-size: 104%; letter-spacing: 2px; } .st-things-n { letter-spacing: -5px; } .st-things-g { letter-spacing: -3px; }
0.392453
0.130064
.progress { padding: 0px; border-radius: 6px; -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.08); box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.08); } .progress-bar { position: relative; height: 16px; border-radius: 4px; -webkit-transition: 0.4s linear; -moz-transition: 0.4s linear; -o-transition: 0.4s linear; transition: 0.4s linear; -webkit-transition-property: width, background-color; -moz-transition-property: width, background-color; -o-transition-property: width, background-color; transition-property: width, background-color; -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.25), inset 0 1px rgba(255, 255, 255, 0.1); box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.25), inset 0 1px rgba(255, 255, 255, 0.1); } .progress-bar:before, .progress-bar:after { content: ''; position: absolute; top: 0; left: 0; right: 0; } .progress-bar:before { bottom: 0; border-radius: 4px 4px 0 0; } .progress-bar:after { z-index: 2; bottom: 45%; border-radius: 4px; background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05)); background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05)); background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05)); background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05)); } /* * Note: using adjacent or general sibling selectors combined with * pseudo classes doesn't work in Safari 5.0 and Chrome 12. * See this article for more info and a potential fix: * http://css-tricks.com/webkit-sibling-bug/ */ #five:checked ~ .progress > .progress-bar { width: 5%; background-color: #f63a0f; } #twentyfive:checked ~ .progress > .progress-bar { width: 25%; background-color: #f27011; } #fifty:checked ~ .progress > .progress-bar { width: 50%; background-color: #f2b01e; } #seventyfive:checked ~ .progress > .progress-bar { width: 75%; background-color: #f2d31b; } #onehundred:checked ~ .progress > .progress-bar { width: 100%; background-color: #86e01e; } .radio { display: none; } .label { display: inline-block; margin: 0 5px 20px; padding: 3px 8px; color: #aaa; text-shadow: 0 1px black; border-radius: 3px; cursor: pointer; } .radio:checked + .label { color: white; background: rgba(0, 0, 0, 0.25); }
public/static/amazeUi/assets/css/processstyle.css
.progress { padding: 0px; border-radius: 6px; -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.08); box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.08); } .progress-bar { position: relative; height: 16px; border-radius: 4px; -webkit-transition: 0.4s linear; -moz-transition: 0.4s linear; -o-transition: 0.4s linear; transition: 0.4s linear; -webkit-transition-property: width, background-color; -moz-transition-property: width, background-color; -o-transition-property: width, background-color; transition-property: width, background-color; -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.25), inset 0 1px rgba(255, 255, 255, 0.1); box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.25), inset 0 1px rgba(255, 255, 255, 0.1); } .progress-bar:before, .progress-bar:after { content: ''; position: absolute; top: 0; left: 0; right: 0; } .progress-bar:before { bottom: 0; border-radius: 4px 4px 0 0; } .progress-bar:after { z-index: 2; bottom: 45%; border-radius: 4px; background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05)); background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05)); background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05)); background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05)); } /* * Note: using adjacent or general sibling selectors combined with * pseudo classes doesn't work in Safari 5.0 and Chrome 12. * See this article for more info and a potential fix: * http://css-tricks.com/webkit-sibling-bug/ */ #five:checked ~ .progress > .progress-bar { width: 5%; background-color: #f63a0f; } #twentyfive:checked ~ .progress > .progress-bar { width: 25%; background-color: #f27011; } #fifty:checked ~ .progress > .progress-bar { width: 50%; background-color: #f2b01e; } #seventyfive:checked ~ .progress > .progress-bar { width: 75%; background-color: #f2d31b; } #onehundred:checked ~ .progress > .progress-bar { width: 100%; background-color: #86e01e; } .radio { display: none; } .label { display: inline-block; margin: 0 5px 20px; padding: 3px 8px; color: #aaa; text-shadow: 0 1px black; border-radius: 3px; cursor: pointer; } .radio:checked + .label { color: white; background: rgba(0, 0, 0, 0.25); }
0.450843
0.138113
BODY { COLOR: #000000; BACKGROUND-COLOR: #E0E0E0; FONT-FAMILY: Verdana,Arial,Helvetica; /* FONT-SIZE: 8pt; */ } .default { COLOR: #000000; FONT-FAMILY: Verdana,Arial,Helvetica; /* FONT-SIZE: 8pt; */ } .PROMPT { /* FONT-SIZE: 11pt; */ FONT-SIZE: 120%; FONT-WEIGHT: bold } .HIGHLIGHT { FONT-WEIGHT: bold; } EM { COLOR: #000044; /* FONT-SIZE: 12pt; * FONT-SIZE: 130%; FONT-WEIGHT: bold; TEXT-DECORATION: none } STRONG { COLOR: #cc0000; FONT-FAMILY: Verdana,Arial,Helvetica; /* FONT-SIZE: 11pt; */ FONT-SIZE: 120%; FONT-WEIGHT: bold; TEXT-DECORATION: none } PRE { COLOR: #003000; FONT-FAMILY: Courier; FONT-SIZE: 100%; TEXT-DECORATION: none } TABLE { COLOR: #000000; FONT-FAMILY: Verdana,Arial,Helvetica; FONT-SIZE: 8pt; } SMALL { COLOR: #000000; FONT-FAMILY: Verdana,Arial,Helvetica; /* FONT-SIZE: 8pt */ } .NANO { COLOR: #000000; FONT-FAMILY: Arial Narrow,Arial,Helvetica,Verdana; /* FONT-SIZE: 6pt */ FONT-SIZE: 80%; } .MICRO { COLOR: #000000; FONT-FAMILY: Arial Narrow,Arial,Helvetica,Verdana; /* FONT-SIZE: 7pt */ FONT-SIZE: 70%; } .MILI { COLOR: #000000; FONT-FAMILY: Verdana,Arial,Helvetica; /* FONT-SIZE: 7pt */ FONT-SIZE: 70%; } .MARQUEEE { COLOR: #003399; FONT-FAMILY: Verdana,Arial,Helvetica; /* FONT-SIZE: 10pt; */ FONT-SIZE: 110%; FONT-WEIGHT: bold } .LIGHTBACK { BACKGROUND: #ffffff } TEXTAREA { COLOR: #000044; FONT-FAMILY: Verdana,Arial,Helvetica; /* FONT-SIZE: 9pt */ FONT-SIZE: 110%; } SELECT { COLOR: #000044; FONT-FAMILY: Verdana,Arial,Helvetica; /* FONT-SIZE: 9pt */ FONT-SIZE: 110%; } INPUT { COLOR: #000044; FONT-FAMILY: Verdana,Arial,Helvetica; /* FONT-SIZE: 8pt */ } TEXT { COLOR: #000044; FONT-FAMILY: Verdana,Arial,Helvetica; /* FONT-SIZE: 9pt */ FONT-SIZE: 110%; } H1 { COLOR: #CC0000; FONT-FAMILY: Verdana,Arial,Helvetica; /* FONT-SIZE: 11pt; */ FONT-SIZE: 180%; /* FONT-SIZE: larger; */ FONT-WEIGHT: bold } H2 { COLOR: #000044; FONT-FAMILY: Verdana,Arial,Helvetica; /* FONT-SIZE: 11pt; */ FONT-SIZE: 160%; /* FONT-SIZE: larger; */ FONT-WEIGHT: bold } H3 { COLOR: #008b8b; FONT-FAMILY: Verdana,Arial,Helvetica; /* FONT-SIZE: 9pt */ FONT-SIZE: 140%; /* FONT-SIZE: large; */ FONT-WEIGHT: bold } H4 { COLOR: #003000; FONT-FAMILY: Verdana,Arial,Helvetica; /* FONT-SIZE: 9pt */ FONT-SIZE: 120%; /* FONT-SIZE: large; */ } .ODD { BACKGROUND-COLOR: #EEEEFF } .EVEN { BACKGROUND-COLOR: #FFFFFF } .HEADING { COLOR: #aa0000; /* FONT-SIZE: 8pt; */ FONT-WEIGHT: bold } .WARNING { COLOR: #ff0000; /* FONT-SIZE: 11pt; */ FONT-SIZE: 120%; FONT-WEIGHT: bold } .TIMESUM { COLOR: #ff0000; FONT-FAMILY: Verdana,Arial,Helvetica; /* FONT-SIZE: 8pt; */ FONT-WEIGHT: bold } .SUBWARNING { COLOR: #ff0000; /* FONT-SIZE: 8pt; */ FONT-WEIGHT: bold } .GRAY { COLOR: #777777; } .BORDER { BORDER-WIDTH: 2cm; BORDER-STYLE: solid; BORDER-COLOR: #777777; } A { COLOR: #0000ff; TEXT-DECORATION: none } A:visited { COLOR: #0000ff } A:active { COLOR: #ff0000 TEXT-DECORATION: underline } A:hover { TEXT-DECORATION: underline } A.MILI { COLOR: #0000FF; FONT-FAMILY: Verdana,Arial,Helvetica; FONT-SIZE: 20pt TEXT-DECORATION: none } A.GRAY:link { COLOR: #777777; TEXT-DECORATION: none } A.GRAY:visited { COLOR: #777777; TEXT-DECORATION: none } A.GRAY:hover { COLOR: #777777; TEXT-DECORATION: underline }
C++/pong-legacy-cpp/lib/SDL_gfx/docs/styles.css
BODY { COLOR: #000000; BACKGROUND-COLOR: #E0E0E0; FONT-FAMILY: Verdana,Arial,Helvetica; /* FONT-SIZE: 8pt; */ } .default { COLOR: #000000; FONT-FAMILY: Verdana,Arial,Helvetica; /* FONT-SIZE: 8pt; */ } .PROMPT { /* FONT-SIZE: 11pt; */ FONT-SIZE: 120%; FONT-WEIGHT: bold } .HIGHLIGHT { FONT-WEIGHT: bold; } EM { COLOR: #000044; /* FONT-SIZE: 12pt; * FONT-SIZE: 130%; FONT-WEIGHT: bold; TEXT-DECORATION: none } STRONG { COLOR: #cc0000; FONT-FAMILY: Verdana,Arial,Helvetica; /* FONT-SIZE: 11pt; */ FONT-SIZE: 120%; FONT-WEIGHT: bold; TEXT-DECORATION: none } PRE { COLOR: #003000; FONT-FAMILY: Courier; FONT-SIZE: 100%; TEXT-DECORATION: none } TABLE { COLOR: #000000; FONT-FAMILY: Verdana,Arial,Helvetica; FONT-SIZE: 8pt; } SMALL { COLOR: #000000; FONT-FAMILY: Verdana,Arial,Helvetica; /* FONT-SIZE: 8pt */ } .NANO { COLOR: #000000; FONT-FAMILY: Arial Narrow,Arial,Helvetica,Verdana; /* FONT-SIZE: 6pt */ FONT-SIZE: 80%; } .MICRO { COLOR: #000000; FONT-FAMILY: Arial Narrow,Arial,Helvetica,Verdana; /* FONT-SIZE: 7pt */ FONT-SIZE: 70%; } .MILI { COLOR: #000000; FONT-FAMILY: Verdana,Arial,Helvetica; /* FONT-SIZE: 7pt */ FONT-SIZE: 70%; } .MARQUEEE { COLOR: #003399; FONT-FAMILY: Verdana,Arial,Helvetica; /* FONT-SIZE: 10pt; */ FONT-SIZE: 110%; FONT-WEIGHT: bold } .LIGHTBACK { BACKGROUND: #ffffff } TEXTAREA { COLOR: #000044; FONT-FAMILY: Verdana,Arial,Helvetica; /* FONT-SIZE: 9pt */ FONT-SIZE: 110%; } SELECT { COLOR: #000044; FONT-FAMILY: Verdana,Arial,Helvetica; /* FONT-SIZE: 9pt */ FONT-SIZE: 110%; } INPUT { COLOR: #000044; FONT-FAMILY: Verdana,Arial,Helvetica; /* FONT-SIZE: 8pt */ } TEXT { COLOR: #000044; FONT-FAMILY: Verdana,Arial,Helvetica; /* FONT-SIZE: 9pt */ FONT-SIZE: 110%; } H1 { COLOR: #CC0000; FONT-FAMILY: Verdana,Arial,Helvetica; /* FONT-SIZE: 11pt; */ FONT-SIZE: 180%; /* FONT-SIZE: larger; */ FONT-WEIGHT: bold } H2 { COLOR: #000044; FONT-FAMILY: Verdana,Arial,Helvetica; /* FONT-SIZE: 11pt; */ FONT-SIZE: 160%; /* FONT-SIZE: larger; */ FONT-WEIGHT: bold } H3 { COLOR: #008b8b; FONT-FAMILY: Verdana,Arial,Helvetica; /* FONT-SIZE: 9pt */ FONT-SIZE: 140%; /* FONT-SIZE: large; */ FONT-WEIGHT: bold } H4 { COLOR: #003000; FONT-FAMILY: Verdana,Arial,Helvetica; /* FONT-SIZE: 9pt */ FONT-SIZE: 120%; /* FONT-SIZE: large; */ } .ODD { BACKGROUND-COLOR: #EEEEFF } .EVEN { BACKGROUND-COLOR: #FFFFFF } .HEADING { COLOR: #aa0000; /* FONT-SIZE: 8pt; */ FONT-WEIGHT: bold } .WARNING { COLOR: #ff0000; /* FONT-SIZE: 11pt; */ FONT-SIZE: 120%; FONT-WEIGHT: bold } .TIMESUM { COLOR: #ff0000; FONT-FAMILY: Verdana,Arial,Helvetica; /* FONT-SIZE: 8pt; */ FONT-WEIGHT: bold } .SUBWARNING { COLOR: #ff0000; /* FONT-SIZE: 8pt; */ FONT-WEIGHT: bold } .GRAY { COLOR: #777777; } .BORDER { BORDER-WIDTH: 2cm; BORDER-STYLE: solid; BORDER-COLOR: #777777; } A { COLOR: #0000ff; TEXT-DECORATION: none } A:visited { COLOR: #0000ff } A:active { COLOR: #ff0000 TEXT-DECORATION: underline } A:hover { TEXT-DECORATION: underline } A.MILI { COLOR: #0000FF; FONT-FAMILY: Verdana,Arial,Helvetica; FONT-SIZE: 20pt TEXT-DECORATION: none } A.GRAY:link { COLOR: #777777; TEXT-DECORATION: none } A.GRAY:visited { COLOR: #777777; TEXT-DECORATION: none } A.GRAY:hover { COLOR: #777777; TEXT-DECORATION: underline }
0.283186
0.075312
@font-face { font-family: 'RobotoMono'; src: local('RobotoMono'), url('../files/RobotoMono-Regular.woff2') format('woff2'); font-weight: normal; font-style: normal; } @font-face { font-family: 'SF-Pro-Text'; src: local('SF-Pro-Text'), url('../files/SF-Pro-Text-Regular.otf'); font-weight: normal; font-style: normal; } body { margin: 78px auto; padding: 0px 24px; max-width: 780px; color: #555; font-family: 'SF-Pro-Text', sans-serif; font-size: 16px; line-height: 23px; tab-size: 4; overflow: auto; } a { color: #1184CE; cursor: pointer; text-decoration: underline; } h1 { color: #049EF4; font-size: 32px; font-weight: normal; line-height: 42px; } h2 { color: #4B0; font-size: 22px; font-weight: normal; line-height: 31px; } h3 { color: #000; font-size: 16px; font-weight: normal; margin-top: 40px; } p, ul, ol { margin-top: 0; margin-bottom: 20px; max-width: 780px; } div { /* padding-left: 30px; */ margin-bottom: 20px; } .desc { padding-left: 0px; } pre, code { margin-top: 20px; margin-bottom: 20px; } code { display: block; padding: 20px; white-space: pre-wrap; background-color: #f9f9f9; overflow: auto; } iframe { width: 100%; height: 420px; border:0; } th { padding: 10px; text-decoration: underline; } td { text-align: center; } table code { padding: 2px; margin: 0px; width: auto; } strong { color: #000; font-weight: normal; } #button { position: fixed; bottom: 16px; right: 16px; padding: 8px; border-radius: 50%; margin-bottom: 0px; /* TODO div sets it to 20px */ background-color: #dddddd; opacity: 0.4; } #button:hover { cursor: pointer; opacity: 1; } #button img { display: block; } a.permalink { float: right; margin-left: 5px; } a.param, span.param { color: #999; } a.param:hover { color: #777; } sup, sub { /* prevent superscript and subscript elements from affecting line-height */ vertical-align: baseline; position: relative; top: -0.4em; } sub { top: 0.4em; } /* mobile */ @media all and ( max-width: 640px ) { body { margin: 14px auto; padding: 0px 14px; font-size: 14px; line-height: 22px; } h1 { font-size: 26px; } h2 { font-size: 18px; line-height: 25px; } }
docs/page.css
@font-face { font-family: 'RobotoMono'; src: local('RobotoMono'), url('../files/RobotoMono-Regular.woff2') format('woff2'); font-weight: normal; font-style: normal; } @font-face { font-family: 'SF-Pro-Text'; src: local('SF-Pro-Text'), url('../files/SF-Pro-Text-Regular.otf'); font-weight: normal; font-style: normal; } body { margin: 78px auto; padding: 0px 24px; max-width: 780px; color: #555; font-family: 'SF-Pro-Text', sans-serif; font-size: 16px; line-height: 23px; tab-size: 4; overflow: auto; } a { color: #1184CE; cursor: pointer; text-decoration: underline; } h1 { color: #049EF4; font-size: 32px; font-weight: normal; line-height: 42px; } h2 { color: #4B0; font-size: 22px; font-weight: normal; line-height: 31px; } h3 { color: #000; font-size: 16px; font-weight: normal; margin-top: 40px; } p, ul, ol { margin-top: 0; margin-bottom: 20px; max-width: 780px; } div { /* padding-left: 30px; */ margin-bottom: 20px; } .desc { padding-left: 0px; } pre, code { margin-top: 20px; margin-bottom: 20px; } code { display: block; padding: 20px; white-space: pre-wrap; background-color: #f9f9f9; overflow: auto; } iframe { width: 100%; height: 420px; border:0; } th { padding: 10px; text-decoration: underline; } td { text-align: center; } table code { padding: 2px; margin: 0px; width: auto; } strong { color: #000; font-weight: normal; } #button { position: fixed; bottom: 16px; right: 16px; padding: 8px; border-radius: 50%; margin-bottom: 0px; /* TODO div sets it to 20px */ background-color: #dddddd; opacity: 0.4; } #button:hover { cursor: pointer; opacity: 1; } #button img { display: block; } a.permalink { float: right; margin-left: 5px; } a.param, span.param { color: #999; } a.param:hover { color: #777; } sup, sub { /* prevent superscript and subscript elements from affecting line-height */ vertical-align: baseline; position: relative; top: -0.4em; } sub { top: 0.4em; } /* mobile */ @media all and ( max-width: 640px ) { body { margin: 14px auto; padding: 0px 14px; font-size: 14px; line-height: 22px; } h1 { font-size: 26px; } h2 { font-size: 18px; line-height: 25px; } }
0.20268
0.069795
@font-face { font-family: Luna; src: url('../../../fonts/Luna.ttf') format('truetype'); } @font-face{ font-family: Lato-Regular; src: url('../../../fonts/Lato-Regular.ttf') format('truetype'); } @font-face { font-family: 'Lobster Two'; font-style: normal; font-weight: 700; src: local('Lobster Two Bold'), local('LobsterTwo-Bold'), url(http://fonts.gstatic.com/s/lobstertwo/v9/bmdxOflBqMqjEC0-kGsIiIlIZu-HDpmDIZMigmsroc4.woff2) format('woff2'); } @font-face { font-family: 'Oswald'; font-style: normal; font-weight: 300; src: local('Oswald Light'), local('Oswald-Light'), url(http://fonts.gstatic.com/s/oswald/v13/HqHm7BVC_nzzTui2lzQTDVtXRa8TVwTICgirnJhmVJw.woff2) format('woff2'); } p{ text-align: justify; font-size: 13px; font-family: "Verdana",Geneva,sans-serif; } h1,h2,h3,h4,h5,h6{ font-family: 'Luna'; text-align: center; color: #FF5700; text-shadow: 0 -1px 0 rgba(255,190,25,0.2); } label{ position: relative; font-family: 'Luna'; user-select: none; } img{ user-select: none; } a{ text-decoration: none; } .label-start{ text-align: center; } .label-start > h1, .label-start > h2{ position: relative; top: 20%; } .label-alert-color{ color:#FFFFFF; } .label-color-header-1{ color: #00E9E2; } .label-color-header-1:hover{ color: #F5F5F5; } .label-color-header-2{ color: #00dfd8; } .label-color-header-2:hover{ color: #06B4AF; } .label-font-size-1{ font-size: 40px; } .label-font-size-2{ font-size: 35px; } .label-font-size-3{ font-size: 30px; } .label-font-size-4{ font-size: 25px; } .label-font-size-5{ font-size: 20px; } .label-font-size-6{ font-size: 18px; } .label-font-size-7{ font-size: 16px; } .label-font-size-8{ font-size: 14px; } .label-font-size-9{ font-size: 12px; } /***********/ .a-font-size-1{ font-size: 10px; } /*Margin de los label*/ .label-margin-top-1{ top: -5px; } .label-margin-right-1{ right: 5px; } .label-margin-left-1{ left: 5px; } .label-margin-bottom-1{ bottom: 5px; } .label-margin-top-2{ top: -15px; } .label-margin-right-2{ right: 15px; } .label-margin-left-2{ left: 15px; } .label-margin-bottom-2{ bottom: 15px; } .label-margin-top-3{ top: -25px; } .label-margin-right-3{ right: 25px; } .label-margin-left-3{ left: 25px; } .label-margin-bottom-3{ bottom: 25px; } .label-font-family-neutro{ font-family: "Verdana",Geneva,sans-serif; } /***************************************/ .footer-color-text{ color: #00dfd8; text-align: center; } /*Font para el nav lateral izquierdo*/ .nav > ul > li > a{ font-size: 13px; text-align: justify; font-family: 'Roboto',sans-serif; } .nav > ul > ul > li > a{ font-size: 13px; text-align: justify; font-family: 'Roboto',sans-serif; } .header-topic > h1{ font-family: 'Luna'; color: #00dad8; } .form-header-search > .form-search-col > label{ top: 10px; font-family: "Verdana",Geneva,sans-serif; } .form-article-search > .form-search-row-effect-cardview > .form-search-col > label{ top: 15px; font-family: "Verdana",Geneva,sans-serif; } .form-article-search > .form-search-row-effect-cardview > .form-search-col > img, .form-article-search > .form-search-row-effect-cardview > .form-search-col > button{ margin-top: 12px; } .content-text-topic > p{ color: #00dad8; }
public/css/main_css/fonts/style-fonts.css
@font-face { font-family: Luna; src: url('../../../fonts/Luna.ttf') format('truetype'); } @font-face{ font-family: Lato-Regular; src: url('../../../fonts/Lato-Regular.ttf') format('truetype'); } @font-face { font-family: 'Lobster Two'; font-style: normal; font-weight: 700; src: local('Lobster Two Bold'), local('LobsterTwo-Bold'), url(http://fonts.gstatic.com/s/lobstertwo/v9/bmdxOflBqMqjEC0-kGsIiIlIZu-HDpmDIZMigmsroc4.woff2) format('woff2'); } @font-face { font-family: 'Oswald'; font-style: normal; font-weight: 300; src: local('Oswald Light'), local('Oswald-Light'), url(http://fonts.gstatic.com/s/oswald/v13/HqHm7BVC_nzzTui2lzQTDVtXRa8TVwTICgirnJhmVJw.woff2) format('woff2'); } p{ text-align: justify; font-size: 13px; font-family: "Verdana",Geneva,sans-serif; } h1,h2,h3,h4,h5,h6{ font-family: 'Luna'; text-align: center; color: #FF5700; text-shadow: 0 -1px 0 rgba(255,190,25,0.2); } label{ position: relative; font-family: 'Luna'; user-select: none; } img{ user-select: none; } a{ text-decoration: none; } .label-start{ text-align: center; } .label-start > h1, .label-start > h2{ position: relative; top: 20%; } .label-alert-color{ color:#FFFFFF; } .label-color-header-1{ color: #00E9E2; } .label-color-header-1:hover{ color: #F5F5F5; } .label-color-header-2{ color: #00dfd8; } .label-color-header-2:hover{ color: #06B4AF; } .label-font-size-1{ font-size: 40px; } .label-font-size-2{ font-size: 35px; } .label-font-size-3{ font-size: 30px; } .label-font-size-4{ font-size: 25px; } .label-font-size-5{ font-size: 20px; } .label-font-size-6{ font-size: 18px; } .label-font-size-7{ font-size: 16px; } .label-font-size-8{ font-size: 14px; } .label-font-size-9{ font-size: 12px; } /***********/ .a-font-size-1{ font-size: 10px; } /*Margin de los label*/ .label-margin-top-1{ top: -5px; } .label-margin-right-1{ right: 5px; } .label-margin-left-1{ left: 5px; } .label-margin-bottom-1{ bottom: 5px; } .label-margin-top-2{ top: -15px; } .label-margin-right-2{ right: 15px; } .label-margin-left-2{ left: 15px; } .label-margin-bottom-2{ bottom: 15px; } .label-margin-top-3{ top: -25px; } .label-margin-right-3{ right: 25px; } .label-margin-left-3{ left: 25px; } .label-margin-bottom-3{ bottom: 25px; } .label-font-family-neutro{ font-family: "Verdana",Geneva,sans-serif; } /***************************************/ .footer-color-text{ color: #00dfd8; text-align: center; } /*Font para el nav lateral izquierdo*/ .nav > ul > li > a{ font-size: 13px; text-align: justify; font-family: 'Roboto',sans-serif; } .nav > ul > ul > li > a{ font-size: 13px; text-align: justify; font-family: 'Roboto',sans-serif; } .header-topic > h1{ font-family: 'Luna'; color: #00dad8; } .form-header-search > .form-search-col > label{ top: 10px; font-family: "Verdana",Geneva,sans-serif; } .form-article-search > .form-search-row-effect-cardview > .form-search-col > label{ top: 15px; font-family: "Verdana",Geneva,sans-serif; } .form-article-search > .form-search-row-effect-cardview > .form-search-col > img, .form-article-search > .form-search-row-effect-cardview > .form-search-col > button{ margin-top: 12px; } .content-text-topic > p{ color: #00dad8; }
0.344113
0.064477
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap"); @import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400&display=swap'); /* for desktop */ header { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; display: flex; align-items: center; justify-content: space-between; padding: 1rem 9%; height: 6rem; background-color: #fff; box-shadow: 0 1px 4px rgba(146, 161, 176, .3); } section { min-height: 100vh; padding: 2rem 9%; } .heading { font-size: 3.5rem; color: rgb(32, 32, 32); font-weight: 800; } .heading span { color: rgb(115, 3, 167); } header .logo { font-size: 1.9rem; font-weight: 800; text-decoration: none; color: #0E2431; display: flex; align-items: center; } header .logo img { margin-right: 5px !important; } header .logo:hover { color: #fc8c05; } header .navbar ul { list-style: none; display: flex; justify-content: center; align-items: center; } header .navbar li { margin-left: 2.5rem; } header .navbar ul li a { font-size: 1.57rem; color: #0E2431; font-weight: 600; text-decoration: none; letter-spacing: 0.04rem; transition: .2s; } header .navbar ul li a.active, header .navbar ul li a:hover { color: #011aff; border-bottom: .2rem solid #011aff; padding: .5rem 0; } #menu { font-size: 3rem; cursor: pointer; color: rgb(24, 2, 63); display: none; } @media(max-width:768px) { #menu { display: block; } header .navbar { position: fixed; top: 6.5rem; right: -120%; width: 75%; height: 100%; text-align: left; align-items: flex-start; background-color: #0e0f31; } header .navbar ul { flex-flow: column; padding: 1rem; } header .navbar ul li { text-align: center; width: 100%; margin: 1rem 0; border-radius: .5rem; width: 26rem; } header .navbar ul li a { display: block; padding: 1rem; text-align: left; color: #fff; font-size: 2rem; } header .navbar ul li a.active, header .navbar ul li a:hover { padding: 1rem; color: #fff; border-radius: .5rem; border-bottom: .5rem solid #000000; } .fa-times { transform: rotate(180deg); } header .navbar.nav-toggle { right: 0; } } /* for mobail */ #menu { font-size: 3rem; cursor: pointer; color: rgb(24, 2, 63); display: none; } @media(max-width:768px) { #menu { display: block; } header .navbar { position: fixed; top: 6rem; right: -120%; width: 75%; height: 100%; text-align: left; align-items: flex-start; background-color: #000000; } header .navbar ul { flex-flow: column; padding: 1rem; } header .navbar ul li { text-align: center; width: 100%; margin: 1rem 0; border-radius: .5rem; width: 26rem; } header .navbar ul li a { display: block; padding: 1rem; text-align: left; color: #fff; font-size: 2rem; } header .navbar ul li a.active, header .navbar ul li a:hover { padding: 1rem; color: #fff; border-radius: .5rem; border-bottom: .5rem solid hsl(64, 100%, 50%); } .fa-times { transform: rotate(180deg); } header .navbar.nav-toggle { right: 0; } }
css/navbar.css
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap"); @import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400&display=swap'); /* for desktop */ header { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; display: flex; align-items: center; justify-content: space-between; padding: 1rem 9%; height: 6rem; background-color: #fff; box-shadow: 0 1px 4px rgba(146, 161, 176, .3); } section { min-height: 100vh; padding: 2rem 9%; } .heading { font-size: 3.5rem; color: rgb(32, 32, 32); font-weight: 800; } .heading span { color: rgb(115, 3, 167); } header .logo { font-size: 1.9rem; font-weight: 800; text-decoration: none; color: #0E2431; display: flex; align-items: center; } header .logo img { margin-right: 5px !important; } header .logo:hover { color: #fc8c05; } header .navbar ul { list-style: none; display: flex; justify-content: center; align-items: center; } header .navbar li { margin-left: 2.5rem; } header .navbar ul li a { font-size: 1.57rem; color: #0E2431; font-weight: 600; text-decoration: none; letter-spacing: 0.04rem; transition: .2s; } header .navbar ul li a.active, header .navbar ul li a:hover { color: #011aff; border-bottom: .2rem solid #011aff; padding: .5rem 0; } #menu { font-size: 3rem; cursor: pointer; color: rgb(24, 2, 63); display: none; } @media(max-width:768px) { #menu { display: block; } header .navbar { position: fixed; top: 6.5rem; right: -120%; width: 75%; height: 100%; text-align: left; align-items: flex-start; background-color: #0e0f31; } header .navbar ul { flex-flow: column; padding: 1rem; } header .navbar ul li { text-align: center; width: 100%; margin: 1rem 0; border-radius: .5rem; width: 26rem; } header .navbar ul li a { display: block; padding: 1rem; text-align: left; color: #fff; font-size: 2rem; } header .navbar ul li a.active, header .navbar ul li a:hover { padding: 1rem; color: #fff; border-radius: .5rem; border-bottom: .5rem solid #000000; } .fa-times { transform: rotate(180deg); } header .navbar.nav-toggle { right: 0; } } /* for mobail */ #menu { font-size: 3rem; cursor: pointer; color: rgb(24, 2, 63); display: none; } @media(max-width:768px) { #menu { display: block; } header .navbar { position: fixed; top: 6rem; right: -120%; width: 75%; height: 100%; text-align: left; align-items: flex-start; background-color: #000000; } header .navbar ul { flex-flow: column; padding: 1rem; } header .navbar ul li { text-align: center; width: 100%; margin: 1rem 0; border-radius: .5rem; width: 26rem; } header .navbar ul li a { display: block; padding: 1rem; text-align: left; color: #fff; font-size: 2rem; } header .navbar ul li a.active, header .navbar ul li a:hover { padding: 1rem; color: #fff; border-radius: .5rem; border-bottom: .5rem solid hsl(64, 100%, 50%); } .fa-times { transform: rotate(180deg); } header .navbar.nav-toggle { right: 0; } }
0.409575
0.09795
html, body { height: 100%; margin: 0; padding: 0; } body { background: rgb(242, 244, 243); } ::selection { color: rgb(242, 244, 243); background: rgb(5, 103, 140); } ::-moz-selection { color: rgb(242, 244, 243); background: rgb(5, 103, 140); } a, a:hover, a:focus { text-decoration: none; } a { color: rgb(72, 175, 221); } a:hover, a:focus { color: rgb(0, 123, 196); -webkit-transition: color 1s ease-out; -moz-transition: color 1s ease-out; -o-transition: color 1s ease-out; transition: color 1s ease-out; } h1, h2, h3, h4, h5, h6 { font-weight: 900; font-style: normal; letter-spacing: 0.25rem; color: rgb(72, 175, 221); } /* .btn { font-weight: 700; font-style: normal; text-transform: uppercase; }*/ /* ul { list-style: none; }*/ /*.btn-default, .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active { color: #bbb; text-transform: uppercase; border: 1px solid #eee; background: #fff; } .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default { border-color: #ddd; }*/ /*.navbar, [role="contentinfo"] { background: url("https://tylergaw.com./images/bg-crud.png"); background-attachment: fixed; }*/ /*[role="banner"] { padding: 0; position: relative; background: transparent url("/images/header.jpg") no-repeat center top; background-attachment: fixed; background-size: 100% 100%; height: 250px; } @media (min-width: 750px) { [role="banner"] { height: 350px; } } [role="banner"] > h1, [role="banner"] > h2 { margin: 0 auto; line-height: 1.5; color: white; text-shadow: 2px 2px rgb(5, 103, 140); text-transform: none; width: 95%; } [role="banner"] > h1 { padding-top: 0.5em; font-weight: 900; font-size: 2.5em; } [role="banner"] > h2 { font-size: 2.4em; } @media (min-width: 650px) { [role="banner"] > h1 { padding-top: 1.5em; font-size: 4.8vw; } }*/ [role="banner"] { position: relative; background: transparent url("/images/header.jpg"); background-position: center; background-repeat: no-repeat; background-size: cover; height: 50%; } [role="banner"] hgroup { position: absolute; left: 2.5%; top: 45%; width: 90%; } [role="banner"] hgroup h1, [role="banner"] hgroup h2 { color: rgb(242, 244, 243); text-shadow: 2px 2px rgb(0, 123, 196); font-family: 'Lemonada', cursive; line-height: 1.5; } /* .navbar { background: rgb(0, 123, 196); }*/ /* */ /*.navbar .navbar-nav .nav-link, .dropdown-item { font-weight: 900;*/ /*text-transform: uppercase;*/ /* font-style: normal; }*/ /* .navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-link:focus { color: rgb(5, 103, 140); }*/ /*.navbar .navbar-toggler-icon { padding: 2em 1em; }*/ /* .navbar .navbar-brand { padding: 0; }*/ .center { text-align: center; } .navbar { background: rgb(0, 123, 196); } .navbar #registerLink, .navbar #loginLink { margin: 0.25rem; } .navbar #registerLink:hover, .navbar #registerLink:focus, .navbar #loginLink:hover, .navbar #loginLink:focus { -webkit-transition: none; -moz-transition: none; -o-transition: none; transition: none; } /* .navbar .navbar-brand img { width: 125px; height: 85px; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .navbar-shrink .navbar-toggler-icon { padding: 1em; } .navbar-shrink .navbar-brand img { width: 75px; height: 55px; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } */ /* [role="main"] { margin-top: 2.5em; }*/ /* [role="main"] .post-container .post-content ul { list-style: square !important; }*/ /* [role="main"] .post-container .post-content table td { vertical-align: top !important; }*/ /*[role="main"] .post-container, [role="main"] .widget { position: relative; overflow: hidden; background: white; margin: 1.5em auto; padding: 1.5em 1.5em; }*/ /* [role="main"] .post-container, [role="main"] .widget { }*/ /* rgb(79, 148, 153) */ /* [role="main"] .post-container { margin-bottom: 2.5em; padding: 2.5em 2em; } [role="main"] .widget { margin-bottom: 1.5em; padding: 1em 1.5em; } */ /* [role="main"] .widget h3 { position: relative; font-size: 15px; letter-spacing: 1px;*/ /*text-transform: uppercase;*/ /* border-bottom: 1px solid rgb(238,238,238); } [role="main"] .widget h3 span { display: inline-block; position: relative; bottom: -1px; padding-bottom: 5px; border-bottom: 2px solid rgb(79, 148, 153); } [role="main"] .widget > ul { padding: 0; } [role="main"] .widget ul li { font-weight: 700; /*font-size: 1.1em;*/ /* margin: 1em auto;*/ /*} [role="main"] .widget ul li:before { position: absolute; top: 0; left: 0; font-family: FontAwesome; content: "\f15b"; font-size: 1.2em; color: rgb(53, 121, 178); } [role="main"] .widget ul li { margin: 0.5em 0; font-size: 1.2em; color: rgb(63, 65, 66); position: relative; padding-left: 2em; } [role="main"] .widget ul li a { padding: 0; margin: 0; word-break: break-word; } [role="main"] .post-container:before, [role="main"] .widget:before { display: block; position: absolute; content: ""; top: 0; right: 0; z-index: 40; border-width: 0 16px 16px 0; border-style: solid; border-color: rgb(255,255,255) rgb(238,238,238) rgb(255,255,255) rgb(255,255,255); background: rgb(101, 142, 21); -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.08), -1px 1px 1px rgba(0,0,0,0.08); -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.08), -1px 1px 1px rgba(0,0,0,0.08); box-shadow: 0 1px 1px rgba(0,0,0,0.08), -1px 1px 1px rgba(0,0,0,0.08); width: 0; } [role="main"] .post-container .post-header h2 > a { word-wrap: break-word; } [role="main"] .post-container .post-meta { margin: 0; margin-top: 10px; padding: 0; list-style: none; font-size: 12px; } [role="main"] .post-container .post-meta li, [role="main"] .post-container .post-meta li a { color: #bbb; } [role="main"] .post-container .post-meta li { display: inline-block; margin-right: 12px; } [role="main"] .post-container .post-content { margin-top: 30px; line-height: 25px; }*/ .entry, .widget { position: relative; overflow: hidden; margin: 1.55rem auto; padding: 1.55rem; background: white; } .entry:before, .widget:before { display: block; position: absolute; content: ""; top: 0; right: 0; width: 0; z-index: 40; border-width: 0 15px 15px 0; border-style: solid; border-color: rgb(255,255,255) rgb(242, 244, 243) rgb(255,255,255) rgb(255,255,255); background: rgb(101, 142, 21); -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.08), -1px 1px 1px rgba(0,0,0,0.08); -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.08), -1px 1px 1px rgba(0,0,0,0.08); box-shadow: 0 1px 1px rgba(0,0,0,0.08), -1px 1px 1px rgba(0,0,0,0.08); } .widget h3 { position: relative; font-size: 0.95rem; letter-spacing: 0.25rem; border-bottom: 1px solid rgb(238, 238, 238); } .widget h3 span { display: inline-block; position: relative; bottom: -1px; padding-bottom: 0.25rem; border-bottom: 2px solid rgb(0, 123, 196); } .widget ul { margin: 0; padding: 0; list-style: none; } .widget ul li { position: relative; margin: 0.55rem 0; padding-left: 1.75rem; font-weight: 700; font-size: 1.25rem; color: rgb(63, 65, 66); } .widget ul li:before { position: absolute; top: 0; left: 0; font-family: "FontAwesome"; content: "\f15b"; color: rgb(0, 123, 196); } .widget ul li a { margin: 0; padding: 0; } /* .post > .post-header > h2 { border-bottom: 1px solid rgb(58, 106, 127); padding-bottom: 0.2em; margin: 0; }*/ /* .post > .post-header > .post-meta { display: block; list-style: none; margin: 0; padding: 0; border-bottom: 1px solid rgb(58, 106, 127); padding-bottom: 0.2em; } .post > .post-header > .post-meta li { display: inline-block; padding: 0.2em; font-size: 1.03em; } .post > .post-header > .post-meta li:first-child { padding-left: 0; } .post > .post-header > .post-meta li:last-child { padding-right: 0; } .post > .post-header > .post-meta > li > .fa { color: rgb(115, 170, 174); } .post > .post-header > .post-meta > li { color: rgb(2, 117, 216); font-weight: 900; } */ /* .post .post-content { /*margin: 1em 0;*/ /* } todo .post .post-content p { margin: 0; font-size: 1.15em; line-height: 1.6; }*/ /* .post > .post-header > .post-meta:before, .post > .post-header:after { display: block; margin: 0 auto; width: 100%; height: 1px; padding: 0; content: ""; background: rgb(58, 106, 127); margin: 0.3em 0 0.5em 0; }*/ /* OLD STYLES */ /* NEW STYLES FOR HEADER */ .entry .e-header, .comment .c-header { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 0; padding-bottom: 0.05rem; margin-bottom: 0.99rem; border-bottom: 1px solid rgb(238, 238, 238); } .entry .e-header .e-title { margin: 0; padding: 0; padding-bottom: 0.35rem; width: 100%; font-size: 2.05rem; border-bottom: 1px solid rgb(238, 238, 238); } .entry .e-header > .e-date, .entry .e-header > .e-author, .comment .c-header > .c-date, .comment .c-header > .c-author { width: 49.99%; font-weight: 700; font-size: 0.99rem; padding-top: 0.25rem; padding-bottom: 0.25rem; color: rgb(0, 123, 196); } .entry .e-header .e-date, .comment .c-header .c-date { text-align: left; } .entry .e-header .e-author, .comment .c-header .c-author { text-align: right; } .entry .e-header .e-date:before, .entry .e-header .e-author:before, .comment .c-header .c-author, .comment .c-header .c-date { font-weight: 900; font-family: "FontAwesome"; padding-right: 0.35rem; color: rgb(4, 74, 90); } .entry .e-header .e-date:before, .comment .c-header .c-date:before { content: "\f017"; } .entry .e-header .e-author:before, .comment .c-header .c-author:before { content: "\f007"; } .entry .e-content { color: rgb(30, 30, 29); } .entry .e-comments { padding-top: 0.75rem; } .entry .e-comments h4 { color: rgb(4, 74, 90); } /* old */ /*[role="main"] .post-container .post-comments { margin-top: 20px; padding-top: 20px; border-top: 1px solid #f4f4f4; } [role="main"] .post-container .post-comments h3 { margin: 0; margin-bottom: 20px; font-size: 18px; } [role="main"] .post-container .post-comments ul { margin-bottom: 5px; color: #888; font-size: 13px; } [role="main"] .post-container .post-comments .comments-list { padding: 0; } [role="main"] .post-container .post-comments .comments-list .comment { margin: 20px 0 30px; position: relative; list-style: none; } [role="main"] .post-container .post-comments .comments-list .comment .comment-meta { margin-bottom: 5px; color: #888; font-size: 13px; } [role="main"] .post-container .post-comments .comments-list .comment-author { font-size: 14px; color: rgb(93, 67, 132); } /* [role="main"] .post-container .post-read-more { margin-top: 1.5em; }*/ /* #new-comment { border-top: 1px solid #eee; }*/ /* TODO NEW pagination style */ .pagination .page-item .page-link { color: rgb(5, 103, 140); } .pagination .page-item.active .page-link { color: #fff; background: rgb(5, 103, 140); border-color: rgb(5, 103, 140); } .previous a > .fa, .next a > .fa { font-size: 1.1em; } /*[role="contentinfo"] { padding-top: 1em; background: rgb(41, 43, 44); color: #777; } [role="contentinfo"] .copyright { line-height: 25px; margin-top: 0.5em; } [role="contentinfo"] .copyright, [role="contentinfo"] .ojs { text-align: center; } [role="contentinfo"] .ojs { } [role="contentinfo"] .ojs > a { color: rgb(14, 93, 162); text-decoration: none; border: none; } [role="contentinfo"] .ojs > a:hover, [role="contentinfo"] .ojs > a:focus { text-decoration: underline; } [role="contentinfo"] .social { padding: 0; } [role="contentinfo"] .social li { display: inline-block; padding: 0 0.5em; } [role="contentinfo"] .social li [rel="me"] > .fa { width: 35px; height: 35px; font-size: 35px; color: #777; } [role="contentinfo"] .social li [rel="me"] > .fa:hover, [role="contentinfo"] .social li [rel="me"] > .fa:focus { color: rgb(5, 103, 140); } [role="contentinfo"] .info { background: rgb(37, 37, 37); text-align: center; padding: 1em; } [role="contentinfo"] .info p { padding: 0; margin: 0; font-size: 1.2em; } */ /* [role="contentinfo"] { text-align: center; } [role="contentinfo"] .social { padding: 0; } [role="contentinfo"] .social > li { display: inline-block; text-decoration: none; line-height: 1.5; padding: 1em; } [role="contentinfo"] .social > li .fa { font-size: 2.5em; color: rgb(3, 115, 212); } [role="contentinfo"] .social > li .fa:hover, [role="contentinfo"] .social > li .fa:focus { color: rgb(53, 121, 178); } .copyright { color: rgb(79, 148, 153); font-size: 1em; } */ /* [role="contentinfo"] .social li [rel="me"] > .fa { font-size: 35px; color: #777; } [role="contentinfo"] .social li [rel="me"] > .fa:hover, [role="contentinfo"] .social li [rel="me"] > .fa:focus { color: rgb(5, 103, 140); }*/ /* FOOTER */ [role="contentinfo"] { margin: 0 auto; padding-top: 0.75rem; padding-bottom: 0.75rem; background: rgb(4, 74, 90); text-align: center; } [role="contentinfo"] [rel="me"] { font-size: 2.45rem; padding-left: 0.75rem; padding-right: 0.75rem; } [role="contentinfo"] [rel="me"] strong { display: none; } [role="contentinfo"] .facebook:before { font-weight: 900; font-family: "FontAwesome"; content: "\f230"; } [role="contentinfo"] .twitter:before { font-weight: 900; font-family: "FontAwesome"; content: "\f099"; } [role="contentinfo"] .github:before { font-weight: 900; font-family: "FontAwesome"; content: "\f09b"; } [role="contentinfo"] .youtube:before { font-weight: 900; font-family: "FontAwesome"; content: "\f16a"; } [role="contentinfo"] .instagram:before { font-weight: 900; font-family: "FontAwesome"; content: "\f16d"; } [role="contentinfo"] .copyright { margin: 0.95rem 0; color: rgb(242, 244, 243); font-size: 1.25rem; } [role="contentinfo"] .copyright:before { font-weight: 900; font-family: "FontAwesome"; content: "\f1f9"; }
src/BlogSystem.Web/Content/blog.css
html, body { height: 100%; margin: 0; padding: 0; } body { background: rgb(242, 244, 243); } ::selection { color: rgb(242, 244, 243); background: rgb(5, 103, 140); } ::-moz-selection { color: rgb(242, 244, 243); background: rgb(5, 103, 140); } a, a:hover, a:focus { text-decoration: none; } a { color: rgb(72, 175, 221); } a:hover, a:focus { color: rgb(0, 123, 196); -webkit-transition: color 1s ease-out; -moz-transition: color 1s ease-out; -o-transition: color 1s ease-out; transition: color 1s ease-out; } h1, h2, h3, h4, h5, h6 { font-weight: 900; font-style: normal; letter-spacing: 0.25rem; color: rgb(72, 175, 221); } /* .btn { font-weight: 700; font-style: normal; text-transform: uppercase; }*/ /* ul { list-style: none; }*/ /*.btn-default, .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active { color: #bbb; text-transform: uppercase; border: 1px solid #eee; background: #fff; } .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default { border-color: #ddd; }*/ /*.navbar, [role="contentinfo"] { background: url("https://tylergaw.com./images/bg-crud.png"); background-attachment: fixed; }*/ /*[role="banner"] { padding: 0; position: relative; background: transparent url("/images/header.jpg") no-repeat center top; background-attachment: fixed; background-size: 100% 100%; height: 250px; } @media (min-width: 750px) { [role="banner"] { height: 350px; } } [role="banner"] > h1, [role="banner"] > h2 { margin: 0 auto; line-height: 1.5; color: white; text-shadow: 2px 2px rgb(5, 103, 140); text-transform: none; width: 95%; } [role="banner"] > h1 { padding-top: 0.5em; font-weight: 900; font-size: 2.5em; } [role="banner"] > h2 { font-size: 2.4em; } @media (min-width: 650px) { [role="banner"] > h1 { padding-top: 1.5em; font-size: 4.8vw; } }*/ [role="banner"] { position: relative; background: transparent url("/images/header.jpg"); background-position: center; background-repeat: no-repeat; background-size: cover; height: 50%; } [role="banner"] hgroup { position: absolute; left: 2.5%; top: 45%; width: 90%; } [role="banner"] hgroup h1, [role="banner"] hgroup h2 { color: rgb(242, 244, 243); text-shadow: 2px 2px rgb(0, 123, 196); font-family: 'Lemonada', cursive; line-height: 1.5; } /* .navbar { background: rgb(0, 123, 196); }*/ /* */ /*.navbar .navbar-nav .nav-link, .dropdown-item { font-weight: 900;*/ /*text-transform: uppercase;*/ /* font-style: normal; }*/ /* .navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-link:focus { color: rgb(5, 103, 140); }*/ /*.navbar .navbar-toggler-icon { padding: 2em 1em; }*/ /* .navbar .navbar-brand { padding: 0; }*/ .center { text-align: center; } .navbar { background: rgb(0, 123, 196); } .navbar #registerLink, .navbar #loginLink { margin: 0.25rem; } .navbar #registerLink:hover, .navbar #registerLink:focus, .navbar #loginLink:hover, .navbar #loginLink:focus { -webkit-transition: none; -moz-transition: none; -o-transition: none; transition: none; } /* .navbar .navbar-brand img { width: 125px; height: 85px; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .navbar-shrink .navbar-toggler-icon { padding: 1em; } .navbar-shrink .navbar-brand img { width: 75px; height: 55px; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } */ /* [role="main"] { margin-top: 2.5em; }*/ /* [role="main"] .post-container .post-content ul { list-style: square !important; }*/ /* [role="main"] .post-container .post-content table td { vertical-align: top !important; }*/ /*[role="main"] .post-container, [role="main"] .widget { position: relative; overflow: hidden; background: white; margin: 1.5em auto; padding: 1.5em 1.5em; }*/ /* [role="main"] .post-container, [role="main"] .widget { }*/ /* rgb(79, 148, 153) */ /* [role="main"] .post-container { margin-bottom: 2.5em; padding: 2.5em 2em; } [role="main"] .widget { margin-bottom: 1.5em; padding: 1em 1.5em; } */ /* [role="main"] .widget h3 { position: relative; font-size: 15px; letter-spacing: 1px;*/ /*text-transform: uppercase;*/ /* border-bottom: 1px solid rgb(238,238,238); } [role="main"] .widget h3 span { display: inline-block; position: relative; bottom: -1px; padding-bottom: 5px; border-bottom: 2px solid rgb(79, 148, 153); } [role="main"] .widget > ul { padding: 0; } [role="main"] .widget ul li { font-weight: 700; /*font-size: 1.1em;*/ /* margin: 1em auto;*/ /*} [role="main"] .widget ul li:before { position: absolute; top: 0; left: 0; font-family: FontAwesome; content: "\f15b"; font-size: 1.2em; color: rgb(53, 121, 178); } [role="main"] .widget ul li { margin: 0.5em 0; font-size: 1.2em; color: rgb(63, 65, 66); position: relative; padding-left: 2em; } [role="main"] .widget ul li a { padding: 0; margin: 0; word-break: break-word; } [role="main"] .post-container:before, [role="main"] .widget:before { display: block; position: absolute; content: ""; top: 0; right: 0; z-index: 40; border-width: 0 16px 16px 0; border-style: solid; border-color: rgb(255,255,255) rgb(238,238,238) rgb(255,255,255) rgb(255,255,255); background: rgb(101, 142, 21); -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.08), -1px 1px 1px rgba(0,0,0,0.08); -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.08), -1px 1px 1px rgba(0,0,0,0.08); box-shadow: 0 1px 1px rgba(0,0,0,0.08), -1px 1px 1px rgba(0,0,0,0.08); width: 0; } [role="main"] .post-container .post-header h2 > a { word-wrap: break-word; } [role="main"] .post-container .post-meta { margin: 0; margin-top: 10px; padding: 0; list-style: none; font-size: 12px; } [role="main"] .post-container .post-meta li, [role="main"] .post-container .post-meta li a { color: #bbb; } [role="main"] .post-container .post-meta li { display: inline-block; margin-right: 12px; } [role="main"] .post-container .post-content { margin-top: 30px; line-height: 25px; }*/ .entry, .widget { position: relative; overflow: hidden; margin: 1.55rem auto; padding: 1.55rem; background: white; } .entry:before, .widget:before { display: block; position: absolute; content: ""; top: 0; right: 0; width: 0; z-index: 40; border-width: 0 15px 15px 0; border-style: solid; border-color: rgb(255,255,255) rgb(242, 244, 243) rgb(255,255,255) rgb(255,255,255); background: rgb(101, 142, 21); -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.08), -1px 1px 1px rgba(0,0,0,0.08); -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.08), -1px 1px 1px rgba(0,0,0,0.08); box-shadow: 0 1px 1px rgba(0,0,0,0.08), -1px 1px 1px rgba(0,0,0,0.08); } .widget h3 { position: relative; font-size: 0.95rem; letter-spacing: 0.25rem; border-bottom: 1px solid rgb(238, 238, 238); } .widget h3 span { display: inline-block; position: relative; bottom: -1px; padding-bottom: 0.25rem; border-bottom: 2px solid rgb(0, 123, 196); } .widget ul { margin: 0; padding: 0; list-style: none; } .widget ul li { position: relative; margin: 0.55rem 0; padding-left: 1.75rem; font-weight: 700; font-size: 1.25rem; color: rgb(63, 65, 66); } .widget ul li:before { position: absolute; top: 0; left: 0; font-family: "FontAwesome"; content: "\f15b"; color: rgb(0, 123, 196); } .widget ul li a { margin: 0; padding: 0; } /* .post > .post-header > h2 { border-bottom: 1px solid rgb(58, 106, 127); padding-bottom: 0.2em; margin: 0; }*/ /* .post > .post-header > .post-meta { display: block; list-style: none; margin: 0; padding: 0; border-bottom: 1px solid rgb(58, 106, 127); padding-bottom: 0.2em; } .post > .post-header > .post-meta li { display: inline-block; padding: 0.2em; font-size: 1.03em; } .post > .post-header > .post-meta li:first-child { padding-left: 0; } .post > .post-header > .post-meta li:last-child { padding-right: 0; } .post > .post-header > .post-meta > li > .fa { color: rgb(115, 170, 174); } .post > .post-header > .post-meta > li { color: rgb(2, 117, 216); font-weight: 900; } */ /* .post .post-content { /*margin: 1em 0;*/ /* } todo .post .post-content p { margin: 0; font-size: 1.15em; line-height: 1.6; }*/ /* .post > .post-header > .post-meta:before, .post > .post-header:after { display: block; margin: 0 auto; width: 100%; height: 1px; padding: 0; content: ""; background: rgb(58, 106, 127); margin: 0.3em 0 0.5em 0; }*/ /* OLD STYLES */ /* NEW STYLES FOR HEADER */ .entry .e-header, .comment .c-header { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 0; padding-bottom: 0.05rem; margin-bottom: 0.99rem; border-bottom: 1px solid rgb(238, 238, 238); } .entry .e-header .e-title { margin: 0; padding: 0; padding-bottom: 0.35rem; width: 100%; font-size: 2.05rem; border-bottom: 1px solid rgb(238, 238, 238); } .entry .e-header > .e-date, .entry .e-header > .e-author, .comment .c-header > .c-date, .comment .c-header > .c-author { width: 49.99%; font-weight: 700; font-size: 0.99rem; padding-top: 0.25rem; padding-bottom: 0.25rem; color: rgb(0, 123, 196); } .entry .e-header .e-date, .comment .c-header .c-date { text-align: left; } .entry .e-header .e-author, .comment .c-header .c-author { text-align: right; } .entry .e-header .e-date:before, .entry .e-header .e-author:before, .comment .c-header .c-author, .comment .c-header .c-date { font-weight: 900; font-family: "FontAwesome"; padding-right: 0.35rem; color: rgb(4, 74, 90); } .entry .e-header .e-date:before, .comment .c-header .c-date:before { content: "\f017"; } .entry .e-header .e-author:before, .comment .c-header .c-author:before { content: "\f007"; } .entry .e-content { color: rgb(30, 30, 29); } .entry .e-comments { padding-top: 0.75rem; } .entry .e-comments h4 { color: rgb(4, 74, 90); } /* old */ /*[role="main"] .post-container .post-comments { margin-top: 20px; padding-top: 20px; border-top: 1px solid #f4f4f4; } [role="main"] .post-container .post-comments h3 { margin: 0; margin-bottom: 20px; font-size: 18px; } [role="main"] .post-container .post-comments ul { margin-bottom: 5px; color: #888; font-size: 13px; } [role="main"] .post-container .post-comments .comments-list { padding: 0; } [role="main"] .post-container .post-comments .comments-list .comment { margin: 20px 0 30px; position: relative; list-style: none; } [role="main"] .post-container .post-comments .comments-list .comment .comment-meta { margin-bottom: 5px; color: #888; font-size: 13px; } [role="main"] .post-container .post-comments .comments-list .comment-author { font-size: 14px; color: rgb(93, 67, 132); } /* [role="main"] .post-container .post-read-more { margin-top: 1.5em; }*/ /* #new-comment { border-top: 1px solid #eee; }*/ /* TODO NEW pagination style */ .pagination .page-item .page-link { color: rgb(5, 103, 140); } .pagination .page-item.active .page-link { color: #fff; background: rgb(5, 103, 140); border-color: rgb(5, 103, 140); } .previous a > .fa, .next a > .fa { font-size: 1.1em; } /*[role="contentinfo"] { padding-top: 1em; background: rgb(41, 43, 44); color: #777; } [role="contentinfo"] .copyright { line-height: 25px; margin-top: 0.5em; } [role="contentinfo"] .copyright, [role="contentinfo"] .ojs { text-align: center; } [role="contentinfo"] .ojs { } [role="contentinfo"] .ojs > a { color: rgb(14, 93, 162); text-decoration: none; border: none; } [role="contentinfo"] .ojs > a:hover, [role="contentinfo"] .ojs > a:focus { text-decoration: underline; } [role="contentinfo"] .social { padding: 0; } [role="contentinfo"] .social li { display: inline-block; padding: 0 0.5em; } [role="contentinfo"] .social li [rel="me"] > .fa { width: 35px; height: 35px; font-size: 35px; color: #777; } [role="contentinfo"] .social li [rel="me"] > .fa:hover, [role="contentinfo"] .social li [rel="me"] > .fa:focus { color: rgb(5, 103, 140); } [role="contentinfo"] .info { background: rgb(37, 37, 37); text-align: center; padding: 1em; } [role="contentinfo"] .info p { padding: 0; margin: 0; font-size: 1.2em; } */ /* [role="contentinfo"] { text-align: center; } [role="contentinfo"] .social { padding: 0; } [role="contentinfo"] .social > li { display: inline-block; text-decoration: none; line-height: 1.5; padding: 1em; } [role="contentinfo"] .social > li .fa { font-size: 2.5em; color: rgb(3, 115, 212); } [role="contentinfo"] .social > li .fa:hover, [role="contentinfo"] .social > li .fa:focus { color: rgb(53, 121, 178); } .copyright { color: rgb(79, 148, 153); font-size: 1em; } */ /* [role="contentinfo"] .social li [rel="me"] > .fa { font-size: 35px; color: #777; } [role="contentinfo"] .social li [rel="me"] > .fa:hover, [role="contentinfo"] .social li [rel="me"] > .fa:focus { color: rgb(5, 103, 140); }*/ /* FOOTER */ [role="contentinfo"] { margin: 0 auto; padding-top: 0.75rem; padding-bottom: 0.75rem; background: rgb(4, 74, 90); text-align: center; } [role="contentinfo"] [rel="me"] { font-size: 2.45rem; padding-left: 0.75rem; padding-right: 0.75rem; } [role="contentinfo"] [rel="me"] strong { display: none; } [role="contentinfo"] .facebook:before { font-weight: 900; font-family: "FontAwesome"; content: "\f230"; } [role="contentinfo"] .twitter:before { font-weight: 900; font-family: "FontAwesome"; content: "\f099"; } [role="contentinfo"] .github:before { font-weight: 900; font-family: "FontAwesome"; content: "\f09b"; } [role="contentinfo"] .youtube:before { font-weight: 900; font-family: "FontAwesome"; content: "\f16a"; } [role="contentinfo"] .instagram:before { font-weight: 900; font-family: "FontAwesome"; content: "\f16d"; } [role="contentinfo"] .copyright { margin: 0.95rem 0; color: rgb(242, 244, 243); font-size: 1.25rem; } [role="contentinfo"] .copyright:before { font-weight: 900; font-family: "FontAwesome"; content: "\f1f9"; }
0.296654
0.075653
* { margin: 0; padding: 0; box-sizing: border-box; } /* https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Flexible_Box_Layout/Aligning_Items_in_a_Flex_Container */ .form-outline { display: flex; flex-direction: column; place-items: center; } .bbInput { border: none; background: none; } .gradient-custom { /* fallback for old browsers */ background: #6a11cb; /* Chrome 10-25, Safari 5.1-6 */ animation: gradientDelta 10s ease infinite; background: rgba(0, 0, 0, 0) linear-gradient(270deg, rgb(0, 60, 100), rgb(0, 136, 123)) repeat scroll 0% 0% / 400% 400%; } .frmBB { min-width: 80vw; } body { font-family: "Montserrat", sans-serif; text-align: center; background-color: #ffffff; color: rgb(44, 44, 44); } /* I frame styleing */ .i-frame { min-width: 250px; } /* Headers Default */ .Headers { text-transform: uppercase; font-size: 1.5rem; letter-spacing: 5px; padding: 0.5rem; border: 1px gray solid; margin: 2rem auto; display: inline-block; } /* My feed Section */ .MyFeedbg { width: 100%; color: white; display: grid; height: 100vh; place-items: center; grid-template-rows: 20% auto auto; padding: 2rem; } .myFeed { display: grid; justify-content: center; place-items: center; } .myFeedText { text-transform: uppercase; text-align: center; font-size: 2rem; letter-spacing: 15px; padding-left: 10px; } .myFeedTextsmall { text-transform: uppercase; text-align: center; font-size: 1rem; letter-spacing: 1px; } .myFeedline { height: 1px; width: 70%; margin: 10px; padding: 1px; background-color: white; } .myFeedExtra { display: grid; justify-content: center; place-items: center; grid-template-rows: 30% 1fr 1fr; margin: 2rem auto; } .myFeedimg { border-radius: 50%; width: 80px; height: 80px; background-color: white; } /* End My Feed */ /* To Do CSS */ .HeaderWeek { font-size: 1rem; padding: 1rem; letter-spacing: 5px; text-transform: uppercase; } .ToDoDivHeader { display: grid; justify-content: center; place-items: center; } .BigHeader { color: rgb(0, 0, 0); font-size: 2rem; letter-spacing: 2px; background-color: white; } /* main */ .light { background-color: #e0e0e0; opacity: 280%; color: rgb(80, 80, 80); } .dark { background-color: rgb(29, 29, 29); color: rgb(211, 211, 211); } /* Animations */ /* _________________________________ */ .navNight { -webkit-animation: gradientDelta 10s ease infinite; -moz-animation: gradientDelta 10s ease infinite; animation: gradientDelta 10s ease infinite; background: rgba(0, 0, 0, 0) linear-gradient(270deg, #f1f2b5, #135058) repeat scroll 0% 0% / 400% 400%; } .navAfternoon { filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#E9D022", endColorstr="#E60B09", GradientType=1); -webkit-animation: gradientDelta 10s ease infinite; -moz-animation: gradientDelta 8s ease infinite; animation: gradientDelta 8s ease infinite; background-size: 400% 400%; background: rgba(0, 0, 0, 0) linear-gradient(90deg, #e53935, #e35d5b) 100% / 200% 200%; /* Chrome 10-25, Safari 5.1-6 */ /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ } .navDay { filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#E9D022", endColorstr="#E60B09", GradientType=1); -webkit-animation: gradientDelta 5s ease infinite; -moz-animation: gradientDelta 10s ease infinite; animation: gradientDelta 5s ease infinite; background: linear-gradient(90deg, #f46b45, #eea849) 100% / 200% 200%; /* fallback for old browsers */ background: -webkit-linear-gradient(to right, #8dc26f, #76b852); /* Chrome 10-25, Safari 5.1-6 */ /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ } @-webkit-keyframes gradientDelta { 0% { background-position: 0% 50%; } 50% { background-position: 50% 150%; } 100% { background-position: 0% 50%; } } @-moz-keyframes gradientDelta { 0% { background-position: 0% 50%; } 50% { background-position: 100% 150%; } 100% { background-position: 0% 50%; } } @keyframes gradientDelta { 0% { background-position: 0% 50%; } 50% { background-position: 100% 150%; } 100% { background-position: 0% 50%; } } @keyframes flash { 0% { opacity: 0; } 50% { opacity: 100; } 100% { opacity: 10; } } .flash { animation: flash 8s linear infinite; } /* _________________________________ */ /* _________________Animations End________________ */ /* Media Queries */ @media (min-width: 300px) { }
css/style.css
* { margin: 0; padding: 0; box-sizing: border-box; } /* https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Flexible_Box_Layout/Aligning_Items_in_a_Flex_Container */ .form-outline { display: flex; flex-direction: column; place-items: center; } .bbInput { border: none; background: none; } .gradient-custom { /* fallback for old browsers */ background: #6a11cb; /* Chrome 10-25, Safari 5.1-6 */ animation: gradientDelta 10s ease infinite; background: rgba(0, 0, 0, 0) linear-gradient(270deg, rgb(0, 60, 100), rgb(0, 136, 123)) repeat scroll 0% 0% / 400% 400%; } .frmBB { min-width: 80vw; } body { font-family: "Montserrat", sans-serif; text-align: center; background-color: #ffffff; color: rgb(44, 44, 44); } /* I frame styleing */ .i-frame { min-width: 250px; } /* Headers Default */ .Headers { text-transform: uppercase; font-size: 1.5rem; letter-spacing: 5px; padding: 0.5rem; border: 1px gray solid; margin: 2rem auto; display: inline-block; } /* My feed Section */ .MyFeedbg { width: 100%; color: white; display: grid; height: 100vh; place-items: center; grid-template-rows: 20% auto auto; padding: 2rem; } .myFeed { display: grid; justify-content: center; place-items: center; } .myFeedText { text-transform: uppercase; text-align: center; font-size: 2rem; letter-spacing: 15px; padding-left: 10px; } .myFeedTextsmall { text-transform: uppercase; text-align: center; font-size: 1rem; letter-spacing: 1px; } .myFeedline { height: 1px; width: 70%; margin: 10px; padding: 1px; background-color: white; } .myFeedExtra { display: grid; justify-content: center; place-items: center; grid-template-rows: 30% 1fr 1fr; margin: 2rem auto; } .myFeedimg { border-radius: 50%; width: 80px; height: 80px; background-color: white; } /* End My Feed */ /* To Do CSS */ .HeaderWeek { font-size: 1rem; padding: 1rem; letter-spacing: 5px; text-transform: uppercase; } .ToDoDivHeader { display: grid; justify-content: center; place-items: center; } .BigHeader { color: rgb(0, 0, 0); font-size: 2rem; letter-spacing: 2px; background-color: white; } /* main */ .light { background-color: #e0e0e0; opacity: 280%; color: rgb(80, 80, 80); } .dark { background-color: rgb(29, 29, 29); color: rgb(211, 211, 211); } /* Animations */ /* _________________________________ */ .navNight { -webkit-animation: gradientDelta 10s ease infinite; -moz-animation: gradientDelta 10s ease infinite; animation: gradientDelta 10s ease infinite; background: rgba(0, 0, 0, 0) linear-gradient(270deg, #f1f2b5, #135058) repeat scroll 0% 0% / 400% 400%; } .navAfternoon { filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#E9D022", endColorstr="#E60B09", GradientType=1); -webkit-animation: gradientDelta 10s ease infinite; -moz-animation: gradientDelta 8s ease infinite; animation: gradientDelta 8s ease infinite; background-size: 400% 400%; background: rgba(0, 0, 0, 0) linear-gradient(90deg, #e53935, #e35d5b) 100% / 200% 200%; /* Chrome 10-25, Safari 5.1-6 */ /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ } .navDay { filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#E9D022", endColorstr="#E60B09", GradientType=1); -webkit-animation: gradientDelta 5s ease infinite; -moz-animation: gradientDelta 10s ease infinite; animation: gradientDelta 5s ease infinite; background: linear-gradient(90deg, #f46b45, #eea849) 100% / 200% 200%; /* fallback for old browsers */ background: -webkit-linear-gradient(to right, #8dc26f, #76b852); /* Chrome 10-25, Safari 5.1-6 */ /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ } @-webkit-keyframes gradientDelta { 0% { background-position: 0% 50%; } 50% { background-position: 50% 150%; } 100% { background-position: 0% 50%; } } @-moz-keyframes gradientDelta { 0% { background-position: 0% 50%; } 50% { background-position: 100% 150%; } 100% { background-position: 0% 50%; } } @keyframes gradientDelta { 0% { background-position: 0% 50%; } 50% { background-position: 100% 150%; } 100% { background-position: 0% 50%; } } @keyframes flash { 0% { opacity: 0; } 50% { opacity: 100; } 100% { opacity: 10; } } .flash { animation: flash 8s linear infinite; } /* _________________________________ */ /* _________________Animations End________________ */ /* Media Queries */ @media (min-width: 300px) { }
0.479747
0.081264
width: 100%; margin: 0 auto; background-color: grey; } h1 { color: white; text-shadow: 2px 2px 4px #000000; } h4 { color: white; text-shadow: 2px 2px 4px #000000; } .num { border: 1px solid black; border-radius: 10px; width: 80px; height: 60px; padding: 5px; margin: 10px; text-align: center; background-color: aquamarine; } .fizz { border: 1px solid black; border-radius: 10px; width: 80px; height: 60px; padding: 5px; margin: 10px; text-align: center; background-color: yellow; } .buzz { border: 1px solid black; border-radius: 10px; width: 80px; height: 60px; padding: 5px; margin: 10px; text-align: center; background-color: blue; } .fizzbuzz { border: 1px solid black; border-radius: 10px; width: 80px; height: 60px; padding: 5px; margin: 10px; text-align: center; background-color: green; } #submit { width: 110px; height: 50px; border-radius: 10px; background-color: orangered; color: #fff; border: none; margin: 10px; } #submit:hover { background-color: red; } #reset { width: 110px; height: 50px; border-radius: 10px; background-color: yellowgreen; color: #fff; border: none; margin: 10px; } #reset:hover { background-color: red; } form { text-align: center; } input { padding: 5px; border-radius: 5px; border: 1px solid #CCC; height: 30px; margin: 5px; } .error { color: firebrick; } #output { display: block; margin-left: 10px; margin-right: 10px; width: 100%; } @media (min-width: 576px) { #container { width: 100%; min-height: 100%; margin: auto; align-items: center; justify-items: center; } #output { display: grid; grid-template-columns: 100px 100px 100px 100px 100px; grid-template-rows: 100px 100px 100px 100px 100px 100px 100px 100px 100px 100px 100px 100px 100px 100px 100px 100px 100px 100px 100px 100px; grid-template-areas: ". . . . ." ". . . . ." ". . . . ." ". . . . ." ". . . . ." ". . . . ." ". . . . ." ". . . . ." ". . . . ." ". . . . ." ". . . . ." ". . . . ." ". . . . ." ". . . . ." ". . . . ." ". . . . ." ". . . . ." ". . . . ." ". . . . ." ". . . . ."; align-items: center; } } @media (min-width: 992px) { #container { width: 100%; height: 100%; margin: auto; align-items: center; } #output { display: grid; grid-template-columns: 120px 120px 120px 120px 120px 120px 120px 120px 120px 120px; grid-template-rows: 120px 120px 120px 120px 120px 120px 120px 120px 120px 120px; grid-template-areas: ". . . . . . . . . ." ". . . . . . . . . ." ". . . . . . . . . ." ". . . . . . . . . ." ". . . . . . . . . ." ". . . . . . . . . ." ". . . . . . . . . ." ". . . . . . . . . ." ". . . . . . . . . ." ". . . . . . . . . ."; align-items: center; } }
styles/styles.css
width: 100%; margin: 0 auto; background-color: grey; } h1 { color: white; text-shadow: 2px 2px 4px #000000; } h4 { color: white; text-shadow: 2px 2px 4px #000000; } .num { border: 1px solid black; border-radius: 10px; width: 80px; height: 60px; padding: 5px; margin: 10px; text-align: center; background-color: aquamarine; } .fizz { border: 1px solid black; border-radius: 10px; width: 80px; height: 60px; padding: 5px; margin: 10px; text-align: center; background-color: yellow; } .buzz { border: 1px solid black; border-radius: 10px; width: 80px; height: 60px; padding: 5px; margin: 10px; text-align: center; background-color: blue; } .fizzbuzz { border: 1px solid black; border-radius: 10px; width: 80px; height: 60px; padding: 5px; margin: 10px; text-align: center; background-color: green; } #submit { width: 110px; height: 50px; border-radius: 10px; background-color: orangered; color: #fff; border: none; margin: 10px; } #submit:hover { background-color: red; } #reset { width: 110px; height: 50px; border-radius: 10px; background-color: yellowgreen; color: #fff; border: none; margin: 10px; } #reset:hover { background-color: red; } form { text-align: center; } input { padding: 5px; border-radius: 5px; border: 1px solid #CCC; height: 30px; margin: 5px; } .error { color: firebrick; } #output { display: block; margin-left: 10px; margin-right: 10px; width: 100%; } @media (min-width: 576px) { #container { width: 100%; min-height: 100%; margin: auto; align-items: center; justify-items: center; } #output { display: grid; grid-template-columns: 100px 100px 100px 100px 100px; grid-template-rows: 100px 100px 100px 100px 100px 100px 100px 100px 100px 100px 100px 100px 100px 100px 100px 100px 100px 100px 100px 100px; grid-template-areas: ". . . . ." ". . . . ." ". . . . ." ". . . . ." ". . . . ." ". . . . ." ". . . . ." ". . . . ." ". . . . ." ". . . . ." ". . . . ." ". . . . ." ". . . . ." ". . . . ." ". . . . ." ". . . . ." ". . . . ." ". . . . ." ". . . . ." ". . . . ."; align-items: center; } } @media (min-width: 992px) { #container { width: 100%; height: 100%; margin: auto; align-items: center; } #output { display: grid; grid-template-columns: 120px 120px 120px 120px 120px 120px 120px 120px 120px 120px; grid-template-rows: 120px 120px 120px 120px 120px 120px 120px 120px 120px 120px; grid-template-areas: ". . . . . . . . . ." ". . . . . . . . . ." ". . . . . . . . . ." ". . . . . . . . . ." ". . . . . . . . . ." ". . . . . . . . . ." ". . . . . . . . . ." ". . . . . . . . . ." ". . . . . . . . . ." ". . . . . . . . . ."; align-items: center; } }
0.404978
0.135747
.pcboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;} .pcboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;} #pcolorbox, #pcboxContent, #pcboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;} /* User Style: Change the following styles to modify the appearance of pcolorbox. They are ordered & tabbed in a way that represents the nesting of the generated HTML. */ #pcboxOverlay{background:#000;} #pcolorbox{outline:0;} #pcboxContent{margin-top:20px;background:#000;} .pcboxIframe{background:#fff;} #pcboxError{padding:50px; border:1px solid #ccc;} #pcboxLoadedContent{border:5px solid #000; background:#fff;} #pcboxTitle{position:absolute; top:-20px; left:0; color:#ccc;} #pcboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;} #pcboxLoadingGraphic{background:url(../images/3/loading.gif) no-repeat center center;} /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */ #pcboxPrevious, #pcboxNext, #pcboxSlideshow, #pcboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; } /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */ #pcboxPrevious:active, #pcboxNext:active, #pcboxSlideshow:active, #pcboxClose:active {outline:0;} #pcboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;} #pcboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(../images/3/controls.png) no-repeat top left; width:28px; height:65px; text-indent:-9999px;} #pcboxPrevious:hover{background-position:bottom left;} #pcboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url(../images/3/controls.png) no-repeat top right; width:28px; height:65px; text-indent:-9999px;} #pcboxNext:hover{background-position:bottom right;} #pcboxClose{position:absolute; top:5px; right:5px; display:block; background:url(../images/3/controls.png) no-repeat top center; width:38px; height:19px; text-indent:-9999px;} #pcboxClose:hover{background-position:bottom center;}
style/colorbox-3.css
.pcboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;} .pcboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;} #pcolorbox, #pcboxContent, #pcboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;} /* User Style: Change the following styles to modify the appearance of pcolorbox. They are ordered & tabbed in a way that represents the nesting of the generated HTML. */ #pcboxOverlay{background:#000;} #pcolorbox{outline:0;} #pcboxContent{margin-top:20px;background:#000;} .pcboxIframe{background:#fff;} #pcboxError{padding:50px; border:1px solid #ccc;} #pcboxLoadedContent{border:5px solid #000; background:#fff;} #pcboxTitle{position:absolute; top:-20px; left:0; color:#ccc;} #pcboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;} #pcboxLoadingGraphic{background:url(../images/3/loading.gif) no-repeat center center;} /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */ #pcboxPrevious, #pcboxNext, #pcboxSlideshow, #pcboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; } /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */ #pcboxPrevious:active, #pcboxNext:active, #pcboxSlideshow:active, #pcboxClose:active {outline:0;} #pcboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;} #pcboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(../images/3/controls.png) no-repeat top left; width:28px; height:65px; text-indent:-9999px;} #pcboxPrevious:hover{background-position:bottom left;} #pcboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url(../images/3/controls.png) no-repeat top right; width:28px; height:65px; text-indent:-9999px;} #pcboxNext:hover{background-position:bottom right;} #pcboxClose{position:absolute; top:5px; right:5px; display:block; background:url(../images/3/controls.png) no-repeat top center; width:38px; height:19px; text-indent:-9999px;} #pcboxClose:hover{background-position:bottom center;}
0.412294
0.103658
details.popover { display: inline-block; position: relative; } details.popover summary { outline: 0; cursor: pointer; } details.popover summary::-webkit-details-marker { display: none; } details.popover summary::marker { font-size: 0; color: transparent; } details.popover[open] > summary:before { content: ''; position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 50; cursor: default; } details.popover .popover-content { position: absolute; background-color: #fff; box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2); border: 1px solid #ccc; border-radius: 4px; z-index: 50; width: max-content; } details.popover.popover-top-start .popover-content, details.popover.popover-top .popover-content, details.popover.popover-top-end .popover-content { bottom: 100%; } details.popover.popover-top-start .popover-content { right: 0; } details.popover.popover-top .popover-content { left: 50%; transform: translateX(-50%); } details.popover.popover-top-end .popover-content { left: 0; } details.popover.popover-bottom-start .popover-content, details.popover.popover-bottom .popover-content, details.popover.popover-bottom-end .popover-content { top: 100%; } details.popover.popover-bottom-start .popover-content { right: 0; } details.popover.popover-bottom .popover-content { left: 50%; transform: translateX(-50%); } details.popover.popover-bottom-end .popover-content { left: 0; } details.popover.popover-left-start .popover-content, details.popover.popover-left .popover-content, details.popover.popover-left-end .popover-content { right: 100%; } details.popover.popover-left-start .popover-content { top: 0; } details.popover.popover-left .popover-content { top: 50%; transform: translateY(-50%); } details.popover.popover-left-end .popover-content { bottom: 0; } details.popover.popover-right-start .popover-content, details.popover.popover-right .popover-content, details.popover.popover-right-end .popover-content { left: 100%; } details.popover.popover-right-start .popover-content { top: 0; } details.popover.popover-right .popover-content { top: 50%; transform: translateY(-50%); } details.popover.popover-right-end .popover-content { bottom: 0; } details.popover.popover-arrow[open]:before { content: ''; position: absolute; z-index: 51; } details.popover.popover-arrow[open].popover-top-start:before, details.popover.popover-arrow[open].popover-top:before, details.popover.popover-arrow[open].popover-top-end:before, details.popover.popover-arrow[open].popover-bottom-start:before, details.popover.popover-arrow[open].popover-bottom:before, details.popover.popover-arrow[open].popover-bottom-end:before { width: 16px; height: 10px; left: 50%; transform: translateX(-50%); } details.popover.popover-arrow[open].popover-top-start:before, details.popover.popover-arrow[open].popover-top:before, details.popover.popover-arrow[open].popover-top-end:before { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%229%22%3E%3Cpath%20d%3D%22M%200%20-2%20L%208%207%20L%2016%20-2%22%20fill%3D%22%23fff%22%20stroke%3D%22%23ccc%22%20%2F%3E%3C%2Fsvg%3E"); background-repeat: no-repeat; background-position: top; top: -1px; } details.popover.popover-arrow[open].popover-bottom-start:before, details.popover.popover-arrow[open].popover-bottom:before, details.popover.popover-arrow[open].popover-bottom-end:before { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%229%22%3E%3Cpath%20d%3D%22M%200%2010%20L%208%201%20L%2016%2010%22%20fill%3D%22%23fff%22%20stroke%3D%22%23ccc%22%20%2F%3E%3C%2Fsvg%3E"); background-repeat: no-repeat; background-position: bottom; bottom: -1px; } details.popover.popover-arrow[open].popover-left-start:before, details.popover.popover-arrow[open].popover-left:before, details.popover.popover-arrow[open].popover-left-end:before, details.popover.popover-arrow[open].popover-right-start:before, details.popover.popover-arrow[open].popover-right:before, details.popover.popover-arrow[open].popover-right-end:before { width: 10px; height: 16px; top: 50%; transform: translateY(-50%); } details.popover.popover-arrow[open].popover-left-start:before, details.popover.popover-arrow[open].popover-left:before, details.popover.popover-arrow[open].popover-left-end:before { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229%22%20height%3D%2216%22%3E%3Cpath%20d%3D%22M%20-2%200%20L%207%208%20L%20-2%2016%22%20fill%3D%22%23fff%22%20stroke%3D%22%23ccc%22%20%2F%3E%3C%2Fsvg%3E"); background-repeat: no-repeat; background-position: left; left: -1px; } details.popover.popover-arrow[open].popover-right-start:before, details.popover.popover-arrow[open].popover-right:before, details.popover.popover-arrow[open].popover-right-end:before { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229%22%20height%3D%2216%22%3E%3Cpath%20d%3D%22M%2010%200%20L%201%208%20L%2010%2016%22%20fill%3D%22%23fff%22%20stroke%3D%22%23ccc%22%20%2F%3E%3C%2Fsvg%3E"); background-repeat: no-repeat; background-position: right; right: -1px; } details.popover.popover-dark .popover-content { color: #fff; background-color: rgba(0, 0, 0, 0.8); border: none; } details.popover.popover-dark.popover-arrow[open].popover-top-start:before, details.popover.popover-dark.popover-arrow[open].popover-top:before, details.popover.popover-dark.popover-arrow[open].popover-top-end:before { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%229%22%3E%3Cpath%20d%3D%22M%200%20-2%20L%208%207%20L%2016%20-2%22%20fill%3D%22rgba%280%2C%200%2C%200%2C%200.8%29%22%20stroke%3D%22none%22%20%2F%3E%3C%2Fsvg%3E"); top: 0px; } details.popover.popover-dark.popover-arrow[open].popover-bottom-start:before, details.popover.popover-dark.popover-arrow[open].popover-bottom:before, details.popover.popover-dark.popover-arrow[open].popover-bottom-end:before { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%229%22%3E%3Cpath%20d%3D%22M%200%2010%20L%208%201%20L%2016%2010%22%20fill%3D%22rgba%280%2C%200%2C%200%2C%200.8%29%22%20stroke%3D%22none%22%20%2F%3E%3C%2Fsvg%3E"); bottom: 0px; } details.popover.popover-dark.popover-arrow[open].popover-left-start:before, details.popover.popover-dark.popover-arrow[open].popover-left:before, details.popover.popover-dark.popover-arrow[open].popover-left-end:before { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229%22%20height%3D%2216%22%3E%3Cpath%20d%3D%22M%20-2%200%20L%207%208%20L%20-2%2016%22%20fill%3D%22rgba%280%2C%200%2C%200%2C%200.8%29%22%20stroke%3D%22none%22%20%2F%3E%3C%2Fsvg%3E"); left: 0px; } details.popover.popover-dark.popover-arrow[open].popover-right-start:before, details.popover.popover-dark.popover-arrow[open].popover-right:before, details.popover.popover-dark.popover-arrow[open].popover-right-end:before { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229%22%20height%3D%2216%22%3E%3Cpath%20d%3D%22M%2010%200%20L%201%208%20L%2010%2016%22%20fill%3D%22rgba%280%2C%200%2C%200%2C%200.8%29%22%20stroke%3D%22none%22%20%2F%3E%3C%2Fsvg%3E"); right: 0px; } details.popover.popover-gap.popover-top-start .popover-content, details.popover.popover-gap.popover-top .popover-content, details.popover.popover-gap.popover-top-end .popover-content { bottom: calc(100% + 7px); } details.popover.popover-gap.popover-bottom-start .popover-content, details.popover.popover-gap.popover-bottom .popover-content, details.popover.popover-gap.popover-bottom-end .popover-content { top: calc(100% + 7px); } details.popover.popover-gap.popover-left-start .popover-content, details.popover.popover-gap.popover-left .popover-content, details.popover.popover-gap.popover-left-end .popover-content { right: calc(100% + 7px); } details.popover.popover-gap.popover-right-start .popover-content, details.popover.popover-gap.popover-right .popover-content, details.popover.popover-gap.popover-right-end .popover-content { left: calc(100% + 7px); } details.popover.popover-gap.popover-arrow[open].popover-top-start:before, details.popover.popover-gap.popover-arrow[open].popover-top:before, details.popover.popover-gap.popover-arrow[open].popover-top-end:before { top: -8px; } details.popover.popover-gap.popover-arrow[open].popover-bottom-start:before, details.popover.popover-gap.popover-arrow[open].popover-bottom:before, details.popover.popover-gap.popover-arrow[open].popover-bottom-end:before { bottom: -8px; } details.popover.popover-gap.popover-arrow[open].popover-left-start:before, details.popover.popover-gap.popover-arrow[open].popover-left:before, details.popover.popover-gap.popover-arrow[open].popover-left-end:before { left: -8px; } details.popover.popover-gap.popover-arrow[open].popover-right-start:before, details.popover.popover-gap.popover-arrow[open].popover-right:before, details.popover.popover-gap.popover-arrow[open].popover-right-end:before { right: -8px; } details.popover.popover-gap.popover-arrow[open].popover-dark.popover-top-start:before, details.popover.popover-gap.popover-arrow[open].popover-dark.popover-top:before, details.popover.popover-gap.popover-arrow[open].popover-dark.popover-top-end:before { top: -7px; } details.popover.popover-gap.popover-arrow[open].popover-dark.popover-bottom-start:before, details.popover.popover-gap.popover-arrow[open].popover-dark.popover-bottom:before, details.popover.popover-gap.popover-arrow[open].popover-dark.popover-bottom-end:before { bottom: -7px; } details.popover.popover-gap.popover-arrow[open].popover-dark.popover-left-start:before, details.popover.popover-gap.popover-arrow[open].popover-dark.popover-left:before, details.popover.popover-gap.popover-arrow[open].popover-dark.popover-left-end:before { left: -7px; } details.popover.popover-gap.popover-arrow[open].popover-dark.popover-right-start:before, details.popover.popover-gap.popover-arrow[open].popover-dark.popover-right:before, details.popover.popover-gap.popover-arrow[open].popover-dark.popover-right-end:before { right: -7px; }
dist/popover.css
details.popover { display: inline-block; position: relative; } details.popover summary { outline: 0; cursor: pointer; } details.popover summary::-webkit-details-marker { display: none; } details.popover summary::marker { font-size: 0; color: transparent; } details.popover[open] > summary:before { content: ''; position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 50; cursor: default; } details.popover .popover-content { position: absolute; background-color: #fff; box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2); border: 1px solid #ccc; border-radius: 4px; z-index: 50; width: max-content; } details.popover.popover-top-start .popover-content, details.popover.popover-top .popover-content, details.popover.popover-top-end .popover-content { bottom: 100%; } details.popover.popover-top-start .popover-content { right: 0; } details.popover.popover-top .popover-content { left: 50%; transform: translateX(-50%); } details.popover.popover-top-end .popover-content { left: 0; } details.popover.popover-bottom-start .popover-content, details.popover.popover-bottom .popover-content, details.popover.popover-bottom-end .popover-content { top: 100%; } details.popover.popover-bottom-start .popover-content { right: 0; } details.popover.popover-bottom .popover-content { left: 50%; transform: translateX(-50%); } details.popover.popover-bottom-end .popover-content { left: 0; } details.popover.popover-left-start .popover-content, details.popover.popover-left .popover-content, details.popover.popover-left-end .popover-content { right: 100%; } details.popover.popover-left-start .popover-content { top: 0; } details.popover.popover-left .popover-content { top: 50%; transform: translateY(-50%); } details.popover.popover-left-end .popover-content { bottom: 0; } details.popover.popover-right-start .popover-content, details.popover.popover-right .popover-content, details.popover.popover-right-end .popover-content { left: 100%; } details.popover.popover-right-start .popover-content { top: 0; } details.popover.popover-right .popover-content { top: 50%; transform: translateY(-50%); } details.popover.popover-right-end .popover-content { bottom: 0; } details.popover.popover-arrow[open]:before { content: ''; position: absolute; z-index: 51; } details.popover.popover-arrow[open].popover-top-start:before, details.popover.popover-arrow[open].popover-top:before, details.popover.popover-arrow[open].popover-top-end:before, details.popover.popover-arrow[open].popover-bottom-start:before, details.popover.popover-arrow[open].popover-bottom:before, details.popover.popover-arrow[open].popover-bottom-end:before { width: 16px; height: 10px; left: 50%; transform: translateX(-50%); } details.popover.popover-arrow[open].popover-top-start:before, details.popover.popover-arrow[open].popover-top:before, details.popover.popover-arrow[open].popover-top-end:before { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%229%22%3E%3Cpath%20d%3D%22M%200%20-2%20L%208%207%20L%2016%20-2%22%20fill%3D%22%23fff%22%20stroke%3D%22%23ccc%22%20%2F%3E%3C%2Fsvg%3E"); background-repeat: no-repeat; background-position: top; top: -1px; } details.popover.popover-arrow[open].popover-bottom-start:before, details.popover.popover-arrow[open].popover-bottom:before, details.popover.popover-arrow[open].popover-bottom-end:before { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%229%22%3E%3Cpath%20d%3D%22M%200%2010%20L%208%201%20L%2016%2010%22%20fill%3D%22%23fff%22%20stroke%3D%22%23ccc%22%20%2F%3E%3C%2Fsvg%3E"); background-repeat: no-repeat; background-position: bottom; bottom: -1px; } details.popover.popover-arrow[open].popover-left-start:before, details.popover.popover-arrow[open].popover-left:before, details.popover.popover-arrow[open].popover-left-end:before, details.popover.popover-arrow[open].popover-right-start:before, details.popover.popover-arrow[open].popover-right:before, details.popover.popover-arrow[open].popover-right-end:before { width: 10px; height: 16px; top: 50%; transform: translateY(-50%); } details.popover.popover-arrow[open].popover-left-start:before, details.popover.popover-arrow[open].popover-left:before, details.popover.popover-arrow[open].popover-left-end:before { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229%22%20height%3D%2216%22%3E%3Cpath%20d%3D%22M%20-2%200%20L%207%208%20L%20-2%2016%22%20fill%3D%22%23fff%22%20stroke%3D%22%23ccc%22%20%2F%3E%3C%2Fsvg%3E"); background-repeat: no-repeat; background-position: left; left: -1px; } details.popover.popover-arrow[open].popover-right-start:before, details.popover.popover-arrow[open].popover-right:before, details.popover.popover-arrow[open].popover-right-end:before { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229%22%20height%3D%2216%22%3E%3Cpath%20d%3D%22M%2010%200%20L%201%208%20L%2010%2016%22%20fill%3D%22%23fff%22%20stroke%3D%22%23ccc%22%20%2F%3E%3C%2Fsvg%3E"); background-repeat: no-repeat; background-position: right; right: -1px; } details.popover.popover-dark .popover-content { color: #fff; background-color: rgba(0, 0, 0, 0.8); border: none; } details.popover.popover-dark.popover-arrow[open].popover-top-start:before, details.popover.popover-dark.popover-arrow[open].popover-top:before, details.popover.popover-dark.popover-arrow[open].popover-top-end:before { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%229%22%3E%3Cpath%20d%3D%22M%200%20-2%20L%208%207%20L%2016%20-2%22%20fill%3D%22rgba%280%2C%200%2C%200%2C%200.8%29%22%20stroke%3D%22none%22%20%2F%3E%3C%2Fsvg%3E"); top: 0px; } details.popover.popover-dark.popover-arrow[open].popover-bottom-start:before, details.popover.popover-dark.popover-arrow[open].popover-bottom:before, details.popover.popover-dark.popover-arrow[open].popover-bottom-end:before { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%229%22%3E%3Cpath%20d%3D%22M%200%2010%20L%208%201%20L%2016%2010%22%20fill%3D%22rgba%280%2C%200%2C%200%2C%200.8%29%22%20stroke%3D%22none%22%20%2F%3E%3C%2Fsvg%3E"); bottom: 0px; } details.popover.popover-dark.popover-arrow[open].popover-left-start:before, details.popover.popover-dark.popover-arrow[open].popover-left:before, details.popover.popover-dark.popover-arrow[open].popover-left-end:before { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229%22%20height%3D%2216%22%3E%3Cpath%20d%3D%22M%20-2%200%20L%207%208%20L%20-2%2016%22%20fill%3D%22rgba%280%2C%200%2C%200%2C%200.8%29%22%20stroke%3D%22none%22%20%2F%3E%3C%2Fsvg%3E"); left: 0px; } details.popover.popover-dark.popover-arrow[open].popover-right-start:before, details.popover.popover-dark.popover-arrow[open].popover-right:before, details.popover.popover-dark.popover-arrow[open].popover-right-end:before { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229%22%20height%3D%2216%22%3E%3Cpath%20d%3D%22M%2010%200%20L%201%208%20L%2010%2016%22%20fill%3D%22rgba%280%2C%200%2C%200%2C%200.8%29%22%20stroke%3D%22none%22%20%2F%3E%3C%2Fsvg%3E"); right: 0px; } details.popover.popover-gap.popover-top-start .popover-content, details.popover.popover-gap.popover-top .popover-content, details.popover.popover-gap.popover-top-end .popover-content { bottom: calc(100% + 7px); } details.popover.popover-gap.popover-bottom-start .popover-content, details.popover.popover-gap.popover-bottom .popover-content, details.popover.popover-gap.popover-bottom-end .popover-content { top: calc(100% + 7px); } details.popover.popover-gap.popover-left-start .popover-content, details.popover.popover-gap.popover-left .popover-content, details.popover.popover-gap.popover-left-end .popover-content { right: calc(100% + 7px); } details.popover.popover-gap.popover-right-start .popover-content, details.popover.popover-gap.popover-right .popover-content, details.popover.popover-gap.popover-right-end .popover-content { left: calc(100% + 7px); } details.popover.popover-gap.popover-arrow[open].popover-top-start:before, details.popover.popover-gap.popover-arrow[open].popover-top:before, details.popover.popover-gap.popover-arrow[open].popover-top-end:before { top: -8px; } details.popover.popover-gap.popover-arrow[open].popover-bottom-start:before, details.popover.popover-gap.popover-arrow[open].popover-bottom:before, details.popover.popover-gap.popover-arrow[open].popover-bottom-end:before { bottom: -8px; } details.popover.popover-gap.popover-arrow[open].popover-left-start:before, details.popover.popover-gap.popover-arrow[open].popover-left:before, details.popover.popover-gap.popover-arrow[open].popover-left-end:before { left: -8px; } details.popover.popover-gap.popover-arrow[open].popover-right-start:before, details.popover.popover-gap.popover-arrow[open].popover-right:before, details.popover.popover-gap.popover-arrow[open].popover-right-end:before { right: -8px; } details.popover.popover-gap.popover-arrow[open].popover-dark.popover-top-start:before, details.popover.popover-gap.popover-arrow[open].popover-dark.popover-top:before, details.popover.popover-gap.popover-arrow[open].popover-dark.popover-top-end:before { top: -7px; } details.popover.popover-gap.popover-arrow[open].popover-dark.popover-bottom-start:before, details.popover.popover-gap.popover-arrow[open].popover-dark.popover-bottom:before, details.popover.popover-gap.popover-arrow[open].popover-dark.popover-bottom-end:before { bottom: -7px; } details.popover.popover-gap.popover-arrow[open].popover-dark.popover-left-start:before, details.popover.popover-gap.popover-arrow[open].popover-dark.popover-left:before, details.popover.popover-gap.popover-arrow[open].popover-dark.popover-left-end:before { left: -7px; } details.popover.popover-gap.popover-arrow[open].popover-dark.popover-right-start:before, details.popover.popover-gap.popover-arrow[open].popover-dark.popover-right:before, details.popover.popover-gap.popover-arrow[open].popover-dark.popover-right-end:before { right: -7px; }
0.444083
0.085901
@import url(https://fonts.googleapis.com/css?family=Inconsolata|Kreon:300,400,700|Roboto:300,400,500,700,400italic); #sizer { position:absolute; z-index:-1000; background:transparent; height:90vh; width:80vw; max-width:1000px; } body, .modal-content { background:url(https://thegamma.net/img/bg.png); } header { background:url(https://thegamma.net/img/bg.png); padding:50px 0px 40px 0px; } header h1 { font:400 24pt Kreon,'Times New Roman',times,serif; margin:0px 0px 30px 0px; line-height:34pt; } header h2 { font:300 18pt Kreon,'Times New Roman',times,serif; line-height:28pt; margin:20px 30px 20px 0px; display:inline-block; } header h3 { font:400 18pt Kreon,'Times New Roman',times,serif; line-height:28pt; margin:0px 0px 5px 0px; color:#e8e8e8; } header h1 span, header h2 span { padding:4px 10px 4px 10px; background:#F4C300; color:black; } header h2 span { padding:4px 15px 4px 15px; } header p { font:14pt 'Roboto',sans-serif; line-height:19pt; font-weight:300; color:#c8c8c8; } header p strong { font-weight:500; color:#e8e8e8; } header a:hover h2 span, header a:hover h1 span { background:#EFD47C; } header a, header a:hover { text-decoration:none !important; } header.create { padding:30px 0px 40px 0px; } header.create a h2 { margin:0px 10px 30px 0px; } header.create a h2 span { width:150px; height:46px; padding:4px 5px 4px 10px; display:inline-block; } header.create a.passive:hover h2 span { background:#F4C300; cursor:default; } header.create a.selected h2 span { cursor:default; background:#EFD47C; } header.create a h2 span.arrow { width:0px; padding:0px; border-top: 23px solid transparent; border-bottom: 23px solid transparent; background:transparent; position:relative; top:16px; } header.create a h2 span.arrow, header.create a.passive:hover h2 span.arrow { border-left:15px solid #F4C300; background:transparent; } header.create a.selected h2 span.arrow, header.create a:hover h2 span.arrow { border-left:15px solid #EFD47C; background:transparent; } footer { background:url(https://thegamma.net/img/bg.png); padding:30px 0px 70px 0px; } footer p { font:11pt 'Roboto',sans-serif; line-height:16pt; font-weight:300; color:#c8c8c8; } footer a { color:white !important; } footer .form-control { background:#303030; color:#c8c8c8; border-color:#606060; } .btn-success { border-color:#606060 !important; background:#404040 !important; color:#e0e0e0 !important; } .btn-success:hover, .btn-success:focus { border-color:#606060 !important; color:#e0e0e0 !important; background:#606060 !important; } .navbar-brand { padding:8px 16px 8px 16px; } .navbar { margin-bottom:0px; } .navbar-brand span { display:inline-block; margin:6px 0px 0px 10px; font-weight:700; color:white; } .navbar-default { background:#1b1b1b; border-style:none; border-radius:0px; } .navbar-default a { color:#c8c8c8 !important; font:300 14pt 'Kreon',serif; } .navbar-default a:hover { color:white !important; } article { min-height:600px; margin:0px 0px 0px 0px; padding:40px 0px 50px 0px; background:#F2F1ED; } article h2 { font:22pt 'Kreon',serif; margin:10px 0px 10px 0px; } article h3 { font:18pt 'Kreon',serif; margin:10px 0px 20px 0px; } article p, article li { font:17px 'Roboto',sans-serif; line-height:24px; } article blockquote p { font:20px 'kreon',sans-serif; line-height:27px; } article li { margin:0px 0px 10px 0px; } article ul { margin:0px 0px 20px 0px; } article p { margin:0px 0px 20px 0px; } article code { font:15px Inconsolata,consolas,monaco,monospace; background:transparent; } article pre, article pre code { font:15px Inconsolata,consolas,monaco,monospace; line-height:18.5px; } pre, .shadow { border-radius:5px; -webkit-box-shadow: 0px 0px 10px 0px rgba(220,220,220,1); -moz-box-shadow: 0px 0px 10px 0px rgba(220,220,220,1); box-shadow: 0px 0px 10px 0px rgba(220,220,220,1); border-style:none; } #demo { background:white; margin:20px 20px 40px 20px; padding:0px 0px 20px 0px; } #demo p { color:#808080; font-size:12pt; } #demo h3 { color:#606060; } .preview { background:white; margin:20px 20px 40px 20px; padding:10px 15px 0px 15px; text-align:center; } article pre { margin:0px 30px 20px 15px; padding:15px; background:white; color:#404040; } pre .k, pre .kd { color:#3182bd; } pre .r { color:#BC3427; } pre .s, pre .s2 { color:#8A9322; } pre .c3, pre .o, pre .p { color:#A04B87; } pre .n, pre .mi, pre .c1, pre .c2 { color:#529E38; } pre .nt { color:#A04B87; } pre .na { } pre .nx { } .pad-sm { padding:20px 0px 0px 40px; } @media screen and (max-width:1024px) { .pad-sm { padding:20px 30px 0px 40px } } article ul li, article ul { list-style:none; margin:0px; padding:0px; } article h3, article p { margin-bottom:10px; } article ul li { margin-bottom:40px; } header a { color:white !important; text-decoration:underline; } .tab-body { background:white; position:relative; z-index:1001; padding:10px; } .tab-body h2 { margin:20px 0px 10px 0px; } .tab-body label { font:bold 15px 'Roboto',sans-serif; } .tab-body p, .tab-body li { font:15px 'Roboto',sans-serif; line-height:22px; margin:10px 0px 10px 0px; } .tab-body li { margin:0px 0px 5px 20px; list-style-type:disc; } .tab-body ul { margin-bottom:5px; } .tabs { height:40px; } .tab i { margin-right:3px; } .tab { cursor:pointer; color:#a0a0a0; margin:0px 10px 0px 10px; float:left; padding:10px 25px 10px 25px; position:relative; top:2px; border-radius:5px 5px 0px 0px; -webkit-box-shadow: 0px 0px 10px 0px rgba(220,220,220,1); -moz-box-shadow: 0px 0px 10px 0px rgba(220,220,220,1); box-shadow: 0px 0px 10px 0px rgba(220,220,220,1); z-index:999; background:#f0f0f0; } .tab-inactive { cursor:default; } .tab-sel { z-index:1000; background:white; } form { padding-top:20px; } #submit, #goshare { margin-top:10px; } .form-group { padding-right:20px; } .submit-group { text-align:right; } .error { color:#ff0000; padding:3px 0px 0px 5px; display:none; } .tab-body .chosen-container li { font:14px 'Roboto',sans-serif; }
web/lib/style.css
@import url(https://fonts.googleapis.com/css?family=Inconsolata|Kreon:300,400,700|Roboto:300,400,500,700,400italic); #sizer { position:absolute; z-index:-1000; background:transparent; height:90vh; width:80vw; max-width:1000px; } body, .modal-content { background:url(https://thegamma.net/img/bg.png); } header { background:url(https://thegamma.net/img/bg.png); padding:50px 0px 40px 0px; } header h1 { font:400 24pt Kreon,'Times New Roman',times,serif; margin:0px 0px 30px 0px; line-height:34pt; } header h2 { font:300 18pt Kreon,'Times New Roman',times,serif; line-height:28pt; margin:20px 30px 20px 0px; display:inline-block; } header h3 { font:400 18pt Kreon,'Times New Roman',times,serif; line-height:28pt; margin:0px 0px 5px 0px; color:#e8e8e8; } header h1 span, header h2 span { padding:4px 10px 4px 10px; background:#F4C300; color:black; } header h2 span { padding:4px 15px 4px 15px; } header p { font:14pt 'Roboto',sans-serif; line-height:19pt; font-weight:300; color:#c8c8c8; } header p strong { font-weight:500; color:#e8e8e8; } header a:hover h2 span, header a:hover h1 span { background:#EFD47C; } header a, header a:hover { text-decoration:none !important; } header.create { padding:30px 0px 40px 0px; } header.create a h2 { margin:0px 10px 30px 0px; } header.create a h2 span { width:150px; height:46px; padding:4px 5px 4px 10px; display:inline-block; } header.create a.passive:hover h2 span { background:#F4C300; cursor:default; } header.create a.selected h2 span { cursor:default; background:#EFD47C; } header.create a h2 span.arrow { width:0px; padding:0px; border-top: 23px solid transparent; border-bottom: 23px solid transparent; background:transparent; position:relative; top:16px; } header.create a h2 span.arrow, header.create a.passive:hover h2 span.arrow { border-left:15px solid #F4C300; background:transparent; } header.create a.selected h2 span.arrow, header.create a:hover h2 span.arrow { border-left:15px solid #EFD47C; background:transparent; } footer { background:url(https://thegamma.net/img/bg.png); padding:30px 0px 70px 0px; } footer p { font:11pt 'Roboto',sans-serif; line-height:16pt; font-weight:300; color:#c8c8c8; } footer a { color:white !important; } footer .form-control { background:#303030; color:#c8c8c8; border-color:#606060; } .btn-success { border-color:#606060 !important; background:#404040 !important; color:#e0e0e0 !important; } .btn-success:hover, .btn-success:focus { border-color:#606060 !important; color:#e0e0e0 !important; background:#606060 !important; } .navbar-brand { padding:8px 16px 8px 16px; } .navbar { margin-bottom:0px; } .navbar-brand span { display:inline-block; margin:6px 0px 0px 10px; font-weight:700; color:white; } .navbar-default { background:#1b1b1b; border-style:none; border-radius:0px; } .navbar-default a { color:#c8c8c8 !important; font:300 14pt 'Kreon',serif; } .navbar-default a:hover { color:white !important; } article { min-height:600px; margin:0px 0px 0px 0px; padding:40px 0px 50px 0px; background:#F2F1ED; } article h2 { font:22pt 'Kreon',serif; margin:10px 0px 10px 0px; } article h3 { font:18pt 'Kreon',serif; margin:10px 0px 20px 0px; } article p, article li { font:17px 'Roboto',sans-serif; line-height:24px; } article blockquote p { font:20px 'kreon',sans-serif; line-height:27px; } article li { margin:0px 0px 10px 0px; } article ul { margin:0px 0px 20px 0px; } article p { margin:0px 0px 20px 0px; } article code { font:15px Inconsolata,consolas,monaco,monospace; background:transparent; } article pre, article pre code { font:15px Inconsolata,consolas,monaco,monospace; line-height:18.5px; } pre, .shadow { border-radius:5px; -webkit-box-shadow: 0px 0px 10px 0px rgba(220,220,220,1); -moz-box-shadow: 0px 0px 10px 0px rgba(220,220,220,1); box-shadow: 0px 0px 10px 0px rgba(220,220,220,1); border-style:none; } #demo { background:white; margin:20px 20px 40px 20px; padding:0px 0px 20px 0px; } #demo p { color:#808080; font-size:12pt; } #demo h3 { color:#606060; } .preview { background:white; margin:20px 20px 40px 20px; padding:10px 15px 0px 15px; text-align:center; } article pre { margin:0px 30px 20px 15px; padding:15px; background:white; color:#404040; } pre .k, pre .kd { color:#3182bd; } pre .r { color:#BC3427; } pre .s, pre .s2 { color:#8A9322; } pre .c3, pre .o, pre .p { color:#A04B87; } pre .n, pre .mi, pre .c1, pre .c2 { color:#529E38; } pre .nt { color:#A04B87; } pre .na { } pre .nx { } .pad-sm { padding:20px 0px 0px 40px; } @media screen and (max-width:1024px) { .pad-sm { padding:20px 30px 0px 40px } } article ul li, article ul { list-style:none; margin:0px; padding:0px; } article h3, article p { margin-bottom:10px; } article ul li { margin-bottom:40px; } header a { color:white !important; text-decoration:underline; } .tab-body { background:white; position:relative; z-index:1001; padding:10px; } .tab-body h2 { margin:20px 0px 10px 0px; } .tab-body label { font:bold 15px 'Roboto',sans-serif; } .tab-body p, .tab-body li { font:15px 'Roboto',sans-serif; line-height:22px; margin:10px 0px 10px 0px; } .tab-body li { margin:0px 0px 5px 20px; list-style-type:disc; } .tab-body ul { margin-bottom:5px; } .tabs { height:40px; } .tab i { margin-right:3px; } .tab { cursor:pointer; color:#a0a0a0; margin:0px 10px 0px 10px; float:left; padding:10px 25px 10px 25px; position:relative; top:2px; border-radius:5px 5px 0px 0px; -webkit-box-shadow: 0px 0px 10px 0px rgba(220,220,220,1); -moz-box-shadow: 0px 0px 10px 0px rgba(220,220,220,1); box-shadow: 0px 0px 10px 0px rgba(220,220,220,1); z-index:999; background:#f0f0f0; } .tab-inactive { cursor:default; } .tab-sel { z-index:1000; background:white; } form { padding-top:20px; } #submit, #goshare { margin-top:10px; } .form-group { padding-right:20px; } .submit-group { text-align:right; } .error { color:#ff0000; padding:3px 0px 0px 5px; display:none; } .tab-body .chosen-container li { font:14px 'Roboto',sans-serif; }
0.207938
0.119794
body { background: #010101; overflow: hidden; color: #fefefe; } .main { display: grid; grid-template-columns: 2fr 1fr; grid-template-rows: 1fr; justify-content: space-between; align-content: space-evenly; grid-gap: 1%; height: 100vh; width:100%; margin: auto; } .text { font-family: sans-serif; text-align: center; } .inspo { color: white; align-self: stretch; grid-column: 1/2; font-family: sans-serif; display: flex; flex-wrap: wrap; flex-direction: row; padding: 0 0px; overflow: auto; z-index: 10; grid-row: 1; align-items:flex-start; align-content:flex-start; } .cell img { display: block; } .img { margin-top: 8px; vertical-align: center; max-width: 100%; } .metaData,.click { grid-column:2/2; align-self:start; grid-row:1; } .metaData { align-self:center; } .enlarged { grid-column: 1/2; z-index: 1; align-self: center; justify-self: center; height: 80%; width: 80%; max-width:80%; max-height:80%; } .enlargedPhoto { max-width: 100%; } #metaList { text-align:left; padding-left:0px; list-style:none; line-height:24px; font-size: 18px; } .submit { grid-column:2/2; align-self:end; grid-row:1; } .shareFormWrap { grid-column: 2/2; align-self:center; grid-row:1; text-align:left; } .cell { width: calc(100% / 3); } @media screen and (max-width: 800px) { .metaData { align-self:center; } .cell { width: 50%; } } @media screen and (max-width: 600px) { body { width:100% } .cell { width:100%; } .main { grid-template-columns: 1fr; grid-template-rows: auto auto; overflow-y: scroll; -webkit-overflow-scrolling: touch; width:100%; } .metaData, .shareFormWrap, .submit,.click { grid-column:1/1; z-index:10; } .enlarged { grid-row:1/1; grid-column:1/1; align-self:start; justify-self:center; } .enlargedPhoto { width:95vw; justify-self:start; } .metaData { grid-row:2/2; align-self:start; justify-self:start; width:95vw; padding-left:0px; } #metaList { padding-left:0px; word-wrap: break-word; } .click { display:none; } #share { font-size: 12px; } body { margin:0px; } }
style.css
body { background: #010101; overflow: hidden; color: #fefefe; } .main { display: grid; grid-template-columns: 2fr 1fr; grid-template-rows: 1fr; justify-content: space-between; align-content: space-evenly; grid-gap: 1%; height: 100vh; width:100%; margin: auto; } .text { font-family: sans-serif; text-align: center; } .inspo { color: white; align-self: stretch; grid-column: 1/2; font-family: sans-serif; display: flex; flex-wrap: wrap; flex-direction: row; padding: 0 0px; overflow: auto; z-index: 10; grid-row: 1; align-items:flex-start; align-content:flex-start; } .cell img { display: block; } .img { margin-top: 8px; vertical-align: center; max-width: 100%; } .metaData,.click { grid-column:2/2; align-self:start; grid-row:1; } .metaData { align-self:center; } .enlarged { grid-column: 1/2; z-index: 1; align-self: center; justify-self: center; height: 80%; width: 80%; max-width:80%; max-height:80%; } .enlargedPhoto { max-width: 100%; } #metaList { text-align:left; padding-left:0px; list-style:none; line-height:24px; font-size: 18px; } .submit { grid-column:2/2; align-self:end; grid-row:1; } .shareFormWrap { grid-column: 2/2; align-self:center; grid-row:1; text-align:left; } .cell { width: calc(100% / 3); } @media screen and (max-width: 800px) { .metaData { align-self:center; } .cell { width: 50%; } } @media screen and (max-width: 600px) { body { width:100% } .cell { width:100%; } .main { grid-template-columns: 1fr; grid-template-rows: auto auto; overflow-y: scroll; -webkit-overflow-scrolling: touch; width:100%; } .metaData, .shareFormWrap, .submit,.click { grid-column:1/1; z-index:10; } .enlarged { grid-row:1/1; grid-column:1/1; align-self:start; justify-self:center; } .enlargedPhoto { width:95vw; justify-self:start; } .metaData { grid-row:2/2; align-self:start; justify-self:start; width:95vw; padding-left:0px; } #metaList { padding-left:0px; word-wrap: break-word; } .click { display:none; } #share { font-size: 12px; } body { margin:0px; } }
0.649912
0.123551
@import url("https://fonts.googleapis.com/css2?family=Montserrat&display=swap"); * body { background-color: black; font-size: 20px; font-family: "Montserrat", sans-serif; } /*h5*/ .top-funny { border-style: solid; border-color: #3500d3; padding: 1rem; background-color: rgb(7, 7, 77); margin-left: 3rem; } /*mario king image and logo */ .mario-king { margin-top: 300px; } .mario-logo { border-style: solid; border-color: #3500d3; height: 400px; } /*mario king and logo ends*/ li { list-style: none; } .animate__animated.animate__fadeIn { --animate-duration: 3s; } /*navbar background color*/ .navbar { background-color: black; opacity: .8; } /*drop down background color*/ .background-dropdown { background-color: black; color: white; } /*logo on navbar*/ #GamerEvolutionLogo { font-size: 30px; } /*ps5-xbox logo*/ .xbox-ps5 { width: 30rem; border-style: solid; border-color: #3500d3; margin: 5%; } /*login modal window*/ .px-3 { background-color: black; } #emailInput, #passwordInput { background-color: white; border-color: black; } .login-button, .login-dropdown { background-color: #3500d3; border-color: black; } .signUp-modal { color: white; } #dropdownMenu1 { color: white; } /*end sign up modal*/ .text-white { opacity: none !important; } #top-section1 { background-color: black; } /*top news cards*/ .top-news { background: black; width: 30rem; } /*top news background*/ /* *******jarallax examples****/ .jarallax-keep-img { position: relative; z-index: 0; } .jarallax-keep-img > .jarallax-img { position: relative; display: block; max-width: 100%; height: auto; z-index: -100; } *, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } body { font-size: 20px; margin: 0; line-height: 1.5; -webkit-font-smoothing: antialiased; } h1 { font-size: 50px; } h2 { font-size: 30px; } p { margin-top: 0; margin-bottom: 5px; } p ~ p, p ~ div { margin-top: 15px; } small { font-size: 75%; color: #606060; } a, a:visited, a:hover, a:focus { color: inherit; } a:hover, a:focus { color: #4f4f4f; } .jarallax { min-height: 600px; } .jarallax-keep-img.demo-float-left { margin-right: 15px; margin-left: -60px; } .jarallax-keep-img.demo-float-right { margin-left: 15px; margin-right: -60px; } @media screen and (max-width: 600px) { .jarallax-keep-img.demo-float-left, .jarallax-keep-img.demo-float-right { margin-right: 0; margin-left: 0; float: none; } } /* hero block */ .demo-table { display: table; width: 100%; height: 600px; background-color: rgba(39, 35, 51, 0.6); color: #fff; } .demo-table-cell { display: table-cell; text-align: center; vertical-align: middle; } /* gap */ .demo-gap { padding: 50px; overflow: hidden; } .demo-gap h1, .demo-gap h2, .demo-gap h3 { text-align: center; } .demo-gap .container { max-width: 800px; margin: 0 auto; } .demo-gap-half { display: table; width: 100%; } .demo-gap-half > div { display: table-cell; width: 50%; } .demo-gap-half .demo-gap-1 .jarallax, .demo-gap-half .demo-gap-2 .jarallax { padding-top: 56.25%; min-height: 0; height: 0; } .demo-gap-half .demo-gap-1 .jarallax { padding-top: 112.5%; } /* Demo Content */ .demo-content { background-color: #f7f7f7; padding: 80px; } /* Float */ .demo-float-left { float: left; } .demo-float-right { float: right; } /* Carousel */ .demo-carousel { background-color: rgb(39, 35, 51); } .demo-carousel .demo-carousel-item { width: 33.33%; min-height: 300px; } .card-img { width: 350px !important; height: 450px !important; object-fit: cover; } @media screen and (max-width: 780px) { .demo-carousel .demo-carousel-item { width: 50%; } } @media screen and (max-width: 400px) { .demo-carousel .demo-carousel-item { width: 100%; } } /* Mobile */ @media screen and (max-width: 500px) { .demo-gap, .demo-content { padding: 50px 30px; } } /* Footer */ /*reference https://bootsnipp.com/snippets/rlXdE*/ @import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css'); section { padding: 2rem 0; } #footer { background: black; } #footer h5 { padding-left: 10px; border-left: 3px solid #eeeeee; padding-bottom: 6px; margin-bottom: 20px; color: #ffffff; } #footer a { color: #ffffff; text-decoration: none !important; background-color: transparent; -webkit-text-decoration-skip: objects; } #footer ul.social li { padding: 3px 0; } #footer ul.social li a i { margin-right: 5px; font-size: 25px; -webkit-transition: .5s all ease; -moz-transition: .5s all ease; transition: .5s all ease; } #footer ul.social li:hover a i { font-size: 30px; margin-top: -10px; } #footer ul.social li a, #footer ul.quick-links li a { color: #ffffff; } #footer ul.social li a:hover { color: #eeeeee; } #footer ul.quick-links li { padding: 3px 0; -webkit-transition: .5s all ease; -moz-transition: .5s all ease; transition: .5s all ease; } #footer ul.quick-links li:hover { padding: 3px 0; margin-left: 5px; font-weight: 700; } #footer ul.quick-links li a i { margin-right: 5px; } #footer ul.quick-links li:hover a i { font-weight: 700; } @media (max-width: 767px) { #footer h5 { padding-left: 0; border-left: transparent; padding-bottom: 0px; margin-bottom: 10px; } } @media screen and (max-width: 400px) { #card1 { width: 20rem; } } /*end footer */
public/assets/css/index.css
@import url("https://fonts.googleapis.com/css2?family=Montserrat&display=swap"); * body { background-color: black; font-size: 20px; font-family: "Montserrat", sans-serif; } /*h5*/ .top-funny { border-style: solid; border-color: #3500d3; padding: 1rem; background-color: rgb(7, 7, 77); margin-left: 3rem; } /*mario king image and logo */ .mario-king { margin-top: 300px; } .mario-logo { border-style: solid; border-color: #3500d3; height: 400px; } /*mario king and logo ends*/ li { list-style: none; } .animate__animated.animate__fadeIn { --animate-duration: 3s; } /*navbar background color*/ .navbar { background-color: black; opacity: .8; } /*drop down background color*/ .background-dropdown { background-color: black; color: white; } /*logo on navbar*/ #GamerEvolutionLogo { font-size: 30px; } /*ps5-xbox logo*/ .xbox-ps5 { width: 30rem; border-style: solid; border-color: #3500d3; margin: 5%; } /*login modal window*/ .px-3 { background-color: black; } #emailInput, #passwordInput { background-color: white; border-color: black; } .login-button, .login-dropdown { background-color: #3500d3; border-color: black; } .signUp-modal { color: white; } #dropdownMenu1 { color: white; } /*end sign up modal*/ .text-white { opacity: none !important; } #top-section1 { background-color: black; } /*top news cards*/ .top-news { background: black; width: 30rem; } /*top news background*/ /* *******jarallax examples****/ .jarallax-keep-img { position: relative; z-index: 0; } .jarallax-keep-img > .jarallax-img { position: relative; display: block; max-width: 100%; height: auto; z-index: -100; } *, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } body { font-size: 20px; margin: 0; line-height: 1.5; -webkit-font-smoothing: antialiased; } h1 { font-size: 50px; } h2 { font-size: 30px; } p { margin-top: 0; margin-bottom: 5px; } p ~ p, p ~ div { margin-top: 15px; } small { font-size: 75%; color: #606060; } a, a:visited, a:hover, a:focus { color: inherit; } a:hover, a:focus { color: #4f4f4f; } .jarallax { min-height: 600px; } .jarallax-keep-img.demo-float-left { margin-right: 15px; margin-left: -60px; } .jarallax-keep-img.demo-float-right { margin-left: 15px; margin-right: -60px; } @media screen and (max-width: 600px) { .jarallax-keep-img.demo-float-left, .jarallax-keep-img.demo-float-right { margin-right: 0; margin-left: 0; float: none; } } /* hero block */ .demo-table { display: table; width: 100%; height: 600px; background-color: rgba(39, 35, 51, 0.6); color: #fff; } .demo-table-cell { display: table-cell; text-align: center; vertical-align: middle; } /* gap */ .demo-gap { padding: 50px; overflow: hidden; } .demo-gap h1, .demo-gap h2, .demo-gap h3 { text-align: center; } .demo-gap .container { max-width: 800px; margin: 0 auto; } .demo-gap-half { display: table; width: 100%; } .demo-gap-half > div { display: table-cell; width: 50%; } .demo-gap-half .demo-gap-1 .jarallax, .demo-gap-half .demo-gap-2 .jarallax { padding-top: 56.25%; min-height: 0; height: 0; } .demo-gap-half .demo-gap-1 .jarallax { padding-top: 112.5%; } /* Demo Content */ .demo-content { background-color: #f7f7f7; padding: 80px; } /* Float */ .demo-float-left { float: left; } .demo-float-right { float: right; } /* Carousel */ .demo-carousel { background-color: rgb(39, 35, 51); } .demo-carousel .demo-carousel-item { width: 33.33%; min-height: 300px; } .card-img { width: 350px !important; height: 450px !important; object-fit: cover; } @media screen and (max-width: 780px) { .demo-carousel .demo-carousel-item { width: 50%; } } @media screen and (max-width: 400px) { .demo-carousel .demo-carousel-item { width: 100%; } } /* Mobile */ @media screen and (max-width: 500px) { .demo-gap, .demo-content { padding: 50px 30px; } } /* Footer */ /*reference https://bootsnipp.com/snippets/rlXdE*/ @import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css'); section { padding: 2rem 0; } #footer { background: black; } #footer h5 { padding-left: 10px; border-left: 3px solid #eeeeee; padding-bottom: 6px; margin-bottom: 20px; color: #ffffff; } #footer a { color: #ffffff; text-decoration: none !important; background-color: transparent; -webkit-text-decoration-skip: objects; } #footer ul.social li { padding: 3px 0; } #footer ul.social li a i { margin-right: 5px; font-size: 25px; -webkit-transition: .5s all ease; -moz-transition: .5s all ease; transition: .5s all ease; } #footer ul.social li:hover a i { font-size: 30px; margin-top: -10px; } #footer ul.social li a, #footer ul.quick-links li a { color: #ffffff; } #footer ul.social li a:hover { color: #eeeeee; } #footer ul.quick-links li { padding: 3px 0; -webkit-transition: .5s all ease; -moz-transition: .5s all ease; transition: .5s all ease; } #footer ul.quick-links li:hover { padding: 3px 0; margin-left: 5px; font-weight: 700; } #footer ul.quick-links li a i { margin-right: 5px; } #footer ul.quick-links li:hover a i { font-weight: 700; } @media (max-width: 767px) { #footer h5 { padding-left: 0; border-left: transparent; padding-bottom: 0px; margin-bottom: 10px; } } @media screen and (max-width: 400px) { #card1 { width: 20rem; } } /*end footer */
0.263126
0.055592
* { margin: 0; padding: 0; font-family: 'Montserrat', sans-serif; box-sizing: border-box; } body { color:white; background-color: #1e1e1e; background-image: url(https://static.pexels.com/photos/8395/lights-night-unsharp-blured.jpg); background-size: cover; height: 100vh; } h1 { text-align: center; color: #FFF; padding-top: 20px; } ul { list-style: none; } nav { width: 550px; height: 40px; margin: 40px auto; background-color: rgba(23,23,50,.7); text-align: center; border-radius: 4px; } .main > li { margin: 0 1%; float: left; } a { text-decoration: none; color: #FFE; text-transform: capitalize; font-family: monospace; display: block; padding: 10px 5px; font-size: 16px; transition: background-color .5s ease-in-out; } a:hover { background-color: #631818; } .drop li { opacity: 0; transform-origin: top center; } .drop li a { background-color: rgba(23,23,50,.7); padding: 10px 0; } /*------------- menu1 animation -------------------*/ .main li:hover .menu1 li:first-of-type { animation: menu1 .3s ease-in-out forwards; animation-delay: .3s; } .main li:hover .menu1 li:nth-of-type(2) { animation: menu1 .3s ease-in-out forwards; animation-delay: .6s; } .main li:hover .menu1 li:nth-of-type(3) { animation: menu1 .3s ease-in-out forwards; animation-delay: .9s; } .main li:hover .menu1 li:last-of-type { animation: menu1 .3s ease-in-out forwards; animation-delay: 1.2s; } @keyframes menu1 { from { opacity: 0; transform: translateX(30px) rotateY(90deg); } to { opacity: 1; transform: translateX(0) rotateY(0); } } /*------------- menu2 animation -------------------*/ .main li:hover .menu2 li:first-of-type { animation: menu2 .3s ease-in-out forwards; animation-delay: .3s; } .main li:hover .menu2 li:nth-of-type(2) { animation: menu2 .3s ease-in-out forwards; animation-delay: .6s; } .main li:hover .menu2 li:nth-of-type(3) { animation: menu2 .3s ease-in-out forwards; animation-delay: .9s; } .main li:hover .menu2 li:last-of-type { animation: menu2 .3s ease-in-out forwards; animation-delay: 1.2s; } @keyframes menu2 { 0% { opacity: 0; transform: scale(.7); } 50% { opacity: .5; transform: scale(1.1); } 100% { opacity: 1; transform: scale(1); } } /*------------- menu3 animation -------------------*/ .main li:hover .menu3 li:first-of-type { animation: menu3 .3s ease-in-out forwards; animation-delay: .3s; } .main li:hover .menu3 li:nth-of-type(2) { animation: menu3 .3s ease-in-out forwards; animation-delay: .6s; } .main li:hover .menu3 li:nth-of-type(3) { animation: menu3 .3s ease-in-out forwards; animation-delay: .9s; } .main li:hover .menu3 li:last-of-type { animation: menu3 .3s ease-in-out forwards; animation-delay: 1.2s; } @keyframes menu3 { 0% { opacity: 0; transform: translateX(20px); } 100% { opacity: 1; transform: translateX(0); } } /*------------- menu4 animation -------------------*/ .main li:hover .menu4 li:first-of-type { animation: menu4 .3s ease-in-out forwards; animation-delay: .3s; } .main li:hover .menu4 li:nth-of-type(2) { animation: menu4 .3s ease-in-out forwards; animation-delay: .6s; } .main li:hover .menu4 li:nth-of-type(3) { animation: menu4 .3s ease-in-out forwards; animation-delay: .9s; } .main li:hover .menu4 li:last-of-type { animation: menu4 .3s ease-in-out forwards; animation-delay: 1.2s; } @keyframes menu4 { 0% { opacity: 0; transform: translateX(50px) rotate(-90deg); } 100% { opacity: 1; transform: translateX(0) rotate(0); } } /*------------- menu5 animation -------------------*/ .main li:hover .menu5 li:first-of-type { animation: menu5 .3s ease-in-out forwards; animation-delay: .3s; } .main li:hover .menu5 li:nth-of-type(2) { animation: menu5 .3s ease-in-out forwards; animation-delay: .6s; } .main li:hover .menu5 li:nth-of-type(3) { animation: menu5 .3s ease-in-out forwards; animation-delay: .9s; } .main li:hover .menu5 li:last-of-type { animation: menu5 .3s ease-in-out forwards; animation-delay: 1.2s; } @keyframes menu5 { 0% { opacity: 0; transform: rotateX(-90deg); } 100% { opacity: 1; transform: rotateX(0); } } /* my button style */ .white-mode { text-decoration: none; padding: 7px 10px; background-color: #122; border-radius: 3px; color: #FFF; transition: .35s ease-in-out; position: relative; left: 10px; bottom: 15px; size: 80px; font-family: sans-serif; width: 150px; } .white-mode:hover { background-color: #FFF; color: #122; } p{ display: grid; left: 100px; right: 100px; text-align: center; margin-top: 5em; } .text{ font-size: 25px; color: #ffff; position: relative; top: 30px; border-top-style: dashed; border-top-width: 2px; width: auto; min-width: 600px; margin-left: 25%; margin-right: 25%; text-align: center; background: rgba(0,0,0,0.5); box-shadow: 5px 4px 5px rgba(0,0,0,0.6); } .arrow{ text-decoration: none; padding: 7px 10px; background-color: #122; border-radius: 3px; color: #FFF; transition: .35s ease-in-out; position: relative; left: 1746px; bottom: 15px; size: 80px; font-family: sans-serif; width: 79px; }
css/style.css
* { margin: 0; padding: 0; font-family: 'Montserrat', sans-serif; box-sizing: border-box; } body { color:white; background-color: #1e1e1e; background-image: url(https://static.pexels.com/photos/8395/lights-night-unsharp-blured.jpg); background-size: cover; height: 100vh; } h1 { text-align: center; color: #FFF; padding-top: 20px; } ul { list-style: none; } nav { width: 550px; height: 40px; margin: 40px auto; background-color: rgba(23,23,50,.7); text-align: center; border-radius: 4px; } .main > li { margin: 0 1%; float: left; } a { text-decoration: none; color: #FFE; text-transform: capitalize; font-family: monospace; display: block; padding: 10px 5px; font-size: 16px; transition: background-color .5s ease-in-out; } a:hover { background-color: #631818; } .drop li { opacity: 0; transform-origin: top center; } .drop li a { background-color: rgba(23,23,50,.7); padding: 10px 0; } /*------------- menu1 animation -------------------*/ .main li:hover .menu1 li:first-of-type { animation: menu1 .3s ease-in-out forwards; animation-delay: .3s; } .main li:hover .menu1 li:nth-of-type(2) { animation: menu1 .3s ease-in-out forwards; animation-delay: .6s; } .main li:hover .menu1 li:nth-of-type(3) { animation: menu1 .3s ease-in-out forwards; animation-delay: .9s; } .main li:hover .menu1 li:last-of-type { animation: menu1 .3s ease-in-out forwards; animation-delay: 1.2s; } @keyframes menu1 { from { opacity: 0; transform: translateX(30px) rotateY(90deg); } to { opacity: 1; transform: translateX(0) rotateY(0); } } /*------------- menu2 animation -------------------*/ .main li:hover .menu2 li:first-of-type { animation: menu2 .3s ease-in-out forwards; animation-delay: .3s; } .main li:hover .menu2 li:nth-of-type(2) { animation: menu2 .3s ease-in-out forwards; animation-delay: .6s; } .main li:hover .menu2 li:nth-of-type(3) { animation: menu2 .3s ease-in-out forwards; animation-delay: .9s; } .main li:hover .menu2 li:last-of-type { animation: menu2 .3s ease-in-out forwards; animation-delay: 1.2s; } @keyframes menu2 { 0% { opacity: 0; transform: scale(.7); } 50% { opacity: .5; transform: scale(1.1); } 100% { opacity: 1; transform: scale(1); } } /*------------- menu3 animation -------------------*/ .main li:hover .menu3 li:first-of-type { animation: menu3 .3s ease-in-out forwards; animation-delay: .3s; } .main li:hover .menu3 li:nth-of-type(2) { animation: menu3 .3s ease-in-out forwards; animation-delay: .6s; } .main li:hover .menu3 li:nth-of-type(3) { animation: menu3 .3s ease-in-out forwards; animation-delay: .9s; } .main li:hover .menu3 li:last-of-type { animation: menu3 .3s ease-in-out forwards; animation-delay: 1.2s; } @keyframes menu3 { 0% { opacity: 0; transform: translateX(20px); } 100% { opacity: 1; transform: translateX(0); } } /*------------- menu4 animation -------------------*/ .main li:hover .menu4 li:first-of-type { animation: menu4 .3s ease-in-out forwards; animation-delay: .3s; } .main li:hover .menu4 li:nth-of-type(2) { animation: menu4 .3s ease-in-out forwards; animation-delay: .6s; } .main li:hover .menu4 li:nth-of-type(3) { animation: menu4 .3s ease-in-out forwards; animation-delay: .9s; } .main li:hover .menu4 li:last-of-type { animation: menu4 .3s ease-in-out forwards; animation-delay: 1.2s; } @keyframes menu4 { 0% { opacity: 0; transform: translateX(50px) rotate(-90deg); } 100% { opacity: 1; transform: translateX(0) rotate(0); } } /*------------- menu5 animation -------------------*/ .main li:hover .menu5 li:first-of-type { animation: menu5 .3s ease-in-out forwards; animation-delay: .3s; } .main li:hover .menu5 li:nth-of-type(2) { animation: menu5 .3s ease-in-out forwards; animation-delay: .6s; } .main li:hover .menu5 li:nth-of-type(3) { animation: menu5 .3s ease-in-out forwards; animation-delay: .9s; } .main li:hover .menu5 li:last-of-type { animation: menu5 .3s ease-in-out forwards; animation-delay: 1.2s; } @keyframes menu5 { 0% { opacity: 0; transform: rotateX(-90deg); } 100% { opacity: 1; transform: rotateX(0); } } /* my button style */ .white-mode { text-decoration: none; padding: 7px 10px; background-color: #122; border-radius: 3px; color: #FFF; transition: .35s ease-in-out; position: relative; left: 10px; bottom: 15px; size: 80px; font-family: sans-serif; width: 150px; } .white-mode:hover { background-color: #FFF; color: #122; } p{ display: grid; left: 100px; right: 100px; text-align: center; margin-top: 5em; } .text{ font-size: 25px; color: #ffff; position: relative; top: 30px; border-top-style: dashed; border-top-width: 2px; width: auto; min-width: 600px; margin-left: 25%; margin-right: 25%; text-align: center; background: rgba(0,0,0,0.5); box-shadow: 5px 4px 5px rgba(0,0,0,0.6); } .arrow{ text-decoration: none; padding: 7px 10px; background-color: #122; border-radius: 3px; color: #FFF; transition: .35s ease-in-out; position: relative; left: 1746px; bottom: 15px; size: 80px; font-family: sans-serif; width: 79px; }
0.478529
0.087759
body { padding-top: 60px; } @media (min-width: 992px) { body { padding-top: 56px; } } .contents img { max-width: 100%; } .bg-dark { background-color: #333333 !important; border-bottom: 1px #222 solid; } .mt { padding-top: 10vh; } .breadcrumb-item a { color: #222; text-decoration: none; } .card-title a{ color: #212529; text-decoration: none; } .navbar { padding: 0; } .carousel-item { /* height: 56vh; min-height: 300px; */ height: 55.7vh; min-height: 300px; background: no-repeat center center scroll; background-size: cover; } .portfolio-item { margin-bottom: 30px; } .w-96 { max-width: 96px; width: 96px; } .h-96 { height: 96px; max-height: 96px; } .hunt_logo { height: 50px; } #doc-menu { border-radius: .25rem; border-right: 1px solid rgba(0, 0, 0, .125); } #doc-menu li { padding: 0; line-height: 40px; border: 0; border-radius: 0 } #doc-menu li a{ padding-left: 15px; } #doc-menu .submenu .list-group{ display: none; } #doc-menu .list-group-item a { color: rgba(0, 0, 0, 0.65); text-decoration: none; } #doc-menu .submenu-title { position: relative } #doc-menu .submenu-title em { position: absolute; right: 15px; top: 50%; transform: translateY(-50%); width: 0; height: 0; border: 6px solid transparent; border-top-color: #959595; border-bottom: 0px; transform-origin: 50% 20%; transition: all 150ms ease-in-out; } #doc-menu .active { background-color: unset; } #doc-menu .active>.list-group { display: block; } #doc-menu .active>.submenu-title em { border-top-color: #222; transform: rotate(180deg); } #doc-menu .active>.selected em { border-top-color:#222; transform: rotate(-180deg); } #doc-menu li.selected { background-color: #e6f7ff; border-right: 3px solid #1890ff; } #doc-menu .submenu-title.selected { color: #1890ff; } #doc-menu li li { padding-left: 24px; } #doc-menu a { display: block; height: 40px; }
css/modern-business.css
body { padding-top: 60px; } @media (min-width: 992px) { body { padding-top: 56px; } } .contents img { max-width: 100%; } .bg-dark { background-color: #333333 !important; border-bottom: 1px #222 solid; } .mt { padding-top: 10vh; } .breadcrumb-item a { color: #222; text-decoration: none; } .card-title a{ color: #212529; text-decoration: none; } .navbar { padding: 0; } .carousel-item { /* height: 56vh; min-height: 300px; */ height: 55.7vh; min-height: 300px; background: no-repeat center center scroll; background-size: cover; } .portfolio-item { margin-bottom: 30px; } .w-96 { max-width: 96px; width: 96px; } .h-96 { height: 96px; max-height: 96px; } .hunt_logo { height: 50px; } #doc-menu { border-radius: .25rem; border-right: 1px solid rgba(0, 0, 0, .125); } #doc-menu li { padding: 0; line-height: 40px; border: 0; border-radius: 0 } #doc-menu li a{ padding-left: 15px; } #doc-menu .submenu .list-group{ display: none; } #doc-menu .list-group-item a { color: rgba(0, 0, 0, 0.65); text-decoration: none; } #doc-menu .submenu-title { position: relative } #doc-menu .submenu-title em { position: absolute; right: 15px; top: 50%; transform: translateY(-50%); width: 0; height: 0; border: 6px solid transparent; border-top-color: #959595; border-bottom: 0px; transform-origin: 50% 20%; transition: all 150ms ease-in-out; } #doc-menu .active { background-color: unset; } #doc-menu .active>.list-group { display: block; } #doc-menu .active>.submenu-title em { border-top-color: #222; transform: rotate(180deg); } #doc-menu .active>.selected em { border-top-color:#222; transform: rotate(-180deg); } #doc-menu li.selected { background-color: #e6f7ff; border-right: 3px solid #1890ff; } #doc-menu .submenu-title.selected { color: #1890ff; } #doc-menu li li { padding-left: 24px; } #doc-menu a { display: block; height: 40px; }
0.385722
0.067362
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Patrick+Hand&display=swap'); :root { --my-dark: #212121; } * { padding: 0; margin: 0; box-sizing: border-box; font-family: 'Quicksand', sans-serif; } html { overflow: hidden; } body { width: 100%; height: 100vh; background-color: var(--my-dark); } .folder { width: 100%; min-height: 100vh; display: flex; align-items: stretch; justify-content: stretch; } .paper { position: relative; border: 1px solid black; border-left: none; flex: 1; transition: flex 0.5s cubic-bezier(0.5, 0, 0, 1); box-sizing: border-box; } .active { flex: 15; } .page { display: none; position: relative; height: 100%; } .clickable { cursor: pointer; transition: all 0.5s cubic-bezier(0.5, 0, 0, 1); } .clickable:hover { box-shadow: 10px 0px 4px rgba(0, 0, 0, 0.5); } #home { background-color: palegreen; z-index: 5; } #projects { background-color: lightyellow; z-index: 4; } #about { background-color: lightpink; z-index: 3; } #notes { background-color: thistle; z-index: 2; } #contact { background-color: lightblue; z-index: 1; } .title_holder { width: 100%; display: flex; justify-content: center; align-items: center; writing-mode: vertical-rl; user-select: none; transition: all 0.5s cubic-bezier(0.5, 0, 0, 1); } .page_title { font-size: 1.5em; word-wrap: break-all; color: darkslategrey; text-orientation: upright; border: 2px dashed darkslategrey; border-radius: 10px; padding: 5px 5px; font-weight: bold; } .active .title_holder { animation-name: title_animation_start; animation-duration: 0.25s; } .active .title_holder .page_title { border: 2px solid darkslategrey; } @keyframes title_animation_start { 0% { opacity: 1; } 100% { opacity: 0; } } .horizontal_title { writing-mode: horizontal-tb; animation-name: title_animation_end; } @keyframes title_animation_end { 0% { opacity: 0; } 100% { opacity: 1; } } /* For mobiles: */ @media only screen and (max-width: 768px) { body { overflow-y: auto; } .page_title { font-size: 1.25rem; } .title_holder { writing-mode: horizontal-tb; } .folder { flex-direction: column; } .paper { border-top-right-radius: 0; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; margin-top: -20px; box-shadow: 0px 5px 2px rgba(0, 0, 0, 0.5); padding: 15px; padding-top: 30px; } .text { font-size: 1.25rem; } #introduction { flex-direction: column; } .image { align-self: center; } } /*Desktop*/ @media only screen and (min-width: 769px) { .page_title { font-size: 1.5rem; } .folder { flex-direction: row; } .paper { border-left: none; border-top-right-radius: 20px; border-bottom-right-radius: 20px; margin-left: -20px; box-shadow: 5px 0px 2px rgba(0, 0, 0, 0.5); padding: 30px; padding-left: 50px; } .text { font-size: 1.5rem; } } .page_visible { display: block; animation-name: page_visible_animation; animation-duration: 0.5s; } @keyframes page_visible_animation { 0% { opacity: 0; } 100% { opacity: 1; } } #introduction { display: flex; } .image { max-width: 300px; flex: 1; padding: 20px; border-radius: 20px; } img { width: 100%; height: 100%; border-radius: 15px; object-fit: cover; } .text { flex: 1; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: 20px; } #links { display: flex; position: absolute; bottom: 30px; width: 100%; justify-content: space-evenly; } .link img { width: 64px; height: 64px; transition: all 0.25s cubic-bezier(0.5, 0, 0, 1); } .link img:hover { box-shadow: 2px 2px 4px var(--my-dark); }
styles/style.css
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Patrick+Hand&display=swap'); :root { --my-dark: #212121; } * { padding: 0; margin: 0; box-sizing: border-box; font-family: 'Quicksand', sans-serif; } html { overflow: hidden; } body { width: 100%; height: 100vh; background-color: var(--my-dark); } .folder { width: 100%; min-height: 100vh; display: flex; align-items: stretch; justify-content: stretch; } .paper { position: relative; border: 1px solid black; border-left: none; flex: 1; transition: flex 0.5s cubic-bezier(0.5, 0, 0, 1); box-sizing: border-box; } .active { flex: 15; } .page { display: none; position: relative; height: 100%; } .clickable { cursor: pointer; transition: all 0.5s cubic-bezier(0.5, 0, 0, 1); } .clickable:hover { box-shadow: 10px 0px 4px rgba(0, 0, 0, 0.5); } #home { background-color: palegreen; z-index: 5; } #projects { background-color: lightyellow; z-index: 4; } #about { background-color: lightpink; z-index: 3; } #notes { background-color: thistle; z-index: 2; } #contact { background-color: lightblue; z-index: 1; } .title_holder { width: 100%; display: flex; justify-content: center; align-items: center; writing-mode: vertical-rl; user-select: none; transition: all 0.5s cubic-bezier(0.5, 0, 0, 1); } .page_title { font-size: 1.5em; word-wrap: break-all; color: darkslategrey; text-orientation: upright; border: 2px dashed darkslategrey; border-radius: 10px; padding: 5px 5px; font-weight: bold; } .active .title_holder { animation-name: title_animation_start; animation-duration: 0.25s; } .active .title_holder .page_title { border: 2px solid darkslategrey; } @keyframes title_animation_start { 0% { opacity: 1; } 100% { opacity: 0; } } .horizontal_title { writing-mode: horizontal-tb; animation-name: title_animation_end; } @keyframes title_animation_end { 0% { opacity: 0; } 100% { opacity: 1; } } /* For mobiles: */ @media only screen and (max-width: 768px) { body { overflow-y: auto; } .page_title { font-size: 1.25rem; } .title_holder { writing-mode: horizontal-tb; } .folder { flex-direction: column; } .paper { border-top-right-radius: 0; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; margin-top: -20px; box-shadow: 0px 5px 2px rgba(0, 0, 0, 0.5); padding: 15px; padding-top: 30px; } .text { font-size: 1.25rem; } #introduction { flex-direction: column; } .image { align-self: center; } } /*Desktop*/ @media only screen and (min-width: 769px) { .page_title { font-size: 1.5rem; } .folder { flex-direction: row; } .paper { border-left: none; border-top-right-radius: 20px; border-bottom-right-radius: 20px; margin-left: -20px; box-shadow: 5px 0px 2px rgba(0, 0, 0, 0.5); padding: 30px; padding-left: 50px; } .text { font-size: 1.5rem; } } .page_visible { display: block; animation-name: page_visible_animation; animation-duration: 0.5s; } @keyframes page_visible_animation { 0% { opacity: 0; } 100% { opacity: 1; } } #introduction { display: flex; } .image { max-width: 300px; flex: 1; padding: 20px; border-radius: 20px; } img { width: 100%; height: 100%; border-radius: 15px; object-fit: cover; } .text { flex: 1; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: 20px; } #links { display: flex; position: absolute; bottom: 30px; width: 100%; justify-content: space-evenly; } .link img { width: 64px; height: 64px; transition: all 0.25s cubic-bezier(0.5, 0, 0, 1); } .link img:hover { box-shadow: 2px 2px 4px var(--my-dark); }
0.404625
0.155623
:root { --main-color: #031634; --bg-color: #033649; --second-color: #033649; --msg-send: #036564; --msg-receive: #033649; } *:focus { outline-width: 0.1px !important; outline-color: transparent !important; outline-style: dotted !important; } ::-webkit-scrollbar-track { border-radius: 10px; background-color: transparent; } ::-webkit-scrollbar { width: 8px; background-color: transparent; border-radius: 10px; } ::-webkit-scrollbar-thumb { border-radius: 10px; background-color: var(--second-color); } body { background-color: var(--main-color); } /* Main */ .bootstrap_chat { height: 100vh; width: 100vw; } .text-small { font-size: 0.9rem; } .header { height: 42px; background: var(--second-color); } .content { height: calc(100% - 42px); overflow: hidden; } .user-box { background-color: var(--main-color); } .user-box .usb-header { display: flex; justify-content: center; align-items: center; height: 45px; } .user-box .usb-content { height: calc(100% - 45px); overflow-y: scroll; } .user-box .usb-user { background-color: #27243e; color: white !important; /* border: solid 1px black; */ border: none; cursor: pointer; margin: 5px 12px 5px 0; border-radius: 25px !important; } .user-box .usb-user.active { font-weight: 500; color: white !important; background-color: #19162d; } .chat-box { background-color: var(--main-color); height: 100%; } .chat-box .cb-header { height: 60px; background-color: var(--main-color); color: white; border-bottom: solid 2px black; } .chat-box .cb-header .img-contain { width: 50px; } .chat-box .cb-header .img-contain img { width: 50px; object-fit: contain; } .chat-box .cb-content { /* height: calc(100% - 60px); */ overflow-y: scroll; } .rounded-lg { border-radius: 0.5rem; } .user_img_msg { height: 40px; width: 40px; border: 1px solid black; } .img_cont { position: relative; height: 70px; width: 70px; } .msg_cotainer { margin-top: auto; margin-bottom: auto; margin-left: 10px; border-radius: 20px; padding: 7px 10px 5px 10px; position: relative; max-width: 50%; color: white; word-wrap: break-word; background-color: var(--msg-receive); } .msg_receive_media { margin-top: auto; margin-bottom: auto; margin-left: 10px; border-radius: 10px; } .msg_cotainer_send { margin-top: auto; margin-bottom: auto; margin-right: 10px; border-radius: 20px; padding: 7px 10px 5px 10px; position: relative; max-width: 50%; word-wrap: break-word; color: white; background-color: var(--msg-send); } .msg_send_media { margin-top: auto; margin-bottom: auto; margin-right: 10px; border-radius: 10px; } .msg_cotainer_noti { color: white; } @media only screen and (max-width: 700px) { .cb-content { padding: 2px !important; } .msg_cotainer { margin-left: 2px; } .msg_receive_media { margin-left: 2px; } .msg_cotainer_send { margin-right: 2px; max-width: 50%; } .msg_send_media { margin-right: 2px; } } .msg_time { position: absolute; left: 0; bottom: -15px; color: rgb(26, 24, 24); font-size: 10px; } .msg_time_send { position: absolute; right: 0; bottom: -15px; color: rgb(26, 24, 24); font-size: 10px; } /* Add button sidebar body */ #addBtn { width: 100%; } /* Right side */ .right-side { height: 100%; overflow: hidden; color: white !important; } .right-side .members { max-height: 20%; overflow-y: scroll; background-color: var(--main-color); padding: 10px; } .right-side .search-gif { flex-grow: 1; max-height: 80%; background-color: var(--main-color); padding: 10px; overflow-y: scroll; box-sizing: border-box; color: white !important; } .right-side .container > div { display: flex; justify-content: center; align-items: center; font-size: 2em; } .right-side .container > div > img { width: 100%; height: 100%; object-fit: cover; border-radius: 15px; } .right-side .container { display: grid; grid-gap: 10px; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); grid-auto-rows: 120px; grid-auto-flow: dense; }
public/styles.css
:root { --main-color: #031634; --bg-color: #033649; --second-color: #033649; --msg-send: #036564; --msg-receive: #033649; } *:focus { outline-width: 0.1px !important; outline-color: transparent !important; outline-style: dotted !important; } ::-webkit-scrollbar-track { border-radius: 10px; background-color: transparent; } ::-webkit-scrollbar { width: 8px; background-color: transparent; border-radius: 10px; } ::-webkit-scrollbar-thumb { border-radius: 10px; background-color: var(--second-color); } body { background-color: var(--main-color); } /* Main */ .bootstrap_chat { height: 100vh; width: 100vw; } .text-small { font-size: 0.9rem; } .header { height: 42px; background: var(--second-color); } .content { height: calc(100% - 42px); overflow: hidden; } .user-box { background-color: var(--main-color); } .user-box .usb-header { display: flex; justify-content: center; align-items: center; height: 45px; } .user-box .usb-content { height: calc(100% - 45px); overflow-y: scroll; } .user-box .usb-user { background-color: #27243e; color: white !important; /* border: solid 1px black; */ border: none; cursor: pointer; margin: 5px 12px 5px 0; border-radius: 25px !important; } .user-box .usb-user.active { font-weight: 500; color: white !important; background-color: #19162d; } .chat-box { background-color: var(--main-color); height: 100%; } .chat-box .cb-header { height: 60px; background-color: var(--main-color); color: white; border-bottom: solid 2px black; } .chat-box .cb-header .img-contain { width: 50px; } .chat-box .cb-header .img-contain img { width: 50px; object-fit: contain; } .chat-box .cb-content { /* height: calc(100% - 60px); */ overflow-y: scroll; } .rounded-lg { border-radius: 0.5rem; } .user_img_msg { height: 40px; width: 40px; border: 1px solid black; } .img_cont { position: relative; height: 70px; width: 70px; } .msg_cotainer { margin-top: auto; margin-bottom: auto; margin-left: 10px; border-radius: 20px; padding: 7px 10px 5px 10px; position: relative; max-width: 50%; color: white; word-wrap: break-word; background-color: var(--msg-receive); } .msg_receive_media { margin-top: auto; margin-bottom: auto; margin-left: 10px; border-radius: 10px; } .msg_cotainer_send { margin-top: auto; margin-bottom: auto; margin-right: 10px; border-radius: 20px; padding: 7px 10px 5px 10px; position: relative; max-width: 50%; word-wrap: break-word; color: white; background-color: var(--msg-send); } .msg_send_media { margin-top: auto; margin-bottom: auto; margin-right: 10px; border-radius: 10px; } .msg_cotainer_noti { color: white; } @media only screen and (max-width: 700px) { .cb-content { padding: 2px !important; } .msg_cotainer { margin-left: 2px; } .msg_receive_media { margin-left: 2px; } .msg_cotainer_send { margin-right: 2px; max-width: 50%; } .msg_send_media { margin-right: 2px; } } .msg_time { position: absolute; left: 0; bottom: -15px; color: rgb(26, 24, 24); font-size: 10px; } .msg_time_send { position: absolute; right: 0; bottom: -15px; color: rgb(26, 24, 24); font-size: 10px; } /* Add button sidebar body */ #addBtn { width: 100%; } /* Right side */ .right-side { height: 100%; overflow: hidden; color: white !important; } .right-side .members { max-height: 20%; overflow-y: scroll; background-color: var(--main-color); padding: 10px; } .right-side .search-gif { flex-grow: 1; max-height: 80%; background-color: var(--main-color); padding: 10px; overflow-y: scroll; box-sizing: border-box; color: white !important; } .right-side .container > div { display: flex; justify-content: center; align-items: center; font-size: 2em; } .right-side .container > div > img { width: 100%; height: 100%; object-fit: cover; border-radius: 15px; } .right-side .container { display: grid; grid-gap: 10px; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); grid-auto-rows: 120px; grid-auto-flow: dense; }
0.399812
0.100613
*, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } @font-face { font-family: 'Liberation Sans'; src: url('./dhub/LiberationSans.ttf') format('truetype'); } @font-face { font-family: 'Liberation Sans'; src: url('./dhub/LiberationSans-Italic.ttf') format('truetype'); font-style: italic; } @font-face { font-family: 'Liberation Sans'; src: url('./dhub/LiberationSans-Bold.ttf') format('truetype'); font-weight: bold; } @font-face { font-family: 'Liberation Sans'; src: url('./dhub/LiberationSans-BoldItalic.ttf') format('truetype'); font-style: italic; font-weight: bold; } body, select, input { font-family: 'Liberation Sans', Arial; font-size: 13pt; } strong { font-weight: bold; } p { margin:10px; line-height: 130%; text-align: justify; } h1 { text-align: center; font-size:120%; font-weight:bold; margin: 5px; margin-top:30px; } h3 { text-align: left; color: #455A64; font-size:100%; font-weight:bold; margin: 5px; margin-top:30px; } .center { margin:auto; } .full_screen { width:100%; height:100vh; position: absolute; left:0px; top:0px; } .abs { position:absolute; left:0px; top:0px; display:none; } .common_button { -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; white-space: nowrap; cursor: pointer; } .common_button:active { transform: translate(0px, 2px); } .list_item { cursor:pointer; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .list_item:hover { background:#E2EDF5; color:black; } .list_item:active { background:silver; color:black; } .menu_item { cursor:pointer; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .menu_item:hover { background:black; } .menu_item:active { background:#000080; } a.white_link { color:DarkBlue; } .list_item_marked { background: #B6DBF6; color:black; cursor: pointer; } .list_item_marked:hover { background:#E2EDF5; color:black; } .list_item_marked:active { background:silver; color:black; } .black_hover:hover { background:#455A64; } .internal_button { background:#455A64; color: white; text-align: center; padding:3px; border-radius:4px; } #tooltip { position: absolute; background-color: #ffffdd; color: black; padding: 5px; border: solid 1px #909000; border-radius: 5px; white-space: nowrap; } .dumb { -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .popup { box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5); border: solid 1px #808080; } .appearing { transition: opacity .25s ease-in-out, transform .25s; -moz-transition: opacity .25s ease-in-out, transform .25s; -webkit-transition: opacity .25s ease-in-out, transform .25s; } /* editor */ .toolbar { background: #f2f2f2; border-right: solid 1px #b0b0b0; overflow-y: auto; } .toolbox { border-collapse: collapse; margin-bottom: 5px; } .toolbox img { border: 1px solid #EEEEEE; vertical-align: middle; margin:3px; padding:0px; border-radius: 11px; box-shadow: 1px 1px 1px #c5c5c5; cursor: pointer; transition: box-shadow 0.3s; } .toolbox img:active { box-shadow: none; transform: translate(0px, 2px); } .dlg_button { display: block; background: #455A64; color:white; border-radius: 5px; padding: 10px; margin: 3px; text-align: center; cursor: pointer; } /* help */ .fixed_back { background-color: black; position: absolute; left: 0px; top: 0px; height: 100%; width: 100%; opacity: 0.2; display: "none"; } .right_aligned_dialog { background-color: white; position: absolute; top: 0px; right: 0px; width:580px; max-height:100%; overflow-y: auto; overflow-x: hide; } h2.exp { font-weight: bold; font-size: 130%; text-align: center; margin:5px; margin-top:10px; } h3.exp { font-weight: bold; font-size: 110%; text-align: left; margin:5px; color:#455A64; } p.exp { margin: 5px; text-align:left; } table.exp td { padding:5px; line-height: 130%; } .exp_button { cursor: pointer; } .exp_button:active { transform: translate(0px, 2px); } a.nav_menu, a.nav_menu:visited { display: block; font-weight: bold; font-size: 110%; color: #BE2921; text-decoration:none; margin:10px; margin-left:30px; margin-right:30px; border-radius:5px; padding:0px; text-align:center; padding-top:10px; padding-bottom:10px; border: solid 2px #BE2921; } a.nav_menu:hover { color: white; background: #BE2921; } /* Panic */ .panic_button { display: block; background: #455A64; color:white; border-radius: 5px; padding: 10px; margin: 10px; text-align: center; cursor: pointer; } .panic_button:active { transform: translate(0px, 2px); } .common_button:active { transform: translate(0px, 2px); -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; white-space: nowrap; } .no_under { text-decoration: none; } .big_picture_button { border: solid Silver; cursor: pointer; text-align: center; } .big_picture_button:hover { border: solid #455A64; } .big_picture_button:active { transform: translate(0px, 2px); } input[type=checkbox] { -ms-transform: scale(1.7); /* IE */ -moz-transform: scale(1.7); /* FF */ -webkit-transform: scale(1.7); /* Safari and Chrome */ -o-transform: scale(1.7); /* Opera */ } .disabled_button { display: block; background: grey; color:white; border-radius: 5px; padding: 10px; margin: 0px; text-align: center; cursor: default; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; white-space: nowrap; } .default_button { display: block; background: coral; color:white; border-radius: 5px; padding: 10px; margin: 0px; text-align: center; cursor: pointer; } .default_button:active { transform: translate(0px, 2px); -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; white-space: nowrap; } /* --- */ #splash { display: inline-block; position: fixed; left: 0px; top: 0px; width: 100vw; height: 100vh; background: white; } #splash img { display: inline-block; position: fixed; left:50%; top:50%; transform: translate(-50%, -50%); } #start { display: inline-block; position: fixed; left: 0px; top: 0px; width: 100vw; height: 100vh; background: white; overflow-y: auto; } .start-error { padding: 20px; color: darkred; } .start-top { padding: 20px; } .start-logo { display: inline-block; vertical-align: middle; width: 66px; height: 66px; } .start-logo-text { display: inline-block; vertical-align: middle; width: 100px; height: 40px; } .start-middle { margin:auto; max-width:100%; width: 800px; } .start-buttons { padding:20px; text-align: center; } .start-button { border-radius: 5px; cursor: pointer; user-select: none; } .start-button:active { transform: translateY(2px); } .open-button { display: inline-block; padding: 30px; background: coral; color: white; } .start-recent-buttons { text-align: right; padding: 20px; } .forget-button { padding: 20px; background: rgb(69, 90, 100); color: white; }
edrakon/src/main.css
*, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } @font-face { font-family: 'Liberation Sans'; src: url('./dhub/LiberationSans.ttf') format('truetype'); } @font-face { font-family: 'Liberation Sans'; src: url('./dhub/LiberationSans-Italic.ttf') format('truetype'); font-style: italic; } @font-face { font-family: 'Liberation Sans'; src: url('./dhub/LiberationSans-Bold.ttf') format('truetype'); font-weight: bold; } @font-face { font-family: 'Liberation Sans'; src: url('./dhub/LiberationSans-BoldItalic.ttf') format('truetype'); font-style: italic; font-weight: bold; } body, select, input { font-family: 'Liberation Sans', Arial; font-size: 13pt; } strong { font-weight: bold; } p { margin:10px; line-height: 130%; text-align: justify; } h1 { text-align: center; font-size:120%; font-weight:bold; margin: 5px; margin-top:30px; } h3 { text-align: left; color: #455A64; font-size:100%; font-weight:bold; margin: 5px; margin-top:30px; } .center { margin:auto; } .full_screen { width:100%; height:100vh; position: absolute; left:0px; top:0px; } .abs { position:absolute; left:0px; top:0px; display:none; } .common_button { -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; white-space: nowrap; cursor: pointer; } .common_button:active { transform: translate(0px, 2px); } .list_item { cursor:pointer; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .list_item:hover { background:#E2EDF5; color:black; } .list_item:active { background:silver; color:black; } .menu_item { cursor:pointer; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .menu_item:hover { background:black; } .menu_item:active { background:#000080; } a.white_link { color:DarkBlue; } .list_item_marked { background: #B6DBF6; color:black; cursor: pointer; } .list_item_marked:hover { background:#E2EDF5; color:black; } .list_item_marked:active { background:silver; color:black; } .black_hover:hover { background:#455A64; } .internal_button { background:#455A64; color: white; text-align: center; padding:3px; border-radius:4px; } #tooltip { position: absolute; background-color: #ffffdd; color: black; padding: 5px; border: solid 1px #909000; border-radius: 5px; white-space: nowrap; } .dumb { -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .popup { box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5); border: solid 1px #808080; } .appearing { transition: opacity .25s ease-in-out, transform .25s; -moz-transition: opacity .25s ease-in-out, transform .25s; -webkit-transition: opacity .25s ease-in-out, transform .25s; } /* editor */ .toolbar { background: #f2f2f2; border-right: solid 1px #b0b0b0; overflow-y: auto; } .toolbox { border-collapse: collapse; margin-bottom: 5px; } .toolbox img { border: 1px solid #EEEEEE; vertical-align: middle; margin:3px; padding:0px; border-radius: 11px; box-shadow: 1px 1px 1px #c5c5c5; cursor: pointer; transition: box-shadow 0.3s; } .toolbox img:active { box-shadow: none; transform: translate(0px, 2px); } .dlg_button { display: block; background: #455A64; color:white; border-radius: 5px; padding: 10px; margin: 3px; text-align: center; cursor: pointer; } /* help */ .fixed_back { background-color: black; position: absolute; left: 0px; top: 0px; height: 100%; width: 100%; opacity: 0.2; display: "none"; } .right_aligned_dialog { background-color: white; position: absolute; top: 0px; right: 0px; width:580px; max-height:100%; overflow-y: auto; overflow-x: hide; } h2.exp { font-weight: bold; font-size: 130%; text-align: center; margin:5px; margin-top:10px; } h3.exp { font-weight: bold; font-size: 110%; text-align: left; margin:5px; color:#455A64; } p.exp { margin: 5px; text-align:left; } table.exp td { padding:5px; line-height: 130%; } .exp_button { cursor: pointer; } .exp_button:active { transform: translate(0px, 2px); } a.nav_menu, a.nav_menu:visited { display: block; font-weight: bold; font-size: 110%; color: #BE2921; text-decoration:none; margin:10px; margin-left:30px; margin-right:30px; border-radius:5px; padding:0px; text-align:center; padding-top:10px; padding-bottom:10px; border: solid 2px #BE2921; } a.nav_menu:hover { color: white; background: #BE2921; } /* Panic */ .panic_button { display: block; background: #455A64; color:white; border-radius: 5px; padding: 10px; margin: 10px; text-align: center; cursor: pointer; } .panic_button:active { transform: translate(0px, 2px); } .common_button:active { transform: translate(0px, 2px); -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; white-space: nowrap; } .no_under { text-decoration: none; } .big_picture_button { border: solid Silver; cursor: pointer; text-align: center; } .big_picture_button:hover { border: solid #455A64; } .big_picture_button:active { transform: translate(0px, 2px); } input[type=checkbox] { -ms-transform: scale(1.7); /* IE */ -moz-transform: scale(1.7); /* FF */ -webkit-transform: scale(1.7); /* Safari and Chrome */ -o-transform: scale(1.7); /* Opera */ } .disabled_button { display: block; background: grey; color:white; border-radius: 5px; padding: 10px; margin: 0px; text-align: center; cursor: default; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; white-space: nowrap; } .default_button { display: block; background: coral; color:white; border-radius: 5px; padding: 10px; margin: 0px; text-align: center; cursor: pointer; } .default_button:active { transform: translate(0px, 2px); -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; white-space: nowrap; } /* --- */ #splash { display: inline-block; position: fixed; left: 0px; top: 0px; width: 100vw; height: 100vh; background: white; } #splash img { display: inline-block; position: fixed; left:50%; top:50%; transform: translate(-50%, -50%); } #start { display: inline-block; position: fixed; left: 0px; top: 0px; width: 100vw; height: 100vh; background: white; overflow-y: auto; } .start-error { padding: 20px; color: darkred; } .start-top { padding: 20px; } .start-logo { display: inline-block; vertical-align: middle; width: 66px; height: 66px; } .start-logo-text { display: inline-block; vertical-align: middle; width: 100px; height: 40px; } .start-middle { margin:auto; max-width:100%; width: 800px; } .start-buttons { padding:20px; text-align: center; } .start-button { border-radius: 5px; cursor: pointer; user-select: none; } .start-button:active { transform: translateY(2px); } .open-button { display: inline-block; padding: 30px; background: coral; color: white; } .start-recent-buttons { text-align: right; padding: 20px; } .forget-button { padding: 20px; background: rgb(69, 90, 100); color: white; }
0.315314
0.059265
*{ padding: 0px; margin: 0px; box-sizing: border-box; font-size: 10px; list-style-type: none; } body{ width: 100vw; height: 100vh; } .header_container{ width: 100%; height: 10rem; } .header_logo_container{ display: flex; align-items: center; justify-content: space-between; width: 100%; height: 10rem; background-color: #a52a2a; } .header_logo_container img{ height: 10rem; padding: 1rem; } .header_logo_container button i{ font-size: 3rem; padding: 1rem; } #openNav{ background: none; border: none; color: #fff; } #closeNav{ display: none; background: none; border: none; color: #fff; } .header_nav_container{ display: flex; flex-flow: column wrap; width: 100%; height: 23rem; background: #a52a2a; transform: translateY(-200%); transition: transform 1s; } .nav_sections{ width: 100%; height: 18rem; display: flex; align-items: center; justify-content: center; } .nav_sections_list{ display: flex; flex-wrap: wrap; justify-content: space-evenly; width: 100%; } .nav_sections_list li{ width: 100%; margin: 1rem; font-size: 2rem; color: #fff; } .nav_redes{ width: 100%; height: 5rem; display: flex; align-items: center; justify-content: center; } .nav_redes_list{ display: flex; flex-wrap: wrap; justify-content: space-evenly; width: 100%; } .nav_redes_list li{ margin: 1rem; } .nav_redes_list li i{ font-size: 2rem; color: #fff; } .show-nav{ transform: translateY(0%); } .noshow-btn{ display: none; } @media screen and (min-width: 1024px) { .header_container{ display: flex; flex-flow: column wrap; } .header_logo_container{ justify-content: center; width: 30%; } .header_nav_container{ width: 70%; height: 10rem; flex-flow: row nowrap; transform: translateY(0%); } .nav_sections{ width: 70%; height: 10rem; } .nav_sections_list{ flex-flow: row nowrap; } .nav_redes{ width: 30%; height: 10rem; } .nav_sections_list li{ font-size: 2.5rem; text-align: center; margin: .2rem; } .nav_redes_list li i{ font-size: 2.5rem; } #openNav{ display: none; } #closeNav{ display: none; } }
Navbar/estilos.css
*{ padding: 0px; margin: 0px; box-sizing: border-box; font-size: 10px; list-style-type: none; } body{ width: 100vw; height: 100vh; } .header_container{ width: 100%; height: 10rem; } .header_logo_container{ display: flex; align-items: center; justify-content: space-between; width: 100%; height: 10rem; background-color: #a52a2a; } .header_logo_container img{ height: 10rem; padding: 1rem; } .header_logo_container button i{ font-size: 3rem; padding: 1rem; } #openNav{ background: none; border: none; color: #fff; } #closeNav{ display: none; background: none; border: none; color: #fff; } .header_nav_container{ display: flex; flex-flow: column wrap; width: 100%; height: 23rem; background: #a52a2a; transform: translateY(-200%); transition: transform 1s; } .nav_sections{ width: 100%; height: 18rem; display: flex; align-items: center; justify-content: center; } .nav_sections_list{ display: flex; flex-wrap: wrap; justify-content: space-evenly; width: 100%; } .nav_sections_list li{ width: 100%; margin: 1rem; font-size: 2rem; color: #fff; } .nav_redes{ width: 100%; height: 5rem; display: flex; align-items: center; justify-content: center; } .nav_redes_list{ display: flex; flex-wrap: wrap; justify-content: space-evenly; width: 100%; } .nav_redes_list li{ margin: 1rem; } .nav_redes_list li i{ font-size: 2rem; color: #fff; } .show-nav{ transform: translateY(0%); } .noshow-btn{ display: none; } @media screen and (min-width: 1024px) { .header_container{ display: flex; flex-flow: column wrap; } .header_logo_container{ justify-content: center; width: 30%; } .header_nav_container{ width: 70%; height: 10rem; flex-flow: row nowrap; transform: translateY(0%); } .nav_sections{ width: 70%; height: 10rem; } .nav_sections_list{ flex-flow: row nowrap; } .nav_redes{ width: 30%; height: 10rem; } .nav_sections_list li{ font-size: 2.5rem; text-align: center; margin: .2rem; } .nav_redes_list li i{ font-size: 2.5rem; } #openNav{ display: none; } #closeNav{ display: none; } }
0.250546
0.071624
.tiktok-float-top {top: 0;left: 50%;border-radius: 0 0 4px 4px;} .tiktok-float-middle {top: 50%;left: 50%;border-radius: 4px;} .tiktok-float-bottom {bottom: 0;left: 50%;border-radius: 4px 4px 0 0;} .tt-status-default {background-color: #0082e5;color: #fff;border: 1px solid #0082e5 !important;} .tt-status-done {background-color: #34a853;color: #fff;} .tt-status-error {background-color: #ea4335;color: #fff;} .tt-status-alert {background-color: #fbbc05;color: #000;} #tiktok-pop {position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 1000;} .tt-bg{position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: #000;z-index: 999;opacity: .60;filter:alpha(opacity=60)\0;} #tiktok-pop .tt-box{position: fixed;top: 50%;left: 50%;width: 500px;background-color: #fff;border-radius: 4px;z-index: 1000;box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,0.3);-moz-box-shadow:0 0 10px 0 rgba(0,0,0,0.3);} #tiktok-pop .tt-box .tt-box-header {height: 48px;padding: 0 20px;background-color: #0082e5;font-size: 20px;line-height: 50px;color: #fff;text-align: center;} #tiktok-pop .tt-box p{min-height: 100px;margin: 30px;font-size: 18px;line-height: 24px;color: #666;} #tiktok-pop .tt-text p {min-height: 0;text-align: center;} #tiktok-pop .tt-box .tt-button {display: box;display:-webkit-box;display:-moz-box;display: flex;display:block\0;} #tiktok-pop .tt-box .tt-button a {display: block;box-flex:1.0;-webkit-box-flex:1.0;-moz-box-flex:1.0;min-width:100px;margin: 10px auto 16px;padding: 10px 0;border: 1px solid #ccc;border-radius: 2px;font-size: 18px;text-decoration: none;text-align: center;margin: 10px\0;} #tiktok-pop .tt-box .tt-button .tt-button-single {min-width: 100px;max-width: 200px;margin: 10px auto 16px;} #tiktok-pop-loading {position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 1000;} #tiktok-pop-loading .tt-box {position: fixed;top: 50%;left: 50%;width: 120px;height: 120px;background-color: #0082e5;border-radius: 4px;z-index: 1000;overflow: hidden;box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,0.3);-moz-box-shadow:0 0 10px 0 rgba(0,0,0,0.3);} #tiktok-pop-loading .tt-box .tt-img {width: 44px;height: 44px;margin: 20px 36px 21px 36px;-webkit-animation: circle infinite 1s linear;-moz-animation: circle infinite 1s linear;-o-animation: circle infinite 1s linear;animation: circle infinite 1s linear;border: 2px solid #fff;border-top-color: transparent;border-radius: 100%;} @-webkit-keyframes circle { 0% { -webkit-transform: rotate(0); -ms-transform: rotate(0); -o-transform: rotate(0); transform: rotate(0); } 100% { -webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes circle { 0% { -webkit-transform: rotate(0); -ms-transform: rotate(0); -o-transform: rotate(0); transform: rotate(0); } 100% { -webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes circle { 0% { -webkit-transform: rotate(0); -ms-transform: rotate(0); -o-transform: rotate(0); transform: rotate(0); } 100% { -webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes circle { 0% { -webkit-transform: rotate(0); -ms-transform: rotate(0); -o-transform: rotate(0); transform: rotate(0); } 100% { -webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); } } #tiktok-pop-loading .tt-box img{width: 60px;height: 60px;margin: 15px 30px 10px 30px;} #tiktok-pop-loading .tt-box p {width: 100%;height: 20px;margin-bottom: 15px;font-size: 20px;color:#fff;line-height: 20px;text-align: center;} #tiktok-float {display: inline-block;position: absolute;min-width: 200px;height: 40px;background-color: #0082e5;border-radius: 4px;color: #fff;float: left;z-index: 99;} #tiktok-float p {margin: 0 20px;font-size: 16px;line-height: 40px;color:#fff;text-align: center;white-space:nowrap;text-overflow:ellipsis;} #tiktok-float p:after, #tiktok-float p:before {content: '';display: block;width: 0;height: 0;position: absolute;} #tiktok-float .tt-top:after {left: 50%;margin-left: -10px;border-left: 10px solid transparent;border-right: 10px solid transparent;border-top: 8px solid #0082e5;} #tiktok-float .tt-bottom:before {left: 50%;top: -8px;margin-left: -10px;border-left: 10px solid transparent;border-right: 10px solid transparent;border-bottom: 8px solid #0082e5;float: left;} #tiktok-float .tt-left:after {right: -7px;top: 0;margin-top: 10px;border-top: 10px solid transparent;border-bottom: 10px solid transparent;border-left: 8px solid #0082e5;float: right;} #tiktok-float .tt-right:before {left: -7px;top: 0;margin-top: 10px;border-top: 10px solid transparent;border-bottom: 10px solid transparent;border-right: 8px solid #0082e5;float: left;} /*---- responsive 1024px ----*/ @media screen and (max-width: 1024px) { #tiktok-tip{max-width: none;width: 100%;border-radius: 0;} #tiktok-pop .tt-box {width: 80%;} #tiktok-pop .tt-box p{margin: 20px 12px;overflow-y: scroll;} #tiktok-float {max-width: 80%;} /* #tiktok-float .tt-left:after {left: 50%;right: 0;margin-top: 0;margin-left: -10px;border-left: 10px solid transparent;border-right: 10px solid transparent;border-top: 8px solid #0082e5;float: none;} #tiktok-float .tt-right:before {left: 50%;top: -18px;margin-top: 0;bottom: 8px;margin-left: -10px;border-left: 10px solid transparent;border-right: 10px solid transparent;border-bottom: 8px solid #0082e5;float: left;}*/ }
home/css/tiktok.css
.tiktok-float-top {top: 0;left: 50%;border-radius: 0 0 4px 4px;} .tiktok-float-middle {top: 50%;left: 50%;border-radius: 4px;} .tiktok-float-bottom {bottom: 0;left: 50%;border-radius: 4px 4px 0 0;} .tt-status-default {background-color: #0082e5;color: #fff;border: 1px solid #0082e5 !important;} .tt-status-done {background-color: #34a853;color: #fff;} .tt-status-error {background-color: #ea4335;color: #fff;} .tt-status-alert {background-color: #fbbc05;color: #000;} #tiktok-pop {position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 1000;} .tt-bg{position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: #000;z-index: 999;opacity: .60;filter:alpha(opacity=60)\0;} #tiktok-pop .tt-box{position: fixed;top: 50%;left: 50%;width: 500px;background-color: #fff;border-radius: 4px;z-index: 1000;box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,0.3);-moz-box-shadow:0 0 10px 0 rgba(0,0,0,0.3);} #tiktok-pop .tt-box .tt-box-header {height: 48px;padding: 0 20px;background-color: #0082e5;font-size: 20px;line-height: 50px;color: #fff;text-align: center;} #tiktok-pop .tt-box p{min-height: 100px;margin: 30px;font-size: 18px;line-height: 24px;color: #666;} #tiktok-pop .tt-text p {min-height: 0;text-align: center;} #tiktok-pop .tt-box .tt-button {display: box;display:-webkit-box;display:-moz-box;display: flex;display:block\0;} #tiktok-pop .tt-box .tt-button a {display: block;box-flex:1.0;-webkit-box-flex:1.0;-moz-box-flex:1.0;min-width:100px;margin: 10px auto 16px;padding: 10px 0;border: 1px solid #ccc;border-radius: 2px;font-size: 18px;text-decoration: none;text-align: center;margin: 10px\0;} #tiktok-pop .tt-box .tt-button .tt-button-single {min-width: 100px;max-width: 200px;margin: 10px auto 16px;} #tiktok-pop-loading {position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 1000;} #tiktok-pop-loading .tt-box {position: fixed;top: 50%;left: 50%;width: 120px;height: 120px;background-color: #0082e5;border-radius: 4px;z-index: 1000;overflow: hidden;box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,0.3);-moz-box-shadow:0 0 10px 0 rgba(0,0,0,0.3);} #tiktok-pop-loading .tt-box .tt-img {width: 44px;height: 44px;margin: 20px 36px 21px 36px;-webkit-animation: circle infinite 1s linear;-moz-animation: circle infinite 1s linear;-o-animation: circle infinite 1s linear;animation: circle infinite 1s linear;border: 2px solid #fff;border-top-color: transparent;border-radius: 100%;} @-webkit-keyframes circle { 0% { -webkit-transform: rotate(0); -ms-transform: rotate(0); -o-transform: rotate(0); transform: rotate(0); } 100% { -webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes circle { 0% { -webkit-transform: rotate(0); -ms-transform: rotate(0); -o-transform: rotate(0); transform: rotate(0); } 100% { -webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes circle { 0% { -webkit-transform: rotate(0); -ms-transform: rotate(0); -o-transform: rotate(0); transform: rotate(0); } 100% { -webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes circle { 0% { -webkit-transform: rotate(0); -ms-transform: rotate(0); -o-transform: rotate(0); transform: rotate(0); } 100% { -webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); } } #tiktok-pop-loading .tt-box img{width: 60px;height: 60px;margin: 15px 30px 10px 30px;} #tiktok-pop-loading .tt-box p {width: 100%;height: 20px;margin-bottom: 15px;font-size: 20px;color:#fff;line-height: 20px;text-align: center;} #tiktok-float {display: inline-block;position: absolute;min-width: 200px;height: 40px;background-color: #0082e5;border-radius: 4px;color: #fff;float: left;z-index: 99;} #tiktok-float p {margin: 0 20px;font-size: 16px;line-height: 40px;color:#fff;text-align: center;white-space:nowrap;text-overflow:ellipsis;} #tiktok-float p:after, #tiktok-float p:before {content: '';display: block;width: 0;height: 0;position: absolute;} #tiktok-float .tt-top:after {left: 50%;margin-left: -10px;border-left: 10px solid transparent;border-right: 10px solid transparent;border-top: 8px solid #0082e5;} #tiktok-float .tt-bottom:before {left: 50%;top: -8px;margin-left: -10px;border-left: 10px solid transparent;border-right: 10px solid transparent;border-bottom: 8px solid #0082e5;float: left;} #tiktok-float .tt-left:after {right: -7px;top: 0;margin-top: 10px;border-top: 10px solid transparent;border-bottom: 10px solid transparent;border-left: 8px solid #0082e5;float: right;} #tiktok-float .tt-right:before {left: -7px;top: 0;margin-top: 10px;border-top: 10px solid transparent;border-bottom: 10px solid transparent;border-right: 8px solid #0082e5;float: left;} /*---- responsive 1024px ----*/ @media screen and (max-width: 1024px) { #tiktok-tip{max-width: none;width: 100%;border-radius: 0;} #tiktok-pop .tt-box {width: 80%;} #tiktok-pop .tt-box p{margin: 20px 12px;overflow-y: scroll;} #tiktok-float {max-width: 80%;} /* #tiktok-float .tt-left:after {left: 50%;right: 0;margin-top: 0;margin-left: -10px;border-left: 10px solid transparent;border-right: 10px solid transparent;border-top: 8px solid #0082e5;float: none;} #tiktok-float .tt-right:before {left: 50%;top: -18px;margin-top: 0;bottom: 8px;margin-left: -10px;border-left: 10px solid transparent;border-right: 10px solid transparent;border-bottom: 8px solid #0082e5;float: left;}*/ }
0.324663
0.197154
@import url(https://fonts.googleapis.com/css?family=Noto+Serif:400,400italic,700,700italic&subset=latin,cyrillic-ext,cyrillic); a { outline: none; text-decoration:none; } body { font-family: 'Noto Serif', serif; } h1 { font-size: 1.5rem; color:#d6a915; } .hdr_menu_contener { position:fixed; z-index:30; top:0; left:0; right:0; } .menu_but { padding:37px 24px; display: inline; float: left; background-color: #fff; } .info_but_block { float: right; padding:37px 24px; } #info_but { display: block; width:42px; height:42px; background-image: url(../img/info.png); background-size: cover; transition: background-position 0.5s; } #info_but.inf { background-position: 0 0; } #info_but.cl { background-position: 42px 0; } .menu_panel { position:fixed; top:-154px; left:0; right:0; background-color:#fff; border-bottom:1px solid #cfcfcf; padding-top:37px; padding-right:37px; padding-bottom:24px; padding-left:24px; z-index:900; } .menu_panel li { display: inline; } .menu_panel ul { word-spacing: 14px; } .menu_panel a { color:#d6a915; font-size:20px; } .menu_panel a:hover { text-decoration: underline; } .menu_op_page { text-decoration: line-through; } .menu_social { float:right; } .close_menu_pan { float:left; margin-right:50px; } .social_network a{ opacity:0.5; transition:0.5s; } .social_network a:hover { opacity:1; transition:0.5s; } .paraplan_panel { position:absolute; top:90px; right:30px; padding:10px; background-color:#ec145a; opacity:0; transition:0.8s; word-spacing: 4px; color:#fff; border-radius:20px; } .paraplan_panel a { color: #fff; } .social_network li:hover .paraplan_panel { opacity:1; background-color: rgb( 236, 20, 90, 0.5); transition:0.8s; }
css/head_menu.css
@import url(https://fonts.googleapis.com/css?family=Noto+Serif:400,400italic,700,700italic&subset=latin,cyrillic-ext,cyrillic); a { outline: none; text-decoration:none; } body { font-family: 'Noto Serif', serif; } h1 { font-size: 1.5rem; color:#d6a915; } .hdr_menu_contener { position:fixed; z-index:30; top:0; left:0; right:0; } .menu_but { padding:37px 24px; display: inline; float: left; background-color: #fff; } .info_but_block { float: right; padding:37px 24px; } #info_but { display: block; width:42px; height:42px; background-image: url(../img/info.png); background-size: cover; transition: background-position 0.5s; } #info_but.inf { background-position: 0 0; } #info_but.cl { background-position: 42px 0; } .menu_panel { position:fixed; top:-154px; left:0; right:0; background-color:#fff; border-bottom:1px solid #cfcfcf; padding-top:37px; padding-right:37px; padding-bottom:24px; padding-left:24px; z-index:900; } .menu_panel li { display: inline; } .menu_panel ul { word-spacing: 14px; } .menu_panel a { color:#d6a915; font-size:20px; } .menu_panel a:hover { text-decoration: underline; } .menu_op_page { text-decoration: line-through; } .menu_social { float:right; } .close_menu_pan { float:left; margin-right:50px; } .social_network a{ opacity:0.5; transition:0.5s; } .social_network a:hover { opacity:1; transition:0.5s; } .paraplan_panel { position:absolute; top:90px; right:30px; padding:10px; background-color:#ec145a; opacity:0; transition:0.8s; word-spacing: 4px; color:#fff; border-radius:20px; } .paraplan_panel a { color: #fff; } .social_network li:hover .paraplan_panel { opacity:1; background-color: rgb( 236, 20, 90, 0.5); transition:0.8s; }
0.14253
0.096578
* { margin: 0; padding: 0; box-sizing: border-box; } body { background: #fafcfd; font-family: "IBM Plex Sans", sans-serif; min-height: 100vh; } .header { max-width: 719px; margin: auto; display: block; padding-top: 5em; } .header p { font-size: 2em; text-align: center; margin: auto; max-width: 90%; } .header input { margin-top: 3em; width: 100%; border-radius: 20px; padding: 18px 55px; border: 1px solid #dfe8ed; } .header input:focus { color: #838485; border: none; outline: none; box-shadow: 0px 0px 10px 2px rgb(12, 79, 202); } .header__input-wrapper { position: relative; } .header svg { position: absolute; width: 24px; height: 24px; left: 20px; bottom: 16%; } .content { max-width: 65vw; margin: 3em auto; } .content__list { display: grid; grid-template-columns: repeat(auto-fill, 364px); column-gap: 15px; row-gap: 10px; margin-top: 35px; } .content__item { max-width: 364px; height: 209px; background-color: #fff; border-radius: 10px; box-shadow: 0px 5px 30px 0px #5f66ad; padding: 1em; position: relative; } .content__item-body { display: flex; } .content__item-footer { background: #f9fbfc; padding: 10px; display: flex; justify-content: center; align-items: center; position: absolute; bottom: 0px; left: 0; right: 0; } .btn { width: 100px; padding: 5px; margin: 0px 5px; display: flex; align-items: center; justify-content: center; border: none; border-radius: 5px; white-space: nowrap; cursor: pointer; } .btn svg { width: 20px; height: 20px; } button.btn:first-of-type { background: #fff; } button.btn:last-of-type { background: #141a31; color: #fff; } .item__logo { flex: 0.3; text-align: right; margin: 10px 0px; } .item__detail { margin-left: 20px; flex: 1; display: flex; flex-direction: column; } .item__title { margin: 10px 0px 2px; } .item__category { font-size: 14px; font-style: normal; color: #707070; font-weight: 100; margin: 10px 0px; } .item__info { font-size: 16px; font-style: normal; font-weight: 100; } @media only screen and (max-width: 1727px) { .content__list { place-content: center; } }
Ui-Design-Daily/day-1218/src/index.css
* { margin: 0; padding: 0; box-sizing: border-box; } body { background: #fafcfd; font-family: "IBM Plex Sans", sans-serif; min-height: 100vh; } .header { max-width: 719px; margin: auto; display: block; padding-top: 5em; } .header p { font-size: 2em; text-align: center; margin: auto; max-width: 90%; } .header input { margin-top: 3em; width: 100%; border-radius: 20px; padding: 18px 55px; border: 1px solid #dfe8ed; } .header input:focus { color: #838485; border: none; outline: none; box-shadow: 0px 0px 10px 2px rgb(12, 79, 202); } .header__input-wrapper { position: relative; } .header svg { position: absolute; width: 24px; height: 24px; left: 20px; bottom: 16%; } .content { max-width: 65vw; margin: 3em auto; } .content__list { display: grid; grid-template-columns: repeat(auto-fill, 364px); column-gap: 15px; row-gap: 10px; margin-top: 35px; } .content__item { max-width: 364px; height: 209px; background-color: #fff; border-radius: 10px; box-shadow: 0px 5px 30px 0px #5f66ad; padding: 1em; position: relative; } .content__item-body { display: flex; } .content__item-footer { background: #f9fbfc; padding: 10px; display: flex; justify-content: center; align-items: center; position: absolute; bottom: 0px; left: 0; right: 0; } .btn { width: 100px; padding: 5px; margin: 0px 5px; display: flex; align-items: center; justify-content: center; border: none; border-radius: 5px; white-space: nowrap; cursor: pointer; } .btn svg { width: 20px; height: 20px; } button.btn:first-of-type { background: #fff; } button.btn:last-of-type { background: #141a31; color: #fff; } .item__logo { flex: 0.3; text-align: right; margin: 10px 0px; } .item__detail { margin-left: 20px; flex: 1; display: flex; flex-direction: column; } .item__title { margin: 10px 0px 2px; } .item__category { font-size: 14px; font-style: normal; color: #707070; font-weight: 100; margin: 10px 0px; } .item__info { font-size: 16px; font-style: normal; font-weight: 100; } @media only screen and (max-width: 1727px) { .content__list { place-content: center; } }
0.432183
0.096748
/* New Questions and Top Questions */ /* ****************************** */ /* Sort Questions */ /* ****************************** */ .sort-questions { margin-top: 6px; margin-left: 20px; } /* New Questions */ .sort-questions-by-new { margin-left: 20px; color: #FFFFFF; } .sort-questions-by-new:hover { color: #D10017; text-decoration: none; } /* Top Questions */ .sort-questions-by-top { margin-left: 190px; color: #FFFFFF; } .sort-questions-by-top:hover { color: #D10017; text-decoration: none; } /* One Question */ /* ****************************** */ /* One Question */ .one-question { border: 1px solid #3B3B3B; border-radius: 10px; padding: 20px; background-color: #3B3B3B; margin-top: 15px; margin-right: 55px; } /* Avatar */ .one-question img.one-question-avatar { border: 1px solid #FFFFFF; border-radius: 10px; width: 94px; height: 94px; margin-right: 5px; margin-top: 6px; } /* Question Title */ .one-question-title { color: #FFFFFF; font-size: 20px; text-decoration: underline; } .one-question-title a { color: #FFFFFF; font-size: 20px; text-decoration: underline; } .one-question-title a:hover { color: #F44336; } /* Question Text */ .one-question-text { color: #FFFFFF; } /* Read More */ .one-question-read-more { color: #FFFFFF; } .one-question-read-more:hover { color: #F44336; text-decoration: none; } /* Number of answers */ .one-question-number-of-answers { color: #F44336; } .one-question-number-of-answers:hover { color: #F44336; } /* Tags */ .one-question-selected-tag { color: #F44336; margin-top: 10px; } .one-question-selected-tag:hover { color: #F44336; } /* Likes */ /* ****************************** */ .likes { color: #F44336; margin-left: 3px; } .likes:hover { color: #F44336; } /* Like */ .like { display: inline-block; width: 26px; height: 26px; margin-top: 15px; background-image: url(../../img/likes/like/white_like.png); background-size: 26px 26px; } .like:hover { background-image: url(../../img/likes/like/red_like.png); background-size: 26px 26px; } .like:focus { background-image: url(../../img/likes/like/red_like.png); background-size: 26px 26px; } /* Dislike */ .dislike { display: inline-block; width: 26px; height: 26px; margin-top: 15px; background-image: url(../../img/likes/dislike/white_dislike.png); background-size: 26px 26px; } .dislike:hover { background-image: url(../../img/likes/dislike/red_dislike.png); background-size: 26px 26px; } .dislike:focus { background-image: url(../../img/likes/dislike/red_dislike.png); background-size: 26px 26px; } /* Paginator */ /* ****************************** */ /* Paginator */ .pagination { margin-left:300px; margin-top:20px; } /* Page Link */ .page-link { color: #FFFFFF; background-color: #3B3B3B; border-color: #3B3B3B; } .page-link:hover { color: #FFFFFF; background-color: #D10017; border-color: #D10017; }
ask_mmasyagin/static/css/my/index.css
/* New Questions and Top Questions */ /* ****************************** */ /* Sort Questions */ /* ****************************** */ .sort-questions { margin-top: 6px; margin-left: 20px; } /* New Questions */ .sort-questions-by-new { margin-left: 20px; color: #FFFFFF; } .sort-questions-by-new:hover { color: #D10017; text-decoration: none; } /* Top Questions */ .sort-questions-by-top { margin-left: 190px; color: #FFFFFF; } .sort-questions-by-top:hover { color: #D10017; text-decoration: none; } /* One Question */ /* ****************************** */ /* One Question */ .one-question { border: 1px solid #3B3B3B; border-radius: 10px; padding: 20px; background-color: #3B3B3B; margin-top: 15px; margin-right: 55px; } /* Avatar */ .one-question img.one-question-avatar { border: 1px solid #FFFFFF; border-radius: 10px; width: 94px; height: 94px; margin-right: 5px; margin-top: 6px; } /* Question Title */ .one-question-title { color: #FFFFFF; font-size: 20px; text-decoration: underline; } .one-question-title a { color: #FFFFFF; font-size: 20px; text-decoration: underline; } .one-question-title a:hover { color: #F44336; } /* Question Text */ .one-question-text { color: #FFFFFF; } /* Read More */ .one-question-read-more { color: #FFFFFF; } .one-question-read-more:hover { color: #F44336; text-decoration: none; } /* Number of answers */ .one-question-number-of-answers { color: #F44336; } .one-question-number-of-answers:hover { color: #F44336; } /* Tags */ .one-question-selected-tag { color: #F44336; margin-top: 10px; } .one-question-selected-tag:hover { color: #F44336; } /* Likes */ /* ****************************** */ .likes { color: #F44336; margin-left: 3px; } .likes:hover { color: #F44336; } /* Like */ .like { display: inline-block; width: 26px; height: 26px; margin-top: 15px; background-image: url(../../img/likes/like/white_like.png); background-size: 26px 26px; } .like:hover { background-image: url(../../img/likes/like/red_like.png); background-size: 26px 26px; } .like:focus { background-image: url(../../img/likes/like/red_like.png); background-size: 26px 26px; } /* Dislike */ .dislike { display: inline-block; width: 26px; height: 26px; margin-top: 15px; background-image: url(../../img/likes/dislike/white_dislike.png); background-size: 26px 26px; } .dislike:hover { background-image: url(../../img/likes/dislike/red_dislike.png); background-size: 26px 26px; } .dislike:focus { background-image: url(../../img/likes/dislike/red_dislike.png); background-size: 26px 26px; } /* Paginator */ /* ****************************** */ /* Paginator */ .pagination { margin-left:300px; margin-top:20px; } /* Page Link */ .page-link { color: #FFFFFF; background-color: #3B3B3B; border-color: #3B3B3B; } .page-link:hover { color: #FFFFFF; background-color: #D10017; border-color: #D10017; }
0.25842
0.058346
.alg-page { transition: width 0.2s ease; width: 100%; right: 0; background: #f9f9f9; box-shadow: 0 0 40px rgba(0, 0, 0, 0.1); } .alg-page.is-compact { width: calc(100% - 300px); } /* Overlay */ .alg-page-overlay { transition: opacity 0.2s ease; position: absolute; top: 0; left: 0; background: rgba(255, 255, 255, 0.8); opacity: 0; z-index: 0; } @media only screen and (max-width: 767px) { .alg-page.is-compact > .alg-page-overlay { display: block; opacity: 1; z-index: 10; right: 0; bottom: 0; } } /* Inner */ .alg-page-inner { display: flex; flex-direction: column; height: 100%; overflow: hidden; min-width: 320px; } /* Header */ .alg-page-header { position: relative; background: #f9f9f9; } /* Toggle */ .alg-page-toggle { position: absolute; top: 0; left: 0; width: 42px; height: 42px; cursor: pointer; z-index: 4; } .alg-page-toggle > label, .alg-page-toggle > label > span { display: block; } .alg-page-toggle > label { padding: 6px 0; cursor: pointer; } .alg-page-toggle > label > span { margin: 6px auto; width: 24px; height: 2px; background: #ccc; } .alg-page-toggle:hover > label > span, .alg-page-toggle:focus > label > span { background: #aaa; } .alg-page-toggle > input:checked + label > span { background: #444; } .alg-page-toggle > input { display: none; } /* Title */ .alg-page-title { padding-left: 42px; height: 42px; font-size: 1.2rem; line-height: 42px; vertical-align: middle; font-weight: 300; text-transform: uppercase; } /* Navigation */ .alg-page-navigation { display: flex; flex-wrap: nowrap; overflow-x: auto; box-shadow: inset 0 -1px 0 0 #f0f0f0; } .alg-page-section { padding: 0 10px; height: 41px; line-height: 41px; vertical-align: middle; flex: 0 0 auto; } .alg-page-section:hover, .alg-page-section:focus, .alg-page-section.is-active { text-decoration: none; box-shadow: inset 0 -2px 0 0 #4078c0; } /* Content */ .alg-page-content { padding-bottom: 30px; overflow-y: auto; flex-grow: 1; }
app/assets/stylesheets/frontify/page.css
.alg-page { transition: width 0.2s ease; width: 100%; right: 0; background: #f9f9f9; box-shadow: 0 0 40px rgba(0, 0, 0, 0.1); } .alg-page.is-compact { width: calc(100% - 300px); } /* Overlay */ .alg-page-overlay { transition: opacity 0.2s ease; position: absolute; top: 0; left: 0; background: rgba(255, 255, 255, 0.8); opacity: 0; z-index: 0; } @media only screen and (max-width: 767px) { .alg-page.is-compact > .alg-page-overlay { display: block; opacity: 1; z-index: 10; right: 0; bottom: 0; } } /* Inner */ .alg-page-inner { display: flex; flex-direction: column; height: 100%; overflow: hidden; min-width: 320px; } /* Header */ .alg-page-header { position: relative; background: #f9f9f9; } /* Toggle */ .alg-page-toggle { position: absolute; top: 0; left: 0; width: 42px; height: 42px; cursor: pointer; z-index: 4; } .alg-page-toggle > label, .alg-page-toggle > label > span { display: block; } .alg-page-toggle > label { padding: 6px 0; cursor: pointer; } .alg-page-toggle > label > span { margin: 6px auto; width: 24px; height: 2px; background: #ccc; } .alg-page-toggle:hover > label > span, .alg-page-toggle:focus > label > span { background: #aaa; } .alg-page-toggle > input:checked + label > span { background: #444; } .alg-page-toggle > input { display: none; } /* Title */ .alg-page-title { padding-left: 42px; height: 42px; font-size: 1.2rem; line-height: 42px; vertical-align: middle; font-weight: 300; text-transform: uppercase; } /* Navigation */ .alg-page-navigation { display: flex; flex-wrap: nowrap; overflow-x: auto; box-shadow: inset 0 -1px 0 0 #f0f0f0; } .alg-page-section { padding: 0 10px; height: 41px; line-height: 41px; vertical-align: middle; flex: 0 0 auto; } .alg-page-section:hover, .alg-page-section:focus, .alg-page-section.is-active { text-decoration: none; box-shadow: inset 0 -2px 0 0 #4078c0; } /* Content */ .alg-page-content { padding-bottom: 30px; overflow-y: auto; flex-grow: 1; }
0.478041
0.105073
[hidden] { display: none !important; } .show-border-dev { /* border: 2px solid red; */ } .back-btn-div { height: 48px; width: 48px; align-items: center; display: flex; justify-content: center; position: relative; } .back-btn { border-radius: 50%; min-width: 0px; height: 100%; width: 100%; padding: 0; } .content { font-size: 14px; line-height: 20px; color: #9e9fa2; overflow-y: auto; white-space: pre-wrap; word-break: break-all; } .main { min-height: 600px; max-height: 900px; min-width: 800px; max-width: 1200px; width: calc(100% - 20px); /* display: flex; */ /* flex-direction: column; */ padding: 5px 15px 5px 10px; } .top-section { display: flex; width: 100%; margin-bottom: 10px; } .image-gallery { flex-grow: 100; min-width: 500px; max-width: 1000px; height: 700px; background-color: transparent; border: solid 1px #ebebeb; } .heading { display: inline-flex; align-items: center; width: 100%; /* height: 50px; */ /* display: block; */ margin-bottom: 5px; display: flex; } .timestamps { display: flex; align-self: flex-end; } .icon-section { display: flex; padding-right: 10px; } .col-right { flex-grow: 10; min-width: 50px; max-width: 170px; padding-left: 10px; } .info-section { width: 100%; height: 100%; float: right; position: relative; } .author-info { width: 100%; margin-bottom: 10px; } .author-card { /* width: calc(100% - 20px); */ padding: 10px; transition-duration: .5s; border-radius: 4px; border: solid 1px #ebebeb; } .author-card:hover { /* background-color: rgba(0, 0, 0, 0.139); */ cursor: pointer; box-shadow: 0 1px 3px 0 rgb(60 64 67 / 30%), 0 4px 8px 3px rgb(60 64 67 / 15%); /* cursor: pointer; */ } .author-image { /* background-image: url('../../../assets/images/zhuge.jpg'); */ background-size: cover; width: 40px; height: 40px; border-radius: 50%; margin-right: 10px; } .author-name { display: inline-flex; align-items: center; overflow-wrap: anywhere; } .right-bottom { width: 100%; position: absolute; bottom: 0; } .package-controller { display: flex; width: 100%; padding-top: 8px; } .version-info { display: block; width: 100%; margin-top: 10px; margin-bottom: 5px; flex: 1 1 auto; } .button { margin-left: 5px; } .example-spacer { flex: 1 1 auto; } .author-zone { display: flex; flex: auto; } .comment-section {}
front-end/src/app/package-management/package-detail/package-detail.component.css
[hidden] { display: none !important; } .show-border-dev { /* border: 2px solid red; */ } .back-btn-div { height: 48px; width: 48px; align-items: center; display: flex; justify-content: center; position: relative; } .back-btn { border-radius: 50%; min-width: 0px; height: 100%; width: 100%; padding: 0; } .content { font-size: 14px; line-height: 20px; color: #9e9fa2; overflow-y: auto; white-space: pre-wrap; word-break: break-all; } .main { min-height: 600px; max-height: 900px; min-width: 800px; max-width: 1200px; width: calc(100% - 20px); /* display: flex; */ /* flex-direction: column; */ padding: 5px 15px 5px 10px; } .top-section { display: flex; width: 100%; margin-bottom: 10px; } .image-gallery { flex-grow: 100; min-width: 500px; max-width: 1000px; height: 700px; background-color: transparent; border: solid 1px #ebebeb; } .heading { display: inline-flex; align-items: center; width: 100%; /* height: 50px; */ /* display: block; */ margin-bottom: 5px; display: flex; } .timestamps { display: flex; align-self: flex-end; } .icon-section { display: flex; padding-right: 10px; } .col-right { flex-grow: 10; min-width: 50px; max-width: 170px; padding-left: 10px; } .info-section { width: 100%; height: 100%; float: right; position: relative; } .author-info { width: 100%; margin-bottom: 10px; } .author-card { /* width: calc(100% - 20px); */ padding: 10px; transition-duration: .5s; border-radius: 4px; border: solid 1px #ebebeb; } .author-card:hover { /* background-color: rgba(0, 0, 0, 0.139); */ cursor: pointer; box-shadow: 0 1px 3px 0 rgb(60 64 67 / 30%), 0 4px 8px 3px rgb(60 64 67 / 15%); /* cursor: pointer; */ } .author-image { /* background-image: url('../../../assets/images/zhuge.jpg'); */ background-size: cover; width: 40px; height: 40px; border-radius: 50%; margin-right: 10px; } .author-name { display: inline-flex; align-items: center; overflow-wrap: anywhere; } .right-bottom { width: 100%; position: absolute; bottom: 0; } .package-controller { display: flex; width: 100%; padding-top: 8px; } .version-info { display: block; width: 100%; margin-top: 10px; margin-bottom: 5px; flex: 1 1 auto; } .button { margin-left: 5px; } .example-spacer { flex: 1 1 auto; } .author-zone { display: flex; flex: auto; } .comment-section {}
0.386995
0.086555
@charset "UTF-8"; .mdl-layout-title a { text-decoration: none; color: #fff; } .mdl-layout__header-row .header-nav { margin-left: 24px; } .mdl-navigation__link { font-size: 16px; } .mdl-navigation__link { font-size: 16px; } .markdown-body { box-sizing: border-box; min-width: 200px; max-width: 980px; margin: 0 auto; padding: 45px; padding-top: 0px; font-size: 16px; line-height: 1.6; font-family : arial, Meiryo, メイリオ, sans-serif; } .markdown-body h1 { padding-bottom: 0.2em; font-size: 2.0em; line-height: 1.25; border-bottom: 1px solid #aaa; } .markdown-body #main_title { border-top: 5px solid #aaa; border-bottom: 5px solid #aaa; padding: .5em; } .markdown-body h2 { font-size: 1.5em; padding-bottom: 0.1em; line-height: 1.5; border-bottom: 1px solid #ccc; } .markdown-body h3 { font-size: 1.25em; margin: 8px 0; } .markdown-body h4 { font-size: 1em; line-height: 1.2; } .markdown-body p { font-size: 16px; line-height: 1.5; } .markdown-body dl dt { padding: 0; margin-top: 16px; font-weight: bold; font-style: normal; } .markdown-body ul { font-size: 16px; } .markdown-body ol { font-size: 16px; } .markdown-body li { margin-bottom: 4px; } .markdown-body blockquote::before { left: 0em; content: ""; } .markdown-body blockquote::after { content: ""; margin-left: 0em; } .markdown-body .breadcrumb{ background-color: white; padding-left: 0; } .markdown-body .breadcrumb > li + li:before { content: ">"; } .navbar-default .navbar-brand:hover { background-color: #e7e7e7; } .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus { background-color: #e7e7e7; } .katex { margin-left: 2px; margin-right: 2px; } #editorBody { position: absolute; top: 60px; right: 0; left: 0; bottom: 0; } #editorMarkdown { position: absolute; top: 0px; right: 50%; left: 0; bottom: 0; } #code { width: 100%; height: 100%; } #preview { padding-top: 10px; position: absolute; top: 0; left:50%; right: 0; bottom: 0; overflow: auto; } #editorFooter { } .CodeMirror { width: 100%; height: 100%; font-family: monospace; background-color: #eee; font-size: 18px; letter-spacing: 0.025em; line-height: 1.25; overflow-y: hidden !important; -webkit-overflow-scrolling: touch; }
public/css/custom.css
@charset "UTF-8"; .mdl-layout-title a { text-decoration: none; color: #fff; } .mdl-layout__header-row .header-nav { margin-left: 24px; } .mdl-navigation__link { font-size: 16px; } .mdl-navigation__link { font-size: 16px; } .markdown-body { box-sizing: border-box; min-width: 200px; max-width: 980px; margin: 0 auto; padding: 45px; padding-top: 0px; font-size: 16px; line-height: 1.6; font-family : arial, Meiryo, メイリオ, sans-serif; } .markdown-body h1 { padding-bottom: 0.2em; font-size: 2.0em; line-height: 1.25; border-bottom: 1px solid #aaa; } .markdown-body #main_title { border-top: 5px solid #aaa; border-bottom: 5px solid #aaa; padding: .5em; } .markdown-body h2 { font-size: 1.5em; padding-bottom: 0.1em; line-height: 1.5; border-bottom: 1px solid #ccc; } .markdown-body h3 { font-size: 1.25em; margin: 8px 0; } .markdown-body h4 { font-size: 1em; line-height: 1.2; } .markdown-body p { font-size: 16px; line-height: 1.5; } .markdown-body dl dt { padding: 0; margin-top: 16px; font-weight: bold; font-style: normal; } .markdown-body ul { font-size: 16px; } .markdown-body ol { font-size: 16px; } .markdown-body li { margin-bottom: 4px; } .markdown-body blockquote::before { left: 0em; content: ""; } .markdown-body blockquote::after { content: ""; margin-left: 0em; } .markdown-body .breadcrumb{ background-color: white; padding-left: 0; } .markdown-body .breadcrumb > li + li:before { content: ">"; } .navbar-default .navbar-brand:hover { background-color: #e7e7e7; } .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus { background-color: #e7e7e7; } .katex { margin-left: 2px; margin-right: 2px; } #editorBody { position: absolute; top: 60px; right: 0; left: 0; bottom: 0; } #editorMarkdown { position: absolute; top: 0px; right: 50%; left: 0; bottom: 0; } #code { width: 100%; height: 100%; } #preview { padding-top: 10px; position: absolute; top: 0; left:50%; right: 0; bottom: 0; overflow: auto; } #editorFooter { } .CodeMirror { width: 100%; height: 100%; font-family: monospace; background-color: #eee; font-size: 18px; letter-spacing: 0.025em; line-height: 1.25; overflow-y: hidden !important; -webkit-overflow-scrolling: touch; }
0.363195
0.076788
@-moz-document url-prefix("http://www.ts.kg/") { body { background-image: none !important; background-color: #000000 !important; } footer, .oops-news.oops-area, .hidden-xs.oops-branding.oops-area, .oops-under.oops-area, .player-12 .player-4, #episode-voice-h, #player-overlay, .pre-footer.hidden-xs, .oops-category.oops-area, .hidden-xs.oops-branding.oops-frame, .scroll-to-top, .well.hidden-xs , .nav-pills, .player-4, iframe, .oops-under, .oops-area, .player-overlay, table > tbody > tr > td > span:nth-child(1) { display: none !important; } #player5 { margin: 0 auto; } #player { width: auto; } .player-8 { float: inherit !important; } .app-show-header-title, .app-show-header-title-original { display: inline; } .app-show-header-title-original { padding-left: 25px; } #player, .player { height: calc(100vh - 200px); width: 100%; } .player-12 { width: auto; } .player-8 { width: 100%; } .panel-body { display: flex; justify-content: center; } .app-show-header { border: none; border-radius: 0; margin: 0; padding: 0; } .app-show-header-title, .app-show-header-title-original, .app-show-header-years { display: inline; } .app-show-header-title-original { padding-left: 25px; } .main-container { background-color: rgba(0, 0, 0, 0.35); box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); margin-top: 0; width: 1245px; } .navbar-header img { opacity: 0.5; } .show-title{ color: #0e7ddc; } .well, .app-news-date, .category_nav { background-color: rgba(0, 0, 0, 0.3); border: 1px solid #222; } /* navbar */ .navbar-default { background-color: #222; border-color: #080808; } .navbar-default .navbar-nav > li > a:hover { color: #fff !important; } .navbar-default .navbar-nav > .open > a:hover { color: #000 !important; } .navbar-default .navbar-nav > li > a:focus { color: #777; outline: auto; } .navbar-nav > li > .dropdown-menu { margin-top: 0; border-top-left-radius: 0; border-top-right-radius: 0; background-color: #333; } .dropdown-menu > li > a:hover { background-color: #666; } .dropdown-menu > li > a { color: #337ab7; margin-left: 10px; list-style-type: circle; } .dropdown-menu .divider { background-color: #555; } .dropdown-header { border-top: 1px solid #555; margin-top: 6px; margin-left: 10px; } /* end navbar */ /* player */ #player, .player { height: calc(100vh - 200px); width: 100%; } .player-12 { width: auto; } .player-8 { width: 100%; } /* end player */ .news-link, .app-show-header-years a { color: #777; } .nav .open > a, .nav .open > a:focus, .nav .open > a:hover, .nav > li > a:focus, .nav > li > a:hover, .dropdown-menu { background-color: #333 !important; } input, select, .flagstrap button, .category_nav .btn-group label, #app-show-form-submit-lucky, #app-show-form-submit { background-color: #333 !important; color: #fff !important; border-color:#333 !important; } a:hover { color: #1b65a7; } .bg-success, .bg-warning, .panel { background-color: #dff0d800; } .panel-default, .panel-default > .panel-heading { border-color: #333; } .panel-default > .panel-heading { color: #777; background-color: #2222229c; } .panel-body { display: flex; justify-content: center; } .app-show-tags li > a { border: 1px solid #555; } .show-shots-galery > div > a > img { display: inline-block; max-width: 100%; height: auto; padding: 4px; line-height: 1.42857143; background-color: #333; border: 1px solid #333; border-radius: 4px; -webkit-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; transition: all .2s ease-in-out; } ::selection { color: #9a9a9a; background: #000; } .table > tbody > tr > td { border-top: 1px solid #555; } a.text-muted { color: #337ab7; } .app-show-episode-title { color: #777; } body { color: #777; } }
data/usercss/182881.user.css
@-moz-document url-prefix("http://www.ts.kg/") { body { background-image: none !important; background-color: #000000 !important; } footer, .oops-news.oops-area, .hidden-xs.oops-branding.oops-area, .oops-under.oops-area, .player-12 .player-4, #episode-voice-h, #player-overlay, .pre-footer.hidden-xs, .oops-category.oops-area, .hidden-xs.oops-branding.oops-frame, .scroll-to-top, .well.hidden-xs , .nav-pills, .player-4, iframe, .oops-under, .oops-area, .player-overlay, table > tbody > tr > td > span:nth-child(1) { display: none !important; } #player5 { margin: 0 auto; } #player { width: auto; } .player-8 { float: inherit !important; } .app-show-header-title, .app-show-header-title-original { display: inline; } .app-show-header-title-original { padding-left: 25px; } #player, .player { height: calc(100vh - 200px); width: 100%; } .player-12 { width: auto; } .player-8 { width: 100%; } .panel-body { display: flex; justify-content: center; } .app-show-header { border: none; border-radius: 0; margin: 0; padding: 0; } .app-show-header-title, .app-show-header-title-original, .app-show-header-years { display: inline; } .app-show-header-title-original { padding-left: 25px; } .main-container { background-color: rgba(0, 0, 0, 0.35); box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); margin-top: 0; width: 1245px; } .navbar-header img { opacity: 0.5; } .show-title{ color: #0e7ddc; } .well, .app-news-date, .category_nav { background-color: rgba(0, 0, 0, 0.3); border: 1px solid #222; } /* navbar */ .navbar-default { background-color: #222; border-color: #080808; } .navbar-default .navbar-nav > li > a:hover { color: #fff !important; } .navbar-default .navbar-nav > .open > a:hover { color: #000 !important; } .navbar-default .navbar-nav > li > a:focus { color: #777; outline: auto; } .navbar-nav > li > .dropdown-menu { margin-top: 0; border-top-left-radius: 0; border-top-right-radius: 0; background-color: #333; } .dropdown-menu > li > a:hover { background-color: #666; } .dropdown-menu > li > a { color: #337ab7; margin-left: 10px; list-style-type: circle; } .dropdown-menu .divider { background-color: #555; } .dropdown-header { border-top: 1px solid #555; margin-top: 6px; margin-left: 10px; } /* end navbar */ /* player */ #player, .player { height: calc(100vh - 200px); width: 100%; } .player-12 { width: auto; } .player-8 { width: 100%; } /* end player */ .news-link, .app-show-header-years a { color: #777; } .nav .open > a, .nav .open > a:focus, .nav .open > a:hover, .nav > li > a:focus, .nav > li > a:hover, .dropdown-menu { background-color: #333 !important; } input, select, .flagstrap button, .category_nav .btn-group label, #app-show-form-submit-lucky, #app-show-form-submit { background-color: #333 !important; color: #fff !important; border-color:#333 !important; } a:hover { color: #1b65a7; } .bg-success, .bg-warning, .panel { background-color: #dff0d800; } .panel-default, .panel-default > .panel-heading { border-color: #333; } .panel-default > .panel-heading { color: #777; background-color: #2222229c; } .panel-body { display: flex; justify-content: center; } .app-show-tags li > a { border: 1px solid #555; } .show-shots-galery > div > a > img { display: inline-block; max-width: 100%; height: auto; padding: 4px; line-height: 1.42857143; background-color: #333; border: 1px solid #333; border-radius: 4px; -webkit-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; transition: all .2s ease-in-out; } ::selection { color: #9a9a9a; background: #000; } .table > tbody > tr > td { border-top: 1px solid #555; } a.text-muted { color: #337ab7; } .app-show-episode-title { color: #777; } body { color: #777; } }
0.269133
0.053034
.rong-main{ margin: 0 auto; width: 80%; height: 80%; margin-top: 5%; position: relative; display: none; min-width: 1030px; } .rong-main-item{ height: 100%; width: 100%; position: absolute; top: 0; } .rong-login{ height: 100%; width: 100%; background-color: #F2F2F2; background-image: url('./icon/background.jpg'); background-size: cover; } .rong-login-button{ width: 100%; height: 42px; margin: 16px auto; border-radius: 10px; border-style: none; font-size: 15px; text-align: center; } .rong-login-main{ width: 360px; height: 100%; margin: 0 auto; position: relative; } .rong-login-box { position: absolute; top: 50%; width: 100%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); } .rong-login-logo{ background-image: url(./icon/logo.png); background-repeat: no-repeat; display: inline-block; height: 90px; width: 90px; background-size: cover; } .rong-login-main span{ display: inline-block; text-align: center; width: 100%; color: #33CCFF; } .rong-login-title{ margin-top: 30px; } .rong-login-title p { font-size: 30px; color: white; margin: 10px 0 18px 0; } .rong-login-roomid input{ color: #999; } .rong-login-join input{ background: #3A83F5; color: #FFFFFF; cursor: pointer; } .rong-footer{ position: absolute; bottom: 0; background-color: #dee0e2; width: 100%; height: 65px; } .rong-footer-blocks{ width: 600px; margin: 0 auto; } .rong-footer-block{ display: inline-block; margin-top: 25px; width: 29%; text-align: center; } .rong-install-plugins{ overflow: scroll; height: 100%; width: 100%; background-color:rgb(250, 250, 250); position: absolute; box-shadow: 10px 10px 5px #3A83F5; display: none; position: absolute; z-index: 10; padding: 0 150px; box-sizing: border-box; min-width: 1078px; } .rong-install-step-title { background-color: rgb(194, 215, 248); padding-left: 10px; padding: 5px 0 5px 10px; color: rgb(92, 92, 92); font-size: 13px; } .rong-step-button { display: inline-block; width: 250px; height: 37px; line-height: 37px; background-color: rgb(66, 133, 244); color: white; text-align: center; border-radius: 2px; font-size: 15px; text-decoration: none; border: none; cursor: pointer; } .rong-step-download { margin: 19px 0 0 18px; } .rong-step-jump { margin: 5px 0 0 18px; } .rong-step-jump:disabled { background-color: rgb(194, 215, 248); } .rong-step-download-desc { font-size: 12px; color: rgb(111, 111, 111); margin: 14px 45px 0 18px; } .rong-step-graphic { width: 237px; height: 102px; background-size: cover; margin-left: 22px; } .rong-step-open { background-image: url(./icon/open.png); } .rong-step-drag { background-image: url(./icon/drag.png); } .rong-step-success { background-image: url(./icon/install-success.png); } .rong-steps{ width: 100%; } .rong-steps li { float: left; width: 325px; height: 200px; } .rong-steps a{ color: #FFF; } .rong-step{ line-height: 50px; padding: 10px; font-size: 20px; } /* .rong-step-jump{ float: right; } */ .rong-button-jump{ cursor: pointer; color: #3A83F5; height: 35px; width: 120px; } .rong-plugin-prompt { display: none; position: absolute; width: 100%; height: 100%; background-color:rgb(0, 0, 0, 0.8); z-index: 9; } .rong-plugin-prompt p { position: absolute; left: 50%; top: 50%; width: 400px; line-height: 75px; background-color: white; border-radius: 2px; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); text-align: center; } @media screen and (max-width: 1270px) { .rong-steps li { margin-right: 90px; } } @media screen and (max-width: 1132px) { .rong-steps li { margin-right: 30px; } }
rtc/app/css/main.css
.rong-main{ margin: 0 auto; width: 80%; height: 80%; margin-top: 5%; position: relative; display: none; min-width: 1030px; } .rong-main-item{ height: 100%; width: 100%; position: absolute; top: 0; } .rong-login{ height: 100%; width: 100%; background-color: #F2F2F2; background-image: url('./icon/background.jpg'); background-size: cover; } .rong-login-button{ width: 100%; height: 42px; margin: 16px auto; border-radius: 10px; border-style: none; font-size: 15px; text-align: center; } .rong-login-main{ width: 360px; height: 100%; margin: 0 auto; position: relative; } .rong-login-box { position: absolute; top: 50%; width: 100%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); } .rong-login-logo{ background-image: url(./icon/logo.png); background-repeat: no-repeat; display: inline-block; height: 90px; width: 90px; background-size: cover; } .rong-login-main span{ display: inline-block; text-align: center; width: 100%; color: #33CCFF; } .rong-login-title{ margin-top: 30px; } .rong-login-title p { font-size: 30px; color: white; margin: 10px 0 18px 0; } .rong-login-roomid input{ color: #999; } .rong-login-join input{ background: #3A83F5; color: #FFFFFF; cursor: pointer; } .rong-footer{ position: absolute; bottom: 0; background-color: #dee0e2; width: 100%; height: 65px; } .rong-footer-blocks{ width: 600px; margin: 0 auto; } .rong-footer-block{ display: inline-block; margin-top: 25px; width: 29%; text-align: center; } .rong-install-plugins{ overflow: scroll; height: 100%; width: 100%; background-color:rgb(250, 250, 250); position: absolute; box-shadow: 10px 10px 5px #3A83F5; display: none; position: absolute; z-index: 10; padding: 0 150px; box-sizing: border-box; min-width: 1078px; } .rong-install-step-title { background-color: rgb(194, 215, 248); padding-left: 10px; padding: 5px 0 5px 10px; color: rgb(92, 92, 92); font-size: 13px; } .rong-step-button { display: inline-block; width: 250px; height: 37px; line-height: 37px; background-color: rgb(66, 133, 244); color: white; text-align: center; border-radius: 2px; font-size: 15px; text-decoration: none; border: none; cursor: pointer; } .rong-step-download { margin: 19px 0 0 18px; } .rong-step-jump { margin: 5px 0 0 18px; } .rong-step-jump:disabled { background-color: rgb(194, 215, 248); } .rong-step-download-desc { font-size: 12px; color: rgb(111, 111, 111); margin: 14px 45px 0 18px; } .rong-step-graphic { width: 237px; height: 102px; background-size: cover; margin-left: 22px; } .rong-step-open { background-image: url(./icon/open.png); } .rong-step-drag { background-image: url(./icon/drag.png); } .rong-step-success { background-image: url(./icon/install-success.png); } .rong-steps{ width: 100%; } .rong-steps li { float: left; width: 325px; height: 200px; } .rong-steps a{ color: #FFF; } .rong-step{ line-height: 50px; padding: 10px; font-size: 20px; } /* .rong-step-jump{ float: right; } */ .rong-button-jump{ cursor: pointer; color: #3A83F5; height: 35px; width: 120px; } .rong-plugin-prompt { display: none; position: absolute; width: 100%; height: 100%; background-color:rgb(0, 0, 0, 0.8); z-index: 9; } .rong-plugin-prompt p { position: absolute; left: 50%; top: 50%; width: 400px; line-height: 75px; background-color: white; border-radius: 2px; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); text-align: center; } @media screen and (max-width: 1270px) { .rong-steps li { margin-right: 90px; } } @media screen and (max-width: 1132px) { .rong-steps li { margin-right: 30px; } }
0.327668
0.056262
@font-face { font-family: 'fuente_examen'; font-style: normal; font-weight:100; src: local(''), url('../fonts/fuente_examen.ttf') format('truetype'), } * { box-sizing: border-box; } body { width: 90%; max-width: 1200px; margin: auto; } header, footer { display: flex; width: 100%; min-height: 100px; height: auto; align-items: center; justify-content: space-between; padding: 20px; } header{ flex-direction: column; } div { align-items: center; } .border{ border-style: solid; border-width: 1px; border-radius: 2px; } .center{ align-items: center; text-align: center; justify-content: center; } /* ----- HEADER -----*/ .navigation{ height: 100%; padding: 10px; } nav{ float: none; } nav>a{ text-decoration: none; text-transform: uppercase; color: #000; padding: 5px; } .logo{ width: 50px; } .logo:hover{ filter: grayscale(100%); } /* ----- MAIN -----*/ main { display: block; width: 100%; height: auto; } .container{ display: grid; width: 100%; grid-template-columns: 15% auto 15%; grid-gap: 10px; min-height: 300px; height: auto; margin: 10px 0; } section{ display: grid; width: 100%; height: 100%; grid-template-columns: auto auto; } .lateral { height: 100%; float: left; padding: 10px; background-color: beige; text-transform: uppercase; } .content { position: relative; display: inline; height: 100%; } .block{ display: block; width: auto; padding: 10px; } .col{ display: flex; flex-direction: row; } .col>p{ margin: 5px; } .block>img{ width: 100px ; display: block; margin: 0 auto; } .block-impare{ border: solid 2px red; } .block-pare{ border: solid 2px green; } .text-left{ padding-right: 5px; border-right: double 2px red; } /*----- FOOTER ----- */ footer { justify-content: center; } footer>p{ font-family: 'fuente_examen', sans-serif; } .localidad:hover{ color: green; } /* estilo para dispositivos con ancho menor que 550px */ @media (max-width:550px){ .container{ display: block; } .lateral{ display: none; } section{ display: block; } }
Estilos/style.css
@font-face { font-family: 'fuente_examen'; font-style: normal; font-weight:100; src: local(''), url('../fonts/fuente_examen.ttf') format('truetype'), } * { box-sizing: border-box; } body { width: 90%; max-width: 1200px; margin: auto; } header, footer { display: flex; width: 100%; min-height: 100px; height: auto; align-items: center; justify-content: space-between; padding: 20px; } header{ flex-direction: column; } div { align-items: center; } .border{ border-style: solid; border-width: 1px; border-radius: 2px; } .center{ align-items: center; text-align: center; justify-content: center; } /* ----- HEADER -----*/ .navigation{ height: 100%; padding: 10px; } nav{ float: none; } nav>a{ text-decoration: none; text-transform: uppercase; color: #000; padding: 5px; } .logo{ width: 50px; } .logo:hover{ filter: grayscale(100%); } /* ----- MAIN -----*/ main { display: block; width: 100%; height: auto; } .container{ display: grid; width: 100%; grid-template-columns: 15% auto 15%; grid-gap: 10px; min-height: 300px; height: auto; margin: 10px 0; } section{ display: grid; width: 100%; height: 100%; grid-template-columns: auto auto; } .lateral { height: 100%; float: left; padding: 10px; background-color: beige; text-transform: uppercase; } .content { position: relative; display: inline; height: 100%; } .block{ display: block; width: auto; padding: 10px; } .col{ display: flex; flex-direction: row; } .col>p{ margin: 5px; } .block>img{ width: 100px ; display: block; margin: 0 auto; } .block-impare{ border: solid 2px red; } .block-pare{ border: solid 2px green; } .text-left{ padding-right: 5px; border-right: double 2px red; } /*----- FOOTER ----- */ footer { justify-content: center; } footer>p{ font-family: 'fuente_examen', sans-serif; } .localidad:hover{ color: green; } /* estilo para dispositivos con ancho menor que 550px */ @media (max-width:550px){ .container{ display: block; } .lateral{ display: none; } section{ display: block; } }
0.337749
0.068164
1- Colors Variables Settings; 1.1- background colors; 1.2- fonts colors; 1.3- basic colors; 2- First Header; 3- Main Header; 4- Main Title; 5- About Section; 6- Products Section; 7- Pricing Section; 8- Quality Section; 9- Newsletter Section; 10- Footer Section; */ @import "./first-header.css"; @import "./main-header.css"; @import "./about-section.css"; @import "./products-section.css"; @import "./pricing-section.css"; /* 1- Colors Variables Settings */ :root { /* 1.1- background colors */ --color-darkblue-bg: #122ab2; --color-lightblue-bg: #2c70ff; --color-lightgrey-bg: #f7f7f7; /* 1.2- fonts colors */ --color-grey-font: #a4a4a4; --color-footer-font: #1130c2; --color-basic-font: #7c7c7c; /* 1.3- basic colors */ --color-black: #222; --color-white: #fff; --color-purple: #ae81ff; --color-pink: #f9265e; --color-blue: #66d9eb; } /* 4- Main Title */ .main-title { font-size: 3em; line-height: 1; max-width: 960px; margin: 0 auto; padding: 60px 10px; } /* 8- Quality Section */ .quality { display: flex; flex-wrap: wrap; max-width: 960px; margin: 60px auto; } .quality-item { flex: 1 1 300px; margin: 20px 10px; } .quality-item h2 { font-size: 2.25em; margin-bottom: 20px; color: var(--color-grey-font); } .quality-item h2::before { width: 8px; content: ""; height: 30px; margin-right: 10px; display: inline-block; } .quality-item:nth-of-type(3n + 1) h2::before { background: var(--color-purple); } .quality-item:nth-of-type(3n + 2) h2::before { background: var(--color-pink); } .quality-item:nth-of-type(3n + 3) h2::before { background: var(--color-blue); } .quality-item p { line-height: 1.4; font-size: 1.25em; color: var(--color-grey-font); } /* 9- Newsletter Section */ .newsletter { display: flex; flex-wrap: wrap; background: var(--color-lightgrey-bg); padding: 60px calc((100% - 960px) / 2); } .newsletter-info { flex: 1 1 200px; margin: 0 10px; } .newsletter-info h2 { font-size: 3em; color: var(--color-grey-font); } .newsletter-info p { max-width: 270px; font-size: 1.25em; font-style: italic; margin-bottom: 10px; color: var(--color-basic-font); } .newsletter-form { display: flex; margin: 0 10px; flex: 2 1 260px; flex-wrap: wrap; align-self: center; } .newsletter-form input { margin: 0px; font-weight: bold; padding: 15px 10px; flex: 3 1 260px; font-size: 1.25em; border-radius: 0%; font-style: italic; background: transparent; color: var(--color-basic-font); border: 4px solid var(--color-lightblue-bg); font-family: "Nunito", Arial, Helvetica, sans-serif; } .newsletter-form button { margin: 0; border: 0; flex: 1 1 260px; cursor: pointer; font-weight: bold; font-size: 2.25em; padding: 15px 10px; text-transform: uppercase; color: var(--color-white); background: var(--color-lightblue-bg); border: 4px solid var(--color-lightblue-bg); font-family: "Nunito", Arial, Helvetica, sans-serif; } @media (max-width: 600px) { .newsletter-info p { margin-bottom: 30px; } .newsletter-form button { font-size: 1.5em; } }
curso-flexbox/css/style.css
1- Colors Variables Settings; 1.1- background colors; 1.2- fonts colors; 1.3- basic colors; 2- First Header; 3- Main Header; 4- Main Title; 5- About Section; 6- Products Section; 7- Pricing Section; 8- Quality Section; 9- Newsletter Section; 10- Footer Section; */ @import "./first-header.css"; @import "./main-header.css"; @import "./about-section.css"; @import "./products-section.css"; @import "./pricing-section.css"; /* 1- Colors Variables Settings */ :root { /* 1.1- background colors */ --color-darkblue-bg: #122ab2; --color-lightblue-bg: #2c70ff; --color-lightgrey-bg: #f7f7f7; /* 1.2- fonts colors */ --color-grey-font: #a4a4a4; --color-footer-font: #1130c2; --color-basic-font: #7c7c7c; /* 1.3- basic colors */ --color-black: #222; --color-white: #fff; --color-purple: #ae81ff; --color-pink: #f9265e; --color-blue: #66d9eb; } /* 4- Main Title */ .main-title { font-size: 3em; line-height: 1; max-width: 960px; margin: 0 auto; padding: 60px 10px; } /* 8- Quality Section */ .quality { display: flex; flex-wrap: wrap; max-width: 960px; margin: 60px auto; } .quality-item { flex: 1 1 300px; margin: 20px 10px; } .quality-item h2 { font-size: 2.25em; margin-bottom: 20px; color: var(--color-grey-font); } .quality-item h2::before { width: 8px; content: ""; height: 30px; margin-right: 10px; display: inline-block; } .quality-item:nth-of-type(3n + 1) h2::before { background: var(--color-purple); } .quality-item:nth-of-type(3n + 2) h2::before { background: var(--color-pink); } .quality-item:nth-of-type(3n + 3) h2::before { background: var(--color-blue); } .quality-item p { line-height: 1.4; font-size: 1.25em; color: var(--color-grey-font); } /* 9- Newsletter Section */ .newsletter { display: flex; flex-wrap: wrap; background: var(--color-lightgrey-bg); padding: 60px calc((100% - 960px) / 2); } .newsletter-info { flex: 1 1 200px; margin: 0 10px; } .newsletter-info h2 { font-size: 3em; color: var(--color-grey-font); } .newsletter-info p { max-width: 270px; font-size: 1.25em; font-style: italic; margin-bottom: 10px; color: var(--color-basic-font); } .newsletter-form { display: flex; margin: 0 10px; flex: 2 1 260px; flex-wrap: wrap; align-self: center; } .newsletter-form input { margin: 0px; font-weight: bold; padding: 15px 10px; flex: 3 1 260px; font-size: 1.25em; border-radius: 0%; font-style: italic; background: transparent; color: var(--color-basic-font); border: 4px solid var(--color-lightblue-bg); font-family: "Nunito", Arial, Helvetica, sans-serif; } .newsletter-form button { margin: 0; border: 0; flex: 1 1 260px; cursor: pointer; font-weight: bold; font-size: 2.25em; padding: 15px 10px; text-transform: uppercase; color: var(--color-white); background: var(--color-lightblue-bg); border: 4px solid var(--color-lightblue-bg); font-family: "Nunito", Arial, Helvetica, sans-serif; } @media (max-width: 600px) { .newsletter-info p { margin-bottom: 30px; } .newsletter-form button { font-size: 1.5em; } }
0.457621
0.071364
:host { display: flex; flex-direction: column; height: 100%; background-color: hsl(var(--med-color-neutral-1)); } :host .zoom-header { position: fixed; width: 100%; z-index: 1; top: 0; } :host .zoom-header__title { color: hsl(var(--med-color-neutral-10)); font-size: var(--med-font-size-xs); line-height: var(--med-line-height-compressed); font-weight: var(--med-font-weight-semibold); } :host .zoom-header .med-icon { stroke: hsl(var(--med-color-neutral-10)); } :host .zoom-content { --background: hsl(var(--med-color-neutral-1)); height: 100%; overflow-y: hidden; } :host ion-slides { --bullet-background-active: hsl(var(--med-color-brand-3)); display: flex; justify-content: center; height: 100%; } :host ion-slides .swiper-pagination-bullet-active { border: 2px solid hsl(var(--med-color-brand-3)); } :host .swiper-zoom-container { flex-direction: column; } :host .zoom-imagem { width: auto; max-width: calc(100% - 50px); height: auto; max-height: calc(100% - 100px); -webkit-user-drag: none; -khtml-user-drag: none; -moz-user-drag: none; -o-user-drag: none; user-drag: none; } :host .swiper-slide-zoomed .zoom-legenda-container { display: none !important; } :host .zoom-legenda-container { padding: 16px 52px; text-align: justify; } @media (max-width: 992px) { :host .zoom-legenda-container { padding: 16px 52px; padding-right: 70px; text-align: justify; } } :host .zoom-legenda { display: inline-block; color: hsl(var(--med-color-neutral-10)); font-size: 14px; max-width: 992px; overflow-y: auto; max-height: 60px; } :host .marca-agua-superior { position: absolute; top: 29%; z-index: 1; width: 100%; text-align: center; font-size: 2.5em; opacity: 0.01; color: hsl(var(--med-color-brand-3)); pointer-events: none; } :host .marca-agua-inferior { position: absolute; top: 52%; z-index: 1; width: 100%; text-align: center; font-size: 2.5em; opacity: 0.02; color: hsl(var(--med-color-brand-3)); pointer-events: none; } :host .zoom-button-container { position: fixed; bottom: var(--med-spacing-stack-md); right: 15px; height: 175px; width: 48px; } :host .zoom-button { width: 48px; height: 48px; border: none; border-radius: 50%; cursor: pointer; display: flex; align-items: center; justify-content: center; outline: none; background-color: hsl(var(--med-color-neutral-6)); } :host .zoom-button ion-icon { font-size: 24px; stroke: hsl(var(--med-color-neutral-10)); } :host .zoom-button:not(:last-child) { margin-bottom: var(--med-spacing-stack-base); } :host .zoom-button--close { background-color: hsl(var(--med-color-neutral-5)); } :host .zoom-button--close ion-icon { stroke: hsl(var(--med-color-neutral-10)); }
dist/collection/components/@medgrupo/global/med-image-zoom/med-image-zoom.css
:host { display: flex; flex-direction: column; height: 100%; background-color: hsl(var(--med-color-neutral-1)); } :host .zoom-header { position: fixed; width: 100%; z-index: 1; top: 0; } :host .zoom-header__title { color: hsl(var(--med-color-neutral-10)); font-size: var(--med-font-size-xs); line-height: var(--med-line-height-compressed); font-weight: var(--med-font-weight-semibold); } :host .zoom-header .med-icon { stroke: hsl(var(--med-color-neutral-10)); } :host .zoom-content { --background: hsl(var(--med-color-neutral-1)); height: 100%; overflow-y: hidden; } :host ion-slides { --bullet-background-active: hsl(var(--med-color-brand-3)); display: flex; justify-content: center; height: 100%; } :host ion-slides .swiper-pagination-bullet-active { border: 2px solid hsl(var(--med-color-brand-3)); } :host .swiper-zoom-container { flex-direction: column; } :host .zoom-imagem { width: auto; max-width: calc(100% - 50px); height: auto; max-height: calc(100% - 100px); -webkit-user-drag: none; -khtml-user-drag: none; -moz-user-drag: none; -o-user-drag: none; user-drag: none; } :host .swiper-slide-zoomed .zoom-legenda-container { display: none !important; } :host .zoom-legenda-container { padding: 16px 52px; text-align: justify; } @media (max-width: 992px) { :host .zoom-legenda-container { padding: 16px 52px; padding-right: 70px; text-align: justify; } } :host .zoom-legenda { display: inline-block; color: hsl(var(--med-color-neutral-10)); font-size: 14px; max-width: 992px; overflow-y: auto; max-height: 60px; } :host .marca-agua-superior { position: absolute; top: 29%; z-index: 1; width: 100%; text-align: center; font-size: 2.5em; opacity: 0.01; color: hsl(var(--med-color-brand-3)); pointer-events: none; } :host .marca-agua-inferior { position: absolute; top: 52%; z-index: 1; width: 100%; text-align: center; font-size: 2.5em; opacity: 0.02; color: hsl(var(--med-color-brand-3)); pointer-events: none; } :host .zoom-button-container { position: fixed; bottom: var(--med-spacing-stack-md); right: 15px; height: 175px; width: 48px; } :host .zoom-button { width: 48px; height: 48px; border: none; border-radius: 50%; cursor: pointer; display: flex; align-items: center; justify-content: center; outline: none; background-color: hsl(var(--med-color-neutral-6)); } :host .zoom-button ion-icon { font-size: 24px; stroke: hsl(var(--med-color-neutral-10)); } :host .zoom-button:not(:last-child) { margin-bottom: var(--med-spacing-stack-base); } :host .zoom-button--close { background-color: hsl(var(--med-color-neutral-5)); } :host .zoom-button--close ion-icon { stroke: hsl(var(--med-color-neutral-10)); }
0.489015
0.113236
@charset "utf-8"; /* フォント指定 */ * { font-family: "Helvetica Neue" , Helvetica , Arial; /* font-size: 0.98em; */ font-size: 14px; /* fieldsetの入れ子でフォントが小さくなるので絶対値指定に変更 */ } /* float設定はdivごとにクリア */ div:after { content: ""; clear: both; display: block; } /* 高さについて画面いっぱいを100%とする! */ html { height: 100%; } body { height: calc(100% - 8px); margin: 4px; } /* 基本デザインをフラット化 */ input { border: none; text-decoration: none; } a { text-decoration: none; } fieldset { border: none; -webkit-margin-start: 0; -webkit-margin-end: 0; -webkit-padding-before: 0; -webkit-padding-start: 0; -webkit-padding-end: 0; -webkit-padding-after: 0; } fieldset fieldset { font-size: 100%; } /* ボタン */ button, input[type="button"] { border: solid 1px #618dc3; background-color: #dce6f2; color: #618dc3; box-shadow: 0 2px 0 #95C0F4; outline: none; -webkit-border-radius: 1px; border-radius: 1px; height: 23px; line-height: 23px; padding: 0 6px 0; margin-bottom: 2px; cursor: pointer; } /* 押した状態のボタン */ button:active, input[type="button"]:active { box-shadow: none; transform: translate3d(0, 2px, 0); } /* 選択系 */ input[type="radio"], input[type="checkbox"] { display: none; } /* 入力系 */ input[type="text"], input[type="number"], input[type="password"], input[type="date"], input[type="time"] { padding : 2px 5px; border: solid 1px lightgrey; background-color: white; height: 20px; -webkit-border-radius: 3px; border-radius: 3px; } input[type="text"]:focus, input[type="date"]:focus, input[type="time"]:focus, input[type="password"]:focus { outline: none; border: solid 1px #618dc3; -webkit-box-shadow: 0 0 0 2px #dce6f2; box-shadow: 0 0 0 2px #dce6f2; } /* ラジオ/チェックボタンのグループ(トグルボタン風) */ .radioGroup { display: flex; flex-direction: row; } .radioGroup input:checked + label, .radioGroup input:active { background: #dce6f2; } .radioGroup input, .radioGroup input + label { display: inline-block; border: solid 1px #618dc3; background: white; color: #618dc3; } .radioGroup input { display: none; } .radioGroup input+label { display: inline-block; border: 1px solid #618dc3; border-right: 0; padding: 10px 10px 10px 10px; margin: 0; width: auto; min-width: 30px; text-align: center; } .radioGroup input+label:first-of-type { border-radius: 3px 0 0 3px; } .radioGroup input+label:last-of-type { border-right: 1px solid #618dc3; border-radius: 0 3px 3px 0; } .centering { display: flex; flex-direction: row; justify-content: center; } .centering > * { margin-left: 15px; } .centering > *:first-child { margin-left: 0; } /* デバッグ用設定 */ .debug { opacity: 0.3; } /* ---------------------- */ /* ブラウザ依存の設定 */ /* ---------------------- */ *::-webkit-scrollbar { /*スクロールバーの太さ*/ height: 10px; width: 10px; } *::-webkit-scrollbar-track { /*スクロールバーの背景色*/ background-color: whitesmoke; } *::-webkit-scrollbar-thumb { /*スクロールバーの前景色*/ background-color: #dce6f2; margin-left: 1px; margin-right: 1px; padding: 1px; }
gui/browser/css/styles.css
@charset "utf-8"; /* フォント指定 */ * { font-family: "Helvetica Neue" , Helvetica , Arial; /* font-size: 0.98em; */ font-size: 14px; /* fieldsetの入れ子でフォントが小さくなるので絶対値指定に変更 */ } /* float設定はdivごとにクリア */ div:after { content: ""; clear: both; display: block; } /* 高さについて画面いっぱいを100%とする! */ html { height: 100%; } body { height: calc(100% - 8px); margin: 4px; } /* 基本デザインをフラット化 */ input { border: none; text-decoration: none; } a { text-decoration: none; } fieldset { border: none; -webkit-margin-start: 0; -webkit-margin-end: 0; -webkit-padding-before: 0; -webkit-padding-start: 0; -webkit-padding-end: 0; -webkit-padding-after: 0; } fieldset fieldset { font-size: 100%; } /* ボタン */ button, input[type="button"] { border: solid 1px #618dc3; background-color: #dce6f2; color: #618dc3; box-shadow: 0 2px 0 #95C0F4; outline: none; -webkit-border-radius: 1px; border-radius: 1px; height: 23px; line-height: 23px; padding: 0 6px 0; margin-bottom: 2px; cursor: pointer; } /* 押した状態のボタン */ button:active, input[type="button"]:active { box-shadow: none; transform: translate3d(0, 2px, 0); } /* 選択系 */ input[type="radio"], input[type="checkbox"] { display: none; } /* 入力系 */ input[type="text"], input[type="number"], input[type="password"], input[type="date"], input[type="time"] { padding : 2px 5px; border: solid 1px lightgrey; background-color: white; height: 20px; -webkit-border-radius: 3px; border-radius: 3px; } input[type="text"]:focus, input[type="date"]:focus, input[type="time"]:focus, input[type="password"]:focus { outline: none; border: solid 1px #618dc3; -webkit-box-shadow: 0 0 0 2px #dce6f2; box-shadow: 0 0 0 2px #dce6f2; } /* ラジオ/チェックボタンのグループ(トグルボタン風) */ .radioGroup { display: flex; flex-direction: row; } .radioGroup input:checked + label, .radioGroup input:active { background: #dce6f2; } .radioGroup input, .radioGroup input + label { display: inline-block; border: solid 1px #618dc3; background: white; color: #618dc3; } .radioGroup input { display: none; } .radioGroup input+label { display: inline-block; border: 1px solid #618dc3; border-right: 0; padding: 10px 10px 10px 10px; margin: 0; width: auto; min-width: 30px; text-align: center; } .radioGroup input+label:first-of-type { border-radius: 3px 0 0 3px; } .radioGroup input+label:last-of-type { border-right: 1px solid #618dc3; border-radius: 0 3px 3px 0; } .centering { display: flex; flex-direction: row; justify-content: center; } .centering > * { margin-left: 15px; } .centering > *:first-child { margin-left: 0; } /* デバッグ用設定 */ .debug { opacity: 0.3; } /* ---------------------- */ /* ブラウザ依存の設定 */ /* ---------------------- */ *::-webkit-scrollbar { /*スクロールバーの太さ*/ height: 10px; width: 10px; } *::-webkit-scrollbar-track { /*スクロールバーの背景色*/ background-color: whitesmoke; } *::-webkit-scrollbar-thumb { /*スクロールバーの前景色*/ background-color: #dce6f2; margin-left: 1px; margin-right: 1px; padding: 1px; }
0.189184
0.084153
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Old+Standard+TT&display=swap'); *{ padding: 0px; margin: 0px; font-family: 'Montserrat', sans-serif; } body { background-color: #b1b6c2; } header { padding: 0px 50px; } .logoName { font-family: 'Old Standard TT'; color:#8430b4; font-size: 80px; float: right; } .logo-img{ width: 150px; height: 150px; } nav { display: flex; justify-content: space-between; align-items: center; margin-top: 10px; } ul.main { list-style: none; display: flex; justify-content: space-evenly; } ul.main li { margin: 0px 10px; } ul.main li a { text-decoration: none; color: black; font-size: x-large; } .Signup{ background-color: #493ea8; border: 1px solid; border-radius: 5px; } .quiz-title { display: flex; justify-content: space-evenly; align-items: center; background-color: #8430b4; font-size: 50px; } .quiz-title h2{ font-size: 50px; } .quiz-title-img { height: 300px; } .quiztitle-txt { color: white; font-size: 40px; } .quiztitle-txt p{ margin-top: 10%; } .section2 { margin-top: 10px; background-color: white; } .section2 .welcome { text-align: center; padding-top: 20px; height: 240px; } .section2 img{ float: right; height: 237px; } .welcome h2 { font-size: x-large; margin: 10px; } .welcome p { font-size: large; margin: 10px; } .welcome a { text-decoration: none; color: white; background-color:#493ea8; padding: 10px 30px; border-radius: 10px; margin: 10px; display: inline-block; } form { margin: 30px 50px } .jslogo{ float: right; margin-top: 100px; width: 45%; max-height: fit-content; margin-top: 20%; opacity: 0.3; } h2{ font-size: 25px; padding: 10px; font-weight: bolder; font-family: "Alfa Slab One"; } form h2{ text-decoration: underline; } .quizzes h3{ font-size: 25px; padding: 10px; font-weight: bolder; } .quizzes p{ padding: 0px 5px; margin: 10px 10px; font-size: 23px; font-weight: normal; } .submit-btn{ padding-top: 20px; } .submit-btn input{ background-color:#493ea8; color: white; font-size: 35px; justify-content: space-around; width: 15%; font-weight: bolder; } .submit-btn input:hover{ background-color: #db1313; } #results{ font-size: 28px; font-style: italic; font-weight: bolder; padding: 50px; padding-top: 30px; } input[type=radio]{ height:12px; width:22px; margin-right: 6px; display:inline-block; vertical-align: baseline; border:1px solid rgb(0, 0, 0); font-size: 60px; } footer{ display: flex; padding: 0px,10px; font-size: 20px; color: #000000; } .copy{ margin-left: 1000px; float: left; }
CSS/index.css
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Old+Standard+TT&display=swap'); *{ padding: 0px; margin: 0px; font-family: 'Montserrat', sans-serif; } body { background-color: #b1b6c2; } header { padding: 0px 50px; } .logoName { font-family: 'Old Standard TT'; color:#8430b4; font-size: 80px; float: right; } .logo-img{ width: 150px; height: 150px; } nav { display: flex; justify-content: space-between; align-items: center; margin-top: 10px; } ul.main { list-style: none; display: flex; justify-content: space-evenly; } ul.main li { margin: 0px 10px; } ul.main li a { text-decoration: none; color: black; font-size: x-large; } .Signup{ background-color: #493ea8; border: 1px solid; border-radius: 5px; } .quiz-title { display: flex; justify-content: space-evenly; align-items: center; background-color: #8430b4; font-size: 50px; } .quiz-title h2{ font-size: 50px; } .quiz-title-img { height: 300px; } .quiztitle-txt { color: white; font-size: 40px; } .quiztitle-txt p{ margin-top: 10%; } .section2 { margin-top: 10px; background-color: white; } .section2 .welcome { text-align: center; padding-top: 20px; height: 240px; } .section2 img{ float: right; height: 237px; } .welcome h2 { font-size: x-large; margin: 10px; } .welcome p { font-size: large; margin: 10px; } .welcome a { text-decoration: none; color: white; background-color:#493ea8; padding: 10px 30px; border-radius: 10px; margin: 10px; display: inline-block; } form { margin: 30px 50px } .jslogo{ float: right; margin-top: 100px; width: 45%; max-height: fit-content; margin-top: 20%; opacity: 0.3; } h2{ font-size: 25px; padding: 10px; font-weight: bolder; font-family: "Alfa Slab One"; } form h2{ text-decoration: underline; } .quizzes h3{ font-size: 25px; padding: 10px; font-weight: bolder; } .quizzes p{ padding: 0px 5px; margin: 10px 10px; font-size: 23px; font-weight: normal; } .submit-btn{ padding-top: 20px; } .submit-btn input{ background-color:#493ea8; color: white; font-size: 35px; justify-content: space-around; width: 15%; font-weight: bolder; } .submit-btn input:hover{ background-color: #db1313; } #results{ font-size: 28px; font-style: italic; font-weight: bolder; padding: 50px; padding-top: 30px; } input[type=radio]{ height:12px; width:22px; margin-right: 6px; display:inline-block; vertical-align: baseline; border:1px solid rgb(0, 0, 0); font-size: 60px; } footer{ display: flex; padding: 0px,10px; font-size: 20px; color: #000000; } .copy{ margin-left: 1000px; float: left; }
0.326271
0.126515
body{ background-color: #ffe082; background-size: 110%; } #tituloLogin{ text-align: center; font-family: arial; font-size: 30px; color: white; } .linhaUsuario{ margin-top: 50%; } .linhaSenha{ margin-top: 5px; } #logar{ margin-top: 5px; color: gray; } #tituloCadastrar{ text-align: center; font-family: arial; font-size: 30px; } #tituloMenu{ margin-top: 13px; text-align: right; font-family: arial; font-size: 30px; color: white; } #tituloRedifinicao{ text-align: center; font-family: arial; font-size: 30px; } #tituloMesa{ text-align: center; font-family: arial; font-size: 30px; } #user{ text-align: center; width: 385px; height: 80px; color: white; } #icone{ text-align: center; margin-top: -40px; margin-right: 100px; width: 70px; height: 80px; color: white; } label { cursor: default; } #remover{ margin-top: 20px; } hr{ display: block; margin-top: -50px; margin-bottom: 30px; margin-left: auto; margin-right: auto; border-style: inset; border-width: 1px; background-color: black; } .linha{ text-align: center; margin-top: 10px; } table{ color: white; } #iconeAdicionar{ margin-top: 80%; margin-left: 270px; } #iconetrd{ margin-top: 17px; float: right; color: white; } #btnComandas{ height: 170px; margin-top: 15%; font-size: 30px; color: black; box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75); } #btnPedidos{ height: 170px; margin-top: 15%; font-size: 25px; background-color: white; color: black; box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75); } .titulo{ background-color: #ffc107; } #iconeVoltar{ margin-top: 17px; float: left; color: white; } #entrar{ float: right; } #tituloPedidos{ margin-top: 13px; font-family: arial; font-size: 28px; color: white; } #tituloUsuario{ margin-top: 13px; font-family: arial; text-align: center; font-size: 28px; color: white; } .table{ color: black; font-size: 17px; } .add{ position: absolute; bottom: 20px; right: 20px; } #tituloProdutos{ margin-top: 13px; font-family: arial; text-align: center; font-size: 26px; color: white; } #tituloPendentes{ margin-top: 15px; font-family: arial; text-align: left; font-size: 25px; color: white; } #tituloSenha{ margin-top: 15px; font-family: arial; text-align: left; font-size: 25px; color: white; }
www/css/style.css
body{ background-color: #ffe082; background-size: 110%; } #tituloLogin{ text-align: center; font-family: arial; font-size: 30px; color: white; } .linhaUsuario{ margin-top: 50%; } .linhaSenha{ margin-top: 5px; } #logar{ margin-top: 5px; color: gray; } #tituloCadastrar{ text-align: center; font-family: arial; font-size: 30px; } #tituloMenu{ margin-top: 13px; text-align: right; font-family: arial; font-size: 30px; color: white; } #tituloRedifinicao{ text-align: center; font-family: arial; font-size: 30px; } #tituloMesa{ text-align: center; font-family: arial; font-size: 30px; } #user{ text-align: center; width: 385px; height: 80px; color: white; } #icone{ text-align: center; margin-top: -40px; margin-right: 100px; width: 70px; height: 80px; color: white; } label { cursor: default; } #remover{ margin-top: 20px; } hr{ display: block; margin-top: -50px; margin-bottom: 30px; margin-left: auto; margin-right: auto; border-style: inset; border-width: 1px; background-color: black; } .linha{ text-align: center; margin-top: 10px; } table{ color: white; } #iconeAdicionar{ margin-top: 80%; margin-left: 270px; } #iconetrd{ margin-top: 17px; float: right; color: white; } #btnComandas{ height: 170px; margin-top: 15%; font-size: 30px; color: black; box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75); } #btnPedidos{ height: 170px; margin-top: 15%; font-size: 25px; background-color: white; color: black; box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75); } .titulo{ background-color: #ffc107; } #iconeVoltar{ margin-top: 17px; float: left; color: white; } #entrar{ float: right; } #tituloPedidos{ margin-top: 13px; font-family: arial; font-size: 28px; color: white; } #tituloUsuario{ margin-top: 13px; font-family: arial; text-align: center; font-size: 28px; color: white; } .table{ color: black; font-size: 17px; } .add{ position: absolute; bottom: 20px; right: 20px; } #tituloProdutos{ margin-top: 13px; font-family: arial; text-align: center; font-size: 26px; color: white; } #tituloPendentes{ margin-top: 15px; font-family: arial; text-align: left; font-size: 25px; color: white; } #tituloSenha{ margin-top: 15px; font-family: arial; text-align: left; font-size: 25px; color: white; }
0.401219
0.07843
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, font, 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, button { margin: 0; padding: 0; border: 0; font-size: 100%; vertical-align: baseline; background: transparent; outline: none; } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } html, body { min-height: 100%; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after,q:before, q:after { content: ''; content: none; } :focus { } ins { text-decoration: none; } del { text-decoration: line-through; } table { border-collapse: collapse; border-spacing: 0; } /* -- [ Base Style ] -- */ html, html body { background: #f5f5f5; color: #757575; font-family: RobotoDraft,Roboto,'Helvetica Neue',sans-serif; height: 100%; min-height: 100%; overflow-x: hidden; } /* -- [ header ] -- */ header { background: #00aeff; border-radius: 6px 6px 0 0; color: #FFF; position: relative; padding-top: 48px; height: 230px; } /* -- Button / Icons -- */ .icon, button { position: relative; } .icon:before, .icon:after, button:before, button:after { font-family: 'Material Icons'; font-weight: normal; font-style: normal; font-size: 24px; line-height: 1; letter-spacing: normal; text-transform: none; display: inline-block; white-space: nowrap; word-wrap: normal; direction: ltr; -webkit-font-feature-settings: 'liga' 1; -webkit-font-smoothing: antialiased; } /* -- [ Collaspse Function ] --*/ .collapse { position: relative; } .collapse button { position: relative; -webkit-transition: height .2s ease-in-out; transition: height .2s ease-in-out; } .collapse button:not(.open)::before, .collapse button:not(.open)::after { opacity: 0; -webkit-transition: .3s ease-in-out; transition: .3s ease-in-out; } .collapse button.open:before, .collapse button.open:after { content: "arrow_drop_up"; color: #CCC; font-size: 34px; display: block; position: absolute; overflow: hidden; left: -4px; right: 0; margin: 0 auto; bottom: -25px; z-index: 9999; opacity: 1; -webkit-transition: .3s ease-in-out; transition: .3s ease-in-out; } .collapse button.open:after { color: #FFF; bottom: -24px; font-size: 30px; left: -2px; } .collapse button:not(.open) + .collapse-content { /*display: none; outline: none; overflow: hidden;*/ opacity: 0; z-index: -1; } .collapse button + .collapse-content { background: #FFF; border: 1px solid #ccc; border-color: rgba(0,0,0,.2); -webkit-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.2); box-shadow: 0 2px 10px rgba(0,0,0,.2); display: block; height: auto; margin: 10px 0 0 0; padding: 24px; position: absolute; right: 0; text-align: left; width: auto; z-index: 999; opacity: 1; -webkit-transform: translate3d(0px, 0px, 0); transform: translate3d(0px, 0px, 0); -webkit-transition: .2s ease-in-out; transition: .2s ease-in-out; } .collapse-content li { border: 1px solid #FFF; -webkit-border-radius: 2px; border-radius: 2px; display: block; font-size: 13px; padding: 1px; position: relative; vertical-align: top; text-align: left; z-index: 999; -webkit-transition: .2s ease-in-out; transition: .2s ease-in-out; } .collapse-content li:hover { border: 1px solid #e5e5e5; } .collapse-content li a { color: #757575; display: block; height: 100%; width: 100%; text-decoration: none; -webkit-transition: .2s ease-in-out; transition: .2s ease-in-out; } .collapse-content li:hover a { color: #444; } /* -- [ top ] -- */ #top { background: #00a2ff; border-radius: 6px 6px 0 0; height: 22px; line-height: 22px; position: fixed; top: 0; left: 0; width: 100%; z-index: 999; } #top button { background: #febe10; border-radius: 50%; color: transparent; display: inline-block; height: 10px; overflow: hidden; width: 10px; margin: 6px 2px; z-index: 999; } #top button:first-of-type { background-color: #f0493e; } #top button:last-of-type { background-color: #4cb748; } /* -- [ Top Nav ] -- */ .top-navigation { float: right; margin-right: 32px; } .top-navigation > div { margin: 0 8px; display: inline-block; vertical-align: top; } /* -- [ Search ] -- */ form#search { border-bottom: 1px solid #FFF; display: inline-block; height: 30px; position: relative; width: calc(33.3333333333% - 31px); margin-left: 16px; } form#search input, form#search input + span { font-size: 18px; font-weight: 100; height: 100%; line-height: 30px; } form#search input { background: transparent; color: #FFF; border: 0; outline: 0; width: calc(100% - 34px); z-index: 10; } form#search input::-webkit-input-placeholder { color: rgba(255,255,255,.5); } form#search input:-ms-input-placeholder { color: rgba(255,255,255,.5); } form#search input::-moz-placeholder { color: rgba(255,255,255,.5); } form#search input:-moz-placeholder { color: rgba(255,255,255,.5); } form#search button { background-color: #FFF; border-radius: 50%; color: #00aeff; height: 24px; text-align: center; width: 24px; vertical-align: top; font-size: 14px !important; line-height: 24px; text-align: center; } .top-navigation .collapse button + .collapse-content { width: 278px; } /* -- [ Top Nav Notifications ] -- */ .top-navigation .notifications button { background-color: #FFF; border-radius: 50%; color: #00aeff; height: 24px; text-align: center; width: 24px; vertical-align: top; } .top-navigation .notifications > button i { font-size: 14px !important; line-height: 24px; text-align: center; } /* -- [ Top Nav Notifications Content ] -- */ .notifications ul.collapse-content li { display: block; } .notifications ul.collapse-content li a i { color: #00aeff; display: inline-block; font-size: 50px; height: 64px; line-height: 64px; margin: 0 auto; text-align: center; width: 64px; } .notifications ul.collapse-content li:hover a i { color: #00a2ff; } .notifications ul.collapse-content li a div { display: inline-block; position: absolute; top: 25%; line-height: 16px; } /* -- [ Top Nav Apps ] -- */ .apps { } .apps button { } /* -- [ Top Nav Apps Content ] -- */ .apps ul.collapse-content li { display: inline-block; height: 98px; width: 86px; } .apps ul.collapse-content li:hover { border: 1px solid #e5e5e5; } .apps ul.collapse-content li a { color: #757575;; display: block; height: 100%; text-decoration: none; text-align: center; width: 100%; } .apps ul.collapse-content li a i { color: #00aeff; display: block; font-size: 50px; height: 64px; line-height: 64px; margin: 0 auto; text-align: center; width: 64px; position: relative; } .apps ul.collapse-content li:hover a i { color: #00a2ff; } /* -- [ header nav ] -- */ header nav { color: #FFF; width: calc(66.6666666667% - 16px); float: right; bottom: 4px; right: 0; position: absolute !important; } header nav > button { display: none !important; } header nav ul { height: 24px; text-align: left; } header nav ul li { display: inline-block; } header nav ul li a { color: rgba(255,255,255,.5); display: block; text-decoration: none; text-transform: uppercase; position: relative; padding: 0 11px; font-size: 14px; height: 100%; line-height: 24px; letter-spacing: 0.01em; text-shadow: 0 0 0 rgba(255,255,255,.01); -webkit-transition: all .25s linear; transition: all .25s linear; } header nav ul li a:hover { color: rgba(255,255,255,1); text-shadow: 1px 1px 0 #00aeff; } header nav ul li a:before { background-color: #00aeff; content: ""; height: 4px; width: 0%; left: 0; right: 0; margin: 0 auto; bottom: -4px; position: absolute; -webkit-transition: all .25s linear; transition: all .25s linear; } header nav ul li a:hover:before { background-color: #007fcc; width: 100%; } /* -- [ container ] -- */ .container { margin: 0 auto; width: 100%; max-width: 1240px; position: relative; height: 100%; } .container > button { color: #ccc; position: absolute; left: -48px; top: 16px; line-height: 24px; } .container > button:after { content: "arrow_back"; position: absolute; left: -23px; } /* -- [ aside ] -- */ aside { background: #FFF; display: inline-block; margin: -130px 16px; width: calc(33.3333333333% - 32px); min-height: 100%; box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12); padding-bottom: 64px; } aside section { padding: 32px; border-bottom: 1px solid #ddd; position: relative; } /* -- DATA SUMMARTY -- */ .data-summary { } .data-summary h1 { font-size: 36px; font-weight: 100; line-height: 40px; margin-bottom: 4px; } .data-summary h1 + p { color: #CCC; font-size: 14px; line-height: 20px; margin-bottom: 20px; } .data-summary button { color: #00aeff; display: inline-block; font-size: 13px; line-height: 14px; position: relative; } .data-summary button:hover { color: #007fcc; } .data-summary button:before { font-size: 14px; vertical-align: -2px; } .data-summary button.share-profile { float: right; line-height: 24px; } .data-summary button.go-to-map { } .data-summary button.go-to-map:before { content: "place"; } .data-summary button.go-to-connection { float: right;} .data-summary button.go-to-connection:before { content: "share"; } .data-summary .watch-list { display: inline-block; } .data-summary .watch-list button{ display: inline-block; position: relative; } .data-summary .watch-list i { vertical-align: -7px; } .data-summary .watch-list .collapse-content { left: 0; right: initial; } .data-summary ul.collapse-content li, .data-summary ul.collapse-content li:hover { border: 0; } .data-summary ul.collapse-content li a { font-size: 14px; line-height: 20px; } .data-summary .data-box ul { margin: 16px -32px; text-align: center; } .data-summary .data-box ul li { display: inline-block; font-size: 24px; font-weight: 400; margin: 11px; text-align: center; } .data-summary .data-box ul li span { display: block; font-size: 13px; line-height: 20px; } .data-summary google-map { width: calc(100% + 64px); margin-left: -32px; margin-bottom: 32px; height: 150px; } /* -- [ Article ] -- */ article { display: inline-block; margin: 16px; width: calc(66.6666666667% - 32px); vertical-align: top; float:right; } /* -- [ Article Section ] -- */ /* -- [ DATE ] -- */ .date { text-align: right; margin-bottom: 20px; position: relative; } .date.collapse button { color: #757575; position: relative; font-size: 13px; font-weight: 600; } .date.collpase button:hover { color: #444; } .date .collapse-content li, .date .collapse-content li:hover { border: 0; } .date .collapse-content li a { font-size: 14px; line-height: 20px; } @media (max-width: 500px) { body .date.collapse button + .collapse-content { width: auto; max-width: auto; } } /* -- CARD -- */ section.card { background: #FFF; border-radius: 4px; box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12); display: block; min-height: 80px; margin-bottom: 20px; padding: 16px 32px 32px; position: relative; } section.card h2 { font-size: 14px; font-weight: 400; margin: 0 0 24px -16px; } section.card .content { overflow: hidden; } /* -- Summary Visits -- */ .visits .content { } .visits .content svg text { fill: #ccc; font-size: 11px; } .visits .content path { stroke: #00aeff; stroke-width: 2; fill: #edf9ff; shape-rendering: crispEdges; } .visits .content .axis path { fill: none; stroke: transparent; stroke-width: 1; } .visits .content .axis line { fill: none; stroke: #DDD; stroke-width: 1; } .visits .content .area { fill: red; stroke-width: 0; } /* -- Summary Insurance -- */ .insurance .card-information { float: right; position: absolute; right: 32px; top: 16px; } .insurance .card-information button { font-size: 12px; } .insurance .card-information button:after, .insurance .card-information button:before { left: inherit;} .insurance .card-information button:after { right: -4px; } .insurance .card-information button:before { right: -6px;} .insurance .card-information .collapse-content { right: -16px; min-width: 200px; } .insurance .chart rect { fill: #ccefff; } .insurance .chart g:nth-child(1) rect { fill: #00aeff; } .insurance .chart g:nth-child(2) rect { fill: #33beff; } .insurance .chart g:nth-child(3) rect { fill: #66ceff; } .insurance .chart g:nth-child(4) rect { fill: #99dfff; } .insurance .chart g:nth-child(5) rect { fill: #ccefff; } .insurance .chart text { fill: red; font: 10px sans-serif; text-anchor: end; } /* -- [ Summary Patient Demographics ] -- */ .patient-demographics { } .patient-demographics .content { height: 430px; } .patient-demographics iframe { height: 100%; width: 100%; } .patient-demographics .counties { fill: none; } .patient-demographics .states { fill: none; stroke: rgba(255,255,255,1); stroke-linejoin: round; } .patient-demographics .q0-9 { fill:rgb(237,249,255); } .patient-demographics .q1-9 { fill:rgb(216,214,255); } .patient-demographics .q2-9 { fill:rgb(186,230,255); } .patient-demographics .q3-9 { fill:rgb(154,218,225); } .patient-demographics .q4-9 { fill:rgb(116,204,255); } .patient-demographics .q5-9 { fill:rgb(081,192,255); } .patient-demographics .q6-9 { fill:rgb(046,179,255); } .patient-demographics .q7-9 { fill:rgb(019,169,255); } .patient-demographics .q8-9 { fill:rgb(000,162,255); } /* -- [ Card Catalogue ] -- */ .card-catalogue ul li { position: relative; margin-bottom: 48px; box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12) } .card-catalogue .more-info button { position: absolute; z-index: 99; top: 8px; right: 8px; border-radius: 50%; font-size: 24px; height: 32px; margin-left: 0; margin-right: 0; min-width: 32px; width: 32px; padding: 0; overflow: hidden; color: inherit; line-height: normal; } .card-catalogue .more-info button:hover { background-color: rgba(158,158,158,.2); } .card-catalogue .more-info button.open + .collapse-content { margin-top: 36px; right: -8px; } .card-catalogue ul li button:hover { background-color: rgba(158,158,158,.2); } .card-catalogue ul li a.thumb { background: #aaa top center no-repeat; background-size: cover; color: transparent; display: inline-block; width: 25%; min-height: 200px; vertical-align: top; overflow: hidden; } .card-catalogue ul li .details { display: inline-block; width: calc(74% - 72px); margin: 36px 36px 0; } .card-catalogue ul li .details a { text-decoration: none; } .card-catalogue ul li a h4 { color: #757575; font-size: 24px; font-weight: 400; line-height: 32px; -moz-osx-font-smoothing: grayscale; margin: 0 0 16px; } .card-catalogue ul li p { font-size: 13px; line-height: 18px; } .card-catalogue ul li p b { font-weight: 500; } .physicians-card { } @media (max-width: 500px) { .card-catalogue ul li a.thumb { height: 350px; width: 100%; } } /* -- [ Card Details ] -- */ section.card.card-details h2 { font-size: 24px; line-height: 36px; font-weight: 400; margin: 0 0 8px 0; } .card-details .more-info button { position: absolute; z-index: 99; top: 8px; right: 8px; border-radius: 50%; font-size: 24px; height: 32px; margin-left: 0; margin-right: 0; min-width: 32px; width: 32px; padding: 0; overflow: hidden; color: inherit; line-height: normal; } .card-details .more-info button:hover { background-color: rgba(158,158,158,.2); } .more-info button.open + .collapse-content { margin-top: 36px; right: -8px; } .card-details > h1 { font-size: 36px; font-weight: 100; line-height: 40px; margin-bottom: 16px; } .card-details h2 { color: #757575; font-size: 24px; font-weight: 400; line-height: 32px; margin: 0 0 16px; } .card-details p, .card-details .special-moves li { font-weight: 300; line-height: 30px; font-size: 16px; letter-spacing: 0; margin: 0 0 16px; } .card-details .special-moves { margin-bottom: 24px; } .card-details .special-moves li { margin-bottom: 0; } .card-details img.profile { background: #aaa top center no-repeat; background-size: cover; color: transparent; display: inline-block; width: 49%; min-height: 200px; vertical-align: top; overflow: hidden; margin-bottom: 36px; } .card-details .summary { display: inline-block; width: calc(50% - 36px); margin: 0 0 36px 36px; } .card-details .summary blockquote { line-height: 24px; text-align: right; margin-bottom: 24px; } .card-details .summary blockquote q { font-size: 18px; } .card-details .summary blockquote cite { color: #CCC; display: block; } .card-details .summary blockquote cite:after { content: '\00A0 \2014'; } .card-details dl { line-height: 24px; width: 100%; text-align: center; margin: 0 auto; } .card-details dt { font-weight: 500; text-align: right; float: left; width: 100px; } .card-details dd { text-align: left; margin-left: 116px; } .card-details .summary a { text-decoration: none; } /* -- [ MOVIE POSTERS ] -- */ .thumb-images { margin: 40px 0 0 0; list-style: none; } .thumb-images li { display: inline; float: left; margin-right: 10px; -webkit-perspective: 500; -webkit-transform-style: preserve-3d; -webkit-transition-property: perspective; -webkit-transition-duration: 0.5s; } .thumb-images li:last-of-type { margin-right: 0; } .thumb-images li:hover { -webkit-perspective: 5000; } .thumb-images li img { background-color: #fff; height: 206px; width: 206px; padding: 10px; -webkit-transform: rotateY(30deg); -moz-box-shadow: 0 3px 10px #888; -webkit-box-shadow: 0 3px 10px #888; -webkit-transition-property: transform; -webkit-transition-duration: 0.5s; } .thumb-images li:hover img { -webkit-transform: rotateY(0deg); } /* -- [ Acitivity ] -- */ section.card h1.title { font-size: 34px; line-height: 40px; margin: 24px 24px 24px 0; } /* -- 850 and down -- */ @media (max-width: 850px) { body aside { width: calc(100% - 32px); margin: -130px 16px 8px; height: auto; min-height: auto; } body article { width: calc(100% - 32px); } body form#search { margin-left: 24px; width: calc(100% - 156px); } body header nav { width: calc(100% - 96px); float: inherit; bottom: 135px; margin: 0 auto; left:0; right:0; } } /* -- 500 and down -- */ @media (max-width: 500px) { body .collapse { position: inherit; } .collapse button + .collapse-content { left: 0; margin: 10px auto 0; right: 0; max-width: calc(100% - 64px); } body header nav { width: 100%; float: inherit; bottom: 135px; margin: 0 auto; left: 0; right: 0; z-index: 9; } body .top-navigation { margin-right: 16px; } body .notifications.collapse button:before { left: -16px; } body .notifications.collapse button:after { left: -15px; } body header nav button { display: block !important; float: right; margin-right: 16px; font-size: 32px !important; } body header nav button:before, body header nav button:after { content: "" !important; } body header nav button + ul { background: #00a2ff; height: auto; position: absolute; width: 100%; top: 37px; -webkit-transform: translateX(0); transform: translateX(0); box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12); -webkit-transition: 0.35s ease; transition: 0.35s ease; } body header nav button:not(.open) + ul { box-shadow: 0 0 0 0 rgba(0,0,0,.1), 0 0 0 0 rgba(0,0,0,.1), 0 0 0 0 rgba(0,0,0,.1); -webkit-transform: translateX(100%); transform: translateX(100%); } body header nav ul li { display: block; } body header nav ul li a { border-top: 1px solid #007fcc; height: 36px; line-height: 36px; padding: 0 24px; } body header nav ul li a:before { bottom: 0; } }
css/style.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, font, 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, button { margin: 0; padding: 0; border: 0; font-size: 100%; vertical-align: baseline; background: transparent; outline: none; } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } html, body { min-height: 100%; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after,q:before, q:after { content: ''; content: none; } :focus { } ins { text-decoration: none; } del { text-decoration: line-through; } table { border-collapse: collapse; border-spacing: 0; } /* -- [ Base Style ] -- */ html, html body { background: #f5f5f5; color: #757575; font-family: RobotoDraft,Roboto,'Helvetica Neue',sans-serif; height: 100%; min-height: 100%; overflow-x: hidden; } /* -- [ header ] -- */ header { background: #00aeff; border-radius: 6px 6px 0 0; color: #FFF; position: relative; padding-top: 48px; height: 230px; } /* -- Button / Icons -- */ .icon, button { position: relative; } .icon:before, .icon:after, button:before, button:after { font-family: 'Material Icons'; font-weight: normal; font-style: normal; font-size: 24px; line-height: 1; letter-spacing: normal; text-transform: none; display: inline-block; white-space: nowrap; word-wrap: normal; direction: ltr; -webkit-font-feature-settings: 'liga' 1; -webkit-font-smoothing: antialiased; } /* -- [ Collaspse Function ] --*/ .collapse { position: relative; } .collapse button { position: relative; -webkit-transition: height .2s ease-in-out; transition: height .2s ease-in-out; } .collapse button:not(.open)::before, .collapse button:not(.open)::after { opacity: 0; -webkit-transition: .3s ease-in-out; transition: .3s ease-in-out; } .collapse button.open:before, .collapse button.open:after { content: "arrow_drop_up"; color: #CCC; font-size: 34px; display: block; position: absolute; overflow: hidden; left: -4px; right: 0; margin: 0 auto; bottom: -25px; z-index: 9999; opacity: 1; -webkit-transition: .3s ease-in-out; transition: .3s ease-in-out; } .collapse button.open:after { color: #FFF; bottom: -24px; font-size: 30px; left: -2px; } .collapse button:not(.open) + .collapse-content { /*display: none; outline: none; overflow: hidden;*/ opacity: 0; z-index: -1; } .collapse button + .collapse-content { background: #FFF; border: 1px solid #ccc; border-color: rgba(0,0,0,.2); -webkit-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.2); box-shadow: 0 2px 10px rgba(0,0,0,.2); display: block; height: auto; margin: 10px 0 0 0; padding: 24px; position: absolute; right: 0; text-align: left; width: auto; z-index: 999; opacity: 1; -webkit-transform: translate3d(0px, 0px, 0); transform: translate3d(0px, 0px, 0); -webkit-transition: .2s ease-in-out; transition: .2s ease-in-out; } .collapse-content li { border: 1px solid #FFF; -webkit-border-radius: 2px; border-radius: 2px; display: block; font-size: 13px; padding: 1px; position: relative; vertical-align: top; text-align: left; z-index: 999; -webkit-transition: .2s ease-in-out; transition: .2s ease-in-out; } .collapse-content li:hover { border: 1px solid #e5e5e5; } .collapse-content li a { color: #757575; display: block; height: 100%; width: 100%; text-decoration: none; -webkit-transition: .2s ease-in-out; transition: .2s ease-in-out; } .collapse-content li:hover a { color: #444; } /* -- [ top ] -- */ #top { background: #00a2ff; border-radius: 6px 6px 0 0; height: 22px; line-height: 22px; position: fixed; top: 0; left: 0; width: 100%; z-index: 999; } #top button { background: #febe10; border-radius: 50%; color: transparent; display: inline-block; height: 10px; overflow: hidden; width: 10px; margin: 6px 2px; z-index: 999; } #top button:first-of-type { background-color: #f0493e; } #top button:last-of-type { background-color: #4cb748; } /* -- [ Top Nav ] -- */ .top-navigation { float: right; margin-right: 32px; } .top-navigation > div { margin: 0 8px; display: inline-block; vertical-align: top; } /* -- [ Search ] -- */ form#search { border-bottom: 1px solid #FFF; display: inline-block; height: 30px; position: relative; width: calc(33.3333333333% - 31px); margin-left: 16px; } form#search input, form#search input + span { font-size: 18px; font-weight: 100; height: 100%; line-height: 30px; } form#search input { background: transparent; color: #FFF; border: 0; outline: 0; width: calc(100% - 34px); z-index: 10; } form#search input::-webkit-input-placeholder { color: rgba(255,255,255,.5); } form#search input:-ms-input-placeholder { color: rgba(255,255,255,.5); } form#search input::-moz-placeholder { color: rgba(255,255,255,.5); } form#search input:-moz-placeholder { color: rgba(255,255,255,.5); } form#search button { background-color: #FFF; border-radius: 50%; color: #00aeff; height: 24px; text-align: center; width: 24px; vertical-align: top; font-size: 14px !important; line-height: 24px; text-align: center; } .top-navigation .collapse button + .collapse-content { width: 278px; } /* -- [ Top Nav Notifications ] -- */ .top-navigation .notifications button { background-color: #FFF; border-radius: 50%; color: #00aeff; height: 24px; text-align: center; width: 24px; vertical-align: top; } .top-navigation .notifications > button i { font-size: 14px !important; line-height: 24px; text-align: center; } /* -- [ Top Nav Notifications Content ] -- */ .notifications ul.collapse-content li { display: block; } .notifications ul.collapse-content li a i { color: #00aeff; display: inline-block; font-size: 50px; height: 64px; line-height: 64px; margin: 0 auto; text-align: center; width: 64px; } .notifications ul.collapse-content li:hover a i { color: #00a2ff; } .notifications ul.collapse-content li a div { display: inline-block; position: absolute; top: 25%; line-height: 16px; } /* -- [ Top Nav Apps ] -- */ .apps { } .apps button { } /* -- [ Top Nav Apps Content ] -- */ .apps ul.collapse-content li { display: inline-block; height: 98px; width: 86px; } .apps ul.collapse-content li:hover { border: 1px solid #e5e5e5; } .apps ul.collapse-content li a { color: #757575;; display: block; height: 100%; text-decoration: none; text-align: center; width: 100%; } .apps ul.collapse-content li a i { color: #00aeff; display: block; font-size: 50px; height: 64px; line-height: 64px; margin: 0 auto; text-align: center; width: 64px; position: relative; } .apps ul.collapse-content li:hover a i { color: #00a2ff; } /* -- [ header nav ] -- */ header nav { color: #FFF; width: calc(66.6666666667% - 16px); float: right; bottom: 4px; right: 0; position: absolute !important; } header nav > button { display: none !important; } header nav ul { height: 24px; text-align: left; } header nav ul li { display: inline-block; } header nav ul li a { color: rgba(255,255,255,.5); display: block; text-decoration: none; text-transform: uppercase; position: relative; padding: 0 11px; font-size: 14px; height: 100%; line-height: 24px; letter-spacing: 0.01em; text-shadow: 0 0 0 rgba(255,255,255,.01); -webkit-transition: all .25s linear; transition: all .25s linear; } header nav ul li a:hover { color: rgba(255,255,255,1); text-shadow: 1px 1px 0 #00aeff; } header nav ul li a:before { background-color: #00aeff; content: ""; height: 4px; width: 0%; left: 0; right: 0; margin: 0 auto; bottom: -4px; position: absolute; -webkit-transition: all .25s linear; transition: all .25s linear; } header nav ul li a:hover:before { background-color: #007fcc; width: 100%; } /* -- [ container ] -- */ .container { margin: 0 auto; width: 100%; max-width: 1240px; position: relative; height: 100%; } .container > button { color: #ccc; position: absolute; left: -48px; top: 16px; line-height: 24px; } .container > button:after { content: "arrow_back"; position: absolute; left: -23px; } /* -- [ aside ] -- */ aside { background: #FFF; display: inline-block; margin: -130px 16px; width: calc(33.3333333333% - 32px); min-height: 100%; box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12); padding-bottom: 64px; } aside section { padding: 32px; border-bottom: 1px solid #ddd; position: relative; } /* -- DATA SUMMARTY -- */ .data-summary { } .data-summary h1 { font-size: 36px; font-weight: 100; line-height: 40px; margin-bottom: 4px; } .data-summary h1 + p { color: #CCC; font-size: 14px; line-height: 20px; margin-bottom: 20px; } .data-summary button { color: #00aeff; display: inline-block; font-size: 13px; line-height: 14px; position: relative; } .data-summary button:hover { color: #007fcc; } .data-summary button:before { font-size: 14px; vertical-align: -2px; } .data-summary button.share-profile { float: right; line-height: 24px; } .data-summary button.go-to-map { } .data-summary button.go-to-map:before { content: "place"; } .data-summary button.go-to-connection { float: right;} .data-summary button.go-to-connection:before { content: "share"; } .data-summary .watch-list { display: inline-block; } .data-summary .watch-list button{ display: inline-block; position: relative; } .data-summary .watch-list i { vertical-align: -7px; } .data-summary .watch-list .collapse-content { left: 0; right: initial; } .data-summary ul.collapse-content li, .data-summary ul.collapse-content li:hover { border: 0; } .data-summary ul.collapse-content li a { font-size: 14px; line-height: 20px; } .data-summary .data-box ul { margin: 16px -32px; text-align: center; } .data-summary .data-box ul li { display: inline-block; font-size: 24px; font-weight: 400; margin: 11px; text-align: center; } .data-summary .data-box ul li span { display: block; font-size: 13px; line-height: 20px; } .data-summary google-map { width: calc(100% + 64px); margin-left: -32px; margin-bottom: 32px; height: 150px; } /* -- [ Article ] -- */ article { display: inline-block; margin: 16px; width: calc(66.6666666667% - 32px); vertical-align: top; float:right; } /* -- [ Article Section ] -- */ /* -- [ DATE ] -- */ .date { text-align: right; margin-bottom: 20px; position: relative; } .date.collapse button { color: #757575; position: relative; font-size: 13px; font-weight: 600; } .date.collpase button:hover { color: #444; } .date .collapse-content li, .date .collapse-content li:hover { border: 0; } .date .collapse-content li a { font-size: 14px; line-height: 20px; } @media (max-width: 500px) { body .date.collapse button + .collapse-content { width: auto; max-width: auto; } } /* -- CARD -- */ section.card { background: #FFF; border-radius: 4px; box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12); display: block; min-height: 80px; margin-bottom: 20px; padding: 16px 32px 32px; position: relative; } section.card h2 { font-size: 14px; font-weight: 400; margin: 0 0 24px -16px; } section.card .content { overflow: hidden; } /* -- Summary Visits -- */ .visits .content { } .visits .content svg text { fill: #ccc; font-size: 11px; } .visits .content path { stroke: #00aeff; stroke-width: 2; fill: #edf9ff; shape-rendering: crispEdges; } .visits .content .axis path { fill: none; stroke: transparent; stroke-width: 1; } .visits .content .axis line { fill: none; stroke: #DDD; stroke-width: 1; } .visits .content .area { fill: red; stroke-width: 0; } /* -- Summary Insurance -- */ .insurance .card-information { float: right; position: absolute; right: 32px; top: 16px; } .insurance .card-information button { font-size: 12px; } .insurance .card-information button:after, .insurance .card-information button:before { left: inherit;} .insurance .card-information button:after { right: -4px; } .insurance .card-information button:before { right: -6px;} .insurance .card-information .collapse-content { right: -16px; min-width: 200px; } .insurance .chart rect { fill: #ccefff; } .insurance .chart g:nth-child(1) rect { fill: #00aeff; } .insurance .chart g:nth-child(2) rect { fill: #33beff; } .insurance .chart g:nth-child(3) rect { fill: #66ceff; } .insurance .chart g:nth-child(4) rect { fill: #99dfff; } .insurance .chart g:nth-child(5) rect { fill: #ccefff; } .insurance .chart text { fill: red; font: 10px sans-serif; text-anchor: end; } /* -- [ Summary Patient Demographics ] -- */ .patient-demographics { } .patient-demographics .content { height: 430px; } .patient-demographics iframe { height: 100%; width: 100%; } .patient-demographics .counties { fill: none; } .patient-demographics .states { fill: none; stroke: rgba(255,255,255,1); stroke-linejoin: round; } .patient-demographics .q0-9 { fill:rgb(237,249,255); } .patient-demographics .q1-9 { fill:rgb(216,214,255); } .patient-demographics .q2-9 { fill:rgb(186,230,255); } .patient-demographics .q3-9 { fill:rgb(154,218,225); } .patient-demographics .q4-9 { fill:rgb(116,204,255); } .patient-demographics .q5-9 { fill:rgb(081,192,255); } .patient-demographics .q6-9 { fill:rgb(046,179,255); } .patient-demographics .q7-9 { fill:rgb(019,169,255); } .patient-demographics .q8-9 { fill:rgb(000,162,255); } /* -- [ Card Catalogue ] -- */ .card-catalogue ul li { position: relative; margin-bottom: 48px; box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12) } .card-catalogue .more-info button { position: absolute; z-index: 99; top: 8px; right: 8px; border-radius: 50%; font-size: 24px; height: 32px; margin-left: 0; margin-right: 0; min-width: 32px; width: 32px; padding: 0; overflow: hidden; color: inherit; line-height: normal; } .card-catalogue .more-info button:hover { background-color: rgba(158,158,158,.2); } .card-catalogue .more-info button.open + .collapse-content { margin-top: 36px; right: -8px; } .card-catalogue ul li button:hover { background-color: rgba(158,158,158,.2); } .card-catalogue ul li a.thumb { background: #aaa top center no-repeat; background-size: cover; color: transparent; display: inline-block; width: 25%; min-height: 200px; vertical-align: top; overflow: hidden; } .card-catalogue ul li .details { display: inline-block; width: calc(74% - 72px); margin: 36px 36px 0; } .card-catalogue ul li .details a { text-decoration: none; } .card-catalogue ul li a h4 { color: #757575; font-size: 24px; font-weight: 400; line-height: 32px; -moz-osx-font-smoothing: grayscale; margin: 0 0 16px; } .card-catalogue ul li p { font-size: 13px; line-height: 18px; } .card-catalogue ul li p b { font-weight: 500; } .physicians-card { } @media (max-width: 500px) { .card-catalogue ul li a.thumb { height: 350px; width: 100%; } } /* -- [ Card Details ] -- */ section.card.card-details h2 { font-size: 24px; line-height: 36px; font-weight: 400; margin: 0 0 8px 0; } .card-details .more-info button { position: absolute; z-index: 99; top: 8px; right: 8px; border-radius: 50%; font-size: 24px; height: 32px; margin-left: 0; margin-right: 0; min-width: 32px; width: 32px; padding: 0; overflow: hidden; color: inherit; line-height: normal; } .card-details .more-info button:hover { background-color: rgba(158,158,158,.2); } .more-info button.open + .collapse-content { margin-top: 36px; right: -8px; } .card-details > h1 { font-size: 36px; font-weight: 100; line-height: 40px; margin-bottom: 16px; } .card-details h2 { color: #757575; font-size: 24px; font-weight: 400; line-height: 32px; margin: 0 0 16px; } .card-details p, .card-details .special-moves li { font-weight: 300; line-height: 30px; font-size: 16px; letter-spacing: 0; margin: 0 0 16px; } .card-details .special-moves { margin-bottom: 24px; } .card-details .special-moves li { margin-bottom: 0; } .card-details img.profile { background: #aaa top center no-repeat; background-size: cover; color: transparent; display: inline-block; width: 49%; min-height: 200px; vertical-align: top; overflow: hidden; margin-bottom: 36px; } .card-details .summary { display: inline-block; width: calc(50% - 36px); margin: 0 0 36px 36px; } .card-details .summary blockquote { line-height: 24px; text-align: right; margin-bottom: 24px; } .card-details .summary blockquote q { font-size: 18px; } .card-details .summary blockquote cite { color: #CCC; display: block; } .card-details .summary blockquote cite:after { content: '\00A0 \2014'; } .card-details dl { line-height: 24px; width: 100%; text-align: center; margin: 0 auto; } .card-details dt { font-weight: 500; text-align: right; float: left; width: 100px; } .card-details dd { text-align: left; margin-left: 116px; } .card-details .summary a { text-decoration: none; } /* -- [ MOVIE POSTERS ] -- */ .thumb-images { margin: 40px 0 0 0; list-style: none; } .thumb-images li { display: inline; float: left; margin-right: 10px; -webkit-perspective: 500; -webkit-transform-style: preserve-3d; -webkit-transition-property: perspective; -webkit-transition-duration: 0.5s; } .thumb-images li:last-of-type { margin-right: 0; } .thumb-images li:hover { -webkit-perspective: 5000; } .thumb-images li img { background-color: #fff; height: 206px; width: 206px; padding: 10px; -webkit-transform: rotateY(30deg); -moz-box-shadow: 0 3px 10px #888; -webkit-box-shadow: 0 3px 10px #888; -webkit-transition-property: transform; -webkit-transition-duration: 0.5s; } .thumb-images li:hover img { -webkit-transform: rotateY(0deg); } /* -- [ Acitivity ] -- */ section.card h1.title { font-size: 34px; line-height: 40px; margin: 24px 24px 24px 0; } /* -- 850 and down -- */ @media (max-width: 850px) { body aside { width: calc(100% - 32px); margin: -130px 16px 8px; height: auto; min-height: auto; } body article { width: calc(100% - 32px); } body form#search { margin-left: 24px; width: calc(100% - 156px); } body header nav { width: calc(100% - 96px); float: inherit; bottom: 135px; margin: 0 auto; left:0; right:0; } } /* -- 500 and down -- */ @media (max-width: 500px) { body .collapse { position: inherit; } .collapse button + .collapse-content { left: 0; margin: 10px auto 0; right: 0; max-width: calc(100% - 64px); } body header nav { width: 100%; float: inherit; bottom: 135px; margin: 0 auto; left: 0; right: 0; z-index: 9; } body .top-navigation { margin-right: 16px; } body .notifications.collapse button:before { left: -16px; } body .notifications.collapse button:after { left: -15px; } body header nav button { display: block !important; float: right; margin-right: 16px; font-size: 32px !important; } body header nav button:before, body header nav button:after { content: "" !important; } body header nav button + ul { background: #00a2ff; height: auto; position: absolute; width: 100%; top: 37px; -webkit-transform: translateX(0); transform: translateX(0); box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12); -webkit-transition: 0.35s ease; transition: 0.35s ease; } body header nav button:not(.open) + ul { box-shadow: 0 0 0 0 rgba(0,0,0,.1), 0 0 0 0 rgba(0,0,0,.1), 0 0 0 0 rgba(0,0,0,.1); -webkit-transform: translateX(100%); transform: translateX(100%); } body header nav ul li { display: block; } body header nav ul li a { border-top: 1px solid #007fcc; height: 36px; line-height: 36px; padding: 0 24px; } body header nav ul li a:before { bottom: 0; } }
0.213951
0.08472
-------------------------------------------------------------- */ article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; } audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; } audio:not([controls]) { display: none; } [hidden] { display: none; } figure { margin: 0; } html { font-size: 1em; /* 16px */ overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } body { margin: 0; font: 0.8125em/1.692307em 'Bitter', Georgia, 'Times New Roman', Times, serif; /* 13 / 16 = 0.8125; 22 / 13 = 1.692307 */ color: #555; background: #fff; padding: 0; } ::-moz-selection { background: #000; color: #fff; text-shadow: none; } ::selection { background: #000; color: #fff; text-shadow: none; } a, a:visited { color: #dd5424; text-decoration: none; } a:hover { text-decoration: none; color: #000; } a:focus { outline: none; } a:hover, a:active { outline: 0; } abbr { cursor: help } abbr[title] { border-bottom: 1px dotted; } acronym { font-size: .85em; text-transform: uppercase; color: #666; border-bottom: 1px dotted #eee; cursor: help; } acronym:hover { color: #333; background: #f5f5f5; border-bottom: 1px dotted #aaa; } small { font-size: 0.8461538461538462em; } /* 11 / 13 = 0.8461538461538462 */ big { font-size: 15px; } p { margin: 0 0 1.692307em 0 } b, strong { font-weight: bold; } blockquote { margin: 0 1.692307em; font-style: normal } blockquote em, blockquote cite { font-style: italic } blockquote, q { quotes: none } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none } em, cite { font-style: italic; font-family: Georgia, 'Times New Roman', Times, serif; } em em, cite cite { font-style: normal } dfn { font-style: italic; } address { font-style: italic; font-family: Georgia, 'Times New Roman', Times, serif; margin: 0 0 1.692307em 0 } li address, dd address { margin:0 } del { text-decoration: line-through } object { margin-bottom: 1.692307em } hr { display: block; height: 1px; border: 0; border-top: 1px solid #e7e7e7; margin: 1em 0 1.692307em 0; padding: 0; } ins { font-family: Georgia, 'Times New Roman', Times, serif; background: #f5f5f5; color: #000; text-decoration: none; font-style: italic; } mark { background: #f5f5f5; color: #000; font-style: italic; font-weight: bold; } pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; } pre code { font-size: 1em } pre { font-size: 0.8461538461538462em; font-family: Monaco, monospace, Courier, "Courier New"; overflow: auto; line-height: 1.692307em; margin-bottom: 1.692307em; padding: 10px; white-space: pre; white-space: pre-wrap; word-wrap: break-word; } code { font-size: 0.8461538461538462em; font-family: Monaco, monospace, Courier, "Courier New"; } sub, sup { font-size: 0.7692307692307692em; /* 10 / 13 = 0.7692307692307692 */ line-height: 0; position: relative; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } ul { list-style: disc; margin: 0 0 1.692307em 2.8em; padding: 0; } ol { list-style-type: decimal; margin: 0 0 1.692307em 3.1em; padding: 0; } ol ol { list-style: upper-roman } ol ol ol { list-style: lower-roman } ol ol ol ol { list-style: upper-alpha } ol ol ol ol ol { list-style: lower-alpha } ul ul, ol ol, ul ol, ol ul { margin-bottom:0 } dl { margin: 0 0 1.692307em 5px } dt { font-weight: bold; margin: 10px 0 0 0 } dd { margin: 5px 0 0 1.5em } h1, h2, h3, h4, h5, h6 { font-style: normal; font-weight: normal; margin: 0 0 15px 0; color: #333; line-height: 1.3em; } h1 { font-size: 2.769230769230769em; } /* 36 / 13 = 2.769230769230769 */ h2 { font-size: 1.846153846153846em; } /* 24 / 13 = 1.846153846153846 */ h3 { font-size: 1.538461538461538em; } /* 20 / 13 = 1.538461538461538 */ h4 { font-size: 1.384615384615385em; } /* 18 / 13 = 1.384615384615385 */ h5 { font-size: 1.230769230769231em; /* 16 / 13 = 1.230769230769231 */ font-weight: bold; } h6 { font-size: 1.076923076923077em; /* 14 / 13 = 1.076923076923077 */ font-weight: bold; } img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; } svg:not(:root) { overflow: hidden; } form { margin: 0; } fieldset { border: 0; margin: 0; padding: 0; } label { cursor: pointer; } legend { border: 0; *margin-left: -7px; padding: 0; } button, input, select, textarea, a.button { font-size: 1em; margin: 0; vertical-align: baseline; *vertical-align: middle; } button, input, a.button { line-height: normal; *overflow: visible; } table button, table input { *overflow: auto; } button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; } input[type="checkbox"], input[type="radio"] { box-sizing: border-box; } input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; } input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } textarea { overflow: auto; vertical-align: top; resize: vertical; } input:invalid, textarea:invalid { background-color: #f0dddd; } option { padding: 1px 2px; } table { border-collapse: collapse; border-spacing: 0; margin-bottom: 1.692307em; } td { vertical-align: top; } th, td { text-align: left; } /* WordPress classes -------------------------------------------------------------- */ .hfeed h1, .hfeed h2, .hfeed h3, .hfeed h4, .hfeed h5, .hfeed h6 { font-weight: normal; } img.wp-smiley { max-height: 0.8125em; margin: 0; padding: 0; border: none; } .gallery { display: block; text-align: center; margin-bottom: 1.692307em !important; } .left, .alignleft { float: left; margin: 0 15px 5px 0; } .right, .alignright { float: right; margin: 0 0 10px 25px; } .center, .aligncenter { display: block; margin: 0 auto 1.692307em auto !important; } .block, .alignnone { display: block; margin: 0 0 1.692307em 0; } img.alignleft, img.alignright { margin-top: 5px; display: inline; } blockquote.alignleft, blockquote .alignright { width: 33%; } .byline abbr, .entry-meta abbr, .comment-meta abbr { border: none; } .clear { clear: both; } /* Tables -------------------------------------------------------------- */ table { margin: 0 0 1.692307em 0; width: 100%; } table caption { font-size: 0.8125em; line-height: 1.692307em; color: #888; } table th { font-size: 0.8461538461538462em; line-height: 1.692307em; font-weight: normal; text-transform: uppercase; padding: 10px 2%; border-bottom: none; border-bottom: 3px solid #e7e7e7; text-align: left; } td { padding: 0.8125em 2%; color: #888; border-bottom: 1px solid #e7e7e7; } /* Lists -------------------------------------------------------------- */ ul li, ol li { line-height: 2.1em; } dl { margin: 0 0 20px 30px; } dl dt { margin: 0; font-size: 1.230769230769231em; /* 16 / 13 = 1.230769230769231 */ line-height: 1.692307em; font-family: Georgia, 'Times New Roman', Times, serif; font-style: italic; font-weight: normal; } dl dd { margin: 0 0 5px 20px; padding: 0; color: #888; } /* Blockquotes -------------------------------------------------------------- */ blockquote, blockquote blockquote blockquote { overflow: hidden; padding: 0 0 0 40px; font-size: 1.153846153846154em; /* 15 / 13 = 1.153846153846154 */ font-family: Georgia, 'Times New Roman', Times, serif; font-style: italic; color: #aaa; background: url(images/quote.png) no-repeat 0 4px; } /* Code -------------------------------------------------------------- */ code { padding: 0 3px; color: #555; background: #ffeacd; } pre { padding: 15px 20px; background: #fff1dd; border: 1px solid #f6e4cc; } pre code { padding: 0; background: transparent; } /* Forms -------------------------------------------------------------- */ form label, form input, form textarea { font-family: 'Bitter', Georgia, 'Times New Roman', Times, serif; } form label { line-height: 1.5em; color: #222; } input[type="text"], input[type="password"], input[type="email"], .input-text, textarea, select { border: 1px solid #ddd; padding: 5px; outline: none; font-size: 0.8125em; color: #888; margin: 0; display: block; background: #fff; } select { padding: 0; } input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus, .input-text:focus { border: 1px solid #aaa; color: #444; -moz-box-shadow: 0 0 3px rgba(0,0,0,.2); -webkit-box-shadow: 0 0 3px rgba(0,0,0,.2); box-shadow: 0 0 3px rgba(0,0,0,.2); } textarea { display: block; width: 94%; min-height: 60px; } input[type="radio"] { vertical-align: text-middle; } input[type="checkbox"] { display: inline; } input[type="submit"]:hover { cursor: pointer } .error { color: #ff4367; } /* Images & Video -------------------------------------------------------------- */ a:hover img { opacity: 0.85; } #site-title a:hover img { border: none; } .hentry img, .entry-content img, .widget img, .wp-caption, .hentry embed, .entry-content embed, .widget embed, .hentry object, .entry-content object, .widget object, .hentry video, .entry-content video, .widget video { max-width: 100%; } .hentry img, .entry-content img, .widget img, .wp-caption { height: auto; padding: 1px; border: 1px solid #e5e5e5; } /* Captions [caption] -------------------------------------------------------------- */ .wp-caption { overflow: hidden; text-align: center; } .wp-caption img { margin: 0 0 5px 0; } .wp-caption .wp-caption-text { margin: 5px 0; font-size: 0.8461538461538462em; line-height: 1em; color: #888; text-align: left; } .wp-caption a { border: none; } /* Galleries -------------------------------------------------------------- */ .gallery { display: block; clear: both; overflow: hidden; margin: 0 auto; margin: 0 !important; } .gallery br { display: block; line-height: 0; height: 0; } .gallery a { border: none; } .gallery .gallery-row { display: block; clear: both; overflow: hidden; margin: 0 } .gallery .gallery-item { overflow: hidden; float: left; margin: 0; margin: 0 0 1.692307em 0 !important; text-align: left; list-style: none; padding: 0; } .gallery img, .gallery .gallery-item .gallery-icon img { max-width: 89%; height: auto; margin: 0 auto } .gallery-icon { overflow: hidden; margin: 0; } .gallery-caption { margin: 0; font-size: 0.8461538461538462em; line-height: 1.4em; color: #aaa; } .attachment-image { float: left; width: 100%; } .singular-attachment .hentry .gallery-caption { display: none; /* Hide captions in gallery on attachment pages */ } .gallery-caption { margin: 3px 0 0 0 } .col-0 { width: 100% } .col-1 { width: 100% } .col-2 { width: 50% } .col-3 { width: 33.33% } .col-4 { width: 25% } .col-5 { width: 20% } .col-6 { width: 16.66% } .col-7 { width: 14.28% } .col-8 { width: 12.5% } .col-9 { width: 11.11% } .col-10 { width: 10% } .col-11 { width: 9.09% } .col-12 { width: 8.33% } .col-13 { width: 7.69% } .col-14 { width: 7.14% } .col-15 { width: 6.66% } .col-16 { width: 6.25% } .col-17 { width: 5.88% } .col-18 { width: 5.55% } .col-19 { width: 5.26% } .col-20 { width: 5% } .col-21 { width: 4.76% } .col-22 { width: 4.54% } .col-23 { width: 4.34% } .col-24 { width: 4.16% } .col-25 { width: 4% } .col-26 { width: 3.84% } .col-27 { width: 3.7% } .col-28 { width: 3.57% } .col-29 { width: 3.44% } .col-30 { width: 3.33% } /* Layout -------------------------------------------------------------- */ #main { clear: both; width: 100%; margin: 0 auto; position: relative; } .page-template-fullwidth #content { width: 100%; } #content { float: left; width: 68.08510638297872%; margin: 0 0 30px 0; min-height: 180px; } #sidebar-primary { float: right; width: 27.65957446808511%; } .wrap { max-width: 940px; margin: 0 auto; position: relative; } #comments-template { clear: left; } #sidebar-subsidiary { overflow: visible; width: 100%; margin: 30px auto 0 auto; padding: 30px 0 0 0; border-top: 5px solid #444; clear: both; } #footer { overflow: hidden; clear: both; width: 100%; margin: 0 auto; padding: 26px 0 30px 0; border-top: 5px solid #444; font-size: 0.8461538461538462em; color: #aaa; } /* Primary menu -------------------------------------------------------------- */ #menu-primary { font-size: 1em; width: 75%; margin: 30px 0 12px 0; float: right; position: relative; z-index: 99; } #menu-primary .menu { float: right; } #menu-primary .menu ul { float: right; } #menu-primary li { display: block; float: left; min-height: 30px; } #menu-primary li a { line-height: 1em; margin-left: 3.5em; display: block; text-transform: uppercase; font-size: 0.8461538461538462em; } #menu-primary li.current-menu-item a { color: #aaa; } #menu-primary li li, #menu-primary li li.current-menu-item li { clear: both; float: none; border-top: 1px dotted #e5e5e5; } #menu-primary li li:first-child, #menu-primary li li.current-menu-item li:first-child { border-top: none; } #menu-primary li li a, #menu-primary li li.current-menu-item li a { font-size: 1em; text-transform: none; color: #888; margin: 0 5px; padding: 12px 15px; } #menu-primary ul li a:hover, #menu-primary li ul li a:hover { color: #222; } /* Dropdowns -------------------------------------------------------------- */ .menu ul { margin: 0; padding: 0; list-style: none; } .menu li:hover { visibility: inherit } .menu li { float: left; position: relative; } .menu a { display: block; position: relative; } #menu-primary li ul { display: none; position: absolute; top: 25px; left: 17px; border: 1px solid #e3e3e3; background: #fff; -webkit-box-shadow: 0 0 7px rgba(0,0,0,.09); -moz-box-shadow: 0 0 7px rgba(0,0,0,.09); box-shadow: 0 0 7px rgba(0,0,0,.09); z-index: 100; } #menu-primary li:hover ul, #menu-primary li.sfHover ul { display: block; } #menu-primary li:hover li ul, #menu-primary li.sfHover li ul { top: -999em; } #menu-primary li li:hover ul, #menu-primary li li.sfHover ul { top: -1px; left: 10em; /* no-javascript fix */ margin-left: 0; border-top: 1px solid #e9e9e9; } .sf-sub-indicator { text-indent: -9999em; width: 10px; height: 10px; display: inline-block; margin-left: 5px; background: url(images/dropdown.png) no-repeat right 0; position: absolute; top: 25%; right: 0; } .menu li li .sf-sub-indicator { top: 37%; background: url(images/dropright.png) no-repeat right 50%; margin-right: 7px; } .menu li a.sf-with-ul, #menu-secondary li a.sf-with-ul { padding-right: 16px; } /* Header -------------------------------------------------------------- */ #header { clear: both; width: 100%; } #branding { float: left; width: 25%; overflow: hidden; margin-top: 20px; } #site-title { font-size: 2.307692307692308em; /* 30 / 13 = 2.307692307692308 */ line-height: 1em; font-weight: bold; margin: 0 0 20px 0; text-transform: uppercase; letter-spacing: -2px; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; word-wrap: break-word; } #site-title a { color: #222; border-bottom: none; } #header img { max-width: 100%; } #site-description { font-size: 1.846153em; /* 24 / 13 = 1.846153 */ line-height: 1.5em; margin: 0; color: #333; text-transform: none; float: left; width: 91.48936170212766%; clear: both; text-align: center; border-top: 5px solid #444; padding: 18px 4.25531914893617% 20px 4.25531914893617%; /* 40px / 940px = 4.25531914893617% */ } .home #site-description { border-bottom: 1px solid #e5e5e5; margin-bottom: 30px; } .breadcrumbs { font-size: 0.8461538461538462em; color: #888; float: left; width: 100%; border-top: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5; margin: 0 0 30px 0; } .breadcrumb-trail { padding: 1px 10px; } /* Posts -------------------------------------------------------------- */ .hentry { float: left; width: 100%; margin: 0 0 20px 0; padding: 0 0 5px 0; font-size: 1em; border-bottom: 1px solid #e5e5e5; } .singular .hentry { margin: 0 0 30px 0; position: relative; float: left; width: 100%; } .featured { margin-bottom: 20px; } .sticky .sticky-header { float: left; width: 30%; } .sticky .byline { clear: left } .sticky .entry-summary { float: right; width: 65%; border-left: 1px solid #e5e5e5; padding-left: 2.34375%; } .hentry .featured-thumbnail { margin-bottom: 25px; } .hentry .thumbnail { float: left; width: 23.4375%; margin: 3px 3.90625% 20px 0; } /* Post titles -------------------------------------------------------------- */ .hentry .entry-title { margin: 0 0 0.6em 0; padding: 0; font-size: 1.230769230769231em; /* 16 / 13 = 1.230769230769231 */ text-transform: uppercase; line-height: 1.3em; border: none; color: #333; word-spacing: 2px; } .singular .entry-title { font-size: 1.846153846153846em; /* 24 / 13 = 1.846153846153846 */ margin-bottom: 0.625em; } .singular-page .entry-title { color: #ccc; } .singular-page .entry-title, .singular-attachment .entry-title { margin-bottom: 1.2em; } .entry-title a, .entry-title a:visited { color: #222; } .entry-title a:hover { color: #dd5424; } /* Post bylines/datelines -------------------------------------------------------------- */ .byline { font-family: Georgia, 'Times New Roman', Times, serif; font-style: italic; margin: 0 0 1em 0; font-size: 0.8461538461538462em; color: #aaa; line-height: 1.692307em; word-spacing: 2px; } .singular .byline { margin-bottom: 1.7em; } .byline a, .byline a:visited { color: #aaa; } .byline a:hover { color: #000; } .author, .published, .category, .edit { font-family: 'Bitter', Georgia, 'Times New Roman', Times, serif; font-style: normal; } .comment-list .published, .comment-list .edit, .comment-list .comment-reply-link { font-family: Georgia, 'Times New Roman', Times, serif; font-size: 1em; font-style: italic; text-transform: none; } /* Post excerpts -------------------------------------------------------------- */ .entry-summary p { margin: 0 0 1em 0; } /* Post metadata -------------------------------------------------------------- */ .entry-meta { margin: 0 0 25px 0; font-size: 0.8461538461538462em; color: #aaa; } .entry-meta a { color: #888; } .entry-meta a:hover { color: #000; } /* Singular post prev/next links -------------------------------------------------------------- */ .singular .loop-nav { font-size: 0.8461538461538462em; color: #888; clear: left; } /* Page links for multi-paged posts <!--nextpage--> -------------------------------------------------------------- */ .page-links { clear: both; font-size: 0.8461538461538462em; word-spacing: 2px; line-height: 1em; color: #222; } .entry-summary .page-links { clear: none; font-size: 0.8461538461538462em; line-height: 1em; color: #aaa; } .page-links a, .page-links a:visited { display: inline-block; color: #555; background: #e9e9e9; padding: 3px 6px; } .page-links a:hover { color: #fff; background: #555; } /* Archive/search pagination and comment pagination -------------------------------------------------------------- */ .comment-navigation { margin-bottom: 1.692307em; } .pagination.loop-pagination { float: left; clear: both; margin-top: 7px; } .pagination .page-numbers, .comment-navigation .page-numbers { display: inline-block; padding: 4px 8px; margin: 0; line-height: 1em; color: #444; } .pagination a.page-numbers, .comment-navigation a.page-numbers { color: #333; background: #e9e9e9; } .pagination a:hover, .comment-navigation a:hover { color: #fff; background: #555; } .pagination .current, .comment-navigation .current { color: #aaa; } /* Sidebar after singular posts -------------------------------------------------------------- */ #sidebar-after-singular { overflow: hidden; margin: 0; font-size: 1em; float: left; } /* Widgets -------------------------------------------------------------- */ .sidebar .widget { float: left; width: 100%; margin-bottom: 26px; color: #888; } .widget table, .widget ul, .widget ol { margin-bottom: 0; } /* Widget titles -------------------------------------------------------------- */ .sidebar .widget-title { font-size: 0.7692307692307692em; /* 10 / 13 = 0.7692307692307692 */ color: #aaa; text-transform: uppercase; letter-spacing: 1px; word-spacing: 2px; } /* Widget unordered lists -------------------------------------------------------------- */ .sidebar .widget ul { margin-left: 14px; } .sidebar .widget ul li a { color: #555; } .sidebar .widget ul li a:hover { color: #000; } .sidebar .widget ul li a { color: #555; } .sidebar .widget ul li a:hover { color: #000; } /* Search form widget -------------------------------------------------------------- */ .widget .search-form { overflow: hidden; } .widget .search-form label { font-size: 0.8461538461538462em; line-height: 1.692307em; color: #aaa; } .widget .search-form input[type="text"] { width: 91.538461%; float: left; padding: 8px 10px; font-size: 1em; color: #aaa; } .search-form .search-submit, .widget.search .widget-title { display: none; } /* Comments -------------------------------------------------------------- */ .comment-list, .comment-list ol { list-style: none; margin: 0 0 25px 0; } .comment-list { margin-bottom: 40px; } .comment-list li { padding: 15px 0 0 0; border-top: none; } .comment-list li li { padding-left: 10.15625%; } /* 65px / 640px = 10.15625% */ .comment-list .avatar { float: left; margin: 0 15px 10px 0; } .comment-meta { margin: 0 0 10px 0; font-size: 0.8461538461538462em; color: #aaa; line-height: 1.692307em; } .comment-meta .comment-author cite { font-style: normal; font-weight: bold; color: #333; font-size: 1.153846153846154em; } .comment-author { margin-right: 10px; } .comment-meta a { font-style: normal; color: #aaa; } .comment-meta a:hover { color: #000; } .comments-closed { padding: 10px 25px; font-size: 1em; color: #888; background: #f5f5f5; } .comment-content { margin-left: 65px; } .comment-content p { margin-bottom: 1em; } /* Comment form -------------------------------------------------------------- */ #respond { overflow: hidden; width: 75%; } .comment-list #respond { margin-top: 1.692307em; } #respond .log-in-out { font-size: 0.8461538461538462em; line-height: 1em; color: #888; margin-bottom: -7px; } #reply-title small a { font-size: 0.8461538461538462em; line-height: 1.692307em; background: #fff; padding-right: 8px; } #respond label { font-size: 0.8461538461538462em; line-height: 1.692307em; color: #bbb; } #respond p.req label { color: #888; line-height: 2.4em; } #respond span.required { font-size: 1em; font-weight: bold; color: #000; } #respond #submit { margin-bottom: 1.692307em; } #commentform input { display: inline; margin-right: 10px; } #commentform p { margin-bottom: 15px; line-height: 1em; } #comment { margin-top: 20px; } /* Subsidiary sidebar -------------------------------------------------------------- */ #sidebar-subsidiary .widget { float: left; width: 21.80851063829787%; /* 205px / 940px = 21.80851063829787% */ margin: 0 3.191489361702128% 20px 0; /* 30px / 940px = 3.191489361702128% */ font-size: 1em; } /* Footer -------------------------------------------------------------- */ #footer p { margin-bottom: 0; } #footer a { color: #888; } #footer a:hover { color: #dd5424; } /* Buttons (submit etc.) -------------------------------------------------------------- */ #respond #submit, .button, a.button, .wpcf7-submit, #loginform .button-primary { padding: 5px 12px 6px 12px; color: #fff; background:#db5629; border: none; height: 33px; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; } #respond #submit:hover, .button:hover, .wpcf7-submit:hover, #loginform .button-primary:hover { background: #222; } .menu li a { position: relative; } /* Gravity Forms (plugin) ----------------------------------------------------- */ .sidebar .widget ul li.gfield, #content .hentry ul li.gfield { background: none; padding-left: 0; margin-bottom: 15px; } .wordpress .gform_wrapper input[type="text"], .wordpress .gform_wrapper input[type="url"], .wordpress .gform_wrapper input[type="email"], .wordpress .gform_wrapper input[type="phone"], .wordpress .gform_wrapper input[type="number"], .wordpress .gform_wrapper input[type="password"], .wordpress .gform_wrapper textarea { padding: 4px; font-size: 1em; } .wordpress .gform_wrapper .gform_footer, .wordpress .gform_wrapper .gform_footer.right_label, .wordpress .gform_wrapper .gform_footer.left_label { padding-top: 0; margin-top: 0; } .wordpress .gform_wrapper .gform_footer.right_label, .wordpress .gform_wrapper .gform_footer.left_label { padding-left: 31.5%; } .wordpress .gform_wrapper .top_label .gfield_label { font-weight: normal; margin: 0 0 5px; } .wordpress .gform_wrapper .ginput_complex .ginput_full input { width: 92% !important; } .wordpress .gform_wrapper .field_name_first input, .wordpress .gform_wrapper .ginput_complex .ginput_left input { width: 83.7% !important; } .wordpress .gform_wrapper .ginput_complex .ginput_right input, .wordpress .gform_wrapper .ginput_complex .ginput_right select { width: 83.7% !important; } .wordpress .gform_wrapper select { padding: 2px; height: 2em; font-size: 1em; } .wordpress .gform_wrapper .gsection { border-bottom: 1px solid #e9e9e9; margin: 40px 0 20px 0 !important; } .gform_wrapper .gfield_description, .gform_wrapper div.charleft { color: #aaa !important; } .gform_wrapper .description, .gform_wrapper .gfield_description, .gform_wrapper .gsection_description, .gform_wrapper .instruction, .gform_wrapper div.charleft { font-family: 'Bitter', Georgia, 'Times New Roman', Times, serif !important; } /* Contact Form 7 (plugin) ----------------------------------------------------- */ .wpcf7-form p { margin-bottom: 15px; line-height: 2.2em; } .wpcf7-form input[type="text"], .wpcf7-form input[type="password"], .wpcf7-form input[type="email"], .wpcf7-form textarea, .wpcf7-form select { padding: 6px; } /* Media Queries (mobile browsing) ----------------------------------------------------- */ /* Tablet (portrait) */ @media only screen and (min-width: 768px) and (max-width: 959px) { .wrap { max-width: 728px; } .widget .search-form input[type="text"] { width: 89%; } .widget table { font-size: 0.8461538461538462em; } #sidebar-subsidiary .widget table { width: 90%; } } /* Mobile (portrait) */ @media only screen and (max-width: 767px) { .wrap { max-width: 300px; } body { line-height: 1.615384615384615em; } p { margin-bottom: 1.615384615384615em; } #branding { float: left; width: 100%; position: relative; } #site-description { font-size: 1.3em; } #menu-primary { float: left; clear: both; width: 100%; margin-top: 10px; } #menu-primary .menu { float: left; } #menu-primary ul li { clear: left; } #menu-primary ul li a { margin-left: 0; } #content { width: 100%; } .comment-list li li { padding-left: 0; } #sidebar-primary { width: 100%; clear: left; } #sidebar-subsidiary .widget { width: 100%; } #respond { width: 100%; } #footer { min-height: 85px; } .col-0 { width: 100% } .col-1 { width: 100% } .col-2 { width: 100% } .col-3 { width: 100% } .col-4 { width: 50% } .col-5 { width: 50% } .col-6 { width: 33.33% } .col-7 { width: 33.33% } .col-8 { width: 33.33% } .col-9 { width: 33.33% } .col-10 { width: 33.33% } .col-11 { width: 33.33% } .col-12 { width: 33.33% } .col-13 { width: 33.33% } .col-14 { width: 33.33% } .col-15 { width: 33.33% } .col-16 { width: 33.33% } .col-17 { width: 33.33% } .col-18 { width: 33.33% } .col-19 { width: 33.33% } .col-20 { width: 33.33% } .col-21 { width: 33.33% } .col-22 { width: 33.33% } .col-23 { width: 33.33% } .col-24 { width: 33.33% } .col-25 { width: 33.33% } .col-26 { width: 33.33% } .col-27 { width: 33.33% } .col-28 { width: 33.33% } .col-29 { width: 33.33% } .col-30 { width: 33.33% } }
assets/tuto_accessory/Force your Raspberry Pi to mount an external USB drive every time it starts up_files/style.css
-------------------------------------------------------------- */ article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; } audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; } audio:not([controls]) { display: none; } [hidden] { display: none; } figure { margin: 0; } html { font-size: 1em; /* 16px */ overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } body { margin: 0; font: 0.8125em/1.692307em 'Bitter', Georgia, 'Times New Roman', Times, serif; /* 13 / 16 = 0.8125; 22 / 13 = 1.692307 */ color: #555; background: #fff; padding: 0; } ::-moz-selection { background: #000; color: #fff; text-shadow: none; } ::selection { background: #000; color: #fff; text-shadow: none; } a, a:visited { color: #dd5424; text-decoration: none; } a:hover { text-decoration: none; color: #000; } a:focus { outline: none; } a:hover, a:active { outline: 0; } abbr { cursor: help } abbr[title] { border-bottom: 1px dotted; } acronym { font-size: .85em; text-transform: uppercase; color: #666; border-bottom: 1px dotted #eee; cursor: help; } acronym:hover { color: #333; background: #f5f5f5; border-bottom: 1px dotted #aaa; } small { font-size: 0.8461538461538462em; } /* 11 / 13 = 0.8461538461538462 */ big { font-size: 15px; } p { margin: 0 0 1.692307em 0 } b, strong { font-weight: bold; } blockquote { margin: 0 1.692307em; font-style: normal } blockquote em, blockquote cite { font-style: italic } blockquote, q { quotes: none } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none } em, cite { font-style: italic; font-family: Georgia, 'Times New Roman', Times, serif; } em em, cite cite { font-style: normal } dfn { font-style: italic; } address { font-style: italic; font-family: Georgia, 'Times New Roman', Times, serif; margin: 0 0 1.692307em 0 } li address, dd address { margin:0 } del { text-decoration: line-through } object { margin-bottom: 1.692307em } hr { display: block; height: 1px; border: 0; border-top: 1px solid #e7e7e7; margin: 1em 0 1.692307em 0; padding: 0; } ins { font-family: Georgia, 'Times New Roman', Times, serif; background: #f5f5f5; color: #000; text-decoration: none; font-style: italic; } mark { background: #f5f5f5; color: #000; font-style: italic; font-weight: bold; } pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; } pre code { font-size: 1em } pre { font-size: 0.8461538461538462em; font-family: Monaco, monospace, Courier, "Courier New"; overflow: auto; line-height: 1.692307em; margin-bottom: 1.692307em; padding: 10px; white-space: pre; white-space: pre-wrap; word-wrap: break-word; } code { font-size: 0.8461538461538462em; font-family: Monaco, monospace, Courier, "Courier New"; } sub, sup { font-size: 0.7692307692307692em; /* 10 / 13 = 0.7692307692307692 */ line-height: 0; position: relative; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } ul { list-style: disc; margin: 0 0 1.692307em 2.8em; padding: 0; } ol { list-style-type: decimal; margin: 0 0 1.692307em 3.1em; padding: 0; } ol ol { list-style: upper-roman } ol ol ol { list-style: lower-roman } ol ol ol ol { list-style: upper-alpha } ol ol ol ol ol { list-style: lower-alpha } ul ul, ol ol, ul ol, ol ul { margin-bottom:0 } dl { margin: 0 0 1.692307em 5px } dt { font-weight: bold; margin: 10px 0 0 0 } dd { margin: 5px 0 0 1.5em } h1, h2, h3, h4, h5, h6 { font-style: normal; font-weight: normal; margin: 0 0 15px 0; color: #333; line-height: 1.3em; } h1 { font-size: 2.769230769230769em; } /* 36 / 13 = 2.769230769230769 */ h2 { font-size: 1.846153846153846em; } /* 24 / 13 = 1.846153846153846 */ h3 { font-size: 1.538461538461538em; } /* 20 / 13 = 1.538461538461538 */ h4 { font-size: 1.384615384615385em; } /* 18 / 13 = 1.384615384615385 */ h5 { font-size: 1.230769230769231em; /* 16 / 13 = 1.230769230769231 */ font-weight: bold; } h6 { font-size: 1.076923076923077em; /* 14 / 13 = 1.076923076923077 */ font-weight: bold; } img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; } svg:not(:root) { overflow: hidden; } form { margin: 0; } fieldset { border: 0; margin: 0; padding: 0; } label { cursor: pointer; } legend { border: 0; *margin-left: -7px; padding: 0; } button, input, select, textarea, a.button { font-size: 1em; margin: 0; vertical-align: baseline; *vertical-align: middle; } button, input, a.button { line-height: normal; *overflow: visible; } table button, table input { *overflow: auto; } button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; } input[type="checkbox"], input[type="radio"] { box-sizing: border-box; } input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; } input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } textarea { overflow: auto; vertical-align: top; resize: vertical; } input:invalid, textarea:invalid { background-color: #f0dddd; } option { padding: 1px 2px; } table { border-collapse: collapse; border-spacing: 0; margin-bottom: 1.692307em; } td { vertical-align: top; } th, td { text-align: left; } /* WordPress classes -------------------------------------------------------------- */ .hfeed h1, .hfeed h2, .hfeed h3, .hfeed h4, .hfeed h5, .hfeed h6 { font-weight: normal; } img.wp-smiley { max-height: 0.8125em; margin: 0; padding: 0; border: none; } .gallery { display: block; text-align: center; margin-bottom: 1.692307em !important; } .left, .alignleft { float: left; margin: 0 15px 5px 0; } .right, .alignright { float: right; margin: 0 0 10px 25px; } .center, .aligncenter { display: block; margin: 0 auto 1.692307em auto !important; } .block, .alignnone { display: block; margin: 0 0 1.692307em 0; } img.alignleft, img.alignright { margin-top: 5px; display: inline; } blockquote.alignleft, blockquote .alignright { width: 33%; } .byline abbr, .entry-meta abbr, .comment-meta abbr { border: none; } .clear { clear: both; } /* Tables -------------------------------------------------------------- */ table { margin: 0 0 1.692307em 0; width: 100%; } table caption { font-size: 0.8125em; line-height: 1.692307em; color: #888; } table th { font-size: 0.8461538461538462em; line-height: 1.692307em; font-weight: normal; text-transform: uppercase; padding: 10px 2%; border-bottom: none; border-bottom: 3px solid #e7e7e7; text-align: left; } td { padding: 0.8125em 2%; color: #888; border-bottom: 1px solid #e7e7e7; } /* Lists -------------------------------------------------------------- */ ul li, ol li { line-height: 2.1em; } dl { margin: 0 0 20px 30px; } dl dt { margin: 0; font-size: 1.230769230769231em; /* 16 / 13 = 1.230769230769231 */ line-height: 1.692307em; font-family: Georgia, 'Times New Roman', Times, serif; font-style: italic; font-weight: normal; } dl dd { margin: 0 0 5px 20px; padding: 0; color: #888; } /* Blockquotes -------------------------------------------------------------- */ blockquote, blockquote blockquote blockquote { overflow: hidden; padding: 0 0 0 40px; font-size: 1.153846153846154em; /* 15 / 13 = 1.153846153846154 */ font-family: Georgia, 'Times New Roman', Times, serif; font-style: italic; color: #aaa; background: url(images/quote.png) no-repeat 0 4px; } /* Code -------------------------------------------------------------- */ code { padding: 0 3px; color: #555; background: #ffeacd; } pre { padding: 15px 20px; background: #fff1dd; border: 1px solid #f6e4cc; } pre code { padding: 0; background: transparent; } /* Forms -------------------------------------------------------------- */ form label, form input, form textarea { font-family: 'Bitter', Georgia, 'Times New Roman', Times, serif; } form label { line-height: 1.5em; color: #222; } input[type="text"], input[type="password"], input[type="email"], .input-text, textarea, select { border: 1px solid #ddd; padding: 5px; outline: none; font-size: 0.8125em; color: #888; margin: 0; display: block; background: #fff; } select { padding: 0; } input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus, .input-text:focus { border: 1px solid #aaa; color: #444; -moz-box-shadow: 0 0 3px rgba(0,0,0,.2); -webkit-box-shadow: 0 0 3px rgba(0,0,0,.2); box-shadow: 0 0 3px rgba(0,0,0,.2); } textarea { display: block; width: 94%; min-height: 60px; } input[type="radio"] { vertical-align: text-middle; } input[type="checkbox"] { display: inline; } input[type="submit"]:hover { cursor: pointer } .error { color: #ff4367; } /* Images & Video -------------------------------------------------------------- */ a:hover img { opacity: 0.85; } #site-title a:hover img { border: none; } .hentry img, .entry-content img, .widget img, .wp-caption, .hentry embed, .entry-content embed, .widget embed, .hentry object, .entry-content object, .widget object, .hentry video, .entry-content video, .widget video { max-width: 100%; } .hentry img, .entry-content img, .widget img, .wp-caption { height: auto; padding: 1px; border: 1px solid #e5e5e5; } /* Captions [caption] -------------------------------------------------------------- */ .wp-caption { overflow: hidden; text-align: center; } .wp-caption img { margin: 0 0 5px 0; } .wp-caption .wp-caption-text { margin: 5px 0; font-size: 0.8461538461538462em; line-height: 1em; color: #888; text-align: left; } .wp-caption a { border: none; } /* Galleries -------------------------------------------------------------- */ .gallery { display: block; clear: both; overflow: hidden; margin: 0 auto; margin: 0 !important; } .gallery br { display: block; line-height: 0; height: 0; } .gallery a { border: none; } .gallery .gallery-row { display: block; clear: both; overflow: hidden; margin: 0 } .gallery .gallery-item { overflow: hidden; float: left; margin: 0; margin: 0 0 1.692307em 0 !important; text-align: left; list-style: none; padding: 0; } .gallery img, .gallery .gallery-item .gallery-icon img { max-width: 89%; height: auto; margin: 0 auto } .gallery-icon { overflow: hidden; margin: 0; } .gallery-caption { margin: 0; font-size: 0.8461538461538462em; line-height: 1.4em; color: #aaa; } .attachment-image { float: left; width: 100%; } .singular-attachment .hentry .gallery-caption { display: none; /* Hide captions in gallery on attachment pages */ } .gallery-caption { margin: 3px 0 0 0 } .col-0 { width: 100% } .col-1 { width: 100% } .col-2 { width: 50% } .col-3 { width: 33.33% } .col-4 { width: 25% } .col-5 { width: 20% } .col-6 { width: 16.66% } .col-7 { width: 14.28% } .col-8 { width: 12.5% } .col-9 { width: 11.11% } .col-10 { width: 10% } .col-11 { width: 9.09% } .col-12 { width: 8.33% } .col-13 { width: 7.69% } .col-14 { width: 7.14% } .col-15 { width: 6.66% } .col-16 { width: 6.25% } .col-17 { width: 5.88% } .col-18 { width: 5.55% } .col-19 { width: 5.26% } .col-20 { width: 5% } .col-21 { width: 4.76% } .col-22 { width: 4.54% } .col-23 { width: 4.34% } .col-24 { width: 4.16% } .col-25 { width: 4% } .col-26 { width: 3.84% } .col-27 { width: 3.7% } .col-28 { width: 3.57% } .col-29 { width: 3.44% } .col-30 { width: 3.33% } /* Layout -------------------------------------------------------------- */ #main { clear: both; width: 100%; margin: 0 auto; position: relative; } .page-template-fullwidth #content { width: 100%; } #content { float: left; width: 68.08510638297872%; margin: 0 0 30px 0; min-height: 180px; } #sidebar-primary { float: right; width: 27.65957446808511%; } .wrap { max-width: 940px; margin: 0 auto; position: relative; } #comments-template { clear: left; } #sidebar-subsidiary { overflow: visible; width: 100%; margin: 30px auto 0 auto; padding: 30px 0 0 0; border-top: 5px solid #444; clear: both; } #footer { overflow: hidden; clear: both; width: 100%; margin: 0 auto; padding: 26px 0 30px 0; border-top: 5px solid #444; font-size: 0.8461538461538462em; color: #aaa; } /* Primary menu -------------------------------------------------------------- */ #menu-primary { font-size: 1em; width: 75%; margin: 30px 0 12px 0; float: right; position: relative; z-index: 99; } #menu-primary .menu { float: right; } #menu-primary .menu ul { float: right; } #menu-primary li { display: block; float: left; min-height: 30px; } #menu-primary li a { line-height: 1em; margin-left: 3.5em; display: block; text-transform: uppercase; font-size: 0.8461538461538462em; } #menu-primary li.current-menu-item a { color: #aaa; } #menu-primary li li, #menu-primary li li.current-menu-item li { clear: both; float: none; border-top: 1px dotted #e5e5e5; } #menu-primary li li:first-child, #menu-primary li li.current-menu-item li:first-child { border-top: none; } #menu-primary li li a, #menu-primary li li.current-menu-item li a { font-size: 1em; text-transform: none; color: #888; margin: 0 5px; padding: 12px 15px; } #menu-primary ul li a:hover, #menu-primary li ul li a:hover { color: #222; } /* Dropdowns -------------------------------------------------------------- */ .menu ul { margin: 0; padding: 0; list-style: none; } .menu li:hover { visibility: inherit } .menu li { float: left; position: relative; } .menu a { display: block; position: relative; } #menu-primary li ul { display: none; position: absolute; top: 25px; left: 17px; border: 1px solid #e3e3e3; background: #fff; -webkit-box-shadow: 0 0 7px rgba(0,0,0,.09); -moz-box-shadow: 0 0 7px rgba(0,0,0,.09); box-shadow: 0 0 7px rgba(0,0,0,.09); z-index: 100; } #menu-primary li:hover ul, #menu-primary li.sfHover ul { display: block; } #menu-primary li:hover li ul, #menu-primary li.sfHover li ul { top: -999em; } #menu-primary li li:hover ul, #menu-primary li li.sfHover ul { top: -1px; left: 10em; /* no-javascript fix */ margin-left: 0; border-top: 1px solid #e9e9e9; } .sf-sub-indicator { text-indent: -9999em; width: 10px; height: 10px; display: inline-block; margin-left: 5px; background: url(images/dropdown.png) no-repeat right 0; position: absolute; top: 25%; right: 0; } .menu li li .sf-sub-indicator { top: 37%; background: url(images/dropright.png) no-repeat right 50%; margin-right: 7px; } .menu li a.sf-with-ul, #menu-secondary li a.sf-with-ul { padding-right: 16px; } /* Header -------------------------------------------------------------- */ #header { clear: both; width: 100%; } #branding { float: left; width: 25%; overflow: hidden; margin-top: 20px; } #site-title { font-size: 2.307692307692308em; /* 30 / 13 = 2.307692307692308 */ line-height: 1em; font-weight: bold; margin: 0 0 20px 0; text-transform: uppercase; letter-spacing: -2px; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; word-wrap: break-word; } #site-title a { color: #222; border-bottom: none; } #header img { max-width: 100%; } #site-description { font-size: 1.846153em; /* 24 / 13 = 1.846153 */ line-height: 1.5em; margin: 0; color: #333; text-transform: none; float: left; width: 91.48936170212766%; clear: both; text-align: center; border-top: 5px solid #444; padding: 18px 4.25531914893617% 20px 4.25531914893617%; /* 40px / 940px = 4.25531914893617% */ } .home #site-description { border-bottom: 1px solid #e5e5e5; margin-bottom: 30px; } .breadcrumbs { font-size: 0.8461538461538462em; color: #888; float: left; width: 100%; border-top: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5; margin: 0 0 30px 0; } .breadcrumb-trail { padding: 1px 10px; } /* Posts -------------------------------------------------------------- */ .hentry { float: left; width: 100%; margin: 0 0 20px 0; padding: 0 0 5px 0; font-size: 1em; border-bottom: 1px solid #e5e5e5; } .singular .hentry { margin: 0 0 30px 0; position: relative; float: left; width: 100%; } .featured { margin-bottom: 20px; } .sticky .sticky-header { float: left; width: 30%; } .sticky .byline { clear: left } .sticky .entry-summary { float: right; width: 65%; border-left: 1px solid #e5e5e5; padding-left: 2.34375%; } .hentry .featured-thumbnail { margin-bottom: 25px; } .hentry .thumbnail { float: left; width: 23.4375%; margin: 3px 3.90625% 20px 0; } /* Post titles -------------------------------------------------------------- */ .hentry .entry-title { margin: 0 0 0.6em 0; padding: 0; font-size: 1.230769230769231em; /* 16 / 13 = 1.230769230769231 */ text-transform: uppercase; line-height: 1.3em; border: none; color: #333; word-spacing: 2px; } .singular .entry-title { font-size: 1.846153846153846em; /* 24 / 13 = 1.846153846153846 */ margin-bottom: 0.625em; } .singular-page .entry-title { color: #ccc; } .singular-page .entry-title, .singular-attachment .entry-title { margin-bottom: 1.2em; } .entry-title a, .entry-title a:visited { color: #222; } .entry-title a:hover { color: #dd5424; } /* Post bylines/datelines -------------------------------------------------------------- */ .byline { font-family: Georgia, 'Times New Roman', Times, serif; font-style: italic; margin: 0 0 1em 0; font-size: 0.8461538461538462em; color: #aaa; line-height: 1.692307em; word-spacing: 2px; } .singular .byline { margin-bottom: 1.7em; } .byline a, .byline a:visited { color: #aaa; } .byline a:hover { color: #000; } .author, .published, .category, .edit { font-family: 'Bitter', Georgia, 'Times New Roman', Times, serif; font-style: normal; } .comment-list .published, .comment-list .edit, .comment-list .comment-reply-link { font-family: Georgia, 'Times New Roman', Times, serif; font-size: 1em; font-style: italic; text-transform: none; } /* Post excerpts -------------------------------------------------------------- */ .entry-summary p { margin: 0 0 1em 0; } /* Post metadata -------------------------------------------------------------- */ .entry-meta { margin: 0 0 25px 0; font-size: 0.8461538461538462em; color: #aaa; } .entry-meta a { color: #888; } .entry-meta a:hover { color: #000; } /* Singular post prev/next links -------------------------------------------------------------- */ .singular .loop-nav { font-size: 0.8461538461538462em; color: #888; clear: left; } /* Page links for multi-paged posts <!--nextpage--> -------------------------------------------------------------- */ .page-links { clear: both; font-size: 0.8461538461538462em; word-spacing: 2px; line-height: 1em; color: #222; } .entry-summary .page-links { clear: none; font-size: 0.8461538461538462em; line-height: 1em; color: #aaa; } .page-links a, .page-links a:visited { display: inline-block; color: #555; background: #e9e9e9; padding: 3px 6px; } .page-links a:hover { color: #fff; background: #555; } /* Archive/search pagination and comment pagination -------------------------------------------------------------- */ .comment-navigation { margin-bottom: 1.692307em; } .pagination.loop-pagination { float: left; clear: both; margin-top: 7px; } .pagination .page-numbers, .comment-navigation .page-numbers { display: inline-block; padding: 4px 8px; margin: 0; line-height: 1em; color: #444; } .pagination a.page-numbers, .comment-navigation a.page-numbers { color: #333; background: #e9e9e9; } .pagination a:hover, .comment-navigation a:hover { color: #fff; background: #555; } .pagination .current, .comment-navigation .current { color: #aaa; } /* Sidebar after singular posts -------------------------------------------------------------- */ #sidebar-after-singular { overflow: hidden; margin: 0; font-size: 1em; float: left; } /* Widgets -------------------------------------------------------------- */ .sidebar .widget { float: left; width: 100%; margin-bottom: 26px; color: #888; } .widget table, .widget ul, .widget ol { margin-bottom: 0; } /* Widget titles -------------------------------------------------------------- */ .sidebar .widget-title { font-size: 0.7692307692307692em; /* 10 / 13 = 0.7692307692307692 */ color: #aaa; text-transform: uppercase; letter-spacing: 1px; word-spacing: 2px; } /* Widget unordered lists -------------------------------------------------------------- */ .sidebar .widget ul { margin-left: 14px; } .sidebar .widget ul li a { color: #555; } .sidebar .widget ul li a:hover { color: #000; } .sidebar .widget ul li a { color: #555; } .sidebar .widget ul li a:hover { color: #000; } /* Search form widget -------------------------------------------------------------- */ .widget .search-form { overflow: hidden; } .widget .search-form label { font-size: 0.8461538461538462em; line-height: 1.692307em; color: #aaa; } .widget .search-form input[type="text"] { width: 91.538461%; float: left; padding: 8px 10px; font-size: 1em; color: #aaa; } .search-form .search-submit, .widget.search .widget-title { display: none; } /* Comments -------------------------------------------------------------- */ .comment-list, .comment-list ol { list-style: none; margin: 0 0 25px 0; } .comment-list { margin-bottom: 40px; } .comment-list li { padding: 15px 0 0 0; border-top: none; } .comment-list li li { padding-left: 10.15625%; } /* 65px / 640px = 10.15625% */ .comment-list .avatar { float: left; margin: 0 15px 10px 0; } .comment-meta { margin: 0 0 10px 0; font-size: 0.8461538461538462em; color: #aaa; line-height: 1.692307em; } .comment-meta .comment-author cite { font-style: normal; font-weight: bold; color: #333; font-size: 1.153846153846154em; } .comment-author { margin-right: 10px; } .comment-meta a { font-style: normal; color: #aaa; } .comment-meta a:hover { color: #000; } .comments-closed { padding: 10px 25px; font-size: 1em; color: #888; background: #f5f5f5; } .comment-content { margin-left: 65px; } .comment-content p { margin-bottom: 1em; } /* Comment form -------------------------------------------------------------- */ #respond { overflow: hidden; width: 75%; } .comment-list #respond { margin-top: 1.692307em; } #respond .log-in-out { font-size: 0.8461538461538462em; line-height: 1em; color: #888; margin-bottom: -7px; } #reply-title small a { font-size: 0.8461538461538462em; line-height: 1.692307em; background: #fff; padding-right: 8px; } #respond label { font-size: 0.8461538461538462em; line-height: 1.692307em; color: #bbb; } #respond p.req label { color: #888; line-height: 2.4em; } #respond span.required { font-size: 1em; font-weight: bold; color: #000; } #respond #submit { margin-bottom: 1.692307em; } #commentform input { display: inline; margin-right: 10px; } #commentform p { margin-bottom: 15px; line-height: 1em; } #comment { margin-top: 20px; } /* Subsidiary sidebar -------------------------------------------------------------- */ #sidebar-subsidiary .widget { float: left; width: 21.80851063829787%; /* 205px / 940px = 21.80851063829787% */ margin: 0 3.191489361702128% 20px 0; /* 30px / 940px = 3.191489361702128% */ font-size: 1em; } /* Footer -------------------------------------------------------------- */ #footer p { margin-bottom: 0; } #footer a { color: #888; } #footer a:hover { color: #dd5424; } /* Buttons (submit etc.) -------------------------------------------------------------- */ #respond #submit, .button, a.button, .wpcf7-submit, #loginform .button-primary { padding: 5px 12px 6px 12px; color: #fff; background:#db5629; border: none; height: 33px; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; } #respond #submit:hover, .button:hover, .wpcf7-submit:hover, #loginform .button-primary:hover { background: #222; } .menu li a { position: relative; } /* Gravity Forms (plugin) ----------------------------------------------------- */ .sidebar .widget ul li.gfield, #content .hentry ul li.gfield { background: none; padding-left: 0; margin-bottom: 15px; } .wordpress .gform_wrapper input[type="text"], .wordpress .gform_wrapper input[type="url"], .wordpress .gform_wrapper input[type="email"], .wordpress .gform_wrapper input[type="phone"], .wordpress .gform_wrapper input[type="number"], .wordpress .gform_wrapper input[type="password"], .wordpress .gform_wrapper textarea { padding: 4px; font-size: 1em; } .wordpress .gform_wrapper .gform_footer, .wordpress .gform_wrapper .gform_footer.right_label, .wordpress .gform_wrapper .gform_footer.left_label { padding-top: 0; margin-top: 0; } .wordpress .gform_wrapper .gform_footer.right_label, .wordpress .gform_wrapper .gform_footer.left_label { padding-left: 31.5%; } .wordpress .gform_wrapper .top_label .gfield_label { font-weight: normal; margin: 0 0 5px; } .wordpress .gform_wrapper .ginput_complex .ginput_full input { width: 92% !important; } .wordpress .gform_wrapper .field_name_first input, .wordpress .gform_wrapper .ginput_complex .ginput_left input { width: 83.7% !important; } .wordpress .gform_wrapper .ginput_complex .ginput_right input, .wordpress .gform_wrapper .ginput_complex .ginput_right select { width: 83.7% !important; } .wordpress .gform_wrapper select { padding: 2px; height: 2em; font-size: 1em; } .wordpress .gform_wrapper .gsection { border-bottom: 1px solid #e9e9e9; margin: 40px 0 20px 0 !important; } .gform_wrapper .gfield_description, .gform_wrapper div.charleft { color: #aaa !important; } .gform_wrapper .description, .gform_wrapper .gfield_description, .gform_wrapper .gsection_description, .gform_wrapper .instruction, .gform_wrapper div.charleft { font-family: 'Bitter', Georgia, 'Times New Roman', Times, serif !important; } /* Contact Form 7 (plugin) ----------------------------------------------------- */ .wpcf7-form p { margin-bottom: 15px; line-height: 2.2em; } .wpcf7-form input[type="text"], .wpcf7-form input[type="password"], .wpcf7-form input[type="email"], .wpcf7-form textarea, .wpcf7-form select { padding: 6px; } /* Media Queries (mobile browsing) ----------------------------------------------------- */ /* Tablet (portrait) */ @media only screen and (min-width: 768px) and (max-width: 959px) { .wrap { max-width: 728px; } .widget .search-form input[type="text"] { width: 89%; } .widget table { font-size: 0.8461538461538462em; } #sidebar-subsidiary .widget table { width: 90%; } } /* Mobile (portrait) */ @media only screen and (max-width: 767px) { .wrap { max-width: 300px; } body { line-height: 1.615384615384615em; } p { margin-bottom: 1.615384615384615em; } #branding { float: left; width: 100%; position: relative; } #site-description { font-size: 1.3em; } #menu-primary { float: left; clear: both; width: 100%; margin-top: 10px; } #menu-primary .menu { float: left; } #menu-primary ul li { clear: left; } #menu-primary ul li a { margin-left: 0; } #content { width: 100%; } .comment-list li li { padding-left: 0; } #sidebar-primary { width: 100%; clear: left; } #sidebar-subsidiary .widget { width: 100%; } #respond { width: 100%; } #footer { min-height: 85px; } .col-0 { width: 100% } .col-1 { width: 100% } .col-2 { width: 100% } .col-3 { width: 100% } .col-4 { width: 50% } .col-5 { width: 50% } .col-6 { width: 33.33% } .col-7 { width: 33.33% } .col-8 { width: 33.33% } .col-9 { width: 33.33% } .col-10 { width: 33.33% } .col-11 { width: 33.33% } .col-12 { width: 33.33% } .col-13 { width: 33.33% } .col-14 { width: 33.33% } .col-15 { width: 33.33% } .col-16 { width: 33.33% } .col-17 { width: 33.33% } .col-18 { width: 33.33% } .col-19 { width: 33.33% } .col-20 { width: 33.33% } .col-21 { width: 33.33% } .col-22 { width: 33.33% } .col-23 { width: 33.33% } .col-24 { width: 33.33% } .col-25 { width: 33.33% } .col-26 { width: 33.33% } .col-27 { width: 33.33% } .col-28 { width: 33.33% } .col-29 { width: 33.33% } .col-30 { width: 33.33% } }
0.260484
0.115361
@import url('https://fonts.googleapis.com/css?family=Liu+Jian+Mao+Cao&display=swap'); @keyframes fadein { from { opacity: 0; } to { opacity: 1; } } .header{ background-color: #04131f; padding-bottom: 1.45rem; animation: fadein 2s; } .header-div{ margin: auto; padding: 1.45rem 1.0875rem; } .header-content{ margin: auto; width: 90%; display: flex; justify-content: space-between; } .title{ font-family: '<NAME>', cursive; font-weight: normal; color: #FF3366; transition: 0.3s } .title:hover{ color: #20A4F3; } .links{ font-size: 0.65em; margin: auto 0px; } .links a{ padding: 0px 4vw; font-size: 0.6em; text-decoration: none; color: #F6F7F8; animation: fadein 3s; transition: 0.25s; } .links a:hover{ color: #2EC4B6; } #mobile-title, .mobile-menu{ display: none; transition: 0.3s; } .mobile-menu{ width: 100%; height: 100%; padding-top: 30px; position: absolute; background-color: #04131f; z-index: 99; -webkit-transform:translate3d(0,0,0); transform:translate3d(0,0,0); } #mobile-menu-title{ margin: 30px auto; font-size: 2em; animation: fadein 0.5s; transition: 0.2s; } .mobile-link{ margin: 3vh auto; text-decoration: none; color: #F6F7F8; animation: fadein 1s; transition: 0.25s; } .hidden{ opacity: 0; } @media all and (orientation: portrait) { .nav-link{ position: absolute; display: none; } .title{ font-size: 8vw; line-height: auto; } #mobile-title{ font-size: 8vw; display: block; } #desktop-title{ display: none; } .header-content{ display: flex; flex-direction: row; } .hamburger{ padding: 0px!important; } .activated{ display: flex; flex-direction: column; } } @media all and ( orientation: landscape){ .hamburger{ display: none!important; } }
src/styles/header.css
@import url('https://fonts.googleapis.com/css?family=Liu+Jian+Mao+Cao&display=swap'); @keyframes fadein { from { opacity: 0; } to { opacity: 1; } } .header{ background-color: #04131f; padding-bottom: 1.45rem; animation: fadein 2s; } .header-div{ margin: auto; padding: 1.45rem 1.0875rem; } .header-content{ margin: auto; width: 90%; display: flex; justify-content: space-between; } .title{ font-family: '<NAME>', cursive; font-weight: normal; color: #FF3366; transition: 0.3s } .title:hover{ color: #20A4F3; } .links{ font-size: 0.65em; margin: auto 0px; } .links a{ padding: 0px 4vw; font-size: 0.6em; text-decoration: none; color: #F6F7F8; animation: fadein 3s; transition: 0.25s; } .links a:hover{ color: #2EC4B6; } #mobile-title, .mobile-menu{ display: none; transition: 0.3s; } .mobile-menu{ width: 100%; height: 100%; padding-top: 30px; position: absolute; background-color: #04131f; z-index: 99; -webkit-transform:translate3d(0,0,0); transform:translate3d(0,0,0); } #mobile-menu-title{ margin: 30px auto; font-size: 2em; animation: fadein 0.5s; transition: 0.2s; } .mobile-link{ margin: 3vh auto; text-decoration: none; color: #F6F7F8; animation: fadein 1s; transition: 0.25s; } .hidden{ opacity: 0; } @media all and (orientation: portrait) { .nav-link{ position: absolute; display: none; } .title{ font-size: 8vw; line-height: auto; } #mobile-title{ font-size: 8vw; display: block; } #desktop-title{ display: none; } .header-content{ display: flex; flex-direction: row; } .hamburger{ padding: 0px!important; } .activated{ display: flex; flex-direction: column; } } @media all and ( orientation: landscape){ .hamburger{ display: none!important; } }
0.369998
0.101768
/* Only for display more than 768px */ @media (min-width: 992px) { .oct-recent-post-content { padding-left: 0px; } .oct-recent-posts .mejs-controls { display: none; } } @media (max-width: 992px) { .bg-icon-left, .bg-icon-right { display: none; } } @media (max-width: 768px) { h1{ font-size: 2.6rem !important; } h2{ font-size: 2.6rem !important; } h3{ font-size: 1.6rem !important } header.site-header { height: auto; } .section-title h2 { font-size: 2.6rem !important; min-width: auto; } .oct-head-bar { min-height: auto; } .oct-team .person-box, .about-section figure { text-align: center; } .section-stats { height: auto; text-align: center; padding: 30px; } .oct-history .timeline-box { padding-left: 0; } figure { padding-bottom: 30px; } .mobile-only { display: inline-block; } .desktop-only { display: none; } .oct-head-bar { padding-top: 20px; } .site-logo, .menu-toggle { vertical-align: middle; -ms-word-break: break-all; word-break: break-all; } .oct-head-bar .oct-site-logo { margin: 20px 0; } .no-scroll { overflow: hidden; } } @media (max-width: 576px) { h2 { font-size: 40px; } h3 { font-size: 24px; } section { margin: 20px 0; } .container, .home-banner .container, .oct-home-content { padding-right: 20px; padding-left: 20px; } .oct-home-content { padding-bottom: 0; } .oct-features .features-col { padding: 20px; } .home-banner .container { text-align: center !important; } .home-banner .banner-caption h2 { font-size: 40px; } .home-banner .banner[role="banner"] { background-position: 50% 0%; } .banner.home-banner { height: 390px; } #oct-site-footer .widget{ margin-bottom: 40px; } #oct-site-footer .widget_nav_menu ul li:last-child { padding-bottom: 0; } .oct-gallery .section-title { margin-bottom: 0px; } .oct-history .timeline-box { padding-left: 0; } .section-stats { text-align: center; } .section-stats .stats-count { padding-top: 20px; } .section-stats .stats-title { padding-bottom: 20px; } .oct-team { text-align: center; } .oct-enroll .section-box { padding-right: 0; } .oct-form { padding-left: 0px; } .oct-form .form-box { padding: 20px; } }
wp-content/themes/onecom-playschool/assets/css/responsive.css
/* Only for display more than 768px */ @media (min-width: 992px) { .oct-recent-post-content { padding-left: 0px; } .oct-recent-posts .mejs-controls { display: none; } } @media (max-width: 992px) { .bg-icon-left, .bg-icon-right { display: none; } } @media (max-width: 768px) { h1{ font-size: 2.6rem !important; } h2{ font-size: 2.6rem !important; } h3{ font-size: 1.6rem !important } header.site-header { height: auto; } .section-title h2 { font-size: 2.6rem !important; min-width: auto; } .oct-head-bar { min-height: auto; } .oct-team .person-box, .about-section figure { text-align: center; } .section-stats { height: auto; text-align: center; padding: 30px; } .oct-history .timeline-box { padding-left: 0; } figure { padding-bottom: 30px; } .mobile-only { display: inline-block; } .desktop-only { display: none; } .oct-head-bar { padding-top: 20px; } .site-logo, .menu-toggle { vertical-align: middle; -ms-word-break: break-all; word-break: break-all; } .oct-head-bar .oct-site-logo { margin: 20px 0; } .no-scroll { overflow: hidden; } } @media (max-width: 576px) { h2 { font-size: 40px; } h3 { font-size: 24px; } section { margin: 20px 0; } .container, .home-banner .container, .oct-home-content { padding-right: 20px; padding-left: 20px; } .oct-home-content { padding-bottom: 0; } .oct-features .features-col { padding: 20px; } .home-banner .container { text-align: center !important; } .home-banner .banner-caption h2 { font-size: 40px; } .home-banner .banner[role="banner"] { background-position: 50% 0%; } .banner.home-banner { height: 390px; } #oct-site-footer .widget{ margin-bottom: 40px; } #oct-site-footer .widget_nav_menu ul li:last-child { padding-bottom: 0; } .oct-gallery .section-title { margin-bottom: 0px; } .oct-history .timeline-box { padding-left: 0; } .section-stats { text-align: center; } .section-stats .stats-count { padding-top: 20px; } .section-stats .stats-title { padding-bottom: 20px; } .oct-team { text-align: center; } .oct-enroll .section-box { padding-right: 0; } .oct-form { padding-left: 0px; } .oct-form .form-box { padding: 20px; } }
0.418935
0.104067
.isotope-item { z-index: 2; } .isotope-hidden.isotope-item { pointer-events: none; z-index: 1; } /**** Isotope CSS3 transitions ****/ .isotope, .isotope .isotope-item { -webkit-transition-duration: 0.8s; -moz-transition-duration: 0.8s; -ms-transition-duration: 0.8s; -o-transition-duration: 0.8s; transition-duration: 0.8s; } .isotope { -webkit-transition-property: height, width; -moz-transition-property: height, width; -ms-transition-property: height, width; -o-transition-property: height, width; transition-property: height, width; } .isotope .isotope-item { -webkit-transition-property: -webkit-transform, opacity; -moz-transition-property: -moz-transform, opacity; -ms-transition-property: -ms-transform, opacity; -o-transition-property: -o-transform, opacity; transition-property: transform, opacity; } /**** disabling Isotope CSS3 transitions ****/ .isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition { -webkit-transition-duration: 0s; -moz-transition-duration: 0s; -ms-transition-duration: 0s; -o-transition-duration: 0s; transition-duration: 0s; } /* End: Recommended Isotope styles */ /* disable CSS transitions for containers with infinite scrolling*/ .isotope.infinite-scrolling { -webkit-transition: none; -moz-transition: none; -ms-transition: none; -o-transition: none; transition: none; } /**** Base styles ****/ /**** Isotope styles ****/ /* required for containers to inherit vertical size from window */ .element { position: relative; margin-bottom:30px; height:420px; overflow:hidden; display:block; } .pf_img{ border-radius:5px 5px 0px 0px; } /**** Example Options ****/ #options { max-width:80% !important; margin:0px auto; border-bottom: 1px solid #d7d7d7; border-top: 1px solid #d7d7d7; margin-bottom:30px; } #options h3 { margin-bottom: 0.2em; font-size: 15px; } #options h4 { font-weight: bold; } #options ul { margin: 0 auto; list-style: none; text-align:center; } #options li { display:inline-block; } #options li a { display: block; padding:10px; color:#393939 !important; } #options li a:hover { background-color: #29AAE3; background-image:url(../images/content_bg.png); text-decoration:none; } #options li a:active { background-color: #39D; } #options li a.selected { background-image:url(../images/content_bg.png); text-shadow: none; color:#fff !important; position:relative; } #options li a.selected:after { border-left:7px solid transparent; border-right:7px solid transparent; border-bottom:7px solid #f1f1f1; content: ""; margin-top: 5px; display: block; position: absolute; width: 0; margin-left:-7px; left:50%; bottom:0px; } /* Combination filter options*/ /* The Magnificent Clearfix: nicolasgallagher.com/micro-clearfix-hack/ */ .clearfix:before, .clearfix:after { content: ""; display: table; } .clearfix:after { clear: both; } .clearfix { zoom: 1; }
PLANTILLAS_ALTAS/10/detroit/css/isotope.css
.isotope-item { z-index: 2; } .isotope-hidden.isotope-item { pointer-events: none; z-index: 1; } /**** Isotope CSS3 transitions ****/ .isotope, .isotope .isotope-item { -webkit-transition-duration: 0.8s; -moz-transition-duration: 0.8s; -ms-transition-duration: 0.8s; -o-transition-duration: 0.8s; transition-duration: 0.8s; } .isotope { -webkit-transition-property: height, width; -moz-transition-property: height, width; -ms-transition-property: height, width; -o-transition-property: height, width; transition-property: height, width; } .isotope .isotope-item { -webkit-transition-property: -webkit-transform, opacity; -moz-transition-property: -moz-transform, opacity; -ms-transition-property: -ms-transform, opacity; -o-transition-property: -o-transform, opacity; transition-property: transform, opacity; } /**** disabling Isotope CSS3 transitions ****/ .isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition { -webkit-transition-duration: 0s; -moz-transition-duration: 0s; -ms-transition-duration: 0s; -o-transition-duration: 0s; transition-duration: 0s; } /* End: Recommended Isotope styles */ /* disable CSS transitions for containers with infinite scrolling*/ .isotope.infinite-scrolling { -webkit-transition: none; -moz-transition: none; -ms-transition: none; -o-transition: none; transition: none; } /**** Base styles ****/ /**** Isotope styles ****/ /* required for containers to inherit vertical size from window */ .element { position: relative; margin-bottom:30px; height:420px; overflow:hidden; display:block; } .pf_img{ border-radius:5px 5px 0px 0px; } /**** Example Options ****/ #options { max-width:80% !important; margin:0px auto; border-bottom: 1px solid #d7d7d7; border-top: 1px solid #d7d7d7; margin-bottom:30px; } #options h3 { margin-bottom: 0.2em; font-size: 15px; } #options h4 { font-weight: bold; } #options ul { margin: 0 auto; list-style: none; text-align:center; } #options li { display:inline-block; } #options li a { display: block; padding:10px; color:#393939 !important; } #options li a:hover { background-color: #29AAE3; background-image:url(../images/content_bg.png); text-decoration:none; } #options li a:active { background-color: #39D; } #options li a.selected { background-image:url(../images/content_bg.png); text-shadow: none; color:#fff !important; position:relative; } #options li a.selected:after { border-left:7px solid transparent; border-right:7px solid transparent; border-bottom:7px solid #f1f1f1; content: ""; margin-top: 5px; display: block; position: absolute; width: 0; margin-left:-7px; left:50%; bottom:0px; } /* Combination filter options*/ /* The Magnificent Clearfix: nicolasgallagher.com/micro-clearfix-hack/ */ .clearfix:before, .clearfix:after { content: ""; display: table; } .clearfix:after { clear: both; } .clearfix { zoom: 1; }
0.399577
0.093388
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,300,600,400); /****************************************/ /* HEADER */ /****************************************/ #header { background: url("../img/header-bk.png"); height: 75px; padding: .6% 2% 0 2%; } #contactHeader { height: 75px; padding: .6% 2% 0 2%; } #logo { padding: 16px 25px; } .list-header-nav { list-style-type: none; margin-top: 9px; margin-bottom: 0; float: right; margin-right: 10%; } .list-header-nav li { display: inline-block; padding: 15px; } .list-header-nav li a { color: #fff; } .title-tag-line { font-size: 18px !important; font-weight: 300 !important; text-align: center; } /****************************************/ /* Home Top */ /****************************************/ #homeTop { height: 900px; width: 100%; background: url(../img/home-bg.jpg) no-repeat; overflow: hidden; background-size: cover; } #homeTitle h1 { margin-top: 50px; font-family: 'Open Sans', sans-serif; font-weight: 300; text-align: center; color: #FFF; font-size: 2.7rem; } #typeStyle { width: 100%; font-size: 36px; color: #fff; position: absolute; font-family: 'Open Sans', sans-serif; font-weight: 300; } .type-wrap { width: 60%; margin: 0 auto 0 20%; position: absolute; } .typed-cursor{ opacity: 1; -webkit-animation: blink 0.7s infinite; -moz-animation: blink 0.7s infinite; animation: blink 0.7s infinite; } @keyframes blink{ 0% { opacity:1; } 50% { opacity:0; } 100% { opacity:1; } } @-webkit-keyframes blink{ 0% { opacity:1; } 50% { opacity:0; } 100% { opacity:1; } } @-moz-keyframes blink{ 0% { opacity:1; } 50% { opacity:0; } 100% { opacity:1; } } #howToVid { width: 60%; height: 650px; position: relative; border-radius: 10px; overflow: hidden; margin: 120px auto 0 auto; -webkit-box-shadow: -1px 10px 63px 4px rgba(0,0,0,0.5); -moz-box-shadow: -1px 10px 63px 4px rgba(0,0,0,0.5); box-shadow: -1px 10px 63px 4px rgba(0,0,0,0.5); } #howToVid .content { position: absolute; top: 0; left: 0; } #vidPosition { margin: -2.5% 0 0 -15%; width: 130%; } /****************************************/ /* Home About US */ /****************************************/ #aboutTitle { margin-top: 4%; margin-bottom: 4%; } #aboutTitle h1 { font-family: 'Open Sans', sans-serif !important; font-weight: 300; text-align: center; color: #333; font-size: 4rem; } #aboutImg { width: 80%; margin: 0 auto 0 auto; } #aboutText { font-family: 'Open Sans', sans-serif !important; font-weight: 300; color: #333; font-size: 24px; margin: 25px 10% 25px 25px; line-height: 220%; } .title-underline { width: 100px; height: 4px; background-color: #eb1d24; margin: 0 auto 3% auto; } footer{ width: 100% !important; } /****************************************/ /* Our Clients */ /****************************************/ #ourClients{ background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #E0E0E0 100%); background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #E0E0E0 100%); background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #E0E0E0 100%); background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #E0E0E0 100%); background-image: linear-gradient(to bottom, #FFFFFF 0%, #E0E0E0 100%); margin-top: 5%; width: 100%; } #clientsTitle { text-align: center; } #clientsTitle h1 { font-family: 'Open Sans', sans-serif !important; font-weight: 300; color: #333; font-size: 4rem; } #step1 { width: 320px; height: 560px; position: absolute; top: 100%; right: 170%; margin-left: 25em; -webkit-animation: stepOne 1s 1; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-timing-function: ease; animation-timing-function: ease; } #step2 { position: absolute; width: 10em; height: 10em; top: 50%; left: 50%; margin: -80px 0 0 -600px; -webkit-transform: rotate(-90deg); border-radius: 0.5em; -webkit-animation: stepTwo 1s 1; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-timing-function: ease; animation-timing-function: ease; } #step3 { width: 320px; height: 560px; margin-left: 0; position: absolute; -webkit-animation: stepThree 1s 1; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-timing-function: ease; animation-timing-function: ease; } #step4 { position: absolute; width: 10em; height: 10em; top: 50%; left: 50%; margin: -5em 0 0 25em; -webkit-transform: rotate(-270deg); border-radius: 0.5em; -webkit-animation: stepFour 1s 1; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-timing-function: ease; animation-timing-function: ease; } #step5 { width: 320px; height: 560px; position: absolute; top: 100%; left: 50%; margin-left: 400px; -webkit-animation: stepFive 1s 1; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-timing-function: ease; animation-timing-function: ease; } #step6 { width: 160px; height: 160px; top: 150%; left: 50%; opacity: 0; } #step7 { width: 160px; height: 160px; top: 150%; left: 50%; opacity: 0; } #step8 { width: 160px; height: 160px; top: 150%; left: 50%; opacity: 0; } #step9 { width: 160px; height: 160px; top: 150%; left: 50%; opacity: 0; } #step10 { width: 160px; height: 160px; top: 150%; left: 50%; opacity: 0; } .step-1 { background: url(../img/2.jpg) !important; background-size: 100% !important; } .step-2 { background: url(../img/3.jpg) !important; background-size: 100% !important; } .step-3 { background: url(../img/4.jpg) !important; background-size: 100% !important; } .step-4 { background: url(../img/5.jpg) !important; background-size: 100% !important; } .step-5 { background: url(../img/6.jpg) !important; background-size: 100% !important; } .step-6 { background: url(../img/7.jpg) !important; background-size: 100% !important; } .step-7 { background: url(../img/8.jpg) !important; background-size: 100% !important; } .step-8 { background: url(../img/9.jpg) !important; background-size: 100% !important; } .step-9 { background: url(../img/10.jpg) !important; background-size: 100% !important; } .step-10 { background: url(../img/1.jpg) !important; background-size: 100% !important; } @-webkit-keyframes stepOne { 0% { opacity: 0; -webkit-transform: rotate(180deg); width: 160px; height: 160px; border-radius: 8px; top: 125%; } 100% { width: 160px; height: 160px; border-radius: 8px; top: 36%; right: 175%; -webkit-transform: rotate(-180deg); margin-left: 400px; opacity: .5; } } @-webkit-keyframes stepTwo { 0% { -webkit-transform: rotate(-180deg); width: 160px; height: 160px; top: 50%; left: 50%; margin: -80px 0 0 -560px; border-radius: 8px; } 100% { width: 320px; height: 560px; top: 14.3%; left: 174.6%; margin: -80px 0 0 -559.2px; -webkit-transform: rotate(0deg); border-radius: 0; } } @-webkit-keyframes stepThree { 0% { width: 320px; height: 560px; top: 14.3%; left: 174.6%; margin: -80px 0 0 -559.2px; -webkit-transform: rotate(0deg); border-radius: 0; } 100% { width: 160px; height: 160px; top: 50%; left: 50%; margin: -80px 0 0 400px; -webkit-transform: rotate(180deg); border-radius: 8px; opacity: .5; } } @-webkit-keyframes stepFour { 0% { } 100% { width: 160px; height: 160px; top: 150%; left: 50%; -webkit-transform: rotate(360deg); border-radius: 8px; margin-left: 400px; opacity: 0; } } @-webkit-keyframes stepFive { 0% { opacity: 0; } 100% { opacity: 0; position: absolute; top: 135%; margin-left: -175%; border-radius: 8px; width: 160px; height: 160px; left: 0 !important; -webkit-transform: rotate(360deg); } } /****************************************/ /* iPhone */ /****************************************/ #iphone-border { width: 360px; height: 770px; border-radius: 60px; margin: 50px auto 0 auto; z-index: 0 background : rgba(240, 237, 240, 1); background: -moz-linear-gradient(left, rgba(234, 230, 234, 1) 12%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%); background: -webkit-linear-gradient(left, rgba(234, 230, 234, 1) 12%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%); background: -o-linear-gradient(left, rgba(234, 230, 234, 1) 12%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%); background: -ms-linear-gradient(left, rgba(234, 230, 234, 1) 12%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%); background: linear-gradient(to right, rgba(234, 230, 234, 1) 12%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0edf0', endColorstr='#ededed', GradientType=1); } #off-button { width: 56px; height: 4px; background: #eaeaea; position: absolute; z-index: 1; margin: -4px 0 0 240px; } #mute-button { width: 4px; height: 25px; background: #eaeaea; position: absolute; z-index: 1; margin: 105px 0 0 -4px; } #volume-up-button { width: 4px; height: 18px; background: #eaeaea; position: absolute; z-index: 1; margin: 160px 0 0 -4px; } #volume-down-button { width: 4px; height: 18px; background: #eaeaea; position: absolute; z-index: 1; margin: 210px 0 0 -4px; } #side-lines-1 { width: 360px; height: 5px; background: #FFFFFF; position: absolute; z-index: 1; margin: 63px 0 0 0; } #side-lines-2 { width: 360px; height: 5px; background: #FFFFFF; position: absolute; z-index: 1; margin: 695px 0 0 0; } #iphone-color { width: 350px; position: absolute; height: 759px; background: #fff; border-radius: 59px; margin: 5px; z-index: 2; } #iphoneScreen { width: 320px; position: absolute; margin: 98px 0 0 16.5px; padding: 0 0 0 0; height: 562.5px; background: linear-gradient(to right, rgba(181, 206, 225, 1) 0%, rgba(165, 195, 218, 1) 100%); background: rgba(212, 228, 239, 1); background: -moz-linear-gradient(left, rgba(181, 206, 225, 1) 0%, rgba(165, 195, 218, 1) 100%); background: -webkit-linear-gradient(left, rgba(181, 206, 225, 1) 0%, rgba(165, 195, 218, 1) 100%); background: -o-linear-gradient(left, rgba(181, 206, 225, 1) 0%, rgba(165, 195, 218, 1) 100%); background: -ms-linear-gradient(left, rgba(181, 206, 225, 1) 0%, rgba(165, 195, 218, 1) 100%); background: linear-gradient(to right, rgba(181, 206, 225, 1) 0%, rgba(165, 195, 218, 1) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d4e4ef', endColorstr='#86aecc', GradientType=1); } #speaker { border-radius: 10px; width: 60px; height: 10px; background: #000; position: absolute; z-index: 3; margin: 55px 0 0 145px; opacity: .7; } #sensor { border-radius: 10px; width: 10px; height: 10px; background: #000; position: absolute; z-index: 3; margin: 55px 0 0 120px; opacity: .7; } #camera { border-radius: 10px; width: 15px; height: 15px; background: #000; position: absolute; z-index: 3; margin: 25px 0 0 167.5px; opacity: .7; } #home-button-border { border-radius: 68px; width: 68px; height: 68px; position: absolute; z-index: 10; margin: 675px 142px 0 142px; background: rgba(240, 237, 240, 1); background: -moz-linear-gradient(left, rgba(234, 230, 234, 1) 12%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%); background: -webkit-linear-gradient(left, rgba(234, 230, 234, 1) 12%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%); background: -o-linear-gradient(left, rgba(234, 230, 234, 1) 12%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%); background: -ms-linear-gradient(left, rgba(234, 230, 234, 1) 12%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%); background: linear-gradient(to right, rgba(234, 230, 234, 1) 12%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0edf0', endColorstr='#ededed', GradientType=1); } #home-button-color { border-radius: 60px; width: 60px; height: 60px; background: #fff; position: absolute; z-index: 4; margin: 4px; } #leftSideLine { width: 5%; height: 75%; margin: 28% 0 0 0; background: #fff; position: absolute; border-right: solid 2px; z-index: 9; } #rightSideLine { width: 4%; height: 74.4%; margin: 27.5% 0 0 96%; background: #fff; position: absolute; border-left: solid 2px; z-index: 9; } #topEffect { width: 92%; height: 4.2%; z-index: 9; border-bottom: solid 2px #000; margin: 19% 0 0 4.5%; position: absolute; background: #fff; } #bottomEffect { width: 92%; height: 5%; z-index: 9; border-top: solid 2px #000; margin: 188% 0 0 4.3%; position: absolute; background: #fff; } #shoutOutSlider { margin-bottom: 30%; margin-top: 25%; } /****************************************/ /* Found and Sold */ /****************************************/ #foundTitle { margin-top: 5%; margin-bottom: 2%; color: #fff; text-align: center; } #foundTitle h1 { font-family: 'Open Sans', sans-serif !important; font-weight: 300; color: #fff; font-size: 4rem; } #foundSold { background: url(../img/foundandsoldbg.jpg) no-repeat center; width: 100%; height: 665px; background-size: cover; margin-top: -1%; } .found-shoes { margin-top: 6%; } /****************************************/ /* Found and Sold Shoe Slider*/ /****************************************/ #shoeSliderImg1 { width: 0; margin-left: -1px; overflow: hidden; position: absolute; } #shoeSliderImg2 { margin-left: 651px; width: 600px; left: 0; overflow: hidden; position: absolute; } .shoeEffect1 { width: 600px; height: 700px; } .shoeEffect2 { width: 100%; height: 700px; margin-left: 0; } #shoeImg1 { background: url(../img/sold-1.png) no-repeat; } #shoeImg2 { background: url(../img/sold-2.png) no-repeat; } #shoeImg3 { background: url(../img/sold-3.png) no-repeat; } .shoe-slider { width: 600px; min-height: 500px; } /****************************************/ /* Contact */ /****************************************/ #contactTitle { margin-top: 5%; margin-bottom: 2%; color: #fff; text-align: center; } #contactTitle h1 { font-family: 'Open Sans', sans-serif !important; font-weight: 300; color: #333; font-size: 4rem; } #contactTitle p { font-family: 'Open Sans', sans-serif !important; font-weight: 300; color: #333; } #contactUs { background: url(../img/BG-Contact.jpg) no-repeat center; width: 100%; height: 900px; margin-top: -1%; background-size: cover; } /****************************************/ /* Contact Page */ /****************************************/ #contactTop { height: 575px; margin-top: -75px; background-size: 126% !important; background-position-x: center !important; background-position-y: -249px !important; width: 100%; background: url(../img/sneaker-banner-3.jpg) no-repeat; overflow: hidden; } #contactPageTitle h1 { font-family: 'Open Sans', sans-serif !important; font-weight: 300; font-size: 4rem; margin-top: 180px; text-align: center; color: #FFF; } footer{ margin-top: 0 !important; } #contactPageTitle .title-tag-line { color: #FFF !important; } .contact-info { margin-top: 6%; margin-bottom: 20%; } /****************************************/ /* Checkout Page */ /****************************************/ #checkOutTop { height: 575px; margin-top: -75px; background-size: 126% !important; background-position-x: center !important; background-position-y: -250px !important; width: 100%; background: url(../img/sneaker-banner-4.jpg) no-repeat; overflow: hidden; } #checkOutPageTitle h1 { font-family: 'Open Sans', sans-serif !important; font-weight: 300; font-size: 4rem; margin-top: 180px; text-align: center; color: #FFF; } #checkOutPageTitle .title-tag-line { color: #FFF !important; } #checkOutForm { width: 76%; margin-left: 12%; padding: 1% 5% 15% 5%; height: 750px; background: #EDEDED; border-radius: 10px; margin-top: 50px; border-top: solid 6px #ec1d24; border-left: solid 1px #E0E0E0; border-bottom: double 6px #E0E0E0; } .row .form-container { margin-bottom: 8%; } .container #howWeWork { margin: 8% 0 3% 0; color: #9c9d9c; font-weight: 300; font-family: 'Open Sans', sans-serif !important; text-align: center; } .container #howWeWork u { color: #5c92ec; } .container #disclaimer span { font-weight: 600 !important; } .container #disclaimer { color: #9c9d9c; margin: 0 0 8% 0; font-family: 'Open Sans', sans-serif !important; text-align: center; } .dope-shadow{ background: url(../img/form-shadow.png) no-repeat; background-size: 100% 73%; height: 60px; width: 0; margin-left: 0; opacity: .4; margin-top: -22px; position: absolute; z-index: -1; } #checkOutFormTitle h4{ text-align: center; font-family: 'Open Sans', sans-serif !important; font-weight: 400; color: #b3b3b3; margin-bottom: 3%; } #checkOutForm form button{ margin-top: 4%; } /****************************************/ /* Sign Up Page */ /****************************************/ #signUpTop { height: 575px; margin-top: -75px; background-size: 126% !important; background-position-x: center !important; background-position-y: -230px !important; width: 100%; background: url(../img/sneaker-banner-5.jpg) no-repeat; overflow: hidden; } #signUpPageTitle h1 { font-family: 'Open Sans', sans-serif !important; font-weight: 300; font-size: 4rem; margin-top: 180px; text-align: center; color: #FFF; } #signUpPageTitle .title-tag-line { color: #FFF !important; } #signUpForm { padding: 1% 1% 3% 3%; height: 100%; background: #EDEDED; border-radius: 10px; margin-top: 50px; border-top: solid 6px #EC1D24; border-left: solid 1px #E0E0E0; border-bottom: double 6px #E0E0E0; } #signUpBtn { margin-top: 5% ; } .dope-shadow{ background: url(../img/form-shadow.png) no-repeat; background-size: 100% 73%; height: 60px; width: 0; margin-left: 0; opacity: .4; margin-top: -22px; position: absolute; z-index: -1; } #signUpFormTitle h4{ text-align: center; font-family: 'Open Sans', sans-serif !important; font-weight: 300; font-size: 40px; color: #b3b3b3; margin-bottom: 5%; } #signUpFormTitle h5{ font-family: 'Open Sans', sans-serif !important; font-weight: 400; color: #b3b3b3; margin-bottom: 3%; } .vdivider { background: #DADADA; width: 2px; height: 300px; position: absolute; margin: 50px auto 0 23.3%; } #oldUser{ padding: 5% 10% 0 4%; } #newUser{ padding: 5% 0 0 12%; } /****************************************/ /* Gallery Page */ /****************************************/ .container.gallery { margin-top: 5%; margin-bottom: 5%; } .user-form-toggle { margin-top: 8%; } .hide{ display: none; } .user-form-toggle div label{ height: 14px; line-height: 14px; font-size: 24px; font-family: 'Open Sans', sans-serif !important; font-weight: 300; } .card:hover { -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); -moz-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); } #galleryTop { height: 575px; margin-top: -75px; background-size: 126% !important; background-position-x: center !important; background-position-y: -185px !important; width: 100%; background: url(../img/sneaker-banner-2.jpg) no-repeat; overflow: hidden; } #galleryPageTitle h1 { font-family: 'Open Sans', sans-serif !important; font-weight: 300; font-size: 4rem; margin-top: 180px; text-align: center; color: #FFF; } #galleryPageTitle .title-tag-line { color: #FFF !important; } #galleryForm { width: 76%; margin-left: 12%; padding: 1% 5% 6% 3%; height: 100%; background: #EDEDED; border-radius: 10px; margin-top: 50px; border-top: solid 6px #EC1D24; border-left: solid 1px #E0E0E0; border-bottom: double 6px #E0E0E0; } .email-register{ display: none; } #shoeRequestForm { width: 76%; margin-left: 12%; padding: 1% 5% 15% 5%; height: 635px; background: #EDEDED; border-radius: 10px; margin-top: 50px; border-top: solid 6px #ec1d24; border-left: solid 1px #E0E0E0; border-bottom: double 6px #E0E0E0; } .Request-price { color: #FF4B4B; font-size: 24px; margin: 0px 14px 0 0; }
public/static/css/carlos.css
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,300,600,400); /****************************************/ /* HEADER */ /****************************************/ #header { background: url("../img/header-bk.png"); height: 75px; padding: .6% 2% 0 2%; } #contactHeader { height: 75px; padding: .6% 2% 0 2%; } #logo { padding: 16px 25px; } .list-header-nav { list-style-type: none; margin-top: 9px; margin-bottom: 0; float: right; margin-right: 10%; } .list-header-nav li { display: inline-block; padding: 15px; } .list-header-nav li a { color: #fff; } .title-tag-line { font-size: 18px !important; font-weight: 300 !important; text-align: center; } /****************************************/ /* Home Top */ /****************************************/ #homeTop { height: 900px; width: 100%; background: url(../img/home-bg.jpg) no-repeat; overflow: hidden; background-size: cover; } #homeTitle h1 { margin-top: 50px; font-family: 'Open Sans', sans-serif; font-weight: 300; text-align: center; color: #FFF; font-size: 2.7rem; } #typeStyle { width: 100%; font-size: 36px; color: #fff; position: absolute; font-family: 'Open Sans', sans-serif; font-weight: 300; } .type-wrap { width: 60%; margin: 0 auto 0 20%; position: absolute; } .typed-cursor{ opacity: 1; -webkit-animation: blink 0.7s infinite; -moz-animation: blink 0.7s infinite; animation: blink 0.7s infinite; } @keyframes blink{ 0% { opacity:1; } 50% { opacity:0; } 100% { opacity:1; } } @-webkit-keyframes blink{ 0% { opacity:1; } 50% { opacity:0; } 100% { opacity:1; } } @-moz-keyframes blink{ 0% { opacity:1; } 50% { opacity:0; } 100% { opacity:1; } } #howToVid { width: 60%; height: 650px; position: relative; border-radius: 10px; overflow: hidden; margin: 120px auto 0 auto; -webkit-box-shadow: -1px 10px 63px 4px rgba(0,0,0,0.5); -moz-box-shadow: -1px 10px 63px 4px rgba(0,0,0,0.5); box-shadow: -1px 10px 63px 4px rgba(0,0,0,0.5); } #howToVid .content { position: absolute; top: 0; left: 0; } #vidPosition { margin: -2.5% 0 0 -15%; width: 130%; } /****************************************/ /* Home About US */ /****************************************/ #aboutTitle { margin-top: 4%; margin-bottom: 4%; } #aboutTitle h1 { font-family: 'Open Sans', sans-serif !important; font-weight: 300; text-align: center; color: #333; font-size: 4rem; } #aboutImg { width: 80%; margin: 0 auto 0 auto; } #aboutText { font-family: 'Open Sans', sans-serif !important; font-weight: 300; color: #333; font-size: 24px; margin: 25px 10% 25px 25px; line-height: 220%; } .title-underline { width: 100px; height: 4px; background-color: #eb1d24; margin: 0 auto 3% auto; } footer{ width: 100% !important; } /****************************************/ /* Our Clients */ /****************************************/ #ourClients{ background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #E0E0E0 100%); background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #E0E0E0 100%); background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #E0E0E0 100%); background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #E0E0E0 100%); background-image: linear-gradient(to bottom, #FFFFFF 0%, #E0E0E0 100%); margin-top: 5%; width: 100%; } #clientsTitle { text-align: center; } #clientsTitle h1 { font-family: 'Open Sans', sans-serif !important; font-weight: 300; color: #333; font-size: 4rem; } #step1 { width: 320px; height: 560px; position: absolute; top: 100%; right: 170%; margin-left: 25em; -webkit-animation: stepOne 1s 1; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-timing-function: ease; animation-timing-function: ease; } #step2 { position: absolute; width: 10em; height: 10em; top: 50%; left: 50%; margin: -80px 0 0 -600px; -webkit-transform: rotate(-90deg); border-radius: 0.5em; -webkit-animation: stepTwo 1s 1; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-timing-function: ease; animation-timing-function: ease; } #step3 { width: 320px; height: 560px; margin-left: 0; position: absolute; -webkit-animation: stepThree 1s 1; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-timing-function: ease; animation-timing-function: ease; } #step4 { position: absolute; width: 10em; height: 10em; top: 50%; left: 50%; margin: -5em 0 0 25em; -webkit-transform: rotate(-270deg); border-radius: 0.5em; -webkit-animation: stepFour 1s 1; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-timing-function: ease; animation-timing-function: ease; } #step5 { width: 320px; height: 560px; position: absolute; top: 100%; left: 50%; margin-left: 400px; -webkit-animation: stepFive 1s 1; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-timing-function: ease; animation-timing-function: ease; } #step6 { width: 160px; height: 160px; top: 150%; left: 50%; opacity: 0; } #step7 { width: 160px; height: 160px; top: 150%; left: 50%; opacity: 0; } #step8 { width: 160px; height: 160px; top: 150%; left: 50%; opacity: 0; } #step9 { width: 160px; height: 160px; top: 150%; left: 50%; opacity: 0; } #step10 { width: 160px; height: 160px; top: 150%; left: 50%; opacity: 0; } .step-1 { background: url(../img/2.jpg) !important; background-size: 100% !important; } .step-2 { background: url(../img/3.jpg) !important; background-size: 100% !important; } .step-3 { background: url(../img/4.jpg) !important; background-size: 100% !important; } .step-4 { background: url(../img/5.jpg) !important; background-size: 100% !important; } .step-5 { background: url(../img/6.jpg) !important; background-size: 100% !important; } .step-6 { background: url(../img/7.jpg) !important; background-size: 100% !important; } .step-7 { background: url(../img/8.jpg) !important; background-size: 100% !important; } .step-8 { background: url(../img/9.jpg) !important; background-size: 100% !important; } .step-9 { background: url(../img/10.jpg) !important; background-size: 100% !important; } .step-10 { background: url(../img/1.jpg) !important; background-size: 100% !important; } @-webkit-keyframes stepOne { 0% { opacity: 0; -webkit-transform: rotate(180deg); width: 160px; height: 160px; border-radius: 8px; top: 125%; } 100% { width: 160px; height: 160px; border-radius: 8px; top: 36%; right: 175%; -webkit-transform: rotate(-180deg); margin-left: 400px; opacity: .5; } } @-webkit-keyframes stepTwo { 0% { -webkit-transform: rotate(-180deg); width: 160px; height: 160px; top: 50%; left: 50%; margin: -80px 0 0 -560px; border-radius: 8px; } 100% { width: 320px; height: 560px; top: 14.3%; left: 174.6%; margin: -80px 0 0 -559.2px; -webkit-transform: rotate(0deg); border-radius: 0; } } @-webkit-keyframes stepThree { 0% { width: 320px; height: 560px; top: 14.3%; left: 174.6%; margin: -80px 0 0 -559.2px; -webkit-transform: rotate(0deg); border-radius: 0; } 100% { width: 160px; height: 160px; top: 50%; left: 50%; margin: -80px 0 0 400px; -webkit-transform: rotate(180deg); border-radius: 8px; opacity: .5; } } @-webkit-keyframes stepFour { 0% { } 100% { width: 160px; height: 160px; top: 150%; left: 50%; -webkit-transform: rotate(360deg); border-radius: 8px; margin-left: 400px; opacity: 0; } } @-webkit-keyframes stepFive { 0% { opacity: 0; } 100% { opacity: 0; position: absolute; top: 135%; margin-left: -175%; border-radius: 8px; width: 160px; height: 160px; left: 0 !important; -webkit-transform: rotate(360deg); } } /****************************************/ /* iPhone */ /****************************************/ #iphone-border { width: 360px; height: 770px; border-radius: 60px; margin: 50px auto 0 auto; z-index: 0 background : rgba(240, 237, 240, 1); background: -moz-linear-gradient(left, rgba(234, 230, 234, 1) 12%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%); background: -webkit-linear-gradient(left, rgba(234, 230, 234, 1) 12%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%); background: -o-linear-gradient(left, rgba(234, 230, 234, 1) 12%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%); background: -ms-linear-gradient(left, rgba(234, 230, 234, 1) 12%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%); background: linear-gradient(to right, rgba(234, 230, 234, 1) 12%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0edf0', endColorstr='#ededed', GradientType=1); } #off-button { width: 56px; height: 4px; background: #eaeaea; position: absolute; z-index: 1; margin: -4px 0 0 240px; } #mute-button { width: 4px; height: 25px; background: #eaeaea; position: absolute; z-index: 1; margin: 105px 0 0 -4px; } #volume-up-button { width: 4px; height: 18px; background: #eaeaea; position: absolute; z-index: 1; margin: 160px 0 0 -4px; } #volume-down-button { width: 4px; height: 18px; background: #eaeaea; position: absolute; z-index: 1; margin: 210px 0 0 -4px; } #side-lines-1 { width: 360px; height: 5px; background: #FFFFFF; position: absolute; z-index: 1; margin: 63px 0 0 0; } #side-lines-2 { width: 360px; height: 5px; background: #FFFFFF; position: absolute; z-index: 1; margin: 695px 0 0 0; } #iphone-color { width: 350px; position: absolute; height: 759px; background: #fff; border-radius: 59px; margin: 5px; z-index: 2; } #iphoneScreen { width: 320px; position: absolute; margin: 98px 0 0 16.5px; padding: 0 0 0 0; height: 562.5px; background: linear-gradient(to right, rgba(181, 206, 225, 1) 0%, rgba(165, 195, 218, 1) 100%); background: rgba(212, 228, 239, 1); background: -moz-linear-gradient(left, rgba(181, 206, 225, 1) 0%, rgba(165, 195, 218, 1) 100%); background: -webkit-linear-gradient(left, rgba(181, 206, 225, 1) 0%, rgba(165, 195, 218, 1) 100%); background: -o-linear-gradient(left, rgba(181, 206, 225, 1) 0%, rgba(165, 195, 218, 1) 100%); background: -ms-linear-gradient(left, rgba(181, 206, 225, 1) 0%, rgba(165, 195, 218, 1) 100%); background: linear-gradient(to right, rgba(181, 206, 225, 1) 0%, rgba(165, 195, 218, 1) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d4e4ef', endColorstr='#86aecc', GradientType=1); } #speaker { border-radius: 10px; width: 60px; height: 10px; background: #000; position: absolute; z-index: 3; margin: 55px 0 0 145px; opacity: .7; } #sensor { border-radius: 10px; width: 10px; height: 10px; background: #000; position: absolute; z-index: 3; margin: 55px 0 0 120px; opacity: .7; } #camera { border-radius: 10px; width: 15px; height: 15px; background: #000; position: absolute; z-index: 3; margin: 25px 0 0 167.5px; opacity: .7; } #home-button-border { border-radius: 68px; width: 68px; height: 68px; position: absolute; z-index: 10; margin: 675px 142px 0 142px; background: rgba(240, 237, 240, 1); background: -moz-linear-gradient(left, rgba(234, 230, 234, 1) 12%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%); background: -webkit-linear-gradient(left, rgba(234, 230, 234, 1) 12%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%); background: -o-linear-gradient(left, rgba(234, 230, 234, 1) 12%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%); background: -ms-linear-gradient(left, rgba(234, 230, 234, 1) 12%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%); background: linear-gradient(to right, rgba(234, 230, 234, 1) 12%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0edf0', endColorstr='#ededed', GradientType=1); } #home-button-color { border-radius: 60px; width: 60px; height: 60px; background: #fff; position: absolute; z-index: 4; margin: 4px; } #leftSideLine { width: 5%; height: 75%; margin: 28% 0 0 0; background: #fff; position: absolute; border-right: solid 2px; z-index: 9; } #rightSideLine { width: 4%; height: 74.4%; margin: 27.5% 0 0 96%; background: #fff; position: absolute; border-left: solid 2px; z-index: 9; } #topEffect { width: 92%; height: 4.2%; z-index: 9; border-bottom: solid 2px #000; margin: 19% 0 0 4.5%; position: absolute; background: #fff; } #bottomEffect { width: 92%; height: 5%; z-index: 9; border-top: solid 2px #000; margin: 188% 0 0 4.3%; position: absolute; background: #fff; } #shoutOutSlider { margin-bottom: 30%; margin-top: 25%; } /****************************************/ /* Found and Sold */ /****************************************/ #foundTitle { margin-top: 5%; margin-bottom: 2%; color: #fff; text-align: center; } #foundTitle h1 { font-family: 'Open Sans', sans-serif !important; font-weight: 300; color: #fff; font-size: 4rem; } #foundSold { background: url(../img/foundandsoldbg.jpg) no-repeat center; width: 100%; height: 665px; background-size: cover; margin-top: -1%; } .found-shoes { margin-top: 6%; } /****************************************/ /* Found and Sold Shoe Slider*/ /****************************************/ #shoeSliderImg1 { width: 0; margin-left: -1px; overflow: hidden; position: absolute; } #shoeSliderImg2 { margin-left: 651px; width: 600px; left: 0; overflow: hidden; position: absolute; } .shoeEffect1 { width: 600px; height: 700px; } .shoeEffect2 { width: 100%; height: 700px; margin-left: 0; } #shoeImg1 { background: url(../img/sold-1.png) no-repeat; } #shoeImg2 { background: url(../img/sold-2.png) no-repeat; } #shoeImg3 { background: url(../img/sold-3.png) no-repeat; } .shoe-slider { width: 600px; min-height: 500px; } /****************************************/ /* Contact */ /****************************************/ #contactTitle { margin-top: 5%; margin-bottom: 2%; color: #fff; text-align: center; } #contactTitle h1 { font-family: 'Open Sans', sans-serif !important; font-weight: 300; color: #333; font-size: 4rem; } #contactTitle p { font-family: 'Open Sans', sans-serif !important; font-weight: 300; color: #333; } #contactUs { background: url(../img/BG-Contact.jpg) no-repeat center; width: 100%; height: 900px; margin-top: -1%; background-size: cover; } /****************************************/ /* Contact Page */ /****************************************/ #contactTop { height: 575px; margin-top: -75px; background-size: 126% !important; background-position-x: center !important; background-position-y: -249px !important; width: 100%; background: url(../img/sneaker-banner-3.jpg) no-repeat; overflow: hidden; } #contactPageTitle h1 { font-family: 'Open Sans', sans-serif !important; font-weight: 300; font-size: 4rem; margin-top: 180px; text-align: center; color: #FFF; } footer{ margin-top: 0 !important; } #contactPageTitle .title-tag-line { color: #FFF !important; } .contact-info { margin-top: 6%; margin-bottom: 20%; } /****************************************/ /* Checkout Page */ /****************************************/ #checkOutTop { height: 575px; margin-top: -75px; background-size: 126% !important; background-position-x: center !important; background-position-y: -250px !important; width: 100%; background: url(../img/sneaker-banner-4.jpg) no-repeat; overflow: hidden; } #checkOutPageTitle h1 { font-family: 'Open Sans', sans-serif !important; font-weight: 300; font-size: 4rem; margin-top: 180px; text-align: center; color: #FFF; } #checkOutPageTitle .title-tag-line { color: #FFF !important; } #checkOutForm { width: 76%; margin-left: 12%; padding: 1% 5% 15% 5%; height: 750px; background: #EDEDED; border-radius: 10px; margin-top: 50px; border-top: solid 6px #ec1d24; border-left: solid 1px #E0E0E0; border-bottom: double 6px #E0E0E0; } .row .form-container { margin-bottom: 8%; } .container #howWeWork { margin: 8% 0 3% 0; color: #9c9d9c; font-weight: 300; font-family: 'Open Sans', sans-serif !important; text-align: center; } .container #howWeWork u { color: #5c92ec; } .container #disclaimer span { font-weight: 600 !important; } .container #disclaimer { color: #9c9d9c; margin: 0 0 8% 0; font-family: 'Open Sans', sans-serif !important; text-align: center; } .dope-shadow{ background: url(../img/form-shadow.png) no-repeat; background-size: 100% 73%; height: 60px; width: 0; margin-left: 0; opacity: .4; margin-top: -22px; position: absolute; z-index: -1; } #checkOutFormTitle h4{ text-align: center; font-family: 'Open Sans', sans-serif !important; font-weight: 400; color: #b3b3b3; margin-bottom: 3%; } #checkOutForm form button{ margin-top: 4%; } /****************************************/ /* Sign Up Page */ /****************************************/ #signUpTop { height: 575px; margin-top: -75px; background-size: 126% !important; background-position-x: center !important; background-position-y: -230px !important; width: 100%; background: url(../img/sneaker-banner-5.jpg) no-repeat; overflow: hidden; } #signUpPageTitle h1 { font-family: 'Open Sans', sans-serif !important; font-weight: 300; font-size: 4rem; margin-top: 180px; text-align: center; color: #FFF; } #signUpPageTitle .title-tag-line { color: #FFF !important; } #signUpForm { padding: 1% 1% 3% 3%; height: 100%; background: #EDEDED; border-radius: 10px; margin-top: 50px; border-top: solid 6px #EC1D24; border-left: solid 1px #E0E0E0; border-bottom: double 6px #E0E0E0; } #signUpBtn { margin-top: 5% ; } .dope-shadow{ background: url(../img/form-shadow.png) no-repeat; background-size: 100% 73%; height: 60px; width: 0; margin-left: 0; opacity: .4; margin-top: -22px; position: absolute; z-index: -1; } #signUpFormTitle h4{ text-align: center; font-family: 'Open Sans', sans-serif !important; font-weight: 300; font-size: 40px; color: #b3b3b3; margin-bottom: 5%; } #signUpFormTitle h5{ font-family: 'Open Sans', sans-serif !important; font-weight: 400; color: #b3b3b3; margin-bottom: 3%; } .vdivider { background: #DADADA; width: 2px; height: 300px; position: absolute; margin: 50px auto 0 23.3%; } #oldUser{ padding: 5% 10% 0 4%; } #newUser{ padding: 5% 0 0 12%; } /****************************************/ /* Gallery Page */ /****************************************/ .container.gallery { margin-top: 5%; margin-bottom: 5%; } .user-form-toggle { margin-top: 8%; } .hide{ display: none; } .user-form-toggle div label{ height: 14px; line-height: 14px; font-size: 24px; font-family: 'Open Sans', sans-serif !important; font-weight: 300; } .card:hover { -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); -moz-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); } #galleryTop { height: 575px; margin-top: -75px; background-size: 126% !important; background-position-x: center !important; background-position-y: -185px !important; width: 100%; background: url(../img/sneaker-banner-2.jpg) no-repeat; overflow: hidden; } #galleryPageTitle h1 { font-family: 'Open Sans', sans-serif !important; font-weight: 300; font-size: 4rem; margin-top: 180px; text-align: center; color: #FFF; } #galleryPageTitle .title-tag-line { color: #FFF !important; } #galleryForm { width: 76%; margin-left: 12%; padding: 1% 5% 6% 3%; height: 100%; background: #EDEDED; border-radius: 10px; margin-top: 50px; border-top: solid 6px #EC1D24; border-left: solid 1px #E0E0E0; border-bottom: double 6px #E0E0E0; } .email-register{ display: none; } #shoeRequestForm { width: 76%; margin-left: 12%; padding: 1% 5% 15% 5%; height: 635px; background: #EDEDED; border-radius: 10px; margin-top: 50px; border-top: solid 6px #ec1d24; border-left: solid 1px #E0E0E0; border-bottom: double 6px #E0E0E0; } .Request-price { color: #FF4B4B; font-size: 24px; margin: 0px 14px 0 0; }
0.362066
0.074939
@import url('https://fonts.googleapis.com/css?family=Pacifico'); @import url('https://fonts.googleapis.com/css?family=Quicksand'); body{ background: linear-gradient(-10deg,#0a0a0a,#0a0a0a,#050505)!important; } .triside{ display: grid; grid-template: "janela1 janela2 janela3" ; grid-gap: 5px; grid-template-rows: 50vh auto auto; margin-left: 40%; margin-right: 40%; margin-top: 50px; } .janela1{ grid-area: janela1; margin-top: 20px; background-image: url('https://images.wallpaperscraft.com/image/tokyo_bridge_night_buildings_skyscrapers_59573_800x600.jpg'); background-repeat: no-repeat; background-position: center; background-attachment: fixed; } .janela2{ grid-area: janela2; margin-bottom: 10px; background-image: url('https://images.wallpaperscraft.com/image/tokyo_bridge_night_buildings_skyscrapers_59573_800x600.jpg'); background-repeat: no-repeat; background-position: center; background-attachment: fixed; } .janela3{ grid-area: janela3; margin-top: 20px; background-image: url('https://images.wallpaperscraft.com/image/tokyo_bridge_night_buildings_skyscrapers_59573_800x600.jpg'); background-repeat: no-repeat; background-position: center; background-attachment: fixed; } .subtexto{ font-family: 'Quicksand'; } .subtexto a{ color: white; } .btn-turismo{ border: solid 1px white !important; border-radius: 5px; color: white !important; } .btn-turismo:hover{ background: #00a0c4; } .btn-turismo1{ border: solid 1px black !important; border-radius: 5px; color: black !important; } .btn-turismo2{ border: solid 1px white !important; border-radius: 5px; color: white !important; } @media(max-width: 990px){ .triside{ margin-left: 37%; margin-right: 37%; } } @media(max-width: 768px){ .triside{ margin-left: 33%; margin-right: 33%; } } @media(max-width: 468px){ .triside{ margin-left: 30%; margin-right: 30%; } } @media(max-width: 400px){ .triside{ margin-left: 28%; margin-right: 28%; } } @media(max-width: 350px){ .triside{ margin-left: 23%; margin-right: 23%; } } .grade1{ background-image: url('https://images.wallpaperscraft.com/image/mountains_night_sky_road_bends_darkness_63269_1366x768.jpg'); background-repeat: no-repeat; background-position: center; background-attachment: fixed; height: 300px; } .grade2{ background-image: url('https://images.wallpaperscraft.com/image/city_paris_eiffel_tower_bokeh_focus_blur_58862_1366x768.jpg'); background-repeat: no-repeat; background-position: center; background-attachment: fixed; height: 300px; } .footergl{ display: grid; grid-template: "logos direitos social" ; padding-top: 10px; } @media(max-width:510px){ .footergl{ grid-template: "direitos" "social" "logos" ; } .logos{ text-align: center; } .direitos{ text-align: center; } .social{ text-align: center; } } .logos{ grid-area: logos; text-decoration: none; } .logos a{ text-decoration: none; color: white; } .direitos{ grid-area: direitos; text-align: center; } .social{ grid-area: social; } .locais{ display: grid; grid-template: "paris ny tokyo" ; grid-gap: 5px; } .paris{ grid-area: paris; background-image: url('https://images.wallpaperscraft.com/image/paris_france_trees_landscape_62384_800x600.jpg'); background-repeat: no-repeat; background-position: center; background-attachment: scroll; background-size: cover; height: 300px; } .ny{ grid-area: ny; background-image: url('https://images.wallpaperscraft.com/image/new_york_usa_skyscrapers_beach_117549_800x600.jpg'); background-repeat: no-repeat; background-position: center; background-attachment: scroll; background-size: cover; height: 300px; } .tokyo{ grid-area: tokyo; background-image: url('https://images.wallpaperscraft.com/image/tokyo_bridge_night_buildings_skyscrapers_59573_800x600.jpg'); background-repeat: no-repeat; background-position: center; background-attachment: scroll; background-size: cover; height: 300px; } @media(max-width: 510px){ .locais{ grid-template: "paris" "ny" "tokyo" ; } } /*Social midia buttons */ .wp{ border: 1px solid white; list-style: none; font-size: 20px; color: #fff; padding: 15px 15px; transition: .5s; border-radius: 5%; } .gh{ border: 1px solid white; list-style: none; font-size: 20px; color: #fff; padding: 15px 15px; transition: .5s; border-radius: 5%; } .fb{ border: 1px solid white; list-style: none; font-size: 20px; color: #fff; padding: 15px 15px; transition: .5s; border-radius: 5%; } .fb:hover{ color: white; border: 1px solid white; box-shadow: 0px 1px 6px #0f7dfc; background-color: #0f7dfc; transition: 0.70s; } .gh:hover{ color: white; border: 1px solid white; box-shadow: 0px 1px 6px #7405fc; transition: 0.70s; background: linear-gradient(20deg,#9d05fc,#7405fc,#ebfc05); /*Change colors as you want*/ background-size: 1000% 1000% !important; } .wp:hover{ color: white; border: 1px solid white; box-shadow: 0px 1px 6px #04f731; transition: 0.70s; background: linear-gradient(20deg,#15f709,#04f731,#04f78e); /*Change colors as you want*/ background-size: 1000% 1000% !important; }
css/style.css
@import url('https://fonts.googleapis.com/css?family=Pacifico'); @import url('https://fonts.googleapis.com/css?family=Quicksand'); body{ background: linear-gradient(-10deg,#0a0a0a,#0a0a0a,#050505)!important; } .triside{ display: grid; grid-template: "janela1 janela2 janela3" ; grid-gap: 5px; grid-template-rows: 50vh auto auto; margin-left: 40%; margin-right: 40%; margin-top: 50px; } .janela1{ grid-area: janela1; margin-top: 20px; background-image: url('https://images.wallpaperscraft.com/image/tokyo_bridge_night_buildings_skyscrapers_59573_800x600.jpg'); background-repeat: no-repeat; background-position: center; background-attachment: fixed; } .janela2{ grid-area: janela2; margin-bottom: 10px; background-image: url('https://images.wallpaperscraft.com/image/tokyo_bridge_night_buildings_skyscrapers_59573_800x600.jpg'); background-repeat: no-repeat; background-position: center; background-attachment: fixed; } .janela3{ grid-area: janela3; margin-top: 20px; background-image: url('https://images.wallpaperscraft.com/image/tokyo_bridge_night_buildings_skyscrapers_59573_800x600.jpg'); background-repeat: no-repeat; background-position: center; background-attachment: fixed; } .subtexto{ font-family: 'Quicksand'; } .subtexto a{ color: white; } .btn-turismo{ border: solid 1px white !important; border-radius: 5px; color: white !important; } .btn-turismo:hover{ background: #00a0c4; } .btn-turismo1{ border: solid 1px black !important; border-radius: 5px; color: black !important; } .btn-turismo2{ border: solid 1px white !important; border-radius: 5px; color: white !important; } @media(max-width: 990px){ .triside{ margin-left: 37%; margin-right: 37%; } } @media(max-width: 768px){ .triside{ margin-left: 33%; margin-right: 33%; } } @media(max-width: 468px){ .triside{ margin-left: 30%; margin-right: 30%; } } @media(max-width: 400px){ .triside{ margin-left: 28%; margin-right: 28%; } } @media(max-width: 350px){ .triside{ margin-left: 23%; margin-right: 23%; } } .grade1{ background-image: url('https://images.wallpaperscraft.com/image/mountains_night_sky_road_bends_darkness_63269_1366x768.jpg'); background-repeat: no-repeat; background-position: center; background-attachment: fixed; height: 300px; } .grade2{ background-image: url('https://images.wallpaperscraft.com/image/city_paris_eiffel_tower_bokeh_focus_blur_58862_1366x768.jpg'); background-repeat: no-repeat; background-position: center; background-attachment: fixed; height: 300px; } .footergl{ display: grid; grid-template: "logos direitos social" ; padding-top: 10px; } @media(max-width:510px){ .footergl{ grid-template: "direitos" "social" "logos" ; } .logos{ text-align: center; } .direitos{ text-align: center; } .social{ text-align: center; } } .logos{ grid-area: logos; text-decoration: none; } .logos a{ text-decoration: none; color: white; } .direitos{ grid-area: direitos; text-align: center; } .social{ grid-area: social; } .locais{ display: grid; grid-template: "paris ny tokyo" ; grid-gap: 5px; } .paris{ grid-area: paris; background-image: url('https://images.wallpaperscraft.com/image/paris_france_trees_landscape_62384_800x600.jpg'); background-repeat: no-repeat; background-position: center; background-attachment: scroll; background-size: cover; height: 300px; } .ny{ grid-area: ny; background-image: url('https://images.wallpaperscraft.com/image/new_york_usa_skyscrapers_beach_117549_800x600.jpg'); background-repeat: no-repeat; background-position: center; background-attachment: scroll; background-size: cover; height: 300px; } .tokyo{ grid-area: tokyo; background-image: url('https://images.wallpaperscraft.com/image/tokyo_bridge_night_buildings_skyscrapers_59573_800x600.jpg'); background-repeat: no-repeat; background-position: center; background-attachment: scroll; background-size: cover; height: 300px; } @media(max-width: 510px){ .locais{ grid-template: "paris" "ny" "tokyo" ; } } /*Social midia buttons */ .wp{ border: 1px solid white; list-style: none; font-size: 20px; color: #fff; padding: 15px 15px; transition: .5s; border-radius: 5%; } .gh{ border: 1px solid white; list-style: none; font-size: 20px; color: #fff; padding: 15px 15px; transition: .5s; border-radius: 5%; } .fb{ border: 1px solid white; list-style: none; font-size: 20px; color: #fff; padding: 15px 15px; transition: .5s; border-radius: 5%; } .fb:hover{ color: white; border: 1px solid white; box-shadow: 0px 1px 6px #0f7dfc; background-color: #0f7dfc; transition: 0.70s; } .gh:hover{ color: white; border: 1px solid white; box-shadow: 0px 1px 6px #7405fc; transition: 0.70s; background: linear-gradient(20deg,#9d05fc,#7405fc,#ebfc05); /*Change colors as you want*/ background-size: 1000% 1000% !important; } .wp:hover{ color: white; border: 1px solid white; box-shadow: 0px 1px 6px #04f731; transition: 0.70s; background: linear-gradient(20deg,#15f709,#04f731,#04f78e); /*Change colors as you want*/ background-size: 1000% 1000% !important; }
0.488039
0.120542
.stackmain { display: -webkit-box; display: -ms-flexbox; display: flex; position: relative; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row; flex-flow: row; width: 100%; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: space-evenly; -ms-flex-pack: space-evenly; justify-content: space-evenly; text-align: center; padding: 80px 0px 80px 0px; } .Stacks { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-flow: column; flex-flow: column; overflow: hidden; width: 100%; -ms-flex-wrap: nowrap; flex-wrap: nowrap; position: relative; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; text-align: center; } @media(max-width:600px) { .stackmain { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-flow: column; flex-flow: column; } .Stackimage { margin: 20px 5px 20px 5px; } } @media(max-width:1024px) { .Overflow_div p { padding: 5px 5px 0px 5px; width: 100%; } .Overflow_div h4 { width: 100%; font-size: 1.2em !important; } .Overflow_div p { padding: 5px 5px 0px 5px; font-size: 0.9em !important; width: 100%; } } @media(max-width:768px) { .Stackimage { margin: 0px 5px 0px 5px; } } .Stackimage { overflow: hidden; position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-flow: column; flex-flow: column; width: 90%; height: 220px; margin: 10px 10px 10px 10px; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .Stackimage img { width: 100%; height: 100%; } .Stack_color { background: #0e3c74; position: absolute; top: 0; opacity: 0.8; width: 100%; height: 100%; -webkit-transition: all .5s; -o-transition: all .5s; transition: all .5s; -webkit-transform: translateY(80%); -ms-transform: translateY(80%); transform: translateY(80%); } .color2 { background: red; } .line { width: 100%; position: relative; border-top: 1px solid white; border-bottom: 1px solid white; height: 5px; } .Overflow_div { display: -webkit-box; display: -ms-flexbox; display: flex; position: absolute; top: 0; left: 0; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-flow: column; flex-flow: column; padding: 5px 10px 5px 10px; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 100%; text-align: left; color: white; -webkit-transition: all .5s; -o-transition: all .5s; transition: all .5s; -webkit-transform: translateY(180px); -ms-transform: translateY(180px); transform: translateY(180px); } .Stackimage:hover .Overflow_div, .Stackimage:hover .Stack_color { -webkit-transform: translateY(0px); -ms-transform: translateY(0px); transform: translateY(0px); } .Overflow_div h4 { padding: 5px; width: 100%; font-size: 1.5em; } .Overflow_div p { padding: 5px 5px 0px 5px; font-size: 1.1em; width: 100%; } .Stack_read { color: white; font-weight: 600; } .Stack_read:hover { text-decoration: none; font-weight: bolder; color: white; } .rewards_points{ display: inline-block; }
src/css/Components/Home/Stack.css
.stackmain { display: -webkit-box; display: -ms-flexbox; display: flex; position: relative; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row; flex-flow: row; width: 100%; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: space-evenly; -ms-flex-pack: space-evenly; justify-content: space-evenly; text-align: center; padding: 80px 0px 80px 0px; } .Stacks { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-flow: column; flex-flow: column; overflow: hidden; width: 100%; -ms-flex-wrap: nowrap; flex-wrap: nowrap; position: relative; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; text-align: center; } @media(max-width:600px) { .stackmain { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-flow: column; flex-flow: column; } .Stackimage { margin: 20px 5px 20px 5px; } } @media(max-width:1024px) { .Overflow_div p { padding: 5px 5px 0px 5px; width: 100%; } .Overflow_div h4 { width: 100%; font-size: 1.2em !important; } .Overflow_div p { padding: 5px 5px 0px 5px; font-size: 0.9em !important; width: 100%; } } @media(max-width:768px) { .Stackimage { margin: 0px 5px 0px 5px; } } .Stackimage { overflow: hidden; position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-flow: column; flex-flow: column; width: 90%; height: 220px; margin: 10px 10px 10px 10px; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .Stackimage img { width: 100%; height: 100%; } .Stack_color { background: #0e3c74; position: absolute; top: 0; opacity: 0.8; width: 100%; height: 100%; -webkit-transition: all .5s; -o-transition: all .5s; transition: all .5s; -webkit-transform: translateY(80%); -ms-transform: translateY(80%); transform: translateY(80%); } .color2 { background: red; } .line { width: 100%; position: relative; border-top: 1px solid white; border-bottom: 1px solid white; height: 5px; } .Overflow_div { display: -webkit-box; display: -ms-flexbox; display: flex; position: absolute; top: 0; left: 0; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-flow: column; flex-flow: column; padding: 5px 10px 5px 10px; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 100%; text-align: left; color: white; -webkit-transition: all .5s; -o-transition: all .5s; transition: all .5s; -webkit-transform: translateY(180px); -ms-transform: translateY(180px); transform: translateY(180px); } .Stackimage:hover .Overflow_div, .Stackimage:hover .Stack_color { -webkit-transform: translateY(0px); -ms-transform: translateY(0px); transform: translateY(0px); } .Overflow_div h4 { padding: 5px; width: 100%; font-size: 1.5em; } .Overflow_div p { padding: 5px 5px 0px 5px; font-size: 1.1em; width: 100%; } .Stack_read { color: white; font-weight: 600; } .Stack_read:hover { text-decoration: none; font-weight: bolder; color: white; } .rewards_points{ display: inline-block; }
0.41253
0.070528
body { background-color: #fdf6e3; margin: 0; color: #586e75; scrollbar-color: #eee8d5 #fdf6e3; width: 1024px; } a { color: #b58900; text-decoration: none; } a:hover { text-decoration: underline; } code, pre { background: #eee8d5; } code { padding: 2px 4px; vertical-align: text-bottom; } pre { border-left: 2px solid #d33682; padding: 1em; } dt { color: #425160; font-weight: bold; } table { border-collapse: collapse; border: 1px solid #586e75; margin: auto; } th { background-color: #586e75; color: #fdf6e3; } th, td { text-align: left; padding: 10px; } td p { margin: 0px; padding: 0px; } tr:nth-child(even) { background-color: #eee8d5; } /* content ********************************************************************/ #content h1, #content h2, #content h3, #content h4 { border-bottom: 2px solid #859900; color: #859900; } #sidebar { background-color: #eee8d5; position: fixed; width: 300px; top: 0; bottom: 0; display: inline-block; overflow-y: scroll; scrollbar-color: #fdf6e3 #eee8d5; color: #859900; } #logo-area img { display: block; margin-top: 10px; margin-left: auto; margin-right: auto; width: 40%; } /* toc-container **************************************************************/ .toc-container { color: white; font-family: "Courier New", Monospace; overflow: auto; } .toc-container h1, .toc-container h2, .toc-container h3, .toc-container h4 { margin: 0; color: #859900; } .toc-container h1 { margin-top: 12px; padding-top: 12px; padding-bottom: 12px; margin-bottom: 12px; text-align: center; } .toc-container h2 { border-bottom: 1px solid; font-size: 100%; padding-top: 5px; padding-bottom: 5px; text-align: center; } .toc-container h3 { font-size: 100%; padding-top: 5px; padding-bottom: 5px; text-align: center; } .toc-container h4 { font-size: 100%; padding-top: 2px; padding-left: 10px; padding-bottom: 2px; } .toc-container a { display: block; font-weight: bold; text-decoration: none; color: #859900; } .toc-container h4 a { color: #b58900; } .toc-container a:hover { background-color: #fdf6e3; } /* link-tree ******************************************************************/ .sidebar-marker { font-size: 300%; margin-top: 12px; margin-bottom: 12px; padding-top: 12px; padding-bottom: 12px; text-align: center; } .link-tree h1, .link-tree h2, .link-tree h3 { margin: 0; font-size: 100%; } .link-tree h1 { font-size: 150%; text-align: center; text-decoration: underline; } .link-tree h2 { border-bottom: 1px solid; padding-top: 5px; padding-bottom: 5px; text-align: center; } .link-tree h3 { padding-top: 2px; padding-left: 10px; padding-bottom: 2px; } .link-tree a { display: block; font-weight: bold; text-decoration: none; color: #859900; } .link-tree h3 a { color: #b58900; } .link-tree a:hover { background-color: #fdf6e3; } .listingblock .title { font-size: 0.8rem; font-style: italic; font-weight: bold; margin: 0; padding: 0; } /* solarized ******************************************************************/ /* base03 = #002b36 base02 = #073642 base01 = #586e75 base00 = #657b83 base0 = #839496 base1 = #93a1a1 base2 = #eee8d5 base3 = #fdf6e3 yellow = #b58900 orange = #cb4b16 red = #dc322f magenta = #d33682 violet = #6c71c4 blue = #268bd2 cyan = #2aa198 green = #859900 */
doc/clingo/_assets/solarized.css
body { background-color: #fdf6e3; margin: 0; color: #586e75; scrollbar-color: #eee8d5 #fdf6e3; width: 1024px; } a { color: #b58900; text-decoration: none; } a:hover { text-decoration: underline; } code, pre { background: #eee8d5; } code { padding: 2px 4px; vertical-align: text-bottom; } pre { border-left: 2px solid #d33682; padding: 1em; } dt { color: #425160; font-weight: bold; } table { border-collapse: collapse; border: 1px solid #586e75; margin: auto; } th { background-color: #586e75; color: #fdf6e3; } th, td { text-align: left; padding: 10px; } td p { margin: 0px; padding: 0px; } tr:nth-child(even) { background-color: #eee8d5; } /* content ********************************************************************/ #content h1, #content h2, #content h3, #content h4 { border-bottom: 2px solid #859900; color: #859900; } #sidebar { background-color: #eee8d5; position: fixed; width: 300px; top: 0; bottom: 0; display: inline-block; overflow-y: scroll; scrollbar-color: #fdf6e3 #eee8d5; color: #859900; } #logo-area img { display: block; margin-top: 10px; margin-left: auto; margin-right: auto; width: 40%; } /* toc-container **************************************************************/ .toc-container { color: white; font-family: "Courier New", Monospace; overflow: auto; } .toc-container h1, .toc-container h2, .toc-container h3, .toc-container h4 { margin: 0; color: #859900; } .toc-container h1 { margin-top: 12px; padding-top: 12px; padding-bottom: 12px; margin-bottom: 12px; text-align: center; } .toc-container h2 { border-bottom: 1px solid; font-size: 100%; padding-top: 5px; padding-bottom: 5px; text-align: center; } .toc-container h3 { font-size: 100%; padding-top: 5px; padding-bottom: 5px; text-align: center; } .toc-container h4 { font-size: 100%; padding-top: 2px; padding-left: 10px; padding-bottom: 2px; } .toc-container a { display: block; font-weight: bold; text-decoration: none; color: #859900; } .toc-container h4 a { color: #b58900; } .toc-container a:hover { background-color: #fdf6e3; } /* link-tree ******************************************************************/ .sidebar-marker { font-size: 300%; margin-top: 12px; margin-bottom: 12px; padding-top: 12px; padding-bottom: 12px; text-align: center; } .link-tree h1, .link-tree h2, .link-tree h3 { margin: 0; font-size: 100%; } .link-tree h1 { font-size: 150%; text-align: center; text-decoration: underline; } .link-tree h2 { border-bottom: 1px solid; padding-top: 5px; padding-bottom: 5px; text-align: center; } .link-tree h3 { padding-top: 2px; padding-left: 10px; padding-bottom: 2px; } .link-tree a { display: block; font-weight: bold; text-decoration: none; color: #859900; } .link-tree h3 a { color: #b58900; } .link-tree a:hover { background-color: #fdf6e3; } .listingblock .title { font-size: 0.8rem; font-style: italic; font-weight: bold; margin: 0; padding: 0; } /* solarized ******************************************************************/ /* base03 = #002b36 base02 = #073642 base01 = #586e75 base00 = #657b83 base0 = #839496 base1 = #93a1a1 base2 = #eee8d5 base3 = #fdf6e3 yellow = #b58900 orange = #cb4b16 red = #dc322f magenta = #d33682 violet = #6c71c4 blue = #268bd2 cyan = #2aa198 green = #859900 */
0.303835
0.093058
.sidr { display:none; position:absolute; position:fixed; top:0; height:100%; z-index:999999; width:260px; overflow-x:none; overflow-y:auto; font-size:12px; background:#bbb; color:#fff; -webkit-box-shadow:inset 0 0 5px 5px #888; -moz-box-shadow:inset 0 0 5px 5px #888; box-shadow:inset 0 0 5px 5px #888; } .sidr .sidr-inner { padding:0 0 15px } .sidr .sidr-inner>p { margin-left:15px; margin-right:15px } .sidr.right { left:auto; right:-260px } .sidr.left { left:-260px; right:auto } .sidr h1,.sidr h2,.sidr h3,.sidr h4,.sidr h5,.sidr h6 { font-size:14px; font-weight:bold; padding: 7px 15px; margin:0; color:#fff; line-height: 22px; background-color: #6588C2; } .sidr h2 { background-color: #39424D; } .sidr p { font-size:12px; margin:0 0 12px } .sidr p a { color:rgba(255,255,255,0.9); } .sidr>p { margin-left:15px; margin-right:15px } .sidr ul { display:block; margin:0 0 15px; padding:0; border-top:1px solid #888; border-bottom:1px solid #ccc; } .sidr ul li { display:block; margin:0; line-height: 22px; border-top:1px solid #ccc; border-bottom:1px solid #888; padding: 5px 0; } .sidr ul li:hover,.sidr ul li.active,.sidr ul li.sidr-class-active { border-top:none; line-height: 22px; margin: 0; padding: 5px 0; } .sidr ul li:hover>a,.sidr ul li:hover>span,.sidr ul li.active>a,.sidr ul li.active>span,.sidr ul li.sidr-class-active>a,.sidr ul li.sidr-class-active>span { padding-top: 1px; color: #333; } .sidr ul li a,.sidr ul li span { padding:0 15px; display:block; text-decoration:none; color:#fff } .sidr ul li ul { border-bottom:none; margin:0 } .sidr ul li ul li { line-height: 22px; font-size:12px } .sidr ul li ul li:last-child { border-bottom:none } .sidr ul li ul li:hover,.sidr ul li ul li.active,.sidr ul li ul li.sidr-class-active { border-top:none; line-height: 22px } .sidr ul li ul li:hover>a,.sidr ul li ul li:hover>span,.sidr ul li ul li.active>a,.sidr ul li ul li.active>span,.sidr ul li ul li.sidr-class-active>a,.sidr ul li ul li.sidr-class-active>span { -webkit-box-shadow:inset 0 0 15px 3px #474134; -moz-box-shadow:inset 0 0 15px 3px #474134; box-shadow:inset 0 0 15px 3px #474134 } .sidr ul li ul li a,.sidr ul li ul li span { color:rgba(255,255,255,0.8); padding-left:30px } .sidr form { margin:0 15px } .sidr label { font-size:12px } .sidr input[type="text"],.sidr input[type="password"],.sidr input[type="date"],.sidr input[type="datetime"],.sidr input[type="email"],.sidr input[type="number"],.sidr input[type="search"],.sidr input[type="tel"],.sidr input[type="time"],.sidr input[type="url"],.sidr textarea,.sidr select { width:100%; font-size:12px; padding:5px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; margin:0 0 10px; -webkit-border-radius:2px; -moz-border-radius:2px; -ms-border-radius:2px; -o-border-radius:2px; border-radius:2px; border:none; background:rgba(0,0,0,0.1); color:rgba(255,255,255,0.6); display:block; clear:both } .sidr input[type=checkbox] { width:auto; display:inline; clear:none } .sidr input[type=button],.sidr input[type=submit] { color:#333; background:#fff } .sidr input[type=button]:hover,.sidr input[type=submit]:hover { background:rgba(255,255,255,0.9) } .sidr a .icon-menu { color: #fff; float: right; font-size: 14px; }
backend/web/css/jquery.sidr.dark.css
.sidr { display:none; position:absolute; position:fixed; top:0; height:100%; z-index:999999; width:260px; overflow-x:none; overflow-y:auto; font-size:12px; background:#bbb; color:#fff; -webkit-box-shadow:inset 0 0 5px 5px #888; -moz-box-shadow:inset 0 0 5px 5px #888; box-shadow:inset 0 0 5px 5px #888; } .sidr .sidr-inner { padding:0 0 15px } .sidr .sidr-inner>p { margin-left:15px; margin-right:15px } .sidr.right { left:auto; right:-260px } .sidr.left { left:-260px; right:auto } .sidr h1,.sidr h2,.sidr h3,.sidr h4,.sidr h5,.sidr h6 { font-size:14px; font-weight:bold; padding: 7px 15px; margin:0; color:#fff; line-height: 22px; background-color: #6588C2; } .sidr h2 { background-color: #39424D; } .sidr p { font-size:12px; margin:0 0 12px } .sidr p a { color:rgba(255,255,255,0.9); } .sidr>p { margin-left:15px; margin-right:15px } .sidr ul { display:block; margin:0 0 15px; padding:0; border-top:1px solid #888; border-bottom:1px solid #ccc; } .sidr ul li { display:block; margin:0; line-height: 22px; border-top:1px solid #ccc; border-bottom:1px solid #888; padding: 5px 0; } .sidr ul li:hover,.sidr ul li.active,.sidr ul li.sidr-class-active { border-top:none; line-height: 22px; margin: 0; padding: 5px 0; } .sidr ul li:hover>a,.sidr ul li:hover>span,.sidr ul li.active>a,.sidr ul li.active>span,.sidr ul li.sidr-class-active>a,.sidr ul li.sidr-class-active>span { padding-top: 1px; color: #333; } .sidr ul li a,.sidr ul li span { padding:0 15px; display:block; text-decoration:none; color:#fff } .sidr ul li ul { border-bottom:none; margin:0 } .sidr ul li ul li { line-height: 22px; font-size:12px } .sidr ul li ul li:last-child { border-bottom:none } .sidr ul li ul li:hover,.sidr ul li ul li.active,.sidr ul li ul li.sidr-class-active { border-top:none; line-height: 22px } .sidr ul li ul li:hover>a,.sidr ul li ul li:hover>span,.sidr ul li ul li.active>a,.sidr ul li ul li.active>span,.sidr ul li ul li.sidr-class-active>a,.sidr ul li ul li.sidr-class-active>span { -webkit-box-shadow:inset 0 0 15px 3px #474134; -moz-box-shadow:inset 0 0 15px 3px #474134; box-shadow:inset 0 0 15px 3px #474134 } .sidr ul li ul li a,.sidr ul li ul li span { color:rgba(255,255,255,0.8); padding-left:30px } .sidr form { margin:0 15px } .sidr label { font-size:12px } .sidr input[type="text"],.sidr input[type="password"],.sidr input[type="date"],.sidr input[type="datetime"],.sidr input[type="email"],.sidr input[type="number"],.sidr input[type="search"],.sidr input[type="tel"],.sidr input[type="time"],.sidr input[type="url"],.sidr textarea,.sidr select { width:100%; font-size:12px; padding:5px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; margin:0 0 10px; -webkit-border-radius:2px; -moz-border-radius:2px; -ms-border-radius:2px; -o-border-radius:2px; border-radius:2px; border:none; background:rgba(0,0,0,0.1); color:rgba(255,255,255,0.6); display:block; clear:both } .sidr input[type=checkbox] { width:auto; display:inline; clear:none } .sidr input[type=button],.sidr input[type=submit] { color:#333; background:#fff } .sidr input[type=button]:hover,.sidr input[type=submit]:hover { background:rgba(255,255,255,0.9) } .sidr a .icon-menu { color: #fff; float: right; font-size: 14px; }
0.205456
0.084909
html { box-sizing: border-box; /*Box sizing*/ } *, *::before, *::after { box-sizing: inherit; } /*Anchor styles*/ a { text-decoration: none; font-family: sans-serif; } footer a { font-size: 22pt; color: black; } footer a:hover { color: red; cursor: wait; font-weight: bold; } article a:hover { text-decoration: line-through; color: lightblue; border-bottom: none; cursor: wait; } li a { color: black; } a:hover { text-decoration: none; color: #0CB39C; border-bottom: 2px solid black; } /*Article Styles*/ article { margin: auto; max-width: 1480px; display: flex; flex-direction: column; align-items: center; background-color: #9BAFCC; width: 100%; } article.myWork { flex-wrap: wrap; } article.homepage { flex-direction: row; justify-content: space-around; text-align: justify; } article.pod { display: flex; flex-direction: row; flex-wrap: wrap; } /*Body styles*/ body { display: flex; flex-direction: column; background-color: #0E3E85; font-size: normal; } /*div styles*/ div.well { width: 60%; height: 400px; display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 5px; } div.home { display: flex; flex-direction: row; } footer div.footerone { font-size: 18pt; } /*footer styles*/ footer { background: #C2DAFF; display: flex; flex-direction: column; align-items: center; text-align: center; } div.MyWork {} /* header styles */ header { background-color: #75ACFF; display: flex; flex-direction: column; align-items: center; padding: 50px; color: #66B6E8; height: auto; } /* heading styles */ /* heading one */ h1 { border-bottom: 2px solid grey; color: navy; } /* heading two */ h2 { margin: 0; border-bottom: 1px solid black; color: navy; } article.homepage h2 { background-color: tan; padding: 10px; border-radius: 50%; border: 1px solid linen; } article.homepage h2:first-child { border: none; border-radius: 0%; background: none; border-bottom: 1px solid white; } /* heading three */ div.well h3 { font-size: 22pt; text-align: center; border-bottom: 2px solid yellow; } h3 { color: #000; } section.hobbies h3 { padding: 10px; display: inline; color: white; background-color: black; } /* heading four */ h4 { display: inline; padding: 5px; color: #2b7b74; } /* heading five */ footer h5 { border-bottom: 1px solid black; padding: 5px; margin: 0; } h5 { color: #883217 } /*Specfic Images styles*/ img { width: 300px; height: 250px; border: 2px solid black; } img.hobby { height: 150px; width: 250px; float: right; } img.logo { border: 5px solid; border-color: lightblue; width: 400px; height: 400px; border-radius: 25%; } img.summary { border: none; width: 200px; height: 150px; padding: 5px; margin: 0; float: left; } /* list item styles */ .menu li { margin-top: 5px; margin-bottom: 5px; } nav li { padding-left: 50px; padding-right: 50px; display: inline; } /*Nav styles*/ nav { border: 5px solid black; font-size: 24pt; background-color: #C2DAFF; width: 1200px; height: 100px; } /* Para styles */ div.well p { font-size: 18pt; text-align: center; border-bottom: 2px solid black; } article.homepage section p { padding: 10px; } footer p { padding: 5px; margin: 0; } footer div.footertwo p:last-child { font-size: 25pt; max-width: 1000px; } /*Section styles */ section { background-color: #616D80; padding: 10px; margin: 10px; color: #fbfbfb; border: 1px solid #FDFAFF; } #Projects { width: 800px; } #Skills {} #Soft_Skills {} section.blog { width: 800px; } section.mywork { width: 500px; border: 1px dashed black; flex-direction: column; display: flex; align-items: center; justify-content: center; align-self: center; align-items: center; align-content: center; } section.aboutmesummary { display: flex; justify-content: center; flex-direction: column; align-items: center; width: 480px; height: 400px; border: 2px solid black; background-color: red; border-radius: 25%; } section.myworksummary { display: flex; justify-content: center; align-items: center; flex-direction: column; width: 480px; height: 400px; border: 2px solid black; background-color: yellow; border-radius: 25%; color: navy; } section.hobbies { width: 600px; height: 250px; text-align: justify; border: 1px solid black; margin: 10px; } section.bus, section.lamb { max-width: 670px; } /* unordered list styles */ ul { list-style: none; font-style: oblique; } ul.RegularList { list-style: initial; font-style: italic; } /* other or multiple selections */ footer div.footertwo p:first-child, h5 { font-size: 20pt; } .menu { margin-top: 15px; } section.hobbies p, h3, img { padding: 5px; margin: 5px; } h1, h2, h3, nav ul { font-family: Be Vietnam; } p, a, li { font-family: Raleway } /*Media only styles for different screen sizes*/ @media only screen and (max-width:1475px) { article.homepage { display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; } } @media only screen and (max-width:1015px) { /*article media styles*/ article { display: flex; flex-wrap: wrap; } article#resume section { width: 400px; } article.pod { flex-direction: column; flex-wrap: nowrap; } /* body styles */ body { margin: auto; } /*footer media styles*/ footer { font-size: 28pt; } /*heading media styles*/ h3 { font-size: 20pt; } h2 { font-size: 25pt; } /*image media styles*/ img.h { width: 400px; height: 400px; } img.summary { width: 125px; height: 125px; } img { width: 150px; height: 150px; } /* list item styles */ /*section styles*/ article.mainpersonal section { height: 400px; } section ul { text-align: left; } section.blog { display: flex; flex-direction: column; align-items: center; text-align: center; justify-content: center; align-self: center; align-items: center; align-content: center; width: 400px; } section.hobbies { width: 400px; height: auto; } /* other or multiple selections */ } @media only screen and (max-width: 1200px) { /*making header responsive*/ /*nav styles*/ nav { width: 300px; height: 300px; padding: 0; margin: 0; } nav ul { display: flex; flex-direction: column; align-items: center; margin:0; padding:0; font-size: 24pt; } }
styles.css
html { box-sizing: border-box; /*Box sizing*/ } *, *::before, *::after { box-sizing: inherit; } /*Anchor styles*/ a { text-decoration: none; font-family: sans-serif; } footer a { font-size: 22pt; color: black; } footer a:hover { color: red; cursor: wait; font-weight: bold; } article a:hover { text-decoration: line-through; color: lightblue; border-bottom: none; cursor: wait; } li a { color: black; } a:hover { text-decoration: none; color: #0CB39C; border-bottom: 2px solid black; } /*Article Styles*/ article { margin: auto; max-width: 1480px; display: flex; flex-direction: column; align-items: center; background-color: #9BAFCC; width: 100%; } article.myWork { flex-wrap: wrap; } article.homepage { flex-direction: row; justify-content: space-around; text-align: justify; } article.pod { display: flex; flex-direction: row; flex-wrap: wrap; } /*Body styles*/ body { display: flex; flex-direction: column; background-color: #0E3E85; font-size: normal; } /*div styles*/ div.well { width: 60%; height: 400px; display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 5px; } div.home { display: flex; flex-direction: row; } footer div.footerone { font-size: 18pt; } /*footer styles*/ footer { background: #C2DAFF; display: flex; flex-direction: column; align-items: center; text-align: center; } div.MyWork {} /* header styles */ header { background-color: #75ACFF; display: flex; flex-direction: column; align-items: center; padding: 50px; color: #66B6E8; height: auto; } /* heading styles */ /* heading one */ h1 { border-bottom: 2px solid grey; color: navy; } /* heading two */ h2 { margin: 0; border-bottom: 1px solid black; color: navy; } article.homepage h2 { background-color: tan; padding: 10px; border-radius: 50%; border: 1px solid linen; } article.homepage h2:first-child { border: none; border-radius: 0%; background: none; border-bottom: 1px solid white; } /* heading three */ div.well h3 { font-size: 22pt; text-align: center; border-bottom: 2px solid yellow; } h3 { color: #000; } section.hobbies h3 { padding: 10px; display: inline; color: white; background-color: black; } /* heading four */ h4 { display: inline; padding: 5px; color: #2b7b74; } /* heading five */ footer h5 { border-bottom: 1px solid black; padding: 5px; margin: 0; } h5 { color: #883217 } /*Specfic Images styles*/ img { width: 300px; height: 250px; border: 2px solid black; } img.hobby { height: 150px; width: 250px; float: right; } img.logo { border: 5px solid; border-color: lightblue; width: 400px; height: 400px; border-radius: 25%; } img.summary { border: none; width: 200px; height: 150px; padding: 5px; margin: 0; float: left; } /* list item styles */ .menu li { margin-top: 5px; margin-bottom: 5px; } nav li { padding-left: 50px; padding-right: 50px; display: inline; } /*Nav styles*/ nav { border: 5px solid black; font-size: 24pt; background-color: #C2DAFF; width: 1200px; height: 100px; } /* Para styles */ div.well p { font-size: 18pt; text-align: center; border-bottom: 2px solid black; } article.homepage section p { padding: 10px; } footer p { padding: 5px; margin: 0; } footer div.footertwo p:last-child { font-size: 25pt; max-width: 1000px; } /*Section styles */ section { background-color: #616D80; padding: 10px; margin: 10px; color: #fbfbfb; border: 1px solid #FDFAFF; } #Projects { width: 800px; } #Skills {} #Soft_Skills {} section.blog { width: 800px; } section.mywork { width: 500px; border: 1px dashed black; flex-direction: column; display: flex; align-items: center; justify-content: center; align-self: center; align-items: center; align-content: center; } section.aboutmesummary { display: flex; justify-content: center; flex-direction: column; align-items: center; width: 480px; height: 400px; border: 2px solid black; background-color: red; border-radius: 25%; } section.myworksummary { display: flex; justify-content: center; align-items: center; flex-direction: column; width: 480px; height: 400px; border: 2px solid black; background-color: yellow; border-radius: 25%; color: navy; } section.hobbies { width: 600px; height: 250px; text-align: justify; border: 1px solid black; margin: 10px; } section.bus, section.lamb { max-width: 670px; } /* unordered list styles */ ul { list-style: none; font-style: oblique; } ul.RegularList { list-style: initial; font-style: italic; } /* other or multiple selections */ footer div.footertwo p:first-child, h5 { font-size: 20pt; } .menu { margin-top: 15px; } section.hobbies p, h3, img { padding: 5px; margin: 5px; } h1, h2, h3, nav ul { font-family: Be Vietnam; } p, a, li { font-family: Raleway } /*Media only styles for different screen sizes*/ @media only screen and (max-width:1475px) { article.homepage { display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; } } @media only screen and (max-width:1015px) { /*article media styles*/ article { display: flex; flex-wrap: wrap; } article#resume section { width: 400px; } article.pod { flex-direction: column; flex-wrap: nowrap; } /* body styles */ body { margin: auto; } /*footer media styles*/ footer { font-size: 28pt; } /*heading media styles*/ h3 { font-size: 20pt; } h2 { font-size: 25pt; } /*image media styles*/ img.h { width: 400px; height: 400px; } img.summary { width: 125px; height: 125px; } img { width: 150px; height: 150px; } /* list item styles */ /*section styles*/ article.mainpersonal section { height: 400px; } section ul { text-align: left; } section.blog { display: flex; flex-direction: column; align-items: center; text-align: center; justify-content: center; align-self: center; align-items: center; align-content: center; width: 400px; } section.hobbies { width: 400px; height: auto; } /* other or multiple selections */ } @media only screen and (max-width: 1200px) { /*making header responsive*/ /*nav styles*/ nav { width: 300px; height: 300px; padding: 0; margin: 0; } nav ul { display: flex; flex-direction: column; align-items: center; margin:0; padding:0; font-size: 24pt; } }
0.314893
0.055387
html, body { margin: 0; padding: 0; border: 0; outline: 0; } header { text-align: center; background: lightblue; width: 100%; padding: 0; margin: 0; border: 0; display: inline-block; } header > h1 { font-size: 32px; } h2 { margin-bottom: 0px; } #instructions { text-align: center; background: lightgrey; height: 90px; line-height: 1.5; } .grid { margin-top: 20px; display: grid; grid-gap: 10px; grid-template-rows: 11fr 1fr 7fr 1fr; grid-template-columns: 1fr 2fr 1fr; } #enemies_available { text-align: center; border: 3px solid lightgrey; border-radius: 25px; grid-row: 1 / 4; grid-column: 1 / 2; } #character_window { text-align: center; border: 3px solid lightgrey; border-radius: 25px; grid-row: 1 / 2; grid-column: 2 / 3; } #defeated_enemies { text-align: center; border: 3px solid lightgrey; border-radius: 25px; grid-row: 1 / 4; grid-column: 3 / 4; } #attack { text-align: center; background: lightgreen; grid-row: 2 / 3; grid-column: 2 / 3; } #log { text-align: center; background: lightgrey; grid-row: 3 / 4; grid-column: 2 / 3; } #new_game { text-align: center; background: lightgoldenrodyellow; grid-row: 4 / 5; grid-column: 1 / 4; } .character { text-align: center; display: inline-block; border: 1px solid black; margin: 10px; } .enemies { border: 1px solid red; } .us { border: 1px solid green; } #versus { position: relative; bottom: 100px; display: inline-block; } button { height: 100%; width: 100%; } #attack_button { background: lightgreen; } #newgame_button { background: lightgoldenrodyellow; } .mirror { -moz-transform: scale(-1, 1); -webkit-transform: scale(-1, 1); transform: scale(-1, 1); } #our_character { color: green; font-weight: bold; } #enemy_character { color: red; font-weight: bold; } #our_damage { color: green; font-weight: bold; } #enemy_damage { color: red; font-weight: bold; } .defeated { color: red; font-weight: bold; } /* if time permits, special CSS for these IDs: battle_victory, game_victory, battle_defeat, game_defeat */
assets/css/style.css
html, body { margin: 0; padding: 0; border: 0; outline: 0; } header { text-align: center; background: lightblue; width: 100%; padding: 0; margin: 0; border: 0; display: inline-block; } header > h1 { font-size: 32px; } h2 { margin-bottom: 0px; } #instructions { text-align: center; background: lightgrey; height: 90px; line-height: 1.5; } .grid { margin-top: 20px; display: grid; grid-gap: 10px; grid-template-rows: 11fr 1fr 7fr 1fr; grid-template-columns: 1fr 2fr 1fr; } #enemies_available { text-align: center; border: 3px solid lightgrey; border-radius: 25px; grid-row: 1 / 4; grid-column: 1 / 2; } #character_window { text-align: center; border: 3px solid lightgrey; border-radius: 25px; grid-row: 1 / 2; grid-column: 2 / 3; } #defeated_enemies { text-align: center; border: 3px solid lightgrey; border-radius: 25px; grid-row: 1 / 4; grid-column: 3 / 4; } #attack { text-align: center; background: lightgreen; grid-row: 2 / 3; grid-column: 2 / 3; } #log { text-align: center; background: lightgrey; grid-row: 3 / 4; grid-column: 2 / 3; } #new_game { text-align: center; background: lightgoldenrodyellow; grid-row: 4 / 5; grid-column: 1 / 4; } .character { text-align: center; display: inline-block; border: 1px solid black; margin: 10px; } .enemies { border: 1px solid red; } .us { border: 1px solid green; } #versus { position: relative; bottom: 100px; display: inline-block; } button { height: 100%; width: 100%; } #attack_button { background: lightgreen; } #newgame_button { background: lightgoldenrodyellow; } .mirror { -moz-transform: scale(-1, 1); -webkit-transform: scale(-1, 1); transform: scale(-1, 1); } #our_character { color: green; font-weight: bold; } #enemy_character { color: red; font-weight: bold; } #our_damage { color: green; font-weight: bold; } #enemy_damage { color: red; font-weight: bold; } .defeated { color: red; font-weight: bold; } /* if time permits, special CSS for these IDs: battle_victory, game_victory, battle_defeat, game_defeat */
0.447943
0.136925
@font-face { font-family: 'ubuntu'; src: url('fonts/Ubuntu-Regular.ttf'); /* IE9 Compat Modes */ src: url('fonts/Ubuntu-Regular.ttf') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/Ubuntu-Regular.ttf') format('woff2'), /* Super Modern Browsers */ url('fonts/Ubuntu-Regular.ttf') format('woff'), /* Pretty Modern Browsers */ url('fonts/Ubuntu-Regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/Ubuntu-Regular.ttf') format('svg'); /* Legacy iOS */ } body { position:absolute; overflow: hidden; overflow-y: scroll; min-width:620px; top:0px; left:0px; padding:0px; margin:0px; } header { position:relative; width:100%; height:50px; top:0px; border: 0 none; margin: 0; background: #373f4b; border-bottom:1px solid grey; } header img { display:inline-block; height:40px; margin-top:5px; } span.title { position:fixed; z-index:9999; right:0px; top:0px; height:50px; line-height:50px; vertical-align:middle; text-align:right; color:lightgrey; font-size:1em; margin-right:20px; font-family:'ubuntu' } div.effect-box, div.game-box, div.demo-box, div.example-box { position:absolute; background:black; left:0px; top:0px; width:100%; height:100%; } div.stat { margin-top:50px; } .dg.ac { margin-top:50px; } button.render { position:relative; top:30px; width:100%; height:40px; font-size:1.3em; color:gold; border:1px outset lightgrey; background: rgb(69,72,77); background: -moz-linear-gradient(-45deg, rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%); background: -webkit-linear-gradient(-45deg, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); background: linear-gradient(135deg, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); }
res/styles/gamelab-example.css
@font-face { font-family: 'ubuntu'; src: url('fonts/Ubuntu-Regular.ttf'); /* IE9 Compat Modes */ src: url('fonts/Ubuntu-Regular.ttf') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/Ubuntu-Regular.ttf') format('woff2'), /* Super Modern Browsers */ url('fonts/Ubuntu-Regular.ttf') format('woff'), /* Pretty Modern Browsers */ url('fonts/Ubuntu-Regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/Ubuntu-Regular.ttf') format('svg'); /* Legacy iOS */ } body { position:absolute; overflow: hidden; overflow-y: scroll; min-width:620px; top:0px; left:0px; padding:0px; margin:0px; } header { position:relative; width:100%; height:50px; top:0px; border: 0 none; margin: 0; background: #373f4b; border-bottom:1px solid grey; } header img { display:inline-block; height:40px; margin-top:5px; } span.title { position:fixed; z-index:9999; right:0px; top:0px; height:50px; line-height:50px; vertical-align:middle; text-align:right; color:lightgrey; font-size:1em; margin-right:20px; font-family:'ubuntu' } div.effect-box, div.game-box, div.demo-box, div.example-box { position:absolute; background:black; left:0px; top:0px; width:100%; height:100%; } div.stat { margin-top:50px; } .dg.ac { margin-top:50px; } button.render { position:relative; top:30px; width:100%; height:40px; font-size:1.3em; color:gold; border:1px outset lightgrey; background: rgb(69,72,77); background: -moz-linear-gradient(-45deg, rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%); background: -webkit-linear-gradient(-45deg, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); background: linear-gradient(135deg, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); }
0.263126
0.047492
@import url('https://fonts.googleapis.com/css?family=Poppins&display=swap'); .chat-area, .home { margin-top: 0px; } .chat-area { padding: 20px; height: 400px; overflow-y: scroll; height: calc(100vh - 126px); } .chat-area .chat-bubble { background-color: #bbdefb; padding: 10px 20px; border-radius: 16px; max-width: 300px; word-wrap: break-word; font-size: 16px; } .chat-bubble .chat-time { font-size: 11px; color: #757575; text-align: right; } .chat-area .chat-bubble.current-user { margin-left: auto; background-color: #f4f9fd; } .form-control { width: 60%; } .form-control:focus { box-shadow: none; } .btn { margin-top: 10px; } .btn-submit { background-color: #2e7d32; color: white; } @media screen and (min-width: 768px) { .chat-area { padding: 0px 100px; } .message-box { padding: 0px 120px !important; } } @media screen and (max-width: 767px) { .form-control { width: 100%; } .chat-area .chat-bubble { max-width: 250px; } } .span { color: #000 !important } .description { color: #000000; font-family: "Calibri"; font-size: medium; } h1 { font-family: 'Oswald', sans-serif; font-weight: 700; text-transform: uppercase; font-size: 32px; line-height: 1; } h2 { font-weight: 500; text-transform: capitalize; font-size: 22px; line-height: 1; } .letterStyle { position: absolute !important; top: 155px; padding: 0px; left: 0px !important; } .letter { font-size: 28px; font-weight: bold; color: #ff2462 !important; } .smallLetter { font-size: 22px; font-weight: 600; color: #000 !important; } .xlLetter { font-size: 14px !important; font-weight: 600 !important; color: #000 !important; border: 2px solid; margin: 0px 130px; /* width: 40%; */ } .standardButton { background: #339966; border-color: #339966; box-shadow: #339966 0px 6px 23px -3px; border-radius: 50px; } .fa:hover { opacity: 0.7; } .fa-facebook { background: #3B5998; color: white; } .fa-twitter { background: #55ACEE; color: white; } .fa-google { background: #dd4b39; color: white; } .fa-youtube { background: #bb0000; color: white; } .fa-instagram { background: #125688; color: white; } .fa-linkedin { background: #007bb5; color: white; } .fa-pinterest { background: #cb2027; color: white; } .makeStyles-root-1 { max-width: 100% !important; } @media (min-width: 960px) { .MuiGrid-grid-md-6 { max-width: 100% !important; } } @media only screen and (max-width: 320px) { .letter { font-size: 24px; } .smallLetter { font-size: 20px; } .xlLetter { font-size: 14px !important; margin: 0px 95px; } }
resources/js/style.css
@import url('https://fonts.googleapis.com/css?family=Poppins&display=swap'); .chat-area, .home { margin-top: 0px; } .chat-area { padding: 20px; height: 400px; overflow-y: scroll; height: calc(100vh - 126px); } .chat-area .chat-bubble { background-color: #bbdefb; padding: 10px 20px; border-radius: 16px; max-width: 300px; word-wrap: break-word; font-size: 16px; } .chat-bubble .chat-time { font-size: 11px; color: #757575; text-align: right; } .chat-area .chat-bubble.current-user { margin-left: auto; background-color: #f4f9fd; } .form-control { width: 60%; } .form-control:focus { box-shadow: none; } .btn { margin-top: 10px; } .btn-submit { background-color: #2e7d32; color: white; } @media screen and (min-width: 768px) { .chat-area { padding: 0px 100px; } .message-box { padding: 0px 120px !important; } } @media screen and (max-width: 767px) { .form-control { width: 100%; } .chat-area .chat-bubble { max-width: 250px; } } .span { color: #000 !important } .description { color: #000000; font-family: "Calibri"; font-size: medium; } h1 { font-family: 'Oswald', sans-serif; font-weight: 700; text-transform: uppercase; font-size: 32px; line-height: 1; } h2 { font-weight: 500; text-transform: capitalize; font-size: 22px; line-height: 1; } .letterStyle { position: absolute !important; top: 155px; padding: 0px; left: 0px !important; } .letter { font-size: 28px; font-weight: bold; color: #ff2462 !important; } .smallLetter { font-size: 22px; font-weight: 600; color: #000 !important; } .xlLetter { font-size: 14px !important; font-weight: 600 !important; color: #000 !important; border: 2px solid; margin: 0px 130px; /* width: 40%; */ } .standardButton { background: #339966; border-color: #339966; box-shadow: #339966 0px 6px 23px -3px; border-radius: 50px; } .fa:hover { opacity: 0.7; } .fa-facebook { background: #3B5998; color: white; } .fa-twitter { background: #55ACEE; color: white; } .fa-google { background: #dd4b39; color: white; } .fa-youtube { background: #bb0000; color: white; } .fa-instagram { background: #125688; color: white; } .fa-linkedin { background: #007bb5; color: white; } .fa-pinterest { background: #cb2027; color: white; } .makeStyles-root-1 { max-width: 100% !important; } @media (min-width: 960px) { .MuiGrid-grid-md-6 { max-width: 100% !important; } } @media only screen and (max-width: 320px) { .letter { font-size: 24px; } .smallLetter { font-size: 20px; } .xlLetter { font-size: 14px !important; margin: 0px 95px; } }
0.412412
0.101456